*, *::before, *::after {
  box-sizing: border-box;
}

* {
  outline: none !important;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

body {
  font-family: 'ProximaNova', sans-serif;
  font-size: 16px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.btn-filled {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #000000;
  padding: 24px 40px;
  background-color: #e8c88b;
  display: inline-block;
  transition: .3s background-color, .3s color;
  text-align: center;
}

.btn-filled:hover {
  background-color: #dbaa4b;
}

.btn-transparent {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: transparent;
  border: 4px solid #e8c88b;
  display: inline-block;
  padding: 20px 40px;
  transition: .3s background-color, .3s color;
  text-align: center;
}

.btn-transparent:hover {
  background-color: #e8c88b;
  color: #000000;
}

.link {
  position: relative;
}

.link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  transition: .3s width;
}

.link:hover::after {
  width: 0;
}

.title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.subtitle {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 1.5em;
  padding-block: 20px;
}

.section {
  padding: 100px 0 120px 0;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 14px 15px;
  font-size: 16px;
  letter-spacing: 0.4px;
  border: 1px solid #000000;
  font-family: 'ProximaNova', sans-serif;
  transition: .3s border-color;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  font-size: 16px;
  color: #000000;
}

input:hover {
  border-color: #e8c88b;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#type, #guarantee {
  display: none;
}

@media (max-width: 1210px) {
  .section {
    padding: 70px 0;
  }
  .btn-filled {
    padding: 18px 30px;
    font-size: 18px;
  }
  .btn-transparent {
    border-width: 3px;
    padding: 15px 30px;
  }
  .title {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 50px 0;
  }
  .title {
    font-size: 28px;
  }
  .btn-filled {
    padding: 16px 20px;
    font-size: 15px;
  }
  .btn-transparent {
    font-size: 15px;
    padding: 14px 30px;
  }
  input {
    padding: 10px 15px;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 30px 0;
  }
  .title {
    font-size: 24px;
  }
}

span.wpcf7-not-valid-tip,
div.wpcf7 .ajax-loader,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  display: none !important;
}

.form-front .wpcf7-not-valid {
  border: 1px solid #e52428 !important;
}

.wpcf7-not-valid {
  border-color: #f34f41 !important;
}

.alertify-notifier .ajs-message.ajs-warning {
  background: white;
  box-shadow: 0 0 3px #333333;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(40, 136, 62, 0.9);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.alertify-notifier {
  z-index: 99998;
}

.header {
  padding: 15px 0;
}

.header-container {
  display: flex;
}

.header-logo {
  margin-right: 75px;
}

.header-logo__img {
  max-width: 250px;
}

.header-content {
  flex-grow: 1;
}

.header-content__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content__top-button {
  background-color: #b40000;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 15px;
  font-weight: 700;
  position: relative;
}

.header-content__top-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: #b40000;
  border-radius: 5px;
  z-index: 0;
  animation: 5s scale linear infinite;
  transition: .3s background-color;
}

.header-content__top-button:hover::before {
  background-color: #e70000;
}

.header-content__top-button__content {
  position: relative;
  z-index: 1;
}

.header-content__top-right {
  display: flex;
  align-items: center;
}

.header-content__top-right__text {
  color: #8c97a4;
  font-size: 14px;
  letter-spacing: 0.35px;
  margin-right: 25px;
}

.header-content__top-right__phone {
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: #000000;
}

.header-content__top-right__phone span {
  color: #486696;
}

.header-content__top-right__icon {
  margin-right: 25px;
  display: inline-flex;
}

.header-content__top-right__icon svg {
  fill: #00E676;
  width: 22px;
}

.header-content__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #c8d1db;
  margin-top: 15px;
  gap: 45px;
  position: relative;
}

.nav-item-wrapper {
  position: relative;
  flex: 1 1;
}

.header-content__nav-item {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.35px;
  color: #000000;
  transition: .3s color;
  display: block;
  padding: 10px 0;
}

.header-content__nav-item:hover {
  color: #2C3A83; /* Цвет при наведении */
}

/* Выпадающее меню */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 10px 0;
}

.nav-item-wrapper:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(5px);
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #333;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #2C3A83;
}

/* Адаптивность */
@media (max-width: 1210px) {
  .header-content__nav {
    gap: 20px;
  }
  
  .dropdown-menu {
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .nav-item-wrapper {
    position: static;
  }
  
  .dropdown-menu {
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
  }
  
  .nav-item-wrapper:hover .dropdown-menu {
    transform: translateY(5px);
  }
}

.header-content__nav-item:last-child {
  margin-right: 0;
}

.header-content__nav-item:hover {
  color: #486696;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1210px) {
  .header {
    padding-bottom: 5px;
  }
  .header-container {
    flex-direction: column;
  }
  .header-logo {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .header-logo__img {
    max-width: 200px;
  }
  .header-content__top {
    justify-content: center;
  }
  .header-content__top-button {
    margin-right: 30px;
  }
  .header-content__top-right__text {
    margin-right: 30px;
  }
  .header-content__nav {
    width: calc(100% + 30px);
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-content__nav-item {
    margin: 0 15px;
    margin-bottom: 10px;
  }
  .header-content__nav-item:last-child {
    margin: 0 15px;
  }
}

@media (max-width: 880px) {
  .header-content__top {
    flex-direction: column;
  }
  .header-content__top-button {
    padding: 6px 15px;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-content__nav {
    padding-top: 15px;
  }
  .header-content__nav-item {
    margin: 0 10px 10px 10px;
  }
}

@media (max-width: 520px) {
  .header {
    padding-bottom: 0;
  }
  .header-logo {
    margin-bottom: 5px;
  }
  .header-logo__img {
    max-width: 160px;
  }
  .header-content__top-button {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header-content__top-right {
    flex-direction: column;
  }
  .header-content__top-right__text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .header-content__top-right__phone {
    font-size: 22px;
  }
  .header-content__top-right__icon {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .header-content__nav {
    padding-top: 10px;
  }
  .header-content__nav-item {
    font-size: 13px;
    margin: 0 10px 10px 10px;
  }
}

.hero {
  background-image: url(../img/hero/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 70px;
}

.hero-buttons {
  display: flex;
}

.hero-buttons__item:first-child {
  margin-right: 30px;
}

.hero-buttons__item:first-child .hero-buttons__item-link {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .hero {
    text-align: center;
  }
  .hero br {
    display: none;
  }
  .hero-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-buttons__item:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 900px) {
  .hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hero-subtitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons__item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero-buttons__item-link {
    min-width: 260px;
  }
}

@media (max-width: 500px) {
  .hero-title {
    font-size: 25px;
  }
  .hero-subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 366px) {
  .hero-title {
    font-size: 21px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
}

.calc {
  box-shadow: 0 11px 21px 1px rgba(28, 27, 34, 0.09);
  position: relative;
  padding: 50px 0 60px 0;
}

.calc-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../img/calc/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.calc-container {
  position: relative;
  z-index: 1;
}

.calc-content {
  display: flex;
  justify-content: space-between;
}

.calc-title {
  margin-bottom: 40px;
}

.calc-main, .calc-list {
  flex-basis: 42%;
}

.calc-list {
  padding-left: 50px;
}

.calc-list__item {
  margin-bottom: 40px;
  position: relative;
  font-size: 20px;
}

.calc-list__item:last-child {
  margin-bottom: 0;
}

.calc-list__item::before {
  position: absolute;
  display: block;
  content: '';
  left: -13px;
  top: 5px;
  transform: translate(-100%, 50%);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
}

.calc-list__item-top {
  font-size: 22px;
  font-weight: 700;
}

.calc-list__item-bottom {
  letter-spacing: 0.5px;
  color: #486696;
}

.calc-main__calendar {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 30px;
}

.calc-main__calendar .calc-main__item {
  margin: 0 10px;
}

.calc-main__item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.calc-main__item-top {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.35px;
}

.calc-main__item-select.open .calc-main__item-select__inner {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.calc-main__item-select.open .calc-main__item-select__top {
  border-color: #e8c88b;
  border-bottom: 1px solid transparent;
}

.calc-main__item-select {
  position: relative;
  cursor: pointer;
}

.calc-main__item-select__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px;
  font-size: 16px;
  letter-spacing: 0.4px;
  border: 1px solid #000000;
  transition: .3s border-color;
}

.calc-main__item-select__top:hover {
  border-color: #e8c88b;
}

.calc-main__item-select__top-arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
}

.calc-main__item-select__inner {
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: .3s opacity, .3s visibility, .3s z-index;
  background-color: #fff;
  width: 100%;
  pointer-events: none;
  border: 1px solid #e8c88b;
  border-top: none;
}

.calc-main__item-select__inner-item {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #888888;
  transition: .3s color;
}

.calc-main__item-select__inner-item:last-child {
  border: none;
}

.calc-main__item-select__inner-item:hover {
  color: #000000;
}

.calc-main__item-select__inner-item.active {
  color: #000000;
}

.calc-main__period {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.calc-main__period-img {
  width: 26px;
  margin-right: 15px;
}

.calc-main__period-text {
  font-weight: 700;
  font-size: 20px;
}

.calc-main__number {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}

.calc-main__button {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

.calc-main__text {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #888888;
}

@media (max-width: 1100px) {
  .calc-main {
    flex-basis: 55%;
  }
  .calc-list {
    flex-basis: 40%;
  }
  .calc-bg {
    width: 40%;
  }
}

@media (max-width: 1000px) {
  .calc-title {
    margin-bottom: 50px;
  }
  .calc-main__period {
    margin-bottom: 20px;
  }
  .calc-main__number {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .calc-list, .calc-main {
    flex-basis: auto;
  }
  .calc-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .calc-title br {
    display: none;
  }
  .calc-bg {
    display: none;
  }
  .calc-content {
    flex-direction: column;
  }
  .calc-main {
    margin-bottom: 30px;
  }
  .calc-main__item {
    margin-bottom: 20px;
  }
  .calc-main__item-select__top {
    padding: 10px 15px;
  }
  .calc-main__calendar {
    margin-bottom: 20px;
  }
  .calc-main__period {
    margin-bottom: 10px;
  }
  .calc-main__number {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .calc-main__button {
    margin-bottom: 10px;
  }
  .calc-main__text {
    text-align: center;
  }
  .calc-list {
    padding-left: 18px;
  }
  .calc-list__item {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .calc-list__item-top {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .calc-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .calc-main {
    margin-bottom: 15px;
  }
  .calc-main__item {
    margin-bottom: 15px;
  }
  .calc-main__calendar {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  .calc-main__calendar .calc-main__item {
    margin: 0 0 15px 0;
  }
  .calc-main__calendar .calc-main__item:last-child {
    margin-bottom: 0;
  }
}

.adv {
  background-image: url(../img/adv/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.adv-title {
  margin-bottom: 90px;
}

.adv-list {
  display: flex;
  justify-content: space-between;
}

.adv-list__item {
  flex-basis: 250px;
}

.adv-list__item-img {
  position: relative;
  margin-bottom: 70px;
  min-height: 77px;
  display: inline-flex;
  align-items: flex-end;
}

.adv-list__item-img__content {
  max-width: 100%;
}

.adv-list__item-img::after {
  position: absolute;
  left: 10px;
  bottom: -20px;
  transform: translateY(100%);
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #e8c88b;
}

.adv-list__item-text {
  font-size: 24px;
  letter-spacing: 0.6px;
}

.adv-list__item-btn {
  margin-top: 20px;
}

.adv-list__item-btn__inner {
  padding: 12px 25px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .adv-title {
    margin-bottom: 50px;
    text-align: center;
  }
  .adv-list {
    flex-wrap: wrap;
  }
  .adv-list__item {
    flex-basis: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  .adv-list__item-text {
    font-size: 22px;
    padding: 0 15px;
  }
  .adv-list__item-text br {
    display: none;
  }
  .adv-list__item-img {
    margin-bottom: 40px;
    min-height: 66px;
  }
  .adv-list__item-img::after {
    left: 50%;
    height: 25px;
    bottom: -10px;
  }
  .adv-list__item-img__content {
    max-height: 65px;
  }
}

@media (max-width: 650px) {
  .adv-title {
    margin-bottom: 30px;
  }
  .adv-list__item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .adv-list__item:last-child {
    margin-bottom: 0;
  }
  .adv-list__item-text {
    font-size: 20px;
    padding: 0;
  }
}

.provide {
  background-color: #f1f1f1;
}

.provide-title {
  margin-bottom: 60px;
}

.provide-list {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 30px);
  margin-left: -15px;
  flex-wrap: wrap;
}

.provide-list__item {
  flex-grow: 1;
  margin: 0 15px 30px 15px;
  flex-basis: 370px;
  background-color: #ffffff;
  box-shadow: 5px 9px 38px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: .3s background-color, .3s box-shadow;
  display: flex;
  flex-direction: column;
}

.provide-list__item::before {
  position: absolute;
  top: 0;
  left: 30px;
  height: 6px;
  width: 50px;
  background-color: #e8c88b;
  content: '';
  display: block;
}

.provide-list__item:hover {
  background-color: #314761;
  color: #ffffff;
  box-shadow: nones;
}

.baza-list__item {
  flex-grow: 1;
  margin: 0 15px 30px 15px;
  flex-basis: 370px;
  background-color: #ffffff;
  box-shadow: 5px 9px 38px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: .3s background-color, .3s box-shadow;
  display: flex;
  flex-direction: column;
}

.baza-list__item::before {
  position: absolute;
  top: 0;
  left: 30px;
  height: 6px;
  width: 50px;
  background-color: #e8c88b;
  content: '';
  display: block;
}

.provide-list__item:hover .provide-list__item-more__content {
  color: #ffffff;
}

.provide-list__item:hover .provide-list__item-more__content::after {
  background-color: #ffffff;
}

.provide-list__item:hover .provide-list__item-button {
  background-color: #e8c88b;
  color: #000000;
}

.provide-list__item:hover .provide-list__item-button:hover {
  background-color: #dbaa4b;
}

.provide-list__item-text {
  padding: 60px 20px 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.provide-list__item-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 35px;
  transition: .3s color;
}

.provide-list__item-list {
  margin-bottom: 30px;
  flex-grow: 1;
}

.provide-list__item-list__item {
  position: relative;
  padding-left: 11px;
  margin-bottom: 10px;
  transition: .3s color;
}

.provide-list__item-list__item:last-child {
  margin-bottom: 0;
}

.provide-list__item-list__item::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #e8c88b;
  transform: translateX(-100%);
}

.provide-list__item-more {
  text-align: center;
}

.provide-list__item-more__content {
  color: #314761;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: .3s color;
}

.provide-list__item-more__content::after {
  transition: .3s width, .3s background-color;
  background-color: #314761;
}

.provide-list__item-button {
  display: block;
  text-align: center;
  padding: 20px 10px;
  background-color: #314761;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  transition: .3s color, .3s background-color;
}

@media (max-width: 1210px) {
  .provide-list__item {
    flex-basis: 340px;
  }
}

@media (max-width: 1110px) {
  .provide-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .provide-title br {
    display: none;
  }
  .provide-list {
    justify-content: center;
  }
  .provide-list__item {
    flex-basis: 400px;
  }
}

@media (max-width: 870px) {
  .provide-list__item {
    flex-basis: 300px;
  }
  .provide-list__item::before {
    left: 20px;
  }
  .provide-list__item-text {
    padding: 30px 20px 20px 20px;
  }
  .provide-list__item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 670px) {
  .provide-title {
    margin-bottom: 30px;
  }
  .provide-list__item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .provide-list__item:last-child {
    margin-bottom: 0;
  }
  .provide-list__item-title {
    margin-bottom: 15px;
  }
  .provide-list__item-list {
    margin-bottom: 15px;
  }
  .provide-list__item-list__item {
    margin-bottom: 7px;
  }
  .provide-list__item-button {
    font-size: 18px;
    padding: 16px 10px;
  }
}

.number {
  background-image: url(../img/number/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.number-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.number-coin {
  position: absolute;
}

.number-coin_1 {
  top: 100px;
  left: 24%;
}

.number-coin_2 {
  bottom: 0;
  left: 15%;
}

.number-content {
  flex-basis: 50%;
}

.number-content__title {
  color: #ffffff;
  margin-bottom: 60px;
}

.number-content__item {
  display: flex;
  margin-bottom: 70px;
  padding-left: 50px;
}

.number-content__item:last-child {
  margin-bottom: 0;
}

.number-content__item-img {
  margin-right: 40px;
  position: relative;
}

.number-content__item-img::after {
  position: absolute;
  display: block;
  content: '';
  left: -50px;
  top: 20px;
  height: 1px;
  width: 30px;
  background-color: #e8c88b;
}

.number-content__item-img__content {
  max-width: 100%;
  max-height: 100%;
}

.number-content__item-text__number {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e8c88b;
  letter-spacing: 1.2px;
  line-height: 100%;
}

.number-content__item-text__text {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .number {
    position: relative;
  }
  .number::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.55;
    z-index: 0;
  }
  .number-content {
    flex-basis: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .number-content__title {
    margin-bottom: 40px;
  }
  .number-content__item {
    justify-content: center;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .number-content__item-text__number {
    font-size: 40px;
  }
  .number-content__item-text__text {
    font-size: 22px;
  }
  .number-coin_1 {
    top: 0;
    max-width: 180px;
  }
  .number-coin_2 {
    max-width: 160px;
  }
}

@media (max-width: 600px) {
  .number-content__title {
    margin-bottom: 20px;
  }
  .number-content__item {
    margin-bottom: 20px;
  }
  .number-content__item-text__number {
    font-size: 32px;
  }
  .number-content__item-text__text {
    font-size: 18px;
  }
  .number-content__item-img {
    margin-right: 30px;
  }
  .number-content__item-img__content {
    max-height: 35px;
  }
  .number-coin_1 {
    top: 0;
    max-width: 140px;
  }
  .number-coin_2 {
    max-width: 120px;
  }
}

@media (max-width: 400px) {
  .number-content__item-text__number {
    font-size: 30px;
  }
  .number-content__item-text__text {
    font-size: 18px;
  }
  .number-content__item-img {
    margin-right: 20px;
  }
  .number-content__item-img::after {
    width: 20px;
    left: -35px;
  }
}

.opportunity {
  background-color: #f1f1f1;
}

.opportunity-title {
  margin-bottom: 50px;
}

.opportunity-list {
  display: flex;
  justify-content: space-between;
}

.opportunity-list__item {
  flex-basis: 300px;
  position: relative;
  padding: 15px;
}

.opportunity-list__item:hover::before {
  width: 100%;
  height: 100%;
  transform: skew(0deg);
  left: 0;
}

.opportunity-list__item::before {
  position: absolute;
  top: 0;
  left: 55px;
  display: block;
  content: '';
  width: 60px;
  height: 110px;
  background-color: #e8c88b;
  transform: skew(-35deg);
  transition: .3s all;
}

.opportunity-list__item-img {
  margin-bottom: 50px;
  min-height: 74px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.opportunity-list__item-img__content {
  max-width: 100%;
  max-height: 100%;
}

.opportunity-list__item-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.opportunity-list__item-text {
  font-size: 18px;
  letter-spacing: 0.45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1000px) {
  .opportunity-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .opportunity-list {
    flex-wrap: wrap;
  }
  .opportunity-list__item {
    flex-basis: 400px;
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .opportunity-list__item {
    flex-basis: 350px;
  }
}

@media (max-width: 750px) {
  .opportunity-title {
    margin-bottom: 25px;
  }
  .opportunity-list__item {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .opportunity-list__item:hover::before {
    left: 50%;
    transform: translateX(-50%) skew(0deg);
  }
  .opportunity-list__item::before {
    left: 50%;
    transform: translateX(-50%) skew(-35deg);
  }
  .opportunity-list__item:last-child {
    margin-bottom: 0;
  }
  .opportunity-list__item-img {
    justify-content: center;
    margin-bottom: 25px;
    min-height: auto;
  }
  .opportunity-list__item-img__content {
    max-height: 65px;
  }
  .opportunity-list__item-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .opportunity-list__item-text {
    font-size: 16px;
  }
}

.clients {
  padding-bottom: 30px;
  box-shadow: 0 11px 21px 1px rgba(28, 27, 34, 0.09);
  background-color: #ffffff;
}

.clients-title {
  margin-bottom: 70px;
}

.clients-list {
  display: flex;
  flex-wrap: wrap;
}

.clients-list__item {
  flex-basis: 25%;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 90px;
  font-weight: 700;
  color: #2C3A83;
}

.clients-list__item-content {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .clients-title {
    text-align: center;
    margin-bottom: 50px;
  }
  .clients-list__item {
    flex-basis: 33.33%;
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .clients-title {
    margin-bottom: 40px;
  }
  .clients-list__item {
    flex-basis: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .clients-title {
    margin-bottom: 30px;
  }
  .clients-list__item {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  .clients-list__item:nth-child(n + 7) {
    display: none;
  }
  .clients-list__item:last-child {
    display: inline-flex;
    margin-bottom: 0;
  }
  .clients-list__item:last-child br {
    display: none;
  }
}

@media (max-width: 500px) {
  .clients-title {
    margin-bottom: 20px;
  }
}

.result {
  background-image: url(../img/result/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.result-title {
  color: #ffffff;
  margin-bottom: 70px;
}

.result-btn {
  text-align: center;
  margin-bottom: 60px;
}

.result-text {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

.result-list {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

.result-list__item.aos-animate path, .result-list__item.aos-animate polyline {
  animation: draw 0.7s linear forwards;
}

.result-list__item {
  flex-basis: 255px;
}

.result-list__item-number {
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.result-list__item-number__content {
  max-height: 71px;
  max-width: 110px;
}

.result-list__item-number__content .str0 {
  stroke-width: 37.27;
}

.result-list__item-number__content .str1 {
  stroke-width: 69.76;
}

.result-list__item-number__content .str2 {
  stroke-width: 149.16;
}

.result-list__item-number__content .str3 {
  stroke-width: 1546.2;
}

.result-list__item-number__content path, .result-list__item-number__content polyline {
  stroke-miterlimit: 22.9256;
  stroke: #e8c88b;
  fill: none;
}

.result-list__item-number__content_1 {
  stroke-dashoffset: 507.3364562988281;
  stroke-dasharray: 507.3364562988281;
}

.result-list__item-number__content_2 {
  stroke-dashoffset: 282.5482482910156;
  stroke-dasharray: 282.5482482910156;
}

.result-list__item-number__content_3 {
  stroke-dashoffset: 949.5189208984375;
  stroke-dasharray: 949.5189208984375;
  animation-delay: 0.4s !important;
}

.result-list__item-number__content_4 {
  stroke-dashoffset: 902.75;
  stroke-dasharray: 902.75;
  animation-delay: 0.4s !important;
}

.result-list__item-number__content_5 {
  stroke-dashoffset: 2030.2130126953125;
  stroke-dasharray: 2030.2130126953125;
  animation-delay: 0.8s !important;
}

.result-list__item-number__content_6 {
  stroke-dashoffset: 2160.178955078125;
  stroke-dasharray: 2160.178955078125;
  animation-delay: 0.8s !important;
}

.result-list__item-number__content_7 {
  stroke-dashoffset: 21045.546875;
  stroke-dasharray: 21045.546875;
  animation-delay: 1.2s !important;
}

.result-list__item-number__content_8 {
  stroke-dashoffset: 21866.478515625;
  stroke-dasharray: 21866.478515625;
  animation-delay: 1.2s !important;
}

.result-list__item-title {
  color: #e8c88b;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}

.result-list__item-title::after {
  position: absolute;
  display: block;
  content: '';
  left: 7px;
  bottom: -10px;
  transform: translateY(100%);
  width: 1px;
  height: 30px;
  background-color: #e8c88b;
}

.result-list__item-text {
  font-size: 16px;
  color: #ffffff;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1150px) {
  .result {
    padding-bottom: 70px;
  }
  .result-title {
    text-align: center;
    margin-bottom: 50px;
  }
  .result-list {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .result-list__item {
    padding: 0 10px;
    flex-basis: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .result-list__item:nth-last-child(2 - n) {
    margin-bottom: 0;
  }
  .result-list__item-title::after {
    left: 50%;
  }
  .result-btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .result {
    padding-bottom: 50px;
  }
  .result-title {
    margin-bottom: 30px;
  }
  .result-btn {
    margin-bottom: 30px;
  }
  .result-text {
    font-size: 18px;
  }
  .result-list {
    margin-bottom: 30px;
  }
  .result-list__item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .result-list__item:last-child {
    margin-bottom: 0;
  }
  .result-list__item-number {
    height: 45px;
    margin-bottom: 10px;
  }
  .result-list__item-number__content {
    max-height: 60px;
  }
  .result-list__item-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .result-list__item-title::after {
    height: 20px;
    bottom: -5px;
  }
}

@media (max-width: 600px) {
  .result {
    padding-bottom: 30px;
  }
  .result-btn {
    margin-bottom: 20px;
  }
}

.faq {
  background-color: #f1f1f1;
}

.faq-title {
  margin-bottom: 70px;
}

.faq-list__item {
  border-top: 1px solid #212121;
  padding: 20px 15px 20px 30px;
  cursor: pointer;
}

.faq-list__item:last-child {
  border-bottom: 1px solid #212121;
}

.faq-list__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-list__item-header__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.faq-list__item-header__stuff {
  min-width: 20px;
  min-height: 20px;
  position: relative;
  margin-left: 15px;
}

.faq-list__item-header__stuff::after, .faq-list__item-header__stuff::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #000000;
  top: 50%;
}

.faq-list__item-header__stuff::after {
  width: 100%;
  height: 2px;
  left: 0;
  transform: translate(0, -50%);
}

.faq-list__item-header__stuff::before {
  left: 50%;
  height: 100%;
  width: 2px;
  transform: translate(-50%, -50%);
  transition: .3s height;
}

.faq-list__item-bottom {
  display: none;
  padding-top: 30px;
}

.faq-list__item-bottom p {
  margin-bottom: 15px;
}

.faq-list__item.active .faq-list__item-header__stuff::before {
  height: 0;
}

@media (max-width: 1100px) {
  .faq-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .faq-title br {
    display: none;
  }
  .faq-list__item {
    padding: 15px 15px 15px 15px;
  }
  .faq-list__item-header__text {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .faq-title {
    margin-bottom: 30px;
  }
  .faq-list__item-header__text {
    font-size: 16px;
  }
  .faq-list__item-bottom {
    padding-top: 10px;
  }
  .faq-list__item-bottom p {
    margin-bottom: 7px;
  }
}

@media (max-width: 600px) {
  .faq-title {
    margin-bottom: 20px;
  }
  .faq-list__item-header__text {
    font-size: 14px;
  }
  .faq-list__item-header__stuff {
    min-height: 15px;
    min-width: 15px;
    margin-left: 10px;
  }
}

.form {
  position: relative;
}

.form-title {
  margin-bottom: 60px;
}

.form-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background-image: url(../img/form/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.form-bg__img {
  position: absolute;
  bottom: 45px;
  left: 0;
  max-width: 100%;
}

.form-main {
  width: 50%;
}

.form-main__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-main__inputs span {
  flex-basis: 48%;
}

.form-main__item {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 8px 10px;
  margin-bottom: 40px;
}

.form-main__select.open .form-main__select-inner {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.form-main__select.open .form-main__select-top {
  border: 1px solid #e8c88b;
  border-bottom: 1px solid transparent;
}

.form-main__select {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.form-main__select-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  border-bottom: 1px solid #000000;
  transition: .3s border-color;
}

.form-main__select-top:hover {
  border-bottom-color: #e8c88b;
}

.form-main__select-top__arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
}

.form-main__select-inner {
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: .3s opacity, .3s visibility, .3s z-index;
  background-color: #fff;
  width: 100%;
  pointer-events: none;
  border: 1px solid #e8c88b;
  border-top: none;
}

.form-main__select-inner__item {
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #888888;
  transition: .3s color;
}

.form-main__select-inner__item:last-child {
  border: none;
}

.form-main__select-inner__item:hover {
  color: #000000;
}

.form-main__policy {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form-main__policy-img {
  margin-right: 20px;
}

.form-main__policy-img__content {
  display: block;
}

.form-main__policy-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.form-main__policy-text__link {
  color: #000000;
}

.form-main__submit {
  border: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .form-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 950px) {
  .form-bg {
    display: none;
  }
  .form-main {
    width: 100%;
  }
  .form-main__policy {
    justify-content: center;
  }
  .form-title {
    text-align: center;
  }
  .form-title br {
    display: none;
  }
}

@media (max-width: 800px) {
  .form-title {
    margin-bottom: 30px;
  }
  .form-main__policy {
    margin-bottom: 20px;
  }
  .form-main__item {
    margin-bottom: 25px;
  }
  .form-main__select {
    margin-bottom: 25px;
  }
}

@media (max-width: 550px) {
  .form-title {
    margin-bottom: 20px;
  }
  .form-main__policy {
    margin-bottom: 15px;
  }
  .form-main__policy-img__content {
    max-width: 20px;
  }
  .form-main__inputs span {
    flex-basis: 100%;
  }
  .form-main__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 370px) {
  .form-main__policy-text {
    font-size: 9px;
  }
  .form-main__submit {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.footer {
  background-image: url(../img/footer/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer-logo {
  margin-bottom: 80px;
}

.footer-logo__img {
  filter: brightness(0) invert(1);
  max-width: 180px;
}

.footer-phone {
  margin-bottom: 80px;
}

.footer-phone__link {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: block;
  margin-bottom: 20px;
}

.footer-phone__modal {
  cursor: pointer;
  font-size: 16px;
  color: #e8c88b;
  text-transform: uppercase;
}

.footer-phone__modal::after {
  background-color: #e8c88b;
}

.footer-bottom__item {
  margin-bottom: 40px;
  color: #778799;
}

.footer-bottom__item:last-child {
  margin-bottom: 0;
}

.footer-bottom__item-policy {
  color: #778799;
  margin-bottom: 10px;
}

.footer-bottom__item-policy::after {
  background-color: #778799;
}

.footer-bottom__item-dev {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-phone {
    margin-bottom: 40px;
  }
  .footer-bottom__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .footer {
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-phone {
    margin-bottom: 30px;
  }
  .footer-phone__link {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .footer-bottom__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .footer {
    padding: 20px 0;
  }
}

.policy {
  background: #ffffff;
  font-size: 16px;
}

.policy-wrapper {
  display: none;
  width: 1000px;
  max-width: 90%;
}

.policy-wrapper.fancybox-content {
  padding: 25px;
}

.policy-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.policy-text {
  margin-bottom: 25px;
}

.policy-list {
  list-style: none;
}

.policy-list__item {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.policy-list__item::before {
  position: absolute;
  left: 12px;
  top: 4px;
  transform: translateX(-100%);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #e8c88b;
  border-radius: 100%;
}

.policy-list__item:last-child {
  margin-bottom: 0;
}

.modalNew {
  padding: 40px 60px 50px 60px;
  background: #ffffff;
}

.modalNew-wrapper {
  display: none;
  width: 100%;
  max-width: 800px;
}

.modalNew-wrapper.fancybox-content {
  padding: 0;
}

.modalNew-title {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.modalNew-text {
  text-align: center;
  font-size: 18px;
}

.modalNew-text p {
  margin-bottom: 20px;
}

.modalNew-text p.special {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 30px;
}

.modalNew-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.modalNew-form .wpcf7-form-control-wrap {
  flex-basis: 46%;
}

.modalNew-form__item {
  flex-basis: 46%;
  margin-bottom: 15px;
}

.modalNew-form__item.btn-filled {
  padding: 14px 40px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.modalNew-checkbox {
  flex-basis: 46%;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}

.modalNew-checkbox__wrapper {
  display: flex;
  justify-content: flex-end;
}

.modalNew-checkbox__img {
  width: 18px;
  margin-right: 10px;
}

.modalNew-checkbox__text .link {
  color: #e8c88b;
}

.modalNew-checkbox__text .link::after {
  background-color: #e8c88b;
}

.modal {
  background: #ffffff;
  padding: 80px 80px;
}

.modal-wrapper {
  display: none;
  width: 100%;
  max-width: 480px;
}

.modal-wrapper.fancybox-content {
  padding: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.modal-subtitle {
  font-size: 18px;
  letter-spacing: 0.45px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-text {
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}

.modal-input {
  width: 100%;
  margin-bottom: 15px;
}

.modal-textarea {
  width: 100%;
  resize: none;
}

.modal-policy {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.modal-policy__text {
  font-size: 12px;
}

.modal-policy__text-link {
  color: #e8c88b;
}

.modal-policy__text-link::after {
  background-color: #e8c88b;
}

.modal-policy__img {
  margin-right: 12px;
  max-width: 20px;
}

.modal-submit {
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 15px 30px;
}

.modal-special__wrapper {
  max-width: 800px;
}

@media (max-width: 900px) {
  .modalNew-form__item.btn-filled {
    padding: 10px 30px;
  }
}

@media (max-width: 700px) {
  .modalNew {
    padding: 40px 30px 30px 30px;
  }
  .modalNew-form .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
  .modalNew-form__item {
    flex-basis: 100%;
  }
  .modalNew-checkbox {
    flex-basis: 100%;
  }
  .modalNew-text {
    font-size: 16px;
  }
  .modalNew-text p {
    margin-bottom: 10px;
  }
  .modalNew-text p.special {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .modalNew-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .modalNew {
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .modal {
    padding: 35px 25px 25px 25px;
  }
  .modal-success {
    padding: 25px;
  }
  .modal-wrapper {
    max-width: 320px;
  }
  .modal-title {
    font-size: 28px;
  }
  .modal-subtitle {
    margin-bottom: 20px;
  }
  .modal-policy {
    margin-bottom: 20px;
  }
  .policy {
    font-size: 15px;
  }
  .policy-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .policy-wrapper.fancybox-content {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */

/* Основной слайдер */
.sertificates-slider {
    position: relative;
    margin-bottom: 20px;
}

.sertificates-slider .swiper-slide {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.sertificate-image {
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.sertificate-image:hover {
    transform: scale(1.05);
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-slide:hover .zoom-icon {
    opacity: 1;
}

/* Модальное окно галереи */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
}

#modalImage {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.modal-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.modal-prev, .modal-next {
    background: rgba(14, 14, 14, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .sertificate-image {
        height: 200px;
    }
    
}


.manager-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  /* background-color: #314761; */
}

.manager-buttons__item-link {
  display: inline-block;
  text-align: center;
  padding: 20px;
  margin-block: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.manager-list__item-button:hover {
  background-color: #dbaa4b;
}



.partnership-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.partnership-image {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 1210px) {

  .manager-list {
    grid-template-columns: repeat(2, 1fr);

  }

  .partnership-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 700px) {

  .manager-list {
    grid-template-columns: repeat(1, 1fr);

  }

  
}

@media (max-width: 550px) {
  .partnership-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
