.main-svg-sprite {

  display: none;

}



.svg-icon {

  display: inline-block;

  width: 24px;

  height: 24px;

  fill: currentColor;

  font-size: 0;

}



.svg-icon__link {

  vertical-align: top;

  fill: inherit;

  width: inherit;

  height: inherit;

}



.m-n1 {

  margin: -0.25rem !important;

}



.mt-n1,

.my-n1 {

  margin-top: -0.25rem !important;

}



.ms-n1,

.mx-n1 {

  margin-right: -0.25rem !important;

}



.mb-n1,

.my-n1 {

  margin-bottom: -0.25rem !important;

}



.me-n1,

.mx-n1 {

  margin-left: -0.25rem !important;

}



.m-n2 {

  margin: -0.5rem !important;

}



.mt-n2,

.my-n2 {

  margin-top: -0.5rem !important;

}



.ms-n2,

.mx-n2 {

  margin-right: -0.5rem !important;

}



.mb-n2,

.my-n2 {

  margin-bottom: -0.5rem !important;

}



.me-n2,

.mx-n2 {

  margin-left: -0.5rem !important;

}



.m-n3 {

  margin: -1rem !important;

}



.mt-n3,

.my-n3 {

  margin-top: -1rem !important;

}



.ms-n3,

.mx-n3 {

  margin-right: -1rem !important;

}



.mb-n3,

.my-n3 {

  margin-bottom: -1rem !important;

}



.me-n3,

.mx-n3 {

  margin-left: -1rem !important;

}



.m-n4 {

  margin: -1.5rem !important;

}



.mt-n4,

.my-n4 {

  margin-top: -1.5rem !important;

}



.ms-n4,

.mx-n4 {

  margin-right: -1.5rem !important;

}



.mb-n4,

.my-n4 {

  margin-bottom: -1.5rem !important;

}



.me-n4,

.mx-n4 {

  margin-left: -1.5rem !important;

}



.m-n5 {

  margin: -3rem !important;

}



.mt-n5,

.my-n5 {

  margin-top: -3rem !important;

}



.ms-n5,

.mx-n5 {

  margin-right: -3rem !important;

}



.mb-n5,

.my-n5 {

  margin-bottom: -3rem !important;

}



.me-n5,

.mx-n5 {

  margin-left: -3rem !important;

}



.app-footer {

  -ms-flex: none;

  -webkit-box-flex: 0;

  -webkit-flex: none;

          flex: none;

  background: #000;

}



.app-footer__inner {

  background: #000;

  z-index: 2;

}



.app-footer__bg {

  margin-bottom: -8vw;

  margin-top: -10px;

}



.app-footer--1 .app-footer__bg {

  margin-bottom: 0;

}



.app-footer .btn {

  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

  letter-spacing: normal;

  font-weight: normal;

  padding: 9px 10px;

  max-width: 380px;

  width: 100%;

}



.app-footer .btn svg {

  width: 15px;

  height: 15px;

  fill: currentColor;

  -webkit-transform: translate(1px, -1px);

  -ms-transform: translate(1px, -1px);

   -o-transform: translate(1px, -1px);

      transform: translate(1px, -1px);

}



.b-footer {

  color: #fff;

  left: 0;

  right: 0;

  bottom: 0;

}



.b-footer__col-in {

  max-width: 400px;

}



.b-footer__logo {

  width: 100%;

  max-width: 158px;

}



.b-footer__soc a {

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  -webkit-filter: grayscale(100%) brightness(200%);

  filter: grayscale(100%) brightness(200%);

}



.b-footer__soc a img {

  height: 34px;

}



.b-footer__soc a:hover, .b-footer__soc a:focus {

  -webkit-filter: grayscale(0%) brightness(100%);

  filter: grayscale(0%) brightness(100%);

}



.b-footer a {

  color: currentColor;

  text-decoration: none;

}



.b-footer a:hover, .b-footer a:focus {

  text-decoration: underline;

  color: currentColor;

}



.b-footer__address {

  font-size: 76%;

  font-weight: 300;

}



.app-header {

  -ms-flex: none;

  -webkit-box-flex: 0;

  -webkit-flex: none;

          flex: none;

  left: 0;

  right: 0;

  top: 0;

  z-index: 100;

  background: #fff;

  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(90%, #fff), to(rgba(255,255,255,0)));

  background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, rgba(255,255,255,0) 100%);

  background: -o-linear-gradient(top, #fff 0%, #fff 90%, rgba(255,255,255,0) 100%);

  background: linear-gradient(180deg, #fff 0%, #fff 90%, rgba(255,255,255,0) 100%);

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



@media screen and (min-width: 992px) {

  .app-header {

    background: #fff;

    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), to(rgba(255,255,255,0)));

    background: -webkit-linear-gradient(top, #fff 0%, #fff 70%, rgba(255,255,255,0) 100%);

    background: -o-linear-gradient(top, #fff 0%, #fff 70%, rgba(255,255,255,0) 100%);

    background: linear-gradient(180deg, #fff 0%, #fff 70%, rgba(255,255,255,0) 100%);

  }

}

.app-header.hide {

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

   -o-transform: translateY(-100%);

      transform: translateY(-100%);

}



.app-header__logo {

  width: 160px;

}



.app-header__logo img + img {

  left: 0;

  top: 0;

  right: 0;

  opacity: 0;

}



.app-header__btn {

  width: 65px;

  height: 50px;

}



.app-header__btn .svg-icon {

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

   -o-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.app-header__btn .svg-icon--menu {

  width: 32px;

  height: 32px;

}



.app-header__btn .svg-icon--close {

  opacity: 0;

}



.app-header__btn.is-opened .svg-icon {

  fill: #fbbd3e;

  opacity: 0;

}



.app-header__btn.is-opened .svg-icon--close {

  opacity: 1;

}



.app-header__container {

  z-index: 2;

}



.app-header.is-opened .app-header__fixed {

  opacity: 1;

  visibility: visible;

}



.app-header.is-opened .app-header__logo img {

  opacity: 0;

}



.app-header.is-opened .app-header__logo img + img {

  opacity: 1;

}



.app-header__fixed {

  background: #181818;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  padding-top: 80px;

  color: #fff;

  opacity: 0;

  overflow: hidden;

  visibility: hidden;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.app-header__fixed-in {

  max-height: -webkit-calc(100vh - 80px);

  max-height: calc(100vh - 80px);

  max-height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 80px);

  max-height: calc(calc(var(--vh, 1vh) * 100) - 80px);

  overflow-y: auto;

  width: 100%;

  -webkit-overflow-scrolling: touch;

}



.app-header__list a {

  color: #fff !important;

  text-decoration: none !important;

  display: -ms-inline-flexbox;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: inline-flex;

  -ms-flex-align: center;

  -webkit-box-align: center;

  -webkit-align-items: center;

          align-items: center;

  position: relative;

  margin-bottom: 15px;

}



.app-header__list a:after {

  content: '';

  display: block;

  width: 22px;

  height: 22px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  -ms-flex-order: 1;

  -webkit-box-ordinal-group: 2;

  -webkit-order: 1;

          order: 1;

  margin-left: 15px;

  background-repeat: no-repeat;

  background-position: 50% 50%;

}



.app-header__list ul ul {

  display: none;

  position: relative;

  margin-bottom: 20px;

}



.app-header__list ul ul:after {

  background: #d3cccc;

  content: '';

  display: block;

  position: absolute;

  left: -40px;

  bottom: 0;

  height: 2px;

  border-radius: 4px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  opacity: 0.4;

  right: 0;

}



.app-header__list ul ul a {

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.app-header__list ul ul li > a:hover,

.app-header__list ul ul li.active > a,

.app-header__list ul ul li > a:focus {

  color: #fbbd3e !important;

}



.app-header__list > ul > li > a span:before {

  content: '';

  display: block;

  position: absolute;

  left: -40px;

  bottom: 0;

  height: 5px;

  border-radius: 4px;

  background: #fbbd3e;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  width: 0;

}



.app-header__list .current-menu-parent > a.is-opened span:before,

.app-header__list .active > a span:before,

.app-header__list a:hover.is-opened span:before,

.app-header__list a:hover span:before,

.app-header__list a:focus.is-opened span:before,

.app-header__list a:focus span:before {

  width: 100%;

}



.app-header__list .current-menu-parent > a {

  position: relative;

}



.app-header__list .current-menu-parent > a:after {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg data-name='Group 1161' fill='none' stroke='%23fbbd3e' stroke-linecap='round' stroke-width='5'%3E%3Cpath data-name='Line 72' d='M2.5 11h17'/%3E%3Cpath data-name='Line 73' d='M11 2.5v17'/%3E%3C/g%3E%3C/svg%3E");

}



.app-header__list .current-menu-parent > a.is-opened:after {

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='5' viewBox='0 0 22 5'%3E%3Cpath data-name='Line 72' fill='none' stroke='%23fbbd3e' stroke-linecap='round' stroke-width='5' d='M2.5 2.5h17'/%3E%3C/svg%3E");

}



.b-progress {

  left: 0;

  right: 0;

  top: 0;

  z-index: 101;

}



.b-progress__bar {

  height: 4px;

  width: 0;

  background: #fbbd3e;

  background: -webkit-linear-gradient(336deg, #fbbd3e 0%, #ffab00 100%);

  background: -o-linear-gradient(336deg, #fbbd3e 0%, #ffab00 100%);

  background: linear-gradient(114deg, #fbbd3e 0%, #ffab00 100%);

}



@font-face {

  font-family: 'Impact';

  src: url("../fonts/Impact.eot");

  src: url("../fonts/Impact.eot?#iefix") format('embedded-opentype'), url("../fonts/Impact.woff2") format('woff2'), url("../fonts/Impact.woff") format('woff'), url("../fonts/Impact.ttf") format('truetype'), url("../fonts/Impact.svg#Impact") format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



html,

body {

  margin: 0;

  padding: 0;

}



html {

  min-height: 100%;

  min-height: 100vh;

  min-height: -webkit-calc(var(--vh, 1vh) * 100);

  min-height: calc(var(--vh, 1vh) * 100);

  font-size: 20px;

}



html.is-opened {

  overflow: hidden;

  -webkit-overflow-scrolling: touch;

}



.app {

  display: -ms-flexbox;

  display: -webkit-box;

  display: -webkit-flex;

  display: flex;

  -ms-flex-direction: column;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

          flex-direction: column;

  height: 100%;

  height: 100vh;

  height: -webkit-calc(var(--vh, 1vh) * 100);

  height: calc(var(--vh, 1vh) * 100);

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: 200;

  font-size: 19px;

  line-height: 1.38;

  background: #fff;

  color: #000;

  padding-top: 70px;

  overflow-x: hidden;

}



.app__wrapper {

  display: -ms-flexbox;

  display: -webkit-box;

  display: -webkit-flex;

  display: flex;

  -ms-flex-direction: column;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -webkit-flex-direction: column;

          flex-direction: column;

  height: 100%;

  height: 100vh;

  height: -webkit-calc(var(--vh, 1vh) * 100);

  height: calc(var(--vh, 1vh) * 100);

}



.app__content {

  -ms-flex: 1 0 auto;

  -webkit-box-flex: 1;

  -webkit-flex: 1 0 auto;

          flex: 1 0 auto;

  background: #fff;

  z-index: 2;

}



.app img {

  max-width: 100%;

}



.app ul,

.app ol {

  padding: 0;

  margin: 0;

  list-style: none;

}



.app.is-hide {

  opacity: 0;

}



p:last-child {

  margin: 0;

}



.btn {

  text-decoration: none !important;

  position: relative;

  font-weight: bold;

  letter-spacing: -0.38px;

}



.btn-success,

.btn-info,

.btn-warning {

  color: #fff !important;

  z-index: 1;

  border: none;

}



.btn-success:before,

.btn-info:before,

.btn-warning:before {

  content: '';

  display: block;

  z-index: -1;

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  border-radius: inherit;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.btn-success:hover:before,

.btn-info:hover:before,

.btn-warning:hover:before,

.btn-success:focus:before,

.btn-info:focus:before,

.btn-warning:focus:before {

  opacity: 0;

}



.btn-warning {

  background: #fbbd3e;

}



.btn-warning:before {

  background: #fbbd3e;

  background: -webkit-gradient(linear, left top, right top, from(#fbbd3e), to(#ffab00));

  background: -webkit-linear-gradient(left, #fbbd3e 0%, #ffab00 100%);

  background: -o-linear-gradient(left, #fbbd3e 0%, #ffab00 100%);

  background: linear-gradient(90deg, #fbbd3e 0%, #ffab00 100%);

}



.btn-warning:hover, .btn-warning:focus {

  background: #ffab00;

}



.btn-success {

  background: #34d0c8;

}



.btn-success:before {

  background: #34d0c8;

  background: -webkit-gradient(linear, left top, right top, from(#34d0c8), to(#4cada8));

  background: -webkit-linear-gradient(left, #34d0c8 0%, #4cada8 100%);

  background: -o-linear-gradient(left, #34d0c8 0%, #4cada8 100%);

  background: linear-gradient(90deg, #34d0c8 0%, #4cada8 100%);

}



.btn-success:hover, .btn-success:focus {

  background: #4cada8;

}



.btn-info {

  background: #b6def8;

}



.btn-info:before {

  background: #b6def8;

  background: -webkit-gradient(linear, left top, right top, from(#b6def8), to(#72c1f7));

  background: -webkit-linear-gradient(left, #b6def8 0%, #72c1f7 100%);

  background: -o-linear-gradient(left, #b6def8 0%, #72c1f7 100%);

  background: linear-gradient(90deg, #b6def8 0%, #72c1f7 100%);

}



.btn-info:hover, .btn-info:focus {

  background: #72c1f7;

}



.btn-close {

  right: 20px;

  top: -80px;

  opacity: 1 !important;

  width: auto;

  height: auto;

  background: transparent;

}



.btn-close svg {

  width: 85px;

  height: 85px;

}



.modal-dialog {

  max-width: 530px;

  margin: 1.75rem auto;

}



.modal-content {

  background: transparent;

  border: none;

  z-index: 1;

  margin-top: 50px;

}



.modal-content:before {

  content: '';

  display: block;

  width: 935px;

  height: 935px;

  position: absolute;

  left: 50%;

  top: 50%;

  border-radius: 50%;

  z-index: -1;

  background: #fbbd3e;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

   -o-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);

}
#videoModal .modal-dialog {
  max-width: 780px;
}
#videoModal .modal-content:before {
  display: none;
}

iframe {max-width: 100%;}

.modal-title {

  line-height: 0.9;

  font-size: 50px;

  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

}



.modal-text {

  font-weight: 300;

  line-height: 1;

}



.b-form input:not([type="file"]),

.b-form select,

.b-form textarea {

  background: #fff;

  width: 100%;

  border: 1px solid #fff;

  padding: 11px 32px;

  color: #000;

  font-weight: 300;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 23px;

  line-height: 1;

  border-radius: 50px;

}



.b-form input:not([type="file"]):placeholder,

.b-form select:placeholder,

.b-form textarea:placeholder {

  color: #8f8f8f;

}



.b-form textarea {

  border-radius: 10px;

  padding: 6px 26px;

  min-height: 167px;

}



.b-form__btn {

  border-radius: 63px;

  background: #28606a;

  color: #fff;

  font-weight: 400;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 6px 10px;

  margin: 0 auto;

  width: 100%;

  max-width: 391px;

}



.b-form__btn svg {

  width: 15px;

  height: 15px;

  fill: currentColor;

  -webkit-transform: rotate(-90deg) scale(1.4) translate(-1px, 3px);

  -ms-transform: rotate(-90deg) scale(1.4) translate(-1px, 3px);

   -o-transform: rotate(-90deg) scale(1.4) translate(-1px, 3px);

      transform: rotate(-90deg) scale(1.4) translate(-1px, 3px);

}



.b-form__btn:hover, .b-form__btn:focus {

  background: #20a0b7;

  color: #fff;

}



.b-form__item {

  max-width: 440px;

  width: 100%;

  margin: 0 auto 12px;

}



.b-form [type="file"] {

  opacity: 0;

  position: absolute;

}



.b-form__files {

  font-weight: 300;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 17px !important;

  padding: 2px 6px;

  border-radius: 1px;

  margin-left: 10px;

  margin-bottom: 10px;

  background: #dbdbdb;

  border: 1px solid #707070;

}



.b-form [type="file"]:focus + .b-form__files {

  -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff;

          box-shadow: 0 0 0 1px #000, 0 0 0 2px #fff;

}



.b-form__dropdown {

  position: relative;

  z-index: 2;

}



.b-form__dropdown-toggle {

  background: #fff;

  width: 100%;

  border: 1px solid #fff;

  padding: 11px 14px 11px 42px;

  color: #000;

  font-weight: 300;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-size: 23px;

  line-height: 1;

  border-radius: 50px;

  z-index: 2;

}



.b-form__dropdown-toggle:after {

  margin-left: auto;

  border-top-color: #fbbd3e;

  border-top-width: 19px;

  border-left-width: 12px;

  border-right-width: 12px;

}



.b-form__dropdown-toggle.show {

  border-radius: 14px 14px 0 0;

}



.b-form__dropdown-toggle.show:after {

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

   -o-transform: rotate(180deg);

      transform: rotate(180deg);

}



.b-form__dropdown-menu {

  z-index: -1;

  right: 0 !important;

  left: 0 !important;

  border: none;

  border-radius: 0 0 14px 14px;

  top: 100% !important;

  bottom: auto !important;

  -webkit-transform: none !important;

  -ms-transform: none !important;

   -o-transform: none !important;

      transform: none !important;

}



.b-form__dropdown-menu a {

  font-size: 19px;

  font-weight: 300;

  line-height: 1.2;

  padding: 2px 10px 2px 26px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.b-form__dropdown-menu a:hover,

.b-form__dropdown-menu a.is-active,

.b-form__dropdown-menu a:focus {

  background: #f9e2b4;

}



.b-form__select-value {

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

}



h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

  margin-bottom: 1rem;

  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

}



h4,

.h4,

h5,

.h5,

h6,

.h6 {

  letter-spacing: 0;

}



h1,

.h1 {

  font-size: 43px;

}



h2,

.h2 {

  font-size: 40px;

}



h3,

.h3 {

  font-size: 29px;

}



h4,

.h4 {

  font-size: 27px;

}



h5,

.h5 {

  font-size: 25px;

}



h6,

.h6 {

  font-size: 23px;

}



.current-color {

  color: currentColor;

}



.orange-color {

  color: #fbbd3e;

}



.turquoise-color {

  color: #4cada8;

}



.blue-color {

  color: #a2d6f9;

}



.green-color {

  color: #c0cebb;

}



.dullCyan-color {

  color: #28606a;

}



.b-block__animation--1 {

  width: 100vw;

  min-height: -webkit-calc(100vh - 280px);

  min-height: calc(100vh - 280px);

  min-height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 280px);

  min-height: calc(calc(var(--vh, 1vh) * 100) - 280px);

}



.b-block__animation--2 {

  margin-left: -210px;

  margin-right: -160px;

}



.b-block__animation--3 {

  margin-left: -120px;

  margin-right: -50px;

}



.b-block__animation--4 {

  margin-left: -30px;

  margin-right: -10px;

}



.b-block__col--bg {

  min-height: 400px;

}



.b-block__col--bg:before,

.b-block__col--bg:after,

.b-block__col--bg > div:before,

.b-block__col--bg > div:after {

  content: '';

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border: 1px dashed #d3cccc;

}



.b-block__col--bg:before {

  width: 25px;

  height: 25px;

  bottom: 0;

  left: 40px;

}



.b-block__col--bg:after {

  width: 111px;

  height: 111px;

  right: -50px;

  bottom: -60px;

}



.b-block__col--bg > div:before {

  width: 47px;

  height: 47px;

  left: -40px;

  bottom: 300px;

}



.b-block__col--bg > div:after {

  width: 99px;

  height: 99px;

  right: -70px;

  bottom: 400px;

}



.b-block__btn {

  padding: 5px 53px;

}



.b-block__trigger {

  font-weight: bold;

  text-decoration: none !important;

  font-size: 0;

  line-height: 0;

}



.b-block__trigger-in {

  width: 20px;

  height: 20px;

  margin-top: -5px;

}



.b-block__trigger:before {

  color: #000 !important;

  font-size: 19px;

  line-height: 1;

  content: attr(data-open);

}



.b-block__trigger.is-opened:before {

  content: attr(data-close);

}



.b-block__trigger.is-opened .b-block__trigger-in {

  -ms-flex-order: -1;

  -webkit-box-ordinal-group: 0;

  -webkit-order: -1;

          order: -1;

  margin: 0 0 -5px;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

   -o-transform: rotate(180deg);

      transform: rotate(180deg);

}



.b-block__more {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: 500;

  letter-spacing: 0.05px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  white-space: nowrap;

}



.b-block__more img {

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  margin-top: 3px;

}



.b-block__more:hover, .b-block__more:focus {

  opacity: 0.7;

}



.b-block__more:hover img, .b-block__more:focus img {

  -webkit-transform: translateX(5px);

  -ms-transform: translateX(5px);

   -o-transform: translateX(5px);

      transform: translateX(5px);

}



.b-block .hide {

  display: none;

}



.b-block__col--pic img {

  height: 50vh;

  height: -webkit-calc(var(--vh, 1vh) * 50);

  height: calc(var(--vh, 1vh) * 50);

}



.b-block__col--pic2 img {

  width: 100%;

  max-width: 560px;

}



.b-block__img img {

  width: 400px;

}



.b-block__view {

  min-width: 270px;

  font-size: 25px;

  letter-spacing: 0px;

  font-weight: 400;

  -webkit-animation: pulse 2s linear infinite;

  -o-animation: pulse 2s linear infinite;

     animation: pulse 2s linear infinite;

  animation-direction: reverse;

}



.b-block__title {

  width: 260px;

  height: 260px;

  line-height: 1;

  z-index: 1;

}



.b-block__title span {

  color: #fbbd3e;

}



.b-block__title-bg {

  border: 15px solid #fbbd3e;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: -1;

  -webkit-animation: roll 4s linear infinite;

  -o-animation: roll 4s linear infinite;

     animation: roll 4s linear infinite;

  animation-direction: reverse;

}



.b-block__title-bg:before,

.b-block__title-bg:after {

  content: '';

  display: block;

  position: absolute;

  background: #fff;

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

   -o-transform-origin: center;

      transform-origin: center;

}



.b-block__title-bg:after {

  left: -20px;

  right: -20px;

  top: 50px;

  bottom: 50px;

  -webkit-transform: rotate(0);

  -ms-transform: rotate(0);

   -o-transform: rotate(0);

      transform: rotate(0);

}



.b-block__title-bg:before {

  left: -20px;

  right: -20px;

  top: 60px;

  bottom: 60px;

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

   -o-transform: rotate(90deg);

      transform: rotate(90deg);

}



.b-block__title-bg div {

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

}



.b-block__title-bg div:before,

.b-block__title-bg div:after {

  content: '';

  display: block;

  position: absolute;

  width: 50%;

  height: 50%;

  background: #fff;

}



.b-block__title-bg div:before {

  left: -20px;

  top: -20px;

}



.b-block__title-bg div:after {

  right: -20px;

  bottom: -20px;

}



.b-block b {

  font-weight: bold;

}



.chevron {

  position: absolute;

  width: 0.7rem;

  height: 0.16rem;

  opacity: 0;

  left: 50%;

  margin-left: -webkit-calc(0.2rem * 3.5 / -2);

  margin-left: calc(0.2rem * 3.5 / -2);

  -webkit-transform: scale(0.3);

  -ms-transform: scale(0.3);

   -o-transform: scale(0.3);

      transform: scale(0.3);

  -webkit-animation: move-chevron 3s ease-out infinite;

  -o-animation: move-chevron 3s ease-out infinite;

     animation: move-chevron 3s ease-out infinite;

}



.chevron:first-child {

  -webkit-animation: move-chevron 3s ease-out 1s infinite;

  -o-animation: move-chevron 3s ease-out 1s infinite;

     animation: move-chevron 3s ease-out 1s infinite;

}



.chevron:nth-child(2) {

  -webkit-animation: move-chevron 3s ease-out 2s infinite;

  -o-animation: move-chevron 3s ease-out 2s infinite;

     animation: move-chevron 3s ease-out 2s infinite;

}



.chevron:before,

.chevron:after {

  content: '';

  position: absolute;

  top: 0;

  height: 100%;

  width: 50%;

  background: #fbbd3e;

}



.chevron:before {

  left: 0;

  -webkit-transform: skewY(30deg);

  -ms-transform: skewY(30deg);

   -o-transform: skewY(30deg);

      transform: skewY(30deg);

}



.chevron:after {

  right: 0;

  width: 50%;

  -webkit-transform: skewY(-30deg);

  -ms-transform: skewY(-30deg);

   -o-transform: skewY(-30deg);

      transform: skewY(-30deg);

}



.b-work__item {

  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);

          box-shadow: 0 0 15px rgba(0,0,0,0.5);

  color: #fff !important;

  text-decoration: none !important;

  z-index: 2;

}



.b-work__item:hover .b-work__item-img:after, .b-work__item:focus .b-work__item-img:after {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

   -o-transform: scale(1.1);

      transform: scale(1.1);

}



.b-work__item:hover .b-work__item-title, .b-work__item:focus .b-work__item-title {

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

   -o-transform: scale(1);

      transform: scale(1);

}



.b-work__item:hover .b-work__item-in, .b-work__item:focus .b-work__item-in {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

   -o-transform: scale(1);

      transform: scale(1);

  -webkit-transition-delay: 0.4s;

       -o-transition-delay: 0.4s;

          transition-delay: 0.4s;

}



.b-work__item:hover .b-work__item-layer, .b-work__item:focus .b-work__item-layer {

  opacity: 1;

}



.b-work__item-img {

  -webkit-background-size: cover;

          background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

}



.b-work__item-img:before {

  content: '';

  padding-top: 100%;

  display: block;

}



.b-work__item-img:after {

  content: '';

  position: absolute;

  left: -5px;

  right: -5px;

  bottom: -5px;

  top: -5px;

  border-radius: inherit;

  background-image: inherit;

  -webkit-background-size: cover;

          background-size: cover;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  -webkit-transition: 1s ease all;

  -o-transition: 1s ease all;

  transition: 1s ease all;

}



.b-work__item-layer,

.b-work__item-title,

.b-work__item-in {

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

}



.b-work__item-layer {

  background: rgba(0,0,0,0.6);

  border-radius: inherit;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  opacity: 0;

}



.b-work__item-title {

  -webkit-transition: 1s ease transform, 1s ease opacity;

  -o-transition: 1s ease transform, 1s ease opacity;

  transition: 1s ease transform, 1s ease opacity;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

   -o-transform: scale(0);

      transform: scale(0);

}



.b-work__item-in {

  -webkit-transition: 1s ease transform, 1s ease opacity;

  -o-transition: 1s ease transform, 1s ease opacity;

  transition: 1s ease transform, 1s ease opacity;

  -webkit-transition-delay: 0s;

       -o-transition-delay: 0s;

          transition-delay: 0s;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

   -o-transform: scale(0);

      transform: scale(0);

  opacity: 0;

  line-height: 1.1;

}



.b-work__item-name {

  font-weight: 300;

  font-size: 19px;

}



.b-work__item-text {

  font-size: 23px;

}



.b-work__item:hover .b-case__item-img:after, .b-work__item:focus .b-case__item-img:after {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

   -o-transform: scale(1.1);

      transform: scale(1.1);

}



.b-work__item:hover .b-case__item-title, .b-work__item:focus .b-case__item-title {

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

   -o-transform: scale(0);

      transform: scale(0);

  opacity: 0;

  -webkit-transition-delay: 0;

       -o-transition-delay: 0;

          transition-delay: 0;

}



.b-work__item:hover .b-case__item-in, .b-work__item:focus .b-case__item-in {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

   -o-transform: scale(1);

      transform: scale(1);

  -webkit-transition-delay: 0.4s;

       -o-transition-delay: 0.4s;

          transition-delay: 0.4s;

}



.b-work__item:hover .b-case__item-layer, .b-work__item:focus .b-case__item-layer {

  opacity: 0;

  -webkit-transition-delay: 0.4s;

       -o-transition-delay: 0.4s;

          transition-delay: 0.4s;

}



.b-work__col:before,

.b-work__col:after {

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border: 1px dashed #d3cccc;

}



.b-work__col:first-child:after {

  content: '';

  right: -20px;

  top: 255px;

  width: 93px;

  height: 93px;

}



.b-work__col:first-child:before {

  content: '';

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  background: #a2d6f9;

  width: 80px;

  height: 80px;

  left: -80px;

  top: -20px;

}



.b-work__col:nth-child(2):before {

  content: '';

  right: 20px;

  top: 35px;

  width: 33px;

  height: 33px;

}



.b-work__col:nth-child(2):after {

  content: '';

  left: -50px;

  top: 0;

  width: 137px;

  height: 137px;

}



.b-work__col:nth-child(3):before {

  content: '';

  left: 50%;

  top: 40px;

  width: 127px;

  height: 127px;

}



.b-work__col:nth-child(3):after {

  content: '';

  left: -50px;

  top: 40%;

  width: 143px;

  height: 143px;

}



.b-work__col:nth-child(4):before {

  content: '';

  left: 50px;

  top: 55px;

  width: 33px;

  height: 33px;

}



.b-work__col:nth-child(4):after {

  content: '';

  right: -80px;

  top: 55px;

  width: 137px;

  height: 137px;

}



.b-contact__link {

  min-width: 216px;

  font-size: 92% !important;

}

.contact-page footer{display: none;}

.b-location {

  line-height: 1.2;

  font-weight: 300;

}



.b-location a {

  text-decoration: none;

  color: inherit;

}



.b-location a:hover, .b-location a:focus {

  color: inherit;

  text-decoration: underline;

}



.b-location__img {

  -webkit-background-size: cover !important;

          background-size: cover !important;

  background-repeat: no-repeat !important;

  background-position: 50% 50% !important;

}



.b-case1 {

  z-index: 1;

}



.b-case1__img,

.b-case1__video {

  margin-left: -35px;

  margin-right: -35px;

}



.b-case1__bg {

  z-index: 1;

}



.b-case1__bg:before,

.b-case1__bg:after {

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

}



.b-case1__bg--1:before {

  content: '';

  width: 155px;

  height: 155px;

  bottom: -75px;

  left: 35px;

}



.b-case1__bg--1:after {

  content: '';

  width: 25px;

  height: 25px;

  bottom: -65px;

  right: 45px;

}



.b-case1__bg--2:before {

  content: '';

  width: 155px;

  height: 155px;

  bottom: -125px;

  right: -85px;

}



.b-case1__bg--2:after {

  content: '';

  width: 34px;

  height: 34px;

  bottom: -60px;

  left: 50%;

}



.b-case1__bg--3:before {

  content: '';

  width: 97px;

  height: 97px;

  bottom: -95px;

  right: -15px;

}



.b-case1__bg--3:after {

  content: '';

  width: 25px;

  height: 25px;

  top: -50px;

  left: 60px;

}



.b-case1__bg--4:before {

  content: '';

  width: 53px;

  height: 53px;

  top: -55px;

  right: -30px;

}



.b-case1__bg--5:before {

  z-index: 1;

  content: '';

  width: 155px;

  height: 155px;

  top: 43px;

  right: -45px;

}



.b-case1__bg--5:after {

  z-index: 1;

  content: '';

  width: 34px;

  height: 34px;

  bottom: 77px;

  right: 140px;

}



.b-case1__video {

  z-index: 1;

}



.b-case1__video:before,

.b-case1__video:after {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

}



.b-case1__video:before {

  width: 34px;

  height: 34px;

  left: 50%;

  bottom: -50px;

}



.b-case1__video:after {

  width: 155px;

  height: 155px;

  bottom: -77px;

  right: -77px;

}



.b-case1__logo img {

  max-width: 100%;

}



.b-case1__logo--golan {

  width: 50%;

  max-width: 198px;

}



.b-case1__logo--golan img {

  width: 100%;

}



.b-case1__logo--amot {

  width: 60%;

  max-width: 327px;

}



.b-case1__logo--amot img {

  width: 100%;

  -webkit-transform: scale(1.4);

  -ms-transform: scale(1.4);

   -o-transform: scale(1.4);

      transform: scale(1.4);

}



.b-case1__logo--ease {

  width: 40%;

  max-width: 168px;

}



.b-case1__logo--ease img {

  width: 100%;

}



.b-case1__logo--check {

  width: 40%;

  max-width: 420px;

}



.b-case1__logo--check img {

  width: 100%;

  -webkit-transform: scale(1.6);

  -ms-transform: scale(1.6);

   -o-transform: scale(1.6);

      transform: scale(1.6);

}



.b-case1__logo:before,

.b-case1__logo:after,

.b-case1__logo-bg:before,

.b-case1__logo-bg:after {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

}



.b-case1__logo:before {

  width: 36px;

  height: 36px;

  bottom: -10px;

  left: -82px;

}



.b-case1__logo:after {

  width: 70px;

  height: 70px;

  top: -30px;

  right: -130px;

}



.b-case1__logo-bg:before {

  width: 94px;

  height: 94px;

  bottom: 20px;

  left: -450px;

}



.b-case1__logo-bg:after {

  width: 198px;

  height: 198px;

  top: -10px;

  right: -630px;

}



.b-case1__block {

  background: #4274b9;

  color: #fff;

  font-weight: 300;

}



.b-case1__block p {

  margin-bottom: 40px;

}



.b-case1__block-img--1 {

  bottom: -70px;

  right: 75%;

  width: 136px;

}



.b-case1__block-img--2 {

  width: 251px;

}



.b-case1__block-img--3 {

  bottom: 30px;

  left: 80%;

  width: 163px;

}



.b-case1__block-img--4 {

  right: 80%;

  bottom: -30px;

  width: 163px;

}



.b-case1__block-img--5 {

  width: 217px;

}



.b-case1__block-img--6 {

  top: 20px;

  left: 80%;

  width: 108px;

}



.b-case1__block-in {

  background: #4274b9;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #4274b9), color-stop(99%, #fff));

  background: -webkit-linear-gradient(top, #4274b9 68%, #fff 99%);

  background: -o-linear-gradient(top, #4274b9 68%, #fff 99%);

  background: linear-gradient(180deg, #4274b9 68%, #fff 99%);

}



.b-case1__block-in .b-case1__container {

  z-index: 1;

}



.b-case1__block-in .b-case1__container:after {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

  width: 95px;

  height: 95px;

  left: 50%;

  margin-left: -45px;

  top: 120px;

}



.b-case1__block-in .b-case1__row:before {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

  width: 49px;

  height: 49px;

  right: 50%;

  margin-right: 30px;

  bottom: 20px;

}



.b-case1__block .b-case1__container {

  z-index: 1;

}



.b-case1__block b {

  font-weight: bold;

}



.b-case1__block ol {

  ounter-reset: num;

}



.b-case1__block ol li {

  counter-increment: num;

}



.b-case1__block ol li:before {

  content: counter(num) '.';

  margin-right: 5px;

  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

}



.b-case1 big {

  font-size: 120%;

  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

}



.b-case1__block2 {

  /*background: #fff;

  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #e0e0e0), to(#fff));

  background: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 50%, #fff 100%);

  background: -o-linear-gradient(top, #fff 0%, #e0e0e0 50%, #fff 100%);

  background: linear-gradient(180deg, #fff 0%, #e0e0e0 50%, #fff 100%);*/

}



.b-case1__block2-img--1 {

  max-width: 50%;

  margin-left: 5%;

}



.b-case1__block2-img--1:before {

  content: '';

  display: block;

  position: absolute;

  width: 70vw;

  height: 70vw;

  border-radius: 50%;

  background: #d6d6d6;

  top: 20%;

  left: 20%;

  z-index: -1;

}



.b-case1__block2-img--2 {

  max-width: 60%;

  margin: -44% 0 0 24%;

}



.b-case1__block2-img--2:before {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

  width: 95px;

  height: 95px;

  right: 135%;

  margin-right: 10px;

  top: 70%;

}



.b-case1__block3 {

  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(50%, #efefef), to(rgba(255,255,255,0)));

  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #efefef 50%, rgba(255,255,255,0) 100%);

  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #efefef 50%, rgba(255,255,255,0) 100%);

  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #efefef 50%, rgba(255,255,255,0) 100%);*/

}



.b-case1__block4-img--1:after {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

  width: 137px;

  height: 137px;

  right: -220px;

  top: -60px;

}



.b-case1__block4-img--1:before {

  content: '';

  display: block;

  position: absolute;

  width: 403px;

  height: 403px;

  border-radius: 50%;

  background: #f1f1f1;

  top: 30%;

  right: -50px;

  z-index: -1;

}



.b-case1__block4-img--2 {

  -webkit-transform: translateX(-5%) translateY(-40%);

  -ms-transform: translateX(-5%) translateY(-40%);

   -o-transform: translateX(-5%) translateY(-40%);

      transform: translateX(-5%) translateY(-40%);

}



.b-case1__block4-img--2:after {

  content: '';

  display: block;

  position: absolute;

  z-index: -1;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

  width: 33px;

  height: 33px;

  left: 50%;

  top: -60px;

}



.b-case1__pic--1:after {

  content: '';

  display: block;

  position: absolute;

  border-radius: 50%;

  background: #ededed;

  top: -30%;

  right: 60%;

  z-index: -1;

  width: 90vw;

  height: 90vw;

}



.container,

.container-fluid,

.container-lg,

.container-md,

.container-sm,

.container-xl,

.container-xxl {

  padding-left: 35px;

  padding-right: 35px;

}



@-webkit-keyframes roll {

  from {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  to {

    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}



@-webkit-keyframes move-chevron {

  25% {

    opacity: 1;

  }



  33.3% {

    opacity: 1;

    -webkit-transform: translateY(0.76rem);

    transform: translateY(0.76rem);

  }



  66.6% {

    opacity: 1;

    -webkit-transform: translateY(1.04rem);

    transform: translateY(1.04rem);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateY(1.6rem) scale(0.5);

    transform: translateY(1.6rem) scale(0.5);

  }

}



.b-case__animation {

  margin: 0 -60px;

}



.b-case__img {

  margin-left: -60px;

  margin-right: -60px;

}



.b-case__col--item {

  -webkit-transition: 1s ease all;

  -o-transition: 1s ease all;

  transition: 1s ease all;

  -webkit-transition-delay: 0;

       -o-transition-delay: 0;

          transition-delay: 0;

}



.b-case__col--item:before,

.b-case__col--item:after {

  display: block;

  position: absolute;

  border-radius: 50%;

  border: 1px dashed #d3cccc;

}



.b-case__item {

  color: #fff !important;

  text-decoration: none !important;

  z-index: 2;

  -webkit-animation-duration: 1s;

  -o-animation-duration: 1s;

     animation-duration: 1s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  -o-animation-fill-mode: both;

     animation-fill-mode: both;

  -webkit-animation-name: fadeInUpDown;

  -o-animation-name: fadeInUpDown;

     animation-name: fadeInUpDown;

}

.b-case__col--item-new .b-case__item {
  border-radius: 12vw;
  overflow: hidden;
}

.b-case__item-img {

  -webkit-background-size: cover;

          background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

}



.b-case__item-img:before {

  content: '';

  padding-top: 100%;

  display: block;

}

.b-case__col--item-new .b-case__item-img:before {
  padding-top: 74%;
}

.b-case__item-img:after {

  content: '';

  position: absolute;

  left: -5px;

  right: -5px;

  bottom: -5px;

  top: -5px;

  border-radius: inherit;

  background-image: inherit;

  -webkit-background-size: cover;

          background-size: cover;

  background-repeat: no-repeat;

  background-position: 50% 50%;

  -webkit-transition: 1s ease all;

  -o-transition: 1s ease all;

  transition: 1s ease all;

}

.b-case__col--item-new .b-case__item-img:after {
  display: none;
}

.b-case__item-layer,

.b-case__item-title,

.b-case__item-in {

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

}



.b-case__item-layer {

  background: rgba(0,0,0,0.6);

  border-radius: inherit;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}

.b-case__col--item-new .b-case__item-layer {
  background: rgba(0,0,0,0.35);
}

.b-case__item-title {

  -webkit-transition: 1s ease transform, 1s ease opacity;

  -o-transition: 1s ease transform, 1s ease opacity;

  transition: 1s ease transform, 1s ease opacity;

  -webkit-transition-delay: 0.2s;

       -o-transition-delay: 0.2s;

          transition-delay: 0.2s;

}



.b-case__item-in {

  -webkit-transition: 1s ease transform, 1s ease opacity;

  -o-transition: 1s ease transform, 1s ease opacity;

  transition: 1s ease transform, 1s ease opacity;

  -webkit-transition-delay: 0s;

       -o-transition-delay: 0s;

          transition-delay: 0s;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

   -o-transform: scale(0);

      transform: scale(0);

  opacity: 0;

  line-height: 1.1;

}



.b-case__item-name {

  font-weight: 300;

  font-size: 19px;

}



.b-case__item-text {

  font-size: 23px;

}



.b-case__item:hover .b-case__item-img:after, .b-case__item:focus .b-case__item-img:after {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

   -o-transform: scale(1.1);

      transform: scale(1.1);

}

.b-case__col--item-new .b-case__item:hover .b-case__item-img:after, .b-case__col--item-new .b-case__item:focus .b-case__item-img:after {

  -webkit-transform: none;

  -ms-transform: none;

   -o-transform: none;

      transform: none;
}

.b-case__item:hover .b-case__item-title, .b-case__item:focus .b-case__item-title {

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

   -o-transform: scale(0);

      transform: scale(0);

  opacity: 0;

  -webkit-transition-delay: 0;

       -o-transition-delay: 0;

          transition-delay: 0;

}

.b-case__col--item-new .b-case__item:hover .b-case__item-title, .b-case__col--item-new .b-case__item:focus .b-case__item-title {
  opacity: 1;
  -webkit-transform: none;

  -ms-transform: none;

   -o-transform: none;

      transform: none;
}

.b-case__item:hover .b-case__item-in, .b-case__item:focus .b-case__item-in {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

   -o-transform: scale(1);

      transform: scale(1);

  -webkit-transition-delay: 0.4s;

       -o-transition-delay: 0.4s;

          transition-delay: 0.4s;

}



.b-case__item:hover .b-case__item-layer, .b-case__item:focus .b-case__item-layer {

  opacity: 0;

  -webkit-transition-delay: 0.4s;

       -o-transition-delay: 0.4s;

          transition-delay: 0.4s;

}


.b-case__col--item-new .b-case__item:hover .b-case__item-layer, .b-case__col--item-new .b-case__item:focus .b-case__item-layer {
  opacity: 1;
}


.b-case__dropdown {

  width: 100%;

  z-index: 5;

}



.b-case__dropdown-toggle {

  color: #000;

  font-weight: normal;

  border-bottom: 2px solid #fbbd3e;

  line-height: 1;

  -webkit-box-shadow: none !important;

          box-shadow: none !important;

}



.b-case__dropdown-toggle:after {

  margin-left: auto;

  border-top-color: #fbbd3e;

  border-top-width: 16px;

  border-left-width: 10px;

  border-right-width: 10px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.b-case__dropdown-toggle.show:after {

  -webkit-transform: scaleY(-1);

  -ms-transform: scaleY(-1);

   -o-transform: scaleY(-1);

      transform: scaleY(-1);

}



.b-case__dropdown-menu {

  width: 100%;

  border: none;

  background: rgba(255,255,255,0.97);

  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.161);

          box-shadow: 0 3px 6px rgba(0,0,0,0.161);

  display: block;

  position: absolute;

  left: 0;

  right: 0;

  -webkit-transform: none !important;

  -ms-transform: none !important;

   -o-transform: none !important;

      transform: none !important;

  top: 100% !important;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  opacity: 0;

  visibility: hidden;

}



.b-case__dropdown-menu.show {

  opacity: 1;

  visibility: visible;

}



.b-case__dropdown-menu a {

  font-size: 170%;

}



.b-case__dropdown-menu a:hover,

.b-case__dropdown-menu a.is-active,

.b-case__dropdown-menu a:focus {

  background: #f9e2b4;

  color: #000;

}



.b-feedback {

  color: #fff;

}



.b-feedback__container {

  z-index: 2;

}



.b-feedback__item-text {

  max-width: 1150px;

}



.b-feedback .swiper-pagination-bullet {

  -ms-flex: 1 1;

  -webkit-box-flex: 1;

  -webkit-flex: 1 1;

          flex: 1 1;

  border-radius: 4px;

  background: #fff;

  opacity: 1;

  height: 6px;

  max-width: 70px;

  margin: 0 15px !important;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.b-feedback .swiper-pagination-bullet.swiper-pagination-bullet-active,

.b-feedback .swiper-pagination-bullet:hover,

.b-feedback .swiper-pagination-bullet:focus {

  background: #fbbd3e;

}



.b-process__animation--1 {

  margin-right: -60px;

}



.b-process__animation--2 {

  margin: 0 -60px 0 -20px;

}



.b-process__header img {

  width: 100%;

}



.b-process__item-icon {

  top: 15px;

  left: -24px;

  -webkit-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

       -o-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  width: 55px;

}



.b-process__item-icon img {

  width: 100%;

}



.b-process__item:before {

  content: '';

  display: block;

  position: absolute;

  width: 8px;

  top: 0;

  bottom: 0;

  left: 32px;

}



.b-process__item:nth-child(1):before {

  background: #fbbd3e;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fbbd3e), to(#c0cebb));

  background: -webkit-linear-gradient(top, #fbbd3e 20%, #c0cebb 100%);

  background: -o-linear-gradient(top, #fbbd3e 20%, #c0cebb 100%);

  background: linear-gradient(180deg, #fbbd3e 20%, #c0cebb 100%);

}



.b-process__item:nth-child(2):before {

  background: #c0cebb;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #c0cebb), to(#a2d6f9));

  background: -webkit-linear-gradient(top, #c0cebb 20%, #a2d6f9 100%);

  background: -o-linear-gradient(top, #c0cebb 20%, #a2d6f9 100%);

  background: linear-gradient(180deg, #c0cebb 20%, #a2d6f9 100%);

}



.b-process__item:nth-child(3):before {

  background: #a2d6f9;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #a2d6f9), to(#4cada8));

  background: -webkit-linear-gradient(top, #a2d6f9 20%, #4cada8 100%);

  background: -o-linear-gradient(top, #a2d6f9 20%, #4cada8 100%);

  background: linear-gradient(180deg, #a2d6f9 20%, #4cada8 100%);

}



.b-process__item:nth-child(4):before {

  background: #4cada8;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4cada8), to(#28606a));

  background: -webkit-linear-gradient(top, #4cada8 20%, #28606a 100%);

  background: -o-linear-gradient(top, #4cada8 20%, #28606a 100%);

  background: linear-gradient(180deg, #4cada8 20%, #28606a 100%);

}



.b-process__item:nth-child(5):before {

  background: #28606a;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #28606a), to(#4cada8));

  background: -webkit-linear-gradient(top, #28606a 20%, #4cada8 100%);

  background: -o-linear-gradient(top, #28606a 20%, #4cada8 100%);

  background: linear-gradient(180deg, #28606a 20%, #4cada8 100%);

}



.b-process__item:last-child {

  padding-bottom: 0 !important;

}



.b-process__item:last-child:before {

  border-radius: 0 0 6px 6px;

}



.b-process__item:last-child .b-process__item-col {

  padding-bottom: 0 !important;

}



.b-process__item:first-child:before {

  border-radius: 6px 6px 0 0;

}



.b-process__link {

  font-family: "Impact", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";

}



.b-process__link svg {

  width: 16px;

  height: 16px;

  fill: currentColor;

}



.b-process__block img {

  width: 100%;

}



.b-process__block-title {

  left: 0;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

   -o-transform: translateY(-50%);

      transform: translateY(-50%);

}



.b-process__btn {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: bold;

  letter-spacing: -1px;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.b-process__btn img {

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

}



.b-process__btn:hover, .b-process__btn:focus {

  opacity: 0.7;

}



.b-process__btn:hover img, .b-process__btn:focus img {

  -webkit-transform: translateX(5px);

  -ms-transform: translateX(5px);

   -o-transform: translateX(5px);

      transform: translateX(5px);

}



.b-process__col--career:before {

  content: '';

  display: block;

  position: absolute;

  left: 50%;

  top: 0;

  width: 80%;

  -webkit-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

   -o-transform: translateX(-50%);

      transform: translateX(-50%);

  border-bottom: 2px dashed #fbbd3e;

}



.b-process__col--career {

  padding-top: 30px;

  padding-bottom: 30px;

}



.b-process__col--career:nth-child(1):before {

  content: none;

}



.b-team__subtitle svg {

  fill: currentColor;

  width: 16px;

  height: 16px;

}



.b-team__before {

  font-size: 120%;

  font-weight: 300;

}



.b-team__img {

  margin: 0 auto;

  width: 100%;

}



.b-team__subtitle-in {

  width: 20px;

  height: 20px;

  margin-top: -5px;

}



.b-team__name,

.b-team__title {

  letter-spacing: 0;

}



.b-team__activity {

  font-size: 92%;

}



.b-team__text {

  font-size: 76%;

}



.b-team__item {

  z-index: 1;

}



.page-scroller {

  pointer-events: none;

  opacity: 0;

  padding: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  border: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  border-radius: 50%;

  position: fixed;

  z-index: 1050;

  right: 20px;

  bottom: 20px;

  font-size: 0;

  line-height: 0;

  width: 60px;

  height: 60px;

  background-color: #ffab00;

  cursor: pointer;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-transition: background 0.16s linear, opacity 0.16s linear;

  -o-transition: background 0.16s linear, opacity 0.16s linear;

  transition: background 0.16s linear, opacity 0.16s linear;

}



.page-scroller__icon {

  width: 24px;

  height: 24px;

  fill: #fff;

  transition: -webkit-transform 0.25s ease-in-out;

  -webkit-transition: -webkit-transform 0.25s ease-in-out;

  -o-transition: -o-transform 0.25s ease-in-out;

  transition: transform 0.25s ease-in-out;

  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;

  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;

}



.page-scroller:hover,

.page-scroller:focus,

.page-scroller:focus {

  background-color: rgba(255,171,0,0.12);

  -webkit-box-shadow: inset 0 0 0 2px #ffab00;

          box-shadow: inset 0 0 0 2px #ffab00;

}



.page-scroller:hover .page-scroller__icon,

.page-scroller:focus .page-scroller__icon,

.page-scroller:focus .page-scroller__icon {

  fill: #ffab00;

}



.page-scroller--visible {

  opacity: 1;

  pointer-events: auto;

}



.app-header__list > div > ul > li > a span {

  position: relative;

}



.app-header__list > div > ul > li > a span:after {

  content: '';

  display: block;

  position: absolute;

  right: 0;

  left: -10000px;

  bottom: -2px;

  border-radius: 5px;

  border-bottom: 5px solid #fbbd3e;

  -webkit-transition: 0.4s ease all;

  -o-transition: 0.4s ease all;

  transition: 0.4s ease all;

  opacity: 0;

  z-index: 7;

}



.app-header__list > div > ul > li.active > a span:after {

  opacity: 1;

}



.app-header__list {

  max-width: 480px;

  margin-left: auto;

  margin-right: auto;

}



.b-team__item:before,

.b-team__item:after {

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border: 1px dashed #d3cccc;

}



.b-team__item:nth-child(3n+3):before {

  content: '';

  width: 31px;

  height: 31px;

  left: -15px;

  top: 40%;

}



.b-team__item:nth-child(3n+2):before {

  content: '';

  width: 77px;

  height: 77px;

  right: 100%;

  top: 10px;

}



.b-team__item:nth-child(3n+1):before {

  content: '';

  width: 77px;

  height: 77px;

  left: -40px;

  bottom: 30%;

}



.b-team__item:last-child:after {

  content: '';

  width: 212px;

  height: 212px;

  left: 100%;

  top: -10%;

}



.b-case__col--item {

  margin-top: 40px;

}


.b-case__col--item-new.is-hide,
.b-case__col--item.is-hide {

  width: 0;

  margin: 0;

  padding: 0!important;

  visibility: hidden;

  opacity: 0;

}



.b-location__img {

  margin-left: -35px;

  margin-right: -35px;

}



.b-location__img:before {

  content: '';

  display: block;

  padding-top: 65%;

}



.b-case1__block2 .b-location__img:before {

  padding-top: 65%;

}



.b-contact__text {

  font-size: 120%;

}



.b-first {

  margin-top: -70px;

  padding-top: 70px;

}



.b-first__inner {

  z-index: 1;

}



.b-first__bg {

  z-index: -1;

  -webkit-background-size: cover;

          background-size: cover;

  background-repeat: no-repeat;

  background-position: 100% 0;

}



.b-first h1 {

  max-width: 520px;

}



p {

  margin-bottom: 30px;

}



p:last-child {

  margin-bottom: 0;

}



.b-pics__container {

  z-index: 1;

}



.b-pics__container:before,

.b-pics__container:after {

  content: '';

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border: 1px dashed #d3cccc;

  -webkit-transform: scale(0.7);

      -ms-transform: scale(0.7);

       -o-transform: scale(0.7);

          transform: scale(0.7);

}



.b-pics__container:before {

  width: 283px;

  height: 283px;

  bottom: 30%;

  left: -200px;

}



.b-pics__container:after {

  width: 88px;

  height: 88px;

  bottom: 60%;

  left: 10%;

}



.b-pics--2 .b-pics__container:before {

  left: 55%;

  bottom: auto;

  top: -20%;

}



.b-pics--2 .b-pics__container:after {

  width: 63px;

  height: 63px;

  left: 50%;

  bottom: auto;

  top: 20%;

}



.b-pics__in {

  margin: 0 auto;

  max-width: 768px;

  z-index: 1;

}



.b-pics__item img {

  width: 100%;

}



.b-pics__item--1 {

  max-width: 56%;

}



.b-pics__item--2 {

  max-width: 50%;

  margin: -59% 0 0 36%;

}



.b-pics__item--3 {

  max-width: 44%;

}



.b-pics__item--4 {

  max-width: 44%;

  margin: -27% 0 0 36%;

}



.b-pics__bg {

  left: 14%;

  top: 0;

  width: 76%;

  border-radius: 50%;

  background: #001c3c;

  z-index: -1;

}



.b-pics__bg:before {

  content: '';

  display: block;

  padding-top: 100%;

}



.b-pics__bg--2 {

  width: 100%;

  background: #d6d6d6;

  opacity: 0.35;

  top: 25%;

  left: -50%;

}



.b-case1__pics-item {

  z-index: 1;

}



.b-case1__pics-item:before,

.b-case1__pics-item:after {

  display: block;

  position: absolute;

  border-radius: 50%;

  z-index: -1;

  border: 1px dashed #d3cccc;

}



.b-case1__pics-item--2 .b-case1__pics-bg {

  z-index: -1;

  width: 113%;

  border-radius: 50%;

  background: #d6d6d6;

  opacity: 0.35;

  left: 100%;

  top: 50%;

  -webkit-transform: translate(-20%, -50%);

      -ms-transform: translate(-20%, -50%);

       -o-transform: translate(-20%, -50%);

          transform: translate(-20%, -50%);

}



.b-case1__pics-item--2 .b-case1__pics-bg:before {

  content: '';

  display: block;

  padding-top: 100%;

}



.b-case1__pics-item--2:before {

  content: '';

  width: 100px;

  height: 100px;

  top: 0;

  left: 0;

  -webkit-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

       -o-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}



.b-case1__pics-item--3 .b-case1__pics-bg {

  z-index: -1;

  width: 57%;

  border-radius: 50%;

  background: #d6d6d6;

  opacity: 0.35;

  right: 100%;

  top: 0;

  -webkit-transform: translate(20%, -10%);

      -ms-transform: translate(20%, -10%);

       -o-transform: translate(20%, -10%);

          transform: translate(20%, -10%);

}



.b-case1__pics-item--3 .b-case1__pics-bg:before {

  content: '';

  display: block;

  padding-top: 100%;

}



.b-case1__pics-item--3:before {

  content: '';

  width: 238px;

  height: 238px;

  top: 0;

  right: 100%;

  -webkit-transform: translate(70%, 100%);

      -ms-transform: translate(70%, 100%);

       -o-transform: translate(70%, 100%);

          transform: translate(70%, 100%);

}



@-webkit-keyframes roll {

  from {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }



  to {

    -webkit-transform: rotate(-360deg);

    transform: rotate(-360deg);

  }

}



@-o-keyframes roll {

  from {

    -webkit-transform: rotate(0deg);

    -o-transform: rotate(0deg);

       transform: rotate(0deg);

  }



  to {

    -webkit-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

       transform: rotate(-360deg);

  }

}



@keyframes roll {

  from {

    -webkit-transform: rotate(0deg);

    -o-transform: rotate(0deg);

       transform: rotate(0deg);

  }



  to {

    -webkit-transform: rotate(-360deg);

    -o-transform: rotate(-360deg);

       transform: rotate(-360deg);

  }

}



@-webkit-keyframes move-chevron {

  25% {

    opacity: 1;

  }



  33.3% {

    opacity: 1;

    -webkit-transform: translateY(0.76rem);

    transform: translateY(0.76rem);

  }



  66.6% {

    opacity: 1;

    -webkit-transform: translateY(1.04rem);

    transform: translateY(1.04rem);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateY(1.6rem) scale(0.5);

    transform: translateY(1.6rem) scale(0.5);

  }

}



@-o-keyframes move-chevron {

  25% {

    opacity: 1;

  }



  33.3% {

    opacity: 1;

    -webkit-transform: translateY(0.76rem);

    -o-transform: translateY(0.76rem);

       transform: translateY(0.76rem);

  }



  66.6% {

    opacity: 1;

    -webkit-transform: translateY(1.04rem);

    -o-transform: translateY(1.04rem);

       transform: translateY(1.04rem);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateY(1.6rem) scale(0.5);

    -o-transform: translateY(1.6rem) scale(0.5);

       transform: translateY(1.6rem) scale(0.5);

  }

}



@keyframes move-chevron {

  25% {

    opacity: 1;

  }



  33.3% {

    opacity: 1;

    -webkit-transform: translateY(0.76rem);

    -o-transform: translateY(0.76rem);

       transform: translateY(0.76rem);

  }



  66.6% {

    opacity: 1;

    -webkit-transform: translateY(1.04rem);

    -o-transform: translateY(1.04rem);

       transform: translateY(1.04rem);

  }



  100% {

    opacity: 0;

    -webkit-transform: translateY(1.6rem) scale(0.5);

    -o-transform: translateY(1.6rem) scale(0.5);

       transform: translateY(1.6rem) scale(0.5);

  }

}

.large {font-size: 110%;}

.b-block__col--logo {

    width: 50%;

  }
.service04-bg,.service05-bg,
.service06-bg {background: none;}

@media screen and (min-width: 576px) {

  .app-footer__bg {

    margin-bottom: 40px;

  }



  .b-case1__block2-img--1:before {

    width: 50vw;

    height: 50vw;

  }



  .b-process__col--career:nth-child(2):before {

    content: none;

  }



  .b-location__img {

    margin-left: 0 !important;

    margin-right: 0 !important;

  }



  .b-case1__img {

    margin-left: 0;

    margin-right: 0;

  }



  .b-case1__video {

    margin-left: auto;

    margin-right: auto;

    max-width: 905px;

  }



  .b-case1__logo--amot img {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

     -o-transform: scale(1);

        transform: scale(1);

  }



  .b-case1__logo--check img {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

     -o-transform: scale(1);

        transform: scale(1);

  }



  .b-case__col--item {

    margin-top: 0;

  }



  .b-case__col--item:nth-child(4n+1) .b-case__item {

    width: 100%;

    max-width: 46%;

    margin-left: auto;

    margin-top: -5%;

  }



  .b-case__col--item:nth-child(4n+1):before {

    content: '';

    width: 25px;

    height: 25px;

    right: -100px;

    top: 60%;

  }



  .b-case__col--item:nth-child(4n+1).is-hide {

    width: auto;

  }



  .b-case__col--item:nth-child(4n+1).is-hide .b-case__item {

    max-width: 30%;

  }



  .b-case__col--item:nth-child(4n+2) .b-case__item {

    width: 100%;

    max-width: 41.655%;

    margin-left: 5%;

    margin-top: -20%;

  }



  .b-case__col--item:nth-child(4n+2):before {

    content: '';

    width: 180px;

    height: 180px;

    left: -120px;

    top: -15%;

  }



  .b-case__col--item:nth-child(4n+3) .b-case__item {

    width: 100%;

    max-width: 45%;

    margin-left: 40%;

    margin-top: -10%;

  }



  .b-case__col--item:nth-child(4n+3):before {

    content: '';

    width: 274px;

    height: 274px;

    right: -50px;

    top: -20%;

  }



  .b-case__col--item:nth-child(4n+4) .b-case__item {

    width: 100%;

    max-width: 32%;

    margin-left: 5%;

    margin-top: -25%;

  }



  .b-case__col--item:nth-child(4n+4):before {

    content: '';

    width: 357px;

    height: 357px;

    left: -350px;

    top: -5%;

  }



  .b-case__col--item:nth-child(4n+4):after {

    content: '';

    width: 122px;

    height: 122px;

    right: 50%;

    bottom: -5%;

  }



  .b-location__img {

    margin-left: 0;

    margin-right: 0;

  }



  .b-pics__in {

    width: 80%;

  }

}



@media (min-width: 576px) {

  .position-sm-static {

    position: static !important;

  }



  .position-sm-relative {

    position: relative !important;

  }



  .position-sm-absolute {

    position: absolute !important;

  }



  .position-sm-fixed {

    position: fixed !important;

  }



  .position-sm-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

  }



  .m-sm-n1 {

    margin: -0.25rem !important;

  }



  .mt-sm-n1,

  .my-sm-n1 {

    margin-top: -0.25rem !important;

  }



  .ms-sm-n1,

  .mx-sm-n1 {

    margin-right: -0.25rem !important;

  }



  .mb-sm-n1,

  .my-sm-n1 {

    margin-bottom: -0.25rem !important;

  }



  .me-sm-n1,

  .mx-sm-n1 {

    margin-left: -0.25rem !important;

  }



  .m-sm-n2 {

    margin: -0.5rem !important;

  }



  .mt-sm-n2,

  .my-sm-n2 {

    margin-top: -0.5rem !important;

  }



  .ms-sm-n2,

  .mx-sm-n2 {

    margin-right: -0.5rem !important;

  }



  .mb-sm-n2,

  .my-sm-n2 {

    margin-bottom: -0.5rem !important;

  }



  .me-sm-n2,

  .mx-sm-n2 {

    margin-left: -0.5rem !important;

  }



  .m-sm-n3 {

    margin: -1rem !important;

  }



  .mt-sm-n3,

  .my-sm-n3 {

    margin-top: -1rem !important;

  }



  .ms-sm-n3,

  .mx-sm-n3 {

    margin-right: -1rem !important;

  }



  .mb-sm-n3,

  .my-sm-n3 {

    margin-bottom: -1rem !important;

  }



  .me-sm-n3,

  .mx-sm-n3 {

    margin-left: -1rem !important;

  }



  .m-sm-n4 {

    margin: -1.5rem !important;

  }



  .mt-sm-n4,

  .my-sm-n4 {

    margin-top: -1.5rem !important;

  }



  .ms-sm-n4,

  .mx-sm-n4 {

    margin-right: -1.5rem !important;

  }



  .mb-sm-n4,

  .my-sm-n4 {

    margin-bottom: -1.5rem !important;

  }



  .me-sm-n4,

  .mx-sm-n4 {

    margin-left: -1.5rem !important;

  }



  .m-sm-n5 {

    margin: -3rem !important;

  }



  .mt-sm-n5,

  .my-sm-n5 {

    margin-top: -3rem !important;

  }



  .ms-sm-n5,

  .mx-sm-n5 {

    margin-right: -3rem !important;

  }



  .mb-sm-n5,

  .my-sm-n5 {

    margin-bottom: -3rem !important;

  }



  .me-sm-n5,

  .mx-sm-n5 {

    margin-left: -3rem !important;

  }

}



@media (min-width: 768px) {

  .position-md-static {

    position: static !important;

  }



  .position-md-relative {

    position: relative !important;

  }



  .position-md-absolute {

    position: absolute !important;

  }



  .position-md-fixed {

    position: fixed !important;

  }



  .position-md-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

  }



  .m-md-n1 {

    margin: -0.25rem !important;

  }



  .mt-md-n1,

  .my-md-n1 {

    margin-top: -0.25rem !important;

  }



  .ms-md-n1,

  .mx-md-n1 {

    margin-right: -0.25rem !important;

  }



  .mb-md-n1,

  .my-md-n1 {

    margin-bottom: -0.25rem !important;

  }



  .me-md-n1,

  .mx-md-n1 {

    margin-left: -0.25rem !important;

  }



  .m-md-n2 {

    margin: -0.5rem !important;

  }



  .mt-md-n2,

  .my-md-n2 {

    margin-top: -0.5rem !important;

  }



  .ms-md-n2,

  .mx-md-n2 {

    margin-right: -0.5rem !important;

  }



  .mb-md-n2,

  .my-md-n2 {

    margin-bottom: -0.5rem !important;

  }



  .me-md-n2,

  .mx-md-n2 {

    margin-left: -0.5rem !important;

  }



  .m-md-n3 {

    margin: -1rem !important;

  }



  .mt-md-n3,

  .my-md-n3 {

    margin-top: -1rem !important;

  }



  .ms-md-n3,

  .mx-md-n3 {

    margin-right: -1rem !important;

  }



  .mb-md-n3,

  .my-md-n3 {

    margin-bottom: -1rem !important;

  }



  .me-md-n3,

  .mx-md-n3 {

    margin-left: -1rem !important;

  }



  .m-md-n4 {

    margin: -1.5rem !important;

  }



  .mt-md-n4,

  .my-md-n4 {

    margin-top: -1.5rem !important;

  }



  .ms-md-n4,

  .mx-md-n4 {

    margin-right: -1.5rem !important;

  }



  .mb-md-n4,

  .my-md-n4 {

    margin-bottom: -1.5rem !important;

  }



  .me-md-n4,

  .mx-md-n4 {

    margin-left: -1.5rem !important;

  }



  .m-md-n5 {

    margin: -3rem !important;

  }



  .mt-md-n5,

  .my-md-n5 {

    margin-top: -3rem !important;

  }



  .ms-md-n5,

  .mx-md-n5 {

    margin-right: -3rem !important;

  }



  .mb-md-n5,

  .my-md-n5 {

    margin-bottom: -3rem !important;

  }



  .me-md-n5,

  .mx-md-n5 {

    margin-left: -3rem !important;

  }

}



@media screen and (min-width: 768px) {

  .b-case1__block4-img--1 {

    max-width: 276px;

    -webkit-transform: translateX(25%);

    -ms-transform: translateX(25%);

     -o-transform: translateX(25%);

        transform: translateX(25%);

  }

  .b-block__col--logo {

    width: 20%;

  }



  .b-case1__block4-img--2 {

    max-width: 276px;

  }



  .b-case__dropdown {

    width: auto;

    min-width: 384px;

  }



  .b-process__item-icon {

    left: 0;

  }



  .b-process__item:before {

    left: 50%;

    margin-left: -4px;

  }



  .b-process__item:nth-child(even) {

    text-align: right;

  }



  .b-process__item:nth-child(even) .b-process__item-col {

    margin-left: 0;

    margin-right: auto;

    padding-left: 15px;

    padding-right: 40px;

  }



  .b-process__item:nth-child(even) .b-process__item-icon {

    left: auto;

    right: 0;

    -webkit-transform: translate(50%, -50%);

        -ms-transform: translate(50%, -50%);

         -o-transform: translate(50%, -50%);

            transform: translate(50%, -50%);

  }



  .b-process__item-col {

    margin-left: auto;

    padding-left: 40px;

  }



  .b-work__col--item:nth-child(4n+1) {

    margin-left: auto;

  }



  .b-work__col--item:nth-child(4n+2) {

    margin-left: 16.5%;

  }



  .b-work__col--item:nth-child(4n+4),

  .b-work__col--item:nth-child(4n+3) {

    margin-right: 16.3%;

    margin-top: -68px;

    margin-top: -4vw;

  }



  .b-work__col--item {

    max-width: 32.1%;

  }



  .b-work__col:first-child:before {

    width: 9vw;

    height: 9vw;

  }



  .b-first {

    color: #fff;

    padding-top: 0;

  }



  .b-first__bg {

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background-position: 0 0;

  }



  .b-first__container {

    padding-top: 20vw;

    padding-bottom: 20vw;

  }



  .b-pics__container:before,

  .b-pics__container:after {

    -webkit-transform: scale(1);

        -ms-transform: scale(1);

         -o-transform: scale(1);

            transform: scale(1);

  }

}



@media screen and (min-width: 992px) {

  .b-case1__block2-img--1 {

    /*max-width: 243px;*/

  }

  .b-case__col--item-new .b-case__item {
    border-radius: 6vw;
  }

  .b-case1__block2-img--2 {


    margin: -70% 0 0 40%;

  }



  .b-case1__block2-img--1:before {

    width: 500px;

    height: 500px;

    top: 0px;

    left: 15%;

  }



  .b-process__col--career {

    padding-top: 60px;

    padding-bottom: 60px;

  }



  .b-process__col--career:nth-child(3):before {

    content: none;

  }



  .b-block__more.flex-lg-row-reverse img {

    -webkit-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

         -o-transform: rotate(180deg);

            transform: rotate(180deg);

  }



  .b-block__more.flex-lg-row-reverse:hover img, .b-block__more.flex-lg-row-reverse:focus img {

    -webkit-transform: rotate(180deg) translateX(5px);

        -ms-transform: rotate(180deg) translateX(5px);

         -o-transform: rotate(180deg) translateX(5px);

            transform: rotate(180deg) translateX(5px);

  }



  .app-header__list {

    max-width: 1080px;

  }



  .app-header__list a {

    margin-bottom: 20px;

  }



  .b-block__animation--1 {

    width: 100vh;

    width: -webkit-calc(var(--vh, 1vh) * 100);

    width: calc(var(--vh, 1vh) * 100);

  }



  .b-block__animation--2 {

    margin-left: -200px;

    margin-right: -200px;

  }



  .b-block__animation--3 {

    margin-right: 80px;

    margin-left: -260px;

  }



  .b-block__animation--4 {

    margin: 0 -50px 0 50px;

  }



  .b-block__img img {

    width: 80%;

  }



  .b-case__animation {

    margin: 0;

  }



  .b-case__img {

    margin-left: 0;

    margin-right: 0;

  }



  .b-case__col--pic img {

    height: 50vh;

    height: -webkit-calc(var(--vh, 1vh) * 50);

    height: calc(var(--vh, 1vh) * 50);

  }



  .b-process__animation--1 {

    margin: 0 -200px 0 100px;

  }



  .b-process__animation--2 {

    margin: 0 -120px 0 50px;

  }



  .b-team__img img {

    max-width: 100%;

  }



  .app-header__list > div + div > ul > li > a span:after {

    left: 0;

    right: 0;

  }



  .app-header__list > div > ul > li > a.is-opened span:after {

    right: -310px;

  }



  .b-team__item:nth-child(3n+4):before {

    content: '';

    width: 380px;

    height: 380px;

    left: auto;

    right: 100%;

    top: -20%;

  }



  .b-case__item .b-case__item-layer,

  .b-case__item .b-case__item-title {

    opacity: 0;

  }



  .b-case__item .b-case__item-title {

    -webkit-transform: scale(0);

        -ms-transform: scale(0);

         -o-transform: scale(0);

            transform: scale(0);

  }



  .b-case__item:hover .b-case__item-layer,

  .b-case__item:hover .b-case__item-title,

  .b-case__item:focus .b-case__item-layer,

  .b-case__item:focus .b-case__item-title {

    opacity: 1;

  }


  .b-case__col--item-new .b-case__item .b-case__item-layer,

  .b-case__col--item-new .b-case__item .b-case__item-title {

    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;

  }



  .b-case__item:hover .b-case__item-title, .b-case__item:focus .b-case__item-title {

    -webkit-transform: scale(1);

        -ms-transform: scale(1);

         -o-transform: scale(1);

            transform: scale(1);

  }



  .b-location__img:after {

    position: absolute;

    left: 55%;

    right: 0;

    top: 0;

    bottom: 0;

    content: '';

    display: block;

    background-image: inherit;

    -webkit-background-size: cover;

            background-size: cover;

    background-repeat: no-repeat;

    background-position: 50% 0;

  }



  .b-location__img:before {

    padding-top: 100%;

  }



  .b-case1__block2 .b-location__img:before {

    padding-top: 84%;

  }



  .b-first__bg {

    background-position: 50% 0;

  }

}



@media (min-width: 992px) {

  .position-lg-static {

    position: static !important;

  }



  .position-lg-relative {

    position: relative !important;

  }



  .position-lg-absolute {

    position: absolute !important;

  }



  .position-lg-fixed {

    position: fixed !important;

  }



  .position-lg-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

  }



  .m-lg-n1 {

    margin: -0.25rem !important;

  }



  .mt-lg-n1,

  .my-lg-n1 {

    margin-top: -0.25rem !important;

  }



  .ms-lg-n1,

  .mx-lg-n1 {

    margin-right: -0.25rem !important;

  }


  .mb-lg-n1,

  .my-lg-n1 {

    margin-bottom: -0.25rem !important;

  }



  .me-lg-n1,

  .mx-lg-n1 {

    margin-left: -0.25rem !important;

  }



  .m-lg-n2 {

    margin: -0.5rem !important;

  }



  .mt-lg-n2,

  .my-lg-n2 {

    margin-top: -0.5rem !important;

  }



  .ms-lg-n2,

  .mx-lg-n2 {

    margin-right: -0.5rem !important;

  }



  .mb-lg-n2,

  .my-lg-n2 {

    margin-bottom: -0.5rem !important;

  }



  .me-lg-n2,

  .mx-lg-n2 {

    margin-left: -0.5rem !important;

  }



  .m-lg-n3 {

    margin: -1rem !important;

  }



  .mt-lg-n3,

  .my-lg-n3 {

    margin-top: -1rem !important;

  }



  .ms-lg-n3,

  .mx-lg-n3 {

    margin-right: -1rem !important;

  }



  .mb-lg-n3,

  .my-lg-n3 {

    margin-bottom: -1rem !important;

  }



  .me-lg-n3,

  .mx-lg-n3 {

    margin-left: -1rem !important;

  }



  .m-lg-n4 {

    margin: -1.5rem !important;

  }



  .mt-lg-n4,

  .my-lg-n4 {

    margin-top: -1.5rem !important;

  }



  .ms-lg-n4,

  .mx-lg-n4 {

    margin-right: -1.5rem !important;

  }



  .mb-lg-n4,

  .my-lg-n4 {

    margin-bottom: -1.5rem !important;

  }



  .me-lg-n4,

  .mx-lg-n4 {

    margin-left: -1.5rem !important;

  }



  .m-lg-n5 {

    margin: -3rem !important;

  }



  .mt-lg-n5,

  .my-lg-n5 {

    margin-top: -3rem !important;

  }



  .ms-lg-n5,

  .mx-lg-n5 {

    margin-right: -3rem !important;

  }



  .mb-lg-n5,

  .my-lg-n5 {

    margin-bottom: -3rem !important;

  }



  .me-lg-n5,

  .mx-lg-n5 {

    margin-left: -3rem !important;

  }

  .me-lg-0 {
    margin-left: 0!important;
  }

  .ms-lg-0 {
    margin-right: 0!important;
  }

  .mt-lg-0 {margin-top: 0!important;}

  .service04-bg {background: url(../img/service04.png) 105% top no-repeat;background-size: contain;}
  .service05-bg {background: url(../img/service05.png) 105% center no-repeat;background-size: auto 100%;}
  .service06-bg {background: url(../img/service06-d.png) right bottom no-repeat;background-size: auto 110%;}

}



@media screen and (min-width: 1200px) {

  .app-footer__bg {

    margin-bottom: 0;

  }



  .b-case1__pic--1:after {

    width: 1100px;

    height: 1100px;

  }



  .b-process__link {

    letter-spacing: -0.72px;

    padding: 12px 75px;

    font-size: 192% !important;

  }



  .b-process__link svg {

    width: 20px;

    height: 20px;

  }



  .b-process__col--career {

    padding-top: 100px;

    padding-bottom: 100px;

  }



  .b-team__item {

    padding: 0 55px;

  }



  .b-block__trigger:before {

    font-size: 25px;

  }



  .b-block__title {

    width: 300px;

    height: 300px;

    line-height: 1.2;

  }



  .b-block__title-bg:after {

    top: 80px;

    bottom: 80px;

  }



  .b-case1__block-img--1 {

    width: 141px;

    bottom: -100px;

  }



  .b-case1__block-img--2 {

    width: 261px;

  }



  .b-case1__block-img--2:before {

    content: '';

    display: block;

    position: absolute;

    z-index: -1;

    border-radius: 50%;

    border: 1px dashed #d3cccc;

    width: 50px;

    height: 50px;

    left: 100%;

    margin-left: 5px;

    top: 30%;

    opacity: 0.8;

  }



  .b-case1__block-img--3 {

    width: 170px;

    bottom: -70px;

  }



  .b-case1__block-img--3:before {

    content: '';

    display: block;

    position: absolute;

    z-index: -1;

    border-radius: 50%;

    border: 1px dashed #d3cccc;

    width: 100px;

    height: 100px;

    left: 100%;

    margin-left: 50px;

    top: 0;

    opacity: 0.8;

  }



  .b-case1__block-img--4 {

    width: 170px;

    bottom: -90px;

  }



  .b-case1__block-img--4:before {

    content: '';

    display: block;

    position: absolute;

    z-index: -1;

    border-radius: 50%;

    border: 1px dashed #d3cccc;

    width: 130px;

    height: 130px;

    left: 40px;

    top: -40px;

    opacity: 0.8;

  }



  .b-case1__block-img--5 {

    width: 206px;

    bottom: -60px;

  }



  .b-case1__block-img--6 {

    width: 112px;

    top: 130px;

  }



  .b-process__item-icon {

    width: 140px;

  }



  .b-process__item-col {

    padding-left: 110px;

  }



  .b-process__item:nth-child(even) .b-process__item-col {

    padding-right: 110px;

  }

}



@media (min-width: 1200px) {

  .position-xl-static {

    position: static !important;

  }



  .position-xl-relative {

    position: relative !important;

  }



  .position-xl-absolute {

    position: absolute !important;

  }



  .position-xl-fixed {

    position: fixed !important;

  }



  .position-xl-sticky {

    position: -webkit-sticky !important;

    position: sticky !important;

  }



  .m-xl-n1 {

    margin: -0.25rem !important;

  }



  .mt-xl-n1,

  .my-xl-n1 {

    margin-top: -0.25rem !important;

  }



  .ms-xl-n1,

  .mx-xl-n1 {

    margin-right: -0.25rem !important;

  }



  .mb-xl-n1,

  .my-xl-n1 {

    margin-bottom: -0.25rem !important;

  }



  .me-xl-n1,

  .mx-xl-n1 {

    margin-left: -0.25rem !important;

  }



  .m-xl-n2 {

    margin: -0.5rem !important;

  }



  .mt-xl-n2,

  .my-xl-n2 {

    margin-top: -0.5rem !important;

  }



  .ms-xl-n2,

  .mx-xl-n2 {

    margin-right: -0.5rem !important;

  }



  .mb-xl-n2,

  .my-xl-n2 {

    margin-bottom: -0.5rem !important;

  }



  .me-xl-n2,

  .mx-xl-n2 {

    margin-left: -0.5rem !important;

  }



  .m-xl-n3 {

    margin: -1rem !important;

  }



  .mt-xl-n3,

  .my-xl-n3 {

    margin-top: -1rem !important;

  }



  .ms-xl-n3,

  .mx-xl-n3 {

    margin-right: -1rem !important;

  }



  .mb-xl-n3,

  .my-xl-n3 {

    margin-bottom: -1rem !important;

  }



  .me-xl-n3,

  .mx-xl-n3 {

    margin-left: -1rem !important;

  }



  .m-xl-n4 {

    margin: -1.5rem !important;

  }



  .mt-xl-n4,

  .my-xl-n4 {

    margin-top: -1.5rem !important;

  }



  .ms-xl-n4,

  .mx-xl-n4 {

    margin-right: -1.5rem !important;

  }



  .mb-xl-n4,

  .my-xl-n4 {

    margin-bottom: -1.5rem !important;

  }



  .me-xl-n4,

  .mx-xl-n4 {

    margin-left: -1.5rem !important;

  }



  .m-xl-n5 {

    margin: -3rem !important;

  }



  .mt-xl-n5,

  .my-xl-n5 {

    margin-top: -3rem !important;

  }



  .ms-xl-n5,

  .mx-xl-n5 {

    margin-right: -3rem !important;

  }



  .mb-xl-n5,

  .my-xl-n5 {

    margin-bottom: -3rem !important;

  }



  .me-xl-n5,

  .mx-xl-n5 {

    margin-left: -3rem !important;

  }

}



@media (min-width: 1400px) {

  .m-xxl-n1 {

    margin: -0.25rem !important;

  }



  .mt-xxl-n1,

  .my-xxl-n1 {

    margin-top: -0.25rem !important;

  }



  .ms-xxl-n1,

  .mx-xxl-n1 {

    margin-right: -0.25rem !important;

  }



  .mb-xxl-n1,

  .my-xxl-n1 {

    margin-bottom: -0.25rem !important;

  }



  .me-xxl-n1,

  .mx-xxl-n1 {

    margin-left: -0.25rem !important;

  }



  .m-xxl-n2 {

    margin: -0.5rem !important;

  }



  .mt-xxl-n2,

  .my-xxl-n2 {

    margin-top: -0.5rem !important;

  }



  .ms-xxl-n2,

  .mx-xxl-n2 {

    margin-right: -0.5rem !important;

  }



  .mb-xxl-n2,

  .my-xxl-n2 {

    margin-bottom: -0.5rem !important;

  }



  .me-xxl-n2,

  .mx-xxl-n2 {

    margin-left: -0.5rem !important;

  }



  .m-xxl-n3 {

    margin: -1rem !important;

  }



  .mt-xxl-n3,

  .my-xxl-n3 {

    margin-top: -1rem !important;

  }



  .ms-xxl-n3,

  .mx-xxl-n3 {

    margin-right: -1rem !important;

  }



  .mb-xxl-n3,

  .my-xxl-n3 {

    margin-bottom: -1rem !important;

  }



  .me-xxl-n3,

  .mx-xxl-n3 {

    margin-left: -1rem !important;

  }



  .m-xxl-n4 {

    margin: -1.5rem !important;

  }



  .mt-xxl-n4,

  .my-xxl-n4 {

    margin-top: -1.5rem !important;

  }



  .ms-xxl-n4,

  .mx-xxl-n4 {

    margin-right: -1.5rem !important;

  }



  .mb-xxl-n4,

  .my-xxl-n4 {

    margin-bottom: -1.5rem !important;

  }



  .me-xxl-n4,

  .mx-xxl-n4 {

    margin-left: -1.5rem !important;

  }



  .m-xxl-n5 {

    margin: -3rem !important;

  }



  .mt-xxl-n5,

  .my-xxl-n5 {

    margin-top: -3rem !important;

  }



  .ms-xxl-n5,

  .mx-xxl-n5 {

    margin-right: -3rem !important;

  }



  .mb-xxl-n5,

  .my-xxl-n5 {

    margin-bottom: -3rem !important;

  }



  .me-xxl-n5,

  .mx-xxl-n5 {

    margin-left: -3rem !important;

  }

}



@media screen and (min-width: 1400px) {

  .b-work__col--item:nth-child(4n+4),

  .b-work__col--item:nth-child(4n+3) {

    margin-top: -68px;

  }

}



@media screen and (min-width: 1480px) {

  .service05-bg {background-size: auto 120%;}

  .b-process__link svg {

    width: 38px;

    height: 38px;

  }  

  .container {

    max-width: 1520px;

  }



  .btn {

    font-size: inherit;

  }



  .app {

    font-size: 25px;

  }



  h1,

  .h1 {

    font-size: 70px;

  }



  h2,

  .h2 {

    font-size: 60px;

  }



  h3,

  .h3 {

    font-size: 50px;

  }



  h4,

  .h4 {

    font-size: 30px;

  }



  h5,

  .h5 {

    font-size: 29px;

  }



  h6,

  .h6 {

    font-size: inherit;

  }



  .b-block__more {

    font-weight: bold;

    font-size: 104%;

  }



  .app-header__container {

    max-width: 1760px;

  }



  .app-header__list > div > ul > li > a.is-opened span:after {

    right: -230px;

  }



  .b-first__container {

    min-height: 950px;

    padding-top: 240px;

    padding-bottom: 240px;

  }

}



@media screen and (max-width: 575px) {

  .b-process__col--career:first-child:before {

    content: none;

  }



  .b-first__bg {

    background: none !important;

  }

  

}









@media screen and (max-width: 480px) {
  

  h1 br {display: none;}
  .b-case1__block2-img--1 {
    max-width: 70%;
    margin-left: -10%;
  }
  .b-case1__block2-img--1:before {
    width: 90vw;
    height: 90vw;
    top: 20%;
    left: 50%;
  }
  .b-case1__block2-img--2 {
    max-width: 90%;
    margin: -64% -10% 0 auto;
  }
  .b-case1__block2-img--2:before {
    right: 90%;
    top: 50%;
  }

}

.grecaptcha-badge {visibility: hidden;}