/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "FuturaPTMedium";
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTHeavy";
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTDemi";
  src: url("../fonts/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTLight";
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-size: 21px;
  line-height: 34px;
  padding-top: 120px;
  font-family: "FuturaPTMedium";
  color: #333333;
  background-color: #ffffff;
}
body.fixed {
  position: fixed;
  overflow: hidden;
}

section {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
section.relative {
  position: relative;
}

h1 {
  font-size: 80px;
  line-height: 100px;
  color: #02225e;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  position: relative;
  width: 100%;
  font-size: 40px;
  padding: 0 20px;
  margin-bottom: 65px;
  color: #02225e;
  text-align: center;
  text-transform: uppercase;
}
h2.white {
  color: #ffffff;
}
h2.no-after::after {
  display: none;
}
h2::after {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: skewX(-33deg) translateX(-50%);
  content: "";
  width: 38px;
  height: 16px;
  background: linear-gradient(to right, #bcbbbb 36%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 64%, #02225e 64%);
}
h2.befor-img {
  margin-bottom: 105px;
}

.info {
  width: 85%;
  margin: 0 auto 60px;
  font-family: "FuturaPTBook";
  font-size: 24px;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

.scroll-to {
  cursor: pointer;
  cursor: hand;
}

.hover-liner {
  background-image: linear-gradient(to top, #02225e 1px, rgba(0, 0, 0, 0) 1px);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: 0 100%;
  transition: background-size .4s;
}
.hover-liner:hover {
  background-size: 100% 100%;
}

.bg-logo {
  position: absolute;
  width: 1384px;
  height: 1188px;
  background: url("../images/bg-our-services-logo.png") left top no-repeat;
}

.btn {
  display: block;
  position: relative;
  width: 205px;
  line-height: 55px;
  margin: 30px auto 0;
  overflow: hidden;
  font-size: 20px;
  font-family: "FuturaPTDemi";
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #02225e;
  cursor: pointer;
  cursor: hand;
}
.btn:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  z-index: 2;
  width: 50px;
  height: 155px;
  opacity: .2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffffff;
}
.btn:hover:after {
  left: 120%;
}
.btn:active {
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.phrase {
  font-family: Georgia;
  font-style: italic;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body #our-services .container .services-wrapper .service {
    flex-basis: 25.5%;
  }
  body #awards .container .awards .awards-item {
    flex-basis: 11%;
  }
  body #contact .form-contacts_map .form {
    flex-basis: 43%;
  }
  body #contact .form-contacts_map .form form .first-last-names input {
    flex-basis: 43%;
  }
}
@media (max-width: 1190px) {
  body {
    padding-top: calc(120px + (120 - 90) * (100vw - 1190px) / (1190 - 720));
  }

  section {
    padding: calc(80px + (80 - 40) * (100vw - 1190px) / (1190 - 320)) 0;
  }

  h1 {
    font-size: calc(80px + (80 - 50) * (100vw - 1190px) / (1190 - 320));
    line-height: calc(100px + (100 - 70) * (100vw - 1190px) / (1190 - 320));
  }

  h2 {
    font-size: calc(40px + (40 - 32) * (100vw - 1190px) / (1190 - 320));
    margin-bottom: calc(65px + (65 - 50) * (100vw - 1190px) / (1190 - 320));
  }
  h2.befor-img {
    margin-bottom: calc(105px + (105 - 70) * (100vw - 1190px) / (1190 - 320));
  }

  .info {
    margin: 0 auto calc(60px + (60 - 30) * (100vw - 1190px) / (1190 - 320));
    font-size: calc(24px + (24 - 19) * (100vw - 1190px) / (1190 - 320));
  }

  .container {
    width: 100%;
    padding: 0 calc(25px + (25 - 10) * (100vw - 1190px) / (1190 - 320));
  }

  .btn {
    width: calc(205px + (205 - 165) * (100vw - 1190px) / (1190 - 720));
    line-height: calc(55px + (55 - 45) * (100vw - 1190px) / (1190 - 720));
    margin: calc(30px + (30 - 20) * (100vw - 1190px) / (1190 - 720)) auto 0;
    font-size: calc(20px + (20 - 16) * (100vw - 1190px) / (1190 - 720));
  }
}
@media (max-width: 720px) {
  body {
    padding-top: 65px;
  }
}
@keyframes question-bubble {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-star {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rice {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1) rotate(-10deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes liner {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes push {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-30deg);
  }
  66% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes showing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#star {
  transform-origin: 50%;
}

#blue-line {
  transform-origin: 0 100%;
}

#arrows {
  transform-origin: 50%;
}

#pindesk {
  transform-origin: 50% 0;
}

#meeteng:hover #question {
  animation: question-bubble 2s infinite;
}

#cup:hover #star,
.on-click #star {
  animation: zoom-star 2s infinite;
}

#box:hover #check,
.on-click #check {
  animation: checking 2s infinite;
}

#graph:hover #arrow,
.on-click #arrow {
  animation: rice 2s infinite;
}

#graph-2:hover #blue-line,
.on-click #blue-line {
  animation: liner 2s infinite;
  animation-delay: 1.5s;
}
#graph-2:hover #purple-line,
.on-click #purple-line {
  animation: liner 2s infinite;
  animation-delay: 1s;
}
#graph-2:hover #orange-line,
.on-click #orange-line {
  animation: liner 2s infinite;
  animation-delay: 0.5s;
}
#graph-2:hover #yellow-line,
.on-click #yellow-line {
  animation: liner 2s infinite;
  animation-delay: 0s;
}

#hand:hover #button,
.on-click #button {
  animation: push 2s infinite;
}

#speed:hover #arrows,
.on-click #arrows {
  animation: circl 5s infinite;
}

#desk:hover #pindesk,
.on-click #pindesk {
  animation: swing 2s infinite;
}

#phone:hover #block,
.on-click #block {
  animation: showing 2s infinite;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  background-color: #f7f7f7;
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.2);
}
#header .logo-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo-line .logo {
  width: 87px;
}
#header .logo-line .menu {
  flex-basis: 890px;
  margin: 0 10px 0 20px;
  line-height: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: uppercase;
}
#header .logo-line .menu li span {
  font-size: 18px;
  font-family: "FuturaPTDemi";
  color: #02225e;
  text-decoration: none;
}
#header .logo-line .mobile-menu-btn {
  display: none;
  position: absolute;
  top: 23px;
  right: 30px;
  width: 24px;
  height: 24px;
  background: url("../images/menu-hamburger.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  cursor: hand;
}
#header .logo-line .mobile-menu-close-btn {
  display: none;
  position: absolute;
  top: 23px;
  right: 30px;
  width: 21px;
  height: 21px;
  background: url("../images/menu-close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 1190px) {
  #header .logo-line .logo {
    width: calc(87px + (87 - 60) * (100vw - 1190px) / (1190 - 720));
  }
  #header .logo-line .menu {
    margin: 0 10px 0 calc(20px + (20 - 10) * (100vw - 1190px) / (1190 - 720));
    line-height: calc(120px + (120 - 90) * (100vw - 1190px) / (1190 - 720));
  }
  #header .logo-line .menu li span {
    font-size: calc(18px + (18 - 15) * (100vw - 1190px) / (1190 - 720));
  }
}
@media (max-width: 720px) {
  #header .logo-line {
    height: 65px;
  }
  #header .logo-line .logo {
    width: 55px;
  }
  #header .logo-line .menu {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 35px;
    line-height: 50px;
    background-color: #02225e;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  #header .logo-line .menu.visibility {
    display: block;
  }
  #header .logo-line .menu li {
    flex-basis: 100%;
  }
  #header .logo-line .menu li span {
    font-size: 21px;
    color: #ffffff;
    background-image: linear-gradient(to top, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
  }
  #header .logo-line .mobile-menu-btn {
    display: block;
  }
  #header .logo-line .mobile-menu-btn.visibility {
    display: none;
  }
  #header .logo-line .mobile-menu-close-btn {
    display: none;
  }
  #header .logo-line .mobile-menu-close-btn.visibility {
    display: block;
  }
}
#rsp-sales {
  position: relative;
  height: 600px;
  padding: 0;
  background: url("../images/bg-rsp-sales.jpg") center no-repeat;
  background-size: cover;
}
#rsp-sales .bg-logo {
  height: 100%;
  background: url("../images/bg-rsp-sales-logo.png") left top no-repeat;
  background-size: 90%;
  opacity: 0.2;
}
#rsp-sales .slogan-block {
  position: absolute;
  top: 173px;
  left: 50%;
  transform: translateX(-50%);
  width: 740px;
  padding: 35px 35px 50px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
}
#rsp-sales .slogan-block .slogan {
  font-size: 28px;
  font-family: "FuturaPTBook";
  text-align: center;
}
#rsp-sales .slogan-block .slogan .bold {
  font-family: "FuturaPTDemi";
}

@media (max-width: 1190px) {
  #rsp-sales {
    height: calc(600px + (600 - 480) * (100vw - 1190px) / (1190 - 320));
  }
  #rsp-sales .slogan-block {
    top: calc(173px + (173 - 113) * (100vw - 1190px) / (1190 - 320));
    width: calc(740px + (740 - 290) * (100vw - 1190px) / (1190 - 320));
    padding: 35px calc(35px + (35 - 20) * (100vw - 1190px) / (1190 - 320)) 50px;
  }
  #rsp-sales .slogan-block .slogan {
    font-size: calc(28px + (28 - 21) * (100vw - 1190px) / (1190 - 320));
  }
}
#overview {
  background-color: #f8f8f8;
}
#overview .reward {
  margin: 0 auto;
  width: 132px;
}
#overview .reward img {
  width: 100%;
}

@media (max-width: 1190px) {
  #overview {
    background-color: #f8f8f8;
  }
  #overview .reward {
    width: calc(132px + (132 - 106) * (100vw - 1190px) / (1190 - 320));
  }
}
#categories {
  padding-bottom: 20px;
}
#categories .categories-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#categories .categories-wrapper .category {
  position: relative;
  flex-basis: 33.3%;
  height: 270px;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: cover;
}
#categories .categories-wrapper .category .category-name {
  position: absolute;
  top: 0;
  width: 100%;
  height: 115px;
  padding-top: 25px;
  font-family: "FuturaPTDemi";
  text-transform: uppercase;
  color: #000000;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
}
#categories .categories-wrapper .category:nth-of-type(6n + 1) .category-name {
  top: auto;
  bottom: 0;
  padding-top: 60px;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#categories .categories-wrapper .category .about {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition-duration: 0.3s;
}
#categories .categories-wrapper .category .about .description {
  width: 70%;
  margin: 110px auto 0;
  font-size: 20px;
  color: #ffffff;
}
#categories .categories-wrapper .category:hover .category-name, #categories .categories-wrapper .category.on-click .category-name {
  display: none;
}
#categories .categories-wrapper .category:hover .about, #categories .categories-wrapper .category.on-click .about {
  opacity: 1;
}

@media (max-width: 1190px) {
  #categories {
    padding-bottom: calc(20px + (20 - 0) * (100vw - 1190px) / (1190 - 900));
  }
  #categories .categories-wrapper .category {
    height: calc(270px + (270 - 180) * (100vw - 1190px) / (1190 - 900));
  }
  #categories .categories-wrapper .category .category-name {
    top: auto;
    bottom: 0;
    height: calc(115px + (115 - 80) * (100vw - 1190px) / (1190 - 900));
    padding-top: calc(60px + (60 - 35) * (100vw - 1190px) / (1190 - 900));
    font-size: calc(21px + (21 - 16) * (100vw - 1190px) / (1190 - 900));
    line-height: calc(34px + (34 - 24) * (100vw - 1190px) / (1190 - 900));
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
  }
  #categories .categories-wrapper .category:nth-of-type(6n + 1) .category-name {
    padding-top: calc(60px + (60 - 35) * (100vw - 1190px) / (1190 - 900));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  #categories .categories-wrapper .category:nth-of-type(8) .category-name {
    padding-top: calc(25px + (25 - 11) * (100vw - 1190px) / (1190 - 900));
  }
  #categories .categories-wrapper .category .about .description {
    margin: calc(110px + (110 - 65) * (100vw - 1190px) / (1190 - 900)) auto 0;
    font-size: calc(20px + (20 - 16) * (100vw - 1190px) / (1190 - 900));
    line-height: calc(34px + (34 - 24) * (100vw - 1190px) / (1190 - 900));
  }
}
@media (max-width: 900px) {
  #categories {
    padding-bottom: calc(20px + (20 - 0) * (100vw - 900px) / (900 - 320));
  }
  #categories .categories-wrapper .category {
    flex-basis: 50%;
    height: calc(300px + (300 - 110) * (100vw - 900px) / (900 - 320));
  }
  #categories .categories-wrapper .category .category-name {
    height: calc(125px + (125 - 50) * (100vw - 900px) / (900 - 320));
    padding-top: calc(60px + (60 - 25) * (100vw - 900px) / (900 - 320));
    font-size: calc(23px + (23 - 12) * (100vw - 900px) / (900 - 320));
    line-height: calc(34px + (34 - 16) * (100vw - 900px) / (900 - 320));
  }
  #categories .categories-wrapper .category:nth-of-type(6n + 1) .category-name {
    padding-top: calc(60px + (60 - 25) * (100vw - 900px) / (900 - 320));
  }
  #categories .categories-wrapper .category:nth-of-type(8) .category-name {
    padding-top: calc(27px + (27 - 13) * (100vw - 900px) / (900 - 320));
  }
  #categories .categories-wrapper .category .about .description {
    margin: calc(120px + (110 - 25) * (100vw - 900px) / (900 - 320)) auto 0;
    font-size: calc(22px + (22 - 14) * (100vw - 900px) / (900 - 320));
    line-height: calc(35px + (35 - 18) * (100vw - 900px) / (900 - 320));
  }
}
@media (max-width: 720px) {
  #categories .container {
    padding: 0;
  }
}
#our-services .bg-logo {
  right: -327px;
  top: -305px;
}
#our-services .container {
  position: relative;
}
#our-services .container .services-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#our-services .container .services-wrapper .service {
  padding: 55px 40px 70px;
  flex-basis: 32.5%;
  color: #ffffff;
  text-align: left;
}
#our-services .container .services-wrapper .service .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 35px;
  border-radius: 50%;
}
#our-services .container .services-wrapper .service:nth-child(1) {
  background-color: #1d1d4b;
}
#our-services .container .services-wrapper .service:nth-child(1) .icon {
  background: #34345d url("../images/services/icon-1.svg") center no-repeat;
}
#our-services .container .services-wrapper .service:nth-child(2) {
  background-color: #02225e;
}
#our-services .container .services-wrapper .service:nth-child(2) .icon {
  background: #1b386e url("../images/services/icon-2.svg") center no-repeat;
}
#our-services .container .services-wrapper .service:nth-child(3) {
  background-color: #807f7f;
}
#our-services .container .services-wrapper .service:nth-child(3) .icon {
  background: #8d8c8c url("../images/services/icon-3.svg") center no-repeat;
}
#our-services .container .services-wrapper .service .title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
#our-services .container .services-wrapper .service .list {
  font-family: "FuturaPTBook";
  font-size: 18px;
  list-style-type: disc;
}
#our-services .container .services-wrapper .service .list li {
  margin-left: 19px;
}
#our-services .container .description {
  width: 80%;
  margin: 50px auto 0;
  font-size: 28px;
}

@media (max-width: 1190px) {
  #our-services .container .services-wrapper {
    margin-bottom: -14px;
  }
  #our-services .container .services-wrapper .service {
    margin-bottom: 14px;
    padding: calc(55px + (55 - 35) * (100vw - 1190px) / (1190 - 900)) calc(40px + (40 - 25) * (100vw - 1190px) / (1190 - 900)) calc(70px + (70 - 40) * (100vw - 1190px) / (1190 - 900));
  }
  #our-services .container .services-wrapper .service .icon {
    width: calc(130px + (130 - 100) * (100vw - 1190px) / (1190 - 900));
    height: calc(130px + (130 - 100) * (100vw - 1190px) / (1190 - 900));
    margin: 0 auto calc(35px + (35 - 25) * (100vw - 1190px) / (1190 - 900));
  }
  #our-services .container .services-wrapper .service .title {
    margin-bottom: calc(20px + (20 - 10) * (100vw - 1190px) / (1190 - 900));
    font-size: calc(20px + (20 - 16) * (100vw - 1190px) / (1190 - 900));
    line-height: calc(27px + (27 - 22) * (100vw - 1190px) / (1190 - 900));
  }
  #our-services .container .services-wrapper .service .list {
    font-size: calc(18px + (18 - 16) * (100vw - 1190px) / (1190 - 900));
    line-height: calc(34px + (34 - 24) * (100vw - 1190px) / (1190 - 900));
  }
  #our-services .container .description {
    margin: calc(50px + (50 - 15) * (100vw - 1190px) / (1190 - 320)) auto 0;
    font-size: calc(28px + (28 - 21) * (100vw - 1190px) / (1190 - 320));
  }
}
@media (max-width: 900px) {
  #our-services .container .services-wrapper {
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center;
  }
  #our-services .container .services-wrapper .service {
    flex-basis: 47.95%;
    margin-left: 7px;
    margin-right: 7px;
    padding: calc(55px + (55 - 35) * (100vw - 900px) / (900 - 720)) calc(40px + (40 - 25) * (100vw - 900px) / (900 - 720)) calc(70px + (70 - 40) * (100vw - 900px) / (900 - 720));
  }
  #our-services .container .services-wrapper .service .icon {
    width: calc(130px + (130 - 100) * (100vw - 900px) / (900 - 720));
    height: calc(130px + (130 - 100) * (100vw - 900px) / (900 - 720));
    margin: 0 auto calc(35px + (35 - 25) * (100vw - 900px) / (900 - 720));
  }
  #our-services .container .services-wrapper .service .title {
    margin-bottom: calc(20px + (20 - 10) * (100vw - 900px) / (900 - 720));
    font-size: calc(20px + (20 - 16) * (100vw - 900px) / (900 - 720));
    line-height: calc(27px + (27 - 22) * (100vw - 900px) / (900 - 720));
  }
  #our-services .container .services-wrapper .service .list {
    font-size: calc(18px + (18 - 16) * (100vw - 900px) / (900 - 720));
    line-height: calc(34px + (34 - 24) * (100vw - 900px) / (900 - 720));
  }
}
@media (max-width: 720px) {
  #our-services .bg-logo {
    display: none;
  }
  #our-services .container .services-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  #our-services .container .services-wrapper .service {
    flex-basis: calc(400px + (400 - 300) * (100vw - 720px) / (720 - 0));
    margin-left: 0;
    margin-right: 0;
    padding: calc(55px + (55 - 35) * (100vw - 720px) / (720 - 320)) calc(40px + (40 - 25) * (100vw - 720px) / (720 - 320)) calc(70px + (70 - 40) * (100vw - 720px) / (720 - 320));
  }
  #our-services .container .services-wrapper .service .icon {
    width: calc(130px + (130 - 100) * (100vw - 720px) / (720 - 320));
    height: calc(130px + (130 - 100) * (100vw - 720px) / (720 - 320));
    margin: 0 auto calc(35px + (35 - 25) * (100vw - 720px) / (720 - 320));
  }
  #our-services .container .services-wrapper .service .title {
    margin-bottom: calc(20px + (20 - 10) * (100vw - 720px) / (720 - 320));
    font-size: calc(20px + (20 - 16) * (100vw - 720px) / (720 - 320));
    line-height: calc(27px + (27 - 22) * (100vw - 720px) / (720 - 320));
  }
  #our-services .container .services-wrapper .service .list {
    font-size: calc(18px + (18 - 16) * (100vw - 720px) / (720 - 320));
    line-height: calc(34px + (34 - 24) * (100vw - 720px) / (720 - 320));
  }
}
#product-lifecycle {
  background-color: #f8f8f8;
}
#product-lifecycle .info {
  margin-bottom: 74px;
}
#product-lifecycle .cycle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 67px;
  background: url("../images/bg-product-lifesycle.png") 69% center no-repeat;
  background-size: 83%;
}
#product-lifecycle .cycle li {
  flex-basis: 20%;
  margin-top: 20px;
  margin-bottom: 50px;
}
#product-lifecycle .cycle li svg {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  transition-duration: 1s;
  cursor: pointer;
  cursor: hend;
}
#product-lifecycle .cycle li .name {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1190px) {
  #product-lifecycle .cycle {
    margin: calc(100px + (100 - 30) * (100vw - 1190px) / (1190 - 720)) calc(50px + (50 - 30) * (100vw - 1190px) / (1190 - 720)) 0;
  }
  #product-lifecycle .cycle li .name {
    font-size: calc(18px + (18 - 12) * (100vw - 1190px) / (1190 - 800));
  }
}
@media (max-width: 800px) {
  #product-lifecycle .info {
    margin-bottom: 0;
  }
  #product-lifecycle .cycle {
    flex-direction: column;
    justify-content: flex-start;
    width: 320px;
    height: 800px;
    margin: 0 auto;
    padding: 56px 0 0;
    background: url("../images/bg-product-lifesycle-mob.png") center -70px no-repeat;
    background-size: 79%;
  }
  #product-lifecycle .cycle li {
    flex-basis: auto;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  #product-lifecycle .cycle li .name {
    font-size: 13px;
  }
  #product-lifecycle .cycle li:hover svg {
    transform: none;
  }
}
#about-us {
  position: relative;
  background: url("../images/bg-about-us.jpg") center no-repeat;
  background-size: cover;
}
#about-us .info {
  color: #ffffff;
}
#about-us .features {
  position: relative;
  width: 720px;
  height: 656px;
  margin: 0 auto;
}
#about-us .features .feature {
  position: absolute;
  z-index: 1;
  width: 238px;
  height: 238px;
  font-size: 21px;
  line-height: 228px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #02225e;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transition-duration: 0.3s;
}
#about-us .features .feature:hover {
  background-color: #033798;
}
#about-us .features .feature:hover .quote {
  opacity: 1;
}
#about-us .features .feature:nth-of-type(1) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
#about-us .features .feature:nth-of-type(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#about-us .features .feature:nth-of-type(3) {
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  z-index: 4;
}
#about-us .features .feature:nth-of-type(4) {
  bottom: 0%;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
}
#about-us .features .feature .quote {
  display: block;
  position: absolute;
  top: 65%;
  left: -20px;
  z-index: 10;
  width: 268px;
  opacity: 0;
}
#about-us .features .feature .quote::before {
  content: "";
  display: block;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #ffffff;
}
#about-us .features .rectangle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 330px;
  height: 330px;
  border: 5px solid #ffffff;
}
#about-us .quote {
  display: none;
  width: 300px;
  margin: 28px auto 0;
  padding: 30px;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
#about-us .quote .author {
  margin-top: 15px;
  font-family: "FuturaPTHeavy";
  font-style: normal;
  text-transform: uppercase;
}
#about-us .btn {
  width: 375px;
  margin-top: 120px;
}

@media (max-width: 1190px) {
  #about-us .features {
    width: calc(720px + (720 - 300) * (100vw - 1190px) / (1190 - 320));
    height: calc(656px + (656 - 280) * (100vw - 1190px) / (1190 - 320));
  }
  #about-us .features .feature {
    width: calc(238px + (238 - 100) * (100vw - 1190px) / (1190 - 320));
    height: calc(238px + (238 - 100) * (100vw - 1190px) / (1190 - 320));
    font-size: calc(21px + (21 - 10) * (100vw - 1190px) / (1190 - 320));
    line-height: calc(228px + (228 - 96) * (100vw - 1190px) / (1190 - 320));
    border-width: calc(5px + (5 - 2) * (100vw - 1190px) / (1190 - 320));
  }
  #about-us .features .feature .quote {
    left: calc(-20px + (-20 - -33) * (100vw - 1190px) / (1190 - 720));
    width: calc(268px + (268 - 220) * (100vw - 1190px) / (1190 - 720));
    padding: calc(30px + (30 - 14) * (100vw - 1190px) / (1190 - 720));
    font-size: calc(16px + (16 - 14) * (100vw - 1190px) / (1190 - 720));
    line-height: calc(24px + (24 - 22) * (100vw - 1190px) / (1190 - 720));
  }
  #about-us .features .feature .quote .author {
    margin-top: calc(15px + (15 - 10) * (100vw - 1190px) / (1190 - 720));
  }
  #about-us .features .rectangle {
    width: calc(330px + (330 - 130) * (100vw - 1190px) / (1190 - 320));
    height: calc(330px + (330 - 130) * (100vw - 1190px) / (1190 - 320));
    border-width: calc(5px + (5 - 2) * (100vw - 1190px) / (1190 - 320));
  }
  #about-us .btn {
    width: calc(375px + (375 - 300) * (100vw - 1190px) / (1190 - 320));
    margin-top: calc(120px + (120 - 70) * (100vw - 1190px) / (1190 - 320));
  }
}
@media (max-width: 720px) {
  #about-us .features .feature .quote {
    display: none;
  }
  #about-us .quote {
    display: block;
  }
}
#awards .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#awards .container > div {
  flex-basis: 46%;
}
#awards .container h4 {
  flex-basis: 100%;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
#awards .container .awards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
#awards .container .awards .awards-item {
  position: relative;
  flex-basis: 25%;
  width: 128px;
  height: 162px;
  padding: 117px 36px 28px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  background: url("../images/award.png") center no-repeat;
  background-size: contain;
}
#awards .container .awards .awards-item.width-shadow::before {
  position: absolute;
  top: 6%;
  left: 12%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/award-shadow.png") center no-repeat;
  background-size: contain;
}
#awards .container .text {
  text-align: left;
  font-size: 21px;
  line-height: 34px;
  font-family: "FuturaPTBook";
}
#awards .container .text p {
  padding-bottom: 20px;
}
#awards .container .text.align-center {
  align-self: center;
}
#awards .container .photo img {
  display: block;
  width: 100%;
}

@media (max-width: 1190px) {
  #awards .container h4 {
    font-size: calc(24px + (24 - 21) * (100vw - 1190px) / (1190 - 320));
  }
  #awards .container .awards {
    margin-bottom: calc(75px + (75 - 40) * (100vw - 1190px) / (1190 - 720));
  }
  #awards .container .awards .awards-item {
    height: calc(162px + (162 - 104) * (100vw - 1190px) / (1190 - 720));
    padding: calc(117px + (117 - 73) * (100vw - 1190px) / (1190 - 720)) calc(36px + (36 - 25) * (100vw - 1190px) / (1190 - 720)) calc(28px + (28 - 17) * (100vw - 1190px) / (1190 - 720));
    font-size: calc(12px + (12 - 10) * (100vw - 1190px) / (1190 - 720));
  }
  #awards .container .text {
    font-size: calc(21px + (21 - 17) * (100vw - 1190px) / (1190 - 720));
    line-height: calc(34px + (34 - 30) * (100vw - 1190px) / (1190 - 720));
  }
}
@media (max-width: 720px) {
  #awards .container > div {
    flex-basis: 100%;
  }
  #awards .container h4 {
    margin-bottom: 10px;
  }
  #awards .container .awards {
    margin-bottom: calc(75px + (75 - 25) * (100vw - 720px) / (720 - 320));
  }
  #awards .container .awards .awards-item {
    height: calc(162px + (162 - 104) * (100vw - 720px) / (720 - 320));
    padding: calc(117px + (117 - 72) * (100vw - 720px) / (720 - 320)) calc(36px + (36 - 15) * (100vw - 720px) / (720 - 320)) calc(28px + (28 - 7) * (100vw - 720px) / (720 - 320));
    font-size: calc(12px + (12 - 10) * (100vw - 720px) / (720 - 320));
  }
  #awards .container .text {
    font-size: calc(21px + (21 - 17) * (100vw - 720px) / (720 - 320));
    line-height: calc(34px + (34 - 30) * (100vw - 720px) / (720 - 320));
  }
  #awards .container .text:not(.align-center) {
    order: 2;
  }
  #awards .container .text:not(.align-center) p {
    padding: 20px 0 0;
  }
}
#our-team {
  background-color: #f8f8f8;
}
#our-team .bg-logo {
  bottom: -140px;
  left: -251px;
}
#our-team .container {
  position: relative;
}
#our-team .container .employees {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
#our-team .container .employees .employee {
  flex-basis: 32%;
  font-size: 16px;
  margin-bottom: 40px;
  font-family: "FuturaPTBook";
}
#our-team .container .employees .employee .photo {
  position: relative;
}
#our-team .container .employees .employee .photo img {
  display: block;
  width: 100%;
}
#our-team .container .employees .employee .photo .about {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 25px;
  height: 100%;
  padding: 30px;
  color: #000000;
  background-color: #efefef;
  opacity: 0;
  transition-duration: 0.3s;
}
#our-team .container .employees .employee .photo .about .phrase {
  margin-bottom: 15px;
  font-family: Georgia;
  font-style: italic;
}
#our-team .container .employees .employee .name-position {
  padding: 8px 0 15px;
  color: #f8f8f8;
  background-color: #1d1d4b;
}
#our-team .container .employees .employee .name-position .name {
  font-size: 18px;
  font-family: "FuturaPTDemi";
}
#our-team .container .employees .employee .name-position .position {
  line-height: 20px;
  text-transform: uppercase;
}
#our-team .container .employees .employee .contacts {
  height: 120px;
  padding: 20px 35px;
  color: #ffffff;
  background-color: #163775;
}
#our-team .container .employees .employee .contacts .contact {
  line-height: 28px;
  text-align: left;
  position: relative;
  padding-left: 35px;
}
#our-team .container .employees .employee .contacts .contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 28px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#our-team .container .employees .employee .contacts .contact.phone::before {
  background-image: url("../images/team-phone.svg");
}
#our-team .container .employees .employee .contacts .contact.email::before {
  background-image: url("../images/team-mail.svg");
}
#our-team .container .employees .employee .contacts .contact.linkedin::before {
  background-image: url("../images/team-linkedin.svg");
}
#our-team .container .employees .employee .contacts .contact a {
  color: #ffffff;
  text-decoration: none;
}
#our-team .container .employees .employee .contacts .contact a.hover-liner {
  background-image: linear-gradient(to top, #ffffff 1px, rgba(0, 0, 0, 0) 1px);
}
#our-team .container .employees .employee:hover .photo .about, #our-team .container .employees .employee.on-click .photo .about {
  opacity: 0.9;
}

@media (max-width: 1190px) {
  #our-team .container .employees {
    margin-bottom: calc(-40px + (-40 - -20) * (100vw - 1190px) / (1190 - 900));
  }
  #our-team .container .employees .employee {
    font-size: calc(16px + (16 - 14) * (100vw - 1190px) / (1190 - 900));
    margin-bottom: calc(40px + (40 - 20) * (100vw - 1190px) / (1190 - 900));
  }
  #our-team .container .employees .employee .photo .about {
    padding: calc(30px + (30 - 20) * (100vw - 1190px) / (1190 - 900));
    line-height: calc(25px + (25 - 18) * (100vw - 1190px) / (1190 - 900));
  }
  #our-team .container .employees .employee .photo .about .phrase {
    margin-bottom: calc(15px + (15 - 10) * (100vw - 1190px) / (1190 - 900));
  }
}
@media (max-width: 900px) {
  #our-team .container .employees {
    margin-bottom: calc(-40px + (-40 - -25) * (100vw - 900px) / (900 - 720));
  }
  #our-team .container .employees .employee {
    flex-basis: 48%;
    font-size: 16px;
    margin-bottom: calc(40px + (40 - 25) * (100vw - 900px) / (900 - 720));
  }
  #our-team .container .employees .employee .photo .about {
    padding: 30px;
    line-height: 25px;
  }
  #our-team .container .employees .employee .photo .about .phrase {
    margin-bottom: 15px;
  }
}
@media (max-width: 720px) {
  #our-team .bg-logo {
    display: none;
  }
  #our-team .container .employees {
    justify-content: center;
    margin-bottom: calc(-40px + (-40 - -12) * (100vw - 720px) / (720 - 320));
  }
  #our-team .container .employees .employee {
    flex-basis: calc(400px + (400 - 300) * (100vw - 720px) / (720 - 0));
    font-size: calc(16px + (16 - 14) * (100vw - 720px) / (720 - 320));
    margin-bottom: calc(40px + (40 - 12) * (100vw - 720px) / (720 - 320));
  }
  #our-team .container .employees .employee .photo .about {
    padding: calc(30px + (30 - 20) * (100vw - 720px) / (720 - 320));
    line-height: calc(25px + (25 - 18) * (100vw - 720px) / (720 - 320));
  }
  #our-team .container .employees .employee .photo .about .phrase {
    margin-bottom: calc(15px + (15 - 10) * (100vw - 720px) / (720 - 320));
  }
  #our-team .container .employees .employee .name-position {
    padding: 8px 0 15px;
  }
  #our-team .container .employees .employee .name-position .name {
    font-size: 18px;
  }
  #our-team .container .employees .employee .name-position .position {
    line-height: 20px;
  }
  #our-team .container .employees .employee .contacts {
    height: 120px;
    padding: 20px 35px;
  }
  #our-team .container .employees .employee .contacts .contact {
    line-height: 28px;
    padding-left: 35px;
  }
  #our-team .container .employees .employee .contacts .contact::before {
    width: 28px;
    background-size: 20px;
  }
}
#testimonials {
  background: url("../images/bg-testimonials.jpg") center no-repeat;
  background-size: cover;
}
#testimonials .reviews {
  margin-top: 100px;
  font-size: 21px;
  line-height: 38px;
  color: #ffffff;
}
#testimonials .reviews .review {
  padding: 65px 100px;
  background: rgba(22, 55, 117, 0.9);
}
#testimonials .reviews .review .author {
  margin-top: 20px;
}
#testimonials .reviews .slick-dots {
  display: flex;
  justify-content: center;
  margin: 45px auto 0;
}
#testimonials .reviews .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  cursor: hend;
}
#testimonials .reviews .slick-dots li button {
  display: none;
}
#testimonials .reviews .slick-dots li.slick-active {
  background-color: #ffffff;
  cursor: auto;
}

@media (max-width: 1190px) {
  #testimonials .reviews {
    margin-top: calc(100px + (100 - 65) * (100vw - 1190px) / (1190 - 320));
    font-size: calc(21px + (21 - 17) * (100vw - 1190px) / (1190 - 320));
    line-height: calc(38px + (38 - 30) * (100vw - 1190px) / (1190 - 320));
  }
  #testimonials .reviews .review {
    padding: calc(65px + (65 - 45) * (100vw - 1190px) / (1190 - 320)) calc(100px + (100 - 13) * (100vw - 1190px) / (1190 - 320));
  }
}
#showroom {
  position: relative;
  padding: 0;
}
#showroom h2 {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
#showroom .slider .slide {
  width: 100%;
  height: 785px;
  background-size: cover;
  background-position: center;
}
#showroom .slider .slick-arrow {
  position: absolute;
  top: 52%;
  z-index: 2;
  width: 64px;
  height: 64px;
  background: rgba(128, 128, 128, 0.8) url("../images/arrow-right.svg") center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
  transition-property: background-color, background-size;
  transition-duration: 0.2s;
}
#showroom .slider .slick-arrow:hover {
  background-color: gray;
  background-size: 60%;
}
#showroom .slider .slick-arrow.slick-prev {
  left: 80px;
  transform: translate(-50%, 50%) rotate(180deg);
}
#showroom .slider .slick-arrow.slick-next {
  right: 80px;
  transform: translate(50%, 50%);
}

@media (max-width: 1190px) {
  #showroom h2 {
    top: calc(80px + (80 - 40) * (100vw - 1190px) / (1190 - 320));
  }
  #showroom .slider .slide {
    height: calc(785px + (785 - 350) * (100vw - 1190px) / (1190 - 320));
  }
  #showroom .slider .slick-arrow {
    width: calc(64px + (64 - 45) * (100vw - 1190px) / (1190 - 320));
    height: calc(64px + (64 - 45) * (100vw - 1190px) / (1190 - 320));
  }
  #showroom .slider .slick-arrow.slick-prev {
    left: calc(80px + (80 - 30) * (100vw - 1190px) / (1190 - 320));
  }
  #showroom .slider .slick-arrow.slick-next {
    right: calc(80px + (80 - 30) * (100vw - 1190px) / (1190 - 320));
  }
}
#location {
  position: relative;
  background: url("../images/bg-location.jpg") center no-repeat;
  background-size: cover;
}
#location .circle {
  width: 535px;
  height: 535px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #163775;
}
#location .circle h2 {
  position: relative;
  margin-bottom: 20px;
  padding-top: 200px;
  line-height: 42px;
}
#location .circle h2::before {
  position: absolute;
  top: 105px;
  left: 0;
  content: "";
  width: 100%;
  height: 68px;
  background: url("../images/location.svg") center no-repeat;
  background-size: contain;
}
#location .circle .info {
  width: auto;
  color: #ffffff;
}
#location .label {
  position: absolute;
  right: 30px;
  bottom: 25px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 720px) {
  #location {
    position: relative;
    background: url("../images/bg-location.jpg") center no-repeat;
    background-size: cover;
  }
  #location .circle {
    width: calc(535px + (535 - 285) * (100vw - 720px) / (720 - 320));
    height: calc(535px + (535 - 285) * (100vw - 720px) / (720 - 320));
  }
  #location .circle h2 {
    padding-top: calc(200px + (200 - 100) * (100vw - 720px) / (720 - 320));
    font-size: calc(40px + (40 - 21) * (100vw - 720px) / (720 - 320));
    line-height: calc(42px + (42 - 22) * (100vw - 720px) / (720 - 320));
  }
  #location .circle h2::before {
    top: calc(105px + (105 - 50) * (100vw - 720px) / (720 - 320));
    height: calc(68px + (68 - 36) * (100vw - 720px) / (720 - 320));
  }
  #location .circle .info {
    font-size: calc(21px + (21 - 16) * (100vw - 720px) / (720 - 320));
    line-height: calc(34px + (34 - 18) * (100vw - 720px) / (720 - 320));
  }
  #location .label {
    display: none;
  }
}
#contact .form-contacts_map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .form-contacts_map .form {
  padding: 30px 35px;
  flex-basis: 48.5%;
  background-color: #f7f7f7;
}
#contact .form-contacts_map .form form input:not([type=submit]),
#contact .form-contacts_map .form form textarea {
  display: block;
  width: 100%;
  margin: 20px 0;
  line-height: 30px;
  font-size: 18px;
  font-family: "FuturaPTBook";
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
#contact .form-contacts_map .form form input:not([type=submit]) {
  height: 50px;
  padding: 0 15px;
}
#contact .form-contacts_map .form form input[name=firstname],
#contact .form-contacts_map .form form input[name=lastname] {
  margin: 0;
}
#contact .form-contacts_map .form form textarea {
  height: 180px;
  padding: 10px 15px;
}
#contact .form-contacts_map .form form input[type=submit] {
  margin-top: 45px;
  padding: 0;
  font-size: 22px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
#contact .form-contacts_map .form form .first-last-names {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .form-contacts_map .form form .first-last-names input {
  flex-basis: 47.5%;
  margin: 0;
}
#contact .form-contacts_map .contacts_map {
  flex-basis: 48.5%;
}
#contact .form-contacts_map .contacts_map .contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
#contact .form-contacts_map .contacts_map .contacts .cont {
  margin-bottom: 25px;
  flex-basis: 47%;
  text-align: left;
}
#contact .form-contacts_map .contacts_map .contacts .cont .header {
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "FuturaPTDemi";
  color: #163775;
  text-transform: uppercase;
}
#contact .form-contacts_map .contacts_map .contacts .cont a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: "FuturaPTBook";
  text-decoration: none;
}
#contact .form-contacts_map .contacts_map .contacts .cont a:hover {
  color: #163775;
}
#contact .form-contacts_map .contacts_map .contacts .cont .email {
  color: #163775;
}
#contact .form-contacts_map .contacts_map .contacts .cont .linkedin img {
  display: block;
  width: 32px;
  height: 32px;
}
#contact .form-contacts_map .contacts_map .map {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#contact .form-contacts_map .contacts_map .map iframe {
  margin-top: -115px;
}

@media (max-width: 900px) {
  #contact {
    padding-bottom: 0;
  }
  #contact .container {
    padding: 0;
  }
  #contact .container .form-contacts_map .form {
    padding: 30px calc(35px + (35 - 10) * (100vw - 900px) / (900 - 320));
    flex-basis: 100%;
  }
  #contact .container .form-contacts_map .form form input:not([type=submit]),
  #contact .container .form-contacts_map .form form textarea {
    margin: calc(20px + (20 - 14) * (100vw - 900px) / (900 - 320)) 0;
    line-height: calc(30px + (30 - 22) * (100vw - 900px) / (900 - 320));
    font-size: calc(18px + (18 - 14) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .form form input:not([type=submit]) {
    height: calc(50px + (50 - 40) * (100vw - 900px) / (900 - 320));
    padding: 0 calc(15px + (15 - 12) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .form form input[name=firstname],
  #contact .container .form-contacts_map .form form input[name=lastname] {
    margin: 0;
  }
  #contact .container .form-contacts_map .form form textarea {
    height: calc(180px + (180 - 145) * (100vw - 900px) / (900 - 320));
    padding: calc(10px + (10 - 8) * (100vw - 900px) / (900 - 320)) calc(15px + (15 - 12) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .form form input[type=submit] {
    margin-top: calc(45px + (45 - 30) * (100vw - 900px) / (900 - 320));
    font-size: calc(22px + (22 - 16) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .form form .first-last-names input {
    flex-basis: 47.5%;
  }
  #contact .container .form-contacts_map .contacts_map {
    flex-basis: 100%;
  }
  #contact .container .form-contacts_map .contacts_map .contacts {
    justify-content: space-between;
    padding: 30px;
  }
  #contact .container .form-contacts_map .contacts_map .contacts .cont {
    margin-bottom: calc(25px + (25 - 18) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .contacts .cont .header {
    margin-bottom: calc(5px + (5 - 2) * (100vw - 900px) / (900 - 320));
    font-size: calc(24px + (24 - 19) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .contacts .cont a {
    font-size: calc(18px + (18 - 14) * (100vw - 900px) / (900 - 320));
    line-height: calc(32px + (32 - 24) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .contacts .cont .linkedin img {
    width: calc(32px + (32 - 26) * (100vw - 900px) / (900 - 320));
    height: calc(32px + (32 - 26) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .map {
    height: calc(420px + (420 - 290) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .map iframe {
    margin-top: calc(-115px + (-115 - -200) * (100vw - 900px) / (900 - 320));
  }
}
@media (max-width: 400px) {
  #contact .container .form-contacts_map .form form .first-last-names input {
    flex-basis: 100%;
  }
  #contact .container .form-contacts_map .form form .first-last-names input[name=firstname] {
    margin-bottom: calc(20px + (20 - 14) * (100vw - 900px) / (900 - 320));
  }
  #contact .container .form-contacts_map .contacts_map .contacts .cont {
    flex-basis: 100%;
  }
}
