@charset "UTF-8";

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

body,
.inner-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.main-content,
.inner-page>.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header,
.footer,
.inner-page>*:not(.wrapper) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

html {
  /* 1 */
  font: normal 16px / 1.25 'Open Sans', Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #F0EFF2;
  color: #000;
}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

a {
  background: transparent;
}

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

a {
  color: rgb(34, 135, 74);;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  text-decoration-skip-ink: none;
}

a:hover {
  color: rgb(34, 135, 74);;
  text-decoration: underline;
}

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

b,
strong {
  font-weight: bold;
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  font-size: 12px;
  font-family: Consolas, monospace, serif;
  color: #D05;
  white-space: nowrap;
}

ins {
  background: #ffa;
  color: #222;
  text-decoration: none;
}

mark {
  background: #ffa;
  color: #222;
}

q {
  font-style: italic;
}

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;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

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

blockquote,
figure {
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure,
.table-responsive {
  margin: 0;
}

*+p,
*+ul,
*+ol,
*+dl,
*+blockquote,
*+pre,
*+address,
*+fieldset,
*+figure,
*+.table-responsive {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Despair Display';
  margin: 0 0 20px 0;
  text-transform: none;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.01em;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  font-weight: inherit;
  color: rgb(34, 135, 74);;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6,
*+.h1,
*+.h2,
*+.h3,
*+.h4,
*+.h5,
*+.h6 {
  margin-top: 25px;
}

/*
 * Sizes
 */

h1,
.h1 {
  font-size: 50px;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

ul,
ol {
  padding-left: 25px;
}

.text-typograf::after {
  display: block;
  content: "";
  clear: both;
}

.text-typograf h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Open Sans';
}

.text-typograf h6+* {
  margin-top: 5px;
}

.text-typograf p {
  text-align: justify;
}

/*
 * Reset margin for nested lists
 */

ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

address {
  font-style: normal;
}

blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #222;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}

fieldset {
  padding: 0;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

iframe {
  border: 0;
}

.table-responsive {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th {
  color: #aaa;
  padding: 0px 10px 7px;
}

table td {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.not-bordered td {
  border: none;
}

[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
  padding: 0 15px;
  height: 46px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  width: 100%;
  line-height: 1;
  background: #FFFFFF;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
}

[type="text"].wpcf7-not-valid,
[type="email"].wpcf7-not-valid,
[type="tel"].wpcf7-not-valid,
[type="password"].wpcf7-not-valid,
[type="number"].wpcf7-not-valid,
[type="url"].wpcf7-not-valid,
[type="search"].wpcf7-not-valid {
  border-color: red;
}

textarea {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  height: 135px;
  display: block;
  resize: vertical;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

textarea.wpcf7-not-valid {
  border-color: red;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  padding: 0 35px 0 15px;
  height: 46px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  background: url(../images/9Y6wBeaklT9c.svg) calc(100% - 14px) center no-repeat;
}

select::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

select::-webkit-scrollbar-track {
  background: #D9D9D9;
}

select::-webkit-scrollbar-thumb {
  background-color: rgb(34, 135, 74);;
  border-radius: 5px;
  border: 3px solid #D9D9D9;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

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

.videoadapt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoadapt>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoadapt-wrap {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.videoadapt-wrap+p,
.videoadapt-wrap+div,
.videoadapt-wrap+span,
.videoadapt-wrap+ul,
.videoadapt-wrap+figure,
.videoadapt-wrap+ol {
  margin-top: 25px;
}

*+.videoadapt-wrap {
  margin-top: 25px;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 40%;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 40%;
}

.aligncenter {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-blue {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 47px;
  padding: 5px 15px 4px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Despair Display';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgb(34, 135, 74);
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quiz-success,
.quiz-success .quiz-wrap {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.quiz-success * {
  border: none !important;
}

.btn-blue:hover {
  background: #fff;
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.btn-black {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 47px;
  padding: 5px 15px 4px;
  line-height: 1;
  border-radius: 8px;
  font-family: 'Despair Display';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-black:hover {
  background: rgb(34, 135, 74);;
  color: #fff;
  text-decoration: none;
}

/* open-sans-regular - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MVaEgAAFhxKR.woff2") format("woff2"), url("../fonts/SwMDZPmmRJof.woff") format("woff");
}

/* open-sans-italic - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/bggZf6uWkaTQ.woff2") format("woff2"), url("../fonts/wkcK2jg6Njvf.woff") format("woff");
  /* Legacy iOS */
}

/* open-sans-600 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MbleHGQfdlYf.woff2") format("woff2"), url("../fonts/4rXG08M7LlzH.woff") format("woff");
  /* Legacy iOS */
}

/* open-sans-700 - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RJh7WcLfXcoa.woff2") format("woff2"), url("../fonts/yrwxg8khogQj.woff") format("woff");
}

/* open-sans-700italic - cyrillic_latin-ext */

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/7xuCOfgZetaL.woff2") format("woff2"), url("../fonts/NWldw7YlhNfJ.woff") format("woff");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Despair Display';
  src: url("../fonts/jgl92LjVtsYo.woff2") format("woff2"), url("../fonts/jk8CRKPMBaLa.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.offcanvas-head {
  display: none;
}

.scrolled2 .header-scroll {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.scrolled .header-scroll {
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 980;
  -webkit-backface-visibility: hidden;
}

.header-inner {
  background: #111;
  color: #fff;
}

.header-inner a {
  color: #fff;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -20px;
  padding: 10px 0;
  min-height: 105px;
}

.header-row>* {
  margin-left: 20px;
}

.main-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 -5px -25px;
}

.main-menu>li {
  margin: 0 0 5px 25px;
}

.main-menu a:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.main-menu .current-menu-item a {
  color: rgb(34, 135, 74);;
}

.header-right {
  line-height: 1;
}

.header-right-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-social-title {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.header-social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-social-items a:not(:last-child) {
  margin-right: 10px;
}

.header-social-items a {
  border-radius: 6px;
  width: 26px;
  height: 26px;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-social-items a:hover {
  text-decoration: none;
  background: rgb(34, 135, 74);;
  color: #fff;
}

.header-right-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -13px;
  white-space: nowrap;
}

.header-right-row>* {
  margin-left: 13px;
}

.header-social-phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-social-phone:hover {
  text-decoration: none;
  color: rgb(34, 135, 74);;
}

.header-social-phone:hover i {
  text-decoration: none;
  background: rgb(34, 135, 74);;
  color: #fff;
}

.header-social-phone i {
  border-radius: 6px;
  width: 26px;
  height: 26px;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mob-menu {
  display: none;
}

.mob-menu span {
  height: 3px;
  width: 100%;
  background: #000;
}

.mob-menu span+span {
  margin-top: 3px;
}

.footer {
  background: #111;
  padding: 35px 0 10px;
  color: #fff;
  margin-top: 100px;
}

.footer a {
  color: #fff;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -20px;
}

.footer-top>* {
  margin-left: 20px;
}

.requisites {
  margin-top: 30px;
  font-size: 12px;
}

.footer-menu {
  padding: 0;
  list-style: none;
  margin: 0 0 -5px -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer-menu>li {
  margin: 0 0 5px 25px;
}

.footer-menu a:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.footer-right {
  padding-top: 4px;
}

.footer-right .header-social-items a:not(:hover) {
  color: #000;
}

.footer-center {
  padding-top: 9px;
}

.footer-bottom-wrap {
  border-top: 1px solid #fff;
  margin-top: 30px;
}

.footer-bottom {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -15px;
}

.footer-bottom>* {
  margin-left: 15px;
}

.footer-copyright,
.footer-konf {
  min-width: 186px;
}

.footer-copyright {
  font-size: 12px;
}

.footer-konf {
  padding: 0;
  list-style: none;
  text-align: right;
  margin-top: 0;
  font-size: 12px;
}

.footer-konf a {
  text-decoration: underline;
}

.footer-konf a:hover {
  color: rgb(34, 135, 74);;
}

.footer-konf li+li {
  margin-top: 4px;
}

.footer-dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-bottom: -10px;
}

.footer-dev>* {
  margin-left: 10px;
  margin-bottom: 10px;
}

.footer-dev-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.darvin-logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.darvin-descr {
  font-size: 12px;
  line-height: 1;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.footer-dev-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footer-dev-right>*:not(:last-child) {
  margin-right: 10px;
}

.footer-dev-title {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #282828;
}

.footer-dev-title:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.footer-dev-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/0yMCcsR7TLI8.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.footer-dev-phone {
  font-size: 12px;
}

.footer-dev-phone a {
  position: relative;
  display: block;
  padding-left: 20px;
  white-space: nowrap;
}

.footer-dev-phone a:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.footer-dev-phone a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/p4ojLDbYw6hc.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}

.footer-dev-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -10px;
  line-height: 0.7;
}

.footer-dev-social a {
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-dev-social a:hover {
  opacity: 0.6;
}

.main-banner-wrap {
  overflow: hidden;
}

.main-banner {
  color: #fff;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}

.main-banner:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  background: #111;
}

.main-banner:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 83px;
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
  height: 178px;
  background: url(../images/rpC8JpGTdAcd.png) no-repeat top center;
  background-size: contain;
}

.main-banner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-banner-left {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}

.main-banner-right {
  width: 50%;
  position: relative;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.main-banner-image {
  margin: 0 -43% 0 -64%;
}

.main-banner-title h1 {
  font-size: 55px;
  margin-right: -100px;
}

.main-banner-descr {
  font-size: 25px;
  margin-top: 30px;
  max-width: 560px;
}

.main-banner-info {
  margin-top: 40px;
  width: 285px;
  max-width: 100%;
}

.main-banner-advantages {
  background: url(../images/i1SAzbRpXkJg.svg) left top no-repeat;
  background-size: 100% 16px;
  padding: 20px 20px 77px;
  position: relative;
  min-height: 227px;
  font-size: 12px;
}

.main-banner-advantages li+li {
  margin-top: 15px;
}

.main-banner-advantages ul {
  padding: 0;
  list-style: none;
}

.main-banner-advantages ul li {
  position: relative;
  padding-left: 23px;
}

.main-banner-advantages ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../images/LuU5sfUYIqyA.svg) no-repeat;
  width: 13px;
  height: 13px;
}

.main-banner-advantages>div {
  position: relative;
  z-index: 1;
}

.main-banner-advantages:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  bottom: 211px;
  background: url(../images/LECQBUNrPNYh.svg) left top repeat-y;
  background-size: 100% 1px;
}

.main-banner-advantages:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/cVIEORqmNqEi.svg) no-repeat left bottom;
  background-size: 100% 211px;
  height: 211px;
}

.main-banner-die {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 150px;
  width: 287px;
  max-width: 100%;
  height: 153px;
}

.main-banner-die:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/RVE7eVDEwErR.svg) no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-banner-die:after {
  content: '';
  position: absolute;
  z-index: -2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 34px);
  border-radius: 15px 0 15px 15px;
}

.main-banner-die span {
  position: absolute;
  z-index: -2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: 0;
  right: 0;
  width: 83px;
  height: 34px;
  border-radius: 15px 15px 0 0;
}

.main-banner-die-title {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
}

.main-banner-die-title:before {
  content: '';
  width: 18px;
  height: 18px;
  background: rgb(34, 135, 74);;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

.main-banner-die-inner {
  padding: 0 20px;
}

.main-banner-die-descr {
  margin-bottom: 20px;
}

.main-banner-die-brn a {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.main-banner-btn {
  margin-top: -47px;
  position: relative;
  z-index: 3;
}

.main-banner-btn a {
  width: calc(100% - 56px);
}

.main-banner-manager {
  text-align: right;
  margin-top: 12px;
}

.main-banner-work {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.demo-effect {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 0, 23, 0.2);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.demo-effect:before {
  content: '';
  position: relative;
  display: block;
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  background: rgba(255, 0, 23, 0.2);
  border-radius: 50%;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.demo-effect:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #FF0017;
  border-radius: 50%;
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
    -o-transform: scale(0.33);
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.section {
  margin-top: 150px;
}

.main-banner-wrap+.section {
  margin-top: 0;
}

.section-top {
  margin-bottom: 50px;
}

.brends-top>* {
  display: inline;
  margin: 0;
}

.brends-link {
  color: #585858;
  line-height: 1;
  white-space: nowrap;
}

.brends-link:hover {
  text-decoration: none;
}

.brends-link:after {
  content: "\e909";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  font-size: 10px;
}

.brends-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.brend-item {
  margin: 0 0 20px 20px;
  width: calc(25% - 20px);
  background: #111;
  border-radius: 15px;
  min-height: 92px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.brend-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.brend-icon {
  width: 26%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.brend-descr {
  color: #f0eff2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.brend-descr>* {
  margin: 0;
}

.brend-descr h5 {
  color: #fff;
  text-transform: uppercase;
}

.brend-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.spec-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.spec-top h2 {
  margin: 0 15px 0 0;
}

.spec-top .spec-link {
  border-radius: 15px;
  width: 265px;
  position: relative;
  top: -10px;
}

.spec-top .spec-link i {
  margin-left: 10px;
  font-size: 13px;
}

.spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.spec-item {
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.spec-item:hover .spec-item-title {
  color: rgb(34, 135, 74);;
}

.have-video .spec-item-img {
  position: relative;
}

.have-video .spec-item-img:hover i:before {
  color: rgb(34, 135, 74);;
}

.have-video .spec-item-img:hover i:after {
  color: #fff;
}

.have-video .spec-item-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

.have-video .spec-item-img a i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -23px;
  font-size: 46px;
}

.have-video .spec-item-img a i:before,
.have-video .spec-item-img a i:after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.have-video .spec-item-img img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

.spec-item-inner {
  padding: 25px 20px 15px;
}

.spec-item-readmore {
  margin: auto 10px 10px;
}

.spec-item-readmore a {
  width: 100%;
}

.spec-item-readmore a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.spec-item-title {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spec-item-options-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -5px;
  margin-left: -10px;
}

.spec-item-options-row p {
  margin: 0 0 5px 10px;
  font-weight: 600;
  font-size: 14px;
}

.spec-item-options-row p:last-child {
  text-align: right;
}

.spec-item-options-row+.spec-item-options-row {
  margin-top: 10px;
}

.spec-item-descr {
  margin-bottom: 30px;
}

.spec-item-price {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  font-family: 'Despair Display';
  white-space: nowrap;
}

.spec-item-price b {
  color: rgb(34, 135, 74);;
}

.spec-item-sell {
  text-align: center;
  font-size: 12px;
  color: #585858;
  margin-top: 5px;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.about-left {
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

.about-right {
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

.about-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
}

.about-list-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.about-list-item+.about-list-item {
  margin-top: 20px;
}

.about-list-item-icon {
  background: #f0eff2;
  border-radius: 15px;
  width: 96px;
  height: 96px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about-list-item-descr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
}

.about-list-item-descr h5 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}

.advantages-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.advantages-title,
.advantages-content {
  width: 50%;
  padding-left: 20px;
}

.advantages-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -12px -20px;
}

.advantage-item {
  width: calc(50% - 20px);
  margin: 0 0 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.advantage-item-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.advantage-item-icon {
  margin-left: 10px;
  line-height: 1;
  font-size: 26px;
  color: rgb(34, 135, 74);;
}

.advantage-item-name {
  font-weight: 600;
  font-size: 14px;
}

.popap {
  border-radius: 30px;
  padding: 60px 50px;
}

.popap .fancybox-close-small {
  opacity: 1;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.popap .fancybox-close-small svg {
  display: none;
}

.popap .fancybox-close-small:before {
  content: "\e907";
  position: absolute;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

.popap-top {
  text-align: center;
  margin-bottom: 20px;
}

.popap-top h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.popap-top p {
  margin: 5px 0 0;
}

.popap-input {
  margin-bottom: 15px;
}

.popap-input input {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  height: 50px;
}

.popap-submit {
  margin: 20px 0;
  position: relative;
}

.popap-submit .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px auto 0;
}

.popap-submit input {
  width: 100%;
  min-height: 70px;
  font-size: 16px;
}

.popap-konf {
  font-size: 13px;
  line-height: 1.5;
}

.popap-konf .wpcf7-list-item {
  display: block;
  margin: 0;
}

.popap-konf a {
  color: #000;
  text-decoration: underline;
}

.popap-konf a:hover {
  color: rgb(34, 135, 74);;
}

.popap-konf label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.popap-konf label input {
  position: absolute;
  left: 3px;
  top: 3px;
}

.popap-konf label input:checked+span:after {
  opacity: 1;
}

.popap-konf label span:before {
  content: '';
  border-radius: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.popap-konf label span:after {
  content: "\e908";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  left: 4px;
  top: 5px;
  z-index: 2;
  opacity: 0;
}

.section-form {
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-form-left {
  width: 63.5%;
  position: relative;
  z-index: 1;
}

.section-form-right {
  width: 36.5%;
  border-radius: 15px 15px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.section-form-right-top {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #111;
  border-radius: 15px 15px 15px 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.section-form-right-top>div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-form-right-top>div>*+* {
  margin-top: 15px;
}

.section-form-title {
  background: #F0EFF2;
  color: #000;
  border-radius: 0 0 15px 0;
  padding: 0 10px 10px 0;
  margin: 0;
  font-size: 35px;
  position: relative;
}

.section-form-title:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 0;
  top: 20px;
  bottom: 0;
  background: #111;
  z-index: -1;
}

.section-form-right-inner {
  padding: 20px 20px 0;
}

.section-form-left-inner {
  background: #111;
  padding: 25px 20px 20px;
  margin-right: -10px;
  border-radius: 15px 0 15px 15px;
}

.section-form-submit {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

.section-form-submit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 20px;
  bottom: 20px;
  background: #111;
  z-index: -1;
}

.section-form-submit input {
  border-radius: 15px;
  width: 100%;
  min-height: 54px;
}

.section-form-submit-inner {
  border-radius: 15px 0 0 0;
  background: #F0EFF2;
  padding: 10px 0 0 10px;
  position: relative;
}

.section-form-submit-inner .wpcf7-spinner {
  position: absolute;
  left: 10px;
  right: 0;
  top: 100%;
  margin: 5px auto 0;
}

.section-form-subtitle {
  font-weight: 600;
  font-size: 30px;
}

.section-form-subtitle b {
  font-weight: 600;
  color: rgb(34, 135, 74);;
}

.section-form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 -10px -20px;
}

.section-form-input {
  width: 50%;
  padding-left: 20px;
  margin-bottom: 10px;
}

.section-form-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.section-form-right-subtitle {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2;
  max-width: 350px;
}

.section-form-radio {
  max-width: 310px;
  font-weight: 600;
  font-size: 20px;
}

.section-form-radio .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.section-form-radio label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 37px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-form-radio label:hover {
  color: rgb(34, 135, 74);;
}

.section-form-radio label input {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
}

.section-form-radio label span:before {
  content: '';
  width: 27px;
  height: 27px;
  background: #282828;
  border: 2px solid #606060;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 50%;
}

.section-form-radio label span:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: rgb(34, 135, 74);;
  border-radius: 50%;
  opacity: 0;
}

.section-form-radio label input:checked+span:after {
  opacity: 1;
}

.section-form-konf {
  max-width: 300px;
  font-size: 12px;
  color: #d9d9d9;
}

.section-form-konf a {
  text-decoration: underline;
  color: #d9d9d9;
}

.section-form-konf a:hover {
  color: rgb(34, 135, 74);;
}

.subscribe-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.subscribe-col {
  width: calc(50% - 20px);
  margin-left: 20px;
}

.subscribe-descr {
  max-width: 450px;
}

.subscribe-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -20px;
  margin-bottom: -15px;
}

.subscribe-btns a {
  margin-left: 20px;
  margin-bottom: 15px;
  width: calc(50% - 20px);
}

.subscribe-btns i {
  margin-right: 10px;
  font-size: 21px;
  position: relative;
  top: -2px;
}

.subscribe-btns .icomoon-youtube {
  font-size: 14px;
  top: 0;
}

.subscribe-image {
  text-align: center;
}

.subscribe-img {
  display: inline-block;
  max-width: 450px;
}

.steps-title {
  max-width: 715px;
  margin-bottom: -50px;
}

.steps-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-bottom: -20px;
}

.steps-row>* {
  margin-left: 5px;
  margin-bottom: 20px;
}

.step-item {
  width: calc(31% - 24px);
}

.step-arr {
  width: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: rgb(34, 135, 74);;
  font-size: 18px;
}

.step-arr:nth-of-type(3) {
  display: none;
}

.step-arr:nth-of-type(1) {
  opacity: 0;
}

.step-item-first,
.step-item:last-child {
  width: calc(39% - 24px);
}

.step-item-first {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding-top: 60px;
  font-size: 20px;
}

.step-item {
  border-radius: 15px;
  background: #fff;
  padding: 10px 15px 15px;
  font-size: 14px;
  font-weight: 600;
}

.step-item h5 {
  margin-bottom: 0;
}

.step-item p {
  margin-top: 10px;
}

.step-item-count {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #b4b4b4;
  font-family: 'Despair Display';
  line-height: 28px;
  margin-bottom: 2px;
}

.carousel-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.btn-prev,
.btn-next {
  border-radius: 15px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.btn-prev:not(.swiper-button-disabled):hover,
.btn-next:not(.swiper-button-disabled):hover {
  background: rgb(34, 135, 74);;
}

.btn-prev.swiper-button-disabled,
.btn-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-prev {
  margin-right: 15px;
  padding-right: 3px;
}

.btn-next {
  padding-left: 3px;
}

.carousel-reviews {
  padding-left: calc((100vw - 1220px) / 2);
  padding-right: calc((100vw - 1220px) / 2);
}

.review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

.review-item-image {
  width: calc(50% - 5px);
  margin-right: 5px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.review-item-image:hover:before {
  opacity: 0;
}

.review-item-image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-item-descr {
  width: calc(50% - 5px);
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.review-item-head {
  border-radius: 15px;
  background: #fff;
  padding: 15px 10px;
}

.review-item-name {
  font-weight: 700;
  font-size: 12px;
  display: inline;
}

.review-item-name:not(:last-child):after {
  content: ', ';
}

.review-item-city {
  font-weight: 600;
  font-size: 10px;
  display: inline;
}

.review-item-auto {
  font-size: 10px;
  color: #585858;
  margin-top: 5px;
}

.review-item-short-descr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-radius: 15px;
  background: #fff;
  padding: 15px 10px;
  margin: 10px 0;
  font-size: 10px;
}

.review-item-btn a {
  font-size: 12px;
  border-radius: 15px;
  width: 100%;
}

.talk-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.talk-left {
  margin-left: 30px;
  width: calc(65.5% - 30px);
  border-radius: 15px;
  overflow: hidden;
}

.talk-right {
  margin-left: 30px;
  width: calc(34.5% - 30px);
}

.talk-right h2 {
  margin-bottom: 25px;
}

.talk-item {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.talk-item:hover:before {
  opacity: 0;
}

.talk-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dynamicBullets-wrap {
  position: relative;
  margin-bottom: 185px;
}

.section-kwiz {
  background: #111111;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-kwiz:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 23%;
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
  height: 178px;
  background: url(../images/rpC8JpGTdAcd.svg) no-repeat top center;
  background-size: contain;
}

.section-kwiz .wrapper {
  position: relative;
  z-index: 2;
}

.cf7mls_progress_bar {
  list-style: none;
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0;
  border: 1px solid #585858;
  border-radius: 5px;
  background: #fff;
  padding: 2px;
  z-index: 2;
}

.cf7mls_progress_bar:before {
  content: '';
  background: rgb(34, 135, 74);;
  left: 2px;
  right: 3px;
  top: 2px;
  bottom: 2px;
  border-radius: 5px;
  position: absolute;
}

.cf7mls_progress_bar li:first-child {
  border-radius: 5px 0 0 5px;
}

.cf7mls_progress_bar li:last-child {
  border-radius: 0 5px 5px 0;
}

.cf7mls_progress_bar li.current .cf7_mls_steps_item_content {
  display: block;
}

.cf7mls_progress_bar li.active .cf7_mls_steps_item_icon:before {
  width: 0;
}

.cf7_mls_steps_item_icon>*,
.cf7_mls_arrow_point_to_righ,
.cf7mls_number_step_wrap {
  display: none !important;
}

.cf7_mls_steps_item_icon {
  width: 100%;
  height: 25px;
  position: relative;
}

.cf7_mls_steps_item_icon:before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cf7_mls_steps_item_content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  line-height: 26px;
  margin-top: -1px;
  z-index: 2;
  color: #000000;
  text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff;
  font-size: 14px;
  font-weight: 600;
}

.cf7mls_progress_bar li:nth-child(3)~li .cf7_mls_steps_item_content {
  text-shadow: none;
  color: #fff;
}

.kwiz-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  min-height: 337px;
}

.kwiz-left {
  width: calc(58.5% - 20px);
  margin-left: 20px;
  padding: 25px 25px 0;
  position: relative;
  z-index: 2;
}

.kwiz-left:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/06LaJJBLqLRF.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.kwiz-left .cf7mls-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.kwiz-left .fieldset-cf7mls-wrapper .cf7mls_current_fs,
.kwiz-left .fieldset-cf7mls-wrapper,
.kwiz-left .wpcf7-form {
  position: static;
}

.kwiz-left .cf7mls_next {
  width: 61%;
  background: #f0eff2;
  border-radius: 15px;
  padding: 15px 22px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-family: 'Despair Display';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
}

.kwiz-left .cf7mls_next:hover {
  background: rgb(34, 135, 74);;
  color: #fff;
}

.kwiz-left .cf7mls_back {
  margin-left: 40px;
  margin-right: 20px;
  width: calc(39% - 60px);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #f0eff2;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.kwiz-left .cf7mls_back:hover {
  color: rgb(34, 135, 74);;
}

.kwiz-left .cf7mls_next.action-button img {
  background: #111;
  border-radius: 50%;
  margin-left: 5px;
}

.kwiz-left .fieldset-cf7mls:last-child .cf7mls_back {
  display: none;
}

.quiz-success {
  display: none;
}

.quiz-fields-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -15px;
}

.quiz-input {
  width: calc(50% - 20px);
  margin: 0 0 15px 20px;
  position: relative;
}

.quiz-input input {
  padding-right: 35px;
}

.quiz-input i {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  z-index: 1;
}

.quiz-fields-final-last {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.quiz-submit {
  width: 61%;
}

.quiz-submit button {
  width: 100%;
  background: #f0eff2;
  border-radius: 15px;
  padding: 15px 22px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-family: 'Despair Display';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}

.quiz-submit button:hover {
  background: rgb(34, 135, 74);;
  color: #fff;
}

.quiz-submit button.loading .btn-loading {
  display: inline;
}

.quiz-submit button.loading .btn-normal {
  display: none;
}

.quiz-konf {
  width: 39%;
  font-size: 9px;
  line-height: 1.2;
  color: #f0eff2;
  padding: 0 15px 0 25px;
  max-width: 265px;
}

.quiz-konf a {
  color: inherit;
  text-decoration: underline;
}

.quiz-konf a:hover {
  color: rgb(34, 135, 74);;
}

.btn-loading {
  display: none;
}

.kwiz-right {
  width: calc(41.5% - 20px);
  margin-left: 20px;
  padding: 25px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.kwiz-right:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/vbCVOcNOVsNu.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}


.sent .quiz-fields {
  display: none;
}

.sent .quiz-success {
  display: block;
}

.form-succens .kwiz-left:before {
  background: url(../images/qltXu39Osyow.svg) no-repeat;
  background-size: 100% 100%;
  bottom: 64px;
}

.form-succens .kwiz-right-text-simple {
  display: none;
}

.form-succens .kwiz-right-text-success {
  display: block;
}

.quiz-tg-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.quiz-tg-btn a {
  background: #308fff;
  border-radius: 15px;
  padding: 5px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'Despair Display';
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quiz-tg-btn a:hover {
  color: rgb(34, 135, 74);;
  background: #fff;
  text-decoration: none;
}

.quiz-tg-btn a:hover svg path {
  fill: rgb(34, 135, 74);;
}

.quiz-tg-btn svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.quiz-tg-btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset {
  margin-bottom: 0;
}

.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset>p,
.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset .wpcf7-response-output {
  display: none !important;
}

.kwiz-right-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.boss-image {
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.boss-title {
  font-size: 16px;
  margin: 0;
}

.boss-position {
  font-weight: 600;
  font-size: 12px;
  color: #f0eff2;
}

.kwiz-right-text {
  background: #3d3d3d;
  border-radius: 15px;
  font-weight: 600;
  font-size: 12px;
  padding: 15px;
  margin-bottom: auto;
}

.kwiz-right-text+.kwiz-bonuses {
  margin-top: 20px;
}

.kwiz-right-text-success {
  display: none;
}

.kwiz-bonuses {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.kwiz-bonuses-title {
  font-size: 16px;
  margin-right: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.kwiz-bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.kwiz-bonuses-row+.kwiz-bonuses-row {
  margin-top: 10px;
}

.kwiz-bonus-icon {
  font-size: 0;
  margin-right: 10px;
}

.kwiz-bonus-descr {
  font-size: 14px;
}

.quiz-title {
  font-size: 20px;
  font-family: 'Despair Display';
  line-height: 1.1;
  text-transform: uppercase;
}

.quiz-wrap {
  padding-top: 25px;
}

.quiz-subtitle {
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}

.quiz-item {
  margin-top: 30px;
}

.quiz-fields-auto-width .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -15px;
}

.quiz-fields-auto-width .wpcf7-list-item {
  margin: 0 0 15px 20px;
  font-weight: 600;
}

.quiz-fields-1-3 .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
}

.quiz-fields-1-3 .wpcf7-list-item {
  width: calc(33.3333% - 15px);
  margin: 0 0 15px 15px;
  font-weight: 600;
}

.quiz-fields-width-50 .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -15px;
}

.quiz-fields-width-50 .wpcf7-list-item {
  width: calc(50% - 15px);
  margin: 0 0 15px 15px;
  font-weight: 600;
}

.quiz-fields-radio label {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  min-height: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 37px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quiz-fields-radio label:hover {
  color: rgb(34, 135, 74);;
}

.quiz-fields-radio label input {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
}

.quiz-fields-radio label span:before {
  content: '';
  width: 27px;
  height: 27px;
  background: #282828;
  border: 2px solid #606060;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.quiz-fields-radio label span:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: rgb(34, 135, 74);;
  border-radius: 50%;
  opacity: 0;
}

.quiz-fields-radio label input:checked+span:after {
  opacity: 1;
}

.target-quiz {
  position: absolute;
  top: 0;
}

.breadcrumbs-wrap {
  font-size: 14px;
  color: #585858;
  margin: 20px 0 60px;
}

.breadcrumbs-wrap a {
  color: #585858;
  text-decoration: underline;
}

.breadcrumbs-wrap a:hover {
  color: rgb(34, 135, 74);;
}

.breadcrumb {
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
}

.divider {
  margin: 0 2px 0 3px;
}

.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 90px 0 0;
  text-align: center;
}

.error-title {
  font-size: 288px;
  line-height: 0.8;
  margin-bottom: 30px;
  color: rgb(34, 135, 74);;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.error-text {
  font-size: 30px;
}

.error-link {
  margin-top: 40px;
}

.error-link a {
  min-height: 70px;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.contacts-wrap {
  border-radius: 15px;
  background: #000;
  padding: 30px;
  color: #fff;
}
.site-logo {
    background: rgb(34, 135, 74);;
    text-align: center;
    width: 200px;
    border-radius: 0 0 20px 20px;
    padding: 35px 0 20px;
    margin-top: -38px;
}
.contacts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-left: -20px;
}

.contact-item {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.contact-item-icon {
  width: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.contact-item-text {
  -webkit-align-self: center;
  align-self: center;
}

.contact-item-title {
  font-size: 12px;
}

.contact-item-descr {
  font-size: 20px;
  font-weight: 700;
}

*+.contact-item-descr {
  margin-top: 2px;
}

.contact-item-descr a {
  color: #fff;
}

.contact-item-descr a:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.inner-section {
  margin-top: 100px;
}

.inner-section:nth-of-type(1) {
  margin-top: 0 !important;
}

.catalog-filter {
  padding: 40px 40px 64px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 50px;
}

.catalog-filter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-bottom: -20px;
  flex-wrap: wrap;
}

.catalog-filter-row>* {
  margin: 0 0 20px 10px;
}

.catalog-filter-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* margin-left: -10px; */
  position: relative;
}

.catalog-filter-number {
  margin-left: 10px;
  width: calc(50% - 10px);
  position: relative;
}

.catalog-filter-number:before,
.catalog-filter-number:after {
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  color: #7b7b7b;
  line-height: 1;
  white-space: nowrap;
  top: 50%;
  margin-top: -3px;
}

.catalog-filter-number:before {
  left: 10px;
}

.catalog-filter-number:after {
  width: 14px;
  right: 5px;
}

.catalog-filter-number input {
  padding: 0 25px;
  text-align: center;
}

.uk-notouch .catalog-filter-number input[type="number"] {
  padding-right: 10px;
}

.catalog-filter-item {
  width: 100%;
}

.catalog-filter-input [placeholder] {
  text-overflow: ellipsis;
}

.catalog-filter-submit {
  width: 100px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.catalog-filter-submit .btn-black {
  width: 100%;
  min-height: 46px;
}

.catalog-filter-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.catalog-filter-year:first-child:before {
  content: 'От';
}

.catalog-filter-year:first-child:after {
  content: 'г.';
}

.catalog-filter-year:last-child:before {
  content: 'До';
}

.catalog-filter-year:last-child:after {
  content: 'г.';
}

.catalog-filter-mileage:first-child:before {
  content: 'От';
}

.catalog-filter-mileage:first-child:after {
  content: 'км';
}

.catalog-filter-mileage:last-child:before {
  content: 'До';
}

.catalog-filter-mileage:last-child:after {
  content: 'км';
}

.pagination {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  margin-left: -10px;
  margin-top: 30px;
}

.pagination>* {
  line-height: 36px;
  margin-left: 10px;
}

.page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  color: #010103;
}

.page-numbers svg {
  position: relative;
  top: -1px;
  height: 14px;
  width: auto;
}

.page-numbers.current {
  pointer-events: none;
  color: rgb(34, 135, 74);;
}

a.page-numbers:hover {
  color: rgb(34, 135, 74);;
  text-decoration: none;
}

.page-num-first,
.page-num-prev,
.page-num-next,
.page-num-last {
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.page-num-first:hover svg path,
.page-num-prev:hover svg path,
.page-num-next:hover svg path,
.page-num-last:hover svg path {
  stroke: rgb(34, 135, 74);;
}

.page-numbers:not(.page-num-first):not(.page-num-prev):not(.page-num-next):not(.page-num-last) {
  padding: 0 7px;
}

.page-num-no-active {
  pointer-events: none;
}

.page-num-no-active svg path {
  stroke: #D9D9D9;
}

.no-visible {
  display: none !important;
}

.car-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.car-descr,
.car-top-right {
  width: calc(50% - 20px);
  margin-left: 20px;
}

.gallery-car-slide {
  border-radius: 30px;
  overflow: hidden;
}

.car-title {
  font-size: 30px;
  margin-bottom: 34px;
}

.car-options {
  padding: 0;
  list-style: none;
  margin: 0 0 -20px -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.car-option {
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}

.car-option>span {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.car-option>span b {
  font-weight: 600;
}

.car-option-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.car-order {
  margin: 20px 0 -20px -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.car-order>* {
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.car-price-wrap {
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.car-price-title {
  margin: 2px 5px 2px 0;
  font-weight: 600;
  font-size: 20px;
}

.car-price {
  margin: 2px 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  white-space: nowrap;
}

.car-price b {
  color: rgb(34, 135, 74);;
}

.car-order-btn a {
  width: 100%;
}

.car-price-descr {
  font-size: 12px;
  color: #585858;
  margin-top: 10px;
}

.car-top-right {
  position: relative;
}

.gallery-car-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.gallery-car {
  border-radius: 30px;
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.col-5-10 {
  margin: 0 0 20px 20px;
  width: calc(50% - 20px);
}

.white-table {
  border-radius: 15px;
  background: #fff;
  padding: 30px;
}

.white-table table {
  border: none;
}

.white-table td {
  border-color: #000;
}

.white-table td:first-child {
  border-top: none;
  border-left: none;
  padding-left: 0;
  padding-right: 20px;
}

.white-table td:last-child {
  border-top: none;
  border-right: none;
  padding-right: 0;
  padding-left: 20px;
}

.white-table tr:first-child td {
  padding-top: 0;
}

.white-table tr:last-child td {
  padding-bottom: 1px;
  border-bottom: none;
}

.table__title {
  font-weight: 600;
}

.info-table {
  border-radius: 15px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  padding: 0 30px;
}

.info-table table {
  border: none;
}

.info-table td {
  border-color: #fff;
}

.info-table td:first-child {
  border-top: none;
  border-left: none;
  padding-left: 0;
  padding-right: 20px;
}

.info-table td:last-child {
  border-top: none;
  border-right: none;
  padding-right: 0;
  padding-left: 20px;
}

.info-table tr:last-child td {
  border-bottom: none;
}

.report-table {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.report-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 10px 5px;
}

.report-table td {
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}

.report-table tr:first-child {
  background: #000;
  color: #fff;
  text-align: center;
}

.report-table tr:first-child td:first-child {
  position: relative;
}

.report-table tr:first-child td:first-child:before {
  content: '';
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
  bottom: 0;
  right: -30px;
  background: #000;
  z-index: -1;
}

.report-table [colspan="10"] {
  width: 300px;
}

.report-table tr:not(:first-child) td:not(.table__title) {
  background: #fff;
}

.report-table tr:not(:first-child) td.table__title {
  background: #000;
  color: #fff;
}

.car-h2-title {
  font-size: 30px;
  text-transform: uppercase;
}

.car-h3-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

*+.car-h3-title {
  margin-top: 17px;
}

.single-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.single-sidebar {
  margin-left: 20px;
  width: calc(25% - 20px);
}

.single-content {
  margin-left: 20px;
  width: calc(75% - 20px);
}

.single-image {
  margin-bottom: 20px;
}

.single-image img {
  border-radius: 15px;
}

.blog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -40px;
}

.blog-item {
  width: calc(33.3333% - 20px);
  margin: 0 0 40px 20px;
  position: relative;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.blog-item:hover .blog-item-title {
  color: rgb(34, 135, 74);;
}

.blog-item:hover .blog-item-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-item-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px 15px;
}

.blog-item-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-item-bottom a {
  width: 100%;
  min-height: 42px;
}

.blog-item-bottom a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.blog-item-img {
  overflow: hidden;
}

.blog-item-img img {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

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

  .span-1,
  .span-2,
  .span-3 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .popap .fancybox-close-small {
    right: 6px;
    top: 8px;
  }

  .popap-input {
    margin-bottom: 20px;
  }

  .popap-input input {
    height: 70px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .popap-submit {
    margin: 30px 0 20px;
  }

  .popap-submit input {
    min-height: 80px;
    font-size: 20px;
  }

  .section-top-with-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .section-top-with-btns h2 {
    max-width: 610px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .talk-pagination-wrap {
    display: none !important;
  }

  .newspage-outher__wrap {
    margin-bottom: -20px;
  }

  .newspage-outher__wrap .blog-item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .newspage-outher__wrap .blog-item-title {
    font-size: 14px;
  }

  .newspage-outher__wrap .blog-item-bottom a {
    min-height: 32px;
    border-radius: 8px;
    font-size: 14px;
    padding-top: 6px;
  }
}

@media screen and (min-width: 1025px) {
  .offcanvas-bottom {
    display: none;
  }
}

@media screen and (min-width: 1241px) {

  .footer-logo {
    width: 316px;
  }

  .about-left {
    font-size: 20px;
  }

  .subscribe-descr {
    font-size: 20px;
  }

  .section-top-subtitle {
    margin-top: 20px;
    font-size: 20px;
  }

  .info-table td {
    border-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

  h1,
  .h1 {
    font-size: 42px;
  }

  .footer-copyright,
  .footer-konf {
    min-width: initial;
  }

  .footer-dev-left {
    max-width: 268px;
  }

  .demo-effect {
    top: 2px;
  }

  .section {
    margin-top: 100px;
  }

  .section-top {
    margin-bottom: 40px;
  }

  .brend-icon {
    margin-right: 15px;
  }

  .brend-descr h5 {
    font-size: 18px;
  }

  .spec-item-price {
    font-size: 20px;
  }

  .about-list-item-descr {
    font-size: 14px;
  }

  .about-list-item-descr h5 {
    font-size: 18px;
  }

  .section-form-title {
    font-size: 30px;
  }

  .section-form-subtitle {
    font-size: 25px;
  }

  .section-form-right-subtitle {
    font-size: 22px;
  }

  .section-form-radio {
    font-size: 16px;
  }

  .section-form-radio label span:before {
    width: 20px;
    height: 20px;
  }

  .section-form-radio label span:after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
  }

  .section-form-radio label {
    padding-left: 30px;
  }

  .section-form-radio {
    max-width: 230px;
  }

  .subscribe-btns {
    margin-top: 40px;
  }

  .steps-title {
    margin-bottom: -40px;
  }

  .step-item-first {
    font-size: 16px;
  }

  .carousel-reviews {
    padding-left: 20px;
    padding-right: 40px;
  }

  .dynamicBullets-wrap {
    margin-bottom: 135px;
  }

  .section-kwiz {
    padding: 60px 0;
  }

  .breadcrumbs-wrap {
    margin-bottom: 40px;
  }

  .contact-item-icon {
    width: 35px;
    margin-right: 15px;
  }

  .contact-item-descr {
    font-size: 17px;
  }

  .inner-section {
    margin-top: 60px;
  }

  .catalog-filter {
    margin-bottom: 40px;
    padding: 30px;
  }

  .catalog-filter-row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-filter-item-big {
    width: calc(50% - 10px);
  }

  .catalog-filter-item-medium {
    width: calc(50% - 65px);
  }

  .car-title {
    margin-bottom: 25px;
  }

  .info-table {
    border-width: 1px;
    padding: 0 20px;
  }

  .white-table td:first-child,
  .info-table td:first-child,
  .report-table td {
    padding-right: 15px;
  }

  .white-table td:last-child,
  .info-table td:last-child,
  .report-table td {
    padding-left: 15px;
  }

  .blog-row {
    margin-bottom: -20px;
  }

  .blog-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .header-row {
    min-height: 90px;
  }

  .mob-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 5px;
  }

  .header-center {
    margin-left: 0;
  }

  .footer-menu {
    font-size: 14px;
  }

  .footer-right {
    position: relative;
  }

  .footer-right .header-social-title {
    position: absolute;
    left: 0;
    top: -18px;
  }

  .footer-logo {
    max-width: 160px;
  }

  .requisites {
    margin-top: 20px;
  }

  .footer-center {
    padding-top: 3px;
  }

  .offcanvas-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .offcanvas-logo {
    width: 160px;
  }

  .tm-offcanvas-close {
    font-size: 20px;
  }

  .tm-offcanvas-close:hover {
    text-decoration: none;
  }

  .offcanvas-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .main-menu {
    display: block;
  }

  .main-menu li+li {
    margin-top: 10px;
  }

  .advantages-title,
  .advantages-content {
    width: 100%;
  }

  .advantages-content {
    margin-top: 40px;
  }

  .talk-left {
    width: calc(100% - 30px);
  }

  .talk-right {
    width: calc(100% - 30px);
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 960px) {
  .footer-dev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .darvin-descr {
    padding-right: 0;
    border-right: none;
  }

  .footer-dev-left {
    max-width: none;
  }

  .footer-dev-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .brend-item {
    width: calc(33.3333% - 20px);
  }

  .spec-item {
    width: calc(33.3333% - 20px);
  }

  .kwiz-left {
    width: calc(100% - 20px);
    min-height: 337px;
  }

  .kwiz-right {
    width: calc(100% - 20px);
    margin-top: 20px;
  }

  .form-succens .span-1,
  .form-succens .span-2,
  .form-succens .span-3 {
    display: none;
  }

  .form-succens .kwiz-left {
    min-height: 1px;
    padding-bottom: 85px;
  }

  .error-title {
    font-size: 200px;
  }

  .error-text {
    font-size: 20px;
  }

  .error-text h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    font-size: 12px;
}
  html {
    font-size: 14px;
  }

  *+h1,
  *+h2,
  *+h3,
  *+h4,
  *+h5,
  *+h6,
  *+.h1,
  *+.h2,
  *+.h3,
  *+.h4,
  *+.h5,
  *+.h6 {
    margin-top: 20px;
  }

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .text-typograf h6 {
    font-size: 18px;
  }

  .table-responsive {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .videoadapt-wrap+p,
  .videoadapt-wrap+div,
  .videoadapt-wrap+span,
  .videoadapt-wrap+ul,
  .videoadapt-wrap+figure,
  .videoadapt-wrap+ol {
    margin-top: 20px;
  }

  *+.videoadapt-wrap {
    margin-top: 20px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .alignleft {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .alignright {
    margin-left: 20px;
    margin-bottom: 15px;
  }

  .btn-blue {
    font-size: 12px;
  }

  .btn-black {
    font-size: 12px;
  }

  .header-row {
    min-height: 70px;
  }

  .site-logo>* {
    display: inline-block;
    max-width: 140px;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-bottom-wrap {
    margin-top: 0;
  }

  .footer-bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .footer-dev-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    width: calc(100% - 15px);
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  .footer-dev-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer-top {
    padding: 0 0 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-top>* {
    width: calc(100% - 15px);
  }

  .footer {
    padding: 25px 0;
  }

  .footer-center {
    margin-top: 30px;
  }

  .footer-right {
    margin-top: 20px;
    padding-top: 0;
  }

  .footer-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .main-banner:after {
    height: 654px;
    background: url(../images/Gt1zAQxH09Uh.png) no-repeat top center;
    background-size: 100% auto;
  }

  .main-banner-die {
    position: relative;
    bottom: auto;
    width: 300px;
    min-height: 158px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .main-banner-title h1 {
    font-size: 31px;
    margin-right: 0;
  }

  .main-banner-descr {
    margin-top: 10px;
    font-size: 18px;
  }

  .main-banner-row {
    display: block;
  }

  .main-banner-left {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .main-banner-right {
    width: 100%;
  }

  .main-banner-image {
    margin: 0;
  }

  .main-banner:before {
    bottom: 50px;
  }

  .main-banner-info {
    margin-left: auto;
    margin-right: auto;
  }

  .main-banner-die:before {
    background-image: url(../images/9BrKoI9YQjse.svg);
    background-size: 100% 100%;
  }

  .main-banner-die-descr {
    color: #fff;
    font-size: 16px;
  }

  .main-banner-die:after,
  .main-banner-die span {
    display: none;
  }

  .main-banner-die-title {
    margin-bottom: 26px;
  }

  .main-banner-btn a,
  .main-banner-die-brn a {
    font-size: 16px;
  }

  .section {
    margin-top: 60px;
  }

  .section-top {
    margin-bottom: 25px;
  }

  .brends-row {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .brend-item {
    width: calc(33.3333% - 15px);
    margin: 0 0 15px 15px;
    min-height: 70px;
  }

  .brend-descr h5 {
    font-size: 16px;
  }

  .spec-row {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .spec-item {
    margin-left: 15px;
    margin-bottom: 15px;
    width: calc(33.3333% - 15px);
    border-radius: 12px;
  }

  .spec-wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spec-wrap .spec-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .spec-wrap .spec-row:after {
    content: '';
    min-width: 20px;
  }

  .spec-wrap .spec-item {
    min-width: 220px;
    width: 220px;
    margin-bottom: 0;
  }

  .spec-item-inner {
    padding: 20px 15px 15px;
  }

  .spec-item-descr {
    margin-bottom: 20px;
  }

  .spec-item-price {
    font-size: 18px;
  }

  .spec-item-readmore a {
    font-size: 12px;
    min-height: 36px;
  }

  .section-spec {
    position: relative;
    padding-bottom: 70px;
  }

  .spec-top .spec-link {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: auto;
    margin: 0 auto;
    border-radius: 12px;
  }

  .spec-top h2 {
    margin-right: 0;
  }

  .about-list-item {
    border-radius: 8px;
    padding: 10px;
  }

  .about-left {
    width: calc(100% - 20px);
  }

  .about-right {
    width: calc(100% - 20px);
    margin-top: 5px;
  }

  .about-list-item+.about-list-item {
    margin-top: 15px;
  }

  .about-list-item-icon {
    width: 70px;
    height: 70px;
    border-radius: 8px;
  }

  .about-list-item-icon img {
    width: 34px;
  }

  .advantages-content {
    margin-top: 25px;
  }

  .advantages-row {
    margin-left: -15px;
  }

  .advantage-item {
    width: calc(50% - 15px);
    margin-left: 15px;
  }

  .popap {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .section-form-left {
    width: 100%;
  }

  .section-form-right {
    width: 100%;
  }

  .section-form-title:before {
    display: none;
  }

  .section-form-title {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .section-form-left-inner {
    border-radius: 15px 15px 0 0;
    margin-right: 0;
  }

  .section-form-inputs {
    margin-top: 20px;
  }

  .section-form-right-top {
    border-radius: 0;
  }

  .section-form-submit {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
    background: none;
    position: relative;
  }

  .section-form-submit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    background: #111;
    border-radius: 0 0 15px 15px;
  }

  .section-form-submit:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    background: #111;
    border-radius: 0 0 15px 15px;
  }

  .section-form-submit-inner {
    padding-right: 10px;
  }

  .section-form-submit-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #111;
  }

  .section-form-submit-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #F0EFF2;
    border-radius: 15px 15px 0 0;
  }

  .section-form-submit-inner input {
    position: relative;
    z-index: 1;
  }

  .section-form-right-top {
    padding-top: 0;
  }

  .section-form-right-top>div {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-col {
    width: calc(100% - 20px);
  }

  .subscribe-image {
    margin-top: 25px;
  }

  .subscribe-text {
    display: contents;
  }

  .subscribe-text>* {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .subscribe-btns-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }

  .subscribe-btns {
    margin-top: 0;
    margin-left: -15px;
  }

  .subscribe-btns a {
    margin-left: 15px;
    width: calc(50% - 15px);
  }

  .subscribe-descr {
    max-width: none;
  }

  .steps-title {
    max-width: none;
    margin-bottom: 25px;
  }

  .step-item-first {
    padding-top: 0;
    font-size: 14px;
    -webkit-align-self: center;
    align-self: center;
  }

  .step-item-first,
  .step-item {
    width: calc(50% - 16px) !important;
  }

  .step-arr:nth-of-type(2),
  .step-arr:nth-of-type(4) {
    display: none;
  }

  .step-arr:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .section-top-with-btns .carousel-btn {
    display: none;
  }

  .section-top-with-btns h2 {
    margin: 0;
  }

  .talk-right .carousel-btn {
    display: none;
  }

  .dynamicBullets-wrap {
    margin-bottom: 95px;
  }

  .section-kwiz:before {
    display: none;
  }

  .section-kwiz {
    padding: 40px 0;
  }

  .quiz-title {
    font-size: 16px;
  }

  .kwiz-right {
    padding: 20px;
  }

  .kwiz-left {
    padding: 20px 20px 0;
  }

  .form-succens .kwiz-left {
    padding-bottom: 80px;
  }

  .breadcrumbs-wrap {
    margin: 15px 0 30px;
    font-size: 12px;
  }

  .error-page {
    margin-top: 50px;
  }

  .error-link a {
    min-height: 50px;
    font-size: 16px;
  }

  .contacts-wrap {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .contact-item+.contact-item {
    margin-top: 20px;
  }

  .inner-section {
    margin-top: 40px;
  }

  .catalog-filter {
    margin-bottom: 25px;
    padding: 20px;
  }

  .catalog-filter-item-big,
  .catalog-filter-item-medium,
  .catalog-filter-submit {
    width: calc(100% - 10px);
  }

  .submit-label {
    display: none;
  }

  .gallery-car-slide {
    border-radius: 15px;
  }

  .car-price-title {
    font-size: 16px;
  }

  .car-price {
    font-size: 26px;
  }

  .car-descr,
  .car-top-right {
    width: calc(100% - 20px);
  }

  .car-descr {
    display: contents;
  }

  .car-descr>* {
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .car-title {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    order: -2;
    margin-bottom: 15px;
  }

  .car-top-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .gallery-car {
    border-radius: 15px;
  }

  .col-5-10 {
    width: calc(100% - 20px);
  }

  .white-table {
    padding: 20px;
  }

  .info-table {
    border-radius: 15px;
    padding: 20px;
  }

  .car-h2-title {
    font-size: 26px;
  }

  .car-h3-title {
    font-size: 18px;
  }

  .blog-item {
    width: calc(50% - 20px);
  }

  .blog-item-title {
    font-size: 14px;
  }

  .single-sidebar {
    width: calc(100% - 20px);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    margin-top: 40px;
  }

  .single-content {
    width: calc(100% - 20px);
  }

  .newspage-outher__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
  }
}

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

  .header-right .header-right-social,
  .header-right .header-social-phone {
    display: none;
  }

  .brend-item {
    width: calc(50% - 15px);
  }

  .spec-item {
    width: calc(50% - 15px);
  }

  .talk-row {
    margin-left: 0;
  }

  .talk-right {
    margin-left: 0;
    width: 100%;
  }

  .talk-left {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    border-radius: 0;
  }

  .carousel-talk {
    padding-left: 20px;
    padding-right: 90px;
  }

  .kwiz-left .cf7mls_back {
    margin-left: 10px;
    margin-right: 0;
    width: calc(41% - 10px);
  }

  .page-id-3 .page-title {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

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

  h1,
  .h1 {
    font-size: 30px;
  }

  .footer-dev-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .darvin-logo img {
    width: 103px;
  }

  .darvin-descr {
    max-width: 172px;
  }

  .footer-dev-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer-copyright,
  .footer-konf {
    width: calc(100% - 15px);
    text-align: center;
  }

  .footer-konf {
    margin-top: 10px;
  }

  .main-banner-image {
    margin-left: -60px;
    margin-right: -230px;
  }

  .brend-item {
    min-height: 60px;
    padding: 10px;
  }

  .brend-descr {
    font-size: 12px;
  }

  .brend-descr h5 {
    font-size: 12px;
  }

  .spec-item {
    width: calc(100% - 15px);
  }

  .spec-top .spec-link {
    width: calc(100% - 40px);
  }

  .about-list-item-descr h5 {
    font-size: 16px;
  }

  .advantage-item {
    width: calc(100% - 15px);
  }

  .advantages-title h2 {
    font-size: 30px;
  }

  .section-form-title,
  .section-form-subtitle,
  .section-form-right-subtitle {
    font-size: 20px;
  }

  .section-form-input {
    width: 100%;
  }

  .subscribe-btns a {
    width: calc(100% - 15px);
  }

  .steps-row {
    margin-left: 0;
    margin-bottom: -10px;
  }

  .steps-row>* {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100% !important;
  }

  .step-arr:nth-of-type(1) {
    display: none !important;
  }

  .step-arr:nth-of-type(2),
  .step-arr:nth-of-type(4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .step-arr i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .step-item-first {
    margin-bottom: 20px;
  }

  .review-item-image {
    width: calc(40% - 5px);
  }

  .review-item-descr {
    width: calc(60% - 5px);
  }

  .review-item-btn a {
    font-size: 10px;
    border-radius: 11px;
    min-height: 35px;
  }

  .review-item-image,
  .review-item-short-descr,
  .review-item-head {
    border-radius: 11px;
  }

  .review-item-short-descr,
  .review-item-head {
    padding: 10px;
  }

  .quiz-item {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .kwiz-left .cf7mls_next {
    width: 59%;
  }

  .quiz-fields-width-50 .wpcf7-form-control {
    margin-bottom: -10px;
  }

  .quiz-fields-width-50 .wpcf7-list-item {
    width: calc(100% - 15px);
    margin-bottom: 10px;
  }

  .quiz-fields-1-3 .wpcf7-list-item {
    width: calc(50% - 15px);
  }

  .kwiz-left:before {
    background: none;
    z-index: -2;
  }

  .kwiz-left {
    min-height: 380px;
  }

  .span-1 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 13px;
    width: 100%;
    background: url(../images/mKPdAk6XPxGD.svg) left top no-repeat;
    background-size: 100% 100%;
  }

  .span-2 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 13px;
    bottom: 350px;
    width: 100%;
    background: url(../images/gzmqFMZncKi8.svg) left top repeat-y;
    background-size: 100% 1px;
  }

  .span-3 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    width: 100%;
    background: url(../images/Py0Wns1TOlyS.svg) left bottom no-repeat;
    background-size: 100% 100%;
  }

  .quiz-input {
    width: calc(100% - 20px);
  }

  .quiz-konf {
    padding: 0 6px 0 23px;
    width: 41%;
  }

  .quiz-submit {
    width: 59%;
  }

  .quiz-subtitle {
    font-size: 12px;
  }

  .kwiz-left .cf7mls_back {
    font-size: 12px;
  }

  .quiz-fields-final-last {
    bottom: 7px;
  }

  .kwiz-bonuses {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kwiz-bonuses-title {
    margin: 0 0 10px;
  }

  .kwiz-bonuses-row {
    width: 100%;
  }

  .form-succens .span-1,
  .form-succens .span-2,
  .form-succens .span-3 {
    display: none;
  }

  .error-title {
    font-size: 140px;
    margin-bottom: 25px;
  }

  .error-text {
    font-size: 18px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .error-link {
    margin-top: 25px;
  }

  .contact-item-descr {
    font-size: 16px;
  }

  .blog-item {
    width: calc(100% - 20px);
  }
}

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

  h1,
  .h1 {
    font-size: 28px;
  }

  .main-banner-die-brn a,
  .main-banner-die-descr {
    font-size: 14px;
  }

  .offcanvas-bottom {
    padding-top: 35px;
  }

  .offcanvas-bottom .header-right-social {
    position: relative;
  }

  .offcanvas-bottom .header-social-title {
    position: absolute;
    top: -22px;
    left: 0;
    white-space: nowrap;
  }

  .offcanvas-bottom .header-social-phone {
    margin: 0 auto 0 10px;
  }

  .error-title {
    font-size: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .main-banner-title h1 {
    font-size: 50px;
    width: 480px;
  }

  .main-banner-descr {
    width: 546px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .advantage-item {
    width: calc(33.3333% - 20px);
  }

  .advantages-title h2 br {
    display: none;
  }

  .talk-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .talk-right h2 {
    max-width: 610px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

/*  */
.spec-item-img .img_car {
  height: 160px;
  object-fit: cover;
}

.catalog-filter-item {
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
}

.catalog-filter-input input:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.catalog-filter-input input:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.catalog-filter-input:before {
  content: 'От';
  left: 15px;
}

.catalog-filter-input:after {
  content: 'До';
  left: 50%;
  margin-left: 15px;
}

.catalog-filter-input:before,
.catalog-filter-input:after {
  position: absolute;
  color: #959595;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
}

.catalog-filter-input input {
  width: 50%;
  padding-left: 45px;
}

.catalog-filter-submit button {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

select {
  height: 59px;
}

[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
  height: 59px;
}

@media screen and (max-width: 1023px) {
  .catalog-filter-item {
    width: calc(50% - 20px);
  }
}

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

  [type="text"],
  [type="email"],
  [type="tel"],
  [type="password"],
  [type="number"],
  [type="url"],
  [type="search"] {
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
  }

  select {
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .catalog-filter-item {
    width: calc(100% - 15px);
  }
}