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

a {
  color: black;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a:active {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font: 400 16px 'Open Sans', sans-serif;
  color: var(--mainTextColor);
}

html,
body {
  height: 100%;
}

.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.hero {
  padding: 60px 0 120px;
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero__text-content {
  width: 100%;
}

.hero__title {
  font: 300 60px 'Roboto';
  color: var(--titleColor);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.hero__descr {
  font: 400 16px 'Open Sans';
  color: var(--descrColor);
  margin-bottom: 30px;
}

.hero__image {
  width: 100%;
  height: 686px;
}

.psv-container {
    background: transparent !important;
}

.psv-canvas-container {
    background: transparent !important;
    opacity: 0;
}

.psv-loader-container {
    display: none !important;
    opacity: 0 !important;
}

.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-content {
  position: relative;
  right: -35%;
  -webkit-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  transform: translateX(-35%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 590px;
  padding: 0 15px;
  margin: -11px;
  margin-top: -404px;
}

.card-content__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 11px;
}

.card-content__item_body {
  background: var(--cardColor);
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 263px;
  padding: 30px;
  transition: all 0.2s ease-in-out;
}

.card-content__item_body:hover {
  background: #e7eaef;
}

.card-content__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 64px;
  color: var(--iconColor);
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.card-content__item .card-content__item_body:hover .card-content__icon {
  color: #3d434a;
}

.card-content__title {
  font: 400 20px 'Roboto';
  color: var(--descrColor);
  margin-bottom: 20px;
}

.card-content__text {
  font: 400 16px 'Open Sans';
  color: var(--descrColor);
}

.text-content {
  width: 100%;
  margin-top: -110px;
}

.text-content__body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 55%;
  margin-right: auto;
}

.text-content__text {
  text-align: left;
  margin-right: 20px;
}

.text-content__button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-height: 64px;
  border: none;
  outline: none;
  border-radius: 3px;
  color: #222;
  background-color: var(--footerBG);
  cursor: pointer;
  transition: all 0.1s ease-out;
}

.text-content__button:hover {
  color: #fff;
  background-color: rgb(151, 151, 151);
}

.footer {
  background: var(--footerBG);
  padding: 60px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: var(--footerTextColor);
}

.footer--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -12px;
  margin-bottom: 40px;
}

.ft--items {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  padding: 12px;
}

.ft--left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fli--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.fli--logo img {
  display: block;
  width: auto;
  max-height: 36px;
}

.fli--logo-text {
  font-size: 28px;
}

.fli--address {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-bottom: 30px;
}

.fli--phone-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.fli--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.fli--mail {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  margin-bottom: 20px;
}

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

.fli--social-item {
  display: block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fli--social-item:hover {
  background: var(--footerTextColor);
  text-decoration: none;
}

.fli--social-item:hover i {
  color: var(--footerBG);
}

.fli--social-item:not(:last-child) {
  margin-right: 8px;
}

.fli--social-item i {
  font-size: 18px;
  color: var(--footerTextColor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fci--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fci--list a {
  color: var(--footerTextColor);
}

.fci--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.fci--link span {
  font: 600 14px/1 'Raleways', sans-serif;
}

.fci--link span:hover {
  color: var(--linkHover);
}

.fci--link:not(:last-child) {
  margin-bottom: 20px;
}

.fci--link i {
  font-size: 12px;
  color: var(--linkHover);
  margin-right: 8px;
}

.fri--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: var(--footerTextColor);
  margin-bottom: 20px;
}

.fri--text {
  font-size: 14px;
  line-height: 1.5;
}

.footer--bottom {
  font: 400 16px/1.5 Roboto, sans-serif;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--footerTextColor);
  text-align: center;
  color: var(--footerTextColor);
}

@media only screen and (max-width: 1560px) {
    .text-content__body {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1400px) {
    .text-content__body {
        max-width: 40%; 
    }
}

@media only screen and (max-width: 1150px) {
  .hero {
    padding: 60px 0;
  }

  .text-content {
    margin-top: 40px;
  }

  .text-content__body {
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .text-content__body {
    flex-direction: column;
  }

  .text-content__text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .footer--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ft--items {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .ft--items:first-child {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .hero__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 615px) {
  .ft--items {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .ft--items:first-child {
    margin-bottom: 0;
  }

  .ft--items:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .text-content__button {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .hero__title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .card-content {
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .card-content__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
