@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Light.eot");
  src: local("Avenir Next Cyr Light"), local("AvenirNextCyr-Light"), 
  url("../fonts/AvenirNextCyr-Light.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Light.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Demi.eot");
  src: local("Avenir Next Cyr Demi"), local("AvenirNextCyr-Demi"), 
  url("../fonts/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Demi.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: local("Avenir Next Cyr Medium"), local("AvenirNextCyr-Medium"), 
  url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: local("Avenir Next Cyr Regular"), local("AvenirNextCyr-Regular"), 
  url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Cyr Ultra';
  src: url("../fonts/AvenirNextCyr-UltraLight.eot");
  src: local("Avenir Next Cyr Ultra Light"), local("AvenirNextCyr-UltraLight"), 
  url("../fonts/AvenirNextCyr-UltraLight.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-UltraLight.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Heavy.eot");
  src: local("Avenir Next Cyr Heavy"), local("AvenirNextCyr-Heavy"), 
  url("../fonts/AvenirNextCyr-Heavy.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Heavy.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Bold.eot");
  src: local("Avenir Next Cyr Bold"), local("AvenirNextCyr-Bold"), 
  url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextCyr-Thin.eot");
  src: local("Avenir Next Cyr Thin"), local("AvenirNextCyr-Thin"), 
  url("../fonts/AvenirNextCyr-Thin.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/AvenirNextCyr-Thin.woff") format("woff"), 
  url("../fonts/AvenirNextCyr-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100vw;
  display: block;
  min-width: 320px;
  font-family: 'Avenir';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-type: none;
}

textarea,
input {
  font-family: inherit;
}

a {
  transition: .4s all ease;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: 600;
}

.preloader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.col {
  padding: 0 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .4s all ease;
}

.header.fixed {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header__toggle {
  display: none;
}

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

.header__logo {
  flex-shrink: 0;
}

.header__list {
  display: flex;
}

.header__list li {
  padding: 0 30px;
}

.header__list a {
  font-size: 18px;
  display: block;
  line-height: 1;
  padding: 25px 0;
  font-weight: 700;
}

.header__list a:hover {
  color: #f73a5b;
}

.header__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.header__phone {
  font-size: 25px;
  font-weight: 900;
  color: #344164;
}

.header__phone:hover {
  color: #f73a5b;
}

.header__zakaz {
  color: #002cb3;
  border-bottom: 1px dashed #002cb3;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.header__zakaz:hover {
  color: #f73a5b;
  border-color: #f73a5b;
}

.padding-top {
  padding-top: 68px;
}

.banner {
  padding-top: 135px;
  padding-bottom: 230px;
  background: url() center bottom/cover no-repeat;
}

.banner__top {
  margin-top: 140px;
}

.banner__top h1,
.headline_h1,
.headline_h2 {
  font-size: 74px;
  font-weight: 900;
  color: #002cb3;
  text-transform: uppercase;
  margin: 0;
  line-height: normal !important;
}

.headline_h1 {
  font-size: 48px;
  text-align: center;
}

.headline_h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.banner__top p {
  font-size: 34px;
  color: #344164;
  font-weight: 600;
  margin: 10px 0 0;
}

.banner__btn {
  margin-top: 40px;
  margin-bottom: 55px;
}

.banner__preim p {
  margin: 0;
}

.banner__preim .sow-headline {
  font-size: 23px;
  font-weight: 900;
  color: #002cb3;
  text-transform: uppercase;
}

.banner__preim .sow-sub-headline {
  font-size: 18px;
  color: #344164;
  font-weight: 600;
}

.banner__preim .panel-grid-cell {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.banner__preim .panel-grid-cell:nth-child(1) .sow-headline:after {
  content: '';
  width: 21px;
  height: 21px;
  display: block;
  margin: 5px auto;
  background: url(../images/banner-preim1.png) center/contain no-repeat;
}

.banner__preim .panel-grid-cell:nth-child(2) .sow-headline:after {
  content: '';
  width: 21px;
  height: 21px;
  display: block;
  margin: 5px auto;
  background: url(../images/banner-preim2.png) center/contain no-repeat;
}

.banner__preim .panel-grid-cell:nth-child(3) .sow-headline:after {
  content: '';
  width: 21px;
  height: 21px;
  display: block;
  margin: 5px auto;
  background: url(../images/banner-preim3.png) center/contain no-repeat;
}

.banner__img {
  position: relative;
}

.banner__img a {
  display: block;
  position: relative;
}

.banner__img a:before {
  content: '';
  width: 179px;
  height: 155px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play.png) center/contain no-repeat;
  transition: .4s all ease;
  -webkit-animation: 2s ease infinite play;
  animation: 2s ease infinite play;
  transform-origin: 0 0;
}

.banner__img a:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

@-webkit-keyframes play {
  from {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: scale(0.8) translate(-50%, -50%);
  }

  to {
    transform: translate(-50%, -50%);
  }
}

@keyframes play {
  from {
    transform: translate(-50%, -50%);
  }

  50% {
    transform: scale(0.8) translate(-50%, -50%);
  }

  to {
    transform: translate(-50%, -50%);
  }
}

.banner__img img {
  max-width: unset !important;
}

.btn {
  display: flex;
  height: 80px;
  display: flex;
  align-items: center;
  width: 470px;
  border-radius: 45px;
  border: 2px dashed #f73a5b;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover .btn__title {
  width: calc(100% + 4px);
}

.btn__title {
  background: #f73a5b;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  height: 80px;
  top: 0;
  left: 0;
  margin: -2px;
  padding: 0 20px 0 30px;
  white-space: nowrap;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: .4s all ease;
  width: 300px;
}

.btn__title span {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  margin-left: 10px;
  flex-shrink: 0;
}

.btn__title span svg {
  width: 9px;
  height: 15px;
}

.btn__desc {
  font-size: 15px;
  font-weight: 600;
  color: #f73a5b;
  text-align: center;
  line-height: 1;
  padding: 0 22px 0 13px;
  margin-left: auto;
  width: 40%;
}

.btn__desc span {
  font-size: 27px;
  font-weight: 900;
  display: block;
  margin-top: 3px;
}

.btn--green {
  background: transparent;
  border-color: #002cb3;
}

.btn--green .btn__title {
  background: #002cb3;
}

.btn--green .btn__desc {
  color: #fff;
}

.title-sec {
  margin-bottom: 60px;
}

.title-sec .sow-headline,
.title-sec .sow-sub-headline {
  margin: 0;
}

.title-sec .sow-headline {
  font-size: 45px;
  font-weight: 600;
  color: #002cb3;
  text-transform: uppercase;
  line-height: 1.1 !important;
}

.title-sec .sow-sub-headline {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 8px;
  margin-top: 8px;
  line-height: 1.1 !important;
}

.title-sec--white .sow-headline {
  color: #fff;
}

.preims {
  background: url() center bottom/1920px auto no-repeat;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  background-repeat: no-repeat !important;
}

.preims__item {
  margin-bottom: 55px;
}

.preims__img {
  height: 195px;
  width: 230px;
  background: #fff;
  box-shadow: 6px 6px 38px 0 rgba(51, 171, 181, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.preims__title {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #344164;
}

.preims__title p {
  margin: 0;
}

.contact-form {
  color: #fff;
  padding: 150px 0 95px;
  background: url() center top/cover no-repeat;
}

.contact-form__arrow {
  position: absolute;
  width: 132px;
  height: 132px;
  border: 2px dashed #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #f73a5b;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 166px;
}

.contact-form__arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  box-shadow: 10px 10px 21px 0 rgba(125, 11, 31, 0.09);
}

.contact-form__arrow svg {
  position: relative;
  z-index: 1;
  height: 22px;
  width: 45px;
  transform: rotate(-90deg);
}

.contact-form__title {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.contact-form__desc {
  font-size: 25px;
  line-height: 1.4;
}

.contact-form__wrapper {
  display: flex;
  margin-top: 55px;
  align-items: flex-end;
}

.contact-form__item {
  width: 335px;
  margin-right: 15px;
}

.contact-form__label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
}

.contact-form__label div {
  margin-left: 35px;
}

.contact-form input {
  border: 1px solid #fff;
  border-radius: 45px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  transition: .4s all ease;
}

.contact-form input::-webkit-input-placeholder {
  color: #feaebc;
}

.contact-form input::-moz-placeholder {
  color: #feaebc;
}

.contact-form input:-ms-input-placeholder {
  color: #feaebc;
}

.contact-form input::-ms-input-placeholder {
  color: #feaebc;
}

.contact-form input::placeholder {
  color: #feaebc;
}

.contact-form input:focus {
  border-color: #002cb3;
}

.contact-form__btn {
  width: 480px;
}

.label {
  display: block;
}

.label div {
  margin-left: 35px;
  font-weight: 500;
}

.label input {
  border: 1px solid #fff;
  border-radius: 45px;
  height: 80px;
  background: transparent;
  color: #fff;
  padding: 0 35px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  transition: .4s all ease;
}

.label input::-webkit-input-placeholder {
  color: #feaebc;
}

.label input::-moz-placeholder {
  color: #feaebc;
}

.label input:-ms-input-placeholder {
  color: #feaebc;
}

.label input::-ms-input-placeholder {
  color: #feaebc;
}

.label input::placeholder {
  color: #feaebc;
}

.label input:focus {
  border-color: #002cb3;
}

div.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  background: #fff;
  font-size: 14px !important;
  left: 35px;
  padding: 5px;
  margin-top: -13px;
}

.how {
  padding-top: 100px;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
}

.how .panel-layout .panel-grid-cell {
  margin-bottom: 15px;
}

.how__item {
  background: #e4f8f9;
  padding: 55px 42px;
  border-radius: 10px;
  height: 100%;
}

.how__img .so-widget-sow-image {
  display: flex;
  align-items: flex-end;
}

.how__img .title-wid {
  font-size: 26px;
  color: #f73a5b;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.how__img .title-wid span {
  display: block;
  font-size: 66px;
  color: rgba(247, 58, 91, 0.1);
  margin-bottom: -5px;
  margin-left: -4px;
}

.how__img .sow-image-container {
  flex-shrink: 0;
  margin-left: 15px;
}

.how__desc {
  font-size: 20px;
  line-height: normal;
}

.how__desc p {
  margin: 35px 0 0;
}

.what {
  margin-top: 80px;
}

.plusminus {
  margin-top: 45px;
  font-size: 25px;
}

.plusminus__col {
  padding-left: 40px;
}

.plusminus li {
  line-height: 2;
  display: flex;
  align-items: center;
}

.plusminus__minus li:before {
  height: 5px;
  width: 24px;
  content: '';
  background: url(../images/minus.svg) center/contain;
  flex-shrink: 0;
  display: block;
  margin-right: 50px;
}

.plusminus__plus li:before {
  height: 22px;
  width: 22px;
  content: '';
  background: url(../images/plus.svg) center/contain;
  flex-shrink: 0;
  display: block;
  margin-right: 50px;
}

.compare {
  margin-top: 90px;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
}

.compare__col {
  background: #fff;
  box-shadow: 0 0 59px 0 rgba(51, 171, 181, 0.08);
  padding: 10px;
  border-radius: 10px;
}

.compare__col>*:last-child .compare__td {
  border-bottom: 0;
}

.compare__title {
  height: 70px;
  background: #b8eaee;
  border-radius: 10px;
  font-size: 18px;
  color: #344164;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.compare__td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border-bottom: 1px solid #e6f4fb;
}

.compare__img {
  font-size: 17px;
  font-weight: 600;
  color: #344164;
}

.compare__img .so-widget-sow-image {
  width: 100%;
  display: flex;
  align-items: center;
}

.compare__img .sow-image-container {
  flex-shrink: 0;
  margin-right: 18px;
}

.compare__icon {
  color: #344164;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
  margin: 0 15px;
}

.compare__icon img {
  width: 31px;
  height: 31px;
  margin: 0 auto 5px;
}

.enter {
  padding-top: 130px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.enter .title-sec {
  margin-bottom: 15px;
}

.enter .panel-last-child {
  display: flex;
  justify-content: center;
}

.enter__wrapper {
  position: relative;
  height: 774px;
  width: 1170px;
}

.enter__img {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.enter__item {
  display: flex;
  position: relative;
  z-index: 1;
  width: 300px;
}

.enter__item--1,
.enter__item--2,
.enter__item--3,
.enter__item--4 {
  justify-content: flex-end;
  text-align: right;
  margin-left: auto;
}

.enter__item--1 .percircle,
.enter__item--2 .percircle,
.enter__item--3 .percircle,
.enter__item--4 .percircle {
  margin-left: 30px;
}

.enter__item--1 {
  margin-right: 130px;
  margin-top: 125px;
}

.enter__item--2 {
  margin-right: 225px;
  margin-top: 56px;
}

.enter__item--3 {
  margin-top: 56px;
  margin-right: 215px;
}

.enter__item--4 {
  margin-top: 56px;
  margin-right: 110px;
}

.enter__item--5,
.enter__item--6,
.enter__item--7,
.enter__item--8 {
  justify-content: flex-end;
}

.enter__item--5 .percircle,
.enter__item--6 .percircle,
.enter__item--7 .percircle,
.enter__item--8 .percircle {
  margin-right: 30px;
  order: 1;
}

.enter__item--5 .so-widget-sow-editor,
.enter__item--6 .so-widget-sow-editor,
.enter__item--7 .so-widget-sow-editor,
.enter__item--8 .so-widget-sow-editor {
  order: 2;
}

.enter__item--5 {
  margin-left: 195px;
  margin-top: 125px;
}

.enter__item--6 {
  margin-left: 268px;
  margin-top: 56px;
}

.enter__item--7 {
  margin-top: 56px;
  margin-left: 285px;
}

.enter__item--8 {
  margin-top: 56px;
  margin-left: 100px;
}

.enter .title-wid {
  font-size: 22px;
  font-weight: 600;
  color: #344164;
  white-space: nowrap;
}

.enter .textwidget {
  font-size: 18px;
  line-height: normal;
  margin: 6px 0 0;
}

.enter .textwidget p {
  margin: 0;
  white-space: nowrap;
}

.percircle {
  flex-shrink: 0;
  font-size: 76px;
  margin: 0;
  background: #d6d9e0;
}

.percircle:hover>span {
  transform: translateY(-50%);
  color: #344164;
}

.percircle:hover:after {
  transform: translate(-50%, -50%);
}

.percircle:after {
  background: #fff;
  width: .75em;
  height: .75em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.percircle>span {
  font-size: 22px;
  font-weight: 600;
  color: #344164;
}

.percircle .bar {
  border: 0.15em solid #344164;
  width: .7em;
  height: .7em;
}

.gt50 .fill {
  border: 0.15em solid #344164;
  width: .7em;
  height: .7em;
}

.form {
  width: 430px;
  background-size: cover;
  background-position: center;
  padding: 60px 45px 42px;
  color: #fff;
  border-radius: 15px;
}

.form__title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.form .label {
  margin-bottom: 40px;
}

.form .label input {
  background: rgba(255, 255, 255, 0.3);
  border-color: #b3dfe3;
}

.form .label input::-webkit-input-placeholder {
  color: #002cb3;
}

.form .label input::-moz-placeholder {
  color: #002cb3;
}

.form .label input:-ms-input-placeholder {
  color: #002cb3;
}

.form .label input::-ms-input-placeholder {
  color: #002cb3;
}

.form .label input::placeholder {
  color: #002cb3;
}

.form .label input:focus {
  border-color: #fff;
}

.btn-form {
  font-size: 20px;
  font-weight: 900;
  color: #002cb3;
  background: #fff;
  border-radius: 45px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  width: 100%;
  transition: .4s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-form:hover {
  background: #f73a5b;
  color: #fff;
}

.cost {
  padding-top: 130px;
  padding-bottom: 95px;
  background-position: bottom center;
  margin-top: -50px;
  background-repeat: no-repeat !important;
}

.cost .title-sec {
  text-align: left;
  margin-top: 90px;
}

.cost .title-sec .sow-sub-headline {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.3 !important;
}

.prices {
  padding-top: 80px;
  padding-bottom: 140px;
  background-size: 1920px auto;
  background-repeat: no-repeat !important;
}

.prices-slider {
  font-weight: 600;
  position: relative;
}

.prices-slider .swiper-wrapper {
  align-items: stretch;
}

.prices-slider__item {
  display: flex;
  flex-direction: column;
  height: auto;
}

.prices-slider__content {
  padding: 0 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prices-slider__img {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  background: url() center/cover;
  display: block;
  flex-shrink: 0;
}

.prices-slider__title {
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #002cb3;
  margin: 20px 0 10px;
}

.prices-slider__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.prices-slider__price .new {
  font-size: 20px;
  color: #f73a5b;
  margin-left: 15px;
}

.prices-slider__btn {
  color: #fff;
  background: #002cb3;
  height: 66px;
  font-size: 16px;
  line-height: 1;
}

.prices-slider__btn span {
  width: 31px;
  height: 31px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  margin-left: 11px;
  flex-shrink: 0;
}

.prices-slider__btn svg {
  width: 8px;
  height: 12px;
}

.prices-slider .arrow {
  top: 115px;
}

.arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  fill: #002cb3;
  box-shadow: 0 0 8px 0 rgba(51, 171, 181, 0.17);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  transition: .4s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow:hover {
  background: #002cb3;
  fill: #fff;
}

.arrow svg {
  width: 28px;
  height: 14px;
}

.arrow.prev {
  right: 100%;
  margin-right: 15px;
}

.arrow.next {
  left: 100%;
  margin-left: 15px;
}

.arrow.next svg {
  transform: rotate(180deg);
}

.compensate-for-scrollbar {
  margin-right: auto !important;
}

.photo-sec {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat !important;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.photo-sec:before {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: url(../images/oblaka.png);
}

.photo-sec .title-sec {
  margin-bottom: 150px;
}

.photo-sec__bl {
  background: #f5e8d6;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 40px 65px;
  max-width: 470px;
  margin-left: auto;
  line-height: 1.66;
  color: #344164;
}

.photo-sec__bl a {
  font-size: 21px;
  font-weight: 900;
  color: #f73a5b;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.photo-sec__bl a:hover {
  opacity: .8;
}

.photo-sec__bl p {
  margin: 5px 0;
}

.goods {
  padding-top: 90px;
  background-repeat: no-repeat !important;
  background-position: top 220px right;
}

.goods .panel-grid-cell {
  margin-bottom: 15px;
}

.goods .widget_sow-image {
  height: 100%;
}

.goods__item {
  border: 1px solid #bbc0cb;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.goods__item--center .sow-image-container {
  justify-content: center;
}

.goods__item--right .sow-image-container {
  justify-content: flex-end;
}

.goods__item.romb .title-wid:before {
  background-image: url(../images/goods-sym1.png);
  opacity: .5;
}

.goods__item.romb2 .title-wid:before {
  background-image: url(../images/goods-sym2.png);
}

.goods__item.kvadrat .title-wid:before {
  background-image: url(../images/goods-sym3.png);
  opacity: .5;
}

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

.goods .sow-image-container {
  height: 330px;
  display: flex;
  align-items: center;
}

.goods .title-wid {
  font-size: 18px;
  font-weight: 600;
  color: #344164;
  line-height: normal;
  padding: 0 20px 15px;
}

.goods .title-wid:before {
  content: '';
  width: 21px;
  height: 21px;
  display: block;
  background: url() center/contain no-repeat;
  margin: 10px 0 12px;
}

.other {
  padding-top: 180px;
  background-size: 1920px auto;
  background-repeat: no-repeat !important;
  padding-bottom: 235px;
  position: relative;
}

.other .title-sec {
  margin-bottom: 75px;
}

.other .sow-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.other .sow-tabs .sow-tabs-tab-container {
  display: block;
  background: none;
  max-width: 400px;
  padding: 0;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  background: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #344164;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 38px 0 rgba(51, 171, 181, 0.09);
  margin: 0;
  margin-bottom: 10px;
  width: 400px;
  padding: 0 22px !important;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-tab-selected {
  background: #002cb3 !important;
  color: #fff !important;
  margin-left: 50px;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-tab-selected .sow-tabs-img {
  fill: #fff;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-img {
  flex-shrink: 0;
  fill: #002cb3;
  margin-right: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-img svg {
  max-width: 100%;
  max-height: 100%;
}

.other .sow-tabs .sow-tabs-tab-container .sow-tabs-title {
  line-height: normal !important;
}

.other .sow-tabs .sow-tabs-panel-container {
  background: transparent;
  width: 570px;
  color: #344164;
  padding-bottom: 40px;
}

.other .sow-tabs .sow-tabs-panel-container h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
}

.other .sow-tabs .sow-tabs-panel-container ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.other .sow-tabs .sow-tabs-panel-container ul li {
  display: flex;
  align-items: center;
  margin-right: 17px;
  line-height: 1.6;
}

.other .sow-tabs .sow-tabs-panel-container ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #002cb3;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 5px;
}

.other .sow-tabs .sow-tabs-panel-container img {
  margin-top: 30px;
}

.other .sow-tabs .sow-tabs-panel {
  padding: 0 !important;
}

.other .sow-tabs .sow-tabs-link {
  font-size: 20px;
  font-weight: 600;
  fill: #344164;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.other .sow-tabs .sow-tabs-link svg {
  width: 22px;
  height: 11px;
  transform: rotate(180deg);
  margin-left: 15px;
}

.other .sow-tabs .sow-tabs-link:hover {
  color: #f73a5b;
  fill: #f73a5b;
}

.reviews {
  margin-top: -200px;
  padding-top: 250px;
  padding-bottom: 70px;
}

.reviews .sow-testimonials {
  position: relative;
}

.reviews .sow-testimonial {
  padding: 0 50px;
  max-width: 850px;
  margin: 0 auto;
}

.reviews .sow-testimonial-text {
  background: none !important;
  font-size: 18px;
  color: #fff !important;
  line-height: 1.55;
  text-align: center;
  padding: 0 !important;
}

.reviews .sow-testimonial-text:before {
  content: '';
  width: 76px;
  height: 51px;
  background: url(../images/blockquote.png) center/contain no-repeat;
  display: block;
  margin: 0 auto 20px;
}

.reviews .sow-testimonial-text p {
  margin: 0;
}

.reviews .sow-testimonial-user {
  text-align: center;
  padding: 0 !important;
  margin-top: 40px;
}

.reviews .sow-image-wrapper {
  display: flex;
  justify-content: center;
}

.reviews .sow-round-image-frame {
  position: relative;
}

.reviews .sow-round-image-frame:before,
.reviews .sow-round-image-frame:after {
  width: 86px;
  height: 86px;
  content: '';
  background: url(../images/rev-before.png) center/contain no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.reviews .sow-round-image-frame:before {
  right: 100%;
  margin-right: 17px;
}

.reviews .sow-round-image-frame:after {
  left: 100%;
  margin-left: 17px;
}

.reviews .sow-round-image-frame {
  background-size: cover;
}

.reviews .sow-testimonial-name {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  margin-top: 20px;
}

.reviews .sow-testimonial-name strong {
  font-weight: 600;
}

.reviews .sow-testimonial-location {
  font-size: 14px;
  color: #2f2f2f;
}

.seo {
  line-height: 1.75;
  overflow: auto;
  height: 400px;
}

.seo::-webkit-scrollbar {
  width: 2px;
  /* ширина для вертикального скролла */
  height: 0;
  /* высота для горизонтального скролла */
  background-color: #eee;

}

.seo::-webkit-scrollbar-thumb {
  background-color: #344164;
  border-radius: 9em;
  width: 2px;
  box-shadow: inset 1px 1px 10px #344164;

}

.arrow2 {
  width: 12px;
  height: 21px;
  fill: #fff;
  position: absolute;
  top: 110px;
  z-index: 1;
  cursor: pointer;
  transition: .4s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow2:hover {
  fill: #f73a5b;
}

.arrow2 svg {
  max-height: 100%;
  max-width: 100%;
}

.arrow2.prev2 {
  left: 0;
}

.arrow2.prev2 svg {
  transform: rotate(180deg);
}

.arrow2.next2 {
  right: 0;
}

.map {
  position: relative;
}

.map-info {
  position: absolute;
  background: #fff;
  max-width: 430px;
  width: 100%;
  border-radius: 20px;
  z-index: 1;
  padding: 0 34px 68px;
  box-shadow: 0 0 38px 0 rgba(51, 171, 181, 0.09);
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.map-info__logo {
  height: 90px;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  margin-top: 1rem;
}

.map-info__list {
  margin: 30px 0 42px;
}

.map-info__list li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}
.map-info__logo img{
  height: 100%;
}
.map-info__list li:last-child {
  margin-bottom: 0;
}

.map-info__list a {
  display: block;
}

.map-info__list a:hover {
  color: #f73a5b;
}

.map-info__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(51, 171, 181, 0.2);
  fill: #002cb3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.map-info__icon svg {
  max-height: 20px;
  max-width: 20px;
}

.social {
  display: flex;
  margin-left: 65px;
  align-items: center;
}

.social li {
  margin: 0 10px;
}

.social a {
  display: block;
  fill: #C13584;
}

.social a:hover {
  fill: #f73a5b;
}

.social svg {
  max-height: 18px;
  max-width: 22px;
}

.footer {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #344164;
  border-bottom: 1px solid #c2c6d0;
}

.footer__wrapper {
  display: flex;
}

.footer .widget {
  list-style-type: none;
  flex-grow: 1;
}

.footer__title {
  font-size: 20px;
  font-weight: 900;
  color: rgba(52, 65, 100, 0.6);
  text-transform: uppercase;
  height: 85px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c2c6d0;
  position: relative;
  white-space: nowrap;
  padding-right: 20px;
}

.footer__title:before {
  position: absolute;
  content: '';
  right: 100%;
  height: 1px;
  width: 9999px;
  background: #c2c6d0;
  bottom: -1px;
}

.footer__title:after {
  position: absolute;
  content: '';
  left: 100%;
  height: 1px;
  width: 9999px;
  background: #c2c6d0;
  bottom: -1px;
}

.footer .menu {
  padding: 40px 0;
  padding-right: 20px;
}

.footer .menu li {
  margin-bottom: 25px;
}

.footer .menu li:last-child {
  margin-bottom: 0;
}

.footer .menu a:hover {
  color: #f73a5b;
}

.footer__contacts {
  flex-grow: 0 !important;
  flex-shrink: 0;
}

.footer__list {
  padding: 40px 0;
}

.footer__list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.footer__list li:last-child {
  margin-bottom: 0;
}

.footer__list a {
  display: block;
}

.footer__list a:hover {
  color: #f73a5b;
}

.footer__icon {
  width: 18px;
  flex-shrink: 0;
  margin-right: 23px;
  fill: #858da2;
}

.footer__icon svg {
  max-height: 19px;
  max-width: 100%;
}

.copyright {
  font-size: 14px;
  color: rgba(52, 65, 100, 0.6);
  padding: 15px;
  margin-top: 8px;
}

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

.copyright__social {
  margin: 0 -15px;
  margin-left: 20px;
}

.copyright__social li {
  margin: 0 15px;
}

.copyright__social a {
  fill: #344164;
}

.copyright__social a:hover {
  fill: #f73a5b;
}

.examples {
  padding-top: 75px;
  padding-bottom: 100px;
  background-position: right top;
  background-repeat: no-repeat !important;
}

.doposle {
  position: relative;
}

.doposle .arrow {
  top: 50%;
  transform: translateY(-50%);
}

.twentytwenty-handle {
  height: 58px;
  width: 58px;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  margin-left: -30px;
  margin-top: -20px;
}

.twentytwenty-handle:before {
  margin-bottom: 45px !important;
}

.twentytwenty-handle:after {
  margin-top: 45px !important;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #002cb3;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #002cb3;
}

.modal {
  background: #002cb3;
  border-radius: 20px;
  padding: 0;
  display: none;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
}

/************* SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-wrapper>.scroll-element,
.scroll-wrapper>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll-wrapper>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-wrapper>.scroll-element.scroll-x {
  top: 0px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scroll-wrapper>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scroll-wrapper>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-wrapper>.scroll-element .scroll-element_outer,
.scroll-wrapper>.scroll-element .scroll-element_track,
.scroll-wrapper>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scroll-wrapper>.scroll-element .scroll-element_track,
.scroll-wrapper>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 1;
}

.scroll-wrapper>.scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scroll-wrapper>.scroll-element .scroll-bar {
  background-color: #002cb3;
}

.scroll-wrapper>.scroll-element:hover .scroll-bar {
  background-color: #f73a5b;
}

.scroll-wrapper>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #f73a5b;
}

/* update scrollbar offset if both scrolls are visible */
.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

#panel-w5eba5ad912cfb-0-0-0 .compare__title {
  opacity: 0;
}

.page-service {
  margin-top: 100px;
}

.page-service-price {
  padding-top: 100px;
}

.page-service-ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.page-service-ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

#pl-525 ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

/*Our services*/

.our-services-inner {
  display: flex;
  margin: 40px auto;
}

.our-services-inner img {
  height: 220px;
  margin: 0 auto 45px;
}

.service {
  width: 33.3333%;
  text-align: center;
}

.service ul {
  padding-left: 0;
}

.our-services-inner ul li {
  margin-bottom: 10px;
  list-style-type: none !important;
}

.our-services-inner ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #344164;
}

.our-services-inner ul li a:hover {
  color: #f73a5b;
}

/*Table*/

.tablepress {
  background-color: #fff;
  font-size: 19px;
}

.tablepress thead th {
  background-color: #d1efff;
  font-family: 'Avenir';
  font-weight: bold;
  vertical-align: middle;
  color: rgba(52, 65, 100, 0.702);
  font-size: 23px;
}

.table-3-rows .column-1,
.table-2-rows .column-1,
.table-2-rows .column-2 {
  width: 50%;
}

.table-3-rows .column-2,
.table-3-rows .column-3 {
  width: 25%;
  text-align: center;
}

.table-2-rows .column-2 {
  text-align: center;
}

/*FAQ*/

details {
  cursor: pointer;
  margin: 2px;
  padding: 15px 0;
  background: #f1f3f4;
  border: 1px solid #f1f3f4;
  border-radius: 5px;
}

summary {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #344164;
}

.FAQ_block p {
  padding-left: 20px;
}

/* .swiper-wrapper .swiper-slide:nth-child(1) {
  order: 1;
}

.swiper-wrapper .swiper-slide:nth-child(2) {
  order: 4;
}

.swiper-wrapper .swiper-slide:nth-child(3) {
  order: 3;
}

.swiper-wrapper .swiper-slide:nth-child(4) {
  order: 2;
}

.swiper-wrapper .swiper-slide:nth-child(5) {
  order: 5;
} */


.pt-cv-wrapper .btn-success {
  color: #fff;
  background: #002cb3;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  border-radius: 45px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  width: 100%;
  transition: .4s all ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#panel-797-13-0-1 .sow-tabs-title {
  margin-top: 15px;
}

#panel-797-13-0-1 .sow-tabs-tab {
  margin-bottom: 10px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  margin-top: 20px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
  padding: 20px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-panel-container {
  border-radius: 20px;
  box-shadow: 0 0 38px 0 rgb(51 171 181 / 9%);
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  margin: 2px 0 !important;
}

/*Adaptive*/

@media all and (max-width: 1600px) {
  .map-info {
    right: 5%;
  }
}

@media all and (max-width: 1200px) {
  .header__list li {
    padding: 0 20px;
  }

  .map-info {
    right: 5%;
  }

  .banner {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .banner__top h1 {
    font-size: 55px;
  }

  .banner__top p {
    font-size: 26px;
  }

  .banner__img {
    margin-top: 120px;
    margin-left: -50px;
  }

  .banner__img img {
    max-width: 500px !important;
    height: auto;
  }

  .contact-form {
    background-position: left top;
  }

  .contact-form__arrow {
    display: none;
  }

  .contact-form__title {
    text-align: center;
    display: block;
  }

  .contact-form__desc {
    text-align: center;
  }

  .cost {
    background-size: contain;
    padding-top: 50px;
  }

  .title-sec .sow-headline {
    font-size: 36px;
  }

  .form {
    width: auto;
  }

  .examples {
    padding-bottom: 50px;
  }

  .prices {
    padding-bottom: 140px;
  }

  .prices-slider {
    padding: 0 90px;
  }

  .arrow.next {
    left: unset;
    right: 0;
    margin-left: 0;
  }

  .arrow.prev {
    right: unset;
    left: 0;
    margin-right: 0;
  }

  .photo-sec {
    background-position: center bottom;
    background-size: 1200px auto;
  }

  .photo-sec .title-sec {
    margin-bottom: 50px;
  }

  .other .sow-tabs .sow-tabs-panel-container {
    width: 480px;
  }

  .map-info {
    right: 15px;
  }

  .compare__img {
    word-break: break-word;
  }

  .plusminus {
    font-size: 20px;
  }

  .enter__wrapper {
    transform: scale(0.8);
    margin: -70px auto 0;
    height: 700px;
  }

  .page-service-ol,
  .page-service-ul {
    padding-left: 30px;
  }
}

@media all and (max-width: 992px) {
  .header {
    padding: 10px 0;
  }

  .header__menu {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 5px 0 rgba(51, 171, 181, 0.1);
  }

  .header__list {
    display: block;
    padding: 15px 0;
  }

  .header__list a {
    padding: 15px 0;
    text-align: center;
  }

  .header__info {
    margin-left: auto;
    margin-top: 0;
  }

  .header__toggle {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #002cb3;
    margin-left: 20px;
    position: relative;
    flex-shrink: 0;
  }

  .header__toggle span {
    height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    position: absolute;
    left: 10px;
    transition: .4s all ease;
  }

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

  .header__toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header__toggle span:nth-child(3) {
    bottom: 13px;
  }

  .header__toggle.active {
    background: #f73a5b;
  }

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

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

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

  .banner {
    padding-bottom: 100px;
  }

  .banner__top h1 {
    font-size: 40px;
  }

  .banner__top p {
    font-size: 20px;
  }

  .banner__btn {
    margin: 15px auto 20px;
  }

  .banner__img {
    margin-left: 0;
  }

  .banner__img a:before {
    width: 100px;
    height: 85px;
  }

  .banner__img img {
    max-width: 300px !important;
  }

  .banner__preim .panel-grid-cell {
    padding: 15px 5px;
  }

  .banner__preim .sow-headline {
    font-size: 18px;
  }

  .banner__preim .sow-sub-headline {
    font-size: 15px;
  }

  .preims__title {
    font-size: 17px;
  }

  .contact-form {
    padding: 60px 0;
    background: #f73a5b !important;
    margin-top: 40px;
  }

  .contact-form__wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .contact-form__title {
    font-size: 30px;
  }

  .contact-form__desc {
    font-size: 20px;
  }

  .contact-form__item {
    margin-right: 0;
    padding: 0 10px;
    width: 50%;
  }

  .contact-form__btn {
    margin: 20px auto 0;
  }

  .title-sec .sow-headline {
    font-size: 30px;
  }

  .title-sec .sow-sub-headline {
    font-size: 20px;
  }

  .how__item {
    padding: 30px 15px;
  }

  .how__desc {
    font-size: 16px;
  }

  .plusminus {
    font-size: 18px;
  }

  .plusminus__col {
    padding-left: 0;
  }

  .plusminus__plus li:before,
  .plusminus__minus li:before {
    margin-right: 20px;
  }

  .enter__wrapper {
    transform: scale(0.62);
    height: 550px;
    margin-top: -100px;
  }

  .cost {
    flex-wrap: wrap !important;
  }

  .cost .panel-grid-cell {
    width: 100% !important;
  }

  .cost .title-sec {
    margin-top: 0;
  }

  .cost .title-sec .sow-headline {
    text-align: center !important;
  }

  .cost .title-sec .sow-sub-headline {
    text-align: center !important;
  }

  .photo-sec__bl {
    max-width: 100%;
  }

  .goods .sow-image-container {
    height: 250px;
  }

  .other {
    background-size: 1700px auto;
    padding-bottom: 95px;
  }

  .other .sow-tabs {
    align-items: flex-start;
  }

  .other .sow-tabs .sow-tabs-tab-container {
    max-width: unset;
    width: 75%;
  }

  .other .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    width: 290px;
    font-size: 16px;
    height: 70px;
  }

  .other .sow-tabs .sow-tabs-tab-container .sow-tabs-tab-selected {
    margin-left: 20px;
  }

  .other .sow-tabs .sow-tabs-tab-container .sow-tabs-img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .reviews {
    padding-top: 120px;
    margin-top: -130px;
  }

  .reviews .sow-round-image-frame {
    width: 100px !important;
    height: 100px !important;
    background-size: cover;
  }

  .seo {
    padding: 60px 0;
  }

  .footer {
    font-size: 16px;
  }

  .footer__title {
    font-size: 18px;
  }

  .form {
    max-width: 500px;
    margin: 0 auto;
  }

  .map .sow-google-map-canvas {
    height: 400px !important;
  }

  .map-info {
    position: relative;
    right: unset;
    top: 0;
    transform: none;
    max-width: 100%;
  }

  .compare__title {
    height: 40px;
    font-size: 14px;
  }

  .compare__title p {
    margin: 0;
  }

  .compare__td {
    font-size: 12px;
    height: 100px;
  }

  .compare__icon {
    margin: 0;
  }

  .compare__icon img {
    width: 20px;
    height: 20px;
  }

  .compare__img .sow-image-container {
    margin-right: 7px;
    width: 40px;
  }

  .our-services-inner {
    flex-direction: column;
    text-align: center;
  }

  .service {
    width: 100%;
    margin-bottom: 30px;
  }

  .our-services-inner img {
    height: 150px;
  }

  .headline_h1 {
    font-size: 28px;
  }
}

@media all and (max-width: 767px) {
  .header__logo {
    width: 170px;
  }

  .header__phone {
    font-size: 14px;
  }

  .header__toggle {
    margin-left: 10px;
  }

  .header__zakaz {
    font-size: 15px;
  }

  .banner {
    padding-bottom: 30px;
  }

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

  .banner__top h1,
  .banner__top p {
    text-align: center !important;
  }

  .banner__preim .panel-grid-cell {
    margin-top: 10px;
    padding: 15px 5px !important;
  }

  .banner__img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .btn {
    height: 140px;
    max-width: 400px;
    width: 100%;
  }

  .btn__title {
    width: calc(100% + 4px);
    height: 70px;
    font-size: 16px;
  }

  .btn__desc {
    margin: 70px auto 0;
  }

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

  .title-sec .sow-sub-headline {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .contact-form {
    margin-top: 20px;
  }

  .contact-form__wrapper {
    margin-top: 20px;
  }

  .contact-form__item {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .how {
    padding-top: 60px;
  }

  .how .panel-layout .panel-grid-cell {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .plusminus {
    font-size: 16px;
  }

  .plusminus__plus {
    margin-top: 20px;
  }

  .plusminus li {
    line-height: 1.2;
    margin: 10px 0;
  }

  .compare {
    margin-top: 60px;
  }

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

  .enter__wrapper {
    height: auto;
    transform: none;
    margin: 0;
    width: auto;
    width: 100%;
  }

  .enter__img {
    display: none;
  }

  .enter__item {
    width: 100%;
    margin: 10px 0 !important;
    justify-content: flex-start !important;
    text-align: left;
  }

  .enter__item .so-widget-sow-editor {
    order: 2;
  }

  .enter .percircle {
    order: 1;
    margin-left: 0;
    margin-right: 15px;
  }

  .enter .title-wid {
    font-size: 18px;
  }

  .enter .textwidget {
    font-size: 16px;
  }

  .enter .textwidget p {
    word-wrap: wrap;
    white-space: normal;
  }

  .cost {
    background-size: contain;
    padding-bottom: 30px;
  }

  .cost .title-sec .sow-sub-headline {
    font-size: 16px;
  }

  .form {
    padding: 30px;
  }

  .form__title {
    margin-bottom: 15px;
  }

  .form .label {
    margin-bottom: 15px;
  }

  .btn-form {
    height: 70px;
    font-size: 16px;
  }

  .label input {
    height: 70px;
  }

  .arrow {
    width: 50px;
    height: 50px;
  }

  .arrow svg {
    width: 20px;
  }

  .prices {
    padding-top: 30px;
    padding-bottom: 80px;
    background-size: cover;
  }

  .prices-slider {
    padding: 0;
  }

  .prices-slider .arrow {
    top: 130px;
  }

  .photo-sec .title-sec {
    margin-bottom: 40px;
  }

  .photo-sec__bl {
    padding: 15px;
    font-size: 16px;
  }

  .goods {
    padding-top: 20px;
  }

  .goods .panel-grid-cell {
    margin-bottom: 15px !important;
  }

  .goods .sow-image-container {
    justify-content: center !important;
  }

  .other {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .other .title-sec {
    margin-bottom: 40px;
  }

  .other .sow-tabs {
    flex-direction: column;
    align-items: center;
  }

  .other .sow-tabs-panel-container {
    margin-top: 30px;
  }

  .reviews {
    margin-top: 0;
    padding: 70px 0;
  }

  .reviews .sow-testimonial {
    padding: 0 30px;
  }

  .reviews .sow-testimonial-text {
    font-size: 16px;
  }

  .reviews .sow-round-image-frame:before {
    margin-right: 10px;
  }

  .reviews .sow-round-image-frame:after {
    margin-left: 10px;
  }

  .map .sow-google-map-canvas {
    height: 300px !important;
  }

  .map-info {
    padding: 0 15px 40px;
  }

  .map-info__icon {
    margin-right: 15px;
  }

  .map-info__list li {
    font-size: 16px;
  }

  .footer__title {
    height: 60px;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }

  .footer .menu {
    padding: 20px 20px 20px 0;
  }

  .footer .menu li {
    margin-bottom: 15px;
  }

  .footer__list {
    padding: 20px 0;
  }

  .copyright__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright__social {
    margin: 0;
  }

  .copyright__text {
    order: 2;
    text-align: center;
    margin-top: 15px;
  }

  .compare__row {
    width: 700px;
    flex-direction: row !important;
    padding-top: 20px;
  }

  #pg-797-6 {
    display: none;
  }

  .table-3-rows .column-1 {
    width: 100%;
  }

  .table-2-rows .column-1 {
    width: 70%;
  }

  .table-2-rows .column-2 {
    width: 30%;
  }

  .table-3-rows .column-2,
  .table-3-rows .column-3 {
    width: 100%;
    text-align: center;
  }

  .other .sow-tabs .sow-tabs-tab-container {
    width: 100%;
  }

  .so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
    margin-top: 13px;
  }

  .sow-tabs-tab {
    margin: 4 auto !important;
  }

  .so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container {
    flex-wrap: inherit;
    flex-direction: column;
    align-items: center;
  }
}

@media all and (max-width: 420px) {
  .header__logo {
    width: 150px;
  }

  .header__toggle {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }

  .header__toggle span {
    width: 20px;
  }
}

@media all and (max-width: 375px) {
  .header__logo {
    width: 140px;
  }
}

@media all and (max-width: 360px) {

  .header__phone,
  .header__zakaz {
    font-size: 11px;
  }

  #panel-797-13-0-1 .sow-tabs-title {
    margin-top: 1px;
  }

}

@media all and (max-width: 340px) {
  .header__logo {
    width: 120px;
  }

}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container h1.sow-headline {
  text-align: left;
  line-height: 1.4em;
}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container p.sow-sub-headline {
  text-align: left;
  line-height: 1.4em;
}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container .decoration {
  line-height: 0em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container .decoration .decoration-inside {
  height: 1px;
  display: inline-block;
  border-top: 1px none #eeeeee;
  width: 100%;
  max-width: 80%;
}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container *:first-child {
  margin-top: 0 !important;
}

.so-widget-sow-headline-default-1d3c3a34723b .sow-headline-container *:last-child {
  margin-bottom: 0 !important;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container p.sow-headline,
.so-widget-sow-headline-default-722c9823af2a .sow-headline-container h2.sow-headline {
  text-align: center;
  line-height: 1.4em;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container p.sow-sub-headline {
  text-align: center;
  line-height: 1.4em;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container .decoration {
  line-height: 0em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container .decoration .decoration-inside {
  height: 1px;
  display: inline-block;
  border-top: 1px none #eeeeee;
  width: 100%;
  max-width: 80%;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container *:first-child {
  margin-top: 0 !important;
}

.so-widget-sow-headline-default-722c9823af2a .sow-headline-container *:last-child {
  margin-bottom: 0 !important;
}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container p.sow-headline,
.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container h2.sow-headline {
  text-align: left;

  line-height: 1.4em;



}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container p.sow-sub-headline {
  text-align: left;

  line-height: 1.4em;



}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container .decoration {
  line-height: 0em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container .decoration .decoration-inside {
  height: 1px;
  display: inline-block;
  border-top: 1px none #eeeeee;
  width: 100%;
  max-width: 80%;
}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container *:first-child {
  margin-top: 0 !important;
}

.so-widget-sow-headline-default-d7ace26cef19 .sow-headline-container *:last-child {
  margin-bottom: 0 !important;
}

.so-widget-sow-image-default-4b231843ec72 .sow-image-container {
  display: flex;
  align-items: flex-start;
}

.so-widget-sow-image-default-4b231843ec72 .sow-image-container>a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.so-widget-sow-image-default-4b231843ec72 .sow-image-container .so-widget-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.so-widget-sow-image-default-72463164d13f .sow-image-container {
  display: flex;
  align-items: flex-start;
}

.so-widget-sow-image-default-72463164d13f .sow-image-container>a {
  display: inline-block;


}

.so-widget-sow-image-default-72463164d13f .sow-image-container .so-widget-image {
  display: block;



}

.so-widget-sow-image-default-d6014b76747a .sow-image-container {
  display: flex;
  align-items: flex-start;
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container>a {
  display: inline-block;

  max-width: 100%;
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
  display: block;
  max-width: 100%;

  height: auto;
}

.so-widget-sow-stirka-default-d75171398898 .sow-slider-base .sow-slider-pagination li a {
  background: #ffffff;
}

.so-widget-sow-stirka-default-d75171398898 .sow-slider-base .sow-slide-nav {
  font-size: 25px;
}

.so-widget-sow-stirka-default-d75171398898 .sow-slider-base .sow-slide-nav a {
  color: #ffffff;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container {

  padding: 12px 10px 0px 10px;
  display: flex;
  flex-wrap: wrap;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  display: inline-block;
  cursor: pointer;

  padding: 16px 15px 16px 15px;
  margin: 0px 5px 0px 5px;
  color: #000000;


  font-size: 18px;
  transition: all 0.3s;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background-color: #f9f9f9;
  color: #2d2d2d;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  line-height: 1;
  display: flex;
  align-items: center;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tab-icon-image {
  width: auto;
  height: 18px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-left>.sow-tab-icon-image,
.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-left>span[data-sow-icon] {
  margin-right: 5px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-right>.sow-tab-icon-image,
.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title-icon-right>span[data-sow-icon] {
  margin-left: 5px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-panel-container {
  position: relative;
  background-color: #f9f9f9;
  color: #000000;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
  padding: 30px 30px 30px 35px;
}

.so-widget-sow-tabs-default-18b1e0e8b837 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {


  font-size: 16px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper {
    width: 100%;
  }
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial {
  background: transparent;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-text {



  background: #a3a3a3;
  color: #444444;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-round-image-frame {
  border-radius: 140px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-round-image-frame,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-image-wrapper-shape-square {
  width: 140px;
  height: 140px;
  max-width: 100%;
}

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

  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-round-image-frame,
  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-image-wrapper-shape-square {
    width: 50px;
    height: 50px;
  }
}

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

  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-round-image-frame,
  .so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-image-wrapper-shape-square {
    width: 50px;
    height: 50px;
  }
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper {
  zoom: 1;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper:before {
  content: '';
  display: block;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-left .sow-testimonial-user,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-middle .sow-testimonial-user {
  width: 33%;
  float: left;
  padding: 10px 20px 10px 10px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-left .sow-testimonial-user img,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-middle .sow-testimonial-user img {
  margin: 0 auto;
  max-width: 100%;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-left .sow-testimonial-text,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-middle .sow-testimonial-text {
  margin-left: 33%;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-right .sow-testimonial-user {
  width: 33%;
  float: right;
  padding: 10px 10px 10px 20px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-right .sow-testimonial-user img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-side.sow-user-right .sow-testimonial-text {
  margin-right: 33%;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-text-above .sow-testimonial-user,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-text-below .sow-testimonial-user {
  width: auto;
  padding: 10px;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-text-above .sow-testimonial-user img,
.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-text-below .sow-testimonial-user img {
  height: auto;
}

.so-widget-sow-testimonials-default-81fa6906e435 .sow-testimonials .sow-testimonial-wrapper.sow-layout-text-below .sow-testimonial-user {
  padding: 10px;
}

#pgc-797-0-0 {
  width: 63.8531%;
  width: calc(63.8531% - (0.36146907216495 * 30px))
}

#pgc-797-0-1 {
  width: 36.1469%;
  width: calc(36.1469% - (0.63853092783505 * 30px))
}

#pg-797-0,
#pg-797-1,
#pg-797-2,
#pg-797-3,
#pg-797-4,
#pg-797-5,
#pg-797-6,
#pg-797-7,
#pg-797-8,
#pg-797-9,
#pg-797-10,
#pg-797-11,
#pg-797-12,
#pg-797-13,
#pg-797-14,
#pg-797-15,
#pg-797-16,
#pg-797-17,
#pl-797 .so-panel,
#pl-797 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pgc-797-1-0,
#pgc-797-2-0,
#pgc-797-3-0,
#pgc-797-4-0,
#pgc-797-6-0,
#pgc-797-7-0,
#pgc-797-9-0,
#pgc-797-10-0,
#pgc-797-11-0,
#pgc-797-12-0,
#pgc-797-13-0,
#pgc-797-14-0,
#pgc-797-15-0,
#pgc-797-16-0,
#pgc-797-17-0,
#pgc-797-18-0 {
  width: 100%;
  width: calc(100% - (0 * 30px))
}

#pgc-797-5-0,
#pgc-797-5-1 {
  width: 50%;
  width: calc(50% - (0.5 * 30px))
}

#pgc-797-8-0 {
  width: 59.2784%;
  width: calc(59.2784% - (0.40721649484536 * 30px))
}

#pgc-797-8-1 {
  width: 40.7216%;
  width: calc(40.7216% - (0.59278350515464 * 30px))
}

#pl-797 #panel-797-10-0-2 {
  margin: 60px 0px 0px 0px
}

#pg-797-0>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-banner.jpg);
  background-repeat: repeat
}

#pg-797-0.panel-has-style>.panel-row-style,
#pg-797-0.panel-no-style,
#pg-797-1.panel-has-style>.panel-row-style,
#pg-797-1.panel-no-style,
#pg-797-2.panel-has-style>.panel-row-style,
#pg-797-2.panel-no-style,
#pg-797-3.panel-has-style>.panel-row-style,
#pg-797-3.panel-no-style,
#pg-797-4.panel-has-style>.panel-row-style,
#pg-797-4.panel-no-style,
#pg-797-5.panel-has-style>.panel-row-style,
#pg-797-5.panel-no-style,
#pg-797-6.panel-has-style>.panel-row-style,
#pg-797-6.panel-no-style,
#pg-797-7.panel-has-style>.panel-row-style,
#pg-797-7.panel-no-style,
#pg-797-8.panel-has-style>.panel-row-style,
#pg-797-8.panel-no-style,
#pg-797-9.panel-has-style>.panel-row-style,
#pg-797-9.panel-no-style,
#pg-797-10.panel-has-style>.panel-row-style,
#pg-797-10.panel-no-style,
#pg-797-11.panel-has-style>.panel-row-style,
#pg-797-11.panel-no-style,
#pg-797-12.panel-has-style>.panel-row-style,
#pg-797-12.panel-no-style,
#pg-797-13.panel-has-style>.panel-row-style,
#pg-797-13.panel-no-style,
#pg-797-14.panel-has-style>.panel-row-style,
#pg-797-14.panel-no-style,
#pg-797-15.panel-has-style>.panel-row-style,
#pg-797-15.panel-no-style,
#pg-797-16.panel-has-style>.panel-row-style,
#pg-797-16.panel-no-style,
#pg-797-17.panel-has-style>.panel-row-style,
#pg-797-17.panel-no-style,
#pg-797-18.panel-has-style>.panel-row-style,
#pg-797-18.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

#pg-797-1>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-preims.jpg);
  background-repeat: repeat
}

#pg-797-2>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/contact-form.jpg);
  background-repeat: repeat
}

#pg-797-3>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-how.jpg);
  background-repeat: repeat
}

#pg-797-6>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-compare.jpg);
  background-repeat: repeat
}

#pg-797-7>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-enter.png);
  background-repeat: repeat
}

#pg-797-8>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-cost.jpg);
  background-repeat: repeat
}

#panel-797-8-1-0>.panel-widget-style {
  background-image: url(../images/bg-form.jpg);
  background-repeat: repeat
}

#pg-797-9>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-doposle.jpg);
  background-repeat: repeat
}

#pg-797-10>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-prices.jpg);
  background-repeat: repeat
}

#pg-797-11>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/05/dog-dg.jpg);
  background-repeat: repeat
}

#pg-797-12>.panel-row-style,
#pg-797-15>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-goods.jpg);
  background-repeat: repeat
}

#pg-797-13>.panel-row-style {
  background-image: url(https://stirka-kovrov.odessa.ua/wp-content/uploads/2020/04/bg-other.png);
  background-repeat: repeat
}

#pg-797-14>.panel-row-style {
  background-image: url(../images/bg-reviews.jpg);
  background-position: center center;
  background-size: cover
}

#pg-797-17>.panel-row-style {
  padding: 50px 0px 20px 0px
}

@media (max-width:767px) {

  #pg-797-0.panel-no-style,
  #pg-797-0.panel-has-style>.panel-row-style,
  #pg-797-0,
  #pg-797-1.panel-no-style,
  #pg-797-1.panel-has-style>.panel-row-style,
  #pg-797-1,
  #pg-797-2.panel-no-style,
  #pg-797-2.panel-has-style>.panel-row-style,
  #pg-797-2,
  #pg-797-3.panel-no-style,
  #pg-797-3.panel-has-style>.panel-row-style,
  #pg-797-3,
  #pg-797-4.panel-no-style,
  #pg-797-4.panel-has-style>.panel-row-style,
  #pg-797-4,
  #pg-797-5.panel-no-style,
  #pg-797-5.panel-has-style>.panel-row-style,
  #pg-797-5,
  #pg-797-6.panel-no-style,
  #pg-797-6.panel-has-style>.panel-row-style,
  #pg-797-6,
  #pg-797-7.panel-no-style,
  #pg-797-7.panel-has-style>.panel-row-style,
  #pg-797-7,
  #pg-797-8.panel-no-style,
  #pg-797-8.panel-has-style>.panel-row-style,
  #pg-797-8,
  #pg-797-9.panel-no-style,
  #pg-797-9.panel-has-style>.panel-row-style,
  #pg-797-9,
  #pg-797-10.panel-no-style,
  #pg-797-10.panel-has-style>.panel-row-style,
  #pg-797-10,
  #pg-797-11.panel-no-style,
  #pg-797-11.panel-has-style>.panel-row-style,
  #pg-797-11,
  #pg-797-12.panel-no-style,
  #pg-797-12.panel-has-style>.panel-row-style,
  #pg-797-12,
  #pg-797-13.panel-no-style,
  #pg-797-13.panel-has-style>.panel-row-style,
  #pg-797-13,
  #pg-797-14.panel-no-style,
  #pg-797-14.panel-has-style>.panel-row-style,
  #pg-797-14,
  #pg-797-15.panel-no-style,
  #pg-797-15.panel-has-style>.panel-row-style,
  #pg-797-15,
  #pg-797-16.panel-no-style,
  #pg-797-16.panel-has-style>.panel-row-style,
  #pg-797-16,
  #pg-797-17.panel-no-style,
  #pg-797-17.panel-has-style>.panel-row-style,
  #pg-797-17,
  #pg-797-18.panel-no-style,
  #pg-797-18.panel-has-style>.panel-row-style,
  #pg-797-18 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-797-0>.panel-grid-cell,
  #pg-797-0>.panel-row-style>.panel-grid-cell,
  #pg-797-1>.panel-grid-cell,
  #pg-797-1>.panel-row-style>.panel-grid-cell,
  #pg-797-2>.panel-grid-cell,
  #pg-797-2>.panel-row-style>.panel-grid-cell,
  #pg-797-3>.panel-grid-cell,
  #pg-797-3>.panel-row-style>.panel-grid-cell,
  #pg-797-4>.panel-grid-cell,
  #pg-797-4>.panel-row-style>.panel-grid-cell,
  #pg-797-5>.panel-grid-cell,
  #pg-797-5>.panel-row-style>.panel-grid-cell,
  #pg-797-6>.panel-grid-cell,
  #pg-797-6>.panel-row-style>.panel-grid-cell,
  #pg-797-7>.panel-grid-cell,
  #pg-797-7>.panel-row-style>.panel-grid-cell,
  #pg-797-8>.panel-grid-cell,
  #pg-797-8>.panel-row-style>.panel-grid-cell,
  #pg-797-9>.panel-grid-cell,
  #pg-797-9>.panel-row-style>.panel-grid-cell,
  #pg-797-10>.panel-grid-cell,
  #pg-797-10>.panel-row-style>.panel-grid-cell,
  #pg-797-11>.panel-grid-cell,
  #pg-797-11>.panel-row-style>.panel-grid-cell,
  #pg-797-12>.panel-grid-cell,
  #pg-797-12>.panel-row-style>.panel-grid-cell,
  #pg-797-13>.panel-grid-cell,
  #pg-797-13>.panel-row-style>.panel-grid-cell,
  #pg-797-14>.panel-grid-cell,
  #pg-797-14>.panel-row-style>.panel-grid-cell,
  #pg-797-15>.panel-grid-cell,
  #pg-797-15>.panel-row-style>.panel-grid-cell,
  #pg-797-16>.panel-grid-cell,
  #pg-797-16>.panel-row-style>.panel-grid-cell,
  #pg-797-17>.panel-grid-cell,
  #pg-797-17>.panel-row-style>.panel-grid-cell,
  #pg-797-18>.panel-grid-cell,
  #pg-797-18>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-797-0-0,
  #pgc-797-5-0,
  #pgc-797-8-0,
  #pl-797 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-797 .panel-grid-cell {
    padding: 0
  }

  #pl-797 .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

#pgc-w5ec5045a8b56c-0-0,
#pgc-w5ec5045a8b56c-0-1,
#pgc-w5ec5045a8b56c-0-2 {
  width: 33.3333%;
  width: calc(33.3333% - (0.66666666666667 * 18px))
}

#pl-w5ec5045a8b56c .so-panel,
#pl-w5ec5045a8b56c .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-w5ec5045a8b56c-0.panel-has-style>.panel-row-style,
#pg-w5ec5045a8b56c-0.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-w5ec5045a8b56c-0.panel-no-style,
  #pg-w5ec5045a8b56c-0.panel-has-style>.panel-row-style,
  #pg-w5ec5045a8b56c-0 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w5ec5045a8b56c-0>.panel-grid-cell,
  #pg-w5ec5045a8b56c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w5ec5045a8b56c-0-0,
  #pgc-w5ec5045a8b56c-0-1,
  #pl-w5ec5045a8b56c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w5ec5045a8b56c .panel-grid-cell {
    padding: 0
  }

  #pl-w5ec5045a8b56c .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout w5ec23e213ca26 */
#pgc-w5ec23e213ca26-0-0,
#pgc-w5ec23e213ca26-0-1,
#pgc-w5ec23e213ca26-0-2,
#pgc-w5ec23e213ca26-1-0,
#pgc-w5ec23e213ca26-1-1,
#pgc-w5ec23e213ca26-1-2 {
  width: 33.3333%;
  width: calc(33.3333% - (0.66666666666667 * 30px))
}

#pg-w5ec23e213ca26-0,
#pl-w5ec23e213ca26 .so-panel,
#pl-w5ec23e213ca26 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-w5ec23e213ca26-0.panel-has-style>.panel-row-style,
#pg-w5ec23e213ca26-0.panel-no-style,
#pg-w5ec23e213ca26-1.panel-has-style>.panel-row-style,
#pg-w5ec23e213ca26-1.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-w5ec23e213ca26-0.panel-no-style,
  #pg-w5ec23e213ca26-0.panel-has-style>.panel-row-style,
  #pg-w5ec23e213ca26-0,
  #pg-w5ec23e213ca26-1.panel-no-style,
  #pg-w5ec23e213ca26-1.panel-has-style>.panel-row-style,
  #pg-w5ec23e213ca26-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w5ec23e213ca26-0>.panel-grid-cell,
  #pg-w5ec23e213ca26-0>.panel-row-style>.panel-grid-cell,
  #pg-w5ec23e213ca26-1>.panel-grid-cell,
  #pg-w5ec23e213ca26-1>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w5ec23e213ca26-0-0,
  #pgc-w5ec23e213ca26-0-1,
  #pgc-w5ec23e213ca26-1-0,
  #pgc-w5ec23e213ca26-1-1,
  #pl-w5ec23e213ca26 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w5ec23e213ca26 .panel-grid-cell {
    padding: 0
  }

  #pl-w5ec23e213ca26 .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout w5ea592c30634a */
#pgc-w5ea592c30634a-0-0,
#pgc-w5ea592c30634a-0-1,
#pgc-w5ea592c30634a-0-2,
#pgc-w5ea592c30634a-1-0,
#pgc-w5ea592c30634a-1-1,
#pgc-w5ea592c30634a-1-2 {
  width: 33.3333%;
  width: calc(33.3333% - (0.66666666666667 * 15px))
}

#pg-w5ea592c30634a-0,
#pl-w5ea592c30634a .so-panel,
#pl-w5ea592c30634a .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-w5ea592c30634a-0.panel-has-style>.panel-row-style,
#pg-w5ea592c30634a-0.panel-no-style,
#pg-w5ea592c30634a-1.panel-has-style>.panel-row-style,
#pg-w5ea592c30634a-1.panel-no-style {
  -webkit-align-items: stretch;
  align-items: stretch
}

@media (max-width:767px) {

  #pg-w5ea592c30634a-0.panel-no-style,
  #pg-w5ea592c30634a-0.panel-has-style>.panel-row-style,
  #pg-w5ea592c30634a-0,
  #pg-w5ea592c30634a-1.panel-no-style,
  #pg-w5ea592c30634a-1.panel-has-style>.panel-row-style,
  #pg-w5ea592c30634a-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w5ea592c30634a-0>.panel-grid-cell,
  #pg-w5ea592c30634a-0>.panel-row-style>.panel-grid-cell,
  #pg-w5ea592c30634a-1>.panel-grid-cell,
  #pg-w5ea592c30634a-1>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w5ea592c30634a-0-0,
  #pgc-w5ea592c30634a-0-1,
  #pgc-w5ea592c30634a-1-0,
  #pgc-w5ea592c30634a-1-1,
  #pl-w5ea592c30634a .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w5ea592c30634a .panel-grid-cell {
    padding: 0
  }

  #pl-w5ea592c30634a .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout w60a1892ce9947 */
#pgc-w60a1892ce9947-0-0,
#pgc-w60a1892ce9947-0-1,
#pgc-w60a1892ce9947-0-2,
#pgc-w60a1892ce9947-0-3 {
  width: 25%;
  width: calc(25% - (0.75 * 18px))
}

#pl-w60a1892ce9947 .so-panel,
#pl-w60a1892ce9947 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-w60a1892ce9947-0.panel-has-style>.panel-row-style,
#pg-w60a1892ce9947-0.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-w60a1892ce9947-0.panel-no-style,
  #pg-w60a1892ce9947-0.panel-has-style>.panel-row-style,
  #pg-w60a1892ce9947-0 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60a1892ce9947-0>.panel-grid-cell,
  #pg-w60a1892ce9947-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60a1892ce9947-0-0,
  #pgc-w60a1892ce9947-0-1,
  #pgc-w60a1892ce9947-0-2,
  #pl-w60a1892ce9947 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w60a1892ce9947 .panel-grid-cell {
    padding: 0
  }

  #pl-w60a1892ce9947 .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout w5ea5d19dbf2ae */
#pgc-w5ea5d19dbf2ae-0-0 {
  width: 100%;
  width: calc(100% - (0 * 30px))
}

#pg-w5ea5d19dbf2ae-0,
#pl-w5ea5d19dbf2ae .so-panel,
#pl-w5ea5d19dbf2ae .so-panel:last-of-type {
  margin-bottom: 0px
}

#pgc-w5ea5d19dbf2ae-1-0,
#pgc-w5ea5d19dbf2ae-1-1 {
  width: 50%;
  width: calc(50% - (0.5 * 30px))
}

#pg-w5ea5d19dbf2ae-0.panel-has-style>.panel-row-style,
#pg-w5ea5d19dbf2ae-0.panel-no-style,
#pg-w5ea5d19dbf2ae-1.panel-has-style>.panel-row-style,
#pg-w5ea5d19dbf2ae-1.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-w5ea5d19dbf2ae-0.panel-no-style,
  #pg-w5ea5d19dbf2ae-0.panel-has-style>.panel-row-style,
  #pg-w5ea5d19dbf2ae-0,
  #pg-w5ea5d19dbf2ae-1.panel-no-style,
  #pg-w5ea5d19dbf2ae-1.panel-has-style>.panel-row-style,
  #pg-w5ea5d19dbf2ae-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w5ea5d19dbf2ae-0>.panel-grid-cell,
  #pg-w5ea5d19dbf2ae-0>.panel-row-style>.panel-grid-cell,
  #pg-w5ea5d19dbf2ae-1>.panel-grid-cell,
  #pg-w5ea5d19dbf2ae-1>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w5ea5d19dbf2ae-1-0,
  #pl-w5ea5d19dbf2ae .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w5ea5d19dbf2ae .panel-grid-cell {
    padding: 0
  }

  #pl-w5ea5d19dbf2ae .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout w5ea7100495d52 */
#pgc-w5ea7100495d52-0-0,
#pgc-w5ea7100495d52-0-1,
#pgc-w5ea7100495d52-0-2,
#pgc-w5ea7100495d52-1-0,
#pgc-w5ea7100495d52-1-1,
#pgc-w5ea7100495d52-1-2 {
  width: 33.3333%;
  width: calc(33.3333% - (0.66666666666667 * 15px))
}

#pg-w5ea7100495d52-0,
#pl-w5ea7100495d52 .so-panel,
#pl-w5ea7100495d52 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-w5ea7100495d52-0.panel-has-style>.panel-row-style,
#pg-w5ea7100495d52-0.panel-no-style,
#pg-w5ea7100495d52-1.panel-has-style>.panel-row-style,
#pg-w5ea7100495d52-1.panel-no-style {
  -webkit-align-items: stretch;
  align-items: stretch
}

@media (max-width:767px) {

  #pg-w5ea7100495d52-0.panel-no-style,
  #pg-w5ea7100495d52-0.panel-has-style>.panel-row-style,
  #pg-w5ea7100495d52-0,
  #pg-w5ea7100495d52-1.panel-no-style,
  #pg-w5ea7100495d52-1.panel-has-style>.panel-row-style,
  #pg-w5ea7100495d52-1 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w5ea7100495d52-0>.panel-grid-cell,
  #pg-w5ea7100495d52-0>.panel-row-style>.panel-grid-cell,
  #pg-w5ea7100495d52-1>.panel-grid-cell,
  #pg-w5ea7100495d52-1>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w5ea7100495d52-0-0,
  #pgc-w5ea7100495d52-0-1,
  #pgc-w5ea7100495d52-1-0,
  #pgc-w5ea7100495d52-1-1,
  #pl-w5ea7100495d52 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }

  #pl-w5ea7100495d52 .panel-grid-cell {
    padding: 0
  }

  #pl-w5ea7100495d52 .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

/* Layout 971 */
#pgc-971-0-0 {
  width: 100%;
  width: calc(100% - (0 * 30px))
}

#pl-971 .so-panel,
#pl-971 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-971-0.panel-has-style>.panel-row-style,
#pg-971-0.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-971-0.panel-no-style,
  #pg-971-0.panel-has-style>.panel-row-style,
  #pg-971-0 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-971-0>.panel-grid-cell,
  #pg-971-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pl-971 .panel-grid-cell {
    padding: 0
  }

  #pl-971 .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-971 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }
}

/* Layout 938 */
#pgc-938-0-0 {
  width: 100%;
  width: calc(100% - (0 * 30px))
}

#pl-938 .so-panel,
#pl-938 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-938-0.panel-has-style>.panel-row-style,
#pg-938-0.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

#pgc-938-0-0 {
  align-self: auto
}

@media (max-width:767px) {

  #pg-938-0.panel-no-style,
  #pg-938-0.panel-has-style>.panel-row-style,
  #pg-938-0 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-938-0>.panel-grid-cell,
  #pg-938-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pl-938 .panel-grid-cell {
    padding: 0
  }

  #pl-938 .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-938 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }
}

/* Layout 924 */
#pgc-924-0-0 {
  width: 100%;
  width: calc(100% - (0 * 30px))
}

#pl-924 .so-panel,
#pl-924 .so-panel:last-of-type {
  margin-bottom: 0px
}

#pg-924-0.panel-has-style>.panel-row-style,
#pg-924-0.panel-no-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width:767px) {

  #pg-924-0.panel-no-style,
  #pg-924-0.panel-has-style>.panel-row-style,
  #pg-924-0 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-924-0>.panel-grid-cell,
  #pg-924-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pl-924 .panel-grid-cell {
    padding: 0
  }

  #pl-924 .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-924 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0px
  }
}


.header__logo {
  max-width: 190px;
  padding: 0.5rem 0;
}

.header_language {
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
}

.header_language li a,
.header_language li span {
  display: flex;
  height: 35px;
  padding: 0 11px;
  align-items: center;
}

.header_language li a {
  color: #999;
  background-color: #e5e5e5;
}

.header_language li span {
  color: #fff;
  background-color: #f73a5b;
}

.header_language li a {
  opacity: .65;
}

.header_language_wrap {
  display: none;
}

@media screen and (max-width: 991px) {
  .header_language {
    display: none;
  }

  .header_language_wrap,
  .header_language_wrap .header_language {
    display: flex;
    margin: 5px 0 15px;
    justify-content: center;
  }
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.percircle.dark {
  background-color: #777
}

.percircle.dark .bar,
.percircle.dark .fill {
  border-color: #c6ff00
}

.percircle.dark>span {
  color: #777
}

.percircle.dark:after {
  background-color: #555
}

.percircle.dark:hover>span {
  color: #c6ff00
}

.percircle.red .bar,
.percircle.red .fill {
  border-color: #dd5454
}

.percircle.red:hover>span {
  color: #dd5454
}

.percircle.red.dark .bar,
.percircle.red.dark .fill {
  border-color: #f84a4a
}

.percircle.red.dark:hover>span {
  color: #f84a4a
}

.percircle.blue .bar,
.percircle.blue .fill {
  border-color: #82cefa
}

.percircle.blue:hover>span {
  color: #82cefa
}

.percircle.blue.dark .bar,
.percircle.blue.dark .fill {
  border-color: #20cceb
}

.percircle.blue.dark:hover>span {
  color: #20cceb
}

.percircle.green .bar,
.percircle.green .fill {
  border-color: #8dea7b
}

.percircle.green:hover>span {
  color: #8dea7b
}

.percircle.green.dark .bar,
.percircle.green.dark .fill {
  border-color: #a9ff3a
}

.percircle.green.dark:hover>span {
  color: #a9ff3a
}

.percircle.orange .bar,
.percircle.orange .fill {
  border-color: #e88239
}

.percircle.orange:hover>span {
  color: #e88239
}

.percircle.orange.dark .bar,
.percircle.orange.dark .fill {
  border-color: #dc5b00
}

.percircle.orange.dark:hover>span {
  color: #dc5b00
}

.percircle.pink .bar,
.percircle.pink .fill {
  border-color: #ff8ed0
}

.percircle.pink:hover>span {
  color: #ff8ed0
}

.percircle.pink.dark .bar,
.percircle.pink.dark .fill {
  border-color: #ff58b9
}

.percircle.pink.dark:hover>span {
  color: #ff58b9
}

.percircle.purple .bar,
.percircle.purple .fill {
  border-color: #aa7eff
}

.percircle.purple:hover>span {
  color: #aa7eff
}

.percircle.purple.dark .bar,
.percircle.purple.dark .fill {
  border-color: #7a38f7
}

.percircle.purple.dark:hover>span {
  color: #7a38f7
}

.percircle.yellow .bar,
.percircle.yellow .fill {
  border-color: #dcbd00
}

.percircle.yellow:hover>span {
  color: #dcbd00
}

.percircle.yellow.dark .bar,
.percircle.yellow.dark .fill {
  border-color: #ffdb00
}

.percircle.yellow.dark:hover>span {
  color: #ffdb00
}

.percircle.gt50 .slice,
.rect-auto {
  clip: rect(auto, auto, auto, auto)
}

.gt50 .fill,
.percircle .bar,
.pie {
  position: absolute;
  border: .08em solid #307bbb;
  width: .84em;
  height: .84em;
  clip: rect(0, .5em, 1em, 0);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.bar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.gt50 .bar:after,
.gt50 .fill,
.pie-fill {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.percircle {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 .1em .1em 0;
  background-color: #ccc
}

.percircle *,
.percircle :after,
.percircle :before {
  box-sizing: content-box
}

.percircle.animate:after,
.percircle.animate>span {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out
}

.percircle.animate .bar {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out
}

.percircle.center {
  float: none;
  margin: 0 auto
}

.percircle.big {
  font-size: 240px
}

.percircle.small {
  font-size: 80px
}

.percircle>span {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  top: calc(50% - .1em);
  transform: translateY(-50%);
  height: 1em;
  font-size: .2em;
  color: #ccc;
  display: block;
  text-align: center;
  white-space: nowrap
}

.perclock>span {
  font-size: .175em
}

.percircle:after {
  position: absolute;
  top: .08em;
  left: .08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: .84em;
  height: .84em
}

.percircle .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0, 1em, 1em, .5em)
}

.percircle:hover {
  cursor: default
}

.percircle:hover>span {
  -webkit-transform: scale(1.3) translateY(-50%);
  transform: scale(1.3) translateY(-50%);
  color: #307bbb
}

.percircle:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

#wpfront-scroll-top-container {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 9999
}

#wpfront-scroll-top-container div.text-holder {
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.5)
}

#wpfront-scroll-top-container a {
  outline-style: none;
  box-shadow: none;
  text-decoration: none
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

@font-face {
  font-family: TablePress;
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'), url(tablepress.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.tablepress-table-description {
  clear: both;
  display: block
}

.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none
}

.tablepress td,
.tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none !important
}

.tablepress tbody td {
  vertical-align: top
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
  border-top: 0
}

.tablepress thead th {
  border-bottom: 1px solid #ddd
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle
}

.tablepress .odd td {
  background-color: #f9f9f9
}

.tablepress .even td {
  background-color: #fff
}

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3
}

.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none
}

.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important
}

.dataTables_length {
  float: left;
  white-space: nowrap
}

.dataTables_filter {
  float: right;
  white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: .5em
}

.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0
}

.dataTables_paginate {
  float: right;
  margin: 4px 0 0
}

.dataTables_paginate a {
  color: #111 !important;
  display: inline-block;
  outline: 0;
  position: relative;
  text-decoration: underline;
  margin: 0 5px
}

.dataTables_paginate a:first-child {
  margin-left: 0
}

.dataTables_paginate a:last-child {
  margin-right: 0
}

.paginate_button:hover {
  cursor: pointer;
  text-decoration: none
}

.paginate_button.disabled {
  color: #999 !important;
  text-decoration: none;
  cursor: default
}

.paginate_button.current {
  font-weight: 700;
  text-decoration: none;
  cursor: default
}

.dataTables_paginate.paging_simple {
  padding: 0 15px
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
  text-align: left;
  font-family: TablePress;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  text-shadow: .1em .1em #666;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -14px;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1
}

.paging_simple .paginate_button.next:after {
  text-align: right;
  content: "\f054";
  left: auto
}

.paginate_button:after,
.paginate_button:before {
  color: #d9edf7
}

.paginate_button:hover:after,
.paginate_button:hover:before {
  color: #049cdb
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
  color: #f9f9f9
}

.dataTables_processing {
  display: none
}

.dataTables_scroll {
  clear: both
}

.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  outline: 0
}

.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1
}

.tablepress .sorting:after {
  content: "\f0dc"
}

.tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px
}

.tablepress .sorting_desc:after {
  content: "\f0d7"
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
  content: ""
}

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

.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid rgb(51, 171, 181);
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid rgb(51, 171, 181);
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
  .back__calling {
    position: relative;
    z-index: 100000;
}
.calling__btn {
    bottom: 50px;
    right: 100px;
    cursor: pointer;
    position: fixed;
}
.calling__btn_wrapper {
    background: #f73a5b;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.calling__btn_wrapper::before {
    content: "";
    background-color: #f73a5b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
svg:not(:root) {
    overflow: hidden;
}
.calling__btn__icon, .calling__btn__icon-close {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.calling__btn__icon-close {
    display: none;
}
.calling__btn_wrapper::after {
    content: "";
    background-color: #f73a5b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
    animation-delay: 2s;
}
.hithere {
    animation: hithere 1s ease infinite;
}
@keyframes pulse-me {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.1;
	}

	70% {
		opacity: 0.09;
	}

	100% {
		transform: scale(5);
		opacity: 0;
	}
}
@keyframes hithere {
	30% {
		transform: scale(1.2);
	}

	40%,
	60% {
		transform: rotate(-20deg) scale(1.2);
	}

	50% {
		transform: rotate(20deg) scale(1.2);
	}

	70% {
		transform: rotate(0deg) scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}
@media screen and (max-width: 780px){
  .calling__btn{
    right: 10px
  }
}