* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: Montserrat;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto;
  margin-top: 50px;
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,73.125rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
body {
  background-color: #f1fafc
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px
}
.header {
  background-color: #fff;
  box-shadow: 0 4rem 24rem rgba(0,0,0,.0392156863);
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 99
}
.header__content {
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  align-items: center
}
.header__logo {
  width: 196px;
  height: 40px
}
.header__logo img {
  width: 196px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain
}
.menu__top {
  display: none
}
.menu__wrapper {
  width: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,.0392156863);
  background-color: #fff
}
.menu__content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}
.menu__list {
  display: flex;
  align-items: center;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px
}
.menu__list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
  transition: color .5s ease
}
.menu__buttons {
  display: flex;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px
}
.menu__button {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: all .5s ease
}
.menu__button.button-white {
  background-color: rgba(0,0,0,0);
  color: #f16600;
  border: 1px solid #f16600
}
.menu__button.button-orange {
  border: 1px solid #f16600;
  background-color: #f16600;
  color: #fff
}
.icon-menu {
  display: none
}
.footer {
  box-shadow: 0 4px 32px rgba(0,0,0,.0392156863);
  border-radius: 16px 16px 0 0;
  background-color: #fff
}
.footer__body {
  display: flex;
  align-items: center
}
.footer__leftside {
  flex: 0 0 68%;
  border-right: 1px solid #e2e2e2
}
.footer__top {
  padding: 37px 37px 24px 37px;
  display: flex;
  align-items: flex-end;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  border-bottom: 1px solid #e2e2e2
}
.footer__logo {
  width: 194px;
  height: 40px
}
.footer__logo img {
  width: 194px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain
}
.footer__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #333
}
.footer__content {
  padding: 24px 37px 37px 37px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px
}
.footer__rightside {
  flex: 0 0 32%;
  padding: 40px 0 40px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 36px
}
.content-footer__title {
  font-size: 19px;
  font-weight: 700;
  color: #333
}
.content-footer__title:not(:last-child) {
  margin-bottom: 20px
}
.content-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 7px
}
.content-footer__list:not(:last-child) {
  margin-bottom: 20px
}
.content-footer__list a {
  font-size: 14px;
  color: #333;
  transition: color .5s ease
}
.content-footer__socials {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px
}
.content-footer__socials img {
  width: 24px;
  height: 24px;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease
}
.rightside-footer__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #000
}
.rightside-footer__title:not(:last-child) {
  margin-bottom: 12px
}
.rightside-footer__text {
  color: #000;
  font-size: 16px;
  line-height: 1.5625
}
.form-footer {
  position: relative
}
.form-footer__input {
  border: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.1;
  color: #000;
  padding: 13px 15px;
  width: 100%;
  outline: 0
}
.form-footer__button {
  position: absolute;
  width: auto;
  height: 40px;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f16600;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}
.form-footer__button svg {
  width: 24px;
  height: 24px
}
@media (max-width:50em) {
  .menu__top {
    display: flex;
    box-shadow: 0 4px 24px rgba(0,0,0,.0392156863);
    border-radius: 0 0 16px 16px;
    padding: 16px 10px;
    margin-bottom: 20px;
    background-color: #fff
  }
  .menu__content {
    width: 100%;
    height: 100%;
    padding: 27px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 20px
  }
  .menu__body {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease
  }
  .menu-open .menu__body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .menu__list {
    padding-top: 24px;
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start
  }
  .menu__list a {
    font-size: 18px;
    line-height: 24px
  }
  .menu__buttons {
    flex-direction: column-reverse;
    row-gap: 9px
  }
  .menu__button {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 15px
  }
  .icon-menu {
    margin-left: auto;
    display: block;
    position: relative;
    width: 20px;
    height: 14px;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .5s ease;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media (max-width:50em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:62.5em) {
  .menu__list {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px
  }
  .menu__list a {
    text-align: center
  }
}
@media (max-width:56.25em) {
  .footer {
    padding: 56px 0;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    border-radius: 0
  }
  .footer__body {
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    border-radius: 16px
  }
  .footer__leftside {
    border-right: none;
    border-bottom: 1px solid #e2e2e2
  }
  .footer__top {
    padding: 16px 15px
  }
  .footer__title {
    font-weight: 400
  }
  .footer__content {
    padding: 16px 15px
  }
  .footer__rightside {
    padding: 16px 15px 10px;
    flex-direction: row;
    align-items: center;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px
  }
  .rightside-footer__top {
    flex: 0 0 calc(50% - 8px)
  }
  .rightside-footer__form {
    flex: 0 0 calc(50% - 8px)
  }
}
@media (max-width:37.5em) {
  .container {
    padding: 0 12px
  }
  .footer {
    padding: 26px 0
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
    row-gap: 10px
  }
  .footer__title {
    max-width: 200px;
    text-align: center;
    font-size: 15px
  }
  .footer__content {
    grid-template-columns: repeat(1,1fr);
    row-gap: 24px
  }
  .footer__rightside {
    flex-direction: column;
    align-items: stretch;
    row-gap: 15px
  }
  .content-footer__title {
    font-size: 21px
  }
  .content-footer__list a {
    font-size: 17px
  }
  .content-footer__list {
    row-gap: 12px
  }
  .content-footer__list:not(:last-child) {
    margin-bottom: 12px
  }
  .content-footer__socials img {
    width: 30px;
    height: 30px
  }
}
@media (any-hover:hover) {
  .menu__list a:hover {
    color: #f16600
  }
  .menu__button.button-white:hover {
    box-shadow: 0 3px 7px rgba(241,102,0,.4)
  }
  .menu__button.button-orange:hover {
    background-color: #ff8022;
    border: 1px solid #ff8022;
    box-shadow: 0 3px 7px rgba(241,102,0,.4)
  }
  .content-footer__list a:hover {
    color: #f16600;
    text-decoration: underline
  }
  .content-footer__socials li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}