/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
:root {
  --color1: var(--wp--preset--color--color-1);
  --color2: var(--wp--preset--color--color-2);
  --color3: var(--wp--preset--color--color-3);
  --color4: var(--wp--preset--color--color-4);
  --color5: var(--wp--preset--color--color-5);
  --color6: var(--wp--preset--color--color-6);
  --whatsapp: var(--wp--preset--color--whatsapp);
  --telegram: var(--wp--preset--color--telegram);
  --white: #fff;
  --black: #333;
  --gray: #666;
  --lightgray: #f0f0f0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
}

html {
  font-size: 15px;
}

body {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  color: #0056b3;
  text-decoration: underline;
}
a::selection {
  background-color: #0BF5C5;
}
a:hover {
  color: inherit;
}

pre {
  padding: 20px;
  background-color: #f4f7ff;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection {
  background-color: #0BF5C5;
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.375rem;
    margin-bottom: 2rem;
  }
}

h2 {
  font-size: 1.6rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

p::selection {
  background-color: #0BF5C5;
}

strong {
  font-weight: 700;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#ticker {
  display: inline-block;
  white-space: nowrap;
}

.total {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.total span {
  display: block;
  color: #969696;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  width: 55%;
}
@media (min-width: 992px) {
  .total span {
    font-size: 3rem;
  }
}
.total strong {
  display: block;
  font-size: 1rem;
  color: #ccc;
  line-height: 1;
  text-align: left;
  width: 40%;
}
@media (min-width: 992px) {
  .total strong {
    font-size: 1.5rem;
  }
}
.total strong span {
  color: #3663E0;
  text-align: left;
  letter-spacing: -0.2rem;
  line-height: 0.8;
  width: 100%;
  font-size: 2.8rem;
}
@media (min-width: 992px) {
  .total strong span {
    font-size: 4.6rem;
  }
}

#vk_groups,
#telegram-post-vadim_seo-4,
#telegram-post-lidolov-37 {
  padding: 10px;
}

.ink {
  display: block;
  position: absolute;
  z-index: -1;
  background: rgb(206, 206, 206);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags li {
  background-color: #f3f3f3;
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
  margin: 0.3rem;
}
.tags li:hover {
  background-color: #f9f9f9;
}
.tags li a {
  font-size: 0.75rem;
  text-decoration: none;
}
.tags li a:hover {
  text-decoration: underline;
}

.date {
  font-size: 0.75rem;
}

.phone {
  display: block;
  font-size: 1.25rem;
  text-decoration: none;
}
.phone:hover {
  text-decoration: none;
}
.phone--footer {
  font-size: 2rem;
  margin-bottom: 20px;
}

.email {
  display: block;
  font-size: 1.125rem;
  text-decoration: none;
}
.email:hover {
  text-decoration: none;
}
.email--footer {
  margin-bottom: 20px;
}

.popover {
  border-radius: 0;
}

#breadcrumbs {
  font-size: 0.875rem;
}

#map {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
@media (min-width: 992px) {
  #map {
    margin: 0;
  }
}

table.wp-block-table.is-style-stripes {
  width: 100%;
}
table.wp-block-table.is-style-stripes thead tr {
  background-color: #e9e9e9;
}
table.wp-block-table.is-style-stripes thead tr th {
  padding: 20px;
}
table.wp-block-table.is-style-stripes tbody tr td {
  padding: 20px;
}
table.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.wp-caption {
  position: relative;
}
.wp-caption-text {
  font-size: 0.875rem;
}

div.wpcf7-response-output {
  font-size: 1rem;
  margin: 0;
  margin-top: 1rem;
  padding: 15px;
}
div.wpcf7-mail-sent-ng {
  border: 0;
  background-color: #091536;
}
div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: #091536;
}
div.wpcf7-validation-errors {
  border: 0;
  background-color: #c53e3e;
}
div.wpcf7-acceptance-missing {
  border: 0;
  background-color: #c53e3e;
}

.sticky-top {
  position: sticky;
  z-index: 99;
}

.grecaptcha-badge {
  opacity: 0;
}
.grecaptcha-badge:hover {
  opacity: 0;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.progress {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress-bar {
  height: 100%;
}
.progress-bar.active {
  animation: go-left-right 9s;
}

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

.wp-block-image {
  padding: 0;
}

/* Современные браузеры, кроме Chrome, Opera, Safari */
@keyframes go-left-right { /* назовём анимацию: "go-left-right" */
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
/* Префикс для Chrome, Opera, Safari */
@-webkit-keyframes go-left-right {
  from {
    width: 0px;
  }
  to {
    width: 0px;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulsefig {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.rs-container.full {
  margin: 0 auto;
  max-width: 100%;
}

.rslider {
  flex-basis: 50%;
  margin: 0;
  max-width: 100%;
}
.rslider .rs-bg-color {
  background-color: #3663E0;
}
.rslider .rs-range-color {
  background-color: #091536;
}
.rslider .rs-path-color {
  background-color: #091536;
}
.rslider .rs-handle.rs-focus {
  border-color: #33B5E5;
}
.rslider .rs-handle {
  background-color: #0BF5C5;
  padding: 2px;
  border: 1px solid #0BF5C5;
}
.rslider .rs-handle:after {
  border-color: #214DDA;
  background-color: #214DDA;
}
.rslider .rs-border {
  border-color: transparent;
}
.rslider .rs-tooltip-text {
  color: #fff;
}
.rslider .rs-tooltip-text div {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.rslider .rs-tooltip-text div:first-child {
  color: #0BF5C5;
}
.rslider .rs-tooltip-text span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
}
.rslider .rs-tooltip-text p {
  text-transform: uppercase;
  margin: 20px 0;
}

.popover {
  padding: 1rem 0.6rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 0;
  max-width: 300px;
}
.popover-header {
  margin-top: 0;
  background-color: transparent;
  border-bottom: 0;
}
.popover-body {
  padding: 0;
}
.popover-body .geo_buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
}
.popover-body .geo_buttons .btn-link {
  color: #999;
}

.bg--blue {
  background-color: #3663E0;
}
.bg--work:nth-child(2n) {
  background-color: #f5f5f5;
}

.offer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .offer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.offer__wrap {
  height: 85vh;
}
.offer__wrap .yoast-breadcrumbs span a {
  color: var(--white);
}
.offer__title {
  color: var(--white);
  max-width: 992px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .offer__title {
    font-size: 4rem;
    margin-bottom: 100px;
  }
}
.offer__description {
  color: var(--white);
  max-width: 600px;
}
.offer__description a {
  color: var(--white);
}
.offer__description-select {
  color: #111;
  font-weight: 700;
  background-color: rgb(255, 230, 0);
  padding: 0 5px;
}
.offer__btn {
  color: var(--white);
}
@media (min-width: 992px) {
  .offer__btn {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  .offer__content {
    margin-left: 50px;
  }
}
.offer__partners {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .offer__partners {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.offer__partners:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.offer__wrapper {
  overflow: hidden !important;
}
.offer__video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-size: cover;
  object-fit: cover;
}
.offer__partner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .offer__partner {
    margin-bottom: unset;
  }
}
.offer__partner-content {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .offer__partner-content {
    margin-left: 30px;
  }
}
.offer__partner-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .offer__partner-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.offer__partner-btn {
  font-size: 0.75rem;
  margin: 10px 0 0 0 !important;
}
.offer__partner-btn .material-icons {
  font-size: 1rem;
}

.color--gold {
  color: #f3d957;
}

.container {
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
.container-fluid {
  overflow-x: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container-fluid {
    overflow: visible;
  }
}
.container--header {
  padding: 1rem 0 3rem;
  margin: 0;
  background: url(../js/../images/bg--header.jpg) no-repeat;
  background-position: left top;
}
@media (min-width: 576px) {
  .container--header {
    background-position: left center;
  }
}
@media (min-width: 1200px) {
  .container--header {
    background-position: center bottom;
  }
}
.container--header p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 576px) {
  .container--header p {
    text-align: left;
  }
}
.container--blue {
  background-color: #3663E0;
}
.container--blue .trait {
  color: #fff;
}
.container--second {
  background-color: #0BF5C5;
}
.container--lightgray {
  background-color: #fefefe;
}
.container--dark {
  background-color: #131518;
}
.container--dark .trait {
  color: #fff;
}
.container--darkblue {
  background-color: #091536;
}
.container--second {
  background-color: #0BF5C5;
}
.container--gray {
  background-color: #f9f9f9;
}
.container--calculator {
  background-color: #37a3fd;
  padding-top: 1rem;
  height: 100vh;
}
.container--mainmenu {
  overflow: visible;
  position: fixed;
  z-index: 10;
  background-color: #fbfbfb;
  top: 59px;
  left: 0;
  transition: all 1.4s;
}
@media (min-width: 576px) {
  .container--mainmenu {
    top: 0;
    position: relative;
  }
}
.container--mainmenu .mainmenu.inactive {
  display: none;
}
@media (min-width: 576px) {
  .container--mainmenu .mainmenu.inactive {
    display: flex;
  }
}
.container--mainmenu .mainmenu a {
  color: #06334b;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1rem 0;
  border-bottom: 3px solid transparent;
  transition: all 1s;
}
@media (min-width: 768px) {
  .container--mainmenu .mainmenu a {
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
  }
}
@media (min-width: 992px) {
  .container--mainmenu .mainmenu a {
    font-size: 1rem;
    padding: 1rem 0;
  }
}
.container--mainmenu .mainmenu a:hover {
  text-decoration: none;
  border-bottom: 3px solid rgb(255, 0, 68);
}
@media (min-width: 768px) {
  .container--contacts {
    background: url(../js/../images/bg--contacts.jpg) no-repeat;
    background-position: center;
  }
}
.container--video {
  padding-right: 0;
  padding-left: 0;
  position: relative;
  overflow: visible;
}
.container--blog {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.container--blog menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container--blog menu li {
  margin-right: 2rem;
  float: left;
}
.container--blog menu li a {
  font-size: 0.875rem;
  font-weight: 500;
}
.container--blog h5 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}
.container--blog p {
  color: #666;
  line-height: 1.4;
}
.container--iframe {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #37A3FD;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.container--iframe .phone a,
.container--iframe .phone span {
  color: #fff;
}
.container--iframe .call_to_action h4 {
  color: #fff;
  font-weight: 700;
}
.container--iframe .call_to_action p {
  line-height: 1.1;
  color: #fff;
  font-family: "MuseoSans", sans-serif;
  font-size: 1rem;
  margin: 0;
}
.container--red {
  padding: 6.5rem 0;
  width: 100%;
  background: url(../js/../images/bg--red.png) no-repeat;
  background-position: right top;
  z-index: 3;
}
@media (min-width: 576px) {
  .container--red {
    margin-top: -10rem;
    padding: 11rem 0;
  }
}
@media (min-width: 768px) {
  .container--red {
    margin-top: -2rem;
    padding: 12rem 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .container--red {
    margin-top: -6rem;
    background-position: center top;
    padding: 14rem 0;
  }
}
@media (min-width: 1200px) {
  .container--red {
    padding: 14rem 0;
  }
}
.container--red h4 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 1200px) {
  .container--red h4 {
    margin-bottom: 2rem;
  }
}
.container--red h4 strong {
  font-weight: 700;
  line-height: 1.2;
  display: block;
}
.container--red .step h4 {
  color: #fff;
}
.container--red .step label.btn {
  font-size: 1rem;
  color: #3b3b37;
  background-color: #ddd;
  border: 0;
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.container--red .step label.btn:hover {
  background-color: #cec7c7;
}
.container--red .step label.btn.active {
  background-color: #f2e13d;
}
.container--red .step label.btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../js/../images/sprite.png) no-repeat;
  background-position: -58px 3px;
  margin-right: 0.4rem;
  float: left;
}
.container--red .step label.btn input {
  position: absolute;
  left: -9999em;
}
.container--red .price {
  color: #fff;
}
@media (min-width: 1200px) {
  .container--red .price {
    font-size: 1.125rem;
  }
}
.container--red .price p {
  line-height: 1.2;
  color: #fff;
  font-family: "MuseoSans", sans-serif;
  font-size: 1.125rem;
}
.container--red .price strong {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.container--red .price strong:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../js/../images/sprite.png) no-repeat;
  background-position: -568px -25px;
  float: left;
  margin-right: 1rem;
}
.container--banner {
  background-color: #ffffc3;
}
@media (min-width: 576px) {
  .container--normal {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .container--normal {
    position: relative;
  }
}
.container--wrapper {
  overflow: visible;
  padding: 0;
}
@media (min-width: 768px) {
  .container--wrapper {
    min-height: 50rem;
  }
}
.container--map {
  background: url(../js/../images/bg--map.jpg) no-repeat;
  background-position: -300px center;
}
@media (min-width: 1200px) {
  .container--map {
    padding-top: 17rem;
    padding-bottom: 5rem;
    margin-top: -17rem;
    background-position: center top;
  }
}

.breadcrumbs {
  color: #fff;
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}
.breadcrumbs a {
  color: inherit;
  opacity: 0.5;
}
.breadcrumbs a:hover {
  opacity: 1;
}

.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
@media (min-width: 576px) {
  .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding-top: 0;
  }
}
.header__logo {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .header__logo {
    margin-bottom: 0;
  }
}
.header__phone {
  color: #fff;
}
.header__phone:hover {
  color: #fff;
}
.header__location {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #ffffc3;
  cursor: pointer;
}
.header__location .material-icons {
  text-decoration: none;
}

.footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__copyright {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .footer__copyright {
    margin-top: 0;
  }
}
.footer__contacts {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .footer__contacts {
    margin-bottom: 0;
  }
}
.footer__wrapper {
  height: auto !important;
}
.footer__partners {
  margin-bottom: 20px;
}
.footer__socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer__socicon {
  filter: grayscale(1);
  opacity: 0.4;
}
.footer__socicon:hover {
  filter: grayscale(0);
  opacity: 0.8;
}

.menu__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  background-color: #214DDA;
  list-style: none;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .menu__main {
    position: relative;
    top: inherit;
    left: inherit;
    background-color: transparent;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-width: 800px;
    width: auto;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .menu__main.collapse {
    display: flex;
    flex-direction: row;
  }
}
.menu__main.show {
  display: flex;
}
.menu__main-li {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .menu__main-li {
    padding-bottom: 0;
  }
}
.menu__main-a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  text-decoration: none;
}
.menu__main-a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .menu__main-a {
    font-size: 1rem;
  }
}
.menu__footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__footer li {
  margin-bottom: 10px;
}

.banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: none;
}
.banner img {
  margin-right: 20px;
}
.banner p {
  margin-bottom: 0;
}

.area__right {
  top: 2rem;
}
.area__right img:hover {
  opacity: 0.8;
}

.block {
  position: relative;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .block {
    height: 97vh;
  }
}
@media (min-width: 992px) {
  .block--min {
    height: unset;
  }
}
@media (min-width: 992px) {
  .block--first {
    height: 87vh;
  }
}
.block--full {
  min-height: 100vh;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.block--image {
  background-size: cover;
  background-repeat: no-repeat;
}
.block--image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.block--imagelight {
  background-size: cover;
  background-repeat: no-repeat;
}
.block--imagelight:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.card {
  border-radius: 0;
}

.form__bottom {
  background-color: #091536;
}
.form__bottom .trait {
  color: #fff;
}
.form__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.form__wrapper .form__html .btn--form {
  border: 1px solid #fff;
}
.form__wrapper .form__html .btn--form:hover {
  color: #fff;
}
.form__wrapper .form__html .wpcf7-acceptance {
  margin-top: 20px;
}
.form__wrapper .form__html .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  color: #fff;
  margin-left: 14px;
}
.form__wrapper .form__html .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -24px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}
.form__wrapper .form__html .wpcf7-list-item-label a {
  color: #fff;
}
.form__wrapper .form__html .wpcf7-list-item-label a::selection {
  background-color: #3663E0;
}
.form__wrapper .form__file {
  color: #fff;
}
@media (min-width: 992px) {
  .form__wrapper .form__file {
    flex-basis: 25%;
    margin-bottom: 0;
  }
}
.form__wrapper .form-check-input {
  position: relative;
  text-indent: -9999em;
  opacity: 0;
}
.form__wrapper .form-check-input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -21px;
  background-color: #fff;
  width: 8px;
  height: 8px;
}
.form__wrapper .form-control {
  color: #fff;
  border-color: #fff;
}
.form__wrapper .form-control::placeholder {
  color: #fff;
}
@media (min-width: 992px) {
  .form__wrapper .form-control.textarea {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .form__wrapper .form-control {
    width: 25%;
  }
}
.form-control {
  font-size: 1.125rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #091536;
  padding: 0;
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
}
.form-control:hover {
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .form-control.textarea {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .form-control {
    width: 45%;
    margin-bottom: 80px;
    margin-right: 5%;
  }
}
.form__html {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .form__html {
    flex-direction: row;
  }
}
.form__html .wpcf7 {
  width: 100%;
}
.form__html .wpcf7-acceptance {
  flex-basis: 100%;
  margin-top: 20px;
}
.form__html .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form__html .wpcf7 .ajax-loader {
  width: 100%;
  height: 100%;
}
.form__file {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-basis: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .form__file {
    align-items: center;
    height: 40px;
  }
}
.form__file .material-icons {
  cursor: pointer;
  color: #3663E0;
  margin-right: 5px;
}
.form__file input {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  opacity: 0;
}

.adv {
  color: #38a3fc;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin: 0 auto 2.2rem;
  max-width: 290px;
}
@media (min-width: 576px) {
  .adv {
    max-width: auto;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .adv {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .adv {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.adv:hover {
  color: #38a3fc;
  text-decoration: none;
}
.adv strong {
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: -0.25rem;
  margin-right: 1rem;
  line-height: 0.6;
  float: left;
}
@media (min-width: 576px) {
  .adv strong {
    float: none;
    display: block;
    margin-bottom: 1rem;
  }
}
.adv strong.icon-p {
  position: relative;
}
.adv strong.icon-p:before {
  content: "";
  display: block;
  float: left;
  background: url(../js/../images/sprite.png) no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.adv strong.icon-p--code:before {
  background-position: 0 -24px;
}
.adv strong.icon-p--settings:before {
  background-position: -32px -25px;
}
.adv strong.icon-p--card:before {
  background-position: -64px -24px;
}
.adv strong.icon-p--mouse:before {
  background-position: -96px -25px;
}
.adv strong.icon-p--box:before {
  background-position: -129px -25px;
}
.adv strong.icon-p--reviews:before {
  background-position: -162px -24px;
}
.adv strong.icon-p--synch:before {
  background-position: -194px -24px;
}
.adv strong.icon-p--excel:before {
  background-position: -226px -25px;
}
.adv strong.icon-p--dop:before {
  background-position: 0 -57px;
}
.adv strong.icon-p--disk:before {
  background-position: -32px -57px;
}
.adv strong.icon-p--shield:before {
  background-position: -64px -57px;
}
.adv strong.icon-p--location:before {
  background-position: -96px -57px;
}
.adv strong.icon-p--link:before {
  background-position: -130px -57px;
}
.adv strong.icon-p--camera:before {
  background-position: -162px -57px;
}
.adv strong.icon-p--search:before {
  background-position: -260px -57px;
}
.adv strong.icon-p--letter:before {
  background-position: -293px -58px;
}
.adv strong.icon-p--heart:before {
  background-position: -325px -57px;
}
.adv strong.icon-p--graf:before {
  background-position: -361px -58px;
}
.adv strong.icon-p--man:before {
  background-position: -394px -58px;
}
.adv strong.icon-p--label:before {
  background-position: -426px -59px;
}
.adv strong.icon-p--eye:before {
  background-position: -458px -58px;
}
.adv strong.icon-p--cloud:before {
  background-position: -491px -57px;
}
.adv strong.icon-p--upload:before {
  background-position: -259px -24px;
}
.adv strong.icon-p--calc:before {
  background-position: -293px -25px;
}
.adv strong.icon-p--medal:before {
  background-position: -327px -24px;
}
.adv strong.icon-p--calendar:before {
  background-position: -362px -26px;
}
.adv strong.icon-p--doc:before {
  background-position: -395px -25px;
}
.adv strong.icon-p--pencil:before {
  background-position: -429px -25px;
}
.adv strong.icon-p--light:before {
  background-position: -463px -25px;
}
.adv strong.icon-p--clock:before {
  background-position: -525px -59px;
}
.adv strong.icon-p--big {
  font-size: 10rem;
}
.adv img {
  margin-top: 1rem;
}
.adv--pn {
  padding-left: 0;
}

/* таблицы */
.table__wrapper {
  overflow-x: auto;
  position: relative;
  padding: 2rem 0;
}
.table--eshop {
  font-weight: 300;
  font-size: 0.75rem;
  color: #333;
  border-color: #c4e4ff;
}
@media (min-width: 992px) {
  .table--eshop {
    font-size: 1rem;
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .table--eshop {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  .table--eshop:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -100;
    width: 24%;
    height: 630px;
    margin: -5.5rem 0 0 21.5rem;
    background-color: #d4ebff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) {
  .table--eshop:before {
    margin: -6.5rem 0 0 30.5rem;
  }
}
@media (min-width: 1200px) {
  .table--eshop:before {
    margin: -6.5rem 0 0 36rem;
  }
}
.table--eshop thead th {
  border-top: 0;
  border-color: #c4e4ff;
}
.table--eshop td {
  border-color: #c4e4ff;
  padding: 1rem;
}
.table--eshop th {
  border-color: #c4e4ff;
  padding: 1rem;
}
.table-icon {
  width: 32px;
  height: 32px;
  background: url(../js/../images/sprite.png) no-repeat;
  display: block;
  margin-right: 0.6rem;
  float: left;
}
.table-icon--check {
  background-position: -502px -25px;
}
.table-icon--uncheck {
  background-position: -534px -25px;
}

.service__title {
  color: #fff;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.service__title:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .service__title {
    font-size: 4rem;
  }
}
.service__tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .service__tags {
    position: absolute;
    bottom: 0;
  }
}
.service__tags-item {
  cursor: pointer;
  text-decoration: underline;
  margin: 10px 20px 10px 0;
}
@media (min-width: 992px) {
  .service__tags-item {
    margin: 0;
    margin-right: 20px;
  }
}
.service__tags-item--client {
  color: #0BF5C5;
}
.service__tags-item:last-child {
  margin-right: 0;
}
.service__tags-item:hover {
  text-decoration: underline;
}
.service__tags-link {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

@media (min-width: 992px) {
  .portfolio {
    width: 100%;
  }
}
.portfolio > div {
  overflow: hidden;
}
.portfolio__item-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.portfolio__item-wrap:hover .portfolio__item {
  transform: scale(1);
}
.portfolio__item-wrap .trait__title-wrap {
  width: unset;
  margin-top: 40px;
  margin-left: 40px;
}
@media (min-width: 1200px) {
  .portfolio__item-wrap .trait__title-wrap {
    margin-top: unset;
    margin-left: 100px;
  }
}
.portfolio__item-wrap .reward__item {
  position: absolute;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: 40px;
  padding: 0;
  margin: 0;
  width: 160px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  animation: pulsefig 1.2s infinite;
}
@media (min-width: 1200px) {
  .portfolio__item-wrap .reward__item {
    right: 100px;
    bottom: 100px;
    width: 200px;
    height: 200px;
  }
}
.portfolio__item-wrap .reward__item:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: pulse 2.6s infinite;
}
.portfolio__item-wrap .reward__item-number {
  color: #f3d957;
  margin-right: 0;
}
.portfolio__item-wrap .reward__item-place {
  color: #f3d957;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.portfolio__item-wrap .reward__item-title {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.1;
  max-width: 150px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .portfolio__item-wrap .reward__item-title {
    font-size: 1rem;
  }
}
.portfolio__item-wrap .reward__item-title:hover {
  text-decoration: none;
}
.portfolio__item-wrap .btn--arrow {
  color: #fff;
}
.portfolio__item-wrap .btn--arrow .material-icons {
  color: #fff;
}
.portfolio__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.portfolio__item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .portfolio__item {
    transition: all 0.5s ease;
    transform: scale(1.1);
    padding: 40px;
    margin: 40px;
  }
}
.portfolio__item--min .description {
  font-size: 1.5rem;
}
.portfolio__item-title {
  position: absolute;
  left: 40px;
  top: 80px;
  z-index: 2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  width: 80%;
}
@media (min-width: 992px) {
  .portfolio__item-title {
    width: 90%;
  }
}
.portfolio__item-title:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .portfolio__item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .portfolio__item-title {
    top: 100px;
    left: 100px;
    max-width: 400px;
    width: 80%;
  }
}
.portfolio__item-description {
  position: absolute;
  z-index: 2;
  font-size: 2rem;
  width: 90%;
}
@media (min-width: 576px) {
  .portfolio__item-description {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .portfolio__item-description {
    display: none;
    top: 0;
    width: 80%;
  }
}
.portfolio__item-terms {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 100px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
@media (min-width: 1200px) {
  .portfolio__item-terms {
    bottom: 140px;
    left: 100px;
  }
}
.portfolio__item-terms-item {
  margin-bottom: 5px;
}
.portfolio__item-terms-item:last-child {
  margin-bottom: 0;
}
.portfolio__item-btn {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 40px;
  color: #fff;
}
.portfolio__item-btn:hover {
  color: #fff !important;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .portfolio__item-btn {
    left: 100px;
    bottom: 80px;
  }
}
.portfolio__cost table tr td:first-child {
  width: 70%;
}
.portfolio__cost table tr td:last-child {
  text-align: right;
}
.portfolio__cost table tr td p,
.portfolio__cost table tr td ul {
  font-size: 0.875rem;
}
.portfolio__cost table tr td p:first-child,
.portfolio__cost table tr td ul:first-child {
  font-size: 1rem;
}
.portfolio__header {
  color: #fff;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.portfolio__header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .portfolio__header {
    text-align: left;
  }
}
.portfolio__title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  min-height: 80vh;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .portfolio__title-wrap {
    max-width: 800px;
    padding: 15% 0;
  }
}
.portfolio__icon-mouse {
  margin-bottom: 20px;
}
.portfolio__title {
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .portfolio__title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .portfolio__title {
    font-size: 5rem;
  }
}
.portfolio__title-label {
  font-size: 0.75rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.portfolio__desciption {
  font-size: 1rem;
  margin-bottom: 40px;
}
.portfolio__about {
  background-position-x: -9999rem;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .portfolio__about {
    background-position-x: right;
    background-size: contain;
    min-height: 30rem;
  }
}
.portfolio__about-list {
  margin-top: 10px;
  padding-left: 30px;
}
.portfolio__about-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color1);
  margin-left: -22px;
}
.portfolio__about-list li a:before {
  color: var(--color1);
  content: "\e250";
  font-family: "Material Icons";
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.portfolio__about-list li:has(> a) {
  list-style: none;
}
.portfolio__comment {
  position: absolute;
  left: -100px;
  top: 0;
  font-size: 0.75rem;
  background-color: var(--color6);
  width: 400px;
  padding: 15px;
}
@media (min-width: 1200px) {
  .portfolio__comment {
    font-size: 0.875rem;
  }
}
.portfolio__visual img.background {
  display: none;
}
@media (min-width: 992px) {
  .portfolio__visual img.background {
    display: block;
    position: absolute;
    z-index: -1;
    top: -1.26rem;
    left: -1.85rem;
  }
}
.portfolio__visual img.background--top {
  z-index: 1;
}
.portfolio__visual img.visual {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-left: 2px;
}
.portfolio__description {
  margin-bottom: 50px;
}
.portfolio__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.portfolio__link:after {
  content: "\e89e";
  font-family: "Material Icons";
  margin-left: 0.5rem;
}
.portfolio__works {
  margin-top: 100px;
  margin-bottom: 100px;
}
.portfolio__works-title {
  margin-bottom: 50px;
}

.reward__item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  margin: 40px 0;
}
.reward__item-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #432c04;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  background-image: url(../js/../images/reward_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 102px;
  margin-right: 10px;
}
.reward__item-title {
  display: block;
  color: #091536;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 10px;
  max-width: 250px;
}
.reward__item-title:hover {
  text-decoration: underline;
}
.reward__item-place {
  font-size: 1.15rem;
}

.author a {
  color: #7b7b7b;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.8rem;
  display: inline-block;
}
.author a img {
  margin-top: -0.8rem;
}
.author p {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.2;
  color: #7b7b7b;
}
.author--right {
  border: 1px solid #dee0e2;
  border-radius: 4px;
  padding: 0.6rem;
}
.author__send {
  cursor: pointer;
}

.social {
  width: 4rem;
  border-right: 1px solid #ebebeb;
  padding: 1rem;
  margin-left: -8rem;
  position: fixed;
  z-index: 10;
  background: #fff;
}
.social a {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0.4rem;
}
.social a.icon-p {
  position: relative;
}
.social a.icon-p:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../js/../images/sprite.png) no-repeat;
  width: 32px;
  height: 32px;
}
.social a.icon-p--vk:before {
  background-position: 0 -90px;
}
.social a.icon-p--tw:before {
  background-position: -32px -90px;
}
.social a.icon-p--gl:before {
  background-position: -65px -90px;
}
.social a.icon-p--fb:before {
  background-position: -97px -90px;
}

.who {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.who__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-top: 2rem;
}
.who__item i.material-icons {
  color: #3663E0;
  font-size: 3.5rem;
  margin-right: 1rem;
}
.who__item p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.trait {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: inherit;
  z-index: 2;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .trait {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.trait__title-wrap {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .trait__title-wrap {
    margin-right: 10%;
    margin-bottom: 0;
    width: 25%;
  }
}
.trait__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .trait__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.trait__title:hover {
  text-decoration: none;
}
.trait__title-desc {
  font-size: 1rem;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .trait__title-desc {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.trait__title-author {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.trait__title-author-img {
  flex-grow: 2;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
}
.trait__title-authorname {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.trait__title-authorname-name {
  font-size: 1rem;
  line-height: 1.4;
}
.trait__title-authorname-desc {
  margin: 0;
}
.trait__title-authorname-contacts {
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: var(--whatsapp);
  margin: 0;
  margin-top: 15px;
}
.trait__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 576px) {
  .trait__content {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .trait__content {
    width: 70%;
  }
}
.trait__content--column {
  flex-direction: column;
}
.trait__content--center {
  align-items: center;
}
.trait__content-item {
  border: 0;
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .trait__content-item {
    width: 45%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .trait__content-item {
    width: 30%;
  }
}
.trait__content-item--full {
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.trait__content-item--big {
  flex-grow: 1;
}
.trait__content-item--min {
  width: auto;
}
@media (min-width: 576px) {
  .trait__content-item--min {
    margin-left: 30px;
  }
}
.trait__content-item .accordion thead {
  font-weight: 700;
  font-size: 0.875rem;
}
.trait__content-item .accordion thead td:last-child {
  text-align: right;
}
.trait__content-item .accordion tbody tr {
  border-bottom: 1px dashed #f4f4f4;
}
.trait__content-item .accordion tbody tr:last-child {
  border: 0;
}
.trait__content-item .accordion tbody tr td:first-child {
  width: 550px;
}
.trait__content-item .accordion tbody tr td:last-child {
  text-align: right;
}
.trait__content-item .accordion tbody tr td h4 .btn-link {
  position: relative;
  padding: 0;
  padding-left: 1rem;
  margin: 0;
  border: 0;
  line-height: inherit;
  vertical-align: inherit;
  text-align: left;
}
.trait__content-item .accordion tbody tr td h4 .btn-link:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e313";
  font-family: "Material Icons";
}
.trait__content-item .accordion tbody tr td h4.collapsed .btn-link:before {
  content: "\e315";
}
.trait__content-item .accordion tbody tr td p {
  font-size: 0.875rem;
  padding-left: 1rem;
}
.trait__content-item .accordion tfoot tr td {
  text-align: right;
}
.trait__content-item .accordion tfoot tr td:last-child {
  font-weight: 700;
  text-align: left;
}
.trait__content-img {
  filter: grayscale(1);
}
.trait__content-img:hover {
  filter: grayscale(0);
}
.trait__content-link {
  text-decoration: none;
  margin-bottom: 15px;
}
.trait__content-title {
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
}
.trait__content-desc {
  font-size: 0.875rem;
  padding: 15px 0;
  max-width: 400px;
}
.trait__content-desc--full {
  max-width: none;
}
.trait__content-desc p:last-child {
  margin-bottom: 0;
}
.trait__content-time {
  position: relative;
  font-size: 15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: right;
  letter-spacing: -1rem;
  line-height: 280px;
  width: 100%;
}
@media (min-width: 576px) {
  .trait__content-time {
    flex-basis: 50%;
    font-size: 20rem;
    line-height: 330px;
    width: 50%;
  }
}
.trait__content-time span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #091536;
  display: block;
  font-size: 3rem;
  line-height: 1;
  text-align: right;
  letter-spacing: 10px;
}
.trait__content-table {
  margin-top: 20px;
  width: 100%;
}
.trait__content-digit {
  color: #3663E0;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.trait__content-digit:last-child {
  margin-bottom: 0;
}
.trait__content-digit--roi {
  color: #091536;
}
.trait__content-digit span {
  color: #cecece;
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}
.trait__content-or {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cecece;
  font-size: 1rem;
  margin: 0 30px;
}
.trait__content-total {
  margin-top: 20px;
}
.trait__content-toggles {
  border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  min-height: 250px;
}
@media (min-width: 992px) {
  .trait__content-toggles {
    padding-left: 55px;
    margin-left: 70px;
  }
}
@media (min-width: 1200px) {
  .trait__content-toggles {
    margin-left: 90px;
  }
}
.trait__content-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 45%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.trait__content-toggle:last-child {
  margin-bottom: 0;
}
.trait__content-toggle label {
  margin-bottom: 0;
  margin-right: 10px;
}
.trait__content-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.trait__content-progress {
  transition: ease-out 5s;
  width: 100%;
  height: 1px;
}
.trait__content-progress.active {
  width: 100%;
}
.trait__content-form {
  max-width: 350px;
  margin: 30px 0;
}
.trait__content-form .form-control {
  color: #fff;
  font-size: 1.125rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}
.trait__content-textarea {
  border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-left: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 55px;
  min-height: 250px;
}
.trait__content-textarea textarea {
  max-width: 400px;
}
.trait__items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
}
.trait__item {
  border: 0;
  padding: 0;
  margin: 20px 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) {
  .trait__item {
    width: 30%;
    min-height: 200px;
    margin: 0;
  }
}
.trait__item p:last-child {
  margin-bottom: 0;
}
.trait__item-title {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
}
.trait__item-link {
  color: #fff;
}
.trait__item-content {
  max-width: 80%;
}

.btn {
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
}
.btn-lg {
  font-size: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .btn-lg {
    padding: 1rem 1.5rem;
  }
}
.btn-success {
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.btn-light {
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.btn--blue {
  color: #fff;
  background-color: #3663E0;
}
.btn--white {
  color: #fff;
  background-color: #091536;
}
.btn--white:hover {
  color: #fff;
}
.btn--scarlet {
  color: #fff;
  background: #362e30;
  font-weight: 300;
  cursor: pointer;
  vertical-align: top;
}
.btn--scarlet:hover {
  color: #fff;
  text-decoration: none;
}
.btn--calculator {
  color: #3a3a1d;
  font-weight: 700;
  background-color: #ffffc3;
  border-radius: 4px;
}
.btn--icon {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  min-width: 200px;
  padding: 0;
  margin: 0;
  transition: 1s;
}
.btn--icon .material-icons {
  position: absolute;
  margin-left: 10px;
  text-decoration: none;
}
.btn--icon:hover {
  text-decoration: underline;
}
.btn--icon:hover .material-icons {
  text-decoration: none;
}
.btn--icon:hover .material-icons:before {
  text-decoration: none;
}
.btn--arrow:hover .material-icons {
  margin-left: 15px;
}
.btn--prev {
  opacity: 0.2;
}
.btn--prev:hover {
  opacity: 1;
}
.btn--prev:hover .material-icons {
  margin-left: 5px;
}
.btn--chat:hover .material-icons {
  margin-top: -2px;
}
.btn--form {
  position: relative;
  color: #fff;
  background-color: #214DDA;
}
.btn--form:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn--down:hover .material-icons {
  margin-left: 10px;
  margin-top: 2px;
}
.btn--burger {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  padding: 10px;
}
@media (min-width: 992px) {
  .btn--burger {
    display: none;
  }
}
.btn--burger span {
  color: #0BF5C5;
}
.btn--burger span:not(.collapsed):first-child {
  display: none;
}
.btn--burger span:not(.collapsed):last-child {
  display: inline-block;
}
.btn--burger.collapsed span:first-child {
  display: inline-block;
}
.btn--burger.collapsed span:last-child {
  display: none;
}

.archive__item {
  border: 0;
}

.tax-division .jumbotron {
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 0;
  margin-bottom: 0;
}
.tax-division .jumbotron.bg-white {
  border: 0;
}
.tax-division .jumbotron.sticky-top {
  top: 2rem;
}

.blog hr {
  color: #cecece;
  margin: 0.5rem auto 2rem;
  width: 100%;
}
.blog__item {
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0.5rem;
}
.blog__item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04rem;
  color: #333;
  min-height: 7rem;
}
.blog__item h3 a {
  color: #333;
  text-decoration: none;
}
.blog__item h3 a:hover {
  text-decoration: none;
}
.blog__item .date {
  display: inline-block;
  font-size: 0.75rem;
  padding-top: 0;
}
.blog__item .author {
  min-height: 7rem;
}
.blog__item .author img {
  vertical-align: baseline;
}

.news__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .news__block {
    flex-direction: row;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news__item {
    margin-bottom: 40px;
  }
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__item--big:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news__item--big:last-child {
    margin-bottom: 40px;
  }
}
.news__item-img {
  margin-bottom: 20px;
}
.news__item-time {
  font-size: 0.75rem;
}
.news__item-datetime {
  display: block;
  color: #cecece;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.news__item-link {
  display: inline-block;
  max-width: 90%;
}
.news__project-wrapper {
  background-color: #edf7ff;
}

.post-type-archive-service .divisions h2 a {
  color: #333;
}
.post-type-archive-service .divisions .archive__item {
  flex-basis: 30%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .post-type-archive-service .divisions .archive__item {
    max-width: 30%;
  }
}
.post-type-archive-service .divisions .archive__item p {
  font-size: 0.875rem;
}

.page-id-182 {
  background-color: #3663E0;
}
.page-id-182 h1 {
  color: #fff;
}
@media (min-width: 992px) {
  .page-id-182 h1 {
    font-size: 3rem;
  }
}
.page-id-182 p {
  color: #ffffc3;
}
.page-id-182 .modal-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.page-id-182 .modal-header p {
  color: #444;
  margin-bottom: 0;
}
.page-id-182 .modal-header .close {
  margin: 0;
  padding: 0;
}
.page-id-182 .modal-body p {
  color: #444;
}
.page-id-182 .modal-body--send {
  background-color: #3663E0;
}
.page-id-182 .modal-body--send h2,
.page-id-182 .modal-body--send p,
.page-id-182 .modal-body--send footer {
  color: #fff;
}
@media (min-width: 992px) {
  .page-id-631 .card-columns {
    column-count: 4;
  }
}
.page-id-631 .card-columns .archive__item {
  cursor: pointer;
}
.page-id-631 .card-columns .archive__item p {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.page-id-631 .card-columns .archive__item p:last-child {
  margin-bottom: 0;
}
.page-template-blog h1 {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .page-template-contacts h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .page-template-contacts h2 {
    margin-top: 0;
  }
}
.page-template-lp_eshop {
  /* заголовки */
}
.page-template-lp_eshop h1 {
  font-size: 2rem;
  font-weight: 300;
}
.page-template-lp_eshop h1 strong {
  font-weight: 700;
}
.page-template-lp_eshop h1.shop {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  .page-template-lp_eshop h1.shop {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-template-lp_eshop h1.shop {
    font-size: 2.9rem;
  }
}
.page-template-lp_eshop h2.shop {
  color: #362e30;
  font-size: 1.4rem;
  font-weight: 100;
  text-transform: uppercase;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  .page-template-lp_eshop h2.shop {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-template-lp_eshop h2.shop {
    margin-bottom: 4rem;
  }
}
.page-template-lp_eshop h2.shop strong {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-template-lp_eshop h2.shop strong {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .page-template-lp_eshop h2.shop strong {
    font-size: 2.6rem;
  }
}
.page-template-lp_eshop h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 1rem;
}
.page-template-lp_eshop h5.shop {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.page-template-lp_eshop a.link--eshop {
  color: #c10034;
  display: inline-block;
  text-decoration: underline;
  margin-top: 1.8rem;
  line-height: 0.5rem;
  position: relative;
}
.page-template-lp_eshop a.link--eshop:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 10px;
  background: url(../js/../images/sprite.png) no-repeat;
  background-position: -1px -14px;
  margin-left: 0.8rem;
  position: absolute;
  right: -2rem;
}
.page-template-lp_eshop {
  /* цитата в оффере */
}
.page-template-lp_eshop .blockquote p {
  line-height: 1.2;
}
.page-template-lp_eshop .blockquote-footer {
  color: #a0d4ff;
}
.page-template-lp_eshop {
  /* элементы текста */
}
.page-template-lp_eshop .p-eshop {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .page-template-lp_eshop .p-eshop {
    margin-bottom: 4rem;
  }
}
.page-template-lp_eshop .p-eshop p {
  font-family: "MuseoSans", sans-serif;
  font-size: 0.875rem;
  color: #333;
}
@media (min-width: 992px) {
  .page-template-lp_eshop .p-eshop p {
    font-size: 1rem;
  }
}
.page-template-lp_eshop .p-eshop p a {
  color: #c10034;
  display: inline-block;
  text-decoration: underline;
  margin-top: 1.8rem;
  line-height: 0.5rem;
  position: relative;
}
.page-template-lp_eshop .p-eshop p a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 10px;
  background: url(../js/../images/sprite.png) no-repeat;
  background-position: -1px -14px;
  margin-left: 0.8rem;
  position: absolute;
  right: -2rem;
}
.page-template-lp_eshop {
  /* стилизуем девайсы */
}
.page-template-lp_eshop .device {
  animation: 1.8s ease-in-out 0.2s normal none infinite running trambling-animation;
}
@media (min-width: 576px) {
  .page-template-lp_eshop .device {
    max-width: none;
  }
}
.page-template-lp_eshop {
  /* блок unitheme */
}
.page-template-lp_eshop .unitheme figure {
  cursor: zoom-in;
  position: relative;
  overflow: hidden;
}
.page-template-lp_eshop .unitheme figure:before {
  position: absolute;
  top: 20px;
  left: -110%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.page-template-lp_eshop .unitheme figure:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.page-template-lp_eshop {
  /* ecomshow */
}
.page-template-lp_eshop .vadim {
  color: #fff;
  margin-top: -5rem;
}
.page-template-lp_eshop .vadim h5 {
  font-weight: 700;
}
.page-template-lp_eshop .vadim p {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #fff;
}
.page-template-lp_eshop .vadim .quote p {
  line-height: 1;
}
.page-template-lp_eshop .vadim .quote:before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url(../js/../images/sprite.png) no-repeat;
  background-position: -558px -58px;
  float: left;
  margin-right: 0.8rem;
  margin-bottom: 10rem;
}
.page-template-lp_eshop .container--blue p {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 576px) {
  .page-template-lp_eshop .container--blue p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-template-lp_eshop .container--blue p {
    font-size: 1.125rem;
  }
}
.page-template-lp_eshop .container--map p {
  font-size: 1rem;
}
.page-template-lp_eshop .container--header .phone {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-template-lp_eshop .container--header .phone {
    color: #333;
  }
}
.page-template-lp_eshop .container--header .phone a {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-template-lp_eshop .container--header .phone a {
    color: #333;
  }
}
.page-template-lp_eshop .container--header p {
  color: #fff;
}
.page-template-iframe_portfolio {
  overflow-y: hidden;
}
.page-template-calculator-eshop blockquote p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
}
.page-template-calculator-eshop blockquote footer {
  font-weight: 100;
  font-style: normal;
  line-height: 1.2;
  color: #cee6f9;
}
.page-template-calculator-eshop .switch {
  background-color: #40a7fc;
  border: 1px solid #7ebdf2;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.6rem;
  overflow: hidden;
}
.page-template-calculator-eshop .switch span {
  flex-basis: 38%;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
@media (min-width: 992px) {
  .page-template-calculator-eshop .switch span {
    line-height: 1.4;
  }
}
.page-template-calculator-eshop .switch div {
  flex-basis: 24%;
  height: 22px;
}
.page-template-calculator-eshop .switch div label {
  margin: 0;
}
.page-template-calculator-eshop .switch--variant {
  border-color: #e3e0e0;
  background-color: transparent;
}
.page-template-calculator-eshop .switch--variant div {
  max-width: 50px;
}
.page-template-calculator-eshop .switch--variant span {
  flex-basis: 70%;
  font-size: 1rem;
  color: #444;
}
@media (min-width: 576px) {
  .page-template-calculator-eshop .switch--variant span {
    line-height: 1.7;
  }
}
.page-template-calculator-eshop .switch--variant input.cmn-toggle-round-flat + label {
  background-color: #091536;
}
.page-template-calculator-eshop .switch--variant input.cmn-toggle-round-flat + label:before {
  left: 51px;
  background-color: transparent;
}
.page-template-calculator-eshop .switch--variant input.cmn-toggle-round-flat:checked + label {
  background-color: #091536;
}
.page-template-calculator-eshop .switch textarea {
  border: none;
  background: #f5f5f5;
  width: 100%;
  line-height: 1.2;
}
.page-template-calculator-eshop .switch textarea:focus, .page-template-calculator-eshop .switch textarea:active, .page-template-calculator-eshop .switch textarea:hover {
  outline: none;
  border: 0;
}
.page-template-calculator-eshop .progress-bar {
  transition: ease-out 5s;
  width: 0%;
}
.page-template-calculator-eshop .progress-bar.active {
  width: 100%;
}
.page-template-calculator-eshop button {
  cursor: pointer;
}

.modal-xl {
  max-width: 100%;
}
.modal-fixed {
  position: fixed;
  max-width: 470px;
  top: 30px;
  right: 30px;
}
.modal-content {
  border-radius: 0;
}
.modal-content--calculator {
  background-color: #f5f5f5;
  min-height: 90vh;
}
.modal-content--calculator .progress {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-content--calculator .progress-bar {
  height: 100%;
}
.modal-content--calculator .progress-bar.active {
  animation: go-left-right 9s;
}
.modal-title {
  font-weight: 700;
}
.modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 15px;
  }
}
.modal-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.advantages h2 {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .advantages h2 {
    font-size: 2.4rem;
  }
}
.advantages__item {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.advantages__item p {
  display: block;
  font-size: 0.875rem;
  max-width: 80%;
  margin: 0 auto;
}

.display-1 {
  font-weight: 700;
}
.display-2 {
  font-weight: 700;
}
.display-3 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .display-3 {
    font-size: 3.5rem;
  }
}

.cost h2 {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .cost h2 {
    font-size: 2.4rem;
  }
}
.cost__item {
  text-align: center;
  margin-top: 2rem;
}
.cost__item:hover img {
  filter: grayscale(0);
}
.cost__item img {
  align-self: center;
  filter: grayscale(1);
  margin-bottom: 1rem;
}
.cost__item .title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.cost__item p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.cost__item .time {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
.cost__item .price {
  margin-bottom: 1.5rem;
}
.cost__item--range {
  color: #fff;
}
@media (min-width: 992px) {
  .cost__item--range {
    margin-top: 0;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 40px;
  height: 24px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  width: 195px;
  height: 43px;
  background-color: transparent;
  left: 51px;
  top: -10px;
  bottom: 0;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #214DDA;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
  background: #0BF5C5;
}
input.cmn-toggle-round-flat:checked + label:before {
  left: -201px;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 10px;
}

.mc4wp-checkbox {
  margin-top: 20px;
}
.mc4wp-checkbox label {
  position: relative;
  cursor: pointer;
}
.mc4wp-checkbox label input {
  display: none;
}
.mc4wp-checkbox label input:checked + span:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
}
.mc4wp-checkbox label span {
  font-size: 12px;
  display: inline-block;
  line-height: 1.6;
}
.mc4wp-checkbox label span:before {
  content: "";
  display: block;
  float: left;
  border: 1px solid #fff;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 10px;
  width: 14px;
  height: 14px;
}
