body {
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova', sans-serif;
    background-color: #fff;
    height: 100%;
    line-height: 1;
    position: relative;
    font-size: 13px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input,
textarea {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer
}

td {
    margin: 0;
    padding: 0
}

form {
    padding: 0;
    margin: 0
}

a {
    color: #100da9;
    transition: all .2s linear;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a,
button,
div,
span {
    outline: 0 !important
}

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

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@font-face {
    font-display:swap;
    font-family: AkzidenzGroteskPro;
    src: url(../fonts/akzidenzgroteskpro-md.eot);
    src: url(../fonts/akzidenzgroteskpro-mdd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/akzidenzgroteskpro-md.woff2) format("woff2"), url(../fonts/akzidenzgroteskpro-md.woff) format("woff"), url(../fonts/akzidenzgroteskpro-md.ttf) format("truetype"), url(../fonts/akzidenzgroteskpro-md.svg#akzidenzgroteskpro-md) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display:swap;
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: url(../fonts/ProximaNova-Regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display:swap;
    font-family: AkzidenzGroteskPro;
    src: url(../fonts/akzidenzgroteskpro-regular.eot);
    src: url(../fonts/akzidenzgroteskpro-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/akzidenzgroteskpro-regular.woff2) format("woff2"), url(../fonts/akzidenzgroteskpro-regular.woff) format("woff"), url(../fonts/akzidenzgroteskpro-regular.ttf) format("truetype"), url(../fonts/akzidenzgroteskpro-regular.svg#akzidenzgroteskpro-regular) format("svg");
    font-weight: 400;
    font-style: normal
}

#loader-wrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}
#loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
  width:100px;
  height:100px;
  margin:-50px 0 0 -50px;
  border:3px solid transparent;
  border-top-color:white;
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;
  border: 0;
}
#loader img{
    width: 100%;
}
/*#loader:before {
  content:"";
  position: absolute;
  top:5px;
  left:5px;
  right:5px;
  bottom:5px;
  border:3px solid transparent;
  border-top-color: yellow;
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
#loader:after {
  content:"";
  position: absolute;
  top:12px;
  left:12px;
  right:12px;
  bottom:12px;
  border:3px solid transparent;
  border-top-color:orange;
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}*/
@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:#333;
  width:51%;
  height:100%;
  z-index:1000;
}

#loader-wrapper .loader-section.section-left {
  left:0
}
#loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

header {
    order: 1;
    -webkit-order: 1
}

.header {
    position: absolute;
    width: 100%;
    top: 40px
}

.header__box {
    width: 100%
}

.header__box.flex {
    justify-content: space-between;
    align-items: center
}

.header__toggle {
    width: 44px;
    height: 34px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    border-radius: 4px
}

.header__toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #000000;
    border-radius: 0;
    opacity: 1;
    left: 9.5px;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.header__toggle span:nth-child(1) {
    top: 7px;
}

.header__toggle.active span:nth-child(1){
    top: 9px;
    transform: rotate(45deg);
}

.header__toggle span:nth-child(2) {
    top: 15px
}

.header__toggle.active span:nth-child(2){
    left: -30px;
    opacity: 0;
}

.header__toggle span:nth-child(3) {
    top: 23px
}

.header__toggle.active span:nth-child(3){
    top: 9px;
    transform: rotate(-45deg);
}

.header__toggle.open span:nth-child(1) {
    top: 15px;
    transform: rotate(135deg)
}

.header__toggle.open span:nth-child(2) {
    opacity: 0;
    left: -40px
}

.header__toggle.open span:nth-child(3) {
    top: 15px;
    transform: rotate(-135deg)
}

.header__logo {
    width: 100px;
/*    opacity: 0;*/
}

.header__logo img {
    width: 100%;
    height: auto
}

.header__contbox{
    text-align: center;
}

.header__phone {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.header__insta{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}
.header__insta img{
    display: block;
    width: 17px;
    margin-right: 12px;
}
.header__insta span{
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}


.header__nav {
    list-style: none
}

.header__nav.flex {
    justify-content: flex-end;
    align-items: center
}

.header__link {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    margin-left: 40px;
    padding: 5px 0;
    cursor: pointer
}

.header__link:first-child {
    margin-left: 0
}

.header__mobnav {
    display: none
}
.d-md-none {
    display: none;
    }
    .header__contbox .d-md-none {
    display: block;
    }
    .header__contbox .d-block {
    display: none;
    }
@media screen and (min-width:768px) and (max-width:991px) {
    .header__link {
        margin-left: 20px
    }
    .header__phone {
        display: none
    }
}
.mob_sota {
    display: none;
}

    
@media screen and (max-width:767px) {
    .header__contbox .d-md-none {
    display: none;
    }
    .header__contbox .d-block {
    display: block;
    }
    .header .header__contbox {
        display: block;
    }
    .header .header__phone {
        color: #000000;
    }
    .header .header__insta span {
        color: #000000;
    }
    .header .header__link {
        color: #000000;
    }
    .content .banner__title {
        color: #000000;
    }
    .content .banner__text {
        color: #222;
    }
    .content .mob-emoji {
        opacity: 1;
    }
    .content .banner {
        box-shadow: none;
    }
    .d-md-none {
        display: block;
    }
    .d-block {
        display: none;
    }
    .mob_sota {
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 20px;
        transform: none;
        display: block;
        opacity: 0.5;
    }
    .header {
        top: 14px
    }
    .header .wrapper{
        max-width: 100%;
    }
    /*.header__box{
        padding: 0 20px;
    }*/
    .header__toggle {
        display: block;
        margin-right: 20px;
    }
    .header__logo{
        margin-left: 20px;
    }
    .header__logo {
        width: 70px;
/*        height: auto*/
    }
    .header__nav.flex {
        display: block
    }
    .header__pcnav.flex {
        display: none
    }
    .header__mobnav {
        width: 100%;
        background: #eee;
        margin-top: 10px;
        display: block;
        padding: 0 20px;
        transform: translateX(100%);
        transition: all 0.3s ease;
        position: absolute;
        top: 65px;
    }
    .header__mobnav.active{
        transform: translateX(0);
    }
    .header__phone {
/*        display: none;*/
        width: 100%;
        padding: 11px 0;
        width: auto;
        font-size: 15px;
/*        margin-right: 20px;*/
    }
    .header__contbox{
        display: none
    }
    .header__contbox_pc {
        display: block;
        margin-right: 20px;
    }
    .header__link {
        padding: 11px 0;
        width: 100%;
        display: block;
        margin-left: 0;
        border-top: 1px solid #ccc;
        text-align: right;
    }
}

footer {
    order: 3;
    -webkit-order: 3
}

.footer {
    padding: 30px 0 30px;
    position: relative
}

.footer__sota {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer__left {
    width: 262px;
}

.footer__box.flex {
    justify-content: space-between;
}
#contacts {
    background: #eee;
}
.footer__title {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #000000
}

.footer__soc {
    margin: 60px 0
}

.footer__soc.flex {
    align-items: center
}

.footer__soclink {
    width: 29px
}

.footer__soclink img {
    width: 100%;
    display: block
}

.footer__rights {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000
}

.footer__block {
    width: 660px
}

/*.footer__nav {
    margin-bottom: 90px
}*/

.footer__nav.flex {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer__navlink {
    display: block;
    margin-right: 35px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 9px 0;
    transition: all .3 ease;
    border-bottom: 2px solid transparent
}

.footer__navlink:hover {
    border-color: #226d09
}

.footer__item {
    width: 50%;
    margin-bottom: 60px
}

.footer__item.last {
    margin-bottom: 0
}

.footer__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #222222;
    margin-bottom: 5px
}

.footer__link {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    transition: all .3s ease
}

.footer__link:hover {
    color: #226d09
}

.footer__text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .footer__block {
        width: 520px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .footer__soc {
        width: 250px;
        margin: 40px 0
    }
    .footer__left {
        width: 630px;
        order: 2
    }
    .footer__block {
        width: 630px
    }
    .footer__right {
        margin-top: 0;
        order: 1
    }
}

@media screen and (max-width:767px) {
    .etap__bottom {
        margin-left: -10px
    }
    .footer {
        padding: 30px 0 30px
    }
    .footer__left {
        width: 100%
    }
    .footer__soc {
        width: 100%;
        margin: 0;
        padding: 30px 0;
        border-bottom: 1px solid #ccc
    }
    .footer__nav {
        padding: 30px 0;
        margin-bottom: 0
    }
    .footer__nav.flex {
        display: block
    }
    .footer__navlink {
        margin: 0;
        width: 100%;
        font-size: 16px
    }
    .footer__rights {
        text-align: left;
        width: 100%;
        font-size: 16px
    }
    .footer__block {
        width: 100%;
        margin-top: 35px
    }
    .footer__subtitle {
        font-size: 14px;
    }
    .footer__link {
        font-size: 16px
    }
    .footer__sota {
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 20px;
        transform: none;
        display: none;
    }
    .footer__sota .mob_sota {
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 20px;
        transform: none;
        display: none;
    }
    .footer__text {
        font-size: 16px
    }
    .footer__item {
        margin-bottom: 15px
    }
}

.main-wrapper {
    padding: 0;
    min-width: 290px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.wrapper {
    min-width: 290px;
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.nowrap {
    white-space: nowrap !important
}

.content {
    order: 2;
    -webkit-order: 2
}

body {
    background: #ffffff
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.mouse {
    background: #4e5559 linear-gradient(transparent 0, transparent 50%, #226d09 50%, #226d09 100%);
    position: relative;
    width: 26px;
    height: 44px;
    border-radius: 100px;
    background-size: 100% 200%;
    display: none;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite
}

.mouse:after,
.mouse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.mouse:before {
    width: 23px;
    height: 41px;
    background-color: #222a30;
    border-radius: 100px
}

.mouse:after {
    background-color: #226d09;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0 100%
    }
    20% {
        background-position: 0 0
    }
    21% {
        background-color: #4e5559
    }
    29.99% {
        background-color: #226d09;
        background-position: 0 0
    }
    30% {
        background-color: #4e5559;
        background-position: 0 100%
    }
    50% {
        background-position: 0 0
    }
    51% {
        background-color: #4e5559
    }
    59% {
        background-color: #226d09;
        background-position: 0 0
    }
    60% {
        background-color: #4e5559;
        background-position: 0 100%
    }
    80% {
        background-position: 0 0
    }
    81% {
        background-color: #4e5559
    }
    100%,
    90% {
        background-color: #226d09
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0 100%
    }
    20% {
        background-position: 0 0
    }
    21% {
        background-color: #4e5559
    }
    29.99% {
        background-color: #226d09;
        background-position: 0 0
    }
    30% {
        background-color: #4e5559;
        background-position: 0 100%
    }
    50% {
        background-position: 0 0
    }
    51% {
        background-color: #4e5559
    }
    59% {
        background-color: #226d09;
        background-position: 0 0
    }
    60% {
        background-color: #4e5559;
        background-position: 0 100%
    }
    80% {
        background-position: 0 0
    }
    81% {
        background-color: #4e5559
    }
    100%,
    90% {
        background-color: #226d09
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    6% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    14% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    15%,
    19% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    28%,
    29.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    30% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    36% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    44% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    45%,
    49% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    58%,
    59.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    60% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    66% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    74% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    75%,
    79% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    100%,
    88% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    6% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    14% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    15%,
    19% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    28%,
    29.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    30% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    36% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    44% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    45%,
    49% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    58%,
    59.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    60% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
    66% {
        opacity: 1;
        transform: scale(.9) translateY(3px)
    }
    74% {
        opacity: 0;
        transform: scale(.4) translateY(24px)
    }
    75%,
    79% {
        opacity: 0;
        transform: scale(.4) translateY(-12px)
    }
    100%,
    88% {
        opacity: 1;
        transform: scale(1) translateY(-12px)
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(8px)
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(8px)
    }
}

.sel-wrap-1, .sel-wrap-3, .sel-wrap-4{
    display: none;
}

.banner {
    padding-top: 130px;
    min-height: 100vh;
    background: url(../img/banner.jpg) center center/cover no-repeat;
    position: relative
}

.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(30, 32, 33, .62)
}

.banner.flex {
    display: flex !important;
    justify-content: flex-start;
    align-items: center
}

.banner__slide{
    position: relative;
}

.banner__title {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 16px
}

.banner__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #d3d7da
}

.banner__btn {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 18px 40px;
    border: 2px solid #226d09;
    background: #226d09;
    margin-top: 40px
}

.banner__box {
    width: 485px;
    padding: 35px 30px;
    background: #fff1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: absolute;
    left: 50%;
    transform: translateX(100px);
    bottom: 30px
}

.banner__box .slick-next,
.banner__box .slick-prev {
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: 0;
    position: absolute;
    top: 37px;
    z-index: 2
}

.banner__box .slick-next img,
.banner__box .slick-prev img {
    width: 100%;
    height: auto
}

.banner__box .slick-prev {
    right: 64px
}

.banner__box .slick-next {
    right: 32px
}

.banner__name {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #c4c4c4;
    margin-bottom: 30px
}

.banner__btitle {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 15px
}

.banner__btext {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #c4c4c4;
    width: 80%;
}

.banner__number {
    position: absolute;
    right: 12px;
    bottom: -4px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff
}

.banner__number b {
    display: block;
    margin-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff
}

.banner__number span {
    display: block;
    margin-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #c4c4c4
}

.banner__mobbanner {
    display: none !important
}

.sub-title {
    font-size: 18px;
    margin-top: 25px;
}

.slick-sub .div-block-11 {
    width: 90% !important;
}

.slick-sub .image-10 {
    height: 340px;
}

.banner__mobsota {
    display: none !important;
    opacity: 0.5;
}

.fader-anim {
    opacity: 0
}

.fader {
    opacity: 1;
    transition: opacity 3s ease
}

.particles-wrapper {
    width: 100%
}

.particles-button {
    display: block
}

.pbanner {
    padding-top: 220px;
    padding-bottom: 60px
}

.title {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #000000
}
.title.title-white {
    color: #ffffff
}

.subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #c4c4c4
}

.service {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden
}

.service__sota {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(200px);
    z-index: 1
}

.service__title {
    margin-bottom: 15px
}

.service__box.flex {
    justify-content: space-between
}

.service__left {
    width: 300px;
    padding-right: 50px;
    height: 680px
}

.service__left.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.service__rightinside {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1s;
    transform: rotateY(180deg)
}

.service__right {
    width: 1000px;
    position: absolute;
    left: 300px;
    height: 680px;
    z-index: 2;
    transition: .5s;
    opacity: 0
}

.service__right.front .service__rightinside {
    transform: rotateY(180deg);
    opacity: 0
}

.service__right.back .service__rightinside {
    transform: rotateY(360deg);
    opacity: 1
}

.service__right.active {
    opacity: 1;
    z-index: 3
}

.service__right.active .service__rightinside {
    transform: rotateY(360deg)
}

.service__item {
    width: 100%;
    margin-top: 20px
}

.service__item span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    padding: 9px 0;
    display: inline-block;
    transition: all .3s ease;
    border-bottom: 3px solid transparent;
    cursor: pointer
}

.service__item.active span,
.service__item:hover span {
    border-bottom: 3px solid #226d09
}

.service__block {
    width: 310px;
    height: 300px;
    height: auto;
    padding: 25px;
    left: 25px;
    top: 25px;
    position: relative
}

.service__block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(342.95deg, #226d09 0, rgba(26, 27, 28, .07) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 1
}

.service__block.flex {
    flex-direction: column;
    justify-content: flex-end
}

.service__block h3 {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    position: relative;
    z-index: 2
}

.service__block p {
    margin-top: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    z-index: 2
}

.service__btn {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #226d09;
    border: 0;
    width: 201px;
    height: 62px
}

.service__btn.flex {
    justify-content: center;
    align-items: center
}

.service__btn span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-right: 25px
}

.service__btn img {
    width: 44px
}

.service__mobimg {
    display: none
}

.etap {
    padding: 100px 0;
    position: relative
}

.etap__title {
    margin-bottom: 25px
}

.etap__subtitle {
    margin-bottom: 70px
}

.etap__box {
    position: relative
}

.etap__cont {
    width: 580px;
    position: relative
}

.etap__cont.flex {
    justify-content: space-between;
    margin-top: 40px
}
.etap__item {
    width: 281px;
    margin-bottom: 80px;
    padding-left: 30px;
    position: relative;
    z-index: 2
}

.etap__header {
    position: relative;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 24px
}

.etap__header:before {
    content: "";
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    position: absolute;
    left: -30px;
    top: 0
}

.etap__header_1:before {
    content: "1."
}

.etap__header_2:before {
    content: "2."
}

.etap__header_3:before {
    content: "3."
}

.etap__header_4:before {
    content: "4."
}

.etap__header_5:before {
    content: "5."
}

.etap__header_6:before {
    content: "6."
}

.etap__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #c4c4c4
}

.etap__right {
    width: 47%;
    max-width: 667px;
    height: calc(100% - 200px);
    position: absolute;
    left: 53%;
    top: 100px;
    z-index: 1;
}

.etap__right.flex {
    justify-content: center;
    align-items: center
}

.etap__right img {
    width: 100%;
    height: auto;
    display: block
}
.etap .etap__core {
    position: absolute;
    width: 80% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
}
.etap__core {
    position: absolute;
    right: 0;
    width: auto !important;
    height: 100% !important;
    top: 50%;
    transform: translateY(-50%)
}

.etap__bottom {
    width: 100%
}

.etap__more.flex {
    align-items: center;
    cursor: pointer;
}

.etap__more span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #226d09;
    margin-right: 13px;
    display: block
}

.object {
    padding: 30px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.object__box {
    margin-bottom: 60px
}

.object__box.flex {
    justify-content: space-between;
    align-items: center
}

.object__tabs{
    margin-top: 25px;
}

.object__tab {
    /*margin-left: 45px;*/
    margin-right: 45px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 9px 0;
    border-bottom: 4px solid transparent;
    cursor: pointer
}

.object__tab.active,
.object__tab:hover {
    border-color: #226d09
}

.object__slider {
    display: none;
    position: relative
}

.object__slider.over {
    overflow: hidden;
    z-index: 3
}

.object__slider.active {
    display: block
}

.object__slider .slick-prev {
    display: none !important
}

.object__slideinside {
    padding: 38px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.object__full {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 4;
}

.object__size {
    width: 66px;
    height: 66px;
    background: #226d09;
    position: relative;
    margin-bottom: 49px
}

.object__size span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff
}

.object__size b {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 6px
}

.object__title {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    color: #3a3c3f;
    margin-bottom: 250px;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.object__block {
    width: 400px;
    padding: 44px 25px 25px;
    background: linear-gradient(96.47deg, rgba(53, 53, 53, .6) 32.35%, rgba(87, 197, 86, .5168) 97.02%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative
}

.object__number {
    position: absolute;
    right: 27px;
    top: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff
}

.object__number b {
    display: block;
    margin-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #fff
}

.object__number span {
    display: block;
    margin-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #c4c4c4
}

.object__name {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #c4c4c4;
    margin-bottom: 43px
}

.object__slidename {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 15px
}

.object__text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #c4c4c4;
    display: none;
}

.object__text b {
    color: #fff
}

.object__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #226d09;
    border: 0;
    background: 0 0;
    border: 3px solid #226d09;
    width: 263px;
    height: 62px
}

.object__btn.flex {
    justify-content: center;
    align-items: center
}

.object__btn span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-right: 25px
}

.exper {
    padding: 70px 0 150px;
    position: relative
}

.exper__sota {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -370px
}

.exper__sota2 {
    position: absolute;
    right: 0;
    bottom: -120px;
    z-index: 1
}

.exper .wrapper {
    z-index: 2
}

.exper__text {
    margin: 50px 0 80px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    width: 1017px;
    max-width: 100%
}

.exper__box {
    width: 930px
}

.exper__box.flex {
    justify-content: space-between
}

.exper__item.active .exper__number {
    color: #226d09
}

.exper__number {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 150%;
    color: #fff
}

.exper__info p {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #a9aeaf
}

.exper__more {
    align-self: center
}

.exper__more.flex {
    align-items: center
}

.exper__more span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #226d09;
    display: block;
    margin-right: 10px
}

.banner2 {
    padding: 105px 0 85px;
    position: relative;
    background: url(../img/banner2.jpg) center center/cover no-repeat
}

.banner2__box {
    position: relative;
    z-index: 2;
    width: 100%
}

.banner2__box.flex {
    justify-content: space-between;
    align-items: center
}

.banner2__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #e5e5e5;
    margin-top: 16px
}

.banner2__btn {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 24px 48px;
    border: 2px solid #226d09;
    background: 0 0
}

.btn {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 24px 48px;
    background: #226d09;
    border: none
}

.creator-video{
    position: relative;
}
.creator-video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 75px;
}

.creator {
    background: #3a3c3f
}

.creator .wrapper {
    padding: 140px 0 100px
}

.creator__left {
    width: 520px
}

.creator__subtitle {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #a9aeaf;
    margin-top: 50px
}

.creator__title {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #fff;
    margin-top: 35px
}

.creator__text {
    margin-top: 35px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #a9aeaf
}

.creator__btn {
    margin-top: 40px
}

.creator__image {
    position: absolute;
    right: -50px;
    bottom: 0
}

.quiz {
    padding: 50px 0 95px
}

.quiz__title2 {
    margin-bottom: 25px
}

.quiz__subtitle2 {
    margin-bottom: 35px
}

.quiz__box {
    width: 100%;
    background: #eeeeee;
    box-shadow: 0 0 15px #0006;
    border-radius: 15px;
    position: relative;
    z-index: 2
}

.quiz__box.flex {
    align-items: stretch
}

.quiz__right {
    width: 280px;
    border-radius: 15px;
    background: linear-gradient(248.02deg, #226d09 -83.28%, rgba(58, 60, 63, .58) 96.88%)
}

.quiz__right.flex {
    justify-content: center;
    align-items: center
}

.quiz__catalog {
    width: 80px;
    position: relative
}

.quiz__rtext {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    text-align: left;
    width: 200px;
    margin: 0 auto
}

.quiz__main {
    width: 100%;
    padding: 60px 75px 40px 70px
}

.quiz__ques {
    width: 100%;
    margin: 0 auto
}

.quiz__title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 65px
}

.quiz__wrap {
    width: 100%
}

.quiz__wrap.flex {
    justify-content: space-between
}

.quiz__wrap.center.flex {
    align-items: center
}

.quiz__item {
    width: 48%;
    margin-bottom: 30px
}

.quiz__item input {
    display: none
}

.quiz__item .quiz__radioimg {
    display: flex;
    justify-content: center;
    align-items: center
}

.quiz__item .quiz__radioimg span {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 160%;
    color: #000
}

.quiz__item_big {
    width: 337px
}

.quiz__item_big .quiz__radioimg {
    height: 507px;
    background-image: linear-gradient(248.94deg, #fff 1.31%, #e9e9e9 101.82%);
    display: flex;
    justify-content: center;
    align-items: center
}

.quiz__item_big .quiz__radioimg span {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 160%;
    color: #000
}

.quiz__item.checked .quiz__name {
    color: #226d09
}

.quiz__item label {
    display: block
}

.quiz__name {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
    margin-top: 22px
}

.quiz__radioimg {
    width: 100%;
    height: 215px;
    background: linear-gradient(248.94deg, #fefefe 1.31%, #eaeaea 101.82%);
    border-radius: 15px
}

.quiz__last {
    width: 100%;
    background: linear-gradient(248.02deg, #226d09 -83.28%, rgba(58, 60, 63, .58) 96.88%);
    padding: 150px 0;
    border-radius: 15px;
    position: relative;
    display: none
}

.quiz__flex.flex {
    justify-content: center;
    align-items: center
}

.quiz__lastbox {
    width: 360px
}

.quiz__lastbox h3 {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.quiz__lastbox h3 span {
    color: #fcd50a
}

.quiz__lastbox p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160.5%;
    text-align: center;
    color: #fff
}

.quiz__form {
    display: block;
    width: 100%;
    margin-top: 26px
}

.quiz__form input {
    width: 100%;
    background: linear-gradient(86.95deg, #313131 2.71%, #313131 97.67%);
    border-radius: 7px;
    height: 55px;
    border: 0;
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 6px
}

.quiz__form input::-moz-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #696969
}

.quiz__form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #696969
}

.quiz__form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #696969
}

.quiz__social.flex {
    justify-content: space-between
}

.quiz__socialel {
    padding: 15px;
    width: 49%;
    background: linear-gradient(86.95deg, #313131 2.71%, #313131 97.67%);
    border-radius: 7px
}

.quiz__socialel.flex {
    align-items: center
}

.quiz__socialel img {
    width: 26px;
    display: block;
    margin-right: 25px;
    filter: grayscale(1);
    transition: all .3s ease
}

.quiz__socialel span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160.5%;
    text-align: center;
    color: #fff
}

.quiz__socialel.active img {
    filter: none
}

.quiz__lastcat {
    position: absolute;
    right: -300px;
    width: 800px;
    bottom: -50px
}

.quiz__sleft {
    width: 48%;
    height: 250px;
    background: url(../img/item1_1.png) center center/cover no-repeat
}

.quiz__sright {
    width: 48%
}

.quiz__squarenext {
    background: #226d09;
    border: 0;
    width: 263px;
    height: 62px;
    margin-top: 35px
}

.quiz__squarenext.flex {
    justify-content: center;
    align-items: center
}

.quiz__squarenext span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-right: 25px
}

.ui-widget-content {
    width: 100%;
    border-radius: 3px;
    box-shadow: inset -1px 1px 1px rgba(0, 0, 0, .05);
    background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
    background: repeating-linear-gradient(-45deg, #e5e5e5 0, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
    border: none;
    height: 10px;
    position: relative;
    background: #ccc
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2
}

.ui-slider-handle {
    position: relative;
    outline: 0;
    top: -11px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    background: #f5ae08;
    background: -webkit-gradient(left top, right top, color-stop(0, #f5ae08), color-stop(100%, #f9ca0c));
    background: linear-gradient(to right, #f5ae08 0, #f9ca0c 100%);
    background: #226d09
}

.ui-slider-handle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%
}

.ui-widget-header {
    border-radius: 3px;
    background: -webkit-repeating-linear-gradient(-45deg, #ededed 0, #fef5da 1%, #fef5da 17%);
    background: -webkit-repeating-linear-gradient(135deg, #ededed 0, #fef5da 1%, #fef5da 17%);
    background: repeating-linear-gradient(-45deg, #ededed 0, #fef5da 1%, #fef5da 17%);
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, .05);
    background: #db7800
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    height: 100%
}

.send-result-polzunok_wrap {
    margin-bottom: 35px
}

#send-result-polzunok {
    width: 160px;
    background: #ccc;
    border-radius: 7px;
    height: 55px;
    border: 0;
    padding: 0 20px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 6px
}

.send-result-polzunok_wrap label {
    color: #000000;
    font-size: 16px;
    margin-left: 10px
}

.progress.flex {
    justify-content: space-between;
    align-items: center
}

.progress__number {
    width: 52px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000
}

.progress__line {
    height: 7px;
    width: calc(100% - 70px);
    background: #ccc;
    position: relative
}

.progress__line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 7px;
    background: #226d09;
    display: block;
    transition: all .3s ease
}

.advant {
    padding: 130px 0 50px;
    padding: 50px 0 50px;
    position: relative
}

.advant__sota {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.advant .wrapper {
    z-index: 2
}

.advant__title {
    margin-bottom: 45px
}

.advant__box.flex {
    justify-content: space-between;
    align-items: stretch
}

.advant__image {
    width: 495px;
    background: url(../img/service2.jpg) center center/cover no-repeat
}

.advant__info {
    width: 605px;
    padding-top: 30px
}

.advant__item {
    margin-bottom: 45px;
    padding-left: 50px
}

.advant__header {
    position: relative;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 25px
}

.advant__header_1:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../img/icon1.png) center center no-repeat;
    background-size: 100% 100%
}

.advant__header_2:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../img/icon2.png) center center no-repeat;
    background-size: 100% 100%
}

.advant__header_3:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../img/icon3.png) center center no-repeat;
    background-size: 100% 100%
}

.advant__text {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #a9aeaf
}

.advant__text b{
    color: #fff;
}

.advant__more.flex {
    align-items: center;
    justify-content: flex-start
}

.advant__more span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #226d09;
    display: block;
    margin-right: 10px
}

.contact {
    padding: 140px 0 130px;
    background: url(../img/contact.jpg) center center/cover no-repeat;
    position: relative
}

.contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(30, 32, 33, .62);
    z-index: 1
}

.contact .wrapper {
    z-index: 2
}

.contact__title {
    margin-bottom: 14px
}

.contact__box {
    padding: 30px 30px 25px;
    width: 760px;
    background: #fff2;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    margin-top: 60px
}

.contact__form.flex {
    justify-content: space-between;
    align-items: flex-start
}

.contact__input {
    border: 0;
    padding: 14px 0;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: 0 0;
    border-bottom: 1px solid #c4c4c4
}
.contact__input::placeholder {
    color: #ffffff
}

.contact__input_1 {
    width: 151px
}

.contact__input_2 {
    width: 181px
}

.contact__input_3 {
    width: 273px
}

.contact__bottom {
    justify-content: space-between;
    align-items: center;
}

.contact__dogovor.flex {
    align-items: center
}

.contact__dogovor span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-right: 15px
}

.contact__btn {
    padding: 18px 55px
}

.contblock{
    padding: 100px 0;
}

.tomain {
    padding: 90px 0;
    background: #3a3c3f
}

.tomain__link.flex {
    justify-content: center;
    align-items: center
}

.tomain__link span {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
    display: block;
    margin-right: 20px
}

.descript {
    padding-bottom: 90px;
    position: relative
}

.descript__sota {
    position: absolute;
    left: 0;
    bottom: 0
}

.descript__box {
    position: relative
}

.descript__photo {
    width: 47%;
    position: absolute;
    left: 53%;
    bottom: 70px;
    height: 618px;
    max-width: 667px;
    background: url(../img/field.jpg) center center/cover no-repeat
}

.descript__item {
    width: 455px;
    margin-bottom: 100px
}

.descript__item:last-child {
    margin-bottom: 0
}

.descript__item h3 {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 24px
}

.descript__item p {
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #a9aeaf;
    margin-bottom: 40px
}

.descript__more.flex {
    align-items: center;
    justify-content: flex-start
}

.descript__more span {
    display: block;
    margin-right: 15px;
    font-family: AkzidenzGroteskPro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #226d09
}

.fancybox-content {
    -webkit-backdrop-filter: blur(15px) !important;
    backdrop-filter: blur(15px) !important
}

.modall {
    display: none;
    width: 400px;
    max-width: 95%;
    background: linear-gradient(95.85deg, rgba(53, 53, 53, .3672) 32.29%, rgba(87, 197, 86, .5168) 100%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.modall h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.modall p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}
.modall input::placeholder {
    font-size: 16px
}
.modall input {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    height: 55px;
    border: 0;
    padding: 0 20px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 6px
}

.modall button {
    font-size: 18px
}

.inputselect{
	width: 100%;
	height: 50px;
	width: 100%;
  background: linear-gradient(86.95deg, #313131 2.71%, #313131 97.67%);
  border-radius: 7px;
  height: 55px;
  border: 0;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .wrapper {
        max-width: 940px
    }
    .banner__box {
        transform: translateX(0)
    }
    .service__left {
        height: 570px
    }
    .service__right {
        width: 750px;
        height: 570px
    }
    .creator__left {
        width: 480px
    }
    .creator__image {
        width: 500px
    }
    .advant__image {
        height: 400px
    }
    .quiz {
        padding: 100px 0 105px
    }
    .quiz__right {
        width: 220px
    }
    .quiz__catalog {
        height: 50%
    }
    .quiz__main {
        width: 100%;
        padding: 40px 40px 40px 40px
    }
    .quiz__item_big {
        width: 305px
    }
    .quiz__item_big .quiz__radioimg {
        height: 440px
    }
    .descript .exper__sota2 {
        display: none
    }
    .descript__sota {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wrapper {
        max-width: 740px
    }
    .banner__box {
        position: static;
        left: 0;
        transform: none;
        margin: 0 auto
    }
    .service {
        padding-top: 90px;
        padding-bottom: 50px
    }
    .service__left {
        width: 100%;
        padding-right: 0;
        height: auto
    }
    .service__bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2
    }
    .service__item {
        width: auto
    }
    .service__right {
        position: static;
        transform: none;
        width: 100%
    }
    .etap {
        padding: 50px 0
    }
    .etap__cont {
        width: 560px
    }
    .etap__right {
        left: 45%;
        width: 55%
    }
    .object {
        padding: 50px 0 0
    }
    .object__tabs {
        width: 100%;
        margin-top: 30px
    }
    .object__tabs.flex {
        justify-content: space-between
    }
    .object__tab {
        margin-left: 0
    }
    .object__box {
        margin-bottom: 45px
    }
    .object__title {
        margin-bottom: 140px
    }
    .object__full {
        top: 15px
    }
    .exper {
        padding: 100px 0 100px
    }
    .exper__text {
        margin: 50px 0 50px;
        width: 100%;
        font-size: 30px
    }
    .exper__sota2 {
        width: 115px
    }
    .exper__box {
        width: 600px
    }
    .exper__item {
        width: 50%
    }
    .exper__more {
        width: 50%
    }
    .creator .wrapper {
        padding-bottom: 0;
        padding-top: 70px
    }
    .creator__image {
        position: static;
        display: block;
        margin: 0 auto
    }
    .advant {
        padding: 150px 0 50px
    }
    .advant__image {
        width: 100%;
        height: 400px
    }
    .quiz {
        padding: 50px 0 75px
    }
    .quiz__main {
        width: 100%;
        padding: 50px 50px
    }
    .quiz__right {
        display: none
    }
    .quiz__item_big {
        width: 305px
    }
    .quiz__item_big .quiz__radioimg {
        height: 440px
    }
    .contact {
        padding: 100px 0 100px
    }
    .contact__box {
        width: 100%
    }
    .descript .exper__sota2 {
        display: none
    }
    .descript__sota {
        display: none
    }
    .descript__item {
        width: 380px
    }
}

.langs{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.langs a{
    margin: 0 5px;
    display: block;
    font-size: 16px;
    color: #fff;
}
.mob-emoji {
    display: none;
    position: absolute;
    opacity: 0.3;
}
@media screen and (max-width:767px) {
    .mob-emoji {
        display: inline-block;
    }
    .mob-emoji1 {
        top: 33%;
        right: 0;
        transform: translate(50%, -50%);
        font-size: 128px;
    }
    .mob-emoji2 {
        font-size: 48px;
        letter-spacing: -5px;
        margin-left: 5px;
    }
    .mob-emoji3 {
        top: 42%;
        right: 14%;
        font-size: 36px;
    }
    .mob-emoji4 {
        top: 27%;
        right: 37%;
        transform: translate(50%, -50%);
        font-size: 28px;
    }
    .mob-emoji5 {
        top: 47%;
        right: 8%;
        transform: translate(50%, -50%);
        font-size: 48px;
    }
    .mob-emoji6 {
        top: 44%;
        right: 30%;
        transform: translate(50%, -50%);
        font-size: 48px;
    }
    .langs{
        margin-left: 20px;
        margin-left: 10px;
    }
    .wrapper {
        max-width: calc(100% - 40px)
    }
    .mouse {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -13px;
        right: auto
    }
    .banner {
        padding-top: 115px;
        padding-bottom: 150px;
        min-height: initial;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, .5) inset;
        background: none !important;
        padding-bottom: 0;
    }
    .banner:before {
        content: none
    }
    .banner__title {
        font-size: 36px;
        line-height: 140%
    }
    .banner__text {
        font-size: 18px
    }
    .banner__btn {
        padding: 10px 40px;
        margin-top: 20px
    }
    .banner__box {
        display: none;
        position: relative;
        left: 0;
        bottom: auto;
        transform: none;
        width: 100%;
        margin-top: 15px;
        padding: 20px
    }
    .banner__box .slick-next,
    .banner__box .slick-prev {
        width: 25px;
        height: 25px;
        top: 26px
    }
    .banner__box .slick-next {
        right: 22px
    }
    .banner__box .slick-prev {
        right: 54px
    }
    .banner__name {
        font-size: 13px;
        margin-bottom: 20px
    }
    .banner__btitle {
        font-size: 15px
    }
    .banner__btext {
        font-size: 14px
    }
    .banner picture {
        width: 100%
    }
    .banner__mobbanner {
        width: 100%;
        display: block !important;
        margin-top: 35px;
    }
    .banner__mobsota {
        position: absolute;
        right: 0;
        top: 85px;
        display: none !important
    }
    .service {
        padding-top: 10px;
        padding-bottom: 20px
    }
    .service .wrapper {
        max-width: 100%;
        z-index: 2;
    }
    .service__top {
        padding: 0 20px
    }
    .service__sota {
        /*display: none;*/
        left: 0;
        width: 250px;
    }
    .service__title {
        margin-bottom: 10px
    }
    .service__left {
        width: 100%;
        height: auto;
        padding: 0
    }
    .service__right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: none !important;
        background: 0 0;
        padding-top: 10px;
        opacity: 1;
        transition: none;
        overflow: visible
    }
    .service__right:before {
        content: "";
        background: linear-gradient(342.95deg, #226d09 0, rgba(26, 27, 28, .07) 100%);
        position: absolute;
        left: -20px;
        top: -30px;
        top: 6px;
        width: calc(100% + 40px);
        height: 90%;
        z-index: 1
    }
    .service__right.active {
        transform: none !important
    }
    .service__rightinside {
        background: 0 0 !important;
        z-index: 2;
        transform: none !important
    }
    .service__item {
        margin-top: 10px
    }

    .service__item .before{
        position: relative;
    }

    .service__item .before:after{
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%) rotate(0deg);
        background: url(../img/down.svg);
        background-size: 100% 100%;
        transition: all 0.3s ease;
    }

    .service__item.active .before:after{
        transform: translateY(-50%) rotate(180deg);
    }
    .service__item span {
        padding: 3px 0;
        font-size: 14px;
        line-height: normal;
        margin-left: 20px
    }
    .service__block {
        width: 100%;
        left: 0;
        top: 0;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding: 0;
    }
    .service__block:before {
        content: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: linear-gradient(342.95deg, #226d09 0, rgba(26, 27, 28, .07) 100%);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
    .service__block h3 {
        display: none
    }
    .service__block p {
        margin-top: 0;
        font-size: 12px;
        width: 66%
    }
    .service__btn {
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: 2;
        background: 0 0;
        padding: 0;
        width: auto
    }
    .service__btn span {
        border: 0 !important;
        font-size: 12px;
        font-family: AkzidenzGroteskPro;
        margin-left: 0
    }
    .service__mobimg {
        display: block;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        z-index: 2
    }
    .service__bottom {
        margin-top: 25px
    }
    .fader-anim {
        opacity: 1
    }
    .title {
        font-size: 24px
    }
    .title br {
        display: none
    }
    .subtitle {
        font-size: 12px;
        font-size: 14px
    }
    .etap {
        padding: 25px 0
    }
    .etap__subtitle {
        width: 210px;
        margin-bottom: 45px
    }
    .etap__subtitle br {
        display: none
    }
    .etap__right {
        width: 100%;
        right: 0;
        left: auto;
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    .etap__right img.etap__core {
        display: block
    }
    .etap__core {
        width: 55px !important;
        right: auto;
        left: 50%;
        height: auto !important;
        transform: translateY(-50%) translateX(-50%)
    }
    .etap__item {
        padding-left: 18px;
        padding-left: 40px;
        width: 100%;
        margin-bottom: 30px;
        position: relative
    }
    .icon-emoji {
        position: absolute;
        left: -15px;
        font-size: 24px;
        line-height: 0;
        top: 11px;
        display: block!important;
    }
    .etap__item:before {
        /*content: "";*/
        width: 40px;
        height: 40px;
        background: url(../img/right-arrow.svg);
        background-size: 100% 100%;
        position: absolute;
        left: -36px;
        top: -10px
    }
    .etap__header {
        font-size: 12px;
        margin-bottom: 10px;
        font-size: 15px
    }
    .etap__header:before {
        font-size: 15px;
        left: -18px
    }
    .etap__text {
        font-size: 13px
    }
    .etap__cont {
        width: calc(100% - 90px);
        padding-left:10px
    }
    .etap__more span {
        font-size: 12px;
        font-size: 15px
    }
    .etap__img {
        width: 40px
    }
    .object {
        padding: 0 0 25px;
    }
    .object .title {
        position: relative;
        z-index: 5
    }
    .object__slider.over {
        padding-bottom: 25px
    }
    .object__title {
        font-size: 14px;
        line-height: 140%;
        color: #fff;
        margin-bottom: 18px;
        margin-top: 40px
    }
    .object__box {
        margin-bottom: 30px
    }
    .object__block {
        width: 100%;
        padding: 25px 16px 15px 16px;
        background: linear-gradient(321.12deg, #226d09 0, rgba(255, 140, 0, 0) 100%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
    .object__full{
        display: none !important;
    }
    .object__slideinside {
        background: 0 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .object__name {
        display: none
    }
    .object__number {
        right: auto;
        left: 15px;
        top: 22px
    }
    .object__slidename {
        font-size: 16px;
        margin-bottom: 15px
    }
    .object__text {
        font-size: 12px
    }
    .object__btn {
        position: static;
        width: 100%;
        bottom: -62px;
        height: 62px;
        margin-top: 0;
        background: 0 0;
        border: 0
    }
    .object__mobslide {
        display: block;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        height: 260px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }
    .object__full {
        display: none
    }
    .object__size {
        width: 46px;
        height: 46px;
        position: absolute;
        left: 20px;
        top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(321.12deg, #226d09 0, rgba(255, 140, 0, 0) 100%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: 0 0;
        border: 2px solid #226d09
    }
    .object__size span {
        position: static;
        font-size: 12px;
        margin-top: 5px;
        transform: none
    }
    .object__size b {
        position: static;
        font-size: 12px;
        transform: none
    }
    .object__tabs {
        position: absolute;
        right: 0;
        top: 5px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
        background: #303132;
        z-index: 3;
        margin-top: 0;
    }
    .object__tabs:before {
        content: "";
        width: 12px;
        height: 6px;
        position: absolute;
        right: 0;
        top: 8px;
        background: url(../img/arrow.svg);
        background-size: 100% 100%;
        ransform: rotate(0deg);
        transition: all 0.3s ease;
    }
    .object__tabs.active:before{
        transform: rotate(180deg);
    }
    .object__tabs.flex {
        flex-direction: column;
        align-items: flex-end
    }
    .object__tab {
        margin-left: 0;
        padding: 0 0;
        font-size: 12px;
        border-width: 2px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .exper {
        padding: 30px 0 25px
    }
    .exper__sota {
        width: 50%;
        z-index: 1;
        right: 0;
        top: -150px
    }
    .exper__sota2 {
        display: none
    }
    .exper__text {
        margin: 20px 0 44px;
        font-size: 12px;
        width: 100%
    }
    .exper__box {
        width: 100%
    }
    .exper__more {
        width: 100%;
        margin-top: 20px
    }
    .exper__more span {
        font-size: 12px
    }
    .exper__more img {
        width: 35px
    }
    .exper__number {
        font-size: 30px
    }
    .exper__item {
        width: 30%
    }
    .exper__info p {
        font-size: 11px
    }
    .banner2 {
        padding: 30px 0
    }
    .banner2__text {
        font-size: 13px;
        margin-bottom: 10px
    }
    .banner2__btn {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        padding: 13px 38px
    }
    .creator{
        background: linear-gradient(to top, #3a3c3f, transparent);
    }
    .creator .wrapper {
        padding: 30px 0 0
    }
    .creator__image {
        position: static;
        display: block;
        margin-left: auto;
        margin-right: 0;
        width: 80%
    }
    .creator__left {
        width: 100%
    }
    .creator__subtitle {
        font-size: 11px;
        margin-top: 20px;
        position: absolute;
        left: 0;
        top: 105px;
    }
    .creator__title {
        font-size: 16px;
        margin-top: 20px;
        position: absolute;
        left: 0;
        top: 125px;
    }
    .creator__text {
        margin-top: 25px;
        font-size: 12px
    }
    .creator__btn {
        width: 100%;
        padding: 14px;
        margin-top: 30px;
        font-size: 12px
    }
    .advant {
        padding: 30px 0 25px
    }
    .advant__sota {
        display: none
    }
    .advant__title {
        width: 70%
    }
    .advant__title br {
        display: none
    }
    .advant__header {
        font-size: 14px;
        margin-bottom: 16px
    }
    .advant__header_1:before {
        width: 14px;
        left: -26px;
        height: 14px
    }
    .advant__header_2:before {
        width: 14px;
        left: -26px;
        height: 14px
    }
    .advant__header_3:before {
        width: 14px;
        left: -26px;
        height: 14px
    }
    .advant__item {
        padding-left: 26px
    }
    .advant__text {
        font-size: 12px
    }
    .advant__more span {
        font-size: 12px
    }
    .advant__more img {
        width: 40px
    }
    .advant__image {
        display: block;
        width: calc(100% + 40px);
        width: 100%;
        height: 280px;
        order: 2;
        margin-top: 40px
    }
    .modall {
        padding: 30px 25px
    }
    .modall button {
        padding: 16px 0;
        font-size: 14px;
        margin-top: 18px !important
    }
    .quiz {
        padding: 20px 0 30px
    }
    .quiz__right {
        display: none
    }
    .quiz__main {
        width: 100%;
        padding: 34px 15px 5px
    }
    .quiz__title {
        margin-bottom: 33px;
        margin-top: 33px;
        font-size: 16px
    }
    .quiz__name {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 10px
    }
    .quiz__item_big .quiz__radioimg {
        height: 160px
    }
    .quiz__item_big .quiz__radioimg span {
        font-size: 17px
    }
    .quiz__item .quiz__radioimg span {
        font-size: 17px
    }
    .quiz__last {
        padding: 50px 15px
    }
    .quiz__lastbox h3 {
        font-size: 24px;
        margin-bottom: 15px
    }
    .quiz__lastbox p {
        font-size: 13px
    }
    .quiz__form {
        margin-top: 10px
    }
    .quiz__form input {
        font-size: 12px;
        height: 47px
    }
    .quiz__form input::-moz-placeholder {
        font-size: 12px
    }
    .quiz__form input:-ms-input-placeholder {
        font-size: 12px
    }
    .quiz__form input::placeholder {
        font-size: 12px
    }
    .quiz__radioimg {
        height: 110px
    }
    .quiz .lastbtn {
        margin-top: 15px;
        padding: 14px 48px;
        font-size: 13px
    }
    .quiz__sright {
        width: 100%;
        order: 1;
        margin-bottom: 25px
    }
    .quiz__sleft {
        width: 100%;
        order: 2;
        margin-bottom: 10px;
        display: none;
    }
    .progress__line {
        width: calc(100% - 60px)
    }
    .contact {
        padding: 30px 0 30px
    }
    .contact__box {
        margin-top: 30px;
        width: 100%;
        border-radius: 10px
    }
    .contact__input {
        width: 100%;
        margin-bottom: 10px
    }
    .contact__bottom {
        margin-top: 20px
    }
    .contact__btn {
        padding: 14px 40px;
        margin-bottom: 10px;
        width: 100%
    }
    .contact__dogovor {
        width: 100%
    }
    .contact__dogovor.flex {
        justify-content: center
    }
    .pbanner {
        padding-top: 140px;
        padding-bottom: 39px
    }
    .descript__sota {
        display: none
    }
    .descript__phone {
        position: static;
        transform: none;
        order: 2;
        height: 250px;
        transform: none;
        width: 100%;
        margin-top: 30px
    }
    .descript__item {
        margin-bottom: 60px;
        width: 100%
    }
    .descript__item h3 {
        font-size: 16px
    }
    .descript__item p {
        font-size: 14px;
        margin-bottom: 30px
    }
    .descript__more span {
        font-size: 12px
    }
    .descript__more img {
        width: 45px
    }
    .descript__photo {
        height: 300px;
        margin-top: 25px;
        width: 100%;
        position: static
    }
    .tomain {
        padding: 35px 0
    }
    .tomain__link span {
        font-size: 18px
    }
    .tomain__link img {
        width: 40px
    }
}
.div-block-11 {
    width: 330px!important;
    height: auto;
    background-color: #eeeeee;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    position: static;
    margin: 25px 15px;
    text-align: left;
    box-shadow: 0 0 15px #0006;
}
#in-work, #our-production {
    padding: 50px 0;
    background: #ffffff;
}
.lightbox-link-2 {
    width: 100%;
    margin-bottom: 10px;
}
.href-1 {
    max-width: 100%;
}
.href-2 {
    height: 71px;
    max-width: 48% !important;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.div-block-13 {
    position: relative;
}
.image-12 {
    width: 15px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: 4%;
    left: auto;
    right: 4%;
}
.image-10 {
    width: 100%;
    height: 151px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0;
}
.div-block-12 {
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.image-11 {
    width: 100%;
    height: 71px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0;
}
.text-block-13 {
    color: #fcfcfc;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
}
.icon-emoji {
    display: none;
}
.div-block-14 {
    align-items: center;
    margin-bottom: 10px;
    margin-right: 5px;
    display: flex;
}
.image-13 {
    width: 18px;
    height: 18px;
}
.text-block-14, .text-block-15 {
    color: #000000;
    font-family: Nunito Sans, sans-serif;
    line-height: 18px;
}
.text-block-14, .text-block-15 {
    color: #000000;
    font-family: Nunito Sans, sans-serif;
    line-height: 18px;
}
.text-block-16 {
    color: #000000;
    margin-top: 5px;
    font-family: Nunito Sans, sans-serif;
    line-height: 18px;
}
.text-block-17 {
    color: #000000;
    margin-top: 15px;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.div-block-15 {
    width: fit-content;
    height: 45px;
    padding: 0 25px;
    background-color: #226d09;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    cursor: pointer;
}
.text-block-18 {
    color: #fff;
    font-family: Kelson Sans Regular Ru, sans-serif;
    font-size: 16px;
}
#in-work .slick-slide, #stage .slick-slide, #our-production .slick-slide {
    text-align: center;
}
.icon-stage {
    text-align: center;
    width: 100%;
    margin: 0 0 0 20px;
}
.icon-stage i {
    font-size: 34px;
    color: #226d09;
}
.number-stage {
    color: #fff1;
    font-family: Nunito Sans, sans-serif;
    font-size: 80px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: 20px;
}
.text-stage {
    color: #000000;
    margin-top: 15px;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
#stage .div-block-11 {
    position: relative;
}
.icon-stage {
    position: relative;
    width: 68px;
    height: 68px;
    margin: 10px auto;
    background: #ffffff;
    border-radius: 50%;
}
.icon-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #000;
}
#stage {
    padding: 40px 0;
background: #ffffff;
}
.noimg {
    background: none;
    position: relative;
}
.quiz__item .noimg.quiz__radioimg span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
}
#cube-loader .cube-loader {
    transform: none!important;
    width: 100px!important;
    height: 100px!important;
}
#cube-loader .cube-loader img {
    width: 100%;
}
#cube-loader .cube-loader img.shadow {
    width: 100%;
    animation: shadow 1s infinite;
    filter: drop-shadow(0 0 5px #226d0988);
    left: 0;
    position: absolute;
}
@keyframes shadow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fancybox-button svg path {
    fill: #ffffff!important;
}
@media (max-width: 370px) {
    .div-block-11 {
        width: 95%!important
    }
    .image-10, .image-11 {
        max-width: 100%;
    }
}
#video, #video-2 {
    padding: 50px 0
}
#video iframe, #video-2 iframe {
    width: 100%;
    height: 647px;
}
@media (max-width: 1199px) {
    #video iframe, #video-2 iframe {
        height: 540px;
    }
}
@media (max-width: 991px) {
    #video iframe, #video-2 iframe {
        height: 440px;
    }
}
@media (max-width: 768px) {
    #video {
        padding: 30px 0
    }
    #video iframe, #video-2 iframe {
        height: 320px;
    }
}
@media (max-width: 568px) {
    #video iframe, #video-2 iframe {
        height: 220px;
    }
}
#reviews {
    padding: 80px 0;
    background: #ffffff;
}
#reviews .flex {
    margin: 0 -15px;
    justify-content: center;
}
.video-block {
    padding: 0 15px;
}
.video-block video {
    width: 100%;
}
#plan .etap__cont {
    width: 50%;
}
#plan .etap__item {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}
#plan .banner__btn {
    margin-top: 20px;
    display: inline-block;
}
#plan .etap__title {
    margin-bottom: 30px;
}
#plan .etap__cont img {
    max-width: 100%;
}
#plan.etap {
    padding-top: 0;
}
#plan .subtitle {
    color: #000000;
    margin-bottom: 0;
    width: 100%;
    margin-top: 5px;
    font-weight: 700;
}
#plan .etap__header {
    margin-bottom: 20px;
    font-weight: 400;
}
@media (max-width: 767px) {
    #plan .etap__cont {
        width: 100%;
        padding-left: 0;
    }
    #plan .etap__header {
        margin-bottom: 15px;
    }
}
#popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0008;
    backdrop-filter: blur(5px);
    z-index: 1000000;
}
#popup .container {
    width: 550px;
    max-width: 95%;
    padding: 40px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 95%;
}
.popup_form2 .container {
    width: 550px;
    max-width: 95%;
    padding: 40px;
    background: #293129;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 95%;
}
#popup .etap__cont {
    width: 100%;
}
#popup .etap__item {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}
#popup .banner__btn {
    margin-top: 20px;
    display: inline-block;
}
#popup .etap__title {
    margin-bottom: 30px;
}
#popup .subtitle {
    color: #000000;
    margin-bottom: 0;
    width: 100%;
    margin-top: 5px;
    font-weight: 700;
}
#popup .etap__header {
    margin-bottom: 20px;
    font-weight: 400;
}

#popup .etap__cont img {
    max-width: 100%;
}
#popup .crest {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0008;
    cursor: pointer;
}
#popup .crest:hover {
    color: #000
}
@media (max-width: 767px) {
    #popup .etap__cont {
        width: 100%;
        padding-left: 0;
    }
    #popup .etap__header {
        margin-bottom: 15px;
    }
    #popup .container {
        padding: 40px 20px;
    }
}
.lang_switch a {
    color: #ffffff;
    padding: 0 5px;
    opacity: 0.5;
    transition-duration: 0.5s;
    transition-property: opacity;
}
.lang_switch a:hover {
    opacity: 1;
}
.lang_switch a.selected {
    opacity: 1;
}
.lang_switch a:nth-child(2) {
    border-left: 1px solid #ffffff88;
}
.mobileblock .lang_switch a {
    color: #000000;
}
.mobileblock .lang_switch a:nth-child(2) {
    border-left: 1px solid #00000088;
}
.lang_switch a:nth-child(2) {
    padding-right: 0;
}
.lang_switch a:nth-child(1) {
    padding-left: 0;
}
@media (max-width: 991px) {
    .header__logo img {
        width: 80px;
    }
    .header__pcnav .header__link {
        margin-left: 14px;
    }
}
@media (max-width: 767px) {
    .banner__title {
        display: none;
    }
    .content .banner__text {
        font-size: 24px;
        max-width: 480px;
        line-height: 1.3;
        margin: 20px 0 10px 0;
    }
    .content .banner__text .color-green {
        color: #226d09;
    }
    .content .banner__text sup {
            font-size: 15px;
    }
}

.button-catalog {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    display: none;
    text-align: center;
    z-index: 999999;
}
.button-catalog .crest {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: #000000;
    line-height: 0.6;
    padding: 6px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 5px #0008;
    cursor: pointer;
}
.button-catalog .button {
    box-shadow: 0 5px 10px #0008;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.popup_form2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0008;
    z-index: 999999;
    display: none;
    color: #ffffff;
}
.popup_form2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.popup_form2 p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.popup_form2 input {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    height: 55px;
    border: 0;
    padding: 0 20px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 6px;
}
.popup_form2 .crest {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    color: #aaa;
    font-size: 36px;
    cursor: pointer;
}
.popup_form2 #href-catalog {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 30px;
}
@media (max-width: 350px) {
    .button-catalog .button {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 16px;
     }
}
#our-production .catalog-photo img {
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 0.75;
}
#our-production .slick-slide {
    margin: 0 15px;
}