

/* Start:/local/templates/lp_seo/fonts/fonts.css?15961948551393*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Medium.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Bold.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Regular.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url("/local/templates/lp_seo/fonts/../fonts/opensans.woff2") format("woff2"),
    url("/local/templates/lp_seo/fonts/../fonts/opensans.woff") format("woff");
}

/* End */


/* Start:/local/templates/lp_seo/libs/slick/slick-theme.css?15961873894503*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/lp_seo/libs/slick/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/lp_seo/libs/slick/./fonts/slick.eot");
  src: url("/local/templates/lp_seo/libs/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.woff") format("woff"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.ttf") format("truetype"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick-theme.css.map */
/* End */


/* Start:/local/templates/lp_seo/libs/fancybox-master/jquery.fancybox.min.css?158565536113841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/lp_seo/css/style.css?174947326042917*/
@charset "UTF-8";

*::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

body input.error,
body textarea.error,
.bottom-form-block__form .input.error {
  border: 1px solid #F67E8D;
}

body input:required:valid,
body textarea:required:valid,
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border: 1px solid #8E44AD;
}

/*bootstrap*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1460px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/**/
body {
  overflow-x: hidden;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #0D0D0D;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 100vh;
}

main {
  min-height: calc(100vh - 238px);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0D0D0D;
}

/*colors*/
.primary {
  background: #985199;
  color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.primary-text {
  color: #985199;
}

/*text*/
/*container*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.page-mt {
  margin-top: 80px;
}

/*main style*/
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.fw-sbold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.quiz__btn--prev {
  border: 2px solid #985199;
  -webkit-box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  background-color: #ffffff;
  color: #985199;
}

.btn.quiz__btn--prev:hover {
  background-color: #985199;
  color: #ffffff;
}

.primary.btn {
  background: #985199;
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(115, 57, 116, 0.45);
  box-shadow: 0 10px 20px rgba(115, 57, 116, 0.45);
}

.primary.btn:hover {
  background: #864787;
  -webkit-box-shadow: 0 10px 40px rgba(115, 57, 116, 0.3);
  box-shadow: 0 10px 40px rgba(115, 57, 116, 0.3);
}

.success.btn {
  background: #FFD83A;
  color: #0D0D0D;
  -webkit-box-shadow: 0 10px 20px rgba(241, 196, 15, 0.45);
  box-shadow: 0 10px 20px rgba(241, 196, 15, 0.45);
}

.success.btn:hover {
  background: #F9CA0D;
  -webkit-box-shadow: 0 10px 40px rgba(241, 196, 15, 0.3);
  box-shadow: 0 10px 40px rgba(241, 196, 15, 0.3);
}

.primary {
  background: #985199;
}

.primary-text {
  color: #985199;
}

.success-block {
  background: #FFD83A;
}

span.primary,
span.success-block {
  padding: 0px 5px 5px;
  line-height: 50px;
}

.input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0 10px;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

.section-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 138.4%;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 40px;
}

/*-----Header-----*/
.logo {
  width: 175px;
  height: 35px;
}

.header {
  height: 80px;

}

.header.scroll .header__main {
  box-shadow: 0px 0.598509px 3.99006px rgba(0, 0, 0, 0.0201946), 0px 2.01027px 13.4018px rgba(0, 0, 0, 0.0298054), 0px 9px 60px rgba(0, 0, 0, 0.05);
}

.header__main {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: all .3s;
}

.header__main-inner {
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__main-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.header__burger {
  margin-left: 80px;
  width: 65px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: 51;
  cursor: pointer;
}

.header__burger span {
  height: 4px;
  background: #0D0D0D;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__burger span:nth-child(1) {
  width: 54px;
}

.header__burger span:nth-child(2) {
  width: 37px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header__burger span:nth-child(3) {
  width: 65px;
}

.header .popup-menu {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  background: rgba(13, 13, 13, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .popup-menu__inner {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #FFD83A;
  height: 100vh;
  width: 100%;
  max-height: 100vh;
  max-width: 394px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 50px 95px 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
  background-image: url(/local/templates/lp_seo/css/../img/menu-circle.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.header .popup-menu__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 138.4%;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.header .popup-menu__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .popup-menu__link:hover {
  color: #985199;
}

.header .popup-menu__nav {
  position: relative;
  z-index: 3;
}

.header .popup-menu__bottom {
  position: relative;
  z-index: 3;
}

.header .popup-menu__burger {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 29px;
  right: 30px;
  cursor: pointer;
  z-index: 51;
  background: url(/local/templates/lp_seo/css/../img/icons/close.svg) center/contain no-repeat;
}

.header .callback {
  height: 54px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 45px;
}

.header.open-menu .header__burger {
  opacity: 0;
}

.header.open-menu .popup-menu {
  opacity: 1;
  pointer-events: all;
}

.header.open-menu .popup-menu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.social-wrap {
  margin-bottom: 20px;
}

.social-link {
  width: 36px;
  height: 36px;
}

.social-link:not(:last-child) {
  margin-right: 30px;
}

.social-link svg.ico {
  width: 36px;
  height: 36px;
  fill: #985199;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-link.vk-color svg.ico{
  fill: #0177FF;
}
.social-link.wa-color svg.ico{
  fill: #3BE159;
}
.social-link.tg-color svg.ico{
  fill: #29A9EB;
}

.social-link.vk-color svg.ico:hover{
  fill: #0052B1;
}
.social-link.wa-color svg.ico:hover{
  fill: #009C1C;
}
.social-link.tg-color svg.ico:hover{
  fill: #017FC0;
}

.social-link svg.ico:hover {
  fill: #864787;
}

/*---First screen---*/
.first-screen {
  overflow-x: hidden;
}

.first-screen__top {
  background: url(/local/templates/lp_seo/css/../img/first-screen-bg.jpg) center/cover no-repeat;
}

.first-screen__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.first-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-screen__img {
  position: absolute;
  left: 57%;
  width: 640px;
  height: 748px;
  bottom: -56px;
}

.first-screen__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 138.4%;
}

.first-screen__avtor {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0 55px;
  max-width: 350px;
  position: relative;
}

.first-screen__avtor:after {
  content: ' ';
  display: block;
  width: 76px;
  height: 74px;
  background: url(/local/templates/lp_seo/css/../img/apporoved.svg) center/contain no-repeat;
  position: absolute;
  top: 10px;
  right: -60px;
}

.first-screen__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 370px;
  margin-bottom: 20px;
}

.first-screen__btn {
  padding: 16px 20px;
  max-width: 373px;
  font-size: 16px;
  line-height: 20px;
}

.first-screen__bottom {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.first-screen__bottom:before {
  width: 524px;
  height: 540px;
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/lp_seo/css/../img/first-screen-bee.svg) center/contain;
  top: -78px;
  left: -104px;
}

.first-screen__bottom-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen__left {
  width: 50%;
}

.first-screen__left-big {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: auto;
  margin-bottom: 25px;
  max-width: 397px;
}

.first-screen__left-att {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  border-left: 4px solid #FFD83A;
  padding-left: 10px;
  max-width: 397px;
  margin: auto;
}

.first-screen__right {
  width: 50%;
}

.first-screen__right-item {
  margin: auto;
  margin-bottom: 25px;
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen__right-item .primary-text {
  font-weight: 900;
  font-size: 14px;
  line-height: 116.4%;
  text-align: center;
  color: #8E44AD;
  margin-right: 20px;
  width: 100%;
  max-width: 77px;
}

.first-screen__right-item .primary-text span {
  font-size: 32px;
}

/*---about---*/
.about {
  padding: 80px 0 90px 0;
  background: #F9F9F9;
}

.about .section-title {
  margin-bottom: 30px;
}

.about__slider-wrap {
  max-width: 445px;
  margin: auto;
}

.about .success-block {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4px 5px 5px 5px;
}

.about p {
  margin: 10px 0 30px 0;
  max-width: 445px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.about__content {
  width: 50%;
}

/*---slider style---*/
.slick-dots {
  bottom: -38px;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button,
.slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border: 0.97049px solid #0D0D0D;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #0D0D0D;
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: initial;
  bottom: -38px;
  height: 10px;
  width: 42px;
  z-index: 2;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-prev:before,
.slick-next:before {
  content: ' ';
  display: block;
  height: 10px;
  width: 42px;
  opacity: 1;
  background: url(/local/templates/lp_seo/css/../img/icons/switch.svg) center/contain no-repeat;
}

.slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*---why-we---*/
.why-we {
  padding: 80px 0;
  position: relative;
  background: url(/local/templates/lp_seo/css/../img/why-we/why-we-bg1.png) bottom/cover no-repeat;
}

.why-we:after {
  width: 494px;
  height: 478px;
  content: ' ';
  display: block;
  top: -151px;
  right: 0px;
  background: url(/local/templates/lp_seo/css/../img/why-we/laptop.png) right/contain no-repeat;
  position: absolute;
}

.why-we .section-title {
  margin-bottom: 54px;
  max-width: 606px;
}

.why-we__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.why-we__item {
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 62px;
}

.why-we__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-we__text:before {
  width: 45px;
  height: 45px;
  display: block;
  content: ' ';
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.why-we__item:nth-child(1) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/time.svg) center/contain no-repeat;
}

.why-we__item:nth-child(2) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/Я.svg) center/contain no-repeat;
}

.why-we__item:nth-child(3) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/brain.svg) center/contain no-repeat;
}

.why-we__item:nth-child(4) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/rocket.svg) center/contain no-repeat;
}

.why-we__item:nth-child(5) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/box.svg) center/contain no-repeat;
}

.why-we__item:nth-child(6) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/wallet.svg) center/contain no-repeat;
}

.why-we__item:nth-child(7) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/stamp.svg) center/contain no-repeat;
}

/*---promotion---*/
.promotion {
  padding: 40px 0 50px 0;
}

.promotion .section-title {
  margin-bottom: 40px;
}

.promotion__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.promotion__item-wrap {
  width: 100%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.promotion__title,
.promotion__title--pro {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.promotion__title--pro {
  font-size: 30px;
  line-height: 37px;
}

.promotion__subtitle--pro {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 27px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 5px;
}

.promotion__icon {
  margin: 0 auto 30px;
  width: 62px;
}

.promotion__btn {
  width: 172px;
  height: 52px;
  margin: 43px auto 0;
}

.promotion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 36px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promotion__individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 10px;
  width: 100%;
  height: 100%;
  color: #985199;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  text-align: center;
}

.promotion__individual-text {
  font-weight: normal;
  margin-top: 25px;
}

.promotion__individual-link {
  text-decoration: underline;
  color: #985199;
}

.promotion__individual:before {
  position: absolute;
  z-index: -1;
  top: -140px;
  left: -100px;
  width: 212px;
  height: 212px;
  content: ' ';
  display: block;
  background: url(/local/templates/lp_seo/css/../img/promotion/promotion-circle.svg) center/contain no-repeat;
}

/*---Promootion seo---*/
/*---Strategy---*/
.strategy {
  background: #F9F9F9;
  position: relative;
  padding: 80px 0 65px 0;
}

.strategy .section-title {
  text-align: center;
}

.strategy__item {
  background: rgba(142, 68, 173, 0.1);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: auto;
  margin-bottom: 52px;
  text-align: center;
  max-width: 690px;
  padding-left: 20px;
  height: 90px;
}

.strategy__item span {
  color: rgba(51, 51, 51, 0.08);
  font-weight: bold;
  font-size: 102px;
  line-height: 102px;
}

.strategy__item:after {
  height: 18px;
  width: 7px;
  display: block;
  content: ' ';
  background: url(/local/templates/lp_seo/css/../img/icons/down.svg) center/contain no-repeat;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 4px);
}

.strategy__item:last-child:after {
  display: none;
}

.strategy__img {
  position: relative;
  top: 1px;
  right: -36px;
}

.strategy:before {
  content: ' ';
  display: block;
  width: 212px;
  height: 262px;
  position: absolute;
  left: 0;
  top: -30px;
  background: url(/local/templates/lp_seo/css/../img/strategy/strategy-rec.svg) center/contain no-repeat;
}

/*---certificate---*/
.certificates {
  padding: 80px 0;
  overflow-x: hidden;
}

.certificates__slider-wrap {
  position: relative;
}

.certificates__slider-wrap:before {
  content: ' ';
  display: block;
  width: 235px;
  height: 220px;
  position: absolute;
  top: -109px;
  right: -117px;
  z-index: -1;
  background: url(/local/templates/lp_seo/css/../img/strategy/strategy-rec.svg) center/contain no-repeat;
}

.certificates__slider-wrap .slick-next {
  right: 15px;
}

.certificates__slider-wrap .slick-prev {
  left: 15px;
}

.certificates__slide {
  padding: 0 15px;
}

.certificates__slider-img {
  border: 1px solid #DADADA;
  border-radius: 3px;
  overflow: hidden;
}

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

/*---deadlines---*/
.deadlines {
  padding: 30px 0 80px;
}

.deadlines__item {
  -webkit-box-shadow: 0px 2px 30px #FFF9E2;
  box-shadow: 0px 2px 30px #FFF9E2;
  background: #FDF6DB;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E1E1E;
  padding: 20px 30px;
  width: 100%;
  max-width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deadlines__item-img {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-right: 15px;
  text-align: center;
}

.deadlines__item-img:before {
  content: ' ';
  display: block;
  margin-bottom: 5px;
  width: 97px;
  height: 105px;
}

.deadlines__item:nth-child(1) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m1.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(2) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m2.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(3) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m4.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(4) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m6.svg) center/contain no-repeat;
}

/*----team-----*/
.team {
  padding: 80px 0 90px;
  background: #F9F9F9;
  position: relative;
  overflow-x: hidden;
}

.team__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__item {
  max-width: 20%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__img {
  width: 100%;
}

.team__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
}

.team:before,
.team:after {
  content: ' ';
  display: block;
  width: 157px;
  height: 157px;
  position: absolute;
  background: url(/local/templates/lp_seo/css/../img/circle.svg) center/contain no-repeat;
  z-index: 0;
}

.team:before {
  top: 208px;
  left: -78px;
}

.team:after {
  width: 125px;
  height: 125px;
  bottom: 350px;
  right: 17%;
}

/*---reviews---*/
.reviews {
  padding: 80px 0;
}

.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__img-slider-wrap {
  max-width: 370px;
  padding-right: 40px;
}

.reviews__slider-wrap {
  max-width: 720px;
  font-size: 14px;
  line-height: 17px;
}

.reviews p {
  margin-bottom: 14px;
}

.reviews__slide-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}

.reviews__img-wrap {
  padding: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 330px;
  background: url(/local/templates/lp_seo/css/../img/reviews.svg) center/contain no-repeat;
}

/* .reviews__img-wrap:after {
  content: ' ';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/local/templates/lp_seo/css/../img/reviews.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
} */

.reviews__img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  object-fit: contain;
}

/*---audit---*/
.audit {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #8E44AD), to(rgba(142, 68, 173, 0)));
  background: linear-gradient(90deg, #8E44AD 100%, rgba(142, 68, 173, 0) 100%);
  padding: 60px 0;
  overflow: hidden;
}

.audit__inner {
  position: relative;
}

.audit__inner:after {
  content: ' ';
  display: block;
  height: 499px;
  width: 869px;
  background: url(/local/templates/lp_seo/css/../img/audit.jpg) center/contain no-repeat;
  position: absolute;
  z-index: 0;
  top: -60px;
  left: 430px;
}

.audit__content {
  max-width: 535px;
  position: relative;
  z-index: 1;
}

.audit .section-title {
  margin-bottom: 20px;
}

.audit .section-title .success-block {
  color: #0D0D0D;
}

.audit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.audit__text2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

.audit__btn {
  width: 220px;
  height: 52px;
  font-weight: 900;
  padding: 12px 0 10px;
}

/*---questions---*/
.questions {
  padding: 80px 0;
}

.questions .section-title {
  text-align: center;
}

.questions__item {
  margin: auto;
  margin-bottom: 15px;
  max-width: 730px;
}

.questions__title {
  background: #F4ECF7;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 26px;
}

.questions__title:after {
  content: '+';
  display: block;
  cursor: pointer;
}

.questions .active .questions__title:after {
  content: '-';
}

.questions__content {
  background: #FCFAFD;
  padding: 20px 26px;
  font-weight: 500;
  display: none;
}

.questions__block {
  background: #F9F9F9;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  padding: 35px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

.questions__img {
  margin-right: 20px;
}

.questions__img img {
  max-width: 100%;
}

.questions__btn {
  border: 2px solid #985199;
  -webkit-box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  width: 248px;
  height: 47px;
  color: #985199;
  margin-top: 20px;
  font-size: 12px;
}

/*---bottom-form-block---*/
.bottom-form-block {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.33%, #883FA7), to(#7C3B97));
  background: linear-gradient(180deg, #883FA7 28.33%, #7C3B97 100%);
  padding: 60px 0;
  color: #FFFFFF;
  overflow: hidden;
}

.bottom-form-block__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.bottom-form-block__inner:before {
  width: 557px;
  height: 596px;
  content: ' ';
  display: block;
  background: url(/local/templates/lp_seo/css/../img/form-block.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 625px;
}

.bottom-form-block__content {
  max-width: 540px;
  min-height: 540px;
}

.bottom-form-block .section-title {
  margin-bottom: 30px;
}

.bottom-form-block .section-title .success-block {
  color: #0D0D0D;
}

.bottom-form-block__text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.bottom-form-block__link {
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 10px;
}

.bottom-form-block__link svg {
  width: 36px;
  height: 36px;
}

.bottom-form-block__form .input {
  border: 1px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  padding: 12px;
}

.bottom-form-block__form .btn--submit {
  width: 240px;
  height: 52px;
  margin-top: 20px;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B4B4B4;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}

.check-wrap {
  position: relative;
  flex: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.check-wrap label {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.check__link {
  color: #B4B4B4;
  text-decoration: underline;
}

.input-checkbox:checked,
.input-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-checkbox:not(:checked)+label:before,
.input-checkbox:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #ffffff;
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  left: 2px;
  top: 0;
  width: 14px;
  height: 6px;
  border-radius: 1px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.input-checkbox:not(:checked)+label:after,
.input-checkbox:not(:checked)+label:after {
  opacity: 0;
}

/*---Footer---*/
.footer {
  min-height: 158px;
}

.footer__inner {
  padding: 60px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__contacts {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer__social {
  margin-bottom: 0;
}

/*---seo-page---*/
.second-screen {
  position: relative;
  width: 100%;
  min-height: 205px;
}

.second-screen__img {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.second-screen__img img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.second-screen__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  min-height: 205px;
}

.promotion-head-wrap {
  width: 100%;
  margin: auto;
}

.second-screen .back-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #0D0D0D;
  width: 126px;
  height: 52px;
  background: #FFD83A;
  box-shadow: 0px 10px 20px rgba(241, 196, 15, 0.45);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: calc(50% - 26px);
}

.bottom-back-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #0D0D0D;
  width: 100%;
  height: 52px;
  background: #FFD83A;
  box-shadow: 0px 10px 20px rgba(241, 196, 15, 0.45);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.second-screen .promotion__icon {
  margin: 0 auto 25px;
}

.seo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.seo__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  margin-bottom: 15px;
}

.seo li {
  list-style: decimal;
  font-weight: 500;
  margin-bottom: 5px;
  list-style-position: inside;
}

.seo__content {
  margin-top: 40px;
  background: #F9F9F9;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
  font-weight: 500;
}

.seo__img {
  width: 100%;
  max-width: 260px;
  margin-right: 50px;
}

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

.seo__sheme {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}

.seo .sheme__item {
  width: 100%;
  max-width: calc(33.333% - 15px);
  margin: 0 7px 15px;
}

.seo .sheme__item1 {
  background: rgba(142, 68, 173, 0.1);
  min-height: 70px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  text-align: center;
}

.seo .sheme__item1 span {
  color: rgba(51, 51, 51, 0.08);
  font-weight: bold;
  font-size: 58px;
  line-height: 70px;
  position: absolute;
  left: 10px;
  top: 0;
}

.seo .sheme__item2 {
  background: #FFFFFF;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #1E1E1E;
}

/*pro page*/
.pro {
  padding-top: 30px;
  padding-bottom: 80px;
}

.pro .back-link {
  font-weight: 600;
  color: #8E44AD;
  display: inline-block;
  margin-bottom: 30px;
}

.pro__content {
  width: 100%;
  max-width: 445px;
  margin-right: 30px;
}

.pro__img {
  margin-bottom: 20px;
}

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

.pro .pro__sheme {
  color: #131313;
}

.pro .pro__sheme p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.pro .sheme__top-service-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.pro .sheme__top-actions-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  margin-left: 35px;
}

.pro .sheme__top {
  padding: 35px 25px;
}

.pro .sheme__item {
  text-align: center;
  width: 100%;
  padding: 18px;
}

.pro .sheme__top,
.pro .sheme__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  position: relative;
}

.pro .sheme__top:before,
.pro .sheme__item:before {
  content: ' ';
  display: block;
  width: 7px;
  height: 42px;
  background: url(/local/templates/lp_seo/css/../img/pro/switch.svg) center/contain no-repeat;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 4px);
}

.pro .sheme__top-action {
  font-size: 14px;
  line-height: 17px;
  background: #F4ECF7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 18px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 350px;
}

.pro .sheme__top-action span {
  color: #985199;
  font-weight: bold;
  margin-right: 5px;
}

.pro .sheme__top-actions {
  max-width: 350px;
  margin-left: 20px;
}

.pro .sheme__top-service-item {
  text-align: center;
}

.pro .sheme__top-service-item img {
  max-width: 100%;
  height: auto;
}

.pro .sheme__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pro .sheme__bottom-item {
  max-width: 204px;
}

.pro .sheme__bottom-item img {
  max-width: 100%;
  height: auto;
}

.deadlines__item-img--486:before {
  background: url(/local/templates/lp_seo/css/../img/month/m1.svg) center/contain no-repeat !important;
}

.deadlines__item-img--487:before {
  background: url(/local/templates/lp_seo/css/../img/month/m2.svg) center/contain no-repeat !important;
}

.deadlines__item-img--488:before {
  background: url(/local/templates/lp_seo/css/../img/month/m4.svg) center/contain no-repeat !important;
}

.deadlines__item-img--489:before {
  background: url(/local/templates/lp_seo/css/../img/month/m6.svg) center/contain no-repeat !important;
}

.popup {
  /* position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  /* background: rgba(19, 19, 19, 0.7); */
  background: transparent;
}

.popup__inner {
  background: #F4ECF7;
  border: 4px solid #8E44AD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.popup__close {
  width: 20px;
  height: 20px;
  background: url(/local/templates/lp_seo/css/../img/close.svg) center/contain no-repeat;
  position: absolute;
  top: -40px;
  right: 0;
}

.popup__title {
  font-weight: 900;
  font-size: 28px;
  line-height: 138.4%;
}

.popup__title.requisites-title {
  margin-bottom: 35px;
}

.popup__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.popup__input {
  display: block;
  background: #EED9F5;
  border: 1px solid #8E44AD;
  border-radius: 2px;
  padding: 10px 12px;
  height: 40px;
  margin-bottom: 15px;
  width: 100%;
}

.popup__textarea {
  resize: none;
  height: 94px;
}

.popup__icon {
  width: 73px;
  height: 73px;
  background: url(/local/templates/lp_seo/css/../img/audit-icon.svg) center/contain no-repeat;
  margin: auto;
  margin-bottom: 3px;
}

.popup__input:focus {
  outline: none;
}

.popup__input:required:invalid:placeholder-shown+label:after {
  display: none;
}

/* popup */
.popup__text {
  margin-top: 3px;
  margin-bottom: 35px;
}

.btn--submit {
  width: 168px;
  height: 52px;
  margin: auto;
  margin-top: 35px;
}

.popup .check__info {
  color: #333333;
  text-align: left;
  padding-left: 5px;
}

.popup .btn--submit {
  width: 100%;
  max-width: 215px;
}

.popup .check__link {
  color: #333333;
}

.popup .input-checkbox:not(:checked)+label:before,
.popup .input-checkbox:checked+label:before {
  border: 1px solid #000000;
}

.popup .input-checkbox:checked+label:after {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.popup__input::-webkit-input-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input:-moz-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input::-moz-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input:-ms-input-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0 !important;
  color: #ccc !important;
}

.fancybox-content {
  width: 100%;
  max-width: 530px;
}

.reviews__img-slider ul.slick-dots li.slick-active {
  display: block;
  margin: 0 auto;
  min-width: 25px;
}

.reviews__img-slider ul.slick-dots li {
  display: none;
}

.reviews__img-slider .slick-dots li button,
.slick-dots li {
  height: 20px;
}

/*---seo-promotion---*/
.seo-promotion {
  padding: 40px 0 100px;
}

.seo-promotion .seo-promotion__img-mobile {
  display: none;
}

.seo-promotion__slider {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.seo-promotion__img-big {
  width: 100%;
  height: auto;
}

.seo-promotion__slide {
  position: relative;
}

.seo-promotion__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  bottom: 34px;
  left: 80px;
  text-transform: uppercase;
}

.seo-promotion__link .ico {
  fill: #ffffff;
  width: 16px;
  height: 8px;
  margin-left: 7px;
}

.seo-promotion__link--dark {
  color: #333333;
}

.seo-promotion__link--dark .ico {
  fill: #333333;
}

#toTopBtn {
  position: fixed;
  z-index: 49;
  right: 22px;
  bottom: 100px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  background-image: url(/local/templates/lp_seo/css/../img/totop.svg);
  transition: opacity .3s;
}

#toTopBtn:hover {
  opacity: 1;
}

.seo-promotion__slider .slick-dots,
.certificates__slider .slick-dots {
  bottom: -43px;
}

.form-ok {
  display: flex;
  align-items: center;
}

.form-ok__icon {
  width: 36px;
  height: 36px;
  background: url(/local/templates/lp_seo/css/../img/icons/ok.svg) center/contain no-repeat;
  margin-right: 15px;
}

[id^=wait_comp] {
  display: none !important;
}

.personal-information {
  padding: 10vh 4vw;
}

.personal-information {
  padding: 10vh 4vw;
}

.personal-information h1 {
  margin: 35px 0;
  line-height: 130%;
}

.header.header-fixed .logo {
  fill: #0D0D0D;
}

.header.header-fixed .header__phone {
  color: #0D0D0D;
}

.header.header-fixed .header__burger span {
  background: #0D0D0D;
}

/*request-ok*/
.request-ok.fancybox-content {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 920px;
  border-radius: 10px;
  padding: 0;
}

.request-ok .fancybox-button {
  visibility: hidden;
}

.request-ok__block {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  background: #F9F9F9;
  text-align: center;
}

.request-ok__block-inner {
  text-align: center;
  padding: 50px 20px;
}

.request-ok__close {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: url(/local/templates/lp_seo/css/../img/icons/close-black.svg) center/contain no-repeat;
  cursor: pointer;
  border: none;
}

.request-ok__title {
  margin: 40px 0 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
}

.request-ok__text {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.first-screen__btn,
.quiz__btn {
  overflow: hidden;
  position: relative;
}

.first-screen__btn::after,
.quiz__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
  width: 30px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blick {

  15%,
  to {
    left: 120%
  }
}

@keyframes blick {

  15%,
  to {
    left: 120%
  }
}

/*# sourceMappingURL=style.css.map */
.footer__bottom {
  background: #F4F4F4;
}

.copy {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 20px 10px 0;
}

.public-offer {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
}

.footer__bottom-inner {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.g-recaptcha {
  margin: 10px 0;
}

.bottom-form-block__content .check {
  margin-top: 10px;
}

/*--------404 Page-------*/
/*
.page404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page404__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 100px 10px;
}

.page404__title-img {
  max-width: 380px;
}

.page404__title-img>img {
  width: 100%;
}

.page404__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #181818;
  margin: 0 0 20px 0;
  text-align: center;
}

.page404__text {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  max-width: 403px;
  margin: 0 auto 30px;
}

.page404 .black-bg {
  width: 100%;
  max-width: 155px;
  height: 30px;
  margin: auto;
}

.page404.screen {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
*/
/* End */


/* Start:/local/templates/lp_seo/css/media.css?174947644810907*/
/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1300px) {
	.why-we:after {
		width: 256px;
		height: 246px;
		top: -73px;
	}

	#toTopBtn {
		right: 20px;
		bottom: 100px;
	}

	.footer {
		padding-bottom: 105px;
	}
}

@media only screen and (max-width: 1160px) {
	.reviews__slider-wrap {
		max-width: 580px;
	}

	.audit__inner:after {
		left: 300px;
	}

	/*footer*/
	.footer__inner {
		flex-wrap: wrap;
	}

	.footer__contacts {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
		justify-content: space-between;
	}

	.footer .logo {
		order: 2;
	}

	.footer__social {
		order: 3;
	}

	.footer__link:not(:last-child) {
		margin: 0 15px 0 0;
	}

	.footer__link:last-child {
		margin: 0;
	}

	.strategy:before {
		display: none;
	}

	.certificates__slider-wrap:before {
		display: none;
	}
}

@media only screen and (max-width: 1060px) {
	.about__slider-wrap {
		width: 50%;
	}

	.about__content {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 992px) {
	.first-screen__img {
		left: 415px;
	}

	/*reviews*/
	.reviews__slider-wrap {
		max-width: calc(100% - 400px);
	}

	/*bottom-form-block*/
	.bottom-form-block__content {
		max-width: 100%;
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.bottom-form-block__text,
	.bottom-form-block__form {
		max-width: 50%;
		margin: 0 0 20px auto;
	}

	.bottom-form-block__inner:before {
		top: 180px;
		right: initial;
		width: 408px;
		height: 425px;
		left: 0;
	}

	.bottom-form-block .section-title {
		text-align: center;
		max-width: 690px;
		margin: 0 auto 40px;
	}

	/*promotion*/
	.promotion__title {
		font-size: 22px;
		line-height: 27px;
	}

	/*seo-page*/
	.seo__content {
		display: flex;
	}

	.seo__content-inner,
	.seo__sheme {
		flex-direction: column;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	.seo__content-inner {
		padding-right: 7px;
	}

	.seo .sheme__item {
		max-width: 100%;
	}

	/*pro page*/
	.pro__inner {
		flex-direction: column;
	}

	.pro__content {
		max-width: 100%;
		margin-right: 100%;
		margin-bottom: 40px;
	}

	.pro .sheme__top {
		justify-content: center;
	}

	.pro__img {
		float: left;
	}
}

@media only screen and (max-width: 910px) {
	.deadlines__item {
		max-width: 100%;
	}
}

@media only screen and (max-width: 840px) {
	.section-title {
		font-size: 28px;
		line-height: 138.4%;
	}

	.first-screen__title {
		font-size: 34px;
	}

	.btn {
		font-size: 12px;
	}

	.first-screen__btn {
		max-width: 290px;
		width: 100%;
	}

	.first-screen__avtor {
		font-size: 22px;
		max-width: 325px;
	}

	.first-screen__avtor:after {
		right: 0;
	}

	.first-screen__text {
		font-size: 16px;
	}

	.first-screen__img {
		left: 300px;
	}

	.first-screen__left-big {
		font-size: 18px;
		line-height: 22px;
	}

	.first-screen__left-att {
		font-size: 16px;
		line-height: 20px;
	}

	.first-screen__right-item .primary-text {
		font-size: 12px;
	}

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

	.strategy__img {
		right: -5px;
	}

	.strategy__item {
		border-radius: 3px 46px 48px 3px;
	}

	.why-we:after {
		top: -115px;
		right: 100px;
		background: url(/local/templates/lp_seo/css/../img/why-we/laptop2.png) right/contain no-repeat;
	}

	.why-we .section-title {
		max-width: 290px;
	}

	.why-we__item {
		max-width: 50%;
	}

	.bottom-form-block__link {
		margin-bottom: 10px;
	}

	/*reviews*/
	.reviews__img-slider-wrap {
		max-width: 340px;
		padding-right: 40px;
	}

	.reviews__slider-wrap {
		max-width: calc(100% - 350px);
		box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}

	.reviews__slide-inner {
		max-height: 400px;
		overflow-y: auto;
		padding: 20px;
		margin: 20px 10px 20px 0;
	}

	.reviews__slide-inner::-webkit-scrollbar {
		background: #E9E9E9;
		width: 5px;
		border: 2px solid #ffffff;
	}

	.reviews__slide-inner::-webkit-scrollbar-thumb {
		width: 5px;
		background: #8E44AD;
		border-radius: 2px;
	}

	/*audit*/
	.audit__btn {
		width: 180px;
	}

	.audit__content {
		max-width: 330px;
	}

	.audit__inner:after {
		height: 551px;
		width: 568px;
		background: url(/local/templates/lp_seo/css/../img/audit2.png) center/contain no-repeat;
		top: initial;
		bottom: -80px;
		left: initial;
		right: -21px;
	}

}

@media only screen and (max-width: 780px) {
	.footer__bottom-inner {
		padding-right: 60px;
	}
}

@media only screen and (max-width: 769px) {
	.promotion__item-wrap {
		max-width: 50%;
	}

	.second-screen .back-link {
		width: 85px;
		height: 28px;
		font-size: 13px;
		line-height: 16px;
		left: 15px;
		top: 20px;
		padding: 6px 0 7px;
	}
}

@media only screen and (max-width: 730px) {
	.bottom-form-block__inner:before {
		top: 139px;
		left: initial;
		right: 319px;
	}

	/*reviews*/
	.reviews__inner {
		flex-direction: column;
	}

	.reviews__slider-wrap {
		display: none;
	}

	.reviews__img-slider-wrap {
		margin: auto;
		padding: 0;
	}

	.reviews__img-wrap {
		max-width: 340px;
	}
}

@media only screen and (max-width: 700px) {

	/*about*/
	.about__inner {
		flex-direction: column;
	}

	.about__content {
		order: 2;
		margin-top: 40px;
	}

	.about__slider-wrap {
		order: 1;
	}

	.about__content,
	.about__slider-wrap {
		width: 100%;
	}

	/*questions*/
	.questions__block {
		flex-direction: column;
		background: initial;
		box-shadow: none;
		padding: 0;
	}

	/*teams*/
	.team__item {
		max-width: 25%;
	}

	/*seo-promotion*/
	.seo-promotion .seo-promotion__img-big {
		display: none;
	}

	.seo-promotion .seo-promotion__img-mobile {
		display: block;
	}

	.seo-promotion__link {
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
	.first-screen__img {
		position: absolute;
		width: 458px;
		height: 648px;
		display: flex;
	}

	.first-screen__img img {
		max-width: 100%;
		margin: auto;
	}

	.first-screen__bottom-inner {
		flex-wrap: wrap;
	}

	.first-screen__left,
	.first-screen__right {
		width: 100%;
	}

	.first-screen__left {
		margin-bottom: 30px;
	}

	/*form block*/
	.bottom-form-block__inner:before {
		display: none;
	}

	.bottom-form-block__text,
	.bottom-form-block__form {
		max-width: 100%;
		margin: 0 auto 20px;
	}

	/*footer*/
	.footer__contacts {
		flex-direction: column;
	}

	.footer__link:not(:last-child) {
		margin: 0 0 15px 0;
	}

	.audit__inner:after {
		right: -145px;
	}

	.bottom-form-block__content {
		min-height: initial;
	}
}

@media only screen and (max-width: 660px) {
	.pro__img {
		float: initial;
		text-align: center;
	}

	.pro .sheme__bottom-item {
		margin: 0 3px;
	}
}

@media only screen and (max-width: 640px) {

	/*seo page*/
	.seo__img {
		display: none;
	}

	.seo__content {
		flex-direction: column;
	}

	.seo__content-inner,
	.seo__sheme {
		width: 100%;
	}

	.seo__content-inner {
		padding-right: 0;
	}

	.seo .sheme__item {
		margin: 0 0 15px 0;
	}
}

@media only screen and (max-width: 600px) {

	/*header*/
	.logo {
		width: 100px;
		height: 20px;
	}

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

	.header__main-content .header__phone {
		font-size: 12px;
		line-height: 15px;
	}

	.header__burger {
		width: 43px;
		height: 30px;
	}

	.header__burger span:nth-child(2) {
		width: 27px;
	}

	.header__burger span:nth-child(1) {
		width: 36px;
	}

	.header__burger span:nth-child(3) {
		width: 43px;
	}

	/*first screen*/
	.first-screen__img {
		display: none;
	}

	/**/
	.why-we:after {
		display: none;
	}

}

@media only screen and (max-width: 580px) {
	.audit__inner:after {
		display: none;
	}

	/*why we*/
	.why-we__item {
		max-width: 100%;
	}

	/*seo page*/
	.seo__content {
		padding: 35px 10px;
	}
}

@media only screen and (max-width: 520px) {
	.header__burger {
		margin-left: 30px;
	}

	/*team*/
	.team__item {
		max-width: 33.333%;
	}

	/*promotion*/
	.promotion__item-wrap {
		max-width: 100%;
		min-width: 310px;
	}

	.promotion__inner {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.promotion__item {
		box-shadow: none;
	}

	/*strategy*/
	.strategy__item span {
		position: absolute;
		left: 15px;
		top: 0;
	}

	.strategy__img {
		display: none;
	}

	.strategy__item {
		justify-content: center;
		padding: 10px 20px;
		border-radius: 3px;
	}

	/*pro page*/
	.pro .sheme__top {
		flex-direction: column;
	}

	.pro .sheme__top-actions-title {
		margin-left: 0;
		margin: 30px auto 10px;
		text-align: center;
	}

	.pro .sheme__top-actions {
		margin: auto;
	}

	.pro .pro__sheme p {
		font-size: 14px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 480px) {

	/* .footer{
		margin-bottom: 80px;
	} */
	/**/
	.header .popup-menu__inner {
		max-width: 320px;
	}

	.seo-promotion__link {
		font-size: 12px;
		line-height: 15px;
	}

	.header__main-content .header__phone {
		/* display: none; */
	}

	/**/
	.about {
		padding: 45px 0 45px;
	}

	.why-we,
	.first-screen__bottom {
		padding: 45px 0;
	}

	.first-screen__bottom:before {
		display: none;
	}

	.promotion,
	.audit,
	.questions {
		padding: 45px 0;
	}

	.seo-promotion {
		padding: 0 0 45px;
	}

	.strategy {
		padding: 50px 0 40px;
	}

	.certificates {
		padding: 50px 0;
	}

	.deadlines {
		padding: 0 0 70px;
	}

	.team {
		padding: 45px 0;
	}

	.team:before,
	.team:after {
		display: none;
	}

	.reviews {
		padding: 40px 0 45px;
	}

	.bottom-form-block .section-title {
		text-align: left;
	}

	/*footer*/
	.footer__contacts {
		align-items: flex-start;
	}

	.footer__inner {
		position: relative;
	}

	.footer__social {
		position: absolute;
		right: 0;
		top: 60px;
		flex-direction: column;
	}

	.footer .social-link:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	/*reviews*/
	.reviews__img-wrap,
	.reviews__img-slider-wrap {
		max-width: 280px;
	}

	.deadlines__item {
		flex-direction: column;
	}

	.deadlines__item-img {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 430px) {
	.pro .sheme__bottom {
		flex-direction: column;
	}

	.pro .sheme__bottom-item {
		margin: 0 auto 40px;
		position: relative;
	}

	.pro .sheme__bottom-item:after {
		content: ' ';
		display: block;
		width: 7px;
		height: 42px;
		background: url(/local/templates/lp_seo/css/../img/pro/switch.svg) center/contain no-repeat;
		position: absolute;
		bottom: -30px;
		left: calc(50% - 4px);
	}

	.pro .sheme__bottom-item:last-child {
		margin: 0 auto 20px;
	}

	.pro .sheme__bottom-item:last-child:after {
		display: none;
	}

	.second-screen__inner {
		min-height: 235px;
	}
}

@media only screen and (max-width: 360px) {
	.header__burger {
		margin-left: 19px;
	}

	.btn {
		font-size: 11px;
	}

	.first-screen__avtor {
		font-size: 18px;
	}

	.strategy__item span {
		line-height: 90px;
	}

	.bottom-form-block__content .bottom-form-block__text {
		position: relative;
	}

	.bottom-form-block__content .telegram {
		position: absolute;
		top: 5px;
		left: 160px;
	}

	.bottom-form-block__text span.fw-bold {
		max-width: 155px;
		display: block;
	}
}

/*==========  Mobile First Method  ==========*/
@media (min-width: 1020px) {}

@media (min-width: 1040px) {}

@media (min-width: 1660px) {}
/* End */
/* /local/templates/lp_seo/fonts/fonts.css?15961948551393 */
/* /local/templates/lp_seo/libs/slick/slick-theme.css?15961873894503 */
/* /local/templates/lp_seo/libs/fancybox-master/jquery.fancybox.min.css?158565536113841 */
/* /local/templates/lp_seo/css/style.css?174947326042917 */
/* /local/templates/lp_seo/css/media.css?174947644810907 */
