@font-face {
  font-family: RobotoSlab-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../eot/robotoslab-regular.eot);
  src: url(../eot/robotoslab-regulard41d.eot?#iefix) format("embedded-opentype"), url(../ttf/robotoslab-regular.ttf) format("truetype");
}
@font-face {
  font-family: RobotoSlab-Bold;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../eot/robotoslab-bold.eot);
  src: url(../eot/robotoslab-boldd41d.eot?#iefix) format("embedded-opentype"), url(../ttf/robotoslab-bold.ttf) format("truetype");
}
@font-face {
  font-family: ClearSans-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../eot/clearsans-regular.eot);
  src: url(../eot/clearsans-regulard41d.eot?#iefix) format("embedded-opentype"), url(../ttf/clearsans-regular.ttf) format("truetype");
}
@font-face {
  font-family: ClearSans-Bold;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../eot/clearsans-bold.eot);
  src: url(../eot/clearsans-boldd41d.eot?#iefix) format("embedded-opentype"), url(../ttf/clearsans-bold.ttf) format("truetype");
}
.coloured, b, optgroup, strong {
  font-weight: 700;
}

hr, img, legend {
  border: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
}

body {
  margin: 0;
}
body.no-scroll {
  overflow-y: hidden;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input, textarea {
  outline: 0;
  box-shadow: none;
  padding: 5px 10px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.hidden {
  display: none;
}

.flex-element {
  display: flex;
  justify-content: space-between;
}
.flex-element.wrap {
  flex-flow: wrap;
}
.flex-element.jcenter {
  justify-content: center;
}
.flex-element.jright {
  justify-content: flex-end;
}
.flex-element.jleft {
  justify-content: flex-start;
}
.flex-element.jspacearound {
  justify-content: space-around;
}
.flex-element.column {
  flex-direction: column;
}
.flex-element.itemscenter {
  align-items: center;
}
.flex-element .block {
  padding: 0 15px;
  flex: 1;
}
.flex-element .block.selfcenter {
  align-self: center;
}
.flex-element.no-padding {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: bold;
}
.text-light {
  font-weight: 300;
}
.text-left-padding {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .flex-element {
    flex-flow: wrap;
  }
}
body,
html {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  background: #d0ca9e;
  line-height: 1.75;
  font-family: RobotoSlab-Regular, sans-serif;
  overflow-x: hidden;
  color: #2f3a3d;
  padding-top: 80px;
}
body.noscroll {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 73px;
  }
}

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

.loader {
  background: #fff no-repeat center;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: visible;
}

.btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  outline: 0;
  background: linear-gradient(to right, #f18062 0, #ed497a 100%);
  box-shadow: 0 13px 46px rgba(165, 0, 76, 0.63);
  padding: 15px 45px;
  transition: all 0.3s ease;
  font-family: ClearSans-Bold, sans-serif;
  letter-spacing: 0.38px;
  color: #fff;
  text-align: center;
}
.btn.first-btn {
  box-shadow: 0px 9px 34px rgba(165, 0, 76, 0.4);
}

.btn span {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 19px;
  letter-spacing: 0.38px;
  z-index: 15;
  position: relative;
  display: inline-block;
  color: #fff;
}

.btn:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #ed497a 0, #f18062 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.btn:active,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 13px 46px rgba(88, 30, 4, 0.63);
}

.btn:active:before,
.btn:focus:before,
.btn:hover:before {
  opacity: 1;
}

.btn-inner {
  box-shadow: 0 10px 24px rgba(201, 39, 93, 0.63);
}

.btn-inner:hover {
  box-shadow: 0 10px 24px rgba(88, 30, 4, 0.63);
}

.p-0 {
  padding: 0;
}

/* Back to Top Button styles */
.btn_up {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 35px;
  bottom: 95px;
  z-index: 100;
}
.btn_up:hover {
  cursor: pointer;
}
.btn_up svg {
  width: 100%;
  height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../404.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.first-screen-wrap .first-left {
  padding-bottom: 6px;
}
.first-screen-wrap .first-left .flex-element {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.first-screen-wrap .first-left .btns-left .trustpilot-link {
  margin-top: 17px;
  position: relative;
}
.first-screen-wrap .first-left .btns-left .trustpilot-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16.25px;
  font-family: ClearSans-Bold;
  font-weight: 400;
  color: #2F3A3D;
}
.first-screen-wrap .first-left .btns-left .trustpilot-link a .stars {
  display: inline-block;
  width: 82px;
  height: 15px;
  margin-right: 8px;
  background: url(../svg/star-black.svg) repeat-x;
  background-size: contain;
}
.first-screen-wrap .first-left .btns-left .trustpilot-link a .star-color {
  display: inline-block;
  width: 18.57px;
  height: 17.66px;
  margin: 0 3px 0 6px;
  background: url(../svg/star-color.svg) no-repeat;
  background-size: contain;
}
.first-screen-wrap .first-left .btns-left .trustpilot-link a:hover, .first-screen-wrap .first-left .btns-left .trustpilot-link a:active, .first-screen-wrap .first-left .btns-left .trustpilot-link a:focus {
  color: #2F3A3D;
  text-decoration: none;
}
.first-screen-wrap .first-left .btns-right {
  margin-left: 6px;
}
.first-screen-wrap .first-left .btns-right .go-to-video {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;
  height: 56px;
}
.first-screen-wrap .first-left .btns-right .go-to-video .play-btn {
  margin-top: -17px;
  margin-right: -24.25px;
}
.first-screen-wrap .first-left .btns-right .go-to-video .play-btn .svg-icon,
.first-screen-wrap .first-left .btns-right .go-to-video .play-btn .svg-circle {
  transition: all 0.2s ease;
}
.first-screen-wrap .first-left .btns-right .go-to-video span {
  font-family: ClearSans-Bold;
  font-weight: 400;
  color: #2F3A3D;
  font-size: 17px;
  line-height: 22px;
  height: 25px;
  margin-top: 19.25px;
  transition: 0.2s all ease;
  border-bottom: 1px solid #2F3A3D;
}
.first-screen-wrap .first-left .btns-right:hover, .first-screen-wrap .first-left .btns-right:active {
  text-decoration: none;
}
.first-screen-wrap .first-left .btns-right:hover .play-btn .svg-icon, .first-screen-wrap .first-left .btns-right:active .play-btn .svg-icon {
  transition: all 0.2s ease;
  fill: #ED6571;
}
.first-screen-wrap .first-left .btns-right:hover .play-btn .svg-circle, .first-screen-wrap .first-left .btns-right:active .play-btn .svg-circle {
  transition: all 0.2s ease;
  stroke: #ED6571;
}
.first-screen-wrap .first-left .btns-right:hover span, .first-screen-wrap .first-left .btns-right:active span {
  transition: 0.2s all ease;
  border-bottom: 1px solid transparent;
}
.first-screen-wrap .first-left .btns-right:active span {
  transition: 0.2s all ease;
  border-bottom: 1px solid transparent;
}

.video-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.video-layer .back-layer {
  background: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.video-layer .video-popup {
  position: absolute;
  background: transparent;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 895px;
}
.video-layer .video-popup .close-cross {
  position: absolute;
  width: 12px;
  height: 12px;
  right: -22px;
  top: -22px;
  cursor: pointer;
  background: url(../svg/cross.svg) no-repeat;
  background-size: contain;
}
.video-layer .video-popup .close-cross:hover, .video-layer .video-popup .close-cross:active {
  opacity: 0.85;
}
.video-layer .video-popup iframe {
  max-width: 100%;
}

.test {
  box-shadow: 0px 13.8324px 52.1375px rgba(165, 0, 76, 0.6);
}

.main-block .custom-width {
  max-width: 1360px;
}

.main-block {
  padding: 45px 0;
  background: #fff;
}

.main-block .under-title {
  font-size: 18px;
  line-height: 24px;
}

.main-block .seo-banner .banner-inner .title {
  font-size: 42px;
  line-height: 42px;
}

.main-block p {
  font-family: ClearSans-Regular, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2f3a3d;
}

.main-block h1,
.main-block h2,
.main-block h3,
.main-block h4,
.main-block h5 {
  margin: 0;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  color: #2f3a3d;
}

.main-block h1 {
  font-size: 42px;
  line-height: 42px;
}

.main-block h2 {
  font-size: 26px;
  line-height: 26px;
}

.main-block h3 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
}

.main-block h4 {
  font-size: 18px;
  line-height: 18px;
}

.main-block h5 {
  font-size: 16px;
  line-height: 16px;
}

.main-left {
  padding-left: 6%;
}

.main-left .get-help {
  background-color: #d0ca9e;
  background-image: url(../png/seo-img.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  min-height: 20px;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 70px 0;
}

.main-left .get-help .help-inner {
  background: #2f3a3d;
  padding: 0 0 20px 50px;
  max-width: 85%;
  width: 70%;
}

.main-left .get-help .help-inner p {
  color: #e0e0d5;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
  line-height: 32px;
  font-size: 32px;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}

.main-left .get-help .help-inner .btn {
  padding: 5px 30px;
}

.seo-banner.second {
  min-height: 150px;
  padding: 0;
}
.seo-banner.second .banner-inner {
  justify-content: space-around;
  background-size: contain;
  background-position-x: 0;
  background-image: url(../png/seo-bg-2.png);
  padding-right: 30px;
  width: 100%;
  min-height: 130px;
}
.seo-banner.second .banner-inner .title {
  width: 50%;
  margin-left: 10%;
}

.main-right {
  padding: 30px;
  background-color: #e0e0d5;
  background-repeat: no-repeat;
  background-position: right 85%;
  background-image: url(../png/seo-bg.png);
}
.main-right .title {
  font-size: 26px;
  line-height: 30px;
  font-family: RobotoSlab-Bold, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.main-right .seo-list {
  max-width: 400px;
  margin: 0 auto;
}
.main-right .seo-list .benefits-item {
  margin-top: 35px;
  padding: 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d0ca9e;
}
.main-right .seo-list .benefits-item .ben-img {
  max-width: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-right .seo-list .benefits-item .ben-img .human {
  max-width: 53px;
}
.main-right .seo-list .benefits-item .ben-img .math {
  max-width: 40px;
}
.main-right .seo-list .benefits-item .ben-img .science {
  max-width: 34px;
}
.main-right .seo-list .benefits-item .ben-img .lang {
  max-width: 44px;
}
.main-right .seo-list .benefits-item:last-child {
  border-bottom: none;
}

.main-right .seo-list .benefits-item .progress-bar {
  margin: 0;
  margin-left: 40px;
  display: block;
}

.main-right .seo-list .benefits-item .progress-bar .bar {
  max-width: 200px;
  width: 180px;
  height: 4px;
}

.main-right .seo-list .benefits-item .progress-bar p {
  margin: 10px 0;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.main-right .seo-list .benefits-item .progress-bar .sample {
  margin: 0;
  margin-top: 10px;
}

.main-right .seo-list .benefits-item .progress-bar .sample img {
  max-width: 12px;
  margin-right: 10px;
}

.main-right .seo-list .benefits-item .progress-bar .sample a {
  font-size: 14px;
}

.main-right .seo-list .benefits-item .result {
  position: relative;
  font-size: 18px;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  width: 20%;
}

.main-right .seo-list .benefits-item .result:after {
  content: "Projects";
  font-family: ClearSans-Regular, sans-serif;
  position: absolute;
  font-size: 14px;
  color: #000;
  bottom: -14px;
  left: 0;
  right: 0;
}

.main-right .test-wrap {
  margin-top: 35px;
}

.main-right .test-wrap .title {
  font-size: 18px;
  margin: 10px 0;
}

.main-right .test-wrap .test-carousel.seo-carousel .test-item {
  padding: 0;
}

.main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap {
  box-shadow: none;
  max-width: 100%;
  padding: 20px 40px 40px;
  min-height: 260px;
  height: auto;
}

.main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap:before {
  display: none;
}

.main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap .text-block {
  padding: 0;
  color: #d0ca9e;
  font-size: 15px;
  line-height: 19px;
  width: 90%;
}

.main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap .text-block .name {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  color: #f17e63;
  font-family: ClearSans-Bold, sans-serif;
}

.main-right .test-wrap .test-carousel.seo-carousel .owl-dots {
  height: 20px;
  position: absolute;
  bottom: 50px;
  right: 35px;
  display: block;
}

.main-right .test-wrap .test-carousel.seo-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #d0ca9e;
  border-radius: 100%;
  margin: 5px;
  transition: all 0.4s ease;
}

.main-right .test-wrap .test-carousel.seo-carousel .owl-dots .owl-dot.active {
  background: #d0ca9e;
}

.main-right .test-bottom {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.main-right .test-bottom .test-title {
  font-size: 42px;
  line-height: 42px;
  width: 95%;
}

.main-right .test-bottom .btn {
  padding: 5px 35px;
}

.main-right .test-bottom .btn span {
  font-size: 16px;
}

.first-screen.error {
  min-height: 60vh;
  height: 500px;
  padding: 7% 0;
  box-sizing: border-box;
}

.first-screen.error .error-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-screen.error .s-title {
  font-size: 42px;
  line-height: 42px;
}

.first-screen.error .info-error {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}

.first-screen.error .info-error img {
  max-width: 55%;
}

.first-screen.error .info-error .error-link {
  margin-left: 80px;
}

.first-screen.error .info-error .error-link p {
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #2f3a3d;
}

.first-screen.error .info-error .error-link a {
  display: block;
  margin-left: 35px;
  color: #f06d6a;
  font-size: 16px;
  line-height: 26px;
  font-family: ClearSans-Regular, sans-serif;
  outline: 0;
  text-decoration: underline;
}

.first-screen.error .info-error .error-link .home-link {
  position: relative;
}

.first-screen.error .info-error .error-link .home-link:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -35px;
  height: 1px;
  width: 25px;
  background: #f06d6a;
}

.before-border,
.benefits:before,
.first-screen:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: rgba(242, 232, 223, 0.7);
}

header .container {
  width: 100%;
  padding: 0 15px;
}

.first-screen.common:before {
  display: none;
}

.first-screen {
  height: 716px;
  background-color: #d0ca9e;
  background-image: url(../png/bg-dots.png);
  background-repeat: repeat;
  background-size: inherit;
  background-position-x: 160px;
}

.first-screen:before {
  left: 95px;
}

.first-screen .first-screen-wrap {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-screen__img {
  margin-bottom: -10px;
}

.first-screen .first-screen-wrap .first-left {
  max-width: 50%;
  flex-basis: 50%;
  padding-left: 25px;
}

.first-screen .first-screen-wrap .first-left .title {
  margin: 0;
  font-size: 75px;
  line-height: 75px;
  color: #2f3a3d;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
}

.first-screen .first-screen-wrap .first-left p {
  font-family: ClearSans-Regular, sans-serif;
  font-size: 27px;
  line-height: 27px;
  width: 78%;
  margin: 35px 0 50px;
}

.first-screen .first-screen-wrap .first-right {
  width: 550px;
  height: 610px;
  display: flex;
  align-items: center;
  background: url(../png/first-screen.png) top left no-repeat;
  background-size: inherit;
  position: relative;
}

.first-screen .first-screen-wrap .first-right:before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 1px;
  height: 115%;
  background: rgba(242, 232, 223, 0.7);
}

.first-screen .first-screen-wrap .first-right .info {
  color: #fff;
  font-family: ClearSans-Regular, sans-serif;
}

.first-screen .first-screen-wrap .first-right .info .number {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -10px;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  margin-top: 5px;
}

.first-screen .first-screen-wrap .first-right .info .text {
  font-size: 26px;
  line-height: 25px;
  letter-spacing: -1px;
  width: 70%;
  margin-top: 5px;
}

.first-screen .first-screen-wrap .first-right .info-img {
  max-width: 76px;
}

.first-screen .first-screen-wrap .first-right .info p {
  margin: 0;
}

.benefits {
  background: url(../svg/cta-bg.svg) no-repeat, #EFEFE2;
  background-size: cover;
  background-position: bottom center;
  padding: 90px 126px 100px;
  position: relative;
}
.benefits .container {
  width: 100%;
}
.benefits .benefit-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.benefits:before {
  left: 95px;
}

.benefit-wrap {
  position: relative;
}

.benefits h3.title {
  font-family: RobotoSlab-Bold, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #2F3A3D;
  margin: 0 auto;
  font-weight: 500;
}

.benefits .description {
  max-width: 720px;
  margin: 20px auto 46px;
  font-family: ClearSans-Regular, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #2F3A3D;
}

.benefits-item__wrapper {
  width: calc(25% - 40.5px);
}

.benefits-item .img {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.benefits__tabs {
  display: none;
}

.benefits-item img {
  height: auto;
}

.benefits-item .math {
  max-width: 64px;
}

.benefits-item .human {
  max-width: 84px;
}

.benefits-item .science {
  max-width: 53px;
}

.benefits-item .lang {
  max-width: 69px;
}

.benefits-item .title {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 26px;
  line-height: 35px;
  margin-top: 14px;
  margin-bottom: 16px;
}

.benefits-item .descr {
  font-family: ClearSans-Regular, sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  max-width: 249px;
  min-height: 90px;
}

.benefits-item .progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  margin-top: 15px;
}

.benefits-item .progress .bar {
  background: #ef636e;
  min-width: 147px;
  height: 20px;
  position: relative;
  margin-right: 23px;
}

.benefits-item .progress .bar .bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  width: 0;
  height: 100%;
}

.benefits-item .progress .result {
  font-size: 26px;
  font-family: ClearSans-Bold, sans-serif;
  line-height: 20px;
  position: relative;
  max-width: 100px;
  text-align: center;
}

.benefits-item .progress .result:after {
  content: "projects";
  position: absolute;
  display: block;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.benefits-item .sample {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
}

.benefits-item .sample svg {
  max-width: 14px;
  width: 14px;
  height: auto;
  margin-right: 15px;
}

.benefits-item .sample a {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  font-family: ClearSans-Bold, sans-serif;
  transition: 0.3s;
}

.benefits-item .sample a:hover {
  border-color: transparent;
}

.bottom-benefits {
  text-align: center;
  margin-top: 55px;
}

.bottom-benefits h3.title {
  font-size: 26px;
  font-family: RobotoSlab-Bold, sans-serif;
  color: #000;
  line-height: 34px;
  margin-bottom: 25px;
}

.bottom-benefits .btn {
  color: #fff;
  padding: 10px 30px;
}

.bottom-benefits .btn span {
  font-size: 16px;
}

.test-wrap {
  width: 100%;
}

.test-carousel.owl-carousel {
  position: relative;
  z-index: 50;
}

.test-wrap .test-bottom {
  padding: 0 20px;
}

.test-bottom {
  max-width: 713px;
  margin: 0 auto;
}

.test-bottom .test-title {
  font-family: RobotoSlab-Bold, sans-serif;
  color: #2f3a3d;
  font-size: 52px;
  line-height: 54px;
  width: 60%;
}

.test-bottom .btn {
  padding: 20px 60px;
  margin-top: 20px;
}

.test-bottom .btn span {
  font-size: 25px;
  line-height: 20px;
}

@media (min-width: 1700px) {
  .first-screen .first-screen-wrap {
    padding: 0 189px 0 145px;
  }
  .first-screen .first-screen-wrap .first-left {
    padding-top: 5px;
  }
  .first-screen .first-screen-wrap .first-left p {
    width: 100%;
    margin: 35px 0 54px;
  }
}
@media (min-width: 2200px) {
  .first-screen .first-screen-wrap {
    width: 1720px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .counter .counter-inner .inner-wrap span {
    background-image: none;
  }
  .about-item .number {
    background-image: none;
  }
  .content .price-block .price span sup {
    background-image: none;
  }
}
@media screen and (max-width: 1300px) {
  .first-screen .first-screen-wrap .first-right {
    width: 440px;
  }
  .first-screen .first-screen-wrap .first-left .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits:before,
  .first-screen:before {
    left: 25px;
  }
  .first-screen .first-screen-wrap .first-right {
    width: 395px;
  }
}
@media screen and (max-width: 1070px) {
  .first-screen-wrap .first-left .flex-element {
    flex-flow: wrap;
  }
  .first-screen-wrap .first-left .btns-right {
    width: 100%;
    margin-left: -16px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .seo-wrap .block {
    flex: initial;
  }
  .seo-wrap .block:not(:first-child) h3.seo-title {
    margin-top: 0;
  }
  .video-container {
    padding: 0 15px 16px;
  }
  .pop-banner {
    margin: 100px 15px 25px;
  }
  .first-screen .first-screen-wrap .first-left {
    max-width: 420px;
    flex-basis: 420px;
  }
  .first-screen .first-screen-wrap .first-left .title {
    font-size: 50px;
    line-height: 50px;
  }
  .first-screen .first-screen-wrap .first-left p {
    width: 95%;
    font-size: 21px;
    line-height: 22px;
    margin: 10px 0 30px;
  }
  .first-screen .first-screen-wrap .first-right {
    width: 303px;
    background-size: 377px auto;
    background-position: center left;
  }
  .first-screen .first-screen-wrap .first-right:before {
    height: 85%;
  }
  .first-screen .first-screen-wrap .first-right .info .number {
    font-size: 70px;
    line-height: 76px;
    letter-spacing: -6px;
  }
  .first-screen .first-screen-wrap .first-right .info .text {
    font-size: 22px;
    margin-top: 0;
  }
  .benefits:before,
  .first-screen:before {
    left: 40px;
  }
  .benefits-item .progress {
    margin-top: 0;
  }
  .first-left .title {
    font-size: 54px;
    line-height: 54px;
  }
  .first-left p {
    font-size: 21px;
    line-height: 21px;
    width: 90%;
    margin: 30px 0 50px;
  }
  .test-bottom {
    max-width: 400px;
  }
  .test-bottom .test-title {
    width: 100%;
    font-size: 50px;
  }
  .first-screen {
    height: 580px;
  }
}
@media screen and (max-width: 720px) {
  .first-screen {
    padding: 10% 0;
    min-height: 75vh;
    height: 650px;
  }
  .first-screen .first-screen-wrap {
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
  }
  .first-screen .first-screen-wrap .first-left,
  .first-screen .first-screen-wrap .first-right,
  .first-screen.seo-page .first-screen-wrap .first-left {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .first-screen .first-screen-wrap .first-left .title {
    font-size: 36px;
    line-height: 38px;
  }
  .first-screen .first-screen-wrap .first-left p,
  .first-screen.seo-page .first-screen-wrap .first-left p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .first-screen .first-screen-wrap .first-right {
    background-position: center 30px;
    background-image: url(../png/first-screen.png);
    background-size: 288px auto;
    width: 369px;
    height: 391px;
    justify-content: center;
  }
  .first-screen .first-screen-wrap .first-right:before {
    display: none;
  }
  .first-screen .first-screen-wrap .first-right .info {
    margin-left: -125px;
  }
  .first-screen .first-screen-wrap .first-right .info-img {
    max-width: 50px;
  }
  .first-screen .first-screen-wrap .first-right .info .number {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
  }
  .first-screen .first-screen-wrap .first-right .info .text {
    font-size: 17px;
    line-height: 17px;
  }
  .benefits:before,
  .first-screen:before {
    left: 15px;
  }
  .trustpilot {
    margin: 30px auto 0;
  }
  .trustpilot::before {
    display: none;
  }
  .first-screen-wrap .first-left .flex-element {
    max-width: 254px;
    margin: 0 auto;
  }
  .benefits:before,
  .first-screen:before {
    display: none;
  }
  .first-screen .first-screen-wrap .first-left {
    text-align: center;
    padding-left: 0;
  }
  .first-screen .first-screen-wrap .first-left p,
  .first-screen.seo-page .first-screen-wrap .first-left p {
    margin: 30px auto;
    font-size: 20px;
    line-height: 21px;
  }
  .test-bottom .test-title {
    font-size: 37px;
    line-height: 37px;
  }
  .first-screen .first-screen-wrap .first-right {
    display: none;
  }
  .benefits-item .img {
    display: none;
  }
  .benefits-item .descr {
    color: #fff;
    min-height: unset;
  }
  .benefits .benefits-item .sample a {
    color: #fff;
  }
  .benefits-item {
    margin-bottom: 0;
  }
  .benefits-item .sample svg {
    fill: #fff;
  }
}
@media screen and (max-width: 580px) {
  .zopim {
    width: 97px !important;
    height: 49px !important;
  }
  .container {
    padding: 0;
  }
  .flex-element .block {
    flex: initial;
    width: 100%;
  }
  .first-screen .first-screen-wrap .first-left .title {
    font-size: 40px;
    line-height: 42px;
    font-family: RobotoSlab-Bold, sans-serif;
    font-weight: 400;
    padding: 0 15px;
  }
  .first-screen .first-screen-wrap .first-left .flex-element {
    flex-flow: wrap;
    justify-content: center;
  }
  .first-screen .first-screen-wrap .first-left .btns-right .go-to-video .play-btn {
    margin-top: -13px;
    margin-right: -22px;
    max-width: 103px;
    max-height: 103px;
  }
  .first-screen.seo-page .first-screen-wrap .first-left p,
  .first-screen .first-screen-wrap .first-left p {
    margin: 15px auto 34px;
    font-size: 20px;
    line-height: 30px;
    max-width: 325px;
  }
  #youtube {
    max-width: 100%;
  }
  .video-layer .video-popup {
    max-width: calc(100% - 18px);
  }
  .video-layer .video-popup .close-cross {
    right: 0;
  }
  .benefits-item .sample {
    margin-top: 40px;
  }
  .first-screen {
    height: unset;
    min-height: unset;
  }
}
.first-screen.common {
  min-height: 65vh;
  height: auto;
  background-color: #efefe3;
  padding: 3% 0 80px;
}

.first-screen.common:before {
  background: #000;
  height: 90%;
}

.first-screen.reviews {
  display: flex;
  height: auto;
  min-height: 0;
  padding: 61px 0 93px;
  background-color: #efefe3;
}

.first-screen.reviews::before {
  display: none;
}

.first-screen.reviews .first-screen-wrap {
  width: 60%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.btn.reviews {
  margin-top: 48px;
}

.review-text-wrapper {
  background: url(../jpg/circles-bg.jpg) no-repeat, #fff;
  background-size: cover;
}

.review-text {
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 95px 20px 57px;
}

.review-text p {
  line-height: 1.65;
  margin-bottom: 28px;
}

.review-text h1 {
  margin-top: 0;
  line-height: 1.4;
  font-family: RobotoSlab-Bold, sans-serif;
}

.review-text p:first-child {
  margin-top: 0;
}

.review-text p:last-child {
  margin-bottom: 0;
}

.review-text {
  padding: 68px 20px 50px;
}

.review-text p:last-child {
  line-height: 1.3;
}

.review-piece {
  padding: 32px 28px;
}

.review-piece .cite {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  width: 100%;
}

.review-piece .cite img {
  margin-right: 0px;
  width: 78px;
}

.review-form-wrap h3 {
  padding: 59px 0 0;
}

.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
  margin: 19px auto 0;
}

.review-form {
  padding-bottom: 80px;
}

.rating .fa-star {
  width: 14px;
  height: 14px;
}
.rating .fa-star:not(:first-child) {
  margin-left: 4.5px;
}

.total {
  display: none;
}

.author-rating {
  align-items: center;
}

.first-screen__img {
  margin-bottom: 9px;
}

.p01-contact .alert {
  padding: 30px 0 10px;
}

.thanks-modal__img {
  margin: 26px auto;
}

.thanks-modal__title {
  font-size: 22px;
  margin: 0 0 10px;
}

.thanks-modal__desc {
  font-size: 14px;
}

.p01-contact .success.alert.thanks-modal {
  margin-top: -90px;
}

.review-form .p01-contact .field {
  margin-bottom: 17px;
}

.all-reviews-place {
  background-color: #efefe2;
}

.all-reviews-place .seo-banner {
  margin: 20px 0 60px;
}

.all-reviews-wrap {
  overflow: hidden;
  padding: 54px 20px 71px;
  background: url(../jpg/slider-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.all-reviews-wrap h2 {
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: RobotoSlab-Bold, sans-serif;
}

.all-reviews {
  max-width: 720px;
  margin: 0 auto;
}

.all-reviews .owl-nav {
  overflow: hidden;
}
.all-reviews svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-54%) translateY(-51%);
  fill: #fff;
  transition: all ease 0.3s;
}
.all-reviews .owl-next:hover svg, .all-reviews .owl-next:active svg, .all-reviews .owl-prev:hover svg, .all-reviews .owl-prev:active svg {
  fill: #ff7a66;
  transition: all ease 0.3s;
}
.all-reviews .owl-next svg {
  transform: rotate(180deg) translateX(46%) translateY(48%);
}

.owl-carousel {
  position: static;
}

.all-reviews.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.all-reviews.owl-carousel .owl-item:not(.active) .review-piece * {
  opacity: 0.45;
}

.all-reviews.owl-carousel .owl-nav {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 1370px;
  transform: translateX(-50%);
  display: block;
  height: 64px;
  top: 50%;
}

.all-reviews.owl-carousel .owl-nav div {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
}

.all-reviews.owl-carousel .owl-nav .owl-prev {
  left: 50px;
}

.all-reviews.owl-carousel .owl-nav .owl-next {
  right: 50px;
}

.all-reviews.owl-carousel .owl-nav div:hover {
  color: #ff7a66;
}

.all-reviews.owl-carousel .owl-nav div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review-piece {
  padding: 34px 50px;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 17px;
  line-height: 29px;
  box-shadow: 0 20px 24.5px rgba(55, 32, 42, 0.81);
  background-color: #2f3a3d;
}

.review-piece blockquote {
  position: relative;
  display: flex;
  align-items: center;
  color: #e4e9f2;
  margin: 0;
}

.review-piece blockquote p {
  padding: 0;
  font-size: 15px;
  line-height: 1.75;
  margin-top: 12px;
}

.review-piece p {
  padding: 0 70px;
}

.author-rating {
  display: flex;
  align-items: center;
}

.review-piece .cite {
  display: block;
  margin-right: 20px;
  font-style: italic;
  color: #ff7a66;
}

.review-piece .cite img {
  display: inline-block;
  margin-right: 10px;
  width: 85px;
}

.review-piece .cite a {
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  color: #ff7a66;
  font-style: normal;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.review-piece .cite a:hover {
  color: #fff;
  text-decoration: none;
}

.total {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 15px;
  font-size: 40px;
  font-style: italic;
}

.rating {
  display: flex;
  min-height: 29px;
  align-items: center;
}

.rating i {
  font-size: 19px;
  margin-left: 18px;
  color: #ed4a7a;
}

.coloured {
  font-weight: 700;
  font-size: 20px;
  color: #d0ca9e;
}

.accent {
  margin-top: -10px;
  font-size: 20px;
  display: inline-block;
  font-family: ClearSans-Bold, sans-serif;
}

.form-btn.review {
  justify-content: flex-start;
}

@media (max-width: 1625px) {
  .review-text-wrapper {
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .total {
    display: block;
    margin: 10px 0 0;
  }
}
@media (max-width: 1100px) {
  .review-text {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .first-screen.reviews .s-title {
    line-height: 1;
  }
  .review-piece {
    width: auto;
  }
  .first-screen.reviews .s-descr {
    margin-top: 30px;
  }
}
@media screen and (max-width: 843px) and (min-width: 768px) {
  .all-reviews.owl-carousel .owl-nav .owl-prev {
    left: 30px;
  }
  .all-reviews.owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}
@media (max-width: 765px) {
  .first-screen.reviews .first-screen-wrap {
    width: 100%;
  }
  .form-btn.review {
    justify-content: center;
  }
  .review-piece blockquote::before {
    top: 50px;
    left: 4%;
  }
}
@media (max-width: 500px) {
  .reviews .s-title {
    font-size: 27px;
  }
  .review-text h1 {
    font-size: 1.5em;
  }
  .review-text-wrapper {
    background-size: cover;
    background-repeat: repeat-y;
  }
  .review-piece blockquote {
    margin: 0 10px;
  }
  .review-piece p {
    padding: 0;
    font-size: 16px;
  }
  .p01-contact {
    flex-direction: column;
    align-items: center;
  }
}
.s-title {
  color: #2f3a3d;
  font-size: 52px;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0;
  letter-spacing: -0.02em;
}

.s-descr {
  font-family: ClearSans-Regular, sans-serif;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  color: #000;
}

.icon-hiw {
  margin: 30px auto 0;
}

.icon-hiw img {
  max-width: 66px;
  height: auto;
}

.icon-hiw p {
  margin: 0;
}

.icon-hiw .title {
  font-size: 26px;
  line-height: 26px;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

.icon-hiw .text {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-top: 25px;
}

.pop-banner {
  max-width: 860px;
  margin: 100px auto 25px;
  min-height: 180px;
  height: 180px;
  box-shadow: 0 20px 49px rgba(52, 36, 2, 0.81);
  background-color: #b5ae9a;
  background-image: url(../png/bg-hiw-1366.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-banner .pop-wrap {
  text-align: center;
  padding: 0 15px;
}

.pop-banner .pop-wrap .pop-title {
  color: #efefe3;
  font-size: 26px;
  line-height: 30px;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
}

.pop-banner .pop-wrap .btn {
  padding: 10px 50px;
  margin: 20px auto 0;
}

.pop-banner .pop-wrap .btn span {
  font-size: 16px;
}

.hiw-block {
  padding: 5% 0 0;
  background: #fff;
}

.hiw-block .img-block img {
  margin: 0 auto;
}

.hiw-block .flex-element:nth-child(2) {
  flex-direction: row-reverse;
}

.text-block {
  padding: 0 0 25%;
}

.text-block .title {
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
}

.text-block .block-p {
  font-size: 16px;
  line-height: 24px;
  width: 75%;
  font-family: ClearSans-Regular, sans-serif;
}

.text-block .btn {
  margin-top: 30px;
  padding: 10px 27px;
  box-shadow: 0 10px 24px rgba(201, 39, 93, 0.63);
}

.text-block .btn:hover {
  box-shadow: 0 10px 24px rgba(88, 30, 4, 0.63);
}

.text-block .btn span {
  font-size: 16px;
}

.text-block .btn.pricing {
  padding: 10px 50px;
}

.first-screen.pricing {
  min-height: 80vh;
  padding-top: 4.5%;
}

.first-screen.pricing:before {
  display: none;
}

.tabs {
  margin: 85px auto 40px;
  max-width: 895px;
}

.tabs .pricing-wrap {
  padding: 45px 112px;
  background-color: #2f3a3d;
  box-shadow: 0 20px 20px -10px rgba(52, 36, 2, 0.51);
  z-index: 4;
  position: relative;
  height: 370px;
  display: flex;
  overflow: hidden;
}

.tabs .pricing-item {
  display: none;
  color: #ced0c7;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  transition: 0.3s;
}
.tabs .pricing-item .pricing__features {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tabs .pricing-item .pricing__features li {
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 29px;
  position: relative;
}
.tabs .pricing-item .pricing__features li::before {
  content: "";
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(241, 128, 98) 0%, rgb(239, 101, 110) 47%, rgb(237, 73, 122) 100%);
  opacity: 0.831;
  width: 9px;
  height: 9px;
  position: absolute;
  left: -22px;
  top: 10px;
}

.tabs .pricing-item.active {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  animation: fadeInRight 0.5s forwards;
}

.tabs .pricing-item .price {
  font-size: 49px;
  line-height: 82px;
  font-family: RobotoSlab-Regular, sans-serif;
  font-weight: 300;
  border-left: 1px solid #60686b;
  padding-left: 14%;
}

.tabs .pricing-item .price span {
  font-size: 59px;
  line-height: 65px;
  font-family: RobotoSlab-Regular, sans-serif;
}

.tabs .pricing-item .price span.sm {
  font-size: 14px;
  font-weight: 300;
}

.tabs .pricing-item .price sup {
  font-size: 27px;
  top: -0.9em;
  right: -6px;
}

.tabs .pricing-item .price .btn {
  display: block;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.63);
  line-height: 3;
  padding: 0 15px;
  width: 193px;
  font-family: ClearSans-Regular, sans-serif;
}

.tabs .pricing-item .price .btn::before {
  content: "Place Order";
}

.tabs .pricing__tabs {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 75px;
}

.tabs .pricing__tab {
  flex-grow: 1;
  text-align: center;
  padding: 19px;
  margin: 0;
  box-shadow: 0 26px 40px rgba(52, 36, 2, 0.63);
  background-color: #d0ca9e;
  color: #2f3a3d;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.tabs .pricing__tab.active {
  background-color: #2f3a3d;
  color: #efefe3;
  font-size: 28px;
  z-index: 3;
}

.tabs .pricing__features {
  padding-left: 15px;
}

.tabs .pricing__extra {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  margin-top: auto;
}

.tabs .pricing__extra li {
  padding: 0 15px;
  line-height: 1.3;
  position: relative;
}

.tabs .pricing__extra li:first-child:before {
  background-image: url(../svg/plus.svg);
  width: 23px;
  height: 23px;
  left: -27px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

.tabs .pricing__extra li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #f18062 0, #ed497a 100%);
}

.protect-list {
  position: relative;
  padding: 20px 0 7%;
  background: #fff;
}

.protect-list:before {
  content: "You Are Protected.";
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 9.5vw;
  line-height: 9.5vw;
  color: #efefe3;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
}

.protect-list .row {
  padding: 0 15px;
}

.protect-list .protect-item {
  margin-top: 35px;
}

.protect-list .protect-item .item-img {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.protect-list .protect-item .item-img .pay {
  max-width: 95px;
}

.protect-list .protect-item .item-img .pal {
  max-width: 70px;
}

.protect-list .protect-item .item-img .result {
  max-width: 84px;
}

.protect-list .protect-item .title {
  font-size: 26px;
  line-height: 26px;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.protect-list .protect-item .title:before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, #f18062 0, #ed497a 100%);
  top: 0;
  bottom: 0;
  left: -65px;
  margin: auto;
  width: 45px;
  height: 1px;
}

.protect-list .protect-item p {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  width: 80%;
}

.first-screen.about {
  min-height: 60vh;
  height: auto;
}

.protect-list.about {
  background: #fff;
}

.protect-list.about:before {
  content: "The Story Behind Us";
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  font-size: 8.2vw;
  color: #d5d0a9;
}

.protect-list.about .btn {
  padding: 10px 30px;
  margin-top: 25px;
}

.star:before {
  background-image: url(../svg/about-1.svg);
  left: 10px;
  max-width: 65px;
  width: 65px;
  height: 61px;
}

.micro:before {
  background-image: url(../svg/about-2.svg);
  left: 20px;
  max-width: 45px;
  width: 45px;
  height: 69px;
}

.sign:before {
  background-image: url(../svg/about-3.svg);
  left: 10px;
  max-width: 57px;
  width: 57px;
  height: 69px;
}

.about-item {
  margin-top: 50px;
  padding-left: 80px;
  position: relative;
}

.about-item:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-item p {
  margin: 0;
}

.about-item .number {
  color: #f87769;
  font-family: RobotoSlab-Bold, sans-serif;
  background-image: linear-gradient(to right, #f18062 0, #ed497a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 76px;
  line-height: 64px;
}

.about-item .title {
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 27px;
}

.about-item .about-text {
  font-size: 16px;
  color: #2f3a3d;
  line-height: 20px;
  margin-top: 15px;
  font-family: ClearSans-Regular, sans-serif;
}

.tab-bottom.about {
  margin-top: 50px;
  text-align: center;
}
.tab-bottom.about p {
  font-size: 26px;
  font-family: RobotoSlab-Bold, sans-serif;
  text-align: center;
  margin-bottom: 15px;
  line-height: 36px;
}
.tab-bottom.about .btn {
  margin-top: 0;
}
.tab-bottom.about .btn span {
  font-size: 16px;
}

.diagram-wrap {
  margin-top: 70px;
  position: relative;
  padding: 0 0 10px;
}

.diagram-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 1px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 20px;
  background: url(../png/arrow-about.png) center no-repeat;
  z-index: 10;
}

.diagram-wrap:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #d0ca9e;
  z-index: 10;
}

.diagram-wrap .diagram-img {
  position: relative;
}

.diagram-wrap .diagram-img img {
  position: relative;
  top: 35px;
}

.diagram-wrap .diagram-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}

.diagram-wrap .diagram-item p {
  margin: 0;
}

.diagram-wrap .diagram-item .text {
  text-align: justify;
}

.diagram-wrap .diagram-item .year {
  color: #d0ca9e;
  font-family: RobotoSlab-Bold, sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 60px;
  position: relative;
}

.diagram-wrap .diagram-item .title {
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 27px;
  color: #000;
}

.diagram-wrap .diagram-item .text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
  font-family: ClearSans-Regular, sans-serif;
}

.diagram-item.right .title,
.diagram-item.right .year {
  text-align: right;
}

.diagram-item.right .diagram-img {
  max-width: 50%;
  flex-basis: 30%;
}

.diagram-item.right .diagram-descr {
  max-width: 50%;
  flex-basis: 25%;
  margin-right: 35px;
}

.diagram-item.left .title,
.diagram-item.left .year {
  text-align: left;
}

.diagram-item.left .diagram-descr {
  max-width: 50%;
  flex-basis: 30%;
  margin-left: 35px;
}

.diagram-item.left .diagram-img {
  max-width: 50%;
  flex-basis: 35%;
}

.diagram-item.left .year:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #d0ca9e;
  left: -51px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.diagram-item.left .diagram-img.clock img {
  left: 150px;
}

.diagram-item.right .diagram-img.circles img {
  top: 0;
  left: 20px;
}

.diagram-item.right .year:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #d0ca9e;
  right: -52px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.diagram-wrap .diagram-item.first {
  margin-bottom: 50px;
}

.diagram-wrap .diagram-item.second {
  margin-bottom: 100px;
}

.diagram-wrap .diagram-item.second .diagram-img img {
  left: 50px;
  top: 0;
}

.first-screen.contact {
  padding-bottom: 30px;
  min-height: 80vh;
  height: auto;
}

.contact-banner {
  margin: 35px auto 0;
  max-width: 1080px;
  min-height: 235px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 60px;
  background: url(../png/bg-contact-1366.png) center;
  background-size: 100% 100%;
  box-shadow: 0 20px 49px rgba(52, 36, 2, 0.81);
}

.contact-banner p {
  margin: 0;
}

.contact-banner .title {
  color: #efefe3;
  font-size: 26px;
  line-height: 26px;
  margin-top: 17px;
  font-family: ClearSans-Regular, sans-serif;
}

.contact-banner .info {
  font-family: RobotoSlab-Bold, sans-serif;
  font-size: 41px;
  line-height: 41px;
  color: #efefe3;
  text-decoration: none;
  outline: 0;
  margin-top: 10px;
  display: block;
}

.contact-banner .info span {
  color: #f06d6a;
}

.contact-banner .pop-left {
  max-width: 45%;
  flex-basis: 45%;
  position: relative;
  padding-left: 20px;
}

.contact-banner .pop-left:after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-178deg, #f18062 0, #ed497a 100%);
  background-color: #fbfae9;
  width: 1px;
  height: 100%;
  top: 0;
  right: 5px;
  bottom: 0;
}

.contact-banner .pop-left .phone {
  max-width: 43px;
}

.contact-banner .pop-right {
  max-width: 55%;
  flex-basis: 55%;
  padding-left: 20px;
}

.contact-banner .pop-right .clock {
  max-width: 61px;
}

.info-item {
  margin: 70px auto 0;
  width: 95%;
  padding-left: 40px;
}

.info-item p {
  margin: 0;
}

.info-item .title {
  color: #000;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 26px;
  line-height: 26px;
}

.info-item .info-link {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 14px;
  color: #2f3a3d;
  line-height: 20px;
  outline: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
  text-decoration: none;
}

.info-item .info-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #2f3a3d;
  bottom: -1px;
  left: 0;
  right: 0;
}

.info-item .info-link:before {
  position: absolute;
  content: "";
  display: block;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #2f3a3d;
  margin: auto;
}

.info-item .info-link span {
  color: #ef636e;
}

.form {
  background: #fff;
  padding: 3% 0 5%;
}

.form-title {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #2f3a3d;
  font-family: RobotoSlab-Bold, sans-serif;
}

input.on-error-js,
textarea.on-error-js {
  border-color: #ff6514;
}

input.on-error-js:focus,
textarea.on-error-js:focus {
  border-color: #d2e9f7;
}

#loading {
  visibility: hidden;
}

.error {
  color: #ff6514;
}

.success {
  color: green;
}

.dep-result .selected {
  color: red;
}

form {
  max-width: 850px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

input,
textarea {
  outline: 0;
  box-shadow: none;
  border: 1px solid #d0ca9e;
  padding: 5px 10px;
}

input[placeholder],
textarea[placeholder] {
  color: #2f3a3d;
  font-size: 16px;
  opacity: 1;
}

textarea.on-error-js {
  border-color: #ff6514;
}

textarea {
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  min-height: 160px;
  margin-bottom: 30px;
  resize: none;
}

textarea::-moz-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

input {
  height: 40px;
  max-width: 90%;
  width: 90%;
  margin-bottom: 20px;
  color: #2f3a3d;
}

input::-moz-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #2f3a3d;
  font-size: 16px;
}

.input-wrap {
  max-width: 35%;
  flex-basis: 35%;
}

.area-wrap {
  max-width: 65%;
  flex-basis: 65%;
}

.department-data-wrap {
  max-width: 90%;
  width: 90%;
}

.department-data-wrap .department-data {
  border: 1px solid #d0ca9e;
  height: 40px;
  width: 100%;
  position: relative;
  padding: 5px 10px;
  box-sizing: border-box;
}

.dep-result {
  cursor: pointer;
  color: #2f3a3d;
  font-size: 16px;
  margin: 0;
  background: url(../png/caret_down.png) 100% 48% no-repeat;
}

.cs-wrap,
input[type=radio] {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 9999;
  border-top: none;
  border-right: 1px solid #d0ca9e;
  border-left: 1px solid #d0ca9e;
  border-bottom: 1px solid #d0ca9e;
  background: #fff;
  display: none;
}

.cs-wrap label {
  display: block;
  color: #2f3a3d;
  font-size: 16px;
  padding: 12px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cs-wrap label:active,
.cs-wrap label:focus,
.cs-wrap label:hover {
  background: rgba(208, 202, 158, 0.3);
}

.department-data-wrap,
.form-captcha {
  display: flex;
}

.form-captcha {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
}

.form-captcha .captcha {
  max-width: 20%;
  flex-basis: 20%;
  margin-bottom: 0;
  margin-right: 20px;
}

.form-captcha img {
  align-self: flex-start;
}

#captcha {
  cursor: pointer;
  margin-right: 20px;
  max-width: 20%;
  flex-basis: 15%;
  display: flex;
  align-self: center;
}

.form-btn {
  max-width: 35%;
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.form-btn button {
  display: inline-block;
  padding: 5px 50px;
  outline: 0;
  border: none;
}

.test-carousel.seo-slider .owl-dots {
  height: 20px;
  position: absolute;
  bottom: 100px;
  right: 100px;
  display: none;
}
.test-carousel.seo-slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  display: inline-block;
  border: 1px solid #d0ca9e;
  border-radius: 100%;
  margin: 5px;
  transition: all 0.4s ease;
}
.test-carousel.seo-slider .owl-dots .owl-dot.active {
  background: #d0ca9e;
}
.test-carousel.seo-slider .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 20%;
  max-width: 900px;
  width: 900px;
  height: 63px;
  z-index: 0;
}
.test-carousel.seo-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 26%;
}
.test-carousel.seo-slider .owl-nav .owl-next:before {
  content: "";
  display: block;
  background: url(../png/sprites.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 64px;
  background-position: -107px -1px;
}
.test-carousel.seo-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 26%;
}
.test-carousel.seo-slider .owl-nav .owl-prev:before {
  content: "";
  display: block;
  background: url(../png/sprites.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 64px;
  background-position: -37px -1px;
}
.test-carousel.seo-slider .test-item {
  padding: 20px 0 70px;
}
.test-carousel.seo-slider .test-item .item-wrap {
  color: #e4e9f2;
  background-color: transparent;
  background-image: url(../png/homepage_1366_slide.png);
  background-position: center;
  background-size: 100% 100%;
  margin: 0 auto;
  min-height: 420px;
  height: auto;
  max-width: 785px;
  padding: 35px 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.test-carousel.seo-slider .test-item .item-wrap:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 80px;
  display: block;
  background-image: url(../png/sprites.png);
  background-repeat: no-repeat;
  background-position: -12px -1px;
  max-width: 23px;
  width: 23px;
  height: 22px;
}
.test-carousel.seo-slider .test-item .item-wrap .text-block.home {
  width: 70%;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 20px;
  line-height: 29px;
  color: #e4e9f2;
  padding-bottom: 0;
}
.test-carousel.seo-slider .test-item .item-wrap .text-block.home .name {
  text-align: right;
  color: #f17c64;
  font-family: ClearSans-Bold, sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

.seo-page-content .custom-width {
  margin: 0 auto;
}
.seo-page-content .custom-width .row {
  flex-direction: row-reverse;
}
.seo-page-content .custom-width .row .block.sidebar {
  max-width: 33.33%;
  margin-left: 8.33%;
  width: 33.33%;
}
.seo-page-content .custom-width .row .block.text-content {
  width: 58.33%;
}

.video-container {
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}
.video-container .back-pict {
  max-width: 828px;
  max-height: 474px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 69px 129px 92.5px 128px;
  background: url(../svg/video-bg.svg) no-repeat;
  background-size: contain;
  margin-top: -10px;
  background-position-y: -3px;
}
.video-container .back-pict .video-mask {
  max-width: 571px;
  max-height: 321px;
  position: relative;
  filter: drop-shadow(0px 20px 49px rgba(52, 36, 2, 0.34));
}
.video-container .back-pict .video-mask .video-play-btn {
  position: absolute;
  z-index: 3;
  left: 50.25%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 113px;
  height: 113px;
  cursor: pointer;
  border-radius: 50%;
}
.video-container .back-pict .video-mask .video-play-btn-circle {
  border-radius: 50%;
  position: absolute;
}
.video-container .back-pict .video-mask .video-play-btn-circle:nth-child(1) {
  background: rgba(255, 255, 255, 0.36);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-container .back-pict .video-mask .video-play-btn-circle:nth-child(2) {
  transition: all ease 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 13.8324px 52.1375px rgba(165, 0, 76, 0.6);
  left: 23px;
  top: 23px;
  width: 67px;
  height: 67px;
}
.video-container .back-pict .video-mask .video-play-btn-icon {
  transition: all ease 0.3s;
  position: absolute;
  left: 51px;
  top: 46px;
}
.video-container .back-pict .video-mask .video-play-btn:hover .video-play-btn-circle:nth-child(2), .video-container .back-pict .video-mask .video-play-btn:active .video-play-btn-circle:nth-child(2) {
  transition: all ease 0.3s;
  left: 9px;
  top: 9px;
  width: 95px;
  height: 95px;
}
.video-container .back-pict .video-mask img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.main-left ul {
  margin: 1.5em 0 1.5em 3em;
  padding: 0;
  list-style: none;
}
.main-left ul li {
  margin-bottom: 5px;
}
.main-left ul li::before {
  content: "";
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-color: #ef636e;
}
.main-left ol {
  list-style: decimal;
  margin: 1.5em 0 1.5em 3em;
  padding: 0;
  counter-reset: li-item;
}
.main-left ol li {
  list-style-type: none;
  margin-bottom: 5px;
}
.main-left ol li::before {
  counter-increment: li-item;
  content: counter(li-item);
  display: inline-block;
  width: 30px;
  padding: 2px 0;
  background: #ef636e;
  color: #fff;
  text-align: center;
  margin-right: 6px;
}
.main-left a {
  transition: 0.3s ease-in-out;
  color: #373737;
  font-weight: 600;
}
.main-left a:hover {
  text-decoration: underline;
  color: #f06d69;
  transition: 0.3s ease-in-out;
}
.main-left a:active {
  text-decoration: none;
  color: #f06d69;
  transition: 0.3s ease-in-out;
}

.review-form-wrap {
  background-color: #fff;
}

.review-form-wrap h3 {
  padding: 80px 0 23px;
  margin: 0;
  font-size: 1.6em;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: RobotoSlab-Bold, sans-serif;
}

.review-form .p01-contact + p {
  display: none;
}

.review-form {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 870px;
}

.review-form .p01-contact {
  margin: 0;
  display: block;
}

.review-form .p01-contact .field {
  width: 100%;
  margin: 0 0 14px;
}

.review-form .p01-contact > div {
  width: 100%;
}

.review-form .field.select {
  display: flex;
  align-items: center;
}

.review-form .field.select select {
  flex: 1;
  height: 41px;
  background-color: transparent;
  border: 1px solid #d0ca9e;
  color: #2f3a3d;
  font-size: 16px;
}

.review-form .p01-contact label {
  color: #2f3a3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.review-form .p01-contact input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  height: 41px;
  background-color: transparent;
  border: 1px solid #d0ca9e;
  color: #2f3a3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 12px;
}

.review-form .field label,
.review-form .p01-contact .required label::after {
  display: none;
}

.review-form .field.select label {
  display: block;
  margin-right: 22px;
  margin-bottom: 0;
}

.review-form .p01-contact textarea {
  width: 100%;
  height: 152px;
  background-color: transparent;
  border: 1px solid #d0ca9e;
  color: #2f3a3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 12px;
  overflow-y: auto;
  resize: none;
}

.review-form .p01-contact input:not([type=radio]):not([type=checkbox])::-moz-placeholder,
.review-form .p01-contact textarea::-moz-placeholder {
  color: #2f3a3d;
}

.review-form .p01-contact input:not([type=radio]):not([type=checkbox])::-moz-placeholder, .review-form .p01-contact textarea::-moz-placeholder {
  color: #2f3a3d;
}

.review-form .p01-contact input:not([type=radio]):not([type=checkbox])::placeholder,
.review-form .p01-contact textarea::placeholder {
  color: #2f3a3d;
}

.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
  display: block;
  margin: 8px auto 0;
  height: 44px;
  width: 100%;
  max-width: 142px;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #ed497a 0, #f18062 100%);
  box-shadow: 0 13px 46px rgba(165, 0, 76, 0.63);
  transition: all 0.2s;
  font-family: ClearSans-Bold, sans-serif;
  letter-spacing: 0.38px;
  z-index: 15;
  position: relative;
}

.review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]):hover {
  box-shadow: 0 13px 46px rgba(88, 30, 4, 0.63);
}

.p01-contact .success.alert.thanks-modal {
  padding-top: 40px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border: none;
  text-align: center;
  margin-top: -140px;
}

.thanks-modal__img {
  display: block;
  width: 70px;
  height: 50px;
  background-image: url(../png/modal-thanks.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 30px auto 20px;
}

.thanks-modal__title {
  font-size: 1.6em;
  margin-bottom: 15px;
  text-align: center;
  color: #2f3a3d;
  letter-spacing: 0.02em;
  font-family: RobotoSlab-Bold, sans-serif;
}

.thanks-modal__desc {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #2f3a3d;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .all-reviews {
    padding: 0 80px;
  }
  .author-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .contact-padding {
    padding: 0 15px;
  }
  .benefits-item .progress .bar {
    margin-right: 13px;
  }
  .diagram-item.right .year:after {
    right: -46px;
  }
  .diagram-item.left .year:after {
    left: -47px;
  }
  .tabs {
    width: 85%;
  }
  .protect-list .protect-item .title:before {
    left: -52px;
  }
  .diagram-item.left .diagram-img.clock img {
    left: 80px;
  }
  .diagram-wrap .diagram-item.second .diagram-img img {
    right: 0;
    left: auto;
  }
  .info-item {
    width: 100%;
  }
  .contact-banner .info {
    font-size: 36px;
    line-height: 36px;
  }
  .contact-banner .pop-left:after {
    right: 25px;
  }
  .main-right {
    background-position: 110% 85%;
    padding: 30px 15px;
  }
  .main-right .seo-list .benefits-item {
    padding: 0 0 20px;
  }
  .main-right .seo-list .benefits-item .progress-bar {
    margin-left: 15px;
  }
  .main-right .seo-list .benefits-item .progress-bar .bar {
    width: 150px;
  }
  .seo-banner.second .banner-inner {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .additional-p {
    padding: 0 15px;
  }
  .tabs .pricing__tab {
    padding: 13px;
    font-size: 20px;
  }
  .tabs .pricing__tab.active {
    font-size: 26px;
  }
  .tabs .pricing-wrap {
    padding: 45px 50px;
  }
  .first-screen.about .row:first-child {
    padding: 0 15px;
  }
  .hiw-block .flex-element .col-sm-5 {
    width: 41.66666667%;
    flex: initial;
  }
  .hiw-block .flex-element .col-sm-7 {
    width: 58.33333333%;
    flex: initial;
  }
  .seo-page-content .custom-width .row .block.sidebar {
    width: 41.66%;
    max-width: 41.66%;
    margin-left: 0;
  }
  .diagram-item.right .year:after {
    right: -55px;
  }
  .diagram-item.left .year:after {
    left: -66px;
  }
  .main-block .seo-banner .banner-inner {
    background-position: -50px;
  }
  .main-block .seo-banner .banner-inner .title {
    font-size: 32px;
    line-height: 32px;
  }
  .s-descr {
    width: 85%;
  }
  .icon-hiw {
    width: 100%;
  }
  .icon-hiw .text {
    width: 95%;
  }
  .text-block .block-p {
    width: 100%;
  }
  .tabs {
    width: 95%;
  }
  .protect-list .protect-item p {
    width: 95%;
  }
  .protect-list .protect-item .title:before {
    display: none;
  }
  .first-screen.about {
    padding: 10% 0 80px;
  }
  .about-item {
    padding-left: 0;
    padding-top: 80px;
    margin-top: 35px;
  }
  .about-item:before {
    left: 0;
  }
  .about-item .about-text {
    width: 85%;
  }
  .diagram-item.right .diagram-img {
    flex-basis: 50%;
  }
  .diagram-item.right .diagram-img img {
    left: -55px;
  }
  .diagram-item.right .diagram-descr {
    flex-basis: 50%;
    margin-right: 100px;
  }
  .diagram-item.left .diagram-img {
    flex-basis: 50%;
  }
  .diagram-item.left .diagram-descr {
    flex-basis: 50%;
    margin-left: 120px;
  }
  .diagram-item.left .diagram-img.clock img {
    left: 120px;
  }
  .diagram-item.right .diagram-img.circles img {
    left: -45px;
    top: -20px;
  }
  .diagram-wrap .diagram-item.second .diagram-img img {
    left: 70px;
    right: auto;
  }
  .first-screen.contact {
    padding-bottom: 80px;
  }
  .first-screen.contact .flex-element .block {
    max-width: 33.33%;
  }
  .contact-banner {
    padding: 30px 15px;
  }
  .contact-banner .title {
    font-size: 24px;
    line-height: 24px;
  }
  .contact-banner .info {
    font-size: 30px;
    line-height: 30px;
  }
  .form {
    padding-top: 6%;
  }
  .input-wrap {
    max-width: 40%;
    flex-basis: 40%;
  }
  .area-wrap {
    max-width: 60%;
    flex-basis: 58%;
  }
  .form-captcha .captcha {
    max-width: 30%;
    flex-basis: 27%;
  }
  .info-item {
    margin-top: 70px;
    padding-left: 0;
  }
  .info-item .title {
    font-size: 20px;
    line-height: 20px;
  }
  .info-item .info-link {
    font-size: 13px;
  }
  .info-item .info-link:before {
    display: none;
  }
  .main-right {
    background-position: 104% 95%;
  }
  .main-right .seo-list .benefits-item {
    margin-bottom: 0;
  }
  .main-right .seo-list .benefits-item .ben-img {
    align-items: flex-start;
    min-height: 60px;
    padding-top: 7px;
  }
  .main-right .seo-list .benefits-item .ben-img .math {
    max-width: 30px;
  }
  .main-right .seo-list .benefits-item .ben-img .human {
    max-width: 43px;
  }
  .main-right .seo-list .benefits-item .ben-img .science {
    max-width: 30px;
  }
  .main-right .seo-list .benefits-item .ben-img .lang {
    max-width: 34px;
  }
  .main-right .seo-list .benefits-item .result {
    margin-top: 15px;
  }
  .main-right .seo-list .benefits-item .progress-bar {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-right .seo-list .benefits-item .progress-bar p {
    font-size: 18px;
  }
  .main-right .test-bottom .test-title {
    font-size: 36px;
    line-height: 36px;
  }
  .main-left .get-help {
    margin: 30px 0;
  }
  .main-left .get-help .help-inner {
    padding: 0 15px 20px;
  }
  .main-left .seo-banner.another {
    margin: 20px 0;
  }
  .main-left .seo-banner.another .banner-inner {
    background-position: -160px;
  }
  .main-left .seo-banner.another .title {
    font-size: 32px;
    line-height: 32px;
  }
  .main-left .seo-banner.second {
    margin: 20px 0 40px;
    text-align: left;
  }
  .main-left .seo-banner.second .banner-inner {
    flex-wrap: wrap;
    padding: 20px 0 20px 23%;
  }
  .main-left .seo-banner.second .banner-inner .btn {
    margin-right: auto;
  }
  .main-left .seo-banner.second .banner-inner .title {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
  }
  .video-container .back-pict {
    max-width: 100%;
  }
  .main-right .seo-list .benefits-item .result::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .all-reviews.owl-carousel .owl-nav {
    max-width: 844px;
  }
}
@media (max-width: 1024) {
  .main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap {
    padding: 30px 30px 60px;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .owl-item {
    align-self: end;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .owl-stage {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .all-reviews.owl-carousel .owl-item:not(.active) .review-piece * {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .rating .fa-star:not(:first-child) {
    margin-left: 23.5px;
  }
  .p01-contact .success.alert.thanks-modal {
    margin-top: -90px;
  }
  .thanks-modal__title {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .all-reviews {
    padding: 0 0 40px;
  }
  .all-reviews.owl-carousel .owl-nav {
    top: 116px;
  }
  .all-reviews.owl-carousel .owl-nav div {
    top: 0;
    width: auto;
    height: auto;
    border: none;
  }
  .total {
    display: none;
  }
  .author-rating {
    align-items: center;
  }
  .first-screen.reviews {
    padding: 105px 15px 114px;
  }
  .first-screen__img {
    margin-bottom: 9px;
  }
  .review-text {
    padding: 68px 20px 50px;
  }
  .review-text p:last-child {
    line-height: 1.3;
  }
  .all-reviews-wrap h2 {
    display: none;
  }
  .all-reviews-wrap {
    overflow: hidden;
    padding: 77px 12px 71px;
  }
  .review-piece {
    padding: 32px 28px;
  }
  .review-piece .cite {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    width: 100%;
  }
  .review-piece .cite img {
    margin-right: 0px;
    width: 78px;
  }
  .review-form-wrap h3 {
    padding: 59px 0 0;
  }
  .review-form .p01-contact input[type=submit]:not([type=radio]):not([type=checkbox]) {
    margin: 19px auto 0;
  }
  .review-form {
    padding-bottom: 80px;
  }
  .all-reviews.owl-carousel .owl-nav .owl-prev {
    left: 60px;
    top: 50%;
  }
  .all-reviews.owl-carousel .owl-nav .owl-next {
    right: 60px;
    top: 50%;
  }
}
@media (max-width: 720px) {
  .first-screen.reviews {
    padding: 105px 0 114px;
  }
  .main-block h1 {
    font-size: 33px;
    line-height: 33px;
  }
  .s-title {
    font-size: 42px;
  }
  .s-descr {
    font-size: 18px;
    line-height: 20px;
  }
  .icon-hiw {
    margin-top: 0;
  }
  .icon-hiw .hiw-item {
    margin-bottom: 50px;
  }
  .icon-hiw .block:first-child .hiw-item {
    margin-top: 15px;
  }
  .pop-banner {
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(../png/bg-hiw-767.png);
    max-width: calc(100% - 30px);
  }
  .text-block .block-p {
    text-align: left;
  }
  .text-block .title {
    text-align: center;
  }
  .text-block .btn {
    margin-top: 10px;
  }
  .pop-banner .pop-wrap {
    padding: 30px 15px;
  }
  .pop-banner .pop-wrap .btn {
    margin-top: 30px;
  }
  .img-block img {
    max-width: 280px;
  }
  .protect-list .protect-item {
    width: 85%;
    margin: 35px auto 0;
  }
  .tabs {
    min-height: 340px;
  }
  .content {
    padding: 20px 20px 10px 30px;
  }
  .about-item {
    padding-top: 0;
  }
  .about-item:before {
    top: 0;
  }
  .about-item .number {
    padding-left: 70px;
    margin-bottom: 10px;
  }
  .micro:before {
    left: 3px;
  }
  .diagram-item.left .diagram-img.clock img {
    left: 107px;
  }
  .first-screen.error .s-title {
    font-size: 36px;
    line-height: 36px;
  }
  .first-screen.error .info-error {
    flex-wrap: wrap;
    display: block;
  }
  .first-screen.error .info-error img {
    max-width: 298px;
  }
  .first-screen.error .info-error .error-link {
    margin-left: 50px;
    max-width: 100%;
  }
  .first-screen.contact .flex-element .block {
    max-width: 100%;
  }
  .contact-banner {
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 55px;
    margin-bottom: 60px;
    background-image: url(../png/bg-contact-767.png);
    background-size: 100% 60%;
  }
  .contact-banner img {
    margin: 0 auto;
  }
  .contact-banner .pop-left {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 30px;
  }
  .contact-banner .pop-left .phone {
    max-width: 36px;
  }
  .contact-banner .pop-left:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 160px;
    height: 1px;
    margin: auto;
  }
  .contact-banner .pop-right {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 30px;
  }
  .contact-banner .pop-right .clock {
    max-width: 50px;
  }
  .info-item {
    margin: 40px auto 0;
    width: 75%;
  }
  .info-item .title {
    font-size: 24px;
  }
  .contact-banner .info-br {
    text-align: left;
    max-width: 180px;
    margin: 0 auto;
    line-height: 34px;
  }
  form {
    justify-content: center;
  }
  .area-wrap,
  .input-wrap {
    max-width: 100%;
    flex-basis: 100%;
  }
  .department-data-wrap {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 25px;
  }
  input,
  textarea {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 25px;
    display: block;
  }
  .form-captcha {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-captcha .captcha {
    max-width: 40%;
    flex-basis: 40%;
    margin: 0;
  }
  #captcha {
    max-width: 47%;
    flex-basis: 45%;
    margin-left: 20px;
    margin-right: 0;
  }
  .form-btn {
    max-width: 100%;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .first-screen.seo-page {
    min-height: auto;
    height: auto;
    padding: 10% 0 14%;
  }
  .first-screen.seo-page .first-right {
    display: none;
  }
  .main-block {
    padding-top: 0;
  }
  .main-block .seo-list {
    width: 80%;
    margin: 0 auto;
  }
  .main-block .no-padding {
    padding: 0;
  }
  .main-right .test-bottom {
    margin-left: 0;
  }
  .main-left {
    margin-top: 50px;
    padding-left: 0;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .owl-dots {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .owl-dots .owl-dot {
    margin: 5px 17px;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .test-item .item-wrap .text-block {
    text-align: left;
  }
  .tabs {
    margin: 20px auto;
  }
  .tabs .pricing__tab {
    font-size: 14px;
  }
  .tabs .pricing__tab.active {
    font-size: 16px;
  }
  .tabs .pricing-item {
    font-size: 14px;
    line-height: 27px;
  }
  .tabs .pricing-item .pricing__features {
    margin: 20px auto;
  }
  .tabs .pricing-item .pricing__features li {
    font-size: 14px;
    line-height: 27px;
  }
  .tabs .pricing__features {
    margin: 20px auto;
  }
  .tabs .pricing-item .price {
    border-left: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    order: -1;
    font-size: 67px;
  }
  .tabs .pricing-item .price span {
    font-size: 82px;
  }
  .tabs .pricing-item .price span.sm {
    font-size: 19px;
  }
  .tabs .pricing-item .price sup {
    font-size: 37px;
  }
  .tabs .pricing-item .price .btn {
    margin: auto;
    width: 100%;
    max-width: 300px;
  }
  .tabs .pricing-wrap {
    padding: 45px 25px;
    height: unset;
  }
  .tabs .pricing__extra {
    flex-wrap: wrap;
    font-size: 13px;
    padding-right: 0;
  }
  .tabs .pricing__extra li {
    line-height: 29px;
  }
  .tabs .pricing__extra li:before,
  .tabs .pricing__extra li:first-child:before {
    background-image: linear-gradient(to right, #f18062 0, #ed497a 100%);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .protect-list.about:before {
    font-size: 45px;
    line-height: 45px;
  }
  .diagram-item.right .year:after {
    right: auto;
    left: -25px;
  }
  .diagram-item.left .year:after {
    left: -25px;
  }
  .diagram-wrap:before {
    right: auto;
    top: 410px;
    bottom: 410px;
    height: 100%;
  }
  .diagram-wrap:after {
    left: -5px;
    right: auto;
    bottom: 0;
  }
  .diagram-wrap .diagram-item {
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    margin-bottom: 70px;
  }
  .diagram-wrap .diagram-item .diagram-img {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .diagram-wrap .diagram-item .diagram-img img {
    max-width: 180px;
  }
  .diagram-wrap .diagram-item .diagram-descr {
    max-width: 100%;
    flex-basis: 85%;
    margin: 0;
    padding-left: 20px;
  }
  .diagram-wrap .diagram-item .diagram-descr .text {
    margin-top: 15px;
  }
  .diagram-wrap .diagram-item.second .diagram-img {
    margin-bottom: 23px;
  }
  .diagram-wrap .diagram-item.second .diagram-img img {
    top: 30px;
    left: 50px;
    right: auto;
    max-width: 220px;
  }
  .diagram-wrap .diagram-item.left {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .diagram-wrap .diagram-item.left .diagram-img.clock img {
    top: 0;
    left: 0;
  }
  .diagram-wrap .diagram-item.right img {
    left: 0;
    top: 0;
  }
  .diagram-wrap .diagram-item.right .title,
  .diagram-wrap .diagram-item.right .year {
    text-align: left;
  }
  .diagram-wrap .diagram-item.right .diagram-img.circles img {
    top: 0;
    left: 0;
  }
  .tab-bottom {
    margin-top: 15px;
  }
  .tab-bottom.about p {
    font-size: 28px;
    line-height: 26px;
  }
  .content {
    padding-top: 5px;
  }
  .content .btn-wrap-2 {
    display: block;
  }
  .content .btn-wrap-1 {
    display: block;
  }
}
@media (max-width: 580px) {
  .additional-p {
    padding: 0;
  }
  .pricing .pricing-padding {
    padding: 0 15px;
  }
  .protect-list .container {
    padding: 0 15px;
  }
  .protect-list .protect-item.block {
    width: 85%;
    padding: 0;
  }
  .about .container {
    padding: 0;
  }
  .seo-page-content .custom-width .row {
    flex-direction: initial;
    flex-flow: wrap;
  }
  .seo-page-content .custom-width .row .block.sidebar,
  .seo-page-content .custom-width .row .block.text-content {
    width: 100%;
    max-width: 100%;
  }
  .first-screen.seo-page {
    min-height: auto;
    height: auto;
    padding: 17px 0 11px;
  }
  .first-screen.seo-page .first-screen-wrap .first-left p {
    margin-bottom: 29px;
  }
  .first-screen.seo-page .first-screen-wrap .btns-right {
    margin-top: 27px;
    margin-left: -32px;
  }
  .first-screen.common {
    padding: 2.5% 0 80px;
  }
  .video-container .back-pict {
    background: none;
    padding: 37.5px 5px 18.5px;
  }
  .video-container .back-pict #video {
    max-width: 100%;
    height: auto;
  }
  .video-container .back-pict .video-mask .video-play-btn {
    width: 69px;
    height: 69px;
    transform: translateX(-52%) translateY(-57%);
  }
  .video-container .back-pict .video-mask .video-play-btn-circle:nth-child(2) {
    width: 41px;
    height: 41px;
    left: 14px;
    top: 14px;
  }
  .video-container .back-pict .video-mask .video-play-btn-icon {
    left: 30px;
    top: 28px;
    width: 12px;
    height: 12px;
  }
  .video-container .back-pict .video-mask .video-play-btn:hover .video-play-btn-circle:nth-child(2), .video-container .back-pict .video-mask .video-play-btn:active .video-play-btn-circle:nth-child(2) {
    width: 58px;
    height: 58px;
    left: 5.5px;
    top: 5.5px;
  }
  .protect-list {
    padding-bottom: 15%;
  }
  .protect-list:before {
    font-size: 52px;
    line-height: 52px;
    color: #d0ca9e;
  }
  .first-screen.error .info-error img {
    max-width: 280px;
  }
  .first-screen.seo-page:before {
    top: 0;
  }
  .main-right {
    background-position: right 95%;
    padding-bottom: 80px;
  }
  .main-left .get-help {
    background-size: contain;
    background-position: -40px center;
    padding: 0;
  }
  .main-left .get-help .help-inner {
    padding: 0 25px 25px 25px;
    margin: 30px 15px 30px 30px;
  }
  .main-left .get-help .help-inner p {
    font-size: 26px;
    line-height: 27px;
  }
  .main-left .get-help .help-inner .btn {
    padding: 5px 15px;
  }
  .main-left .get-help .help-inner .btn span {
    font-size: 16px;
    line-height: 20px;
  }
  .main-left .seo-banner.another .banner-inner {
    min-height: 210px;
  }
  .main-left .seo-banner.another .banner-inner .title {
    font-size: 26px;
    line-height: 27px;
  }
  .main-left .seo-banner.second .banner-inner {
    min-height: 210px;
    background-position: -55px;
  }
  .main-left .seo-banner.second .banner-inner .title {
    font-size: 26px;
    line-height: 27px;
  }
  .main-right .test-wrap .test-carousel .owl-dots {
    bottom: 50px;
  }
  .main-right .test-wrap .test-carousel .test-item .item-wrap {
    padding: 20px 10px;
    min-height: 280px;
  }
  .pop-banner .pop-wrap .pop-title {
    font-size: 20px;
    line-height: 24px;
  }
  .pop-banner .pop-wrap .btn {
    margin-top: 15px;
    padding: 5px 40px;
  }
  .contact-banner {
    background-image: url(../png/bg-homepage-320.png);
    background-size: 100% 50%;
  }
  .test-carousel.seo-slider .test-item .item-wrap {
    background-size: unset;
  }
  .main-right .test-wrap .test-carousel.seo-carousel .owl-dots {
    bottom: 10px;
  }
  .hiw-block .flex-element .col-sm-7,
  .hiw-block .flex-element .col-sm-5 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .main-block .seo-list {
    width: 100%;
  }
  .main-block .seo-list .benefits-item .progress-bar {
    margin-left: 15px;
  }
}
.header .header-wrap .menu ul li a.active-link {
  color: #fff;
}

.header .header-wrap .menu ul li a.active-link:after {
  opacity: 1;
}

.first-left,
.header-wrap,
.padding-left {
  margin-left: 80px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  max-width: 250px;
  flex-basis: 250px;
  position: relative;
  color: #2f3a3d;
}

.logo:active,
.logo:focus,
.logo:hover {
  color: #2f3a3d;
  text-decoration: none;
  outline: 0;
}

.logo img {
  width: 50px;
  height: 60px;
  margin-right: 10px;
}

.logo .text p {
  margin: 0;
  transition: color 0.4s ease;
  backface-visibility: hidden;
}

.logo .text-top {
  font-family: ClearSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #010101;
  letter-spacing: -0.45px;
}

.logo .text-bottom {
  text-transform: uppercase;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.85px;
  color: #000;
}

.header-inner.fixed,
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  width: 100%;
  animation: slide-down 0.7s ease-in-out;
  box-shadow: 0 2px 15px rgba(95, 91, 69, 0.63);
}

.header-inner.fixed .header-wrap .log .order-wrap:before,
.header.fixed .header-wrap .log .order-wrap:before {
  height: 80px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.service.active {
  color: #f2e8df;
}

.service.active .svg {
  transform: rotate(180deg);
}

.service.active .svg path {
  fill: #f2e8df;
}

.service.active:after {
  opacity: 1;
}

.service {
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  font-family: ClearSans-Bold, sans-serif;
  text-decoration: none;
  outline: 0;
  transition: all 0.5s ease;
  display: block;
  padding-right: 13px !important;
}
.service .inner {
  position: relative;
  display: inline-block;
}

.service .svg {
  transform: rotate(360deg);
  transition: all 0.2s ease;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 5px;
}

.service .svg path {
  fill: #000;
  transition: all 0.5s ease;
}

.service:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  display: block;
  background: rgba(242, 232, 223, 0.7);
  width: 100%;
  height: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}

.service:hover {
  color: #fff;
}

.service:hover:after {
  opacity: 1;
}

.service:hover .svg path {
  fill: #fff;
}

.service {
  position: relative;
}

.header #drop-mnu {
  position: absolute;
  display: none;
  top: 55px;
  left: -95px;
  z-index: 100;
  width: 250px;
  box-shadow: -28px -1px 29px rgba(77, 53, 9, 0.5);
  padding: 0;
  list-style: none;
}

.header #drop-mnu .drop-navigation {
  display: none;
}

.header #drop-mnu .sub-mnu {
  font-family: ClearSans-Regular, sans-serif;
  cursor: pointer;
  color: #ef616f;
  font-size: 15px;
  border-bottom: 1px solid #7a8183;
  box-sizing: border-box;
  position: relative;
}

.header #drop-mnu .sub-mnu span {
  background: #2f3a3d;
  width: 100%;
  padding: 4px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}

.header #drop-mnu .sub-mnu span:hover {
  background-color: #000;
}

.header #drop-mnu .sub-mnu span a {
  text-decoration: none;
  outline: 0;
  color: #ef616f;
  font-family: ClearSans-Regular, sans-serif;
}

.header #drop-mnu .sub-mnu span a:hover:after {
  display: none;
}

.header #drop-mnu .sub-mnu svg {
  transition: all 0.2s ease;
}

.header #drop-mnu .sub-mnu > ul {
  position: absolute;
  right: -251px;
  top: 0;
  width: 250px;
}

.header #drop-mnu .sub-mnu > ul li {
  background-color: #000;
  margin-bottom: 1px;
  padding: 4px 11%;
}

.header #drop-mnu .sub-mnu > ul li a {
  text-decoration: none;
  outline: 0;
  color: #ef616f;
  font-family: ClearSans-Regular, sans-serif;
}

.header #drop-mnu .sub-mnu > ul li a:after {
  display: none;
}

.header #drop-mnu .sub-mnu > ul li:hover {
  background-color: #000;
}

.header #drop-mnu .sub-mnu.open svg {
  transform: rotate(180deg);
}

.header #drop-mnu .sub-mnu.open svg path {
  fill: #fff;
}

.header #drop-mnu .sub-mnu.open span {
  background-color: #000;
}

.header #drop-mnu li,
.header #drop-mnu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  background-color: #d0ca9e;
  position: absolute;
  z-index: 51;
  width: 100%;
  left: 0;
  top: 0;
}

.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 45px 10px 0;
  border-left: 1px solid rgba(239, 239, 226, 0.5);
}

.header .header-wrap .menu {
  display: flex;
  align-items: center;
}

.header .header-wrap .menu .back-to-site,
.header .header-wrap .menu .close {
  display: none;
}

.header .header-wrap .menu li,
.header .header-wrap .menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-wrap .menu > ul {
  display: flex;
}

.header .header-wrap .menu > ul li {
  margin: 0 10px;
}

.header .header-wrap .menu > ul li a {
  color: #000;
  font-size: 15px;
  font-family: ClearSans-Bold, sans-serif;
  text-decoration: none;
  outline: 0;
  transition: all 0.5s ease;
  position: relative;
  display: block;
}

.header .header-wrap .menu > ul li a:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  display: block;
  background: rgba(242, 232, 223, 0.7);
  width: 100%;
  height: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}

.header .header-wrap .menu > ul li a:hover {
  color: #fff;
}

.header .header-wrap .menu > ul li a:hover:after {
  opacity: 1;
}

.header .header-wrap .log {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 490px;
}

.header .header-wrap .fixed-log {
  display: none;
}

.header .header-wrap .log .order-wrap {
  height: 100%;
  position: relative;
}

.header .header-wrap .log .order-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -24px;
  bottom: 0;
  height: 82px;
  width: 1px;
  background: rgba(242, 232, 223, 0.7);
}

.header .header-wrap .log .order {
  background: #2f3a3d;
  color: #f1f4f7;
  padding: 3px 20px;
  border: 1px solid #2f3a3d;
  font-size: 16px;
  text-decoration: none;
  outline: 0;
  display: block;
  font-family: ClearSans-Bold, sans-serif;
  transition: all 0.4s ease-in-out;
  margin-left: 2px;
  box-sizing: border-box;
}

.header .header-wrap .log .order:hover {
  color: #2f3a3d;
  border: 1px solid #2f3a3d;
  background: #d0ca9e;
  box-sizing: content-box;
}

.header .header-wrap .log li,
.header .header-wrap .log ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-wrap .log ul li a {
  color: #000;
  position: relative;
  border: 1px solid #000;
  box-sizing: content-box;
  padding: 2px 20px 2px 40px;
  font-size: 16px;
  font-family: ClearSans-Bold, sans-serif;
  text-decoration: none;
  outline: 0;
  display: block;
  transition: all 0.4s ease-in-out;
}

.header .header-wrap .log ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
  width: 11px;
  height: 12px;
  background-size: contain;
  transition: all 0.4s ease-in-out;
  background-image: url(../png/log.png);
  background-repeat: no-repeat;
}

.header .header-wrap .log ul li a:hover {
  background-color: #2f3a3d;
  color: #f1f4f7;
}

.header .header-wrap .log ul li a:hover:before {
  background-image: url(../png/log-hover.png);
}

.header .header-wrap .hamburger {
  background: #2f3a3d;
  padding: 0;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 10px;
  display: none;
}

.header .header-wrap .hamburger:hover {
  opacity: 1;
}

.header .header-wrap .hamburger .hamburger-box {
  width: 31px;
  height: 31px;
}

.header .header-wrap .hamburger .hamburger-box .hamburger-inner,
.header .header-wrap .hamburger .hamburger-box .hamburger-inner::after,
.header .header-wrap .hamburger .hamburger-box .hamburger-inner::before {
  width: 17px;
  height: 2px;
  background: #e0e0d5;
  border-radius: 0;
}

.header .header-wrap .hamburger .hamburger-box .hamburger-inner {
  top: 10px;
  left: 7px;
}

.header .header-wrap .hamburger .hamburger-box .hamburger-inner::before {
  top: 6px;
}

.header .header-wrap .hamburger .hamburger-box .hamburger-inner::after {
  top: 12px;
}

.header .header-wrap .hamburger--slider.is-active .hamburger-inner {
  top: 6px;
}

.header .header-wrap .hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.header .header-wrap .menu ul.active-menu {
  right: 0;
}

.footer-top {
  background-color: #e0e0d5;
  padding: 25px 0;
}

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

.footer-top .top-wrap .logo:before {
  display: none;
}

.footer-top .top-wrap .form-footer {
  position: relative;
  padding-left: 30px;
}

.footer-top .top-wrap .form-footer:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 1px;
  height: 53px;
  background: silver;
}

.footer-top .top-wrap .form-footer p {
  text-transform: uppercase;
  color: #2f3a3d;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 5px;
}

.footer-top .top-wrap .form-footer #form-footer {
  align-items: center;
  display: flex;
  margin: 0;
  position: relative;
}

.status.success {
  position: relative;
  left: 0;
  top: 0;
  background-color: #e0e0d5;
  color: #2f3a3d;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  letter-spacing: 1.6px;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer {
  display: flex;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer p .validation-error {
  color: #f86d66;
  font-size: 12px;
  line-height: 13px;
  text-transform: none;
  font-family: RobotoSlab-Regular, sans-serif;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer input.error {
  border: 1px solid #f86d66;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer > p {
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 2px;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer input {
  height: 32px;
  max-width: 199px;
  width: 90%;
  margin: 0 10px;
  margin-left: 0;
  border: none;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer input::-moz-placeholder {
  color: #2f3a3d;
  font-size: 14px;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer input::-webkit-input-placeholder {
  color: #2f3a3d;
  font-size: 14px;
}

.footer-top .top-wrap .form-footer #form-footer .form-input-footer input:-ms-input-placeholder {
  color: #2f3a3d;
  font-size: 14px;
}

.footer-top .top-wrap .form-footer #form-footer .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top .top-wrap .form-footer #form-footer .footer-btn button {
  outline: 0;
  border: none;
  background: #d0ca9e;
  font-family: ClearSans-Bold, sans-serif;
  font-size: 15px;
  height: 32px;
  padding: 0 24px;
}

.footer-top .top-wrap .form-footer #form-footer .footer-btn button:hover {
  background: #bbb68c;
}

.footer-top .top-wrap .call {
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}

.footer-top .top-wrap .call:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 53px;
  background: silver;
}

.footer-top .top-wrap .call .img {
  width: 32px;
  height: 37px;
  background-image: url(../svg/phone2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: -7px;
}

.footer-top .top-wrap .call .tel p {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  letter-spacing: 0.78px;
  font-family: ClearSans-Regular, sans-serif;
}

.footer-top .top-wrap .call .tel a {
  display: block;
  font-size: 35px;
  line-height: 35px;
  color: #2f3a3d;
  letter-spacing: -2px;
  text-decoration: none;
  outline: 0;
  font-family: RobotoSlab-Regular, sans-serif;
}

.footer-top .top-wrap .call .tel a span {
  color: #ef676d;
}

.footer-middle {
  background: #d0ca9e;
  padding: 40px 0;
}

.footer-middle .middle-link li,
.footer-middle .middle-link p,
.footer-middle .middle-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-middle .middle-link p {
  font-size: 18px;
  line-height: 30px;
  color: #2f3a3d;
}

.footer-middle .middle-link ul li a {
  text-decoration: underline;
  color: #2f3a3d;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.4s ease;
}

.footer-middle .middle-link ul li a:hover {
  color: #fff;
}

.footer-bottom {
  background: #2f3a3d;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.footer-links-block a {
  font-size: 12px;
  line-height: 14px;
  margin-right: 15px;
  color: rgba(182, 182, 182, 0.7137254902);
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid rgba(182, 182, 182, 0.7137254902);
  transition: all 0.3s ease;
}

.footer-links-block a:last-child {
  margin-right: 0;
}

.footer-links-block a:hover {
  border-color: transparent;
}

.footer-bottom .footer-wrapper .bottom-left {
  max-width: 100%;
  flex-basis: 100%;
}

.footer-bottom .footer-wrapper .bottom-left p {
  font-size: 13px;
  font-family: ClearSans-Regular, sans-serif;
  line-height: 26px;
  color: rgba(182, 182, 182, 0.7137254902);
}

.footer-bottom .footer-wrapper .bottom-right div {
  font-size: 13px;
  font-family: ClearSans-Regular, sans-serif;
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.footer-links {
  margin-bottom: 15px;
}

.footer-links .f-link {
  color: #fff;
  font-family: ClearSans-Regular, sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
}

.first-screen.seo-page .first-screen-wrap {
  padding-top: 0;
}

.first-screen.seo-page:before {
  display: none;
}

.first-screen.seo-page .first-screen-wrap .first-right {
  height: 470px;
  background-size: 400px;
}

.first-screen.seo-page {
  height: 490px;
  min-height: unset;
}

.first-screen.seo-page .first-screen-wrap .first-left p {
  margin: 15px 0 30px;
  font-size: 19px;
}

@media (min-width: 1700px) {
  .header .header-wrap {
    padding: 10px 235px 10px 154px;
  }
  .header .header-wrap .menu {
    margin-left: 53px;
  }
}
@media (min-width: 2200px) {
  .header .header-wrap {
    padding: 10px 0;
    margin: 0 auto;
    width: 1600px;
    border-left: none;
  }
}
@media screen and (max-width: 991px) and (max-height: 480px) and (min-width: 580px) {
  .header .header-wrap .menu > ul {
    padding: 35px 10px 20px 60px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header-wrap .log {
    width: 380px;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-wrap {
    padding: 10px 0;
  }
  .first-left,
  .header-wrap,
  .padding-left {
    margin-left: 10px;
  }
  .header .drop-mnu {
    width: 230px;
  }
  .header .drop-mnu .sub-mnu span {
    padding: 15px 7%;
  }
  .header .drop-mnu .sub-mnu > ul {
    width: 230px;
    right: -231px;
  }
  .header .drop-mnu .sub-mnu > ul li {
    padding: 15px 7%;
  }
  .footer-bottom .footer-wrapper .bottom-right {
    max-width: 30%;
    flex-basis: 30%;
  }
  .footer-top .top-wrap .call {
    padding: 0 15px;
  }
  .footer-top .top-wrap .form-footer {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1070px) {
  .header .logo {
    max-width: 240px;
    flex-basis: 230px;
  }
  .header .header-wrap .menu > ul li {
    margin: 0 5px;
  }
  .header .header-wrap .menu > ul li a {
    font-size: 14px;
  }
  .header #drop-mnu .sub-mnu > ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .drop-mnu-inner-list {
    height: 320px;
    overflow-y: scroll;
  }
  .header.header-inner .header-wrap .log {
    width: 350px;
  }
  .header .header-wrap {
    padding: 10px 25px 10px 0;
    background: 0 0;
  }
  .header .header-wrap .logo {
    max-width: 40%;
    flex-basis: 40%;
  }
  .first-left,
  .header-wrap,
  .padding-left {
    margin-left: 25px;
  }
  .header .header-wrap .menu .close {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-image: url(../png/sprites.png);
    background-repeat: no-repeat;
    background-position: -178px -2px;
  }
  .header .header-wrap .menu > ul {
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    min-height: 100vh;
    width: 50%;
    background: #2f3a3d;
    padding: 140px 50px;
    transition: right 0.6s ease;
  }
  .header .header-wrap .menu > ul li {
    margin: 20px 0;
  }
  .header .header-wrap .menu > ul li a {
    color: #ef616f;
    font-size: 26px;
  }
  .header .header-wrap .menu > ul li a:after {
    display: none;
  }
  .header .header-wrap .menu > ul .service {
    color: #ef616f;
    font-size: 26px;
  }
  .header .header-wrap .menu > ul .service svg {
    right: -16px;
    top: 6px;
  }
  .header .header-wrap .menu > ul .service svg path {
    fill: #ef616f;
  }
  .header .header-wrap .menu > ul .service:hover {
    color: #fff;
  }
  .header .header-wrap .menu > ul .service:hover svg path {
    fill: #fff;
  }
  .header .header-wrap .menu > ul .service:after {
    display: none;
  }
  .header .header-wrap .menu .order-wrap:before {
    right: 0;
    left: auto;
  }
  .header .header-wrap .log {
    margin-left: 20px;
    justify-content: flex-start;
  }
  .header .header-wrap .log .order-wrap {
    margin-right: 15px;
  }
  .header .header-wrap .log .order-wrap:before {
    left: auto;
    right: 0;
  }
  .header .header-wrap .hamburger {
    display: block;
  }
  .header #drop-mnu .sub-mnu > span a,
  .header #drop-mnu .sub-mnu > ul li a {
    font-size: 15px;
  }
  .header #drop-mnu {
    position: fixed;
    width: 50%;
    max-width: 50%;
    right: 0;
    height: 100vh;
    top: 0;
    bottom: 0;
    padding-top: 90px;
    margin: auto;
    left: auto;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background-color: #2f3a3d;
  }
  .header #drop-mnu .drop-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    box-shadow: -2.427px 1.763px 16.02px 1.98px rgba(5, 7, 7, 0.29);
    width: 100%;
    height: auto;
    top: 0;
    padding: 25px 30px 25px 40px;
    background-color: #2f3a3d;
  }
  .header #drop-mnu .drop-navigation .close {
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-image: url(../png/sprites.png);
    background-repeat: no-repeat;
    background-position: -178px -2px;
    z-index: 999;
    top: 25px;
    right: 30px;
  }
  .header #drop-mnu .drop-navigation .back-to-site {
    color: #fff;
    font-family: ClearSans-Regular, sans-serif;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    cursor: pointer;
    display: block;
  }
  .header #drop-mnu .drop-navigation .back-to-site:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../png/arrow-menu.png);
  }
  .header #drop-mnu .drop-inner {
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
    display: block;
    margin-top: 50px;
  }
  .header #drop-mnu .drop-inner .close {
    right: 15px;
  }
  .header #drop-mnu .sub-mnu {
    border-bottom: 0;
  }
  .header #drop-mnu .sub-mnu span {
    border-bottom: 1px solid #7a8183;
    padding: 17px 40px;
  }
  .header #drop-mnu .sub-mnu:hover {
    background-color: #2f3a3d;
  }
  .header #drop-mnu .sub-mnu > ul {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    transition: none;
    min-height: auto;
  }
  .header #drop-mnu .sub-mnu > ul li {
    border-bottom: 1px solid #242c2e;
    background-color: #000;
    padding-left: 17%;
  }
  .header #drop-mnu .sub-mnu svg {
    transform: rotate(90deg);
  }
  .header #drop-mnu .sub-mnu.open svg {
    transform: rotate(270deg);
  }
  .footer-top .top-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-top .top-wrap .form-footer p {
    text-align: center;
  }
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
  }
  .footer-bottom .footer-wrapper .bottom-left {
    max-width: 100%;
    flex-basis: 100%;
  }
  .footer-bottom .footer-wrapper .bottom-left p {
    text-align: center;
  }
  .footer-bottom .footer-wrapper .bottom-right {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .footer-top .top-wrap .form-footer {
    margin-top: 45px;
    padding-left: 0;
  }
  .footer-top .top-wrap .form-footer::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 800px) {
  header .header-wrap {
    margin-left: 10px;
  }
  .header .header-wrap .log .order-wrap::before {
    left: 25px;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 720px) {
  .first-screen.seo-page .first-screen-wrap .first-left p {
    margin: 15px auto 30px;
  }
  .first-left,
  .header-wrap,
  .padding-left {
    margin-left: 0;
  }
  .header .header-wrap .log .order-wrap:before {
    display: none;
  }
  .footer-middle .middle-link {
    width: 150px;
    margin: 0 auto;
  }
  .footer-middle .middle-link li {
    line-height: 36px;
  }
  .footer-top {
    padding: 40px 0 65px;
  }
  .footer-top .top-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top .top-wrap .call {
    text-align: center;
    padding: 25px 0;
    width: 100%;
    justify-content: center;
  }
  .footer-top .top-wrap .call:before {
    left: 0;
    right: 0;
    height: 1px;
    width: 100px;
    margin: auto;
  }
  .footer-top .top-wrap .call:after {
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    width: 100px;
    margin: auto;
    position: absolute;
    bottom: -13px;
    width: 100px;
    height: 1px;
    background: silver;
  }
  .footer-top .top-wrap .logo {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .footer-top .top-wrap .logo img {
    margin: 0 auto;
  }
  .header .header-wrap .log {
    margin-left: 50px;
  }
}
@media (max-width: 580px) {
  .footer .container {
    padding: 0 15px;
  }
  .header #drop-mnu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    padding-top: 160px;
  }
  .header #drop-mnu .drop-navigation {
    padding-left: 15px;
    top: 70px;
    padding-right: 12px;
    box-shadow: 0 4px 10.02px -2px rgba(5, 7, 7, 0.29);
  }
  .header #drop-mnu .drop-navigation .close {
    right: 12px;
  }
  .header #drop-mnu .sub-mnu span {
    padding: 12px 30px;
  }
  .header #drop-mnu .sub-mnu > ul {
    height: 180px;
    overflow-y: scroll;
  }
  .header #drop-mnu .sub-mnu > ul li {
    padding: 12px 0;
  }
  .header .header-wrap .menu > ul {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 89px 10% 0;
    justify-content: flex-start;
    flex-direction: column;
  }
  .header .header-wrap .menu > ul li {
    text-align: center;
    margin: 6.25px 0;
  }
  .header .header-wrap .menu > ul li.service {
    padding-right: 0 !important;
  }
  .header .header-wrap .log {
    position: fixed;
    top: 403px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    margin: 0 auto;
    justify-content: flex-start;
    flex-direction: column;
  }
  .header .header-wrap .log .order-wrap {
    margin: 0 auto;
  }
  .header .header-wrap .log .order-wrap .order {
    background: #ED6371;
    font-size: 26px;
    line-height: 26px;
    border: none;
    padding: 19px 60px 20px;
    display: inline-block;
    margin: 0 auto;
  }
  .header .header-wrap .log .login {
    border: 0;
    font-size: 26px;
    line-height: 46px;
    margin-top: 20px;
    color: #ffffff;
  }
  .header .header-wrap .log ul li a {
    padding: 0px 19px 2px 47px;
  }
  .header .header-wrap .log ul li a::before {
    content: "";
    background-image: url(../png/log-hover.png);
    top: 0;
    left: 18px;
    width: 17px;
    height: 25px;
  }
  .header .header-wrap .fixed-log a {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 7px 16px 8px;
    background: #2F3A3D;
  }
  .header.fixed .header-wrap {
    padding-right: 52px;
    padding-bottom: 12px;
  }
  .header.fixed .header-wrap .hamburger {
    bottom: 21px;
    right: 11px;
  }
  .header.fixed .header-wrap .fixed-log {
    display: inline-block;
  }
  .header.fixed .header-wrap .logo img {
    width: 34px;
    height: 51px;
    margin-right: 7px;
  }
  .header.fixed .header-wrap .logo .text {
    padding-bottom: 3px;
  }
  .header.fixed .header-wrap .logo .text-top {
    font-size: 13.0704px;
    line-height: 15px;
    letter-spacing: -0.69196px;
  }
  .header.fixed .header-wrap .logo .text-bottom {
    font-size: 8.45729px;
    line-height: 12px;
    letter-spacing: 0.153769px;
  }
  .header .header-wrap .menu .close {
    top: 24px;
    right: 14px;
  }
  .header .header-wrap {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 7px;
    border-left: 0;
  }
  .header .header-wrap .logo.white-logo p {
    color: #fff;
  }
  .header .header-wrap .logo {
    max-width: 60%;
    flex-basis: 100%;
    z-index: 9999;
  }
  .header .header-wrap .logo:before {
    height: 145px;
  }
  .header .header-wrap .log {
    display: none;
  }
  .header .header-wrap .logo img {
    width: 43px;
    height: 56px;
  }
  .header .header-wrap .logo .text-top {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.9px;
  }
  .header .header-wrap .logo .text-bottom {
    letter-spacing: 0.2px;
  }
  .header .header-wrap .menu .order-wrap:before {
    display: none;
  }
  .header .header-wrap .hamburger {
    width: 31px;
    height: 31px;
    bottom: 20px;
  }
  .header .header-wrap .hamburger .hamburger-box {
    width: 31px;
    height: 31px;
  }
  .header .header-wrap .hamburger .hamburger-box .hamburger-inner {
    left: 7px;
    top: 11px;
  }
  .header .header-wrap .hamburger--slider.is-active .hamburger-inner {
    top: 8px;
  }
  .footer-top {
    padding-bottom: 40px;
  }
  .footer-top .top-wrap .form-footer #form-footer {
    flex-direction: column;
  }
  .footer-top .top-wrap .form-footer #form-footer .form-input-footer {
    width: 100%;
  }
  .footer-top .top-wrap .form-footer #form-footer .form-input-footer input {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 17px;
  }
  .footer-top .top-wrap .form-footer #form-footer .form-input-footer > p {
    bottom: 35px;
  }
  .footer-top .top-wrap .form-footer #form-footer .form-input-footer input {
    margin: 10px 0 25px;
  }
}
li::marker {
  font-size: 0 !important;
}

/* cookie banner styles */
@media (max-width: 680px) {
  .cookie-banner {
    display: none !important;
  }
}
.faq-block {
  background-color: #2f3a3d;
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #d0ca9e;
}

.faq-title-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #ef676d;
  color: #fff;
  cursor: pointer;
}

.faq-title-container.open i {
  transform: rotate(180deg);
}

.faq-item-title {
  color: #fff !important;
}

.faq-item-content {
  display: none;
}

.faq-item-content.open {
  display: block;
}

.faq-item-content .item-text {
  color: #eee;
}

@media (max-width: 350px) {
  .first-screen .first-screen-wrap,
  .first-screen.index-page {
    padding-top: 0;
  }
  .first-screen.index-page .first-screen-wrap .first-left .btns-right {
    bottom: 35px;
  }
  .header.fixed .header-wrap {
    padding-right: 42px;
  }
  .header.fixed .header-wrap .logo {
    max-width: 52%;
  }
  .header.fixed .header-wrap .logo img {
    width: 28px;
  }
  .header.fixed .header-wrap .logo .text {
    padding-bottom: 0;
  }
  .header.fixed .header-wrap .logo .text-top {
    font-size: 10.7638px;
    line-height: 13px;
    letter-spacing: -0.569849px;
  }
  .header.fixed .header-wrap .logo .text-bottom {
    font-size: 6.96482px;
    line-height: 10px;
    letter-spacing: 0.126633px;
  }
  .header .header-wrap .menu > ul {
    padding: 81px 10% 0;
  }
  .header .header-wrap .menu > ul .service, .header .header-wrap .menu > ul li a {
    font-size: 22px;
    line-height: 22px;
  }
  .header .header-wrap .menu > ul li {
    margin: 10px 0;
  }
  .header .header-wrap .log {
    top: 312px;
  }
  .header .header-wrap .log .order-wrap .order {
    font-size: 22px;
    line-height: 21px;
    padding: 17px 56px 18px;
  }
  .header .header-wrap .log .login {
    font-size: 22px;
    line-height: 46px;
    margin-top: 13px;
  }
  .testimonials .title,
  .benefits h3.title,
  .peer .peer-title,
  .faq .container .title,
  .faq .container .cta-block .title {
    font-size: 26px;
    line-height: 34px;
  }
  .testimonials {
    padding: 79px 0 50px;
  }
  .testimonials .descr {
    font-size: 14px;
    line-height: 19px;
    margin: 17px auto 9px;
  }
  .testimonials .test-wrap .test-carousel.main-slider .test-item .item-wrap {
    padding: 66px 28px 25px;
  }
  .testimonials .test-wrap .test-carousel.main-slider .test-item .item-wrap::before {
    left: 31px;
    top: 13px;
  }
  .benefits {
    background-size: 437%;
    background-position-y: 0;
  }
  .benefits .description {
    font-size: 14px;
    line-height: 19px;
    margin: 16px auto 45px;
  }
  .benefits .benefit-wrap .benefit-flex .benefits-item__wrapper {
    padding: 25px 25px 30px;
  }
  .benefits .benefit-wrap .benefit-flex .benefits-item__wrapper .benefits-item .title {
    font-size: 20px;
    line-height: 27px;
  }
  .benefits .benefit-wrap .benefit-flex .benefits-item__wrapper .benefits-item .descr {
    margin-bottom: 19px;
  }
  .benefits .bottom-benefits {
    margin-top: 40px;
  }
  .peer {
    padding: 63px 15px 80px;
  }
  .peer .peer-descr {
    font-size: 14px;
    line-height: 19px;
    margin: 17px auto 40px;
  }
  .faq .descr {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
  }
  .faq .container .flex-element .block {
    padding: 20px 20px 25px;
    margin: 7.5px 0;
  }
  .faq .container .flex-element .block .q {
    font-size: 20px;
    line-height: 29px;
  }
  .faq .container .flex-element .block .a {
    margin: 15px auto 0;
  }
  .faq .container .cta-block {
    margin-top: 32.5px;
  }
}
@media (orientation: landscape) and (max-width: 991px) {
  .video-layer .video-popup {
    max-width: calc(100% - 18px);
  }
  .video-layer .video-popup .c-container {
    display: flex;
    justify-content: center;
  }
  .video-layer .video-popup .close-cross {
    right: 0;
  }
}
.just-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.just-loading.waiting {
  width: 89px;
  height: 89px;
  background: url(../png/loader.png) no-repeat;
  background-size: 100%;
  animation: move infinite 2s linear;
  font-size: 0;
  left: calc(50% - 44.5px);
  top: calc(50% - 44.5px);
}

@keyframes move {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.just-loading.error {
  font-size: 20px;
  line-height: 28px;
  color: #ef636e;
  width: 280px;
}

.fa-star, .fa-star-half-alt {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.fa-star {
  background: url(../png/star.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.fa-star-half-alt {
  background: url(../png/star-half.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

li::marker {
  font-size: 15px !important;
}

.featured-table {
  margin: 40px 0;
  border: 1px solid #DBDBDB;
  width: 100%;
}

.featured-table .featured-table_head {
  text-align: center;
  background-color: #F6A9B2;
  color: #3C3C3C;
}

.featured-table td {
  border-right: 1px solid #DBDBDB;
  padding: 8px 20px;
  font-size: 14px;
}

.featured-table td:nth-child(1) {
  width: 40%;
}

.featured-table .featured-table_body tr {
  background-color: #FEF6F7;
  color: #3C3C3C;
  border-right: 1px solid #DBDBDB;
}

.featured-table .featured-table_body tr:nth-child(2n) {
  background-color: #fff;
}

.discount-pole {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.discount-pole_item {
  margin: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 220px;
  min-height: 180px;
  background: #E0E0D5;
  box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #25373B;
  text-align: center;
}

.discount-pole_item::before {
  content: url(../png/seo-discount.png);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.discount-pole_item .discount-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.06em;
}

.discount-pole_item .divider {
  width: 50%;
  display: block;
  margin: 10px auto;
  background-color: #fff;
}

.discount-pole_item .discount-text {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
  text-align: center;
  letter-spacing: 0.06em;
}

.discount-pole_item .discount-text span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 500px) {
  .discount-pole {
    justify-content: center;
  }
}
.rating-pole {
  margin: 40px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px #E0E0D5;
}

.rating-pole .rating-pole_item {
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  font-size: 17px;
  letter-spacing: 0.06em;
}

.rating-pole .rating-pole_item .info {
  margin-left: 20px;
}

.rating-pole .rating-pole_item .rating {
  display: flex;
  justify-content: start;
}

.rating-pole .rating-pole_item .rating .star-rate {
  color: #FBB500;
  margin-left: 5px;
}

.rating i {
  font-size: 15px;
  color: #ffbf00;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1230px) {
  .discount-pole_item {
    margin: 40px 30px;
  }
  .discount-pole {
    justify-content: center;
  }
}/*# sourceMappingURL=main.css.map */