@charset "UTF-8";



body,

a {

  color: #fff;

  font-family: Rubik;

  font-style: normal;

}

a:hover {
    color: #f2b43d;
    text-decoration: underline;
}

* {

  outline: none !important;

}



body {

  overflow-x: hidden !important;

  background: #fff;

}



body.active-menu {

  overflow: hidden;

}



.flex-middle {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



input {

  border: 1px solid #fff !important;

  border-color: initial;

}



input:focus {

  background: #FFFFFF !important;

  border: 1px solid #1F89FE !important;

}



.service-item,

.service {

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

}



.service-item:hover,

.service:hover {

  -webkit-transform: translateY(-10px);

  -ms-transform: translateY(-10px);

  transform: translateY(-10px);

  top: -15px;

}



.full-flex {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.only-mobil {

  display: none;

}



.in-slider button[role='presentation']:hover svg path {

  fill: #1F89FE;

}



.custom-button {

  -webkit-border-radius: 19px;

  border-radius: 19px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  height: 43px;

  font-weight: bold;

  font-size: 16px;

  padding: 0 22px;

  border: none;

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

  cursor: pointer;

}



.custom-button svg {

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

}



.custom-button--blue {

  background: #1F89FE;

  color: #fff;

}



.custom-button--blue:hover {

  background: #1774d8;

  color: #fff;

}



.custom-button--white {

  background: #fff;

  color: #1F89FE;

}



.custom-button--white:hover {

  background: #EBEBEB;

  color: #1F89FE;

}



.custom-button--black {

  background: #fff;

  color: #f2b43d;
  border: 2px #f3956d solid;

}



.custom-button--black:hover {

  background: linear-gradient(124deg, #f2b43d 0%, #f3956d 100%);

  color: #fff;
  border: 2px #f3956d solid;

}



.custom-button--black:hover.svg-right svg {

  margin-left: 15px !important;

}



.custom-button--pink {

  color: #fff;

  background: #FA6477;

  padding: 0px 31px;

  height: 45px;

}



.custom-button--pink:hover {

  background: #F0485E;

  color: #fff;

}



.custom-button--fill {
	
	border: 3px solid #f2b43d;

  background: #f2b43d;

  color: #fff;

  

  font-size: 16px;

  line-height: 19px;

  

  -webkit-border-radius: 24px;

  border-radius: 24px;

}



.custom-button--fill:hover {
    background: none;

  border: 3px solid #363636;
  color: #363636;

}



.custom-button:hover {

  text-decoration: none;

}



.social a {

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

}



.social a:hover {

  -webkit-transform: scale(1.09);

  -ms-transform: scale(1.09);

  transform: scale(1.09);

}



.custom-title {

  font-weight: bold;

  font-size: 30px;

  line-height: 36px;

  color: #323232;

  padding-top: 0px;

  position: relative;

  margin-bottom: 25px;

}

.projects_v1 .custom-title{
   color: #323232;
}



.custom-title:before {
    content: '';
    position: absolute;
    width: 71px;
    background: #f2b640;
    border: 3px solid #f2b640;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: -10px;
    left: 0;
}

.projects_v1 .custom-title:before {
    content: '';
    position: absolute;
    width: 71px;
    background: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: -10px;
    left: 0;
}

.projects_v1 .social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 13px;
}

.custom-title--center:before {

  left: 50%;

  margin-left: -36px;

}



.subtitle-text {

  font-weight: normal;

  font-size: 20px;

  line-height: 130%;

  text-align: center;

  color: #808D9F;

  margin-bottom: 50px;

}



.slick-initialized .slick-slide {

  display: -webkit-box !important;

  display: -webkit-flex !important;

  display: -ms-flexbox !important;

  display: flex !important;

}



.header__v1 {

  background: #fff;

  z-index: 100;

  position: relative;

}



.header__v1 .top-line {

  background: #F7F8FB;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.header__v1 .top-line .top-contact {

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  padding: 7px 20px;

}



.header__v1 .top-line .top-contact .email {

  margin-right: 41px;

}



.header__v1 .top-line .top-contact .email svg {

  margin-right: 10px;

}



.header__v1 .top-line .top-contact .phone {

  font-weight: bold;

  font-size: 16px;

  line-height: 19px;

}



.header__v1 .top-line .top-contact a:hover {

  color: #253D5D;

}



.header__v1 .menu-line {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: 15px 0 0;

}



.header__v1 .menu-line .logo-text {

  font-weight: bold;

  font-size: 26px;

  line-height: 31px;

}



.header__v1 .menu-line ul {

  list-style: none;

  padding: 5px 15px 0 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  left: -6px;

}



.header__v1 .menu-line ul li a {

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;

}



.header__v1 .menu-line ul li a:hover {

  text-decoration: none;

  color: #1F89FE;

}



.header__v1 .menu-line ul li:nth-last-child() {

  margin-right: 0;

}



.header__v1 .menu-line .custom-button {

  height: 39px;

  padding: 0 19px;

  font-size: 14px;

  position: relative;

  top: -2px;

}



.header__v1 .menu-line .custom-button:hover {

  background: #1774d8;

  color: #fff;

}



.main__v1 {

  background: -webkit-gradient(linear, left top, left bottom, from(#5BA9FF), color-stop(106.03%, #0077FB));

  background: -webkit-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: -o-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: linear-gradient(180deg, #5BA9FF 0%, #0077FB 106.03%);

  color: #fff;

  position: relative;

  overflow: hidden;

}



.main__v1 .subtract {

  position: absolute;

  z-index: 0;

}



.main__v1 .subtract__one {

  top: -90px;

  left: -2px;

}



.main__v1 .subtract__two {

  bottom: 0;

  left: 0;

}



.main__v1 .subtract__three {

  top: -110px;

  left: 39%;

}



.main__v1 .subtract__four {

  right: 60px;

  top: 85px;

}



.main__v1 .left-block {

  padding: 121px 15px;

}



.main__v1 .left-block h2 {

  font-weight: 500;

  font-size: 20px;

  margin-bottom: 15px;

}



.main__v1 .left-block h1 {

  font-style: normal;

  font-weight: bold;

  font-size: 40px;

  line-height: 47px;

  margin-bottom: 40px;

}



.main__v1 .left-block h1 span {

  color: #253D5D;

  display: block;

  font-size: 30px;

  line-height: 30px;

}



.main__v1 .left-block p {

  font-weight: normal;

  font-size: 18px;

  line-height: 130%;

  margin-bottom: 66px;

}



.main__v1 .left-block .top-buttons .custom-button {

  -webkit-box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);

  box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);

}



.main__v1 .left-block .top-buttons .custom-button--white {

  margin-right: 31px;

  color: #FA6477;

}



.main__v1 .left-block .top-buttons .custom-button--white:hover {

  color: #FA6477;

}



.main__v1 .left-block .top-buttons .custom-button--black svg {

  margin-left: 10px;

}



.main__v1 .right-block {

  padding: 74px 0 47px 12px;

}



.main__v1 .right-block img {

  /* -webkit-filter: drop-shadow(0px 25px 45px rgba(3, 66, 149, 0.2));

              filter: drop-shadow(0px 25px 45px rgba(3, 66, 149, 0.2)); */



}



.main__v1 .right-block .count {

  text-align: center;

}



.main__v1 .right-block .count__title {

  font-weight: bold;

  font-size: 36px;

  line-height: 43px;

  color: #fff;

  margin-bottom: 11px;

}



.main__v1 .right-block .count span.color {

  color: rgba(255, 255, 255, 0.7);

}



.main__v1 .right-block .count__text {

  font-weight: 500;

  font-size: 14px;

  line-height: 17px;

  color: rgba(255, 255, 255, 0.7);

}



.advantages {

  padding: 83px 0;

  
  
  background:#fff;

}



.advantages__left-block {

  padding: 0 13px 0 14px;

}



.advantages__text {

  font-weight: normal;

  font-size: 16px;

  line-height: 132%;

  margin-bottom: 59px;
  
   color: #363636;

}



.advantages__image {

  -webkit-border-radius: 27px;

  border-radius: 27px;

}



.advantages__items {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.advantages__item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  width: 50%;

  padding: 34px 10px 0 0;

}



.advantages__item .item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  width: 50%;

}



.advantages__item .item__icon {

  -webkit-border-radius: 50%;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  margin-bottom: 25px;

}



.advantages__item .item__title {

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

  margin-bottom: 21px;
  
  color: #363636;

}



.advantages__item .item__text {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  color: #808D9F;

}



.advantages__item:nth-child(1) .item__icon {

  background: #f2b43d;

}



.advantages__item:nth-child(2) .item__icon {

 background: #f2b43d;

}



.advantages__item:nth-child(3) .item__icon {

 background: #f2b43d;

}



.advantages__item:nth-child(4) .item__icon {

  background: #f2b43d;

}



.services_v1 {

  position: relative;

  margin-bottom: 190px;

}



.services_v1:after {

  content: '';

  width: 366px;

  height: 567px;

  position: absolute;

  top: 50px;

  right: -143px;

  -webkit-border-top-left-radius: 30px;

  border-top-left-radius: 30px;

  -webkit-border-bottom-left-radius: 30px;

  border-bottom-left-radius: 30px;

  background: -webkit-gradient(linear, left top, right top, from(#95C7FE), to(#0077FB));

  background: -webkit-linear-gradient(left, #95C7FE 0%, #0077FB 100%);

  background: -o-linear-gradient(left, #95C7FE 0%, #0077FB 100%);

  background: linear-gradient(90deg, #95C7FE 0%, #0077FB 100%);

}



.services_v1 .services-top-text {

  font-weight: normal;

  font-size: 16px;

  line-height: 130%;

  color: #808D9F;

  padding-top: 35px;

}



.services_v1 .top-row {

  margin-bottom: 30px;

}



.services_v1 .owl-carousel .owl-stage-outer {

  overflow: visible;

}



.services_v1 .service {

  -webkit-border-radius: 30px;

  border-radius: 30px;

  overflow: hidden;

  -webkit-box-shadow: 2px 5px 5px rgba(3, 66, 149, 0.15);

  box-shadow: 2px 5px 5px rgba(3, 66, 149, 0.15);

}



.services_v1 .service-row {

  overflow: hidden;

  padding-bottom: 10px;

}



.services_v1 .service__top {

  width: 100%;

  height: 213px;

}



.services_v1 .service-body {

  background: #fff;

  padding: 20px 25px 40px;

}



.services_v1 .service__title {

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

  margin-bottom: 21px;

}



.services_v1 .service__text {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  color: #808D9F;

}



.services_v2 {

  position: relative;

  padding: 118px 0;

}



.services_v2 .custom-title {

  color: #fff;

  margin-bottom: 35px;

}



.services_v2 .custom-title:before {

  border-color: #fff;

}



.services_v2 .subtitle-text {

  color: #fff;

  max-width: 420px;

}



.services_v2 .top-blue-box {

  background: -webkit-gradient(linear, left top, left bottom, from(#5BA9FF), color-stop(106.03%, #0077FB));

  background: -webkit-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: -o-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: linear-gradient(180deg, #5BA9FF 0%, #0077FB 106.03%);

  -webkit-border-top-right-radius: 30px;

  border-top-right-radius: 30px;

  -webkit-border-bottom-right-radius: 30px;

  border-bottom-right-radius: 30px;

  position: absolute;

  left: 0;

  top: 0;

  width: 42.6%;

  min-height: 485px;

}



.services_v2 .service-item {

  background: #FFFFFF;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  -webkit-border-radius: 20px;

  border-radius: 20px;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  min-height: 250px;

  overflow: hidden;

  margin: 7px 0 22px;

}



.services_v2 .service-item__price {

  position: absolute;

  background: #FA6477;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 12px 8px;

}



.services_v2 .service-item__price .price {

  font-weight: bold;

  font-size: 20px;

  line-height: 24px;

  color: #FFFFFF;

}



.services_v2 .service-item__price .currency {

  font-size: 20px;

  line-height: 24px;

  color: rgba(255, 255, 255, 0.5);

}



.services_v2 .service-item__image {

  height: 250px;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

}



.services_v2 .service-item__info {

  padding: 6px 0 0;

}



.services_v2 .service-item__info .number {

  font-weight: bold;

  font-size: 60px;

  line-height: 71px;

  color: #EDF2F7;

  margin-bottom: -2px;

}



.services_v2 .service-item__info .title {

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

  margin-bottom: 13px;

}



.services_v2 .service-item__info .text {

  font-size: 14px;

  line-height: 130%;

  color: #808D9F;

}



.services_v2 .service-item--left-image .service-item__image {

  margin-right: 30px;

}



.services_v2 .service-item--left-image .service-item__price {

  top: 0;

  right: 0;

}



.services_v2 .service-item--right-image .service-item__image {

  margin-left: 30px;

}



.services_v2 .service-item--right-image .service-item__price {

  top: 0;

  right: 50%;

  -webkit-border-top-right-radius: 0px;

  border-top-right-radius: 0px;

}



.services_v2 .service-item--right-image .service-item__info {

  padding: 6px 0 0 30px;

}



.how-work_v2 {

  background:#fff;

  padding: 67px 0 45px;

  position: relative;

}



.how-work_v2 .absolute-image {

  position: absolute;

  top: 48px;

  left: -120px;

}





.how-work_v2 .custom-title {

  margin-bottom: 29px;

}



.how-work_v2 .subtitle-text {

  margin-bottom: 40px;

}



.how-work_v2 .service-column:nth-child(2) .service__number {

     background: #f2b63e;
    color: #3c4040;
    -webkit-box-shadow: 0px 10px 25px rgba(18, 208, 163, 0.4);
    box-shadow: 0px 20px 50px rgb(239 181 66 / 26%);

}



.how-work_v2 .service-column:nth-child(3) .service__number {

 background: #f2b63e;
    color: #3c4040;
    -webkit-box-shadow: 0px 10px 25px rgba(18, 208, 163, 0.4);
    box-shadow: 0px 10px 25px rgb(242 182 64 / 68%);

}



.how-work_v2 .service-column:nth-child(4) .service__number {

 background: #f2b63e;
    color: #3c4040;
    -webkit-box-shadow: 0px 10px 25px rgba(18, 208, 163, 0.4);
    box-shadow: 0px 10px 25px rgb(242 182 64 / 68%);

}



.how-work_v2 .service-column:nth-child(5) .service__number {

  background: #f2b63e;
    color: #3c4040;
    -webkit-box-shadow: 0px 10px 25px rgba(18, 208, 163, 0.4);
    box-shadow: 0px 10px 25px rgb(242 182 64 / 68%);

}



.how-work_v2 .service {

  padding: 31px 25px 30px 30px;

  background: #fff;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgb(239 181 66 / 26%);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  min-height: 250px;

}

.doors .keis{
    padding:0 !important;
}

.how-work_v2 .service__number {

  font-weight: bold;

  font-size: 18px;

  line-height: 21px;

  color: #FFFFFF;

  width: 42px;

  height: 42px;

  -webkit-border-radius: 8px;

  border-radius: 8px;

  margin-bottom: 31px;

}



.how-work_v2 .service__title {
        color: #f2b640;

  font-weight: 500;

  font-size: 30px;

  line-height: 21px;

  margin-bottom: 15px;

}



.how-work_v2 .service__body {

  font-weight: normal;

  font-size: 16px;

  line-height: 130%;

  color: #808D9F;

}

.how-work_v2 .service__title1 {
        color: #f2b640;

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

  margin-bottom: 15px;

}



.how-work_v2 .service__body1 {

  font-weight: normal;

  font-size: 13px;

  line-height: 130%;

  color: #808D9F;

}
.service_item__img{
    top: 20px;
    right: 30px;
    position: absolute;
}

.service__buttons{
	margin: 0 auto;
    padding-top: 50px;
}

.custom-button--service{
	background: linear-gradient(124deg, #f2b43d 0%, #f2b43db8  100%);
    margin-right: 31px;
    color: #ffffff;
    display: inline;
    height: auto;
    padding: 15px 20px 15px 20px;
}

.custom-button--service:hover {
    background: linear-gradient(78deg, #f2b43db8  100%, #f2b43d 0%);
    margin-right: 31px;
    color: #3c4040;
}
.akciya {

  background: url(../img/akcii-bg.jpg) no-repeat;

  -webkit-background-size: cover;

  background-size: cover;

  padding: 83px 0 79px;
 
}



.akciya h2 {

  font-weight: bold;

  font-size: 30px;

  line-height: 130%;

  color: #fff;

}



.akciya h2 span {
    background: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 1px 18px 2px;
    color: #f2b640;
}



.akciya h2 span.big {

  font-size: 34px;

}



.akciya img {

  margin-bottom: 15px;

}



.akciya .right-form {

  background: #FFFFFF;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 29px 45px 35px;

  position: relative;

  z-index: 10;

}



.akciya .right-form:before {

  content: url(../img/dots.svg);

  position: absolute;

  top: -64px;

  left: -147px;

  z-index: 0;

}



.akciya .right-form__title {

  font-weight: bold;

  font-size: 25px;

  line-height: 120%;

  color: #363636;

  text-align: center;

  margin-bottom: 29px;

}



.akciya .right-form__title p {

  font-weight: normal;

  font-size: 17px;

  color: #808D9F;

  line-height: 35px;

}



.akciya .right-form__title span {

  color: #1F89FE;

  font-weight: bold;

}



.akciya .right-form input[type='text'],

.akciya .right-form input[type='tel'] {

  background: #EDF2F7;

  -webkit-border-radius: 29px;

  border-radius: 29px;

  border: none;

  width: 100%;

  height: 45px;

  padding-left: 20px;

  margin-bottom: 20px;

  width: 100%;

}



.akciya .right-form button[type='submit'] {

  border: none;

  background: -webkit-gradient(linear, left top, right top, from(#FA7687), to(#E93F55));

  background: -webkit-linear-gradient(left, #FA7687 0%, #E93F55 100%);

  background: -o-linear-gradient(left, #FA7687 0%, #E93F55 100%);

  background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 109, 255, 0.15);
    box-shadow: 0px 15px 30px rgb(242 180 61 / 76%);

  -webkit-border-radius: 24px;

  border-radius: 24px;

  color: #3c4040;

  height: 45px;

  width: 100%;

  margin: 10px 0 16px;

}



.akciya .right-form button[type='submit']:hover {

  background: -webkit-gradient(linear, left top, right top, from(#E93F55), to(#FA7687));

  background: -webkit-linear-gradient(left, #E93F55 0%, #FA7687 100%);

  background: -o-linear-gradient(left, #E93F55 0%, #FA7687 100%);

  background: linear-gradient(90deg, #f2b43d 0%, #f2b43d 100%);
   color: #fff;

}



.akciya .right-form label {

  font-size: 14px;

  color: #808D9F;

  line-height: 2px;

}



.akciya .right-form label input {

  margin-right: 10px;

}



.style {

  padding: 75px 0 80px;

}



.style .custom-title {

  margin-bottom: 30px;

}



.style .style-item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

}



.style .style-item:nth-child(1) .style-item__icon {

  background: rgb(242 182 64);

}



.style .style-item:nth-child(1) .style-item__icon svg path {

  fill: #FA6477;

}



.style .style-item:nth-child(2) .style-item__icon {

  background: rgb(253 109 49 / 15%);

}



.style .style-item:nth-child(2) .style-item__icon svg path {

  fill: #B888F8;

}



.style .style-item:nth-child(3) .style-item__icon {

 background: rgb(253 109 49 / 15%);

}



.style .style-item:nth-child(3) .style-item__icon svg path {

  fill: #FFAE75;

}



.style .style-item:nth-child(4) .style-item__icon {

   background: rgb(253 109 49 / 15%);

}



.style .style-item:nth-child(4) .style-item__icon svg path {

  fill: #12D0A3;

}



.style .style-item__icon {

  width: 100px;

  height: 100px;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin-bottom: 20px;

}



.style .style-item__text {

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;
  
  color: #363636;

}



.style_v2 {

  padding: 73px 0 80px;

}



.style_v2 .custom-title {

  margin-bottom: 32px;

}



.style_v2 .style-column:nth-child(1) .style-item__icon {

  background: rgba(250, 100, 119, 0.1);

}



.style_v2 .style-column:nth-child(1) .style-item__icon svg path {

  fill: #FA6477;

}



.style_v2 .style-column:nth-child(2) .style-item__icon {

  background: rgba(184, 136, 248, 0.1);

}



.style_v2 .style-column:nth-child(2) .style-item__icon svg path {

  fill: #B888F8;

}



.style_v2 .style-column:nth-child(3) .style-item__icon {

  background: rgba(255, 174, 117, 0.1);

}



.style_v2 .style-column:nth-child(3) .style-item__icon svg path {

  fill: #FFAE75;

}



.style_v2 .style-column:nth-child(4) .style-item__icon {

  background: rgba(18, 208, 163, 0.1);

}



.style_v2 .style-column:nth-child(4) .style-item__icon svg path {

  fill: #12D0A3;

}



.style_v2 .style-item {



  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

  background: #FFFFFF;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 40px 10px;

  transition: .3s;

}



.style_v2 .style-item:hover {

  transform: translateY(-20px);

}



.style_v2 .style-item__icon {

  width: 100px;

  height: 100px;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin-bottom: 20px;

}



.style_v2 .style-item__title {

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;

  margin-bottom: 22px;

  min-height: 38px;

}



.style_v2 .style-item__text {

  font-size: 14px;

  padding: 0 10px;

  line-height: 130%;

  color: #808D9F;

}



.projects_v1 {

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.1)), color-stop(106.03%, rgba(0, 119, 251, 0.1)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(242 183 70 / 92%) 95.03%);

  padding: 75px 0 80px;

}



.projects_v1-top-text {

  padding-top: 35px;

  font-weight: normal;

  line-height: 130%;

  display: inline-block;

}



.projects_v1 #pills-tab {

  margin: 40px 0 !important;

}



.projects_v1 #pills-tab .nav-link {

  -webkit-border-radius: 20px;

  border-radius: 20px;

  height: 35px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

 background: rgb(255 255 255);
    color: #fc9c70;

  font-weight: 500;

  margin-right: 10px;

  margin-right: 28px;

}



.projects_v1 #pills-tab .nav-link:hover {
    background: rgb(253 156 111);
    color: #fff;
}



.projects_v1 #pills-tab .nav-link.active {

  background: #ffffff;
    color: #fe6a22;

}



.projects_v1 #pills-tab .nav-link.active:hover {

    background: #fe6a22;
    color: #ffffff;

}



.projects_v1 #pills-tabContent img {

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

}



.projects_v1 #pills-tabContent .custom-button {

  margin: 8px 0 0;

}



.projects_v1 #pills-tabContent .custom-button--white {

  color: #FA6477;

}



.projects_v1 #pills-tabContent .small-image {

  height: 266px;

}



.projects_v1 #pills-tabContent .big-image {

  height: 555px;

}



.projects_v1 #pills-tabContent .left-row .row .col-lg-4 {

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 38%;

  -ms-flex: 0 0 38%;

  flex: 0 0 38%;

  max-width: 38%;

}



.projects_v1 #pills-tabContent .left-row .row .col-lg-8 {

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 62%;

  -ms-flex: 0 0 62%;

  flex: 0 0 62%;

  max-width: 62%;

}



.projects_v1 #pills-tabContent .left-row .row .col-lg-7 {

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 62%;

  -ms-flex: 0 0 62%;

  flex: 0 0 62%;

  max-width: 65%;

}



.projects_v1 #pills-tabContent .project-item {

  margin-bottom: 25px;

  position: relative;

  overflow: hidden;

  -webkit-border-radius: 28px;

  border-radius: 28px;

}



.projects_v1 #pills-tabContent img {

  transition: .3s;

}



.projects_v1 #pills-tabContent .project-item .overlay {

  display: flex;

  opacity: 0;

  top: 0;

  left: 0;

  width: 100%;

  transition: 1s;

  height: 100%;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.9)), color-stop(106.03%, rgba(0, 119, 251, 0.9)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.9) 0%, rgba(0, 119, 251, 0.9) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.9) 0%, rgba(0, 119, 251, 0.9) 106.03%);

 background: linear-gradient(180deg, rgb(242 182 64 / 20%) 0%, rgb(242 182 64) 106.03%);

  position: absolute;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  padding: 35px 0;

}



.projects_v1 #pills-tabContent .project-item .overlay h3 {

  font-weight: 500;

  font-size: 20px;

  line-height: 24px;

  color:#fff;

  text-align: center;

  padding-top: 35px;

}



.projects_v1 #pills-tabContent .project-item .overlay .custom-button {

  background: rgba(255, 255, 255, 0.5);

  -webkit-border-radius: 34px;

  border-radius: 34px;

  font-weight: bold;

  font-size: 16px;

  line-height: 19px;

  color: #FFFFFF;

}



.projects_v1 #pills-tabContent .project-item .overlay .custom-button svg {

  margin-left: 10px;

}



.projects_v1 #pills-tabContent .project-item .overlay .custom-button svg path {

  fill: #fff;

}



.projects_v1 #pills-tabContent .project-item .overlay .custom-button:hover {

  background: rgba(255, 255, 255, 0.3);

}



.projects_v1 #pills-tabContent .project-item:hover .overlay {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  cursor: pointer;

  opacity: 1;

  display: flex;

}



.projects_v1 #pills-tabContent .project-item:hover img {

  transform: scale(1.1);

}



.projects_v2 {

  padding: 74px 0;

}



.projects_v2__top {

  margin-bottom: 62px;

}



.projects_v2 .projects-top-text {

  font-weight: normal;

  font-size: 16px;

  line-height: 130%;

  color: #808D9F;

  padding-top: 35px;

}



.projects_v2 .slick-list {

  padding: 40px 0 85px;

}



.projects_v2 .project-images {

  margin-bottom: 18px;

}



.projects_v2 .project-images .project-image {

  width: 100%;

  height: 380px;

  -webkit-border-radius: 30px;

  border-radius: 30px;

}



.projects_v2 .project-images .owl-nav {

  position: absolute;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  top: 50%;

  margin-top: -22px;

}



.projects_v2 .project-images .owl-nav button[role='presentation'] {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  background: #FFFFFF;

  -webkit-border-radius: 23px;

  border-radius: 23px;

  width: 34px;

  height: 34px;

}



.bottom-nav .item {

  border: 1px solid #F9FBFF;

  border-radius: 13px;

}



.bottom-nav .item.active {

  border-bottom: 3px solid #1F89FE;

}



.project-image {

  position: relative;

}



.project-image a {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}



.projects_v2 .bottom-nav {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.projects_v2 .bottom-nav .item {

  margin-right: 10px;

}



.projects_v2 .bottom-nav .item img {

  width: 73px;

  height: 71px;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-border-radius: 10px;

  border-radius: 10px;

}



.projects_v2 .project-info {

  background: #FFFFFF;

  -webkit-box-shadow: -20px 2px 50px rgba(3, 66, 149, 0.15);

  box-shadow: -20px 2px 50px rgba(3, 66, 149, 0.15);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  padding: 27px 43px 32px 40px;

}



.projects_v2 .project-info__title {

  font-weight: 500;

  font-size: 20px;

  line-height: 110%;

  margin-bottom: 19px;

}

.bl{
    margin:0 auto;
    text-align:center;
}
.lamin{
    width: 100%;
}

.laminatt{
    background:#fff;
    color:#f2b43d;
    padding:12px 35px;
}
.laminatt:hover{
    background:#f2b43d;
    color:#fff;
    padding:12px 35px;
        margin-right: 0px;
}
.projects_v2 .project-info__price {

  font-weight: bold;

  font-size: 25px;

  line-height: 110%;

  color: #1F89FE;

  margin-bottom: 21px;

}



.projects_v2 .project-info__list {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 16px;

}



.projects_v2 .project-info__list .item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  margin-bottom: 14px;

}



.projects_v2 .project-info__list .item__left {

  background: #EDF2F7;

  -webkit-border-radius: 10px;

  border-radius: 10px;

  width: 50px;

  height: 50px;

  margin-right: 19px;

}



.projects_v2 .project-info__list .item__left svg path {

  fill: #253D5D;

}



.projects_v2 .project-info__list .item__right .title {

  font-size: 14px;

  line-height: 140%;

  color: #808D9F;

  margin-bottom: 6px;

}



.projects_v2 .project-info__list .item__right .text {

  font-weight: 500;

  font-size: 16px;

  line-height: 140%;

}



.projects_v2 .project-info__text {

  font-weight: normal;

  font-size: 16px;

  line-height: 135%;

  margin-bottom: 24px;

}



.projects_v2 .project-info__text .moore {

  color: #1F89FE;

  text-decoration: underline;

}



.projects_v2 .project-info .custom-button--black svg {

  margin-left: 10px;

}



.projects_v2 .slick-arrows {

  background: #FA6477;

  -webkit-border-radius: 10px;

  border-radius: 10px;

  width: 47px;

  height: 47px;

  position: absolute;

  bottom: 0;

  z-index: 10;

  cursor: pointer;

}



.projects_v2 .slick-arrows:hover {

  background: rgba(250, 100, 119, 0.7);

}



.projects_v2 .slick-arrows.slick-disabled {

  background: rgba(250, 100, 119, 0.2);

}



.projects_v2 .slick-arrows svg path {

  fill: #fff;

}



.projects_v2 .slick-arrows.slick-prev-arrow {

  right: 50%;

  margin-right: 13px;

}



.projects_v2 .slick-arrows.slick-next-arrow {

  left: 50%;

  margin-left: 13px;

}



.projcet-modal {

  position: relative;

}



.projcet-modal .close {

  position: absolute;

  top: 0px;

  right: 10px;

  z-index: 100;

}



.projcet-modal .project-images {

  margin-bottom: 18px;

}



.projcet-modal .project-images .project-image {

  width: 100%;

  height: 380px;

  -webkit-border-radius: 30px;

  border-radius: 30px;

}



.projcet-modal .project-images .owl-nav {

  position: absolute;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  top: 50%;

  margin-top: -22px;

}



.projcet-modal .project-images .owl-nav button[role='presentation'] {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  background: #FFFFFF;

  -webkit-border-radius: 23px;

  border-radius: 23px;

  width: 34px;

  height: 34px;

}



.projcet-modal .bottom-nav {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.projcet-modal .bottom-nav .item {

  margin-right: 10px;

}



.projcet-modal .bottom-nav .item img {

  width: 73px;

  height: 71px;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-border-radius: 10px;

  border-radius: 10px;

}



.projcet-modal .project-info {

  background: #FFFFFF;

  -webkit-box-shadow: -20px 2px 50px rgba(3, 66, 149, 0.15);

  box-shadow: -20px 2px 50px rgba(3, 66, 149, 0.15);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  padding: 27px 43px 32px 40px;

}



.projcet-modal .project-info__title {

  font-weight: 500;

  font-size: 20px;

  line-height: 110%;

  margin-bottom: 19px;

}



.projcet-modal .project-info__price {

  font-weight: bold;

  font-size: 25px;

  line-height: 110%;

  color: #1F89FE;

  margin-bottom: 21px;

}



.projcet-modal .project-info__list {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 16px;

}



.projcet-modal .project-info__list .item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  margin-bottom: 14px;

}



.projcet-modal .project-info__list .item__left {

  background: #EDF2F7;

  -webkit-border-radius: 10px;

  border-radius: 10px;

  width: 50px;

  height: 50px;

  margin-right: 19px;

}



.projcet-modal .project-info__list .item__left svg path {

  fill: #253D5D;

}



.projcet-modal .project-info__list .item__right .title {

  font-size: 14px;

  line-height: 140%;

  color: #808D9F;

  margin-bottom: 6px;

}



.projcet-modal .project-info__list .item__right .text {

  font-weight: 500;

  font-size: 16px;

  line-height: 140%;

}



.projcet-modal .project-info__text {

  font-weight: normal;

  font-size: 16px;

  line-height: 135%;

  margin-bottom: 24px;

}



.projcet-modal .project-info__text .moore {

  color: #1F89FE;

  text-decoration: underline;

}



.projcet-modal .project-info__bottom {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;

}



.projcet-modal .project-info__social h3 {

  font-size: 13px;

  line-height: 130%;

}



.projcet-modal .project-info__social .social {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.projcet-modal .project-info .custom-button--black {

  background: #1F89FE;

}



.projcet-modal .project-info .custom-button--black svg {

  margin-left: 10px;

}



.projcet-modal .project-info .custom-button:hover {

  background: #1774d8;

}



.tarifs_v1 {

  padding: 73px 0 80px;

  background: #fff;

}



.tarifs_v1 .custom-title {

  margin-bottom: 31px;

}



.tarifs_v1 .subtitle-text {

  margin-bottom: 43px;

}



.tarifs_v1 .tarif-column:nth-child(1),

.tarifs_v1 .tarif-column:nth-child(3) {

  margin-top: 30px;

}



.tarifs_v1 .tarif-item {

  -webkit-border-radius: 20px;

  border-radius: 20px;

  overflow: hidden;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  min-height: 560px;

  position: relative;

}



.tarifs_v1 .tarif-item__title {

  background: url(../img/Intersect.png) no-repeat;

  -webkit-background-size: cover;

  background-size: cover;

  font-weight: bold;

  font-size: 25px;

  line-height: 30px;

  color: #FFFFFF;

  padding: 18px 0;

  margin-bottom: 24px;

}



.tarifs_v1 .tarif-item__price {

  font-weight: bold;

  font-size: 25px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 28px;

}



.tarifs_v1 .tarif-item__price span {

  color: #7f8d9f;

  font-weight: 500;

}



.tarifs_v1 .tarif-item__list {

  padding: 0 35px;

}



.tarifs_v1 .tarif-item__list ul {

  list-style: none;

  padding: 0;

}



.tarifs_v1 .tarif-item__list ul li {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  font-weight: normal;

  font-size: 16px;

  line-height: 130%;

  margin-bottom: 12px;

}



.tarifs_v1 .tarif-item__list ul li:before {

  content: url(../img/check.svg);

  position: relative;

  margin: 4px 11px 0 3px;

}



.tarifs_v1 .tarif-item__button {

  position: absolute;

  bottom: 29px;

  left: 50%;

  margin-left: -68px;

}



.tarifs_v2 {

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.1)), color-stop(106.03%, rgba(0, 119, 251, 0.1)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: linear-gradient(0deg, rgb(242 182 64 / 91%) 0%, rgb(255 255 255) 75.03%);

  padding: 76px 0;
  
  margin-bottom: 100px;


}



.tarifs_v2 .custom-title {

  margin-bottom: 29px;

}



.tarifs_v2 .subtitle-text {

  margin-bottom: 80px;

}



.tarifs_v2 .keis {
        min-height: 380px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);
    box-shadow: 0px 20px 50px rgb(242 182 64 / 98%);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 39px 35px 39px 35px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 20px;
}

.tarifs_v2 .keis:hover {
  transform: translateY(-10px);
}


.tarifs_v2 .keis__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
    color: #363636;
}



.tarifs_v2 .keis__price {

  font-weight: bold;

  font-size: 30px;

  line-height: 130%;

 color: #f2b43d;

  margin-bottom: 5px;

}



.tarifs_v2 .keis__days {

  font-weight: normal;

  font-size: 18px;

  line-height: 130%;

  color: #A3AAB5;

  margin-bottom: 33px;

}



.tarifs_v2 .keis__border {

  margin-bottom: 25px;

  border-top: 1px solid #EDF2F7;

}



.tarifs_v2 .keis__list ul {

  list-style: none;

  padding: 0;

}



.tarifs_v2 .keis__list ul li {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  color: #A3AAB5;

  margin-bottom: 13px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  letter-spacing: -0.1px;

}



.tarifs_v2 .keis__list ul li::before {

  content: url(../img/check.svg);

  position: relative;

  margin-right: 10px;
  
  display:none;

}



.tarifs_v2 .keis--popular:after {

  content: 'Популярное';

  position: absolute;

  text-align: center;

  font-weight: 500;

  font-size: 14px;

  line-height: 130%;

  color: #FFFFFF;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  background: #f2b43d;

  position: absolute;

  top: 28px;

  right: -54px;

  padding: 7px 50px;

}



.video-reviews {

  padding: 119px 0 56px;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.1)), color-stop(106.03%, rgba(0, 119, 251, 0.1)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: linear-gradient(0deg, rgb(242 182 64 / 89%) 0%, rgb(255 255 255) 70.03%);

  position: relative;

}



.video-review:hover .play-box {

  transform: scale(1.1);

}



.video-reviews .absolute-dots {

  position: absolute;

  left: -5px;

  top: 245px;

  opacity: .3;

}



.video-reviews .absolute-dots path {

  fill: #1F89FE;

}



.video-reviews .reviews-text {

  padding-top: 7px;

  font-weight: normal;

  font-size: 16px;

  line-height: 130%;
  color: #323232;

}



.video-reviews .social {

  padding-top: 6px;

}



.video-reviews .social a {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  width: 40px;

  height: 40px;

  background: #fff;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin: 0 13px;

}



.video-reviews .after-social-text {

  font-weight: normal;

  font-size: 12px;

  line-height: 130%;

  color: #808D9F;

  margin: 20px 0 0;

}



.video-reviews .video-review-row {

  margin-top: 33px;

}



.video-reviews .video-review {

  height: 244px;

  margin-bottom: 24px;

  -webkit-border-radius: 30px;

  border-radius: 30px;

  -webkit-background-size: cover !important;

  background-size: cover !important;

}



.video-reviews .video-review .play-box {

  transition: .3s;

  background: -webkit-gradient(linear, left top, right top, from(#FA7687), to(#E93F55));

  background: -webkit-linear-gradient(left, #FA7687 0%, #E93F55 100%);

  background: -o-linear-gradient(left, #FA7687 0%, #E93F55 100%);

      background: linear-gradient(90deg, #f2b64099 0%, #f2b640 100%);

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgb(242 182 64 / 42%);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  width: 40px;

  height: 40px;

}



.video-reviews .video-review .play-box svg {

  position: relative;

  right: -1px;

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

}



.video-reviews .video-review .play-box svg:hover {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

}



.reviews_v .review {

  background: #FFFFFF;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 45px 35px 31px;

}



.reviews_v .review__top {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  position: relative;

  margin-bottom: 30px;

}



.reviews_v .review__top:after {

  content: url(../img/cav.svg);

  position: absolute;

  top: 0;

  right: 0;

  opacity: .2;

}



.reviews_v .review__top .image {

  margin-right: 20px;

}



.reviews_v .review__top .image img {

  width: 70px;

  height: 70px;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-border-radius: 50%;

  border-radius: 50%;

}



.reviews_v .review__top .info h3 {

  font-style: italic;

  font-weight: bold;

  font-size: 18px;

  line-height: 21px;

  margin-bottom: 5px;

}



.reviews_v .review__top .info h4 {

  font-style: italic;

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;

  margin-bottom: 3px;

}



.reviews_v .review__top .info a {

  font-style: italic;

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;

  color: #FA6477;

  text-decoration: underline;

}



.reviews_v .review__body p {

  font-weight: normal;

  font-size: 16px;

  line-height: 135%;

  margin-bottom: 22px;

}



.reviews_v .review__bottom a {

  font-weight: 500;

  font-size: 16px;

  line-height: 130%;

  color: #FA6477;

}



.reviews_v .owl-dots {

  margin-top: 50px;

}



.reviews_v .owl-dots .owl-dot span {

  background: rgba(31, 137, 254, 0.2);

}



.reviews_v .owl-dots .owl-dot.active span {

  background: #1F89FE;

}



.reviews_v .owl-nav {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  margin-top: 37px;

}



.reviews_v .owl-nav.disabled {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.reviews_v .owl-nav button[role='presentation'] {

  width: 57px;

  height: 57px;

  background: #fff;

  -webkit-border-radius: 10px;

  border-radius: 10px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  margin: 4px 13px;

}



.reviews_v .owl-nav button[role='presentation']:hover {

  background: rgba(31, 137, 254, 0.1);

}



.reviews_v1 {

  padding: 72px 0 35px;

  background: #fff;

}



.reviews_v1 .subtitle-text {

  text-align: left;

}



.reviews_v1 .review-item {

  -webkit-border-radius: 30px;

  border-radius: 30px;

  background: #FFFFFF;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  overflow: hidden;

  margin-bottom: 25px;

}



.reviews_v1 .review-item__title {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  padding: 25px 25px 15px;

  z-index: 10;

  background: #fff;

}



.reviews_v1 .review-item__title h2 {

  font-weight: 500;

  font-size: 18px;

  line-height: 21px;

}



.reviews_v1 .review-item__title a {

  font-size: 14px;

  line-height: 17px;

  color: #FA6477;

  font-style: italic;

}



.reviews_v1 .review-item__title .user-box {

  width: 45px;

  height: 45px;

  background: rgba(31, 137, 254, 0.1);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin-right: 14px;

}



.reviews_v1 .review-item__img {

  -webkit-background-size: cover !important;

  background-size: cover !important;

  min-height: 235px;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.reviews_v1 .review-item__img .overlay {

  width: 50px;

  height: 50px;

  background: #f2b640;

  -webkit-border-radius: 10px;

  border-radius: 10px;

  display: none;

}



.reviews_v1 .review-item__img:hover .overlay {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.reviews_v1 .custom-button {

  margin: 45px 0;

}



.reviews_v2 {

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.1)), color-stop(106.03%, rgba(0, 119, 251, 0.1)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: linear-gradient(180deg, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  padding: 62px 0 30px;

}



.reviews_v2 .subtitle-text {

  margin-bottom: 60px;

}



.reviews_v3 {

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 169, 255, 0.1)), color-stop(106.03%, rgba(0, 119, 251, 0.1)));

  background: -webkit-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: -o-linear-gradient(top, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  background: linear-gradient(180deg, rgba(91, 169, 255, 0.1) 0%, rgba(0, 119, 251, 0.1) 106.03%);

  padding: 62px 0;

}



.reviews_v3 .subtitle-text {

  margin-bottom: 60px;

}



.reviews_v3 .review_body p {

  font-weight: normal;

  font-size: 18px;

  line-height: 130%;

  color: #808D9F;

}



.reviews_v3 .review__bottom {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}



.how-work_v1 {

  background: #fff;

  padding: 65px 0 85px;

  position: relative;

}



.how-work_v1 .absolute-image {

  position: absolute;

  right: -75px;

  top: 45px;

  z-index: 0;

}



.how-work_v1 .custom-title {

  margin-bottom: 30px;

}



.how-work_v1 .subtitle-text {

  margin-bottom: 40px;

}



.how-work_v1 .step {

  text-align: center;

  position: relative;

  z-index: 1;

}



.how-work_v1 .step__image {

  width: 190px;

  height: 190px;

  -o-object-fit: cover;

  object-fit: cover;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin: 0 auto 30px auto;

}



.how-work_v1 .step__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
    color: #323232;
}



.how-work_v1 .step__text {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  text-align: center;

  padding: 0 9px;

}



.how-work_v1 .step:after {

  content: url(../img/step-line.png);

  position: absolute;

  top: 80px;

  right: -58px;

}



.clients {

  padding: 75px 0 30px;

  background: #fff;

}



.clients .custom-title {

  margin-bottom: 66px;

}



.clients-box {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.clients-box img {

  width: 20%;

  -o-object-fit: contain;

  object-fit: contain;

  max-height: 90px;

  transition: .3s;

  margin: 0 0px 47px 0;

}



.clients-box img:hover {

  transform: scale(1.1);

}



.about-us {

  background: #fff;

  padding: 75px 0;

  position: relative;

  margin-bottom: 74px;

}



.about-us .absolute-image {

  position: absolute;

  right: 30px;

  top: 30px;

}



.about-us .custom-title {

  margin-bottom: 29px;

}



.about-us__text {

  margin-bottom: 40px;

}

.about-us__text h4 {
    color:#363636;
}
.about-us__text ul {
    color:#363636;
}
.about-us__text p {
    color:#363636;

  font-weight: normal;

  font-size: 16px;

  line-height: 135%;

  margin-bottom: 20px;

}

.about-us .anim-img{
    height:auto;
}

.about-us__image {

  -webkit-border-radius: 30px;

  border-radius: 30px;

  margin-top: 35px;

}



.about-us__buttons {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.about-us__buttons .play {

  width: 40px;

  height: 40px;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  background: -webkit-gradient(linear, left top, right top, from(#FA7687), to(#E93F55));

  background: -webkit-linear-gradient(left, #FA7687 0%, #E93F55 100%);

  background: -o-linear-gradient(left, #FA7687 0%, #E93F55 100%);

 background: linear-gradient(124deg, #f2b43d 0%, #f3956d 100%);

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  margin-right: 21px;

}



.about-us__buttons .custom-button--black svg {

  margin-left: 10px;

}



.bottom-form {

  margin-bottom: 100px;
  
  

}


.bottom-form1 .custom-title {
    color: #323232;
    margin-top: 33px;
}

.bottom-form1 .custom-title:before {
    background: #fff;
    border-color: #f2b43d;
}

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

.bottom-form1 .form{
    background: linear-gradient(124deg, #ffffff 0%, #f5f3f0 100%);
}

.bottom-form .custom-title {

  color: #fff;

  margin-top: 33px;

}

.podokonnik{
        margin: 0 auto;
    width: 97%;
    margin-bottom: 35px;
}

.podok
{
    color: #323232;
}

.podok:hover
{
    color: #fff;
}

.bottom-form .custom-title:before {

  background: #fff;

  border-color: #fff;

}



.bottom-form .form {

  background: -webkit-gradient(linear, left top, right top, from(#f97485), to(#e94157));

  background: -webkit-linear-gradient(left, #f97485 0%, #e94157 100%);

  background: -o-linear-gradient(left, #f97485 0%, #e94157 100%);

 background: linear-gradient(124deg, #f2b43d 0%, #ffc34c 100%);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  padding: 80px 0 55px;

  position: relative;

  overflow: hidden;

}



.bottom-form .form .absolute-img,

.bottom-form .form .dots {

  position: absolute;

}



.bottom-form .form .absolute-img {

  bottom: 0;

  left: 0;

}



.bottom-form .form .dots {

  left: -48px;

  top: 15px;

}



.bottom-form .form .right-form {

  -webkit-border-radius: 20px;

  border-radius: 20px;

  position: relative;

  z-index: 10;

}



.bottom-form .form .right-form input[type='text'],

.bottom-form .form .right-form input[type='tel'],

.bottom-form .form .right-form textarea {

  background: #EDF2F7;

  -webkit-border-radius: 29px;

  border-radius: 29px;

  border: none;

  width: 100%;

  height: 45px;

  padding-left: 20px;

  margin-bottom: 20px;

  width: 100%;

}



.bottom-form .form .right-form textarea {

  height: 170px;

  border-radius: 28px;

  padding-top: 15px;

}



.bottom-form .form .right-form button[type='submit'] {

  border: none;

  background: #353535;

  -webkit-box-shadow: 0px 15px 30px rgba(198, 24, 46, 0.3);

  box-shadow: 0px 15px 30px rgba(198, 24, 46, 0.3);

  -webkit-border-radius: 24px;

  border-radius: 24px;

  color: #fff;

  height: 45px;

  font-size: 16px;

  padding: 0 40px;

}



.bottom-form .form .right-form button[type='submit']:hover {

  background: #fff;
  color: #353535;

}



.bottom-form .form .right-form label {

  font-size: 14px;

  color: #fff;

  line-height: normal;
  

}



.bottom-form .form .right-form label input {

  margin-right: 10px;
  
  margin-top: 15px;

}



.bottom-form .form .right-form .after-inputs {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin: 7px 0 29px;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.bottom-form .form .right-form .after-inputs .talk {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.bottom-form .form .right-form .after-inputs .talk .talk-box {

  width: 45px;

  height: 45px;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  background: #fff;

  margin-right: 13px;

}



.bottom-form .form .right-form .after-inputs .talk span {

  font-weight: 500;

  font-size: 14px;

  line-height: 115%;

  color: #FFFFFF;

}



.talk {

  cursor: pointer;

}



.talk p,

.after-inputs p {

  margin: 0;

}



.bottom-form .wpcf7-not-valid-tip {

  color: #253D5D;
  position: relative;
  top: -15px;
  margin-bottom: -20px;

}



footer {

  background: #fff;

  position: relative;

}



footer .dots {

  position: absolute;

  right: 100px;

  top: 85px;

}



footer .to-top-box {

  margin-bottom: 51px;

}



footer .to-top-box .to-top {

  background: #fff;

  width: 55px;

  height: 55px;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  margin: -27px auto 11px auto;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgb(243 188 79);

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

  cursor: pointer;

  animation: pulse_top 2s infinite;

}

@keyframes pulse_top {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }

}


footer .to-top-box .to-top:hover svg path {

  fill: #f2b45d;

}



footer .to-top-box .to-top:hover {

  transform: translateY(-10px);

}



footer .to-top-box span {

  font-size: 16px;

  line-height: 19px;

  color: #CFD6DE;

}



footer .footer-top {

  margin-bottom: 36px;

}



footer .logo-text {
    color: #fc6b2e;

  font-weight: bold;

  font-size: 26px;

  line-height: 31px;

  margin: 5px 0 24px 0;

}

footer .logo-text span {
    color: #363636;

  font-weight: 500;

  font-size: 18px;

  line-height: 31px;

  margin: 5px 0 24px 0;

}



footer .footer-about {

  font-size: 14px;

  line-height: 130%;

  color: #808D9F;

}



footer .social {

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  margin-top: 31px;

  padding-left: 2px;

}



footer .social a {

  margin-right: 25px;

}



footer .footer-menu {

  padding: 0;

  list-style: none;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

}



footer .footer-menu li {

  margin-bottom: 13px;

}



footer .footer-menu li a {

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;

  color: #253D5D;

}



footer a:hover {

  color: #353535 !important;

  text-decoration: none;

}



footer .footer-contact h2 {

  font-weight: bold;

  font-size: 20px;

  line-height: 24px;

  margin-bottom: 27px;
  color: #f2b43d;

}



footer .footer-contact .contact-item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 23px;

}



footer .footer-contact .contact-item .top {

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;

  color: #808D9F;

  margin-bottom: 10px;

}



footer .footer-contact .contact-item .bottom {

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;
  color: #f2b43d;

}



footer .footer-contact .contact-item .bottom:hover {

  color: #253D5D;

}



footer .footer-bottom {

  border-top: 1px solid #EDF2F7;

}



footer .footer-bottom span {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  text-align: center;

  color: #808D9F;

  padding: 38px 0;

  display: inline-block;

}



.footer_v2 .dots {

  top: auto;

  bottom: 145px;

}



.footer_v2 .footer-map {

  height: 500px;

  padding: 53px 0;

  position: relative;

}



.footer_v2 .footer-map iframe {

  position: absolute;

  top: 0;

  left: 0;

}



.footer_v2 .footer-map__contact {

  background: -webkit-gradient(linear, left top, right top, from(#95C7FE), to(#0077FB));

  background: -webkit-linear-gradient(left, #95C7FE 0%, #0077FB 100%);

  background: -o-linear-gradient(left, #95C7FE 0%, #0077FB 100%);

      background: linear-gradient(124deg, #f2b640 0%, #f2b640cc 100%);

  -webkit-border-radius: 30px;

  border-radius: 30px;

  padding: 35px 30px 25px 40px;

}



.footer_v2 .footer-map__contact .contact h2 {

  font-weight: bold;

  font-size: 30px;

  line-height: 36px;

  color: #2f3132;

  margin-bottom: 26px;

  margin-right: 13px;

}



.footer_v2 .footer-map__contact .contact-item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  margin-bottom: 21px;

}



.footer_v2 .footer-map__contact .contact-item__icon {

  background: #FFFFFF;

  -webkit-border-radius: 15px;

  border-radius: 15px;

  width: 30px;

  height: 30px;

  margin-right: 14px;

}



.footer_v2 .footer-map__contact .contact-item__info .top {

  margin-bottom: 4px;

}



.footer_v2 .footer-map__contact .contact-item__info .top span {

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;

  color: #EDF2F7;

}



.footer_v2 .footer-map__contact .contact-item__info .bottom {

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;

}



.footer_v2 .footer-map__contact .contact-item__info .bottom-text:hover {

  color: #353535;

}



.footer_v2 .to-top svg path {

  fill: #f2b43d;

}



.footer_v2 .footer-about {

  font-size: 14px;
    color: #2b2e2dbd;
    padding: 10px 100px 0px 00px;

}



.footer_v2 .social a {

  background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);

  -webkit-border-radius: 20px;

  border-radius: 20px;

  width: 40px;

  height: 40px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  margin-right: 18px;

}



.footer_v2 .social a svg path {

  fill: #fff;

}



.footer_v2 .social a:hover {

  -webkit-transform: none;

  -ms-transform: none;

  transform: none;

  background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);

}



.footer_v2 .footer-top {

  margin-bottom: 15px;

}



.footer_v2 .footer-bottom {

  border-top: none;

}



.footer_v2 .footer-bottom span {

  padding: 15px 0;

}



#akciya-modal .modal-content {

  position: relative;

  background: -webkit-gradient(linear, left top, left bottom, from(#5BA9FF), color-stop(106.03%, #0077FB));

  background: -webkit-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: -o-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: linear-gradient(180deg, #5BA9FF 0%, #0077FB 106.03%);

  -webkit-box-shadow: 0px 4px 37px rgba(40, 43, 98, 0.1);

  box-shadow: 0px 4px 37px rgba(40, 43, 98, 0.1);

  -webkit-border-radius: 20px;

  border-radius: 20px;

  text-align: center;

  color: #fff;

  padding: 40px 80px;

}



#akciya-modal .modal-content h2 {

  font-weight: bold;

  font-size: 25px;

  line-height: 100%;

}



#akciya-modal .modal-content h3 {

  font-weight: 500;

  font-size: 18px;

  line-height: 100%;

  color: rgba(255, 255, 255, 0.8);

}



#akciya-modal .modal-content h4 {

  font-weight: bold;

  font-size: 27px;

  line-height: 120%;

  margin-bottom: 20px;

}



#akciya-modal .modal-content .akciya-image {

  position: absolute;

  width: 128px;

  height: 128px;

  left: -143px;

  top: -95px;

  background: #fff;

  -webkit-border-radius: 50%;

  border-radius: 50%;

}



#akciya-modal .modal-content .close {

  position: absolute;

  top: 20px;

  right: 20px;

  color: #fff;

  text-shadow: none;

  z-index: 100;

}



#akciya-modal .modal-content .form label {

  font-weight: 500;

  font-size: 18px;

  line-height: 100%;

  color: rgba(255, 255, 255, 0.8);

}



#akciya-modal .modal-content .form input {

  background: #FFFFFF;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  height: 46px;

  border: none;

  width: 100%;

  margin-bottom: 20px;

}



#akciya-modal .modal-content .form .custom-button {

  color: #fff;

  background: #101D2F;

  -webkit-border-radius: 32px;

  border-radius: 32px;

  width: 100%;

  margin: 20px 0;

}



#akciya-modal .modal-content .form .days-left {

  font-weight: 500;

  font-size: 14px;

  line-height: 100%;

  text-align: center;

  color: #F9FBFF;

  background: rgba(255, 255, 255, 0.2);

  -webkit-border-radius: 25px;

  border-radius: 25px;

  padding: 8px 21px;

  margin: 0 auto;

  display: inline-block;

}



.header__v1 .menu-line {

  padding: 8px 0 0 5px;

}



.header__v1 .menu-line .logo-text {

  font-size: 20px;

  line-height: 31px;

}



.mobile-nav {
    
    margin-top: 30px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}



.hamburger {

  margin-left: 30px;

  width: 27px;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  height: 24px;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.hamburger span {

  width: 100%;

  height: 5px;

  background: #fff;

  -webkit-border-radius: 5px;

  border-radius: 5px;

}



.hamburger span:after,

.hamburger span:before {

  content: '';

  position: absolute;

  background: #fff;

  -webkit-border-radius: 5px;

  border-radius: 5px;

  width: 27px;

  height: 5px;

  right: 0;

}



.hamburger span:before {

  top: 0;

}



.hamburger span:after {

  bottom: 0;

  width: 16px;

}



.menu {

  position: fixed;

  width: 100%;

  left: 10000px;

  top: 0;

  background: #fff;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: .5s;

  -o-transition: .5s;

  transition: .5s;

}



.menu.active {

  left: 0;

}



.menu .header-top {

  margin-bottom: 36px;

}



.menu .logo-text {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-bottom: 45px;

}



.menu .logo-text span {

  font-weight: bold;

  font-size: 20px;

  line-height: 24px;

  margin: 17px 0 5px 4px;

}



.menu .header-about {

  font-size: 14px;

  line-height: 130%;

  color: #808D9F;

}



.menu .social {

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin: 15px 0 20px;

  padding-left: 2px;

}



.menu .social a {

  margin-right: 25px;

  background: #FFFFFF;

  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

}



.menu .header-menu {

  padding: 0;

  list-style: none;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 6px;

}



.menu .header-menu li {

  margin-bottom: 20px;

}



.menu .header-menu li a {

  font-weight: 500;

  font-size: 16px;

  line-height: 16px;

  color: #253D5D;

}



.menu .header-contact h2 {

  font-weight: bold;

  font-size: 20px;

  line-height: 24px;

  margin-bottom: 27px;

}



.menu .header-contact .contact-item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 21px;

}



.menu .header-contact .contact-item .top {

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;

  color: #808D9F;

  margin-bottom: 6px;

}

.footer-bottom span{
      
    color: #253d81;
}

.menu .header-contact .contact-item .bottom {
  

  font-weight: 500;

  font-size: 16px;

  line-height: 19px;

}



.menu .header-bottom {

  border-top: 1px solid #EDF2F7;

}



.menu .header-bottom span {

  font-weight: normal;

  font-size: 14px;

  line-height: 130%;

  text-align: center;

  color: #808D9F;

  padding: 38px 0;

  display: inline-block;

}



#recall-modal {

  text-align: center;

  margin-top: 100px;

}



#recall-modal .modal-body {

  padding: 25px 0px;

}



#recall-modal .close {

  position: absolute;

  top: 10px;

  right: 20px;

  z-index: 100;

}



#recall-modal .phone {

  font-weight: 500;

  font-size: 21px;

  line-height: 25px;

  display: inline-block;

  margin-bottom: 25px;
  color:#f2b43d;

}



#recall-modal .custom-button--pink {

  background: -webkit-gradient(linear, left top, right top, from(#FA7687), to(#E93F55));

  background: -webkit-linear-gradient(left, #FA7687 0%, #E93F55 100%);

  background: -o-linear-gradient(left, #FA7687 0%, #E93F55 100%);

      background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);

  -webkit-border-radius: 19px;

  border-radius: 19px;

  height: 38px;

}



#recall-modal .custom-button--pink svg {

  margin-right: 10px;

}



#recall-modal .custom-button--pink svg path {

  fill: #fff;

}



#recall-modal .custom-button--pink:hover {

  background: -webkit-gradient(linear, left top, right top, from(#FF95A2), to(#EF5367));

  background: -webkit-linear-gradient(left, #FF95A2 0%, #EF5367 100%);

  background: -o-linear-gradient(left, #FF95A2 0%, #EF5367 100%);

  background: linear-gradient(90deg, #FF95A2 0%, #EF5367 100%);

  color: #fff;

}





.header__v2 {

  background: #fff;

  z-index: 100;

  position: relative;

  padding: 24px 0px 0;

}



.header__v2 .top-contact {

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  padding: 7px 20px;

  position: relative;

  top: -12px;

}



.header__v2 .top-contact .phone-box {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  margin-bottom: 8px;

}



.header__v2 .top-contact .top-recall__box {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding-left: 65px;

}



.header__v2 .top-contact .top-recall {

  font-weight: 500;

  font-size: 14px;

  line-height: 17px;

  text-decoration: underline;

  color: #1F89FE;

  text-align: center;

}



.header__v2 .top-contact .top-recall svg {

  margin-right: 10px;

}



.header__v2 .top-contact .phone {

  font-weight: bold;

  font-size: 18px;

  line-height: 19px;

  text-align: right;

}



.header__v2 .menu-line {

  z-index: 100;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.header__v2 .menu-line .logo-text {

  font-weight: bold;

  font-size: 26px;

  line-height: 31px;

}



.header__v2 .menu-line ul {

  list-style: none;

  padding: 5px 5px 0 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  left: -2px;

}



.header__v2 .menu-line ul li a {

  font-style: normal;

  font-weight: bold;

  font-size: 16px;

  line-height: 19px;

}



.header__v2 .menu-line ul li:nth-last-child() {

  margin-right: 0;

}



.header__v2 .menu-line .custom-button {

  height: 39px;

  font-size: 14px;

  position: relative;

  top: -2px;

  padding: 0;

}



.main__v2 {

  background: url(../img/main_v2.jpg) no-repeat;

  -webkit-background-size: cover;

  background-size: cover;

  color: #fff;

  position: relative;

  padding-bottom: 140px;

  overflow-y: hidden;

}



.main__v2 .subtract {

  position: absolute;

  z-index: 0;

}



.main__v2 .subtract__one {

  top: -90px;

  left: -2px;

}



.main__v2 .subtract__two {

  bottom: -134px;

  left: 0;

}



.main__v2 .subtract__three {

  top: -80px;

  right: 6%;

}



.main__v2 .subtract__four {

  right: 60px;

  top: 85px;

}



.main__v2 .left-block {

  padding: 160px 15px 0;

}



.main__v2 .left-block h2 {

  font-weight: 500;

  font-size: 20px;

  margin-bottom: 15px;

}



.main__v2 .left-block h1 {

  font-style: normal;

  font-weight: bold;

  font-size: 40px;

  line-height: 47px;

  margin-bottom: 37px;

}



.main__v2 .left-block h1 span {

  color: #253D5D;

  display: block;

  font-size: 30px;

  line-height: 30px;

}



.main__v2 .left-block .count {

  text-align: left;

  margin-bottom: 42px;

}



.main__v2 .left-block .count__title {

  font-weight: bold;

  font-size: 36px;

  line-height: 43px;

  color: #fff;

  margin-bottom: 11px;

}



.main__v2 .left-block .count span {

  color: rgba(255, 255, 255, 0.7);

}



.main__v2 .left-block .count__text {

  font-weight: 500;

  font-size: 14px;

  line-height: 17px;

  color: rgba(255, 255, 255, 0.7);

}



.main__v2 .left-block .count__item:nth-child(3) {

  padding-left: 37px;

}



.main__v2 .left-block .top-buttons .custom-button {

  -webkit-box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);

  box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);

}



.main__v2 .left-block .top-buttons .custom-button--white {

  margin-right: 31px;

  color: #253D5D;

}



.main__v2 .left-block .top-buttons .custom-button--white svg {

  margin-left: 10px;

}



.main__v2 .left-block .top-buttons .custom-button--white svg path {

  fill: #1F89FE;

}



.main__v2 .right-block {

  padding: 176px 15px 51px 12px;

}



.main__v2 .right-block .right-form {

  background: #FFFFFF;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 30px 45px;

}



.main__v2 .right-block .right-form__title {

  font-weight: bold;

  font-size: 25px;

  line-height: 120%;

  color: #253D5D;

  text-align: center;

  margin-bottom: 23px;

}



.main__v2 .right-block .right-form__title p {

  font-weight: normal;

  font-size: 17px;

  color: #808D9F;

  line-height: 35px;

}



.main__v2 .right-block .right-form__title span {

  color: #1F89FE;

  font-weight: bold;

}



.main__v2 .right-block .right-form input[type='text'],

.main__v2 .right-block .right-form input[type='tel'] {

  background: #EDF2F7;

  -webkit-border-radius: 29px;

  border-radius: 29px;

  border: none;

  width: 100%;

  height: 45px;

  padding-left: 20px;

  margin-bottom: 20px;

  width: 100%;

}



.main__v2 .right-block .right-form button[type='submit'] {

  border: none;

  background: -webkit-gradient(linear, left top, right top, from(#5BA9FF), to(#0077FB));

  background: -webkit-linear-gradient(left, #5BA9FF 0%, #0077FB 100%);

  background: -o-linear-gradient(left, #5BA9FF 0%, #0077FB 100%);

  background: linear-gradient(90deg, #5BA9FF 0%, #0077FB 100%);

  -webkit-box-shadow: 0px 15px 30px rgba(0, 109, 255, 0.15);

  box-shadow: 0px 15px 30px rgba(0, 109, 255, 0.15);

  -webkit-border-radius: 24px;

  border-radius: 24px;

  color: #fff;

  height: 45px;

  width: 100%;

  margin-bottom: 15px;

}



.main__v2 .right-block .right-form label {

  font-size: 14px;

  color: #808D9F;

}



.main__v2 .right-block .right-form label input {

  margin-right: 10px;

}



.header__v3 {

  z-index: 100;

  position: relative;

  padding: 25px 0px 0;

}



.header__v3 .top-contact {

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: end;

  -webkit-align-items: flex-end;

  -ms-flex-align: end;

  align-items: flex-end;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

  -ms-flex-direction: column;

  flex-direction: column;

  padding: 7px 20px;

  position: relative;

  top: 0px;

}



.header__v3 .top-contact .phone-box {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -webkit-justify-content: flex-end;

  -ms-flex-pack: end;

  justify-content: flex-end;

  margin-bottom: 8px;

}



.header__v3 .top-contact .top-recall__box {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding-left: 65px;

}



.header__v3 .top-contact .top-recall {

  font-weight: 500;

  font-size: 14px;

  line-height: 17px;

  text-decoration: underline;

  color: #f2b43d;

  text-align: center;

}



.header__v3 .top-contact .top-recall svg {

  margin-right: 10px;

}



.header__v3 .top-contact .phone {

  font-weight: bold;

  font-size: 18px;

  line-height: 19px;

  text-align: right;

}



.header__v3 .menu-line {

  z-index: 100;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}



.header__v3 .menu-line .logo-text {

  font-weight: bold;

  font-size: 26px;

  line-height: 24px;
  color: #f2b43d;
}

.header__v3 .menu-line .logo-text1 {

 font-weight: 400;
    font-size: 18px;
    color: #fff;

}



.header__v3 .menu-line ul {

  list-style: none;

  padding: 45px 5px 0 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  left: -2px;

}



.header__v3 .menu-line ul li a {

  font-style: normal;

  font-weight: bold;

  font-size: 16px;

  line-height: 19px;

}



.header__v3 .menu-line ul li:nth-last-child() {

  margin-right: 0;

}



.header__v3 .menu-line .custom-button {

  height: 39px;

  font-size: 14px;

  position: relative;

  top: -2px;

  padding: 0;

}



.main__v3 {

  

  

  background-size: cover;

  color: #fff;

  position: relative;

  padding-bottom: 75px;

  overflow-y: hidden;
  

}



.main__v3 .subtract {

  position: absolute;

  z-index: 0;

}



.main__v3 .subtract__one {

  top: 4px;

  left: 9px;

}



.main__v3 .subtract__two {

  bottom: -134px;

  left: 0;

}



.main__v3 .subtract__three {

  top: -10px;

  right: 60px;

}



.main__v3 .subtract__four {

  right: 60px;

  top: 85px;

}



.main__v3 .left-block {

  padding: 105px 15px 0;

}



.main__v3 .left-block h2 {

  font-weight: 500;

  font-size: 20px;

  margin-bottom: 15px;

}



.main__v3 .left-block h1 {

  font-style: normal;

  font-weight: bold;

  font-size: 44px;

  line-height: 47px;

  margin-bottom: 37px;

}



.main__v3 .left-block h1 span {

  color: #f2b43d;

  display: block;

  font-size: 30px;

  line-height: 52px;

}

.op {

  	color: #fff !important;
    font-size: 13px !important;
    line-height: 35px !important;
	
}

.main__v3 .left-block h2 span {
    color: #f2b43d;
    
    
}



.main__v3 .left-block .count {

  text-align: left;

  margin-bottom: 42px;

}



.main__v3 .left-block .count__title {

  font-weight: bold;

  font-size: 36px;

  line-height: 43px;

  color: #fff;

  margin-bottom: 11px;

}



.main__v3 .left-block .count span {

  color: rgba(255, 255, 255, 0.7);

}



.main__v3 .left-block .count__text {

  font-weight: 500;

  font-size: 14px;

  line-height: 17px;

  color: rgba(255, 255, 255, 0.7);

}



.main__v3 .left-block .count__item:nth-child(3) {

  padding-left: 37px;

}



.main__v3 .left-block .top-buttons .custom-button--white {
    background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);
    margin-right: 31px;
        color: #3c4040;
	display: inline;
	height: auto;
    padding: 5px 20px 5px 20px;
}

.main__v3 .left-block .top-buttons .custom-button--white:hover {
    background: linear-gradient(78deg,#f2b43d  0%, #f2b43d 100%);
    margin-right: 31px;
    color: #ffffff;
}







.main__v3 .left-block .top-buttons .custom-button--white svg {

  margin-left: 10px;

}



.main__v3 .left-block .top-buttons .custom-button--white svg path {

  fill: #fff;

}



.main__v3 .right-block {

  padding: 75px 15px 51px 12px;

}



.main__v3 .right-block .right-form {

  background: #FFFFFF;

  -webkit-border-radius: 20px;

  border-radius: 20px;

  padding: 30px 45px 40px;

}



.main__v3 .right-block .right-form__title {

  font-weight: bold;

  font-size: 25px;

  line-height: 120%;

  color: #3c4040;

  text-align: center;

  margin-bottom: 18px;

}



.main__v3 .right-block .right-form input[type='text'],

.main__v3 .right-block .right-form input[type='tel'] {

  background: #EDF2F7;

  -webkit-border-radius: 29px;

  border-radius: 29px;

  border: none;

  width: 100%;

  height: 45px;

  padding-left: 20px;

  margin-bottom: 20px;

  width: 100%;

}



.main__v3 .right-block .right-form button[type='submit'] {

  border: none;

  background: -webkit-gradient(linear, left top, right top, from(#5BA9FF), to(#0077FB));

  background: -webkit-linear-gradient(left, #5BA9FF 0%, #0077FB 100%);

  background: -o-linear-gradient(left, #5BA9FF 0%, #0077FB 100%);

  background: linear-gradient(124deg, #f2b43d 0%, #f2b43dad 100%);

  -webkit-box-shadow: 0px 15px 30px rgba(0, 109, 255, 0.15);

  box-shadow: 0px 15px 30px rgb(246 97 34 / 45%);

  -webkit-border-radius: 24px;

  border-radius: 24px;

 color: #3c4040;
  

  height: 45px;

  width: 100%;

  margin-bottom: 15px;

}

.main__v3 .right-block .right-form button[type='submit']:hover {
     background: linear-gradient(124deg, #f2b43d 0%, #f2b43d 100%);
	 color: #fff;
}


.main__v3 .right-block .right-form label {

  font-size: 14px;

  color: #808D9F;

  margin-bottom: 36px;

}



.main__v3 .right-block .right-form label input {
    margin-right: 10px;
    margin-top: 20px;
}



.main__v3 .right-block .right-form h3 {

  text-align: center;

  font-weight: bold;

  font-size: 18px;

  line-height: 120%;

  color: #253D5D;

  margin-bottom: 25px;

}



.main__v3 .right-block .timer-flipchart-face {

  font-family: Rubik !important;

  font-weight: bold !important;

}



.modal-dialog.akciya {

  background: none;

}







@media (min-width: 992px) {

  .service-row {

    margin: 0;

  }

}



@media (min-width: 1200px) {

  .service-row {

    overflow-x: hidden !important;

    margin-left: -webkit-calc((100% - 1170px)/(2) + 15px);

    margin-left: calc((100% - 1170px)/(2) + 15px);

  }



  .steps-owl {

    overflow-x: hidden !important;

    /* margin-left: -webkit-calc((100% - 1170px)/(2) + 15px);

    margin-left: calc((100% - 1170px)/(2) + 15px); } } */

  }

}



@media (min-width: 1200px) {

  .container {

    padding: 0 !important;

  }



  .reviews_v3 .owl-nav {

    position: absolute;

    width: 130%;

    margin-left: -15%;

    left: 0;

    top: 20%;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

  }



  .projcet-modal .modal-dialog {

    max-width: 1140px;

  }



  .main__v1 {

    height: 91vh;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .main__v1 .row {

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .services_v1 .service__top {

    height: 250px;

  }



  .services_v1 .service__text {

    padding-right: 90px;

  }

}



@media (max-width: 1200px) {

  .custom-button {

    font-size: 14px;

  }



  .header__v1 .menu-line .custom-button {

    font-size: 12px;

  }

}



@media (max-width: 992px) {

  .main__v3 .right-block .right-form #timer502fa1ce08ce84544cadca00081f66f7 {

    -webkit-transform: scale(0.8) !important;

    -ms-transform: scale(0.8) !important;

    transform: scale(0.8) !important;

    position: absolute;

    bottom: 5px;

    left: 50%;

    margin-left: -146px !important;

  }

  .anim-img {

    height: auto !important;

    border-radius: 20px;

  }



  .only-mobil {

    display: block;

  }



  .subtitle-text {

    margin-bottom: 20px;

    font-size: 14px;

  }



  .custom-title {

    font-size: 23px;

    line-height: 27px;

    text-align: center;

    padding-top: 22px;

    margin-bottom: 20px;

  }



  .custom-title:before {

    width: 50px;

    left: 50%;

    margin-left: -25px;

  }



  .main__v1 .left-block {

    padding: 30px 15px 10px;

    text-align: center;

  }



  .main__v1 .left-block h2 {

    font-weight: 500;

    font-size: 18px;

    line-height: 21px;

  }



  .main__v1 .left-block h1 {

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 20px;

  }



  .main__v1 .left-block h1 br {

    display: none;

  }



  .main__v1 .left-block h1 span {

    font-size: 25px;

    line-height: 30px;

    display: inline;

  }



  .main__v1 .top-buttons {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

  }



  .main__v1 .top-buttons .custom-button {

    margin: 0 auto 20px auto !important;

  }



  .main__v1 .right-block {

    padding: 0 15px 9px;

  }



  .main__v1 .right-block img {

    height: 185px;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

  }



  .main__v1 .right-block .count__title {

    font-size: 30px;

    margin-bottom: 5px;

  }



  .main__v1 .right-block .count .col-lg-4 {

    margin-bottom: 10px;

  }



  .advantages {

    padding: 32px 0;

    margin-bottom: 60px;
	
	background:#fff;

  }



  .advantages__text {

    text-align: center;

    margin-bottom: 5px;

  }



  .advantages__item {

    width: 100%;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    margin-bottom: -20px;

  }



  .advantages__item .item__icon {

    margin: 0 0 16px;

    width: 45px;

    height: 45px;

  }



  .advantages__item .item__icon img {

    width: 25px;

    height: 25px;

  }



  .advantages__item .item__title {

    margin-bottom: 15px;

  }



  .advantages__item .item__text {

    text-align: center;

  }



  .advantages__buttons {

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .services_v1 {

    margin-bottom: 40px;

  }



  .services_v1:after {

    display: none;

  }



  .services_v1 .services-top-text {

    font-size: 14px;

    line-height: 130%;

    text-align: center;

    margin-bottom: 0;

  }



  .services_v1 .custom-title {

    margin-bottom: 15px;

  }



  .services_v1 .service-body {

    padding: 20px 15px 20px;

  }



  .services_v1 .service__top {

    height: 140px;

  }



  .services_v1 .service__title {

    font-size: 16px;

    margin-bottom: 5px;

  }



  .services_v1 .services-box {

    padding-left: 15px;

  }



  .services_v2 {

    display: block;

  }



  .services_v2 .top-blue-box {

    width: 100%;

  }



  .services_v2 .service-item {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .services_v2 .service-item__image {

    height: 150px;

    -webkit-box-flex: 0;

    -webkit-flex: none;

    -ms-flex: none;

    flex: none;

    margin: 0 !important;

  }



  .services_v2 .service-item__price {

    top: 0 !important;

    right: 0 !important;

  }



  .services_v2 .service-item__info {

    padding: 6px 0 6px 30px !important;

  }



  .akciya {

    padding: 20px 0 35px;

  }



  .akciya img {

    max-width: 110px;

    margin: 0 auto 7px auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

  }



  .akciya h2 {

    font-size: 23px;

    text-align: center;

    margin-bottom: 42px;

  }



  .akciya h2 span.big {

    font-size: 23px;

  }



  .akciya .right-form {

    padding: 20px 14px 15px;

  }



  .akciya .right-form__title {

    font-size: 20px;

    line-height: 120%;

    margin-bottom: 20px;

  }



  .akciya .right-form input[type='text'],

  .akciya .right-form input[type='tel'],

  .akciya .right-form button[type='submit'] {

    height: 39px;

    margin-bottom: 10px;

  }



  .akciya .right-form button[type='submit'] {

    margin-bottom: 15px;

  }



  .akciya .right-form label {

    display: block;

    line-height: normal;

    text-align: center;

  }



  .style {

    padding: 33px 0 17px;

  }



  .style .custom-title {

    max-width: 200px;

    margin: 0 auto 15px;

  }



  .style .style-item {

    margin-bottom: 25px;

  }



  .style .style-item__icon {

    width: 60px;

    height: 60px;

  }



  .style .style-item__icon svg {

    width: 30px;

    height: 30px;

  }



  .style .style-item__text {

    font-size: 12px;

    line-height: 14px;

  }



  .style .style-item__text br {

    display: none;

  }



  .style_v2 {

    display: none;

  }



  .style_v2 .style-item {

    margin-bottom: 25px;

  }



  .projects_v1 {

    padding: 30px 0 38px;

  }



  .projects_v1 .custom-title {

    margin-bottom: 15px;

  }



  .projects_v1 .projects-top-text {

    text-align: center;

    display: inline-block;

    font-size: 14px;

  }



  .projects_v1 #pills-tab {

    overflow: scroll;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;

    margin: 20px 0 !important;

  }



  .projects_v1 #pills-tab .nav-link {

    font-size: 12px;

    height: 30px;

    margin-right: 15px;

  }



  .projects_v1 #pills-tabContent .project-item {

    margin-bottom: 15px;

  }



  .projects_v1 #pills-tabContent .project-item .overlay h3 {

    display: block;

  }



  .projects_v1 #pills-tabContent .project-item .overlay .custom-button {

    font-size: 12px;

    padding: 5px 10px;

  }



  .projects_v1 #pills-tabContent .project-item .overlay .custom-button svg {

    width: 20px;

  }



  .projects_v1 #pills-tabContent .custom-button {

    height: 33px;

    margin-top: 15px;

  }



  .projects_v1 #pills-tabContent .left-row .row .col-12 {

    -webkit-box-flex: 0 !important;

    -webkit-flex: 0 0 100% !important;

    -ms-flex: 0 0 100% !important;

    flex: 0 0 100% !important;

    max-width: 100% !important;

  }



  .projects_v1 #pills-tabContent .big-image,

  .projects_v1 #pills-tabContent img {

    height: 130px;

    -o-object-fit: cover;

    object-fit: cover;

  }



  .projects_v2 {

    display: none;

    padding: 43px 0;

  }



  .projects_v2 .custom-title {

    margin-bottom: -20px;

  }



  .projects_v2 .projects-top-text {

    text-align: center;

  }



  .projects_v2 .project-info {

    -webkit-box-shadow: none;

    box-shadow: none;

    padding: 35px 15px;

  }



  .projects-top-text {

    font-size: 14px !important;

  }



  .tarifs_v1 {

    padding: 42px 0;

  }



  .tarifs_v1 .custom-title {

    margin-bottom: 15px;

  }



  .tarifs_v1 .subtitle-text {

    margin-bottom: 0px;

  }



  .tarifs_v1 .tarif-item {

    height: auto;

    min-height: auto;

    padding-bottom: 90px;

    margin-bottom: 18px;

  }



  .tarifs_v1 .tarif-item__title {

    font-size: 18px;

    padding: 11px 0 23px;

    margin-bottom: 15px;

  }



  p br {

    display: none;

  }



  .tarifs_v1 .tarif-item__price {

    font-size: 20px;

    margin-bottom: 18px;

  }



  .tarifs_v1 .tarif-item__list {

    padding: 0 20px;

  }



  .tarifs_v1 .tarif-item .custom-button {

    height: 33px;

  }



  .style .custom-title {

    max-width: 100%;

  }



  .tarifs_v2 {

    display: block;

    padding: 40px 0;

  }



  .tarifs_v2 .subtitle-text {

    margin-bottom: 40px;

  }



  .tarifs_v2 .keis {

    padding: 20px 20px;

    margin-bottom: 25px;
    min-height: 370px;

  }



  .tarifs_v2 .keis__title {

    font-size: 18px;

  }



  .tarifs_v2 .keis__price {

    font-size: 20px;

  }



  .tarifs_v2 .keis__days {

    font-size: 16px;

  }



  .tarifs_v2 .keis__list li {

    font-size: 14px;

  }



  .video-reviews {

    padding: 31px 0;

  }



  .video-reviews .custom-title {

    margin-bottom: 10px;

  }



  .video-reviews .reviews-text {

    font-size: 14px;

    margin-bottom: 13px;

  }



  .video-reviews .after-social-text {

    margin-top: 10px;

  }



  .video-reviews .video-review {

    height: 188px;

    margin-bottom: 13px;

  }



  .reviews_v1 {

    padding: 30px 0;

  }



  .reviews_v1 .custom-title {

    margin-bottom: 15px;

  }



  .reviews_v1 .subtitle-text {

    text-align: center;

    margin-bottom: 30px;

  }



  .reviews_v1 .review-item__img {

    min-height: 435px;

  }



  .reviews_v1 .custom-button {

    margin: 5px 0 0;

    height: 33px;

  }



  .reviews_v2,

  .reviews_v3 {

    display: none;

    padding: 30px 0;

  }



  .reviews_v2 .subtitle-text,

  .reviews_v3 .subtitle-text {

    margin-bottom: 30px;

  }



  .reviews_v .review__body p {

    font-size: 14px;

  }



  .how-work_v1 {

    padding: 43px 0;

  }






  .how-work_v1 .custom-title {

    margin-bottom: 15px;

  }



  .how-work_v1 .subtitle-text {

    margin-bottom: 30px;

  }



  .how-work_v1 .step__image {

    width: 130px;

    height: 130px;

    margin-bottom: 20px;

  }



  .how-work_v1 .step__title {

    font-size: 18px;

  }



  .how-work_v2 {

    display: block;

    padding: 30px 0;

  }



  .how-work_v2 .custom-title {

    margin-bottom: 15px;

  }



  .how-work_v2 .subtitle-text {

    margin-bottom: 30px;

  }



  .how-work_v2 .service {

    margin-bottom: 25px;

  }



  .clients {

    padding: 43px 0 30px;

  }



  .clients .custom-title {

    margin-bottom: 42px;

  }



  .clients .clients-box {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

  }



  .clients .clients-box img {

    margin-right: 10px;

    max-width: 54px;

  }



  .about-us {

    padding: 0 0 30px;

    margin-bottom: 26px;

  }



  .about-us .absolute-image {

    display: none;

  }



  .about-us__image {

    margin: 0 0px 30px;

  }



  .about-us .custom-title {

    margin-bottom: 15px;

  }



  .about-us__text p {
      color:#363636;

    font-size: 14px;

    line-height: 130%;

  }



  .about-us .custom-button {

    height: 33px;

  }



  .about-us__buttons .play {

    height: 33px;

    width: 33px;

  }



  .bottom-form {

    margin-bottom: 66px;

  }



  .bottom-form .dots {

    display: none;

  }



  .bottom-form .form {

    padding: 0 0 25px;

  }



  .bottom-form .form .custom-title {

    margin: 25px 0 40px;

  }



  .bottom-form .form .right-form {

    padding: 0 15px 0;

  }



  .bottom-form .form .right-form input[type='text'],

  .bottom-form .form .right-form input[type='tel'] {

    height: 39px;

    margin-bottom: 10px;

  }



  .bottom-form .form .right-form .after-inputs {

    margin-bottom: 20px;

  }



  .bottom-form .form .right-form .after-inputs .talk span {

    display: none;

  }



  .bottom-form .form .right-form label {

    font-size: 12px;

    padding-left: 12px;

    display: block;

    text-align: center;
    padding-top: 15px;

  }



  footer .dots {

    display: none;

  }



  footer .to-top-box {

    margin-bottom: 15px;

  }



  footer .logo-text {

    margin-bottom: 15px;

  }



  footer .footer-about {

    font-size: 12px;

  }



  footer .social {

    margin: 15px 0 25px;

  }



  footer .social a {

    width: 40px;

    height: 40px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    background: #FFFFFF;

    -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

    box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);

    -webkit-border-radius: 50%;

    border-radius: 50%;

  }



  footer .social a svg {

    width: 16px;

    height: 16px;

  }



  footer .footer-menu {

    display: block;

    -webkit-column-count: 2;

    -moz-column-count: 2;

    column-count: 2;

    margin-bottom: 22px;

  }



  footer .footer-contact h2 {

    margin-bottom: 20px;

  }



  footer .footer-contact .contact-item {

    margin-bottom: 20px;

  }



  footer .footer-top {

    margin-bottom: 30px;

  }



  footer .footer-bottom span {

    padding: 0;

  }



  .footer_v2 .footer-map__contact {

    padding: 25px 15px;

  }



  .footer_v2 .footer-map__contact .contact h2 {

    font-size: 26px;

  }



  .footer_v2 .footer-map {

    height: auto;

  }



  .footer_v2 .footer-map iframe {

    position: relative;

    height: 400px;

  }



  #akciya-modal .modal-content {

    padding: 25px 15px;

  }



  #akciya-modal .modal-content h2 {

    font-size: 20px;

  }



  #akciya-modal .modal-content h4 {

    font-size: 18px;

  }



  #akciya-modal .modal-content h4 br {

    display: none;

  }



  #akciya-modal .modal-content .akciya-image {

    display: none;

  }



  #akciya-modal .modal-content .form label {

    font-size: 14px;

    width: 100%;

    text-align: left;

  }



  #akciya-modal .modal-content .form input {

    height: 34px;

  }



  #akciya-modal .modal-content .form .custom-button {

    font-size: 12px;

  }



  .main__v3 {

    padding-bottom: 25px;

  }



  .main__v3 .left-block {

    padding: 24px 10px 10px;

    text-align: center;

  }



  .main__v3 .left-block h2 {

    font-weight: normal;

    font-size: 14px;

    line-height: 16px;

    margin-bottom: 9px;

  }



  .main__v3 .left-block h1 {

    font-size: 20px;

    line-height: 23px;

    margin-bottom: 15px;

  }



  .main__v3 .left-block h1 br {

    display: none;

  }



  .main__v3 .left-block h1 span {

    font-size: 20px;

    line-height: 23px;

    display: inline;

  }



  .main__v3 .top-buttons {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

  }



  .main__v3 .top-buttons .custom-button {

    margin: 0 auto 20px auto !important;
        font-size: 14px;
        height: auto;

  }



  .main__v3 .top-watch-box {

    padding: 8px 50px 0 50px;

    text-align: center;

    margin-bottom: 35px;

  }



  .main__v3 .top-watch-box img {

    max-width: 96%;

  }



  .main__v3 .right-block {

    padding: 0 15px 9px;

  }



  .main__v3 .right-block .right-form {

    padding: 20px 35px 70px;

  }



  .main__v3 .right-block .right-form .percent {

    top: 0;

    right: 0;

    padding: 0px 11px;

  }



  .main__v3 .right-block .right-form .percent svg {

    width: 12px;

  }



  .main__v3 .right-block .right-form .percent:after {

    display: none;

  }



  .main__v3 .right-block .right-form__title {

    font-size: 20px;

    line-height: 120%;

    margin-bottom: 13px;

  }



  .main__v3 .right-block .right-form input[type='text'],

  .main__v3 .right-block .right-form input[type='tel'] {

    height: 36px;

    font-size: 14px;

    margin-bottom: 10px;

  }



  .main__v3 .right-block .right-form label {

    font-size: 10px;

    line-height: 120%;

    margin-bottom: 25px;

  }



  .main__v3 .right-block .right-form button[type='submit'] {

    margin-bottom: 22px;

  }



  .main__v3 .right-block .right-form h3 {

    font-size: 14px;

    line-height: 120%;

    margin-bottom: 10px;

  }



  .main__v3 .right-block .right-form #timer502fa1ce08ce84544cadca00081f66f7 {

    -webkit-transform: scale(0.8) !important;

    -ms-transform: scale(0.8) !important;

    transform: scale(0.8) !important;

    position: absolute;

    bottom: 20px;

    left: 50%;

    margin-left: -146px !important;

  }



  .main__v3 .right-block img {

    height: 185px;

    width: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    margin-bottom: 32px;

  }



  .main__v3 .right-block .count__title {

    font-size: 30px;

    margin-bottom: 5px;

  }



  .main__v3 .right-block .count .col-lg-4 {

    margin-bottom: 10px;

  }



  .main__v3 .left-block .count__item:nth-child(3) {

    padding-left: 15px;

  }



  .main__v3 .left-block .count__title {

    font-size: 26px;

  }



  .main__v2 .left-block {

    padding: 40px 15px 0px;

  }



  .main__v2 .right-block {

    padding: 50px 15px 0px 12px;

  }



  .main__v2 {

    padding-bottom: 55px;

  }



  .main__v2 .left-block .count__title {

    font-size: 26px;

  }



  .main__v2 .left-block h1 {

    font-size: 25px;

  }



  .main__v2 .left-block h1 br {

    display: none;

  }



  .main__v2 .left-block h1 span {

    display: inline-block;

  }



  .header__v2 {

    padding: 12px 0;

  }

}


.mobsale{
    display:none;
}

.modal .akciya {

  background: none !important;

}



.modal .akciya .right-form:before {

  display: none !important;

}



.modal .close {

  position: absolute;

  top: 10px;

  right: 15px;

}



#popup-modal h3 {
    color: #363636;
    text-align: center;
}



#akciya-modal .modal-content .form input {

  padding-left: 15px;

}



#hidden-for-talk {

  display: none;

}



@media(min-width:1000px) {

  .projects_v1 .left-row {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-gap: 15px;

    grid-auto-rows: 266px;

    grid-auto-flow: dense;

  }



  .projects_v1 .left-row .col {

    padding: 0;

  }



  .projects_v1 .left-row .col:nth-child(3) {

    grid-column: span 1;

    grid-row: span 2;

  }



  .projects_v1 .left-row .col-tag:nth-child(1),

  .projects_v1 .left-row .col-tag:nth-child(5) {

    grid-column: span 1;

    grid-row: span 1;

  }



  .projects_v1 .left-row .col-tag:nth-child(2),

  .projects_v1 .left-row .col-tag:nth-child(4) {

    grid-column: span 2;

    grid-row: span 1;

  }



  .projects_v1 #pills-tabContent .project-item {

    height: 100%;

  }



  .projects_v1 #pills-tabContent .col-tag:nth-child(3) .small-image {

    height: 100%;

  }

}



@media(max-width:992px) {

  .projects_v1 .left-row .col-tag {

    width: 50%;

    flex: 1 1 50%;

  }

}



/* Placeholder */

.transition-loader {

  position: fixed;

  top: 0;

  left: 0;

  height: 100%;

  background: -webkit-gradient(linear, left top, left bottom, from(#5BA9FF), color-stop(106.03%, #0077FB));

  background: -webkit-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: -o-linear-gradient(top, #5BA9FF 0%, #0077FB 106.03%);

  background: linear-gradient(78deg,#f2b43d 0%, #f2b43d 100%);
  
  z-index: 101;

  width: 100%;
  
  background: url(https://hardmann.by/wp-content/uploads/2025/01/fon-1.jpg);
    background-size: cover;
    
    

}



.transition-loader-inner {

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  top: 50%;

  width: 100%;

  position: absolute;

  color: #FFF;

  padding: 0 100px;

  text-align: center;

  z-index: 101;

}



.transition-loader-inner label {

  font-size: 1em;

  padding: 1%;

  opacity: 0;

  display: inline-block;

}



.transition-loader-inner label:after {

  font-family: 'Font Awesome\ 5 Free';

  content: '\f111';

}



.transition-loader-inner label:nth-child(1) {

  -webkit-animation: loader 3s 600ms infinite ease-in-out;

  animation: loader 3s 600ms infinite ease-in-out;

}



.transition-loader-inner label:nth-child(2) {

  -webkit-animation: loader 3s 500ms infinite ease-in-out;

  animation: loader 3s 500ms infinite ease-in-out;

}



.transition-loader-inner label:nth-child(3) {

  -webkit-animation: loader 3s 400ms infinite ease-in-out;

  animation: loader 3s 400ms infinite ease-in-out;

}



.transition-loader-inner label:nth-child(4) {

  -webkit-animation: loader 3s 300ms infinite ease-in-out;

  animation: loader 3s 300ms infinite ease-in-out;

}



.transition-loader-inner label:nth-child(5) {

  -webkit-animation: loader 3s 200ms infinite ease-in-out;

  animation: loader 3s 200ms infinite ease-in-out;

}



.transition-loader-inner label:nth-child(6) {

  -webkit-animation: loader 3s 100ms infinite ease-in-out;

  animation: loader 3s 100ms infinite ease-in-out;

}



@keyframes loader {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-300px) scale(1);

    transform: translateX(-300px) scale(1);

  }



  33% {

    opacity: 1;

    -webkit-transform: translateX(0px) scale(2);

    transform: translateX(0px) scale(2);

  }



  66% {

    opacity: 1;

    -webkit-transform: translateX(0px) scale(1);

    transform: translateX(0px) scale(1);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateX(300px) scale(2);

    transform: translateX(300px) scale(2);

  }

}



@-webkit-keyframes loader {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-300px);

  }



  33% {

    opacity: 1;

    -webkit-transform: translateX(0px);

  }



  66% {

    opacity: 1;

    -webkit-transform: translateX(0px);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateX(300px);

  }

}









@media(max-width:992px) {
    
    .bottom-form p {
      font-size: 14px;
    padding: 20px;
  }
    
    .mobsale{
            color: #323232;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .main__v3 .left-block .count{
        text-align:center;
    }
    .how-work_v2 .service{
        min-height: 200px;
    }

  .transition-loader-inner {

    padding: 0 15px;

  }

}





/* Анимации и правки */



.anim-img {

  -webkit-animation-name: portfolio;

  animation-name: portfolio;

  -webkit-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  width: 0%;

  height: 330px;

  overflow: hidden;

  margin: 0 auto;

}



.anim-img img {
    width: 100%;

  transition: all 0.3s linear;

}



.main__v1 .anim-img {

  -webkit-filter: drop-shadow(0px 25px 45px rgba(3, 66, 149, 0.2));

  filter: drop-shadow(0px 25px 45px rgba(3, 66, 149, 0.2));

  margin-bottom: 25px;

}



@-webkit-keyframes portfolio {

  0% {

    width: 0%;

  }



  100% {

    width: 100%;

  }

}



@keyframes portfolio {

  0% {

    width: 0%;

  }



  100% {

    width: 100%;

  }

}



.akciya__percent {

  position: relative;

  margin-bottom: 15px;

}



.akciya__percent svg {

  filter: drop-shadow(0px 0px 30px #f2b43d);

  margin: 50px 0 0 50px;

  transition: .3s;

  animation: percent 3s infinite;

}



.akciya__percent img {

  position: absolute;

  left: 0;

  top: 0;

}



@keyframes percent {

  0% {

    transform: scale(1);

  }



  50% {

    transform: scale(1.1);

  }



  100% {

    transform: scale(1);

  }

}


@media(max-width:766px) {
  .projects_v1 #pills-tabContent .project-item {
    height: 175px;
  }
  .timer-flipchart-inner{
    font-size: 24px !important;
}
#timercb97e87c9aec0a677e08f7ab5cd20f42 .timer-flipchart-face{
    font-size: 24px !important;
}
#timercb97e87c9aec0a677e08f7ab5cd20f42{
    min-width: 296px !important;
}

  .video-reviews .video-review {
    height: 350px;
    background-position: center !important;
  }
  
  .how-work_v1 .absolute-image {

  position: absolute;

  right: 35px;

  top: 45px;

  z-index: 0;

}
  
  
}

.bottom-form .wpcf7 form .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  position: relative;
  padding: 10px 0 10px 50px;
}
.bottom-form .wpcf7 form .wpcf7-response-output::before{
  content: url(../img/warning.png);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
}

.social_fixed {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 30;
}

.social_fixed .fab {
    color: #2f3132;
    display: block;
    background: linear-gradient(124deg, #f2b640 0%, #f2b640 100%);
    margin-bottom: 2px;
    padding: 10px;
    font-size: 18px;
}
.social_fixed .fa {
    color: #2f3132;
    display: block;
    background: linear-gradient(124deg, #f2b640 0%, #f2b640 100%);
    margin-bottom: 2px;
    padding: 10px;
    font-size: 18px;
}


@media(max-width:576px) {
    
        .tarifs_v2 .keis {
        
        min-height: 330px;
    }
    
    .main__v3 .left-block h1 span{
        font-size: 18px;
        
        display: block;
    }
    
    .advantages__item .item__icon img {
        
        height: auto;
    }
    .advantages__item .item__title {
    
    font-size: 12px;
    text-align: center;
    }
    
    .advantages__item .item__text {
    font-weight: normal;
    font-size: 10px;
    line-height: 130%;
    color: #808D9F;
    }
    .akciya__percent{
        display:none;
    }
    .op {
    
    font-size: 8px !important;
    }
    
    .how-work_v2 .service__body{
         font-size: 12px;
    }
.timer-flipchart-inner{
    font-size: 32px;
}
.main__v3 {

  
  
    background-position: top !important;
    background-repeat: no-repeat !important;

}
.transition-loader {

  
    
    background-size: 270%;
    background-position: top;

}
}

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

.notfound{
    background: url(https://hardmann.by/wp-content/uploads/2025/01/fon.jpg);
    background-size: cover;
    height:100vh;
    text-align:center;
    padding-top:150px;
}


@media (max-width: 765px) {
    
    .how-work_v2 .service{
        padding: 14px 15px 15px 10px;
        min-height: 187px;
    }
    .projects_v1 #pills-tabContent .project-item .overlay h3 {
        display: block;
    }
    .projects_v1 #pills-tabContent .project-item .overlay h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 16px;
}
.projects_v1 #pills-tabContent .project-item .overlay {
    display: flex;
    opacity: 1.9;
}

.main__v3{
    background-size: auto !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    
}

.service_item__img{
    width: 36%;
    height: auto;
}

.projects_v1 #pills-tabContent .project-item .overlay{
    padding: 5px 0;
}
.projects_v1 #pills-tabContent .project-item .overlay h3{
    color:#323232;
}
.projects_v1 #pills-tabContent .project-item .overlay .custom-button{
    color:#fff;
}
.projects_v1 #pills-tabContent .project-item .overlay .custom-button svg path {
    fill: #fff;
}
}

#timercb97e87c9aec0a677e08f7ab5cd20f42 .timer-flipchart-face {
    background: linear-gradient(78deg, #f2b43d 0%, #f2b43dc9 100%) !important;
    background-color: #faccb8;
    font-size: 36px;
    color: #2f3232d9 !important;
    font-family: 'Russo One';
}

.timer-separator{
	color: rgb(243 181 64) !important;
}