@charset "UTF-8";

body,
a {
  color: #101D2F;
  font-family: Roboto;
  font-style: normal;
}

* {
  outline: none !important;
}

body {
  overflow-x: hidden !important;
  background: #F9FBFF;
}

body.active-menu {
  overflow: hidden;
}

section {
  overflow-x: hidden !important;
}

.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 #FF574D !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;
  background: #2d3f57 !important;
}

.service-item:hover .service__title,
.service-item:hover .service__body,
.service:hover .service__title,
.service:hover .service__body {
  color: #fff;
}

.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: #FF574D;
}

.custom-button {
  -webkit-border-radius: 0;
  border-radius: 0;
  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--red {
  background: #FF574D;
  color: #fff;
}

.custom-button--red:hover {
  background: #FF574D;
  color: #fff;
}

.custom-button--white {
  background: #fff;
  color: #101D2F;
}

.custom-button--white:hover {
  background: #EBEBEB;
  color: #101D2F;
}

.custom-button--black {
  background: #253D5D;
  color: #fff;
}

.custom-button--black:hover {
  background: #213148;
  color: #fff;
}

.custom-button--black:hover.svg-right svg {
  margin-left: 15px !important;
}

.custom-button--fill {
  background: none;
  border: 3px solid #FF574D;
  font-size: 16px;
  line-height: 19px;
  color: #101D2F;
}

.custom-button:hover {
  text-decoration: none;
}

.custom-button--arrow svg {
  margin-left: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.custom-button--arrow:hover svg {
  margin-left: 15px !important;
}

.button-moore {
  position: relative;
  z-index: 1;
}

.button-moore:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background: #FF574D;
  left: 0;
  top: 0;
  z-index: -1;
}

.button-moore:hover {
  color: #101D2F;
  background: none;
}

.button-moore:hover:before {
  width: 100%;
  background: #FF574D;
  opacity: 1;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.tab-content>.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.social a:hover svg path {
  fill: #FF574D;
}

.custom-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #101D2F;
  padding-top: 34px;
  position: relative;
  margin-bottom: 25px;
}

.custom-title:before {
  content: '';
  position: absolute;
  width: 71px;
  border: 3px solid #FF574D;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.custom-title--center:before {
  left: 50%;
  margin-left: -36px;
}

.custom-title.animated:before {
  -webkit-animation: rost 1s ease-in-out;
  animation: rost 1s ease-in-out;
}

.subtitle-text {
  font-weight: normal;
  font-size: 16px;
  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__v3 {
  z-index: 100;
  position: relative;
  padding: 53px 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: 0px 20px;
  position: relative;
  top: -12px;
}

.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: 10px;
}

.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;
  text-align: center;
  color: #FF574D;
}

.header__v3 .top-contact .top-recall svg {
  margin-right: 11px;
}

.header__v3 .top-contact .top-recall svg path {
  fill: #FF574D;
}

.header__v3 .top-contact .top-recall:hover {
  text-decoration: none;
}

.header__v3 .top-contact .phone {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  text-align: right;
  color: #fff;
}

.header__v3 .top-contact .phone:hover {
  color: #FF574D;
  text-decoration: none;
}

.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: 31px;
  line-height: 31px;
}

.header__v3 .menu-line ul {
  list-style: none;
  padding: 0px 14px 0 17px;
  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-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.header__v3 .menu-line ul li a:hover {
  text-decoration: none;
  color: #FF574D;
}

.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: url(../img/main-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-bottom: 106px;
  overflow-y: hidden;
}

.main__v3 .dots {
  position: absolute;
  bottom: 95px;
  left: 150px;
}

.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: 180px 15px 0;
}

.main__v3 .left-block h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}

.main__v3 .left-block h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  margin-bottom: 48px;
}

.main__v3 .left-block h1 p {
  margin-bottom: 0;
}

.main__v3 .left-block h1 b.color,.main__v1 .left-block h1 b.color {
  color: #FF574D;
  font-size: 45px;
  line-height: 30px;
  font-weight: bold;
}

.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 {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);
  box-shadow: 0px 15px 30px rgba(0, 39, 90, 0.2);
}

.main__v3 .left-block .top-buttons .custom-button--white {
  height: 45px;
}

.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: #FA7687;
}

.main__v3 .top-watch-box {
  padding-top: 65px;
}

.main__v3 .right-block {
  padding: 105px 15px 51px 12px;
}

.main__v3 .right-block .right-form {
  background: #FFFFFF;
  padding: 32px 35px 40px;
  position: relative;
}

.main__v3 .right-block .right-form .percent {
  background: #FF574D;
  position: absolute;
  padding: 7px 15px;
  top: -20px;
  right: 0;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
}

.main__v3 .right-block .right-form .percent:after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-top: 16px solid #FF574D;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
}

.main__v3 .right-block .right-form .percent svg {
  z-index: 100;
}

.main__v3 .right-block .right-form__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  color: #101D2F;
  text-align: center;
  margin-bottom: 17px;
}

.main__v3 .right-block .right-form input[type='text'],
.main__v3 .right-block .right-form input[type='tel'] {
  background: #EDF2F7;
  border: none;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  margin-bottom: 15px;
  width: 100%;
}

.main__v3 .right-block .right-form button[type='submit'] {
  border: none;
  background: #101D2F;
  -webkit-box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
  box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
  color: #fff;
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
}

.main__v3 .right-block .right-form button[type='submit']:hover {
  background: #FF574D;
  -webkit-box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
  box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
}

.main__v3 .right-block .right-form label {
  font-size: 14px;
  color: #808D9F;
  margin-bottom: 19px;
}

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

.main__v3 .right-block .right-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #101D2F;
  margin-bottom: 25px;
}

.main__v3 .right-block .timer-flipchart-face {
  font-family: Roboto !important;
  font-weight: bold !important;
}

.main__v3 .right-block .timer-flipchart-top:after,
.main__v3 .right-block .timer-flipchart-front,
.main__v3 .right-block .timer-flipchart-card,
.main__v3 .right-block .timer-flipchart-top.timer-flipchart-face,
.main__v3 .right-block .timer-flipchart-bottom.timer-flipchart-face {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.style_v2 {
  padding: 73px 0 80px;
  overflow: hidden;
}

.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: 0px;
  padding: 40px 10px;
  transition: .3s;
  margin-bottom: 15px;
}

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

.advantages {
  padding: 79px 0 17px;
}

.advantages .custom-title {
  margin-bottom: 60px;
}

.advantages .custom-title.second {
  margin: 130px 0 50px;
}

.advantages-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(45, 63, 87, 0.15);
  box-shadow: 0px 20px 50px rgba(45, 63, 87, 0.15);
  padding: 55px 20px 45px;
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.advantages-item svg {
  margin-bottom: 12px;
}

.advantages-item .title {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #444955;
  margin-bottom: 11px;
}

.advantages-item .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.advantages-item:hover {
  background: #2d3f57;
}

.advantages-item:hover svg path {
  fill: #fff;
}

.advantages-item:hover .title {
  color: #fff;
}

.advantages-item:hover .subtitle {
  color: #fff;
}

.advantages-text {
  font-size: 16px;
  line-height: 135%;
  color: #737784;
  letter-spacing: 0.2px;
  margin-bottom: 89px;
}

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

.advantages__buttons .play {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FF574D;
  -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;
}

.advantages__buttons .play svg {
  position: relative;
  left: 2px;
}

.advantages__buttons .play:hover {
  background: #DA3D33;
  -webkit-box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);
  box-shadow: 0px 20px 50px rgba(3, 66, 149, 0.15);
}

.advantages__buttons .custom-button--black svg {
  margin-left: 10px;
}

.advantages .right-image {
  padding-top: 92px;
  position: relative;
  left: -45px;
}

.advantages .right-image img {
  position: relative;
}

.advantages .right-image .overlay {
  position: absolute;
  height: 531px;
  width: 1000px;
  top: 85px;
  left: 140px;
  z-index: 0;
  background: #F5F6F8;
}

.gift {
  background: #101D2F;
  position: relative;
  overflow: hidden;
  padding: 0 0 55px;
}

.gift .absolute-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.gift .dots {
  position: absolute;
  top: 47px;
  right: 45%;
}

.gift .left-block {
  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;
  padding-top: 90px;
}

.gift .right-block {
  text-align: center;
}

.gift .right-block .gift-box {
  padding-top: 33px;
  position: relative;
}

.gift .right-block .gift-box .percent,
.gift .right-block .gift-box .wow {
  position: absolute;
  background: #FF574D;
  padding: 0 7px;
}

.gift .right-block .gift-box .percent:after,
.gift .right-block .gift-box .wow:after {
  content: '';
  position: absolute;
  border: 8px solid transparent;
  border-top: 16px solid #FF574D;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
}

.gift .right-block .gift-box .percent {
  -webkit-transform: rotate(-25.09deg);
  -ms-transform: rotate(-25.09deg);
  transform: rotate(-25.09deg);
  top: 57px;
  left: 135px;
  height: 29px;
}

.gift .right-block .gift-box .percent svg {
  -webkit-transform: rotate(25.09deg);
  -ms-transform: rotate(25.09deg);
  transform: rotate(25.09deg);
}

.gift .right-block .gift-box .wow {
  -webkit-transform: rotate(22.86deg);
  -ms-transform: rotate(22.86deg);
  transform: rotate(22.86deg);
  top: 47px;
  right: 114px;
  height: 36px;
}

.gift .right-block .gift-box .wow svg {
  -webkit-transform: rotate(-22.86deg);
  -ms-transform: rotate(-22.86deg);
  transform: rotate(-22.86deg);
}

.gift .right-block h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin: -36px 0 21px;
}

.gift .right-block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.gift .right-block .gift-button {
  background: #FF574D;
  -webkit-box-shadow: 0px 15px 30px rgba(233, 63, 85, 0.1);
  box-shadow: 0px 15px 30px rgba(233, 63, 85, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding: 21px 24px;
  height: auto;
}

.gift .right-block .gift-button svg {
  margin-left: 30px;
}

.gift .right-block .gift-button:hover svg {
  margin-left: 35px !important;
}

.specific {
  padding: 68px 0 17px;
}

.specific .custom-title {
  margin-bottom: 62px;
}

.specific-image {
  position: relative;
  top: -7px;
}

.specific-item {
  position: relative;
  margin-bottom: 80px;
}

.specific-item__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 21px;
  margin-bottom: 20px;
}

.specific-item__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #737784;
}

.specific-item:after {
  content: '';
  position: absolute;
  top: 8px;
  border: 1px solid #FF574D;
  width: 56px;
  height: 1px;
  right: 15px;
}

.specific-item:before {
  content: '●';
  color: #FF574D;
  position: absolute;
  width: 17px;
  height: 17px;
  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;
  top: 1px;
  right: -2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FF574D;
  padding-bottom: 1px;
}

.specific .left-block .specific-item {
  text-align: right;
  padding-right: 93px;
}

.specific .left-block .specific-item__text {
  padding-left: 10px;
}

.specific .right-block .specific-item {
  text-align: left;
  padding-left: 93px;
}

.specific .right-block .specific-item__text {
  padding-right: 10px;
}

.specific .right-block .specific-item:after {
  left: 15px;
}

.specific .right-block .specific-item:before {
  left: -2px;
}

.video {
  background: url(../img/video-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 800px;
}

.video .play-box {
  width: 100px;
  height: 100px;
  background: #FF574D;
  -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%;
  overflow: hidden;
}

.video .play-box a {
  width: 100%;
  height: 100%;
}

.video .play-box svg {
  position: relative;
  right: -4px;
}

.video .play-box:hover {
  background: #DA3D33;
}

.watches {
  padding: 113px 0 75px;
  background: #fff;
}

.watches #watch-tabs {
  padding: 35px 0 0 15px;
  margin-bottom: 59px;
  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;
}

.watches #watch-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  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;
  text-align: center;
  color: #737784;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.watches #watch-tabs .nav-link.active {
  background: #F5F6F8;
  color: #101D2F;
}

.watches #watch-tabs .nav-link:hover {
  color: #101D2F;
}

.watches-item {
  padding: 15px 13px;
  position: relative;
}

.watches-item__image {
  width: 100%;
  background: #F5F6F8;
  height: 237px;
  margin-bottom: 21px;
  position: relative;
}

.watches-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.watches-item__image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.watches-item__price {
  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;
  margin-bottom: 8px;
}

.watches-item__price .price {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  margin-right: 18px;
}

.watches-item__price .price span {
  font-weight: 400;
}

.watches-item__title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

.watches-item--sale .old-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #FF574D;
}

.watches-item__button {
  display: none;
}

.watches-item--sale .watches-item__image:after {
  content: url(../img/watches-catalog-percent.png);
  background: #FF574D;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 6px 0px 6px;
  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;
}

.watches-item:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 50px rgba(78, 78, 78, 0.1);
  box-shadow: 0px 20px 50px rgba(78, 78, 78, 0.1);
  z-index: 100;
}

.watches-item:hover .watches-item__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.watches .col-lg-3 {
  max-height: 373px;
  margin-bottom: -3px;
}

.watches .button-moore {
  margin: 49px auto 10px;
}

.reviews_v .review {
  background: #FFFFFF;
  padding: 45px 35px 31px;
}

.reviews_v .review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: #FF574D;
}

.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: 47px;
  height: 47px;
  background: #101D2F;
  -webkit-border-radius: 0;
  border-radius: 0;
  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'] svg path {
  fill: #fff;
}

.reviews_v .owl-nav button[role='presentation']:hover {
  background: #213148;
}

.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: 376px;

  -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: #1F89FE;

  -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: rgba(207, 214, 222, 0.2);
  padding: 61px 0 60px;
  position: relative;
}

.reviews_v2 .subtitle-text {
  margin-bottom: 60px;
}

.reviews_v2 .dots {
  position: absolute;
  bottom: 87px;
  right: 173px;
  z-index: 100;
}

.faq {
  padding: 80px 0 97px;
}

.faq .custom-title {
  margin-bottom: 30px;
}

.faq .right-image {
  padding-top: 11px;
  position: relative;
  left: -45px;
}

.faq .right-image img {
  position: relative;
  left: -20px;
  z-index: 1;
}

.faq .right-image .overlay {
  position: absolute;
  height: 531px;
  width: 1000px;
  top: 5px;
  left: 140px;
  z-index: 0;
  background: #F5F6F8;
}

.faq #accordion {
  z-index: 100;
  position: relative;
}

.faq #accordion .accordion-item {
  margin-bottom: 11px;
  -webkit-box-shadow: 0px 15px 30px rgba(45, 63, 87, 0.15);
  box-shadow: 0px 15px 30px rgba(45, 63, 87, 0.15);
}

.faq #accordion .card-header {
  background: #FFFFFF;
  position: relative;
  padding: 22px 25px;
  border: none;
  cursor: pointer;
}

.faq #accordion .card-header h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.faq #accordion .card-header:after {
  content: url(../img/plus.svg);
  font-size: 13px;
  position: absolute;
  right: 23px;
  top: 18px;
  width: 27px;
  height: 27px;
  border: 2px solid #101D2F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding-top: 2px;
}

.faq #accordion .card-header[aria-expanded='true']:after {
  content: url(../img/minus.svg);
  padding-bottom: 8px;
}

.faq #accordion .card-body {
  background: #fff;
  font-size: 16px;
  line-height: 130%;
  color: #737784;
  padding: 5px 20px 33px 25px;
}

.galery {
  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%);
  background: rgba(207, 214, 222, 0.2);
  padding: 71px 0 76px;
}

.galery .galery-top {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #737784;
  padding-top: 35px;
}

.galery .custom-button:hover:before {
  background: #FF574D;
}

.galery .galery-row {
  margin-top: 23px;
}

.galery .galery-row img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.galery .galery-row .custom-button {
  margin: 38px 0 0;
}

.galery .galery-row .small-image {
  height: 266px;
}

.galery .galery-row .big-image {
  height: 555px;
}

@media(min-width:992px){

  .galery .galery-row .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%;
  }
  
  .galery .galery-row .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%;
  }
  
  .galery .galery-row .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%;
  }
}

.galery .galery-row .project-item {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  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;
}

.galery .galery-row .project-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: #FF574D;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -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: 49px;
  height: 49px;
  display: none;
}

.galery .galery-row .project-item img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.galery .galery-row .project-item 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;
}

.galery .galery-row .project-item:hover .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.galery .galery-row .project-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.how-work_v2 {
  background: #F9FBFF;
  padding: 67px 0 110px;
  position: relative;
  overflow: hidden;
}
#hidden-for-talk {
  display: none;
  width: 100%;
  padding: 15px 0 0 20px;
}

.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 {
  padding: 31px 25px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(45, 63, 87, 0.15);
  box-shadow: 0px 15px 30px rgba(45, 63, 87, 0.15);
  min-height: 280px;
}

.how-work_v2 .service__number {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: 42px;
  height: 42px;
  margin-bottom: 31px;
  background: #FF574D;
  -webkit-box-shadow: 0px 10px 25px rgba(169, 169, 169, 0.2);
  box-shadow: 0px 10px 25px rgba(169, 169, 169, 0.2);
}

.how-work_v2 .service__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}

.how-work_v2 .service__body {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #808D9F;
}

.bottom-form {
  margin-bottom: 122px;
}

.bottom-form .custom-title {
  color: #fff;
  margin-top: 33px;
}

.bottom-form .custom-title:before {
  border-color: #FF574D;
}

.bottom-form .form {
  background: url(../img/bottom-form-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0 62px;
  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'] {
  background: #EDF2F7;
  border: none;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.bottom-form .form .right-form button[type='submit'] {
  border: none;
  background: #FF574D;
  -webkit-box-shadow: 0px 15px 30px rgba(198, 24, 46, 0.3);
  box-shadow: 0px 15px 30px rgba(198, 24, 46, 0.3);
  color: #fff;
  height: 45px;
  font-size: 16px;
  padding: 0 40px;
}

.bottom-form .form .right-form button[type='submit']:hover {
  background: #1c3352;
  -webkit-box-shadow: 0px 15px 30px rgba(28, 51, 82, 0.3);
  box-shadow: 0px 15px 30px rgba(28, 51, 82, 0.3);
}

.bottom-form .form .right-form label {
  font-size: 14px;
  color: #fff;
  line-height: normal;
}

.bottom-form .form .right-form label input {
  margin-right: 10px;
}

.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;
  margin-right: 13px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.bottom-form .form .right-form .after-inputs .talk .talk-box:hover {
  background: #FFFFFF;
}

.bottom-form .form .right-form .after-inputs .talk .talk-box svg path {
  fill: #FF574D;
}

.bottom-form .form .right-form .after-inputs .talk span {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #FFFFFF;
}

footer {
  background: #fff;
  position: relative;
}

footer .dots {
  position: absolute;
  right: 100px;
  top: 85px;
}

footer .dots path {
  fill: #ccc;
}

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 rgba(3, 66, 149, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

footer .to-top-box .to-top:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

footer .to-top-box .to-top:hover svg path {
  fill: #FF574D;
}

footer .to-top-box span {
  font-size: 16px;
  line-height: 19px;
  color: #CFD6DE;
}

footer .footer-top {
  margin-bottom: 36px;
}

footer .logo-text {
  font-weight: bold;
  font-size: 31px;
  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: #101D2F;
}

footer .footer-menu li a:hover {
  color: #FF574D;
  text-decoration: none;
}

footer .footer-contact h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 27px;
}

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

footer .footer-contact .contact-item .bottom:hover {
  color: #101D2F;
}

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: #101D2F;
  padding: 35px 30px 25px 40px;
}

.footer_v2 .footer-map__contact .contact h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 26px;
  margin-right: 13px;
  padding-top: 25px;
}

.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__icon svg path{
  fill:#FF574D;
}

.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: #737784;
}

.footer_v2 .footer-map__contact .contact-item__info .bottom,.footer_v2 .footer-map__contact .contact-item__info .bottom a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.footer_v2 .footer-map__contact .contact-item__info a.bottom-text:hover {
  color: #FF574D;
  text-decoration: none;
}

.footer_v2 .to-top svg path {
  fill: #FA6477;
}

.footer_v2 .footer-about {
  font-size: 16px;
}

.footer_v2 .social a {
  -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: #101D2F;
}

.footer_v2 .social a:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.footer_v2 .social a:hover svg path{
  fill: #FF574D;
}

.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,#popup-modal .modal-content {
  position: relative;
  background: #101D2F;
  -webkit-box-shadow: 0px 4px 37px rgba(40, 43, 98, 0.1);
  box-shadow: 0px 4px 37px rgba(40, 43, 98, 0.1);
  text-align: center;
  color: #fff;
  padding: 40px 80px;
}

#akciya-modal .modal-content h2,#popup-modal .modal-content h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 100%;
}

#akciya-modal .modal-content h3,#popup-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,#popup-modal .modal-content h4 {
  font-weight: bold;
  font-size: 27px;
  line-height: 120%;
  margin-bottom: 20px;
}

#akciya-modal .modal-content h4 span,#popup-modal .modal-content h4 span {
  color: #FF574D;
}

#akciya-modal .modal-content .akciya-image,#popup-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,#popup-modal .modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-shadow: none;
  z-index: 100;
}

#akciya-modal .modal-content .form label,#popup-modal .modal-content .form label {
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 100%;
}

#akciya-modal .modal-content .form input,#popup-modal .modal-content .form input {
  background: #FFFFFF;
  height: 46px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}

#akciya-modal .modal-content .form .custom-button,#popup-modal .modal-content .form .custom-button {
  color: #fff;
  background: #FF574D;
  width: 100%;
  height: 49px;
  font-size: 18px;
  margin: 20px 0;
}

#akciya-modal .modal-content .form .custom-button:hover,#popup-modal .modal-content .form .custom-button:hover{
  background: #d4463f;
}

#akciya-modal .modal-content .form .days-left,#popup-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;
}
#akciya-modal .modal-content .form input[type='checkbox'], #popup-modal .modal-content .form input[type='checkbox']{
  height: 15px;
  width: auto;
  margin-right: 15px;
}

.header__v3 .mobile-phone {
  background: #fff;
  padding: 2px 5px;
}

.header__v3 .mobile-phone svg path {
  fill: #FF574D;
}

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

.header__v3 .hamburger span {
  width: 100%;
  height: 5px;
  background: #fff;
}

.header__v3 .hamburger span:after,
.header__v3 .hamburger span:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 27px;
  height: 5px;
  right: 0;
}

.header__v3 .hamburger span:before {
  top: -1px;
}

.header__v3 .hamburger span:after {
  bottom: -2px;
  width: 16px;
}

.header__v1 .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; }
          .header__v1 .hamburger span {
    width: 100%;
    height: 5px;
    background: #253D5D;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
            .header__v1 .hamburger span:after, .hamburger span:before {
      content: '';
      position: absolute;
      background: #253D5D;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      width: 27px;
      height: 5px;
      right: 0; }
      .header__v1 .hamburger span:before {
      top: 0; }
      .header__v1 .hamburger span:after {
      bottom: 0;
      width: 16px; }
      .header__v1 .mobile-nav {
        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;
    }
.menu {
  position: fixed;
  width: 100%;
  height: 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;
  overflow: scroll;
}

.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;
  color: #101D2F;
}

.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: 22px;
  line-height: 26px;
  color: #101D2F;
}

.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;
  color: #101D2F;
}

.menu .header-contact .contact-item .top {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #808D9F;
  margin-bottom: 6px;
}

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

#recall-modal .custom-button--pink {
  background: #FF574D;
  height: 38px;
  color: #fff;
}

#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: #101D2F;
  -webkit-box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
  box-shadow: 0px 15px 30px rgba(10, 24, 41, 0.2);
  color: #fff;
}

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

#preloader {
  background: #101D2F;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}

.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #fff;
  z-index: 1;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes moveBox-1 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-1 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(1) {
  -webkit-animation: moveBox-1 4s infinite;
  animation: moveBox-1 4s infinite;
}

@-webkit-keyframes moveBox-2 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-2 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 26px);
    transform: translate(26px, 26px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(2) {
  -webkit-animation: moveBox-2 4s infinite;
  animation: moveBox-2 4s infinite;
}

@-webkit-keyframes moveBox-3 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-3 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(3) {
  -webkit-animation: moveBox-3 4s infinite;
  animation: moveBox-3 4s infinite;
}

@-webkit-keyframes moveBox-4 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-4 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(4) {
  -webkit-animation: moveBox-4 4s infinite;
  animation: moveBox-4 4s infinite;
}

@-webkit-keyframes moveBox-5 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-5 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(5) {
  -webkit-animation: moveBox-5 4s infinite;
  animation: moveBox-5 4s infinite;
}

@-webkit-keyframes moveBox-6 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, 26px);
    transform: translate(-26px, 26px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-6 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, 26px);
    transform: translate(0px, 26px);
  }

  81.8181818182% {
    -webkit-transform: translate(-26px, 26px);
    transform: translate(-26px, 26px);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0px);
    transform: translate(-26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(6) {
  -webkit-animation: moveBox-6 4s infinite;
  animation: moveBox-6 4s infinite;
}

@-webkit-keyframes moveBox-7 {
  9.0909090909% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-7 {
  9.0909090909% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(7) {
  -webkit-animation: moveBox-7 4s infinite;
  animation: moveBox-7 4s infinite;
}

@-webkit-keyframes moveBox-8 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moveBox-8 {
  9.0909090909% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(-26px, -26px);
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    -webkit-transform: translate(0px, -26px);
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    -webkit-transform: translate(26px, -26px);
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    -webkit-transform: translate(26px, 0px);
    transform: translate(26px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(8) {
  -webkit-animation: moveBox-8 4s infinite;
  animation: moveBox-8 4s infinite;
}

@-webkit-keyframes moveBox-9 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(-52px, 0);
    transform: translate(-52px, 0);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

@keyframes moveBox-9 {
  9.0909090909% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  36.3636363636% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  54.5454545455% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  63.6363636364% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    -webkit-transform: translate(-52px, 0);
    transform: translate(-52px, 0);
  }

  90.9090909091% {
    -webkit-transform: translate(-26px, 0);
    transform: translate(-26px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

.banter-loader__box:nth-child(9) {
  -webkit-animation: moveBox-9 4s infinite;
  animation: moveBox-9 4s infinite;
}

.timer-separator {
  color: #cfd6de !important;
}

@-webkit-keyframes rost {
  0% {
    width: 0px;
  }

  100% {
    width: 71px;
  }
}

@keyframes rost {
  0% {
    width: 0px;
  }

  100% {
    width: 71px;
  }
}

.anim-img {
  -webkit-animation-name: portfolio;
  animation-name: portfolio;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 0%;
  height: 325px;
  overflow: hidden;
  margin: 0 auto;
}

.anim-img img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@-webkit-keyframes portfolio {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes portfolio {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.gift-box .percent {
  -webkit-animation: puls 2s infinite;
  animation: puls 2s infinite;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gift-box .wow-img {
  -webkit-animation: puls2 2s infinite;
  animation: puls2 2s infinite;
}

@-webkit-keyframes puls {
  0% {
    -webkit-transform: rotate(-25.09deg) scale(1);
    transform: rotate(-25.09deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-25.09deg) scale(1.1);
    transform: rotate(-25.09deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(-25.09deg) scale(1);
    transform: rotate(-25.09deg) scale(1);
  }
}

@keyframes puls {
  0% {
    -webkit-transform: rotate(-25.09deg) scale(1);
    transform: rotate(-25.09deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(-25.09deg) scale(1.1);
    transform: rotate(-25.09deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(-25.09deg) scale(1);
    transform: rotate(-25.09deg) scale(1);
  }
}

@-webkit-keyframes puls2 {
  0% {
    -webkit-transform: rotate(22.86deg) scale(1);
    transform: rotate(22.86deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(22.86deg) scale(1.1);
    transform: rotate(22.86deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(22.86deg) scale(1);
    transform: rotate(22.86deg) scale(1);
  }
}

@keyframes puls2 {
  0% {
    -webkit-transform: rotate(22.86deg) scale(1);
    transform: rotate(22.86deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(22.86deg) scale(1.1);
    transform: rotate(22.86deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(22.86deg) scale(1);
    transform: rotate(22.86deg) scale(1);
  }
}

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

  .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__v3 {
    height: 100vh;
  }

  .main__v3 .main-container {
    height: 100%;
  }

  .main__v3 .main-container .row {
    height: 100%;
    padding-bottom: 106px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__v3 .main-container .row .left-block,
  .main__v3 .main-container .row .top-watch-box,
  .main__v3 .main-container .row .right-block {
    padding: 0;
  }

  .main__v3 .main-container .row .left-block {
    padding: 0 15px;
  }

  .services_v1 .service__top {
    height: 250px;
  }

  .services_v1 .service__text {
    padding-right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header__v3 .top-contact .top-recall {
    font-size: 12px;
  }

  .main__v3 h1 br {
    display: none;
  }

  .main__v3 .right-block .right-form form {
    overflow: hidden;
  }

  footer .footer-contact .contact-item .bottom {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .custom-button {
    font-size: 14px;
  }

  .header__v1 .menu-line .custom-button {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .only-mobil {
    display: block;
  }
  .anim-img{
    height: auto !important;
  }

  .custom-button {
    font-size: 12px;
    height: 34px !important;
  }

  .subtitle-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .subtitle-text br {
    display: none;
  }

  .custom-title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    padding-top: 22px;
    margin-bottom: 20px;
  }

  .custom-title:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }

  .header__v3 {
    padding: 29px 0 0;
  }

  .header__v3 .menu-line .logo-text {
    font-weight: 900;
    font-size: 25px;
    line-height: 29px;
    padding-left: 5px;
  }

  .header__v3 .mobile-nav {
    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;
  }

  .header__v3 .mobile-phone {
    width: 30px;
  }

  .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: 12px;
    height: 34px !important;
  }

  .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 62px;
  }

  .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: 5px;
    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;
  }

  .right-image {
    left: 0 !important;
    top: 0 !important;
    padding: 15px 0 0 !important;
  }

  .right-image .overlay {
    display: none !important;
  }

  .advantages {
    padding: 53px 0 10px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .advantages-text {
    text-align: left;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 32px;
  }

  .advantages .custom-title {
    text-align: left;
    margin-bottom: 30px;
  }

  .advantages .custom-title:before {
    left: 25px;
  }

  .advantages .custom-title.second {
    margin: 17px 0 29px 0;
  }

  .advantages-item {
    padding: 17px 10px 15px;
  }

  .advantages-item svg {
    width: 19px;
    margin-bottom: -8px;
  }

  .advantages-item .title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
  }

  .advantages-item .subtitle {
    font-size: 12px;
    line-height: 14px;
  }

  .advantages__buttons {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gift {
    padding-bottom: 35px;
  }

  .gift .absolute-img {
    display: none;
  }

  .gift .dots {
    top: auto;
    bottom: 165px;
    z-index: 1;
    left: 20px;
    width: 40px;
  }

  .gift .left-block {
    padding-top: 30px;
  }

  .gift .right-block .gift-box {
    margin-bottom: 22px;
  }

  .gift .right-block .gift-box img {
    width: 140px;
  }

  .gift .right-block .gift-box .percent {
    top: 37px;
    left: 73px;
  }

  .gift .right-block .gift-box .wow {
    top: 37px;
    right: 63px;
  }

  .gift .right-block .gift-box .wow svg {
    width: 48px;
  }

  .gift .right-block h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .gift .right-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 28px;
  }

  .gift .right-block .gift-button {
    font-size: 12px;
  }

  .specific {
    padding: 43px 0 26px;
  }

  .specific .custom-title {
    margin-bottom: 35px;
  }

  .specific-item {
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: 23px !important;
  }

  .specific-item:after {
    display: none;
  }

  .specific-item:before {
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
  }

  .specific-item__title {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .specific-item__text {
    font-size: 14px;
    line-height: 130%;
  }

  .video {
    height: 180px;
  }

  .video .play-box {
    width: 40px;
    height: 40px;
  }

  .video .play-box svg {
    width: 16px;
    left: 2px;
  }

  .watches {
    padding: 43px 0 45px;
  }

  .watches .custom-title {
    text-align: left;
  }

  .watches .custom-title:before {
    left: 25px;
  }

  .watches #watch-tabs {
    padding: 0;
    margin-bottom: 20px;
  }

  .watches .watches-item {
    margin-bottom: -8px;
  }

  .watches .watches-item__image {
    height: 119px;
    margin-bottom: 10px;
  }

  .watches .watches-item__image:after {
    padding: 3px 4px 0px 4px;
  }

  .watches .watches-item__price .price {
    font-size: 12px;
    line-height: 14px;
  }

  .watches .watches-item__price .old-price {
    font-size: 10px;
    line-height: 12px;
  }

  .watches .watches-item__title {
    font-size: 10px;
    line-height: 12px;
  }

  .watches .watches-item__button {
    padding: 0 10px;
  }

  .watches .watches-item__button svg {
    width: 12px;
  }

  .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: none;
  }

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

  .reviews_v2,
  .reviews_v3 {
    padding: 43px 0;
  }

  .reviews_v2 .subtitle-text,
  .reviews_v3 .subtitle-text {
    margin-bottom: 30px;
  }

  .reviews_v .review__body p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .reviews_v .dots {
    display: none;
  }

  .reviews_v .review {
    padding: 19px 20px 10px;
  }

  .reviews_v .review__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .reviews_v .review__top .image {
    margin-right: 10px;
  }

  .reviews_v .review__top .image img {
    width: 40px;
    height: 40px;
  }

  .reviews_v .review__top .info h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
  }

  .reviews_v .review__top .info h4 {
    font-size: 12px;
    line-height: 14px;
  }

  .reviews_v .owl-nav {
    margin-top: 23px;
  }

  .reviews_v .owl-nav button[role='presentation'] {
    width: 37px;
    height: 37px;
  }

  .faq {
    padding: 43px 0;
  }

  .faq .custom-title {
    text-align: left;
  }

  .faq .custom-title:before {
    left: 25px;
  }

  .faq #accordion .card-header {
    padding: 20px;
  }

  .faq #accordion .card-header h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
  }

  .faq .right-image {
    display: none;
  }

  .galery {
    padding: 43px 0 50px;
  }

  .galery .custom-title {
    text-align: left;
    margin-bottom: 0;
  }

  .galery .custom-title:before {
    left: 25px;
  }

  .galery .galery-top {
    display: none;
  }

  .galery .galery-row .big-image,.galery .galery-row .small-image {
    height: 140px;
  }

  .galery .galery-row .custom-button {
    margin-top: 5px;
  }

  .how-work_v2 {
    padding: 43px 0 25px;
    overflow-x: scroll;
  }

  .how-work_v2 .custom-title {
    margin-bottom: 15px;
  }

  .how-work_v2 .subtitle-text {
    margin-bottom: 15px;
  }

  .how-work_v2 .service {
    width: 100%;
    margin-bottom: 25px;
    padding: 17px 20px 20px 20px;
  }

  .how-work_v2 .service__number {
    margin-bottom: 22px;
  }

  .how-work_v2 .how-work-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .how-work_v2 .how-work-row .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 100%;
    width: 250px;
  }

  .bottom-form {
    margin-bottom: 66px;
  }

  .bottom-form .dots,
  .bottom-form .absolute-img {
    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;
  }

  footer .dots,
  footer .absolute-img {
    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: 15px 0;
    display: inline-block;
  }

  .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,#popup-modal .modal-content{
    padding: 25px 15px;
  }

  #akciya-modal .modal-content h2,#popup-modal .modal-content h2 {
    font-size: 20px;
  }

  #akciya-modal .modal-content h4,#popup-modal .modal-content h4 {
    font-size: 18px;
  }

  #akciya-modal .modal-content h4 br,#popup-modal .modal-content h4 br {
    display: none;
  }

  #akciya-modal .modal-content .akciya-image,#popup-modal .modal-content .akciya-image{
    display: none;
  }

  #akciya-modal .modal-content .form label,#popup-modal .modal-content .form label{
    font-size: 14px;
  }

  #akciya-modal .modal-content .form input,#popup-modal .modal-content .form input{
    height: 34px;
  }

  #akciya-modal .modal-content .form .custom-button,#popup-modal .modal-content .form .custom-button{
    font-size: 12px;
  }
}

/* new */
.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 .custom-button {
  padding: 0 19px;
}

.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: #FF574D;
}

.header__v1 .menu-line ul li:nth-last-child() {
  margin-right: 0;
}

.header__v1 .menu-line .custom-button {
  height: 39px;
  font-size: 14px;
  position: relative;
  top: -2px;
  background: #FF574D;
  color: #fff;
  
}

.header__v1 .menu-line .custom-button:hover {
  background: #1c3352;
}

.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: 45px;
  line-height: 53px;
  margin-bottom: 48px;
}

/* .main__v1 .left-block h1 span {
  color: #253D5D;
  display: block;
  font-size: 30px;
  line-height: 30px;
} */

.main__v1 .left-block p.d-lg-block {
  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--red{
  transition: .3s;
}
.main__v1 .left-block .top-buttons .custom-button--red:hover {
  color: #fff;
  background: #1c3352;
}

.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)); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.header__v1 .menu-line {
  padding: 8px 0 0 5px;
}

.header__v1 .menu-line .logo-text {
  font-size: 20px;
  line-height: 31px;
}

.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;
  height: 400px;
}
.top-phone-box{
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .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;
  }
}
@media (max-width: 1200px) {
  .header__v1 .menu-line .custom-button {
    font-size: 12px;
  }
}

@media (max-width: 992px) {  

  .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;
    margin-bottom: 32px;
  }

  .main__v1 .right-block .count__title {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .main__v1 .right-block .count .col-lg-4 {
    margin-bottom: 10px;
  }

  .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;
  }
  .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: 348px;

  }



  .reviews_v1 .custom-button {

    margin: 5px 0 0;

    height: 33px;

  }
}

@media(max-width:766px){
  .watches .watches-item__image{
    height: 170px;
  }
}