@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing-box-sizing: border-box;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  min-width: 320px;
  counter-reset: num stage;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
img,
nav,
ul,
li,
a,
p {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing-box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
li,
ul {
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

input,
input:active,
input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -webkit-box-shadow-box-shadow: none !important;
}

.btn-red {
  background-color: #eb5757;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-red:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  background-color: #e96969;
}

.btn-white {
  background-color: #fff;
  color: #495059;
}

.btn-white:hover {
  background-color: #eb5757;
  color: #fff;
}

.btn:focus {
  outline: none;
}

.btn-ovale {
  font-size: 14px;
  font-weight: 700;
  border-radius: 200px;
  padding: 10px 30px;
}

.btn-long {
  font-size: 16px;
  font-weight: 700;
  border-radius: 16px;
  padding: 19px 20px;
  width: 100%;
}

button {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #dedede;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b8b8b8;
}

.h2-title {
  font-size: 38px;
  line-height: 42px;
  color: #495059;
  font-weight: 800;
}

.h4-title {
  font-size: 26px;
  line-height: 30px;
  color: #495059;
  font-weight: 800;
}

.red-big {
  color: #eb5757;
}

.sub-title {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 400;
  color: #495059;
}

.mob-title {
  display: none;
}

.mob-img-header-para {
  display: none;
}

.header__main {
  padding-top: 80px;
}

.header__nav {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.header__logo {
  margin-right: auto;
  margin-top:-12px;
  margin-bottom:-12px;
}

.header__nav-panel ul li {
  display: inline-block;
  margin-right: 32px;
}

.header__nav-panel ul li a {
  font-weight: 400;
  font-size: 13px;
  color: #495059;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-panel ul li a:hover {
  color: #eb5757;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-panel-mob {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.header__nav-panel-mob ul li {
  display: block;
  margin-bottom: 30px;
}

.header__nav-panel-mob ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #495059;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__nav-panel-mob ul li a:hover {
  color: #eb5757;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__phone {
  color: #495059;
}

.header__phone-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #495059;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__phone-link:hover {
  color: #eb5757;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__phone-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .header__whatsapp {
    margin-left: 35px;
  }
}

.header__whatsapp-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #2f80ed;
  margin-top: 20px;
}

.header__whatsapp-mob img {
  margin-right: 10px;
}

.header__background {
  position: absolute;
  z-index: -1;
  background: url(../img/header-abstract.svg) no-repeat;
  background-position: right;
  background-size: cover;
  height: 675px;
  max-width: 60%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__background::after {
  content: ' ';
  background: url(../img/head-arrow.png);
  width: 206px;
  height: 49px;
  position: absolute;
  top: 15%;
  right: -6%;
}

.header__background-r {
  position: absolute;
  width: 100%;
  max-width: 875px;
  right: 0;
  margin-top: 75px;
  margin-left: -110px;
  z-index: 1;
}

.header__background-r img {
  max-width: 100%;
  width: 100%;
}

.header__right-img {
  position: relative;
}

.header__right-img-title {
  position: absolute;
  top: -31%;
  right: 50%;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #495059;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 675px;
}

.header__content-h1 {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 30px;
  max-width: 530px;
  width: 100%;
}

.header__content-sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #eb5757;
  padding: 7px 25px 8px 25px;
  -webkit-box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
  box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
  border-radius: 8px;
  max-width: 406px;
  width: 100%;
  margin-bottom: 20px;
}

.header__content-ul li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.header__content-ul img {
  margin-right: 14px;
}

.form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.form__group {
  max-width: 316px;
  width: 100%;
  margin-right: 20px;
}

.popup-form-free .form__group {
  max-width: none;
}

.form__group:nth-last-child(1) {
  margin-right: 0;
}

.mark-text {
  color: #eb5757;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 4px;
}

.form__input {
  height: 64px;
  width: 100%;
  padding: 18px 24px;
  border-radius: 16px;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

.popup-form-free .form__input {
  height: auto;
}

.grey-input {
  color: #495059;
  background-color: #f6f6f6;
}

.grey-input ::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #495059;
}

.grey-input :-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #495059;
}

.grey-input ::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #495059;
}

.grey-input ::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #495059;
}

.services {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}

.services__sub-title {
  margin-bottom: 10px;
}

.services__title {
  margin-bottom: 35px;
}

.services__sub-title-down {
  margin-bottom: 55px;
}

.services__cart {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 35px;
  color: #495059;
}

.services__cart-img {
  margin-bottom: 20px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__cart-title {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.services__cart-description {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services__cart-link {
  color: #eb5757;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services__cart-link:hover,
.services__cart-link:hover path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #495059;
  stroke: #495059;
  fill: #495059;
}

.callback {
  background: url(../img/callback-bg.webp) no-repeat center;
  background-size: cover;
  padding: 65px 0 70px 0;
}

.callback__title {
  color: #fff;
}

.callback__sub-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.trans-input {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.trans-input::-webkit-input-placeholder {
  color: #fff;
}

.trans-input:-ms-input-placeholder {
  color: #fff;
}

.trans-input::-ms-input-placeholder {
  color: #fff;
}

.trans-input::placeholder {
  color: #fff;
}

.big {
  font-weight: 800;
}

.variants {
  padding-top: 80px;
  padding-bottom: 40px;
}

.variants__title {
  margin-bottom: 35px;
}

.variants__sub-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 75px;
}

.variants__block-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #495059;
  margin-bottom: 25px;
}

.variants__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 24px 22px 24px;
  background: #f6f6f6;
  border-radius: 16px;
  margin-bottom: 10px;
}

.variants__block-img {
  margin-right: 20px;
}

.variants__block-text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
}

.redly {
  background: rgba(235, 87, 87, 0.1);
}

.statistic {
  padding-top: 40px;
  padding-bottom: 10px;
}

.statistic__item {
  text-align: center;
  color: #495059;
  margin-bottom: 30px;
  margin-top: 30px;
}

.statistic__item-number {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 12px;
  font-weight: 800;
}

.statistic__item-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.procedur {
  padding-top: 50px;
  padding-bottom: 80px;
  background: linear-gradient(179.91deg, #ffffff 6.42%, rgba(255, 255, 255, 0) 46.65%), #f6f6f6;
}

.procedur__wrap-text {
  color: #495059;
}

.procedur__wrap-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 25px;
}

.procedur__wrap-ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}

.procedur__wrap-ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/cheek-icon.svg);
  width: 23px;
  height: 23px;
}

.procedur__citat {
  padding: 30px 36px 25px 36px;
  background: #f6f6f6;
  border-radius: 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  width: 604px;
  margin-left: -32%;
  margin-top: 45px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.procedur__citat::before {
  content: ' ';
  position: absolute;
  left: 60px;
  top: -41px;
  background: url(../img/quot.svg);
  width: 87px;
  height: 69px;
}

.procedur__img {
  text-align: center;
}

.trust {
  padding-top: 75px;
  padding-bottom: 150px;
  background: url(../img/trust-bg.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.trust__title {
  margin-bottom: 35px;
}

.trust__item {
  background-color: #fff;
  padding: 24px 30px 24px 45px;
  color: #495059;
  border-radius: 16px;
  position: relative;
  margin-bottom: 30px;
  max-width: 332px;
}

.trust__item::before {
  content: ' ';
  position: absolute;
  width: 6px;
  top: 11%;
  height: 79%;
  left: 19px;
  background-color: #2f80ed;
  border-radius: 16px;
}

.trust__item::after {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  font-size: 72px;
  font-weight: 700;
  line-height: 24px;
  color: #2f80ed;
  opacity: 0.2;
  right: 25px;
  bottom: 35px;
}

.trust__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}

.trust__item-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.coop {
  margin-top: -85px;
  padding-bottom: 45px;
}

.coop__title {
  margin-bottom: 58px;
  padding: 41px 35px 44px 35px;
  background: linear-gradient(83.87deg, #f8d387 -49.4%, #da5c58 92.54%);
  border-radius: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.coop__title::before {
  content: ' ';
  position: absolute;
  left: -3px;
  bottom: 21%;
  width: 39%;
  height: 8px;
  background-color: #fff;
  border-radius: 16px;
}

.coop__title::after {
  content: ' ';
  position: absolute;
  right: 15px;
  bottom: 0;
  background: url(../img/egl-coop-title.webp);
  width: 156px;
  height: 117px;
}

.coop__item {
  color: #495059;
  margin-bottom: 35px;
}

.coop__item-icon {
  margin-bottom: 15px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.coop__item-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.coop__item-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.example {
  padding-bottom: 80px;
}

.example__title {
  margin-bottom: 35px;
}

.reviews {
  padding-bottom: 80px;
}

.reviews__title {
  margin-bottom: 25px;
}

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

.results {
  padding-bottom: 80px;
}

.results__title {
  margin-bottom: 35px;
}

.results__item {
  color: #fff;
}

.results__item-title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 35px;
  font-weight: 800;
}

.results__item-mob-btn {
  display: none;
}

.results__item-ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 55px;
  position: relative;
  margin-bottom: 25px;
}

.results__item-ul li::before {
  position: absolute;
  content: ' ';
  background: url(../img/ok-white.svg);
  height: 30px;
  width: 30px;
  left: 0;
}

.black {
  color: #495059;
}

.black li::before {
  background: url(../img/dnt-icon.svg);
}

.orange-gradient {
  background: linear-gradient(83.87deg, #f8d387 -49.4%, #da5c58 92.54%);
  border-radius: 16px;
  padding: 42px 65px 40px 65px;
}

.gray-gradient {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 42px 65px 40px 65px;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}

.gray-gradient::before {
  position: absolute;
  content: ' ';
  background: url(../img/crest.svg);
  top: 0;
  left: 0;
  width: 227px;
  height: 203px;
}

.stage {
  padding-bottom: 80px;
}

.stage__title {
  margin-bottom: 50px;
}

.stage__sub-title {
  margin-bottom: 10px;
}

.stage__item {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 38px;
  line-height: 43px;
  font-weight: 800;
  border-radius: 16px;
  background: #2f80ed;
  color: #fff;
  padding: 27px 41px 27px 41px;
  max-width: 97px;
  max-height: 97px;
}

.stage__item-content {
  margin-left: 30px;
  color: #495059;
}

.stage__item-content-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stage__item-content-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.sale {
  padding-top: 65px;
  padding-bottom: 105px;
  background: url(../img/sale-bg.webp) no-repeat;
  background-size: cover;
  background-position-y: 15%;
  color: #fff;
}

.sale__title {
  color: #fff;
  margin-bottom: 25px;
}

.sale__sub-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.sale__info {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.sale__policy {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  transition: .2s;
}
.sale__policy:hover {
  transition: .2s;
  color: #c8c8c8;
}

.sale__btn {
  display: inline-block;
  background: #eb5757;
  -webkit-box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
  box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
  border-radius: 16px;
  font-size: 16px;
  max-width: 232px;
  width: 100%;
  line-height: 52px;
  height: 64px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sale__btn:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #e56767;
  color: #fff;
}

.sale__item {
  background: #f6f6f6;
  border-radius: 18px;
  padding: 33px 32px 29px 32px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sale__item-text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}

.sale__item-free {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #2f80ed;
}

.wrapper-sale {
  margin-top: -50px;
}

.rate__item.rate__item-active {
  color: #fff;
  background: linear-gradient(196.75deg, #da5c58 -34.88%, #f8d387 108.37%);
}

.rate__item.rate__item-active .h2-title {
  color: #fff;
}

.rate__item.rate__item-active::before {
  opacity: 0.2;
}

.rate {
  padding-top: 100px;
  padding-bottom: 80px;
}

.rate__title {
  margin-bottom: 60px;
}

.rate__item {
  padding: 60px 35px 40px 35px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #495059;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.rate__item:hover::before {
  opacity: 0.2;
}

.rate__item::before {
  position: absolute;
  content: ' ';
  z-index: 1;
  opacity: 1;
}

.rate__item-title {
  margin-bottom: 20px;
  z-index: 1;
}

.rate__item-sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 25px;
  z-index: 1;
}

.rate__item-ul {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
}

.rate__item-ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.rate__item-btn {
  display: block;
  -webkit-box-shadow: 0px 2px 15px rgba(218, 218, 218, 0.5);
  box-shadow: 0px 2px 15px rgba(218, 218, 218, 0.5);
  z-index: 2;
}

.sale__mob-btn {
  display: none;
}

.it-1::before {
  background: url(../img/rate-it1.svg);
  right: 35px;
  bottom: 0;
  width: 124px;
  height: 174px;
}

.it-2::before {
  background: url(../img/rate-it2.svg);
  right: 0;
  bottom: 60px;
  width: 174px;
  height: 87px;
}

.it-3::before {
  background: url(../img/rate-it3.svg);
  right: 35px;
  bottom: 0;
  width: 124px;
  height: 174px;
}

.when {
  padding-bottom: 75px;
}

.when__title {
  margin-bottom: 30px;
}

.when__sub-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #495059;
}

.when__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 18px;
  padding: 23px 16px;
  margin-bottom: 20px;
}

.when__item-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 13px;
  max-width: 160px;
  color: #495059;
}

.fag {
  padding-top: 55px;
  background: url(../img/fag-bg.webp);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.fag__title {
  background-color: #fff;
  padding-bottom: 70px;
}

.card-header {
  border-bottom: none;
  padding: 0;
  border-radius: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-header:first-child,
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 18px;
}

.head-colaps {
  background-color: #f6f6f6;
  padding: 22px 20px 23px 20px;
  color: #495059;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  border-radius: 18px;
}

.head-colaps:hover,
.head-colaps:focus,
.head-colaps:target,
.head-colaps:active {
  color: #495059;
  text-decoration: none;
}

.head-colaps.collapsed {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border-radius: 18px;
}

.head-colaps.collapsed::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.head-colaps::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.head-colaps::after,
.head-colaps::before {
  position: absolute;
  content: ' ';
  right: 20px;
  top: 49%;
  width: 21px;
  height: 3px;
  background-color: #495059;
  border-radius: 16px;
}

.card-body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 22px 20px 23px 20px;
  color: #495059;
}

.card {
  border: none;
  border-radius: none;
}

.accordion {
  padding: 0 80px 70px 80px;
  background-color: #fff;
}

.consult {
  margin-top: -10px;
  padding-top: 85px;
  padding-bottom: 80px;
  background: url(../img/consult-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

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

.consult__title {
  margin-bottom: 35px;
}

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

.consult__btn {
  margin-top: 35px;
}

.consult__input {
  background: rgba(186, 186, 186, 0.2);
}

.map-footer {
  position: relative;
}

.map-nav {
  position: absolute;
  bottom: 0px;
  left: 20%;
  padding: 70px 35px 55px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 10px #e2e2e2;
  box-shadow: 0px -4px 10px #e2e2e2;
  border-radius: 18px;
  color: #495059;
  max-width: 400px;
}

.map-h2 {
  margin-bottom: 25px;
}

.map-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}

.map-time-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}

.map-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}

.map-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 25px;
}

.map-whatsapp-i {
  margin-right: 10px;
}

.map-phone,
.map-mail {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2f80ed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.map-whatsapp-i {
  width: 24px;
  height: 24px;
}

.map-whatsapp-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2f80ed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.map-whatsapp-text:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #495059;
}

.footer__main {
  padding: 15px 0 25px 0;
  background-color: #fff;
}

.footer__ul li {
  margin-bottom: 10px;
}

.footer__ul li a {
  color: #495059;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__ul li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #eb5757;
}

.popup-form {
  position: relative;
  padding: 80px 50px 60px 50px;
  max-width: 420px;
  background: url(../img/popup-bg.svg) no-repeat;
  background-color: #fff;
  background-size: contain;
  background-position: top;
  border-radius: 16px;
  margin: 0 auto;
}

.popup-form-free {
  position: relative;
  padding: 80px 50px 60px 50px;
  max-width: 600px;
  background: url(../img/popup-bg.svg) no-repeat;
  background-color: #fff;
  background-size: contain;
  background-position: top;
  border-radius: 16px;
  margin: 0 auto;
}

.popup-title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
}

.popup-form .form__group,
.popup-form-free .form__group {
  margin-bottom: 15px;
}

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

.mfp-close {
  opacity: 1;
  margin-right: 15px;
  margin-top: 15px;
}

.mob-map-address {
  display: none;
}

.reviews {
  background: linear-gradient(179.91deg, #f6f6f6 10%, rgba(255, 255, 255, 0) 30%), #fff;
}

.reviews__subtitle {
  margin-bottom: 40px;
}

.reviews__owl {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: relative;
}

.reviews__owl .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__owl .owl-nav .owl-prev {
  margin-right: 17px;
}

.reviews__owl .owl-nav .owl-prev path,
.reviews__owl .owl-nav .owl-next path {
  fill: #2f80ed;
  stroke: #2f80ed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.reviews__owl .owl-nav .disabled path {
  fill: #495059;
  stroke: #495059;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.reviews__owl .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.reviews__owl .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #495059;
  opacity: 0.5;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.reviews__owl .owl-dots .owl-dot.active {
  background-color: #2f80ed;
  width: 40px;
  opacity: 1;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.reviews__owl-item {
  max-width: 316px;
  max-height: 632px;
  text-align: center;
  margin: 0 auto;
}

.reviews__owl .owl-item {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  opacity: 0;
}

.reviews__owl .owl-item img {
  opacity: 0;
}

.reviews__owl .owl-item.center img {
  opacity: 1;
}

.reviews__owl .owl-item.active img {
  opacity: 1;
}

.reviews__owl .owl-item.active {
  opacity: 1;
}

.reviews__owl .owl-item.center {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
  opacity: 1;
}

.example {
  background: linear-gradient(179.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 10%), #f6f6f6;
}

.example__title {
  margin-bottom: 40px;
}

.example__confidicial {
  max-width: 600px;
  margin: 30px auto 0 auto;
  font-size: 12px;
  line-height: 16px;
  color: #495059;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.example__confidicial::before {
  content: ' ';
  position: absolute;
  left: -90px;
  top: -48px;
  background: url(../img/abstract-arrow-example.svg);
  width: 85px;
  height: 68px;
  z-index: 2;
}

.example__owl {
  background: #ffffff;
  border-radius: 18px;
  padding: 55px 30px 45px 30px;
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.example__owl::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 10px;
  background: url(../img/example-abstract.svg);
  width: 301px;
  height: 272px;
}

.example__owl .owl-nav {
  position: absolute;
  top: 58px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.example__owl .owl-nav .owl-prev {
  margin-right: 17px;
}

.example__owl .owl-nav .owl-prev path,
.example__owl .owl-nav .owl-next path {
  fill: #2f80ed;
  stroke: #2f80ed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.example__owl .owl-nav .disabled path {
  fill: #495059;
  stroke: #495059;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.example__owl-item-img {
  max-width: 274px;
  width: 100%;
  text-align: center;
  margin-right: 50px;
}

.example__owl-item-link {
  display: inline-block;
  margin-top: 15px;
  color: #2f80ed;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.example__owl-item-link svg {
  margin-right: 10px;
}

.example__owl-item-info-name {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #495059;
  margin-bottom: 40px;
}

.example__owl-item-problem-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.example__owl-item-info-problem-title,
.example__owl-item-info-solution-title,
.example__owl-item-info-time-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #495059;
  margin-bottom: 13px;
}

.example__owl-item-info-problem,
.example__owl-item-info-solution,
.example__owl-item-info-time {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #495059;
}

.example__owl-item-info-solution {
  max-width: 345px;
  width: 100%;
}

.example__owl-item-info-problem {
  max-width: 320px;
  margin-right: 50px;
}

.example__owl-item-info-time {
  margin-top: 70px;
}

.popup-success {
  padding: 80px 50px 60px 50px;
  width: 100%;
  max-width: 420px;
  max-height: 457px;
  background: url(../img/popup-bg.svg) no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: right;
  border-radius: 16px;
  margin: 0 auto;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}

.popup-img-mob {
  width: 70px;
  margin-top: 57px;
  margin-bottom: 30px;
}

.popup-title-mob {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.popup-subtitle-mob {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 92px;
}

.form-header .form__input {
  border: 1px solid #8e9298;
}

.scroll-hidden {
  overflow: hidden;
}

.hamburger {
  z-index: 1005;
  height: 30px;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-duration-transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-timing-function-transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.hamburger:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -webkit-box-shadow-box-shadow: none !important;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #495059;
}

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

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

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

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #495059;
  border-radius: 5px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-duration-transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-timing-function-transition-timing-function: ease;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -webkit-transition-duration-transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function-transition-timing-function: cubic-bezier(
    0.55,
    0.055,
    0.675,
    0.19
  );
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -webkit-transform-transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -webkit-transition-delay-transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function-transition-timing-function: cubic-bezier(
    0.215,
    0.61,
    0.355,
    1
  );
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overlay-menu {
  display: none;
  background-color: #fff;
  color: #495059;
  position: fixed;
  width: 100%;
  height: 101vh;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .header__logo {
    max-width: 185px;
  }
  .header__nav-panel ul li {
    margin-right: 27px;
  }
  .header__content-h1 {
    font-size: 34px;
  }
  .procedur__citat::before {
    left: 70px;
  }
  .services__cart {
    margin-bottom: 40px;
    height: auto;
  }
  .coop__title::before {
    width: 46%;
  }
  .sale__policy {
    margin-left: 13px;
  }
  .sale__title {
    font-size: 32px;
    line-height: 40px;
  }
  .sale__item-text {
    font-size: 14px;
  }
  .sale {
    background-position-y: auto;
    background-position-x: 75%;
  }
  .rate__item {
    padding: 45px 23px 40px 23px;
  }
  .when__item-text {
    max-width: 120px;
  }
  .consult__form .form__group {
    max-width: 282px;
  }
  .map-nav {
    max-width: 320px;
    left: 5% !important;
  }
  .example__owl-item-img {
    max-width: 200px;
    margin-right: 25px;
  }
  .example__owl-item {
    align-items: center;
  }
  .example__owl-item-info-solution {
    width: auto;
    max-width: inherit;
  }
  .example__owl-item-info-problem {
    max-width: 330px;
    margin-right: 35px;
  }
  .example__owl-item-info-time {
    margin-top: 50px;
  }
  .trust__item-description {
    font-size: 13px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .hamburger {
    display: inline-block;
  }
  .header__nav-panel,
  .header__phone {
    display: none;
  }
  .header__whatsapp {
    margin-right: 15px;
  }
  .header__logo {
    max-width: 100%;
  }
  .header__background::after {
    display: none;
  }
  .header__background {
    max-width: 100%;
  }
  .header__right-img-title {
    display: none;
  }
  .header__background-r {
    top: 90%;
    z-index: -2;
    margin-top: 0;
    margin-left: 0;
    max-width: 100% !important;
    width: 100%;
  }
  .procedur__citat {
    margin-left: -55%;
  }
  .procedur__wrap-ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .procedur__wrap-title {
    font-size: 24px;
    line-height: 34px;
  }
  .form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40%;
  }
  .form-header .form__group {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .callback {
    background: linear-gradient(83.87deg, #f8d387 -49.4%, #da5c58 92.54%);
  }
  .callback__title {
    margin-bottom: 20px;
  }
  .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .callback__form .form__group {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 430px;
  }
  .variants__block {
    margin-bottom: 60px;
  }
  .statistic__item {
    margin-bottom: 30px;
  }
  .statistic__item-number {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .statistic__item-description {
    font-size: 12px;
    line-height: 18px;
  }
  .statistic__img {
    margin-bottom: 35px;
  }
  .mob-title {
    text-align: center;
    display: block;
    margin-bottom: 17px;
  }
  .coop__title::before {
    width: 50%;
  }
  .coop__title {
    padding: 40px 25px 40px 25px;
    font-size: 29px;
  }
  .results__item-btn {
    display: none;
  }
  .results__item-mob-btn {
    display: block;
    margin-top: 45px;
    max-width: 320px;
  }
  .results__item-ul li {
    padding-left: 45px;
  }
  .results__item-ul li::before {
    height: 26px;
    width: 26px;
    top: -1px;
    background-size: cover;
  }
  .gray-gradient {
    margin-top: 40px;
  }
  .sale__sub-title {
    margin-bottom: 25px;
  }
  .sale__btn,
  .sale__policy {
    display: none;
  }
  .sale__mob-btn {
    margin-top: 40px;
    display: block;
    max-width: 280px;
    background: #eb5757;
    -webkit-box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
    box-shadow: 0px 4px 20px rgba(235, 87, 87, 0.5);
    border-radius: 16px;
    font-size: 16px;
    max-width: 232px;
    width: 100%;
    line-height: 52px;
    height: 64px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .sale__mob-btn:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #e56767;
    color: #fff;
  }
  .rate__item {
    max-width: 320px;
    margin: 0 auto;
  }
  .mb-30 {
    margin-bottom: 35px;
  }
  .when__sub-title {
    margin-bottom: 35px;
  }
  .when__item-text {
    max-width: 100%;
  }
  .accordion {
    padding: 0 0 35px 0;
  }
  .consult {
    background-position-x: 40%;
  }
  .wrapper-sale {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wrapper-sale::-webkit-scrollbar {
    display: none;
  }
  .wrapper-sale .container,
  .wrapper-sale .container .row {
    max-width: 960px !important;
    width: 100% !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .wrapper-sale .col-lg-4 {
    max-width: 320px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .r-hed-i-hed {
    display: none;
  }
  .form-header {
    margin-top: 20px;
  }
  .example__owl {
    margin-bottom: 80px;
  }
  .example__owl-item-img {
    text-align: left;
  }
  .example__owl-item-link {
    margin-top: 30px;
  }
  .example__owl .owl-nav {
    top: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    bottom: -50px;
  }
  .example__owl-item-img img {
    display: none !important;
  }
  .example__owl-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .example__confidicial::before {
    display: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .procedur__img img {
    max-height: 270px;
  }
  .procedur__citat {
    margin-left: 0;
    width: 100%;
    margin-top: 70px;
  }
  .statistic__item {
    max-width: 250px;
    margin: 0px auto 30px auto;
  }
  .mb-70 {
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .statistic__img {
    display: block;
    margin: 0 auto 35px auto;
  }
  .trust {
    background: #f6f6f6;
    padding-bottom: 50px;
  }
  .trust__item {
    margin: 0 auto 35px auto;
  }
  .coop {
    margin-top: 0;
    padding-top: 50px;
  }
  .coop__title::before {
    width: 67%;
  }
  .head-colaps {
    border-radius: 0;
  }
  .head-colaps.collapsed {
    border-radius: 0;
    background-color: #fff;
  }
  .head-colaps::after,
  .head-colaps::before {
    right: 25px;
  }
  .container-md-fluid {
    max-width: 100%;
  }
  .padding-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-text {
    max-width: 80%;
  }
  .fag {
    background: none;
  }
  .consult {
    padding-top: 300px;
    padding-bottom: 45px;
    background: url(../img/consult-mob-bg.webp),
      linear-gradient(5.17deg, #f7f7f7 22.34%, #d3d7d6 38.06%);
    background-repeat: no-repeat;
    background-position-y: 0%;
    background-position-x: left;
  }
  .consult__sub-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .consult__title {
    font-size: 28px;
    line-height: 36px;
  }
  .consult__form .form__group {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .consult__btn {
    margin-top: 0px;
  }
  .footer__main {
    padding: 30px 0 30px 0;
  }
  .footer__logo {
    margin-bottom: 35px;
  }
  .footer__btn {
    margin: 40px auto 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .text-xs-center {
    text-align: left !important;
  }
  .example__owl-item-problem-solution {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .example__owl-item-info-problem {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .example__owl-item-info-problem {
    max-width: 100%;
  }
  .reviews__owl .owl-nav {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 580px) {
  .header__content-h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .header__content-sub-title {
    font-size: 14px;
    border-radius: 0;
    padding: 7px 20px 8px 20px;
  }
  .header__background {
    height: 520px;
    background-position: center;
  }
  .header__content {
    height: 480px;
  }
  .coop__title::after {
    z-index: -1;
  }
  .coop__title::before {
    z-index: 1;
    width: 95%;
  }
  .coop__title {
    z-index: 1;
    line-height: 36px;
  }
  .stage__item-number {
    display: none;
    width: 48px;
    height: 48px;
    padding: 24px 24px 24px 24px;
    font-size: 20px;
    line-height: 2px;
  }
  .stage__item-content-title {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stage__item-content-title::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    counter-increment: stage;
    content: counter(stage);
    width: 48px;
    height: 48px;
    padding: 24px 24px 24px 24px;
    font-size: 20px;
    line-height: 2px;
    font-weight: 800;
    border-radius: 16px;
    background: #2f80ed;
    color: #fff;
    left: 0;
  }
  .stage__item-content {
    margin-left: 0px;
  }
  .stage {
    padding-bottom: 30px;
  }
  .results__title {
    font-size: 28px;
    line-height: 40px;
  }
  .results__item-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .orange-gradient,
  .gray-gradient {
    padding: 42px 10px 40px 10px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .sale__title {
    font-size: 28px;
    line-height: 40px;
  }
  .sale__sub-title,
  .sale__info {
    font-size: 14px;
    line-height: 22px;
  }
  .rate__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: left !important;
  }
  .rate__item {
    padding: 40px 20px 40px 20px;
  }
  .when__title {
    font-size: 28px;
    line-height: 36px;
  }
  .when__sub-title {
    font-size: 14px;
    line-height: 24px;
  }
  .when {
    padding-bottom: 45px;
  }
  .when__item-text {
    max-width: 240px;
  }
  .head-colaps {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  }
  .fag__title {
    font-size: 28px;
    padding-bottom: 45px;
  }
  .fag {
    padding-top: 15px;
  }
  #map {
    display: none;
  }
  .map-nav {
    position: relative;
    max-width: 100%;
    left: 0 !important;
    border-radius: 0;
  }
  .map-address {
    margin-bottom: 35px;
  }
  .h2-title {
    font-size: 26px;
    line-height: 36px;
  }
  .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
  .rate__item-title {
    font-size: 32px;
  }
  .callback__sub-title {
    font-size: 16px;
    line-height: 28px;
  }
  .footer__ul li a {
    font-size: 12px;
  }
  .sale__item {
    padding: 25px 25px 25px 25px;
  }
  .mob-img-header-para {
    display: block;
    margin-top: -10px;
  }
  .form-header {
    margin-top: 75%;
  }
  .header__content-h1 {
    font-size: 22px;
  }
  .procedur__citat {
    padding: 30px 25px 25px 25px;
  }
  .r-hed-i-hed {
    display: none;
  }
  .mob-map-address {
    display: block;
  }
  .desktop-map-address {
    display: none;
  }
  .popup-form,
  .popup-form-free {
    padding: 70px 25px 50px 25px;
  }
  .popup-form .form__group,
  .popup-form-free .form__group {
    margin: 0 auto 15px auto;
  }
  .example__owl {
    padding: 35px 15px 40px 16px;
  }
  .example__owl-item-info-name {
    font-size: 20px;
    line-height: 28px;
  }
  .example__owl::before {
    background-size: contain;
    width: 210px;
    height: 190px;
  }
  .example__owl-item-info-problem-title,
  .example__owl-item-info-solution-title,
  .example__owl-item-info-time-title {
    font-size: 15px;
    line-height: 24px;
  }
  .example__owl-item-info-problem,
  .example__owl-item-info-solution,
  .example__owl-item-info-time {
    font-size: 13px;
  }
  .reviews__owl .owl-item,
  .reviews__owl .owl-item img {
    opacity: 1;
  }
  .reviews .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .trust__item-description {
    font-size: 14px;
  }
}

@media only screen and (max-width: 440px) {
  .popup-form,
  .popup-form-free {
    background-size: auto;
  }
  .reviews .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews__owl-item {
    max-width: 260px;
  }
  .popup-success {
    padding: 35px 20px 60px 20px;
    max-width: 310px;
    max-height: 425px;
  }
  .header__nav-panel-mob {
    max-width: 210px;
    width: 100%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 372px) {
  .coop__title::before {
    bottom: 14%;
  }
  .when__item-text {
    max-width: 200px;
  }
  .reviews__owl-item {
    max-width: 250px;
  }
}

@media only screen and (max-width: 1850px) {
  .header__background-r {
    max-width: 840px;
  }
  .header__right-img-title {
    top: -33%;
    right: 48%;
  }
}

@media only screen and (max-width: 1785px) {
  .header__background-r {
    max-width: 810px;
  }
  .header__right-img-title {
    top: -37%;
    right: 45%;
  }
}

@media only screen and (max-width: 1685px) {
  .header__background-r {
    max-width: 765px;
  }
  .header__right-img-title {
    top: -42%;
    right: 43%;
  }
}

@media only screen and (max-width: 1575px) {
  .header__background-r {
    max-width: 730px;
  }
  .header__right-img-title {
    top: -46%;
    right: 40%;
  }
  .map-nav {
    left: 15%;
  }
  .callback {
    z-index: 1;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1455px) {
  .header__background-r {
    max-width: 690px;
  }
  .header__right-img-title {
    top: -52%;
    right: 37%;
  }
}

@media only screen and (max-width: 1370px) {
  .header__background-r {
    max-width: 650px;
  }
  .header__right-img-title {
    top: -58%;
    right: 33%;
  }
}

@media only screen and (max-width: 1255px) {
  .header__background-r {
    max-width: 610px;
  }
  .header__right-img-title {
    top: -65%;
    right: 28%;
  }
}

@media only screen and (max-width: 1200px) {
  .header__background-r {
    max-width: 580px;
  }
  .header__right-img-title {
    top: -71%;
    right: 25%;
  }
}

@media only screen and (max-width: 1100px) {
  .header__background-r {
    max-width: 520px;
  }
  .header__right-img-title {
    top: -85%;
    right: 22%;
  }
}
/*# sourceMappingURL=main.css.map */

#doc-preview {
  background: #2F80ED;
  border-radius: 16px;
  min-height: 600px !important;
  padding: 30px;
}

#doc-preview .carousel-item img {
  margin: 0px auto;
  display: inline-block;
  margin-top: 10px;
}

#doc-preview .carousel-item {
  text-align: center;
}

#doc-preview .carousel-item a {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

#doc-preview .carousel-item a:visited {

}

#gevel-bg {
  margin-top: -40px;
  position: relative !important;
  left: 25px !important;
  height: 458px;
  background: url("../img/gavel-judge-law.png") no-repeat top right;
}

.gevel-box-title {
  position: relative;
  top: -140px;
}

#gavel-judge-law .h2-title {
  font-size: 42px;
  color: #fff;
}

#gavel-judge-law .container {
  padding: 40px;
  background: linear-gradient(93.82deg, #FFD17F -43.58%, #EB5757 97.62%);
  height: 455px;
  border-radius: 16px;
  /*background: url("../img/gavel-judge-law.png");*/
}

#judge-sub-label {
  position: relative;
  top: -245px;
}

#judge-callback-form {
  position: relative;
  top: -245px;
}

#about-us .sub-title {
  line-height: 32px;
  font-family: Montserrat;
  margin-top: 40px;
}

#about-us .procedur__wrap-ul {
  margin-top: 40px;
}

#doc-preview h4 {
  color: #FFF;
}

.carousel-control-prev {
  left: -40px;
}

.carousel-control-next {
  right: -40px;
}

#contract-template-link-wrap {
  display: block !important;
  margin-top: 20px;
}

#contract-template-link-wrap a {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}

#our-team-wrap {
  background-size: 100% !important;
  padding-left: 0px !important;
  min-height: 500px;
  background: url("../img/about-us/vector.png") center center no-repeat;
}

#staff-slider-wrap {
  padding-left: 0px !important;
}

#staff-slider-wrap p {

}

#staff-carousel img.d-block {
  width: 25% !important;
}


.slick-dots {
  z-index: 1000;
  width: 30% !important;
  top: 92%;
  right: 30%;
}



.slick-next, .slick-prev {
  height: 40px;
  width: 40px;
}

.slick-prev {
  background: url("../img/prev.png");
  left: 65px;
  z-index: 1000;
}

.slick-prev:hover, .slick-prev:focus {
  background: url("../img/prev.png") !important;
}

.slick-next {
  right: 190px !important;
  background: url("../img/next.png");
}

.slick-next:hover, .slick-next:focus {
  background: url("../img/next.png") !important;
}

.slick-slide {
  left: 150px;
}

.slick-next:before, .slick-prev:before {
  content: '' !important;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {

}

.slick-prev:before, .slick-next:before {
  /*background: #2F80ED;*/
  /*color: #FFF;*/
}

.staff-full-name {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

.diploma-link > p {
  margin-top: 10px;
}

.diploma-link {
  color: #FF0000;
  border-radius: 3px;
  padding: 7px;
  border: solid 1px #FF0000;
  border-radius: 7px;
}

.diploma-link:hover {
  color: #FF0000;
}

.diploma-link-wrap {
  margin-top: 10px;
  min-height: 35px;
}

.staff-item {
  margin-top: 9%;
}

#form-header {

}

#main-column {
  margin-left: 3%;
}


#doc-preview .carousel-item a {
  width: 100% !important;
}


.social-btn {
  height: 20px;
  width: 136px;
  position: relative;
}

.social-btn li {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.social-btn li a {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/soc-btn.png");
}

.social-btn li a.vk {

}

.social-btn li a.ok {
  background-position: -20px 0px;
  width: 15px;
}

.social-btn li a.insta {
  background-position: -36px 0px;
}

.map-area {
  min-height: 490px;
  background: linear-gradient(83.87deg, #f8d387 -49.4%, #da5c58 92.54%);
}

.map-click-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(0,0,0,.5);
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 2px #000;
}

.map-click-area:hover {
  opacity: 1;
}

.font-inherit {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: inherit;
}

.btn-select {
  color: #fdf4ed;
  border-bottom: 2px dashed #fdf4ed;
}

.btn-select:hover {
  color: #fad3d3;
  border-bottom: 2px dashed #fad3d3;
}

.city-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}

.city-popup-container {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.2), 0 0 150px rgba(0,0,0,.1);
  max-height: 80%;
  max-width: 80%;
  overflow-y: auto;
  position: relative;
}

.city-popup-close {
  border-radius: 100%;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2em;
}
