@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --sect-offset: 120px;
  --main-color: #f5ab64;
  --accent-color: #a9299f;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

body, html {
  font-size: 16px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #efefef;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #000;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
}

ul, ol {
  padding-left: 1.4em;
}

h1 {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  font-size: 62px;
}

h2 {
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  font-size: 38px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  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: var(--app-height);
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.c-main {
  color: var(--main-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-gradient {
  display: inline-block;
  color: var(--accent-color);
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .c-gradient {
    background-color: #a9299f;
    background-image: linear-gradient(-120deg, rgba(252, 167, 8, 0) 20%, #fca708 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.m-sect {
  margin-top: var(--sect-offset);
  margin-bottom: var(--sect-offset);
}

.mt-sect {
  margin-top: var(--sect-offset);
}

.mb-sect {
  margin-bottom: var(--sect-offset);
}

.title {
  text-align: center;
  margin: 0 auto 90px;
}
.title h2 {
  margin-bottom: 42px;
}

.subhead {
  font-weight: 500;
  font-size: 38px;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 0.5em 1.2em;
  min-height: 75px;
  border: none;
  border-radius: 12px;
  background-color: #a9299f;
  background-image: linear-gradient(-120deg, rgba(252, 167, 8, 0) 20%, #fca708 70%);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background-color: #cb5c63;
}
.btn > * {
  display: inline-block;
}
.btn .ic {
  font-size: 1.8em;
}
.btn._head {
  min-height: 50px;
  font-size: 17px;
}
.btn._big {
  padding: 0.4em 1em;
  font-size: 33px;
}
.btn._big .ic {
  font-size: 1.4em;
}

.nav-arrow-prev,
.nav-arrow-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: -0.5em 0 0;
  font-size: 27px;
  color: #939192;
  -webkit-transition: opacity 0.15s, color 0.3s;
  transition: opacity 0.15s, color 0.3s;
}
.nav-arrow-prev:hover,
.nav-arrow-next:hover {
  color: var(--accent-color);
}
.nav-arrow-prev.swiper-button-disabled, .nav-arrow-prev.disabled,
.nav-arrow-next.swiper-button-disabled,
.nav-arrow-next.disabled {
  cursor: default;
  color: #939192;
  opacity: 0.3;
}
.nav-arrow-prev.swiper-button-lock,
.nav-arrow-next.swiper-button-lock {
  display: none !important;
}

.nav-arrow-prev {
  left: 0;
}

.nav-arrow-next {
  right: 0;
}

.sandwich {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-color: #a9299f;
  background-image: linear-gradient(-120deg, rgba(252, 167, 8, 0) 20%, #fca708 70%);
}
.sandwich span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fff;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, transform 0.4s;
  transition: width 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sandwich span:nth-child(1) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.sandwich span:nth-child(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.sandwich.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sandwich.active span:nth-child(2) {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
}
.sandwich.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.4s, backdrop-filter 0.4s;
  transition: background-color 0.4s, backdrop-filter 0.4s;
}
.header__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  padding: 25px 0;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.header__toggle {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo {
  display: inline-block;
  max-width: 200px;
  margin-right: auto;
}
.header__logo img {
  display: block;
  max-height: 40px;
}
.header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu a:hover, .header__menu a.mPS2id-highlight {
  color: var(--accent-color);
}
.header .btn._head {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header._scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.header._scrolled .header__grid {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bann {
  position: relative;
  padding-top: 190px;
  margin-bottom: 65px;
  text-align: center;
}
.bann__back {
  pointer-events: none;
  position: absolute;
  z-index: -10;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 160%;
}
.bann__img {
  position: relative;
  z-index: 1;
  margin: -125px 45px 0 -45px;
  pointer-events: none;
}
.bann__action {
  position: relative;
  z-index: 2;
  margin: -30px 0 0;
}

.dep-socials .title {
  max-width: 780px;
}

.dep-socials-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.dep-socials-slider .nav-arrow-prev,
.dep-socials-slider .nav-arrow-next {
  margin-top: 20px;
}
.dep-socials-slider .swiper-slide {
  height: auto;
}

.dep-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dep-social-item__img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto -65px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.dep-social-item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 90px 18px 24px;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #f7f7f7;
  text-align: center;
}
.dep-social-item__main > :last-child {
  margin-bottom: 0;
}
.dep-social-item__head {
  font-weight: 600;
}
.dep-social-item__descr {
  color: #b5b5b5;
}

.advants .title {
  max-width: 700px;
}
.advants__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 0;
  margin: 0 -15px;
}
.advants__grid._col-3 .advant-item {
  width: 33.33%;
}

.advant-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
  padding: 0 15px;
  text-align: center;
}
.advant-item .img-box {
  max-width: 205px;
  margin: 0 auto 50px;
}
.advant-item .img-box:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 83%;
}
.advant-item p {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
}

.reviews-slider {
  margin: 0 auto;
  max-width: 960px;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #f7f7f7;
}
.reviews-slider .nav-arrow-prev,
.reviews-slider .nav-arrow-next {
  top: auto;
  margin: 0;
  bottom: 30px;
  font-size: 40px;
}
.reviews-slider .nav-arrow-prev {
  left: 20px;
  color: var(--main-color);
}
.reviews-slider .nav-arrow-next {
  right: 20px;
  color: var(--accent-color);
}
.reviews-slider .swiper-slide {
  height: auto;
}

.review-item {
  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: 350px;
  padding: 18px 60px 30px 20px;
}
.review-item__grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.review-item__avatar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 60px;
  display: block;
  width: 185px;
  height: 185px;
  border-radius: 50%;
}
.review-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-top: 14px;
}
.review-item__name {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
}
.review-item__descr {
  margin-bottom: 0;
  font-size: 23px;
  color: #6e6e6e;
}
.review-item__date {
  margin: 35px 0 0;
  padding-left: 245px;
  line-height: 20px;
  font-size: 17px;
  color: #6e6e6e;
}

.contacts__action {
  text-align: center;
}
.contacts__hand {
  display: block;
  margin: 55px auto 0;
}

.footer {
  /*padding: 40px 0;*/
  padding: 20px 0 20px 0;
  background: #bababa;
  color: #fff;
}
.footer__content {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
}
.footer__content a {
  text-decoration: none;
}
.footer__content a:hover {
  text-decoration: underline;
}
.footer__content img {
  display: inline-block;
  margin-bottom: 20px;
}




form,
.gfort-form-block {
    z-index: 1;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px !important;
}
.gfort-form-block { margin-bottom: 36px; }

/* Container
----------------------------------------------------------------------------- */
.gfort-form-block-container {
    width: auto;
    display: block;
    margin: 0 -12px;
    position: relative;
}
.gfort-form-block-container::after {
    clear: both;
    content: '';
    display: table;
}
.gfort-form-block-container form { margin-bottom: -24px; }

/* Form
----------------------------------------------------------------------------- */
form {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gfort-form-block form .row {
    margin-left: -12px;
    margin-right: -12px;
}
.gfort-form-block form > p,
.gfort-form-block form > div,
.gfort-form-block form > .gfort-label,
.gfort-form-block form [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}
.gfort-form-block-start form {
    -webkit-flex-align: flex-start;
        -ms-flex-align: flex-start;
           align-items: flex-start;
}

/* Elements
----------------------------------------------------------------------------- */
.gfort-form-control {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px;
    padding: 8px 16px;
    line-height: 24px;
    border-width: 1px;
    position: relative;
    border-radius: 2px;
    border-style: solid;
    outline-offset: -2px;
    outline: none !important;
    background-clip: padding-box;

    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition: all 0.30s ease-in-out;
            transition: all 0.30s ease-in-out;
}
.gfort-form-control:focus {
    outline: none;

    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button:disabled,
.gfort-form-control:disabled,
.gfort-form-control[readonly] {
    cursor: not-allowed;
}

/* Select */
select.gfort-form-control {
    -ms-word-wrap: normal;
        word-wrap: normal;
       word-break: normal;
}
select.gfort-form-control:not([multiple]) {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-image: url(../images/select-dark.svg);
}
select.gfort-form-control.light-color:not([multiple]),
.light-color select.gfort-form-control:not([multiple]) {
    background-image: url(../images/select-light.svg);
}

/* Textarea */
textarea.gfort-form-control {
    overflow: auto;
    resize: vertical;
}

/* Radio / Checkbox */
.gfort-form-control[type=radio],
.gfort-form-control[type=checkbox] {
    padding: 0;
    float: left;
    width: 14px;
    height: 14px;
    color: #000000;
    cursor: pointer;
    margin: 0 6px 0 0;
    position: relative;
    box-sizing: border-box;
}
.gfort-form-control[type=radio] { border-radius: 50%; }
.gfort-form-control[type=radio]:checked { border-width: 4px; }

.gfort-form-control[type=checkbox]::before {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    width: 12px;
    height: 12px;
    color: inherit;
    font-size: 8px;
    padding: 0 1px;
    /*content: '\f00c';*/
    content: "";
    background: #fca708 ;
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
}
.gfort-form-control[type=checkbox]:checked::before { opacity: 1; }

/* Color */
.gfort-form-control[type=color] {
    width: 48px;
    height: 42px;
    padding: 6px 8px;
}

/* Range */
.gfort-form-control[type=range] {
    padding: 0;
    height: 6px;
    border-width: 0;
    outline: none !important;
}
.gfort-form-control[type=range]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-width: 0;
    border-radius: 50%;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.gfort-form-control[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-width: 0;
    cursor: pointer;
    border-radius: 50%;
}
.gfort-form-control[type=range]::-moz-range-track {
    outline: none !important;
    background-color: transparent;
}

/* number */
.gfort-form-control[type=number]::-webkit-inner-spin-button,
.gfort-form-control[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/* Search */
.gfort-form-control[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.gfort-clear-search[type=search]::-ms-clear {
    width: 0;
    height: 0;
    display: none;
}
.gfort-clear-search[type=search]::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}
.gfort-clear-search[type=search]::-webkit-search-decoration,
.gfort-clear-search[type=search]::-webkit-search-cancel-button,
.gfort-clear-search[type=search]::-webkit-search-results-button,
.gfort-clear-search[type=search]::-webkit-search-results-decoration {
    display: none;
}

/* File */
.gfort-form-control[type=file] { padding: 6px; }
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

/* Date */
.gfort-form-control[type=date],
.gfort-form-control[type=time],
.gfort-form-control[type=datetime-local],
.gfort-form-control[type=month] {
    -webkit-appearance: listbox;
}

/* Label */
.gfort-label {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    margin: 0 auto 24px;
}
.gfort-label-inline {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.gfort-label-title {
    cursor: default;
    margin-bottom: 18px;
}
.gfort-cursor-normal { cursor: text; }

.gfort-label .gfort-form-control {
    margin-top: 12px;
    margin-bottom: 0;
}
.gfort-label .gfort-form-control[type=range] { margin-top: 18px; }
.gfort-label .gfort-form-control[type=radio],
.gfort-label .gfort-form-control[type=checkbox] {
    margin-top: 2px;
}

.gfort-input-type-radio,
.gfort-input-type-checkbox {
    font-size: 16px;
    line-height: 1.3;
    text-align: initial;
    margin-bottom: 18px;
}
.gfort-input-type-radio + .gfort-input-type-radio,
.gfort-input-type-checkbox + .gfort-input-type-checkbox {
    margin-top: -6px;
}

/* Button */
.gfort-form-block [type=button],
.gfort-form-block [type=submit],
.gfort-form-block [type=reset] {
    margin-bottom: 24px;
}

/* Small */
.gfort-form-block small,
.gfort-form-block .small {
    display: block;
    line-height: 1.5;
    margin: 0 0 24px;
}
.light-color.gfort-form-block small,
.light-color .gfort-form-block small {
    font-weight: 700;
}

.gfort-form-block form > p, .gfort-form-block form > div, .gfort-form-block form > .gfort-label, .gfort-form-block form [class*='col-']
{
    padding-left: 12px;
    padding-right: 12px;
}

.error, .red-color{
    color: #ff0000;
}

.gfort-btn{
  font-size: 14px;
  min-height: 40px;
}

.sent-message{
  text-align: center;
  display: none;
  margin-bottom: 90px;
}
.sent-message-show{
  display: block;
}
.hide-block{
  display: none;
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}