/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "SF UI Text";
  src: url(../js/../fonts/SFUIText-Light.eot);
  src: local("SF UI Text Light"), local("SFUIText-Light"), url(../js/../fonts/SFUIText-Light.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIText-Light.woff) format("woff"), url(../js/../fonts/SFUIText-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Text";
  src: url(../js/../fonts/SFUIText-LightItalic.eot);
  src: local("SF UI Text Light Italic"), local("SFUIText-LightItalic"), url(../js/../fonts/SFUIText-LightItalic.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIText-LightItalic.woff) format("woff"), url(../js/../fonts/SFUIText-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SF UI Text";
  src: url(../js/../fonts/SFUIText-Medium.eot);
  src: local("SF UI Text Medium"), local("SFUIText-Medium"), url(../js/../fonts/SFUIText-Medium.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIText-Medium.woff) format("woff"), url(../js/../fonts/SFUIText-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url(../js/../fonts/SFUIDisplay-Ultralight.eot);
  src: local("SF UI Display Ultralight"), local("SFUIDisplay-Ultralight"), url(../js/../fonts/SFUIDisplay-Ultralight.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIDisplay-Ultralight.woff) format("woff"), url(../js/../fonts/SFUIDisplay-Ultralight.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url(../js/../fonts/SFUIDisplay-Light.eot);
  src: local("SF UI Display Light"), local("SFUIDisplay-Light"), url(../js/../fonts/SFUIDisplay-Light.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIDisplay-Light.woff) format("woff"), url(../js/../fonts/SFUIDisplay-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url(../js/../fonts/SFUIDisplay-Medium.eot);
  src: local("SF UI Display Medium"), local("SFUIDisplay-Medium"), url(../js/../fonts/SFUIDisplay-Medium.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIDisplay-Medium.woff) format("woff"), url(../js/../fonts/SFUIDisplay-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url(../js/../fonts/SFUIDisplay-Bold.eot);
  src: local("SF UI Display Bold"), local("SFUIDisplay-Bold"), url(../js/../fonts/SFUIDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIDisplay-Bold.woff) format("woff"), url(../js/../fonts/SFUIDisplay-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url(../js/../fonts/SFUIDisplay-Black.eot);
  src: local("SF UI Display Black"), local("SFUIDisplay-Black"), url(../js/../fonts/SFUIDisplay-Black.eot?#iefix) format("embedded-opentype"), url(../js/../fonts/SFUIDisplay-Black.woff) format("woff"), url(../js/../fonts/SFUIDisplay-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  color: #fff;
  background-color: #223743;
  font-size: 1rem;
  font-family: "SF UI Text";
  font-weight: 300;
  overflow: auto;
  height: auto;
  margin: 0;
}
body.fixed {
  overflow: hidden;
  height: 100%;
}

a {
  position: relative;
  color: #b4dbf1;
  text-decoration: none;
}
a:before, a:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.4s all;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(180, 219, 241, 0.4);
}
a:after {
  width: 0;
  background-color: rgba(180, 219, 241, 0.6);
}
a:hover:after {
  width: 100%;
}

strong {
  font-family: "SF UI Display";
  font-weight: bold;
}

h1, h2, h3 {
  font-family: "SF UI Display";
}

h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 100;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.25rem;
    letter-spacing: 2.6px;
  }
}

h2 {
  font-weight: 300;
}

*::selection {
  color: #fff; /* Цвет текста */
  background-color: #2878a6; /* Цвет фона */
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.logo-wrap {
  position: relative;
  height: 21px;
}

.logo {
  position: absolute;
  z-index: 30;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 7.2px;
}
.logo--big {
  font-size: 0.75rem;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .logo--big {
    font-size: 1rem;
    letter-spacing: 6px;
  }
}
@media (min-width: 992px) {
  .logo--big {
    font-size: 1.125rem;
    letter-spacing: 10.8px;
  }
}
.logo--fixed {
  position: fixed;
}

.unline {
  color: #fff;
}
.unline:before, .unline:after {
  display: none;
}

.unlink:before, .unlink:after {
  display: none;
}

#map {
  width: 100%;
  height: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #map {
    height: 570px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

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

.hover__zoom:hover img {
  animation: zoom-in-zoom-out 4s ease-out;
}

.hover__left-right:hover img {
  animation: left-in-right-out 10s ease;
}

@keyframes zoom-img-bg {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes left-in-right-out {
  0% {
    margin-left: -100px;
  }
  50% {
    margin-left: -350px;
  }
  100% {
    margin-left: -100px;
  }
}
@keyframes dotes {
  0% {
    margin-right: 5px;
  }
  50% {
    margin-right: 10px;
  }
  100% {
    margin-right: 5px;
  }
}
/* Применяем анимацию ко всем точкам, кроме последней */
.dot:not(:last-child) {
  animation: dotes 1s infinite;
}

@keyframes locations {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes to-down-to-top {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 6px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes left-right {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes right-left {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes width80 {
  0% {
    width: 100%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width70 {
  0% {
    width: 65%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 65%;
  }
}
@keyframes width60 {
  0% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulsefig {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.container {
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.wpcf7-acceptance {
  display: block;
  margin-bottom: 30px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
  font-size: 0.75rem;
  background-color: #1b628b;
  border: 0;
  margin: 0;
  margin-top: 10px;
  padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  font-size: 0.75rem;
  background-color: #35769b;
  border: 0;
  margin: 0;
  margin-top: 10px;
  padding: 10px;
}

.pagination {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 1.125rem;
  font-family: "SF UI Display";
  font-weight: 100;
  text-align: center;
  margin-right: 35px;
  width: 40px;
  height: 35px;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  color: #6ba5c6;
  border-bottom: 2px solid #6ba5c6;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-family: "SF UI Text";
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  background-color: #35769b;
  border: 0;
  border-radius: 0;
  box-sizing: content-box;
  width: 180px;
  height: 56px;
  padding-left: 45px;
  padding-right: 45px;
}
.button:hover {
  background-color: #346f91;
}
.button:hover > .button__icon-dotes span {
  animation: dotes 1s infinite;
}
.button:hover > .button__icon-arrow-down {
  animation: to-down-to-top 1s infinite;
}
.button:before, .button:after {
  display: none;
}
.button__transparent {
  color: #35769b;
  background-color: #fff;
  border: 1px solid #35769b;
}
.button__transparent:hover {
  color: #35769b;
  background-color: #fff;
}
.button__icon-dotes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.button__icon-dotes span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin-right: 5px;
}
.button__icon-dotes span:last-child {
  margin-right: 0;
}
.button__icon-airplane {
  background-image: url(../js/../images/airplane-icon.png);
  margin-right: 10px;
  width: 27px;
  height: 21px;
}

.form__wrapper-offer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form__wrapper-offer {
    flex-direction: row;
  }
}
.form__input-text {
  color: #111;
  font-family: "SF UI Text";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.9px;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #afb1b2;
  max-width: 300px;
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .form__input-text {
    max-width: 450px;
  }
}
.form__input-text::placeholder {
  color: #111;
  font-family: "SF UI Text";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.form__input-text:focus {
  outline: none;
}
.form__input-text--light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 0;
  padding-left: 10px;
  margin-bottom: 20px;
  height: 58px;
}
@media (min-width: 992px) {
  .form__input-text--light {
    margin-bottom: 0;
  }
}
.form__input-text--light::placeholder {
  color: #fff;
}
.form__textarea {
  color: #111;
  font-family: "SF UI Text";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.9px;
  border: 0;
  border-bottom: 1px solid #afb1b2;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.form__textarea::placeholder {
  color: #111;
  font-family: "SF UI Text";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.form__textarea:focus {
  outline: none;
}
.form__acceptance {
  margin-left: 0;
  padding-left: 0;
}
.form__acceptance--light {
  border-color: #fff;
}
.form__acceptance--light ~ span {
  color: #fff !important;
}
.form__acceptance ~ span {
  color: #111;
  font-family: "SF UI Display";
  font-size: 0.8125rem;
  font-weight: 100;
  letter-spacing: 0.65px;
}

.item {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .item:last-child {
    margin-bottom: 0;
  }
}
.item__label {
  color: #879aa5;
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.item__content {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  margin-bottom: 15px;
}
.item__content:last-child {
  margin-bottom: 0;
}
.item__content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.item__content ul li {
  margin-bottom: 10px;
}
.item__content ul li:last-child {
  margin-bottom: 0;
}
.item__link--white {
  color: #fff;
}
.item__link--unline:before, .item__link--unline:after {
  display: none;
}
.item__link--social {
  opacity: 0.8;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .item__link--social {
    margin-right: 20px;
  }
}
.item__link--social:last-child {
  margin-right: 0;
}
.item__link--social:hover {
  opacity: 1;
}
.item__link-projects {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  max-width: 200px;
}
@media (min-width: 992px) {
  .item__link-projects {
    margin-top: 40px;
  }
}
.item__link-projects:hover {
  opacity: 1;
}
.item__link-projects span {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  text-decoration: underline;
  margin-left: 12px;
}
.item__link-projects--title {
  display: none;
  position: absolute;
  top: 10px;
  right: calc(100% - 25vw);
  margin-top: 0;
}
@media (min-width: 992px) {
  .item__link-projects--title {
    display: flex;
    top: 20px;
  }
}
.item__man {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.item__man-img {
  position: relative;
  margin-right: 15px;
}
.item__man-img .item__link {
  position: absolute;
  z-index: 10;
  right: -5px;
  bottom: 0;
}
.item__man-img-video-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
  height: 90px;
}
.item__man-img-video {
  height: 100px;
}
.item__man-title {
  font-size: 1.125rem;
  font-family: "SF UI Display";
  font-weight: 500;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}
.item__man-name {
  font-family: "SF UI Display";
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
.item__man-name--title {
  font-weight: 300;
}
.item__phone-wrap {
  margin-top: 40px;
}
.item__phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  color: #223743;
  font-family: "SF UI Display";
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  text-decoration: none;
  margin-bottom: 20px;
}
.item__phone:before, .item__phone:after {
  display: none;
}
.item__phone-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.item__phone-icon--whatsapp {
  background-image: url(../js/../images/whatsapp-icon-big.png);
}
.item__phone-icon--phone {
  background-image: url(../js/../images/phone-icon-big.png);
}
.item__phone-line {
  background-color: #d3e2eb;
  width: 240px;
  height: 1px;
  margin-bottom: 10px;
}
.item__phone-gmt {
  font-family: "SF UI Display";
  font-size: 0.75rem;
  font-weight: 100;
  letter-spacing: 1.2px;
}
.item__man-description {
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  max-width: 170px;
}
.item__menu-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 50px;
}
.item__menu-line {
  display: none;
  background-color: #fff;
  width: 1px;
  height: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .item__menu-line {
    display: block;
  }
}
.item__menu-main {
  display: none;
  font-size: 1.125rem;
  letter-spacing: 3.6px;
}
@media (min-width: 768px) {
  .item__menu-main {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .item__menu-main {
    display: block;
  }
}
@media (min-width: 1200px) {
  .item__menu-main {
    margin-right: 40px;
  }
}
.item__menu-main--button {
  font-size: 0.875rem;
  letter-spacing: 0;
  background-color: #35769b;
  border-radius: 3px;
  padding: 3px;
}
.item__menu-main--link {
  margin-right: 0;
}
.item__menu-main--phone {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .item__menu-main--phone {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .item__menu-main--phone {
    font-size: 1.125rem;
  }
}
.item__menu-main--whatsapp {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .item__menu-main--whatsapp {
    display: block;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .item__menu-main--whatsapp {
    font-size: 1rem;
  }
}
.item__menu-main--email {
  display: block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .item__menu-main--email {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .item__menu-main--email {
    font-size: 1rem;
  }
}
.item__menu-main-contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .item__menu-main-contacts-wrap {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
  }
}
.item__menu-burger-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.item__menu-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  z-index: 30;
  cursor: pointer;
  opacity: 0.8;
  width: 50px;
  height: 50px;
}
.item__menu-burger:hover {
  opacity: 1;
}
.item__menu-burger:hover span:nth-child(1) {
  animation: width60 0.6s ease-in infinite;
}
.item__menu-burger:hover span:nth-child(2) {
  animation: width80 1s ease-in infinite;
}
.item__menu-burger:hover span:nth-child(3) {
  animation: width70 1.3s ease-in infinite;
}
.item__menu-burger span {
  background-color: #fff;
  width: 100%;
  height: 3px;
  margin-bottom: 7px;
}
.item__menu-burger span:nth-child(3) {
  width: 65%;
  margin-bottom: 0;
}
.item__menu-burger--close {
  position: fixed;
}
.item__menu-burger--close:hover span:nth-child(1) {
  animation: left-right 1s ease-in-out infinite;
}
.item__menu-burger--close:hover span:nth-child(2) {
  animation: right-left 1s ease-in-out infinite;
}
.item__menu-burger--close span {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  background-color: #fff;
  width: 40px;
  height: 2px;
}
.item__menu-burger--close span:nth-child(1) {
  transform: rotate(45deg);
}
.item__menu-burger--close span:nth-child(2) {
  transform: rotate(-45deg);
}
.item__menu-burger--close span:nth-child(3) {
  display: none;
}

.block {
  position: relative;
}
.block--second {
  background-color: #2b414e;
}
.block__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.block__content p {
  line-height: 1.6;
}
@media (min-width: 992px) {
  .block__content p {
    font-size: 1.125rem;
  }
}
.block__content--big {
  text-align: center;
}
.block__content--big p {
  font-family: "SF UI Display";
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
}
.block__content--big p strong {
  font-family: "SF UI Text";
  font-weight: 300;
}
.block__content--big .button {
  margin: 40px auto 0;
}
.block__content--min p {
  font-family: "SF UI Display";
  font-size: 0.9375rem;
  font-weight: 100;
  letter-spacing: 0.375px;
}
.block__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .block__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block__wrap .block__title-shadow {
  color: #223743;
}
.block__wrap--white {
  color: #171e22;
  background-color: #fff;
}
.block__wrap--white .block__title-shadow {
  z-index: 1;
  color: #fff;
}
.block__wrap--gray {
  color: #171e22;
  background-color: #e9f0f5;
}
.block__wrap--second {
  background-color: #2b414e;
}
.block__title-wrap {
  position: relative;
}
.block__title {
  position: relative;
  z-index: 5;
  font-size: 2rem;
  letter-spacing: 1.6px;
}
.block__title:after {
  position: absolute;
  left: 0;
  display: block;
  background-color: #2878a6;
  width: 82px;
  height: 2px;
}
.block__title--bottom:after {
  content: "";
  bottom: -5px;
}
.block__title--top:after {
  content: "";
  bottom: unset;
  top: -20px;
}
.block__title--min {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
.block__title-shadow {
  display: none;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  font-family: "SF UI Display";
  font-weight: 900;
  line-height: 0.85;
  text-shadow: 1px 0 1px rgba(127, 133, 137, 0.1), 0 1px 1px rgba(127, 133, 137, 0.1), -1px 0 1px rgba(127, 133, 137, 0.1), 0 -1px 1px rgba(127, 133, 137, 0.1);
}
@media (min-width: 992px) {
  .block__title-shadow {
    display: block;
    font-size: 3.5rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 1200px) {
  .block__title-shadow {
    font-size: 6.25rem;
    letter-spacing: 10px;
    min-width: 1000px;
  }
}
.block__title-shadow--projects {
  z-index: 1;
  color: #fff !important;
  top: -180px;
  left: 100px;
}
.block__team-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .block__team-wrap {
    margin-bottom: 100px;
  }
}
.block__team {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
@media (min-width: 992px) {
  .block__team--kovalev {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .block__team--kovalev {
    margin-top: 110px;
    max-height: 480px;
  }
}
.block__team--kovalev img.photo {
  margin-left: -150px;
}
@media (min-width: 1200px) {
  .block__team--kovalev img.photo {
    margin-left: -15px;
  }
}
.block__team--komanda {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .block__team--komanda {
    max-height: 500px;
    margin: 0;
  }
}
.block__team--komanda img.photo {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .block__team--komanda img.photo {
    margin-left: -250px;
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .block__team--komanda img.photo {
    margin-left: -150px;
  }
}
@media (min-width: 992px) {
  .block__team--nakrishka {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .block__team--nakrishka {
    margin-top: 150px;
    height: 500px;
  }
}
.block__team--nakrishka img {
  margin-left: -200px;
}
@media (min-width: 1200px) {
  .block__team--nakrishka img {
    margin-left: -150px;
  }
}
.block__team-play {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-color: transparent;
  width: 200px;
  height: 200px;
  padding: 0;
  margin: 0;
  margin-left: -100px;
  margin-top: -100px;
  animation: pulsefig 1.2s infinite;
}
.block__team-play--slider {
  left: 20%;
}
.block__team-play img {
  border-radius: 50%;
  animation: pulse 2.6s infinite;
}
.block__map {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .block__map {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block__map-content-wrap {
    margin-top: 185px;
  }
}
.block__map-content-wrap .item__link-projects {
  margin-top: 50px;
  margin-left: 25px;
}
.block__map-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block__map-content {
    margin-top: 0;
  }
}
.block__map-content .block__content p {
  font-family: "SF UI Display";
  font-weight: 100;
}
.block__map-content .block__title-shadow {
  z-index: unset;
  color: #e9f0f5;
  min-width: unset;
}
.block__map-content-title {
  position: relative;
  z-index: 2;
  font-family: "SF UI Display";
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.block__map-content-title-shadow {
  position: absolute;
  z-index: -1;
  top: -50px;
  color: #223743;
  font-family: "SF UI Display";
  font-size: 10rem;
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: 8px;
  text-shadow: 1px 0 1px rgba(127, 133, 137, 0.15), 0 1px 1px rgba(127, 133, 137, 0.15), -1px 0 1px rgba(127, 133, 137, 0.15), 0 -1px 1px rgba(127, 133, 137, 0.15);
}
.block__map-locations-wrap {
  display: none;
}
@media (min-width: 992px) {
  .block__map-locations-wrap {
    display: block;
  }
}
.block__map-locations {
  position: relative;
}
.block__map-location {
  position: absolute;
  border-radius: 50%;
}
.block__map-location--big {
  border: 4px solid #74bde7;
  width: 6px;
  height: 6px;
}
.block__map-location--min {
  border: 3px solid #74bde7;
  width: 3px;
  height: 3px;
}
.block__map-location:nth-child(1) {
  top: 122px;
  left: 281px;
  animation: locations 8s ease infinite;
}
.block__map-location:nth-child(2) {
  top: 244px;
  left: 210px;
}
.block__map-location:nth-child(3) {
  top: 274px;
  left: 172px;
  animation: locations 3s ease infinite;
}
.block__map-location:nth-child(4) {
  top: 182px;
  left: 465px;
  animation: locations 1s ease infinite;
}
.block__map-location:nth-child(5) {
  top: 262px;
  left: 492px;
}
.block__map-location:nth-child(6) {
  top: 373px;
  left: 421px;
}
.block__map-location:nth-child(7) {
  top: 478px;
  left: 450px;
}
.block__map-location:nth-child(8) {
  top: 498px;
  left: 650px;
}
.block__map-location:nth-child(9) {
  top: 373px;
  left: 731px;
  animation: locations 4.5s ease infinite;
}
.block__map-location:nth-child(10) {
  top: 307px;
  left: 403px;
  animation: locations 1.5s ease infinite;
}
.block__map-location:nth-child(11) {
  top: 397px;
  left: 317px;
}
.block__map-location:nth-child(12) {
  top: 315px;
  left: 131px;
}
.block__map-location:nth-child(13) {
  top: 279px;
  left: 295px;
  animation: locations 8s ease infinite;
}
.block__map-location:nth-child(14) {
  top: 381px;
  left: 174px;
}
.block__map-location:nth-child(15) {
  top: 230px;
  left: 377px;
  animation: locations 4.5s ease infinite;
}
.block__map-location:nth-child(16) {
  top: 437px;
  left: 500px;
}
.block__map-location:nth-child(17) {
  top: 349px;
  left: 544px;
  animation: locations 1s ease infinite;
}
.block__map-location:nth-child(18) {
  top: 289px;
  left: 585px;
  animation: locations 1.5s ease infinite;
}
.block__map-location:nth-child(19) {
  top: 581px;
  left: 649px;
}
.block__map-location:nth-child(20) {
  top: 373px;
  left: 600px;
  animation: locations 3s ease infinite;
}
.block__map-location:nth-child(21) {
  top: 444px;
  left: 790px;
  animation: locations 1.6s ease infinite;
}
.block__projects {
  margin-top: 0;
}
@media (min-width: 992px) {
  .block__projects {
    margin-top: 100px;
    min-height: 50vh;
  }
}
.block__projects--project {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .block__projects--project .block__projects-item--min {
    margin: 0;
  }
}
.block__projects .block__title-shadow {
  text-shadow: 1px 0 1px rgba(127, 133, 137, 0.15), 0 1px 1px rgba(127, 133, 137, 0.15), -1px 0 1px rgba(127, 133, 137, 0.15), 0 -1px 1px rgba(127, 133, 137, 0.15);
}
.block__projects .item__link-projects span {
  color: #223743 !important;
}
.block__projects-item-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .block__projects-item-wrap {
    min-height: 1000px;
  }
}
.block__projects-item {
  position: relative;
  min-height: 200px;
  margin: 40px 0;
}
@media (min-width: 992px) {
  .block__projects-item {
    min-height: 300px;
    margin: 0;
  }
}
.block__projects-item:hover .block__projects-item-img {
  animation: zoom-img-bg 2s ease-in-out infinite;
}
.block__projects-item--big {
  text-align: right;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block__projects-item--big {
    margin-bottom: 100px;
  }
}
.block__projects-item--big .block__projects-item-img {
  height: 300px;
}
@media (min-width: 768px) {
  .block__projects-item--big .block__projects-item-img {
    height: 500px;
  }
}
.block__projects-item--big .block__projects-item-title {
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.block__projects-item--min {
  text-align: right;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block__projects-item--min {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.block__projects-item--min .block__projects-item-img {
  height: 370px;
}
.block__projects-item--min .block__projects-item-title {
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.block__projects-item--firstnews {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (min-width: 992px) {
  .block__projects-item--firstnews {
    position: absolute;
    right: 0;
    opacity: 0.9;
    width: calc(100% + (100vw - 238%) / 2);
    min-height: 1000px;
  }
}
.block__projects-item--firstnews:hover {
  opacity: 1;
}
.block__projects-item--firstnews:before, .block__projects-item--firstnews:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block__projects-item--firstnews:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4e62+0,4d7186+51&1+0,0+52 */
  background: -moz-linear-gradient(215deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-215deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2c4e62", endColorstr="#004d7186",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.block__projects-item--firstnews:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4e62+0,4d7186+51&0.3+0,0+52 */
  background: -moz-linear-gradient(140deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(140deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(140deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d2c4e62", endColorstr="#004d7186",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.block__projects-item--firstnews .block__projects-item-title {
  position: relative;
  z-index: 5;
  font-size: 1.5rem;
  padding: 35px;
  float: right;
}
.block__projects-item--firstnews .block__projects-item-tags {
  z-index: 5;
}
.block__projects-item-img-wrap {
  overflow: hidden;
  width: 100%;
}
.block__projects-item-img {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 200px;
}
.block__projects-item-img:before, .block__projects-item-img:after {
  display: none;
}
.block__projects-item-title {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 10px;
}
.block__projects-item-title:before, .block__projects-item-title:after {
  display: none;
}
.block__projects-item-title--firstnews {
  font-size: 1.5rem;
  text-transform: unset;
  padding: 35px;
}
.block__projects-item-tags {
  position: absolute;
  top: -9px;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.block__projects-item-tag {
  color: #c8cdd0;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  background-color: #516069;
  padding: 5px;
  margin: 0 7.5px;
}
.block__review-items .block__slider-navigation {
  position: absolute;
  bottom: 0;
  left: 12px;
}
.block__review-item {
  margin-left: 0;
  margin-right: 0;
}
.block__review-item .block__title-shadow {
  top: -70px;
}
.block__review-item-content {
  position: relative;
  z-index: 5;
  color: #fff;
  background-color: #1b628b;
  height: calc(100% - 40px);
  padding: 20px;
}
@media (min-width: 992px) {
  .block__review-item-content {
    height: calc(100% - 60px);
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .block__review-item-content {
    height: calc(100% - 100px);
    padding: 50px;
  }
}
.block__review-item-content p {
  font-family: "SF UI Text";
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  max-width: 610px;
}
@media (min-width: 992px) {
  .block__review-item-content p {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}
.block__review-item-quote {
  display: none;
}
@media (min-width: 992px) {
  .block__review-item-quote {
    display: block;
    margin-bottom: 50px;
  }
}
.block__review-item-line {
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.block__review-item-client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.6;
  border-right: 1px solid #a2b1bb;
  height: 125px;
}
.block__review-item-client:last-child {
  border-right: 0;
}
.block__review-item-client img {
  max-width: 100%;
  height: auto;
}
.block__category-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 40px;
  height: 300px;
}
@media (min-width: 992px) {
  .block__category-item {
    padding: 50px;
    margin-bottom: 0;
    height: 500px;
  }
}
.block__category-item-title {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .block__category-item-title {
    font-size: 2rem;
    letter-spacing: 1.6px;
  }
}
.block__category-item-list {
  color: #fff;
  list-style-type: none;
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
}
.block__category-item-list li {
  margin-bottom: 5px;
}
.block__accordion-item {
  position: relative;
  cursor: pointer;
  font-family: "SF UI Text";
  border: 1px solid #c9d0d4;
  min-height: 20px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .block__accordion-item {
    padding: 25px 35px;
  }
}
.block__accordion-item:last-child {
  margin-bottom: 0;
}
.block__accordion-item:after {
  position: absolute;
  top: 28px;
  right: 28px;
  content: "";
  display: block;
  background-image: url(../js/../images/pluse.png);
  width: 16px;
  height: 16px;
}
.block__accordion-item--active {
  color: #fff;
  background-color: #35769b;
}
.block__accordion-item--active:after {
  filter: invert(1);
}
.block__accordion-item-title {
  font-size: 1.125rem;
}
.block__accordion-item-content-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.block__accordion-item-content {
  padding: 40px 0 20px;
}
.block__form .block__title-shadow {
  top: -20px;
  left: 100px;
  color: #fff;
}
@media (min-width: 992px) {
  .block__form .block__title-shadow {
    font-size: 3rem;
    letter-spacing: 4px;
  }
}
@media (min-width: 1200px) {
  .block__form .block__title-shadow {
    font-size: 5rem;
  }
}
.block__form .block__map-content-title {
  color: #223743;
}
.block__slider-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .block__slider-wrap {
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  .block__slider-wrap--big {
    min-height: 800px;
  }
}
.block__slider {
  cursor: grab;
}
@media (min-width: 992px) {
  .block__slider {
    position: absolute;
    width: calc(100% + (100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .block__slider {
    width: calc(100% + (100vw - 1490px) / 2);
  }
}
.block__slider-item {
  width: auto;
}
@media (min-width: 992px) {
  .block__slider-item {
    height: 465px;
  }
}
@media (min-width: 992px) {
  .block__slider-item--big {
    height: 750px;
  }
}
.block__slider-item-iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .block__slider-item-iframe {
    min-width: 600px;
  }
}
@media (min-width: 992px) {
  .block__slider-item-iframe {
    min-width: 800px;
  }
}
@media (min-width: 1200px) {
  .block__slider-item-iframe {
    min-width: 1000px;
  }
}
.block__slider-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}
.block__slider-button {
  position: relative;
  background-color: #c3deee;
  text-align: center;
  width: 55px;
  height: 55px;
}
.block__slider-button:after {
  color: #223743;
  font-size: 1rem;
}
.block__slider-button--prev {
  left: unset;
}
.block__slider-button--next {
  right: unset;
  margin-left: 1px;
}
.block__slider-scrollbar {
  background-color: #bbd5e5;
  margin-left: 30px;
  margin-top: -20px;
  width: 100%;
  height: 2px;
}
.block__slider-scrollbar > .swiper-scrollbar-drag {
  background-color: #449cce;
}
.block__photo-one-big {
  margin-top: 50px;
}
.block__photo-one-big img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .block__photo-one-big img {
    max-width: 80%;
  }
}
.block__gallery {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .block__gallery {
    flex-direction: row;
  }
}
.block__gallery--1 {
  width: calc(100% + (100vw - 100%) / 2 - 10px);
  height: auto;
}
@media (min-width: 992px) {
  .block__gallery--2 .block__gallery-item {
    max-width: 45%;
  }
}
.block__gallery--2 .block__gallery-item:nth-child(2) {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .block__gallery--3 .block__gallery-item {
    max-width: 30%;
  }
}
.block__gallery--3 .block__gallery-item:nth-child(2) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .block__gallery--3 .block__gallery-item:nth-child(2) {
    margin-top: 100px;
  }
}
.block__gallery--3 .block__gallery-item:nth-child(3) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .block__gallery--3 .block__gallery-item:nth-child(3) {
    margin-top: 200px;
  }
}
.block__gallery--leftbig_rightmin {
  flex-wrap: wrap;
}
.block__gallery--leftbig_rightmin .block__gallery-item:nth-child(1) {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .block__gallery--leftbig_rightmin .block__gallery-item:nth-child(1) {
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block__gallery--leftbig_rightmin .block__gallery-item:nth-child(2) {
    margin-top: 0;
    margin-right: 100px;
    max-width: 35%;
    width: 35%;
  }
}
.block__gallery--leftbig_rightmin .block__gallery-item:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
  width: 35%;
}
.block__gallery--leftmin_rightbig {
  flex-wrap: wrap;
}
.block__gallery--leftmin_rightbig .block__gallery-item:nth-child(1) {
  margin-top: 0;
  margin-right: 100px;
  max-width: 40%;
  width: 40%;
}
.block__gallery--leftmin_rightbig .block__gallery-item:nth-child(2) {
  position: absolute;
  left: 100px;
  bottom: 0;
  margin-top: 0;
  max-width: 35%;
  width: 35%;
}
.block__gallery--leftmin_rightbig .block__gallery-item:nth-child(3) {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 50%;
  width: 50%;
}
.block__gallery-item {
  position: relative;
}
.block__gallery-item-caption {
  color: #9ea6ab;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
}
.block__video-fixed-wrap {
  display: none;
  position: fixed;
  z-index: 6;
  bottom: 40px;
  left: 40px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 400px;
  height: 220px;
}
.block__video-fixed-wrap.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block__video-fixed {
  width: 420px;
  height: 240px;
}
.block__video-fixed-close {
  position: absolute;
  z-index: 8;
  right: 10px;
  top: 5px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
}
.block__video-fixed-close:hover span:nth-child(1) {
  animation: left-right 1s ease-in-out infinite;
}
.block__video-fixed-close:hover span:nth-child(2) {
  animation: right-left 1s ease-in-out infinite;
}
.block__video-fixed-close span {
  display: block;
  background-color: #fff;
  width: 20px;
  height: 1px;
}
.block__video-fixed-close span:nth-child(1) {
  transform: rotate(45deg);
}
.block__video-fixed-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.block__price-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #1b628b;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: calc(100% - 80px);
}
.block__price {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block__price span {
  font-weight: 300;
}
.block__price-title {
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 40px 0 40px;
}
.block__price-img-wrap {
  overflow: hidden;
  width: 100%;
}
.block__price-img {
  min-width: 100%;
  height: auto;
}
.block__price-btn {
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.offer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 315px;
}
@media (min-width: 768px) {
  .offer {
    height: 950px;
  }
}
.offer:before, .offer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.offer:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4e62+0,4d7186+51&1+0,0+52 */
  background: -moz-linear-gradient(-35deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-35deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(145deg, rgb(44, 78, 98) 0%, rgba(77, 113, 134, 0.02) 51%, rgba(77, 113, 134, 0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2c4e62", endColorstr="#004d7186",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.offer:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4e62+0,4d7186+51&0.3+0,0+52 */
  background: -moz-linear-gradient(197deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(197deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(197deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d2c4e62", endColorstr="#004d7186",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.offer--project {
  background-position: center center;
  height: 700px;
}
.offer__wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.offer__content {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 300px;
}
@media (min-width: 992px) {
  .offer__content {
    padding-top: 100px;
    padding-bottom: 0;
    height: 720px;
  }
}
.offer__content--project {
  height: 270px;
  padding-top: 300px;
}
.offer__content h1.page__title {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
.offer__content-min {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 200px;
}
.offer__content-min h1.page__title {
  text-align: left;
  margin: 0;
}
.offer__form-order {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.offer__form-order-title {
  color: #223743;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.page__title-wrap {
  position: relative;
}
.page__title {
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  min-height: 115px;
}
@media (min-width: 768px) {
  .page__title {
    font-size: 3rem;
    min-height: unset;
  }
}
@media (min-width: 992px) {
  .page__title {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.page__tags {
  display: none;
}
@media (min-width: 992px) {
  .page__tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__tags-item {
  color: #84939b;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .page__tags-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page__tags-item:hover {
  text-decoration: underline;
}

.step__quest-number {
  margin-top: 0;
}
.step__title {
  font-size: 2rem;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.step__btn-prev {
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 0;
  width: auto;
}
.step__btn-variant {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.step__description {
  margin-bottom: 35px;
}
.step__variant-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .step__variant-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.step__variant {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  background-color: #1b628b;
  box-sizing: border-box;
  width: 40%;
  padding: 10px;
  margin: 10px;
}
@media (min-width: 992px) {
  .step__variant {
    max-width: calc(33% - 15px);
    width: 100%;
    padding: 20px;
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .step__variant:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .step__variant:last-child {
    margin-right: 0;
  }
}
.step__variant-title {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 10px;
}
.step__progress-wrap {
  background-color: #2878a6;
  width: 100%;
}
.step__progress {
  color: #fff;
  font-size: 0.875rem;
  background-color: #1b628b;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 10px;
}

.header {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header__menu-fixed-wrap {
  position: fixed;
  top: -150px;
  z-index: 20;
  background-color: #1b628b;
}
.header__menu-fixed {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.footer .logo {
  position: relative;
  z-index: 0;
}
.footer__policy {
  display: inline-block;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .footer__policy {
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  .footer__policy {
    margin: 0;
  }
}

.menu__main-wrap {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-image: url(../js/../images/menu-bg.jpg);
  background-size: cover;
  transition: 0.6s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 0;
}
.menu__main-wrap--active {
  height: 100%;
}
.menu__main-wrap-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.menu__main-wrap-wrap:before, .menu__main-wrap-wrap:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.menu__main-wrap-wrap:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#742237+0,a7477f+100&1+0,0.8+72 */
  background: -moz-linear-gradient(120deg, rgb(116, 34, 55) 0%, rgba(153, 61, 107, 0.8) 72%, rgba(167, 71, 127, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(120deg, rgb(116, 34, 55) 0%, rgba(153, 61, 107, 0.8) 72%, rgba(167, 71, 127, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(120deg, rgb(116, 34, 55) 0%, rgba(153, 61, 107, 0.8) 72%, rgba(167, 71, 127, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#742237", endColorstr="#cca7477f",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.menu__main-wrap-wrap:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c4e62+0,4d7186+51&0.3+0,0+52 */
  background: -moz-linear-gradient(200deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(200deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(200deg, rgba(44, 78, 98, 0.3) 0%, rgba(77, 113, 134, 0.01) 51%, rgba(77, 113, 134, 0) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d2c4e62", endColorstr="#004d7186",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.menu__main {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .menu__main {
    padding-bottom: 0;
    overflow: hidden;
  }
}
.menu__main:after {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 60%;
  height: 100%;
}
@media (min-width: 768px) {
  .menu__main:after {
    display: block;
  }
}
.menu__main .item__phone-line {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .menu__main .item__phone-line {
    margin: 50px 0;
  }
}
.menu__main-list {
  list-style: none;
  margin: 120px 0 50px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .menu__main-list {
    margin: 200px 0 100px;
  }
}
.menu__main-list-item {
  margin-bottom: 20px;
}
.menu__main-list-item:last-child {
  margin-bottom: 0;
}
.menu__main-list-link {
  position: relative;
  color: #fff;
  font-family: "SF UI Display";
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 1.6px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu__main-list-link {
    font-size: 2.625rem;
    letter-spacing: 2.1px;
  }
}
.menu__main-list-link:after, .menu__main-list-link:before {
  display: none;
}
.menu__main-list-link:after {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  overflow: hidden;
  color: #51b0e5;
  background-color: transparent;
  text-shadow: 1px 0 1px rgba(81, 176, 229, 0.2), 0 1px 1px rgba(81, 176, 229, 0.2), -1px 0 1px rgba(81, 176, 229, 0.2), 0 -1px 1px rgba(81, 176, 229, 0.2);
  width: 0;
  height: 100%;
}
.menu__main-list-link:hover:after {
  transition: 0.6s ease-in-out;
  width: 100%;
}
.menu__main-list-link--projects:after {
  content: "проекты";
}
.menu__main-list-link--services:after {
  content: "услуги ремонта";
}
.menu__main-list-link--about:after {
  content: "компания";
}
.menu__main-list-link--news:after {
  content: "новости";
}
.menu__main-list-link--contacts:after {
  content: "контакты";
}
.menu__main-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .menu__main-submenu {
    max-width: 280px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .menu__main-submenu {
    max-width: 350px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .menu__main-submenu {
    max-width: 450px;
  }
}
.menu__main-submenu-link {
  color: #fff;
  font-family: "SF UI Display";
  font-size: 0.875rem;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin: 10px;
}
.menu__main-news-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .menu__main-news-wrap {
    margin-top: 150px;
  }
}
.menu__main-news-wrap .block__title {
  display: none;
}
@media (min-width: 768px) {
  .menu__main-news-wrap .block__title {
    display: block;
  }
}
.menu__main-news-wrap .block__title-shadow {
  display: none;
  color: #742b47;
  text-shadow: 1px 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(255, 255, 255, 0.1), -1px 0 1px rgba(255, 255, 255, 0.1), 0 -1px 1px rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .menu__main-news-wrap .block__title-shadow {
    display: block;
  }
}
.menu__main-news-wrap .block__projects-item {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .menu__main-news-wrap .block__projects-item {
    display: block;
  }
}
.menu__main-news-wrap .item__phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}
@media (min-width: 768px) {
  .menu__main-news-wrap .item__phone-wrap {
    align-items: flex-end;
  }
}
.menu__main-news-wrap .item__phone-wrap .row {
  width: 100%;
}
.menu__main-news-wrap .item__phone-wrap .item__phone-line {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .menu__main-news-wrap .item__phone-wrap .item__phone-line {
    margin: 50px 0 25px;
  }
}
.menu__main-news-wrap .block__map-content-title {
  color: #fff;
}
.menu__main-news-wrap .item__phone {
  justify-content: flex-end;
  color: #fff;
  margin-top: 15px;
}
