@charset "UTF-8";
section.section-intro .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EDEDE5;
  gap: 45px;
}
section.section-intro .wrapper .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 45px) / 2);
          flex: 1 1 calc((100% - 45px) / 2);
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}
section.section-intro .wrapper .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section-intro .wrapper .content {
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 45px) / 2);
          flex: 1 0 calc((100% - 45px) / 2);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.section-intro .wrapper .content h2 {
  max-width: 576px;
  margin: 0 0 30px;
  font: 700 26px/1.2 "Montserrat-Ace";
  color: #9E9780;
  letter-spacing: 1px;
}
section.section-intro .wrapper .content .text {
  max-width: 576px;
  font: 400 16px/1.2 "Montserrat-Ace";
  color: #393939;
}
section.section-intro .wrapper .content .text .highlighted {
  font: 700 20px/1.2 "Montserrat-Ace";
  color: #9E9780;
  letter-spacing: 1px;
}
section.section-intro .wrapper .content .btn-default {
  margin-top: 50px;
}
@media (max-width: 991px) {
  section.section-intro .wrapper {
    gap: 0;
  }
}
@media (max-width: 768px) {
  section.section-intro .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-intro .wrapper .image {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  section.section-intro .wrapper .content {
    padding: 40px 20px;
  }
}

section.section-advantages .section-title {
  max-width: 900px;
  margin: 0 auto 50px;
}
section.section-advantages .advantages-grid {
  max-width: 1004px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
}
section.section-advantages .advantages-grid .advantage {
  padding: 20px 30px;
  background: #FBFBFB;
  border-radius: 12px;
}
section.section-advantages .advantages-grid .advantage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
section.section-advantages .advantages-grid .advantage .content h3 {
  margin: 0;
  font: 700 20px/1.2 "Montserrat-Ace";
  color: #808E7D;
  letter-spacing: 1px;
}
section.section-advantages .advantages-grid .advantage .content .text {
  font: 400 16px/1.2 "Montserrat-Ace";
  color: #393939;
}
section.section-advantages .advantages-grid .advantage .content .text ul {
  margin-top: 0;
  padding-left: 24px;
}
@media (max-width: 991px) {
  section.section-advantages .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section.section-advantages .advantages-grid {
    grid-template-columns: 1fr;
  }
}

section.section-reviews .container {
  max-width: 1624px !important;
  padding: 0 40px;
}
section.section-reviews .reviews-slider .slick-prev {
  left: -40px;
}
section.section-reviews .reviews-slider .slick-next {
  right: -40px;
}
@media (max-width: 1440px) {
  section.section-reviews .reviews-slider .slick-prev {
    left: -30px;
  }
  section.section-reviews .reviews-slider .slick-next {
    right: -30px;
  }
}
section.section-reviews .reviews-item {
  margin: 0 12px !important;
}
section.section-reviews .reviews-item .content_block.hide {
  height: 90px;
}
section.section-reviews .reviews-item .content_block.hide:after {
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FBFBFB));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FBFBFB 100%);
}
section.section-reviews .reviews-item .item {
  padding: 20px;
  border: none;
  border-radius: 10px;
  background: #FBFBFB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-reviews .reviews-item .item .logo {
  margin-bottom: 20px;
}
section.section-reviews .reviews-item .item .logo img {
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
}
section.section-reviews .reviews-item .item .name {
  font: 700 18px/1.2 "Montserrat-Ace";
  color: #9E9780;
  text-align: center;
}
section.section-reviews .reviews-item .item .text {
  margin-bottom: 0;
  font-family: "Montserrat-Ace", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #9E9780;
}
section.section-reviews .reviews-item .item .content_toggle {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Montserrat-Ace", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #808E7D;
}

section.section-infa8 .container {
  max-width: 1624px !important;
  padding: 0 40px;
}
section.section-infa8 .place-slider .slick-prev {
  left: -40px;
}
section.section-infa8 .place-slider .slick-next {
  right: -40px;
}
@media (max-width: 1440px) {
  section.section-infa8 .place-slider .slick-prev {
    left: -30px;
  }
  section.section-infa8 .place-slider .slick-next {
    right: -30px;
  }
}
section.section-infa8 .place-item .item {
  border: none;
  background: #FBFBFB;
}
section.section-infa8 .place-item .item .content .place {
  font: 700 16px/1.2 "Montserrat-Ace";
  color: #393939;
}
section.section-infa8 .place-item .item .content .text {
  color: #393939;
}
section.section-infa8 .place-item .item:hover .text {
  color: #393939;
}
section.section-infa8 .place-item .item .img {
  position: relative;
}
section.section-infa8 .place-item .item .img::after {
  content: none;
}
section.section-infa8 .place-item .item .img a:after {
  content: "";
  background: url(../i/go.svg) 50% 50% no-repeat;
  width: 46px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: none;
}
section.section-infa8 .place-item .item .img a:hover:after {
  opacity: 1;
}
section.section-infa8 .place-item .item .img-title {
  padding: 0 20px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  font: 700 40px/1.2 "Montserrat-Ace";
  color: #ffffff;
  text-align: center;
}

section.section-form {
  padding: 100px 0;
  margin-bottom: 0;
  background: #EDEDE5;
}
section.section-form .section-title {
  margin-bottom: 0;
  font: 700 38px/1.2 "Montserrat-Ace";
  color: #243B55;
}
section.section-form .subtitle {
  padding: 20px 0;
  font: 400 18px/1.6 "Montserrat-Ace";
  color: #131313;
  text-align: center;
}
section.section-form .form-wrapper {
  max-width: 1068px;
  margin: 0 auto;
}
section.section-form .form-wrapper form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(50px, auto);
  gap: 37px;
}
section.section-form .form-wrapper form input[name^=name-] {
  grid-column: span 3;
  border: 1px solid #D8E2FF;
}
section.section-form .form-wrapper form input[name^=name-]::-webkit-input-placeholder {
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=name-]::-moz-placeholder {
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=name-]:-ms-input-placeholder {
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=name-]::-ms-input-placeholder {
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=name-]::placeholder {
  color: #D9D9D9;
}
@media (max-width: 991px) {
  section.section-form .form-wrapper form input[name^=name-]::-webkit-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=name-]::-moz-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=name-]:-ms-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=name-]::-ms-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=name-]::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  section.section-form .form-wrapper form input[name^=name-]::-webkit-input-placeholder {
    text-align: center;
  }
  section.section-form .form-wrapper form input[name^=name-]::-moz-placeholder {
    text-align: center;
  }
  section.section-form .form-wrapper form input[name^=name-]:-ms-input-placeholder {
    text-align: center;
  }
  section.section-form .form-wrapper form input[name^=name-]::-ms-input-placeholder {
    text-align: center;
  }
  section.section-form .form-wrapper form input[name^=name-]::placeholder {
    text-align: center;
  }
}
section.section-form .form-wrapper form input[name^=tel-],
section.section-form .form-wrapper form input[name^=email-],
section.section-form .form-wrapper form input[name^=position] {
  border: 1px solid #D8E2FF;
}
section.section-form .form-wrapper form input[name^=tel-]::-webkit-input-placeholder, section.section-form .form-wrapper form input[name^=email-]::-webkit-input-placeholder, section.section-form .form-wrapper form input[name^=position]::-webkit-input-placeholder {
  text-align: center;
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=tel-]::-moz-placeholder, section.section-form .form-wrapper form input[name^=email-]::-moz-placeholder, section.section-form .form-wrapper form input[name^=position]::-moz-placeholder {
  text-align: center;
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=tel-]:-ms-input-placeholder, section.section-form .form-wrapper form input[name^=email-]:-ms-input-placeholder, section.section-form .form-wrapper form input[name^=position]:-ms-input-placeholder {
  text-align: center;
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=tel-]::-ms-input-placeholder, section.section-form .form-wrapper form input[name^=email-]::-ms-input-placeholder, section.section-form .form-wrapper form input[name^=position]::-ms-input-placeholder {
  text-align: center;
  color: #D9D9D9;
}
section.section-form .form-wrapper form input[name^=tel-]::placeholder,
section.section-form .form-wrapper form input[name^=email-]::placeholder,
section.section-form .form-wrapper form input[name^=position]::placeholder {
  text-align: center;
  color: #D9D9D9;
}
@media (max-width: 991px) {
  section.section-form .form-wrapper form input[name^=tel-]::-webkit-input-placeholder, section.section-form .form-wrapper form input[name^=email-]::-webkit-input-placeholder, section.section-form .form-wrapper form input[name^=position]::-webkit-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=tel-]::-moz-placeholder, section.section-form .form-wrapper form input[name^=email-]::-moz-placeholder, section.section-form .form-wrapper form input[name^=position]::-moz-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=tel-]:-ms-input-placeholder, section.section-form .form-wrapper form input[name^=email-]:-ms-input-placeholder, section.section-form .form-wrapper form input[name^=position]:-ms-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=tel-]::-ms-input-placeholder, section.section-form .form-wrapper form input[name^=email-]::-ms-input-placeholder, section.section-form .form-wrapper form input[name^=position]::-ms-input-placeholder {
    font-size: 13px;
  }
  section.section-form .form-wrapper form input[name^=tel-]::placeholder,
  section.section-form .form-wrapper form input[name^=email-]::placeholder,
  section.section-form .form-wrapper form input[name^=position]::placeholder {
    font-size: 13px;
  }
}
section.section-form .form-wrapper form .wpcf7-spinner {
  grid-column: 3/3;
  margin: 0 auto;
}
section.section-form .form-wrapper form .wpcf7-response-output {
  grid-column: span 3;
  margin: 0;
  border-radius: 40px;
  font: 400 16px/1.2 "Montserrat-Ace";
  color: #393939;
}
@media (max-width: 768px) {
  section.section-form .form-wrapper form {
    grid-template-columns: 1fr;
  }
  section.section-form .form-wrapper form * {
    grid-column: auto !important;
  }
}
section.section-form .form-wrapper form .resume-wrapper {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-] {
  border: 1px solid #D8E2FF;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-]::-webkit-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-]::-moz-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-]:-ms-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-]::-ms-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .resume-wrapper input[name^=link-]::placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .resume-wrapper .file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - 74px) / 3);
  height: 100%;
  background: #808E7D;
  border-radius: 40px;
  cursor: pointer;
  position: relative;
}
section.section-form .form-wrapper form .resume-wrapper .file::after {
  content: "Загрузить файл";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 700 18px/1 "Montserrat-Ace";
  color: #ffffff;
  text-align: center;
}
section.section-form .form-wrapper form .resume-wrapper .file.uploaded {
  background: #9E9780;
  pointer-events: none;
}
section.section-form .form-wrapper form .resume-wrapper .file.uploaded::after {
  content: "Файл загружен";
}
section.section-form .form-wrapper form .resume-wrapper span {
  font: 400 16px/1 "Montserrat-Ace";
  color: #131313;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.section-form .form-wrapper form .resume-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-form .form-wrapper form .resume-wrapper input[name^=link-] {
    height: 50px;
  }
  section.section-form .form-wrapper form .resume-wrapper .file {
    width: 100%;
    height: 50px;
  }
}
section.section-form .form-wrapper form .select-wrapper {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #D8E2FF;
}
section.section-form .form-wrapper form .select-wrapper::after {
  content: "⯆";
  color: rgba(57, 57, 57, 0.6);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.section-form .form-wrapper form .select-wrapper select {
  width: calc(100% + 30px) !important;
  padding-right: 60px !important;
  outline: none !important;
  cursor: pointer;
}
section.section-form .form-wrapper form .select-wrapper::-webkit-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .select-wrapper::-moz-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .select-wrapper:-ms-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .select-wrapper::-ms-input-placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .select-wrapper::placeholder {
  color: #131313;
}
section.section-form .form-wrapper form .wpcf7-form-control {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 12px 30px;
  background: #ffffff;
  border: none;
  border-radius: 40px;
  font: 400 16px/19px "Montserrat-Ace";
  color: #393939;
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-form-control::-webkit-input-placeholder {
  font: 400 16px/19px "Montserrat-Ace";
  color: rgba(57, 57, 57, 0.6);
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-form-control::-moz-placeholder {
  font: 400 16px/19px "Montserrat-Ace";
  color: rgba(57, 57, 57, 0.6);
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-form-control:-ms-input-placeholder {
  font: 400 16px/19px "Montserrat-Ace";
  color: rgba(57, 57, 57, 0.6);
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-form-control::-ms-input-placeholder {
  font: 400 16px/19px "Montserrat-Ace";
  color: rgba(57, 57, 57, 0.6);
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-form-control::placeholder {
  font: 400 16px/19px "Montserrat-Ace";
  color: rgba(57, 57, 57, 0.6);
  text-transform: uppercase;
}
section.section-form .form-wrapper form .wpcf7-submit {
  font-size: 18px !important;
  text-transform: none;
  padding: 16px 50px !important;
}/*# sourceMappingURL=caramel-corporate-culture.css.map */