@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&family=Source+Sans+Pro&display=swap");
body {
  background: #EEEEEE;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #393E46;
}
body.overflow {
  overflow: hidden;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 900;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

input, button, a {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 1110px;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  height: 60px;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #787A7C;
  border-radius: 10px 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  color: #393E46;
  font-weight: 700;
  font-size: 20px;
}
.btn p {
  margin-right: 6px;
}
.btn:hover {
  border-radius: 30px 10px;
  border-color: #1EAD82;
  color: #1EAD82;
}
.btn:hover svg {
  fill: #1EAD82;
}
.btn svg {
  margin-top: 3px;
  width: 11px;
  height: 11px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #393E46;
}

h2 {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 span {
  color: #1EAD82;
}

.circle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1EAD82;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.circle span {
  display: block;
  background: #1EAD82;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.site-form__input {
  -webkit-appearance: none;
  border: none;
  font-size: 20px;
  color: #393E46;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.site-form__input::-webkit-input-placeholder {
  font-size: 20px;
  color: #BABABA;
}
.site-form__input:-ms-input-placeholder {
  font-size: 20px;
  color: #BABABA;
}
.site-form__input::-ms-input-placeholder {
  font-size: 20px;
  color: #BABABA;
}
.site-form__input::-moz-placeholder {
  font-size: 20px;
  color: #BABABA;
}
.site-form__input::placeholder {
  font-size: 20px;
  color: #BABABA;
}
.site-form__btn {
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #eee;
  background: #1EAD82;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.site-form__btn:hover {
  background: #eee;
  color: #1EAD82;
}
.site-form__input, .site-form__btn {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px 10px;
  width: 350px;
  height: 60px;
}

@media (max-width: 1200px) {
  .container {
    width: 960px;
  }

  .btn {
    height: 54px;
    padding: 0 35px;
    font-size: 18px;
  }
  .btn p {
    margin-right: 5px;
  }

  .circle {
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
  .circle span {
    width: 8px;
    height: 8px;
  }

  h2 {
    font-size: 28px;
  }

  .site-form__input {
    font-size: 17px;
    padding-left: 18px;
  }
  .site-form__input::-webkit-input-placeholder {
    font-size: 17px;
  }
  .site-form__input:-ms-input-placeholder {
    font-size: 17px;
  }
  .site-form__input::-ms-input-placeholder {
    font-size: 17px;
  }
  .site-form__input::-moz-placeholder {
    font-size: 17px;
  }
  .site-form__input::placeholder {
    font-size: 17px;
  }
  .site-form__btn {
    font-size: 17px;
  }
  .site-form__input, .site-form__btn {
    width: 310px;
    height: 56px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 740px;
  }

  .btn {
    height: 42px;
    padding: 0 25px;
    font-size: 14px;
  }
  .btn p {
    margin-right: 5px;
  }

  .circle {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .circle span {
    width: 6px;
    height: 6px;
  }

  h2 {
    font-size: 23px;
  }

  .site-form__input {
    font-size: 15px;
    padding-left: 15px;
  }
  .site-form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .site-form__input:-ms-input-placeholder {
    font-size: 15px;
  }
  .site-form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .site-form__input::-moz-placeholder {
    font-size: 15px;
  }
  .site-form__input::placeholder {
    font-size: 15px;
  }
  .site-form__btn {
    font-size: 15px;
  }
  .site-form__input, .site-form__btn {
    width: 300px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 540px;
  }

  .btn {
    height: 44px;
    padding: 0 30px;
    font-size: 16px;
  }
  .btn p {
    margin-right: 5px;
  }

  .circle {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .circle span {
    width: 6px;
    height: 6px;
  }

  h2 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 90%;
  }

  .btn {
    height: 44px;
    padding: 0 15px;
    font-size: 13px;
  }
  .btn p {
    margin-right: 5px;
  }

  .circle {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .circle span {
    width: 6px;
    height: 6px;
  }

  h2 {
    font-size: 20px;
  }
}
.header {
  padding: 40px 0 20px;
}
.header__wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 100px;
}
.header__phone {
  color: #393E46;
}
.header__phone:hover {
  color: #1EAD82;
}
.header__lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__lang li:not(:last-child) {
  margin-right: 20px;
}
.header__lang li.current-lang a {
  color: #1EAD82;
  pointer-events: none;
}
.header__lang a {
  color: #A4A4A4;
}
.header__lang:hover a {
  color: #1EAD82;
}
.header a {
  font-size: 20px;
  font-weight: 700;
}
.header__btn {
  -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;
  cursor: pointer;
}
.header__btn-icon span {
  margin-bottom: 5px;
  background: #393E46;
  height: 10px;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__btn-icon span:first-child {
  width: 100%;
  border-radius: 0px 20px 0px 0px;
}
.header__btn-icon span:last-child {
  width: calc(100% - 20px);
  border-radius: 0px 0px 20px 0px;
}
.header__btn-text {
  font-size: 20px;
  font-weight: 600;
  color: #1EAD82;
  text-transform: lowercase;
  line-height: 1;
}
.header__btn:hover .header__btn-icon span {
  background: #1EAD82;
}
.header__btn:hover .header__btn-icon span:first-child {
  width: calc(100% - 20px);
}
.header__btn:hover .header__btn-icon span:last-child {
  width: 100%;
}
.header__menu {
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  background: #EEEEEE;
}
.header__menu-wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.header__menu-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 20px;
}
.header__menu-bot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
.header__menu .container {
  height: 100%;
}
.header__menu.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav li:not(:last-child) {
  margin-bottom: 40px;
}
.header__nav a {
  font-size: 48px;
  font-weight: 900;
  color: #393E46;
  text-align: center;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 1;
}
.header__nav a:before {
  content: "";
  width: 0;
  height: 4px;
  background: #393E46;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__nav a:hover {
  color: #1EAD82;
}
.header__nav a:hover:before {
  width: 100%;
  background: #1EAD82;
}
.header__menu-mob {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    padding: 30px 0 20px;
  }
  .header__lang li:not(:last-child) {
    margin-right: 20px;
  }
  .header a {
    font-size: 19px;
  }
  .header__btn-icon span {
    margin-bottom: 5px;
    height: 8px;
  }
  .header__btn-text {
    font-size: 18px;
  }
  .header__btn:hover .header__btn-icon span:first-child {
    width: calc(100% - 20px);
  }
  .header__menu-top {
    padding: 30px 0 20px;
  }
  .header__nav li:not(:last-child) {
    margin-bottom: 40px;
  }
  .header__nav a {
    font-size: 43px;
  }
  .header__nav a:before {
    height: 4px;
    top: calc(50% + 3px);
  }
}
@media (max-width: 992px) {
  .header {
    padding: 25px 0 15px;
  }
  .header__logo {
    width: 80px;
  }
  .header__lang li:not(:last-child) {
    margin-right: 12px;
  }
  .header a {
    font-size: 15px;
  }
  .header__btn-icon span {
    margin-bottom: 4px;
    height: 5px;
  }
  .header__btn-text {
    font-size: 15px;
  }
  .header__btn:hover .header__btn-icon span:first-child {
    width: calc(100% - 20px);
  }
  .header__menu-top {
    padding: 25px 0 15px;
  }
  .header__nav li:not(:last-child) {
    margin-bottom: 25px;
  }
  .header__nav a {
    font-size: 29px;
  }
  .header__nav a:before {
    height: 3px;
    top: calc(50% + 2px);
  }
}
@media (max-width: 768px) {
  .header {
    padding: 25px 0 15px;
  }
  .header__logo {
    width: 90px;
  }
  .header__wrapp .btn,
.header__wrapp .header__lang,
.header__wrapp .header__phone {
    display: none;
  }
  .header__lang {
    margin-bottom: 20px;
  }
  .header__lang li:not(:last-child) {
    margin-right: 20px;
  }
  .header__phone {
    margin-bottom: 20px;
  }
  .header a {
    font-size: 16px;
  }
  .header__btn-icon span {
    margin-bottom: 4px;
    height: 5px;
  }
  .header__btn-icon span:last-child {
    width: calc(100% - 13px);
  }
  .header__btn-text {
    font-size: 15px;
  }
  .header__btn:hover .header__btn-icon span:first-child {
    width: calc(100% - 20px);
  }
  .header__menu-bot {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .header__menu-top {
    padding: 25px 0 15px;
    margin-bottom: 100px;
  }
  .header__nav {
    margin-bottom: 50px;
  }
  .header__nav li:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__nav a {
    font-size: 22px;
  }
  .header__nav a:before {
    height: 3px;
    top: calc(50% + 2px);
  }
  .header__menu-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 25px 0 15px;
  }
  .header__logo {
    width: 70px;
  }
  .header__wrapp .btn,
.header__wrapp .header__lang,
.header__wrapp .header__phone {
    display: none;
  }
  .header__lang {
    margin-bottom: 20px;
  }
  .header__lang li:not(:last-child) {
    margin-right: 20px;
  }
  .header__phone {
    margin-bottom: 20px;
  }
  .header a {
    font-size: 16px;
  }
  .header__btn-icon span {
    margin-bottom: 4px;
    height: 5px;
  }
  .header__btn-icon span:last-child {
    width: calc(100% - 11px);
  }
  .header__btn-text {
    font-size: 14px;
  }
  .header__btn:hover .header__btn-icon span:first-child {
    width: calc(100% - 20px);
  }
  .header__menu-bot {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .header__menu-top {
    padding: 25px 0 15px;
    margin-bottom: 70px;
  }
  .header__nav {
    margin-bottom: 30px;
  }
  .header__nav li:not(:last-child) {
    margin-bottom: 17px;
  }
  .header__nav a {
    font-size: 19px;
  }
  .header__nav a:before {
    height: 3px;
    top: calc(50% + 2px);
  }
  .header__menu-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.offer {
  padding: 60px 0 80px;
}
.offer__wrapp {
  padding: 80px 40px 80px 95px;
  background: #393E46;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.offer__img-mob {
  display: none;
}
.offer__content {
  width: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer__subtitle {
  font-size: 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.offer__title {
  color: #eee;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.offer__title span {
  color: #1EAD82;
  text-transform: uppercase;
}
.offer__text {
  width: 570px;
  color: #eee;
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.offer__text span {
  font-weight: 600;
}
.offer__btn {
  color: #eee;
  border-color: #eee;
}
.offer__btn svg {
  fill: #eee;
}
.offer__img {
  width: 350px;
}
.offer__img-abs {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: -80px;
  display: block;
  z-index: -1;
}

@media (max-width: 1200px) {
  .offer {
    padding: 20px 0 50px;
  }
  .offer__wrapp {
    padding: 80px 35px 80px 40px;
  }
  .offer__content {
    width: 560px;
  }
  .offer__subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .offer__title {
    font-size: 29px;
    margin-bottom: 35px;
  }
  .offer__text {
    width: 100%;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .offer__img {
    width: 315px;
  }
  .offer__img-abs {
    width: 140px;
    bottom: -70px;
  }
}
@media (max-width: 992px) {
  .offer {
    padding: 20px 0 40px;
  }
  .offer__wrapp {
    padding: 50px 20px 50px 20px;
  }
  .offer__content {
    width: 470px;
  }
  .offer__subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .offer__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .offer__text {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .offer__img {
    width: 270px;
  }
  .offer__img-abs {
    width: 100px;
    bottom: -50px;
  }
}
@media (max-width: 768px) {
  .offer {
    padding: 10px 0 30px;
  }
  .offer__wrapp {
    padding: 50px 20px 50px 20px;
  }
  .offer__img-mob {
    display: block;
    width: 350px;
    margin-bottom: 40px;
  }
  .offer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
  }
  .offer__subtitle {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .offer__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .offer__text {
    width: 90%;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .offer__img {
    display: none;
  }
  .offer__img-abs {
    display: none;
  }
}
@media (max-width: 575px) {
  .offer {
    padding: 10px 0 30px;
  }
  .offer__wrapp {
    padding: 40px 15px;
  }
  .offer__img-mob {
    display: block;
    width: auto;
    max-width: 210px;
    margin-bottom: 40px;
  }
  .offer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
  }
  .offer__subtitle {
    font-size: 12px;
    margin: 0 auto 25px;
  }
  .offer__title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .offer__title br {
    display: none;
  }
  .offer__text {
    width: 90%;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .offer__img {
    display: none;
  }
  .offer__img-abs {
    display: none;
  }
}
.founder {
  padding: 80px 0;
}
.founder__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.founder__photo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 445px;
  height: 459px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  background: url(../img/founder-bg.svg) no-repeat 50% 40%/385px auto;
}
.founder__photo-mob {
  display: none;
}
.founder__content {
  width: 540px;
  padding-top: 8px;
}
.founder__text {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 22px;
}
.founder__list {
  margin-bottom: 46px;
}
.founder__item {
  font-size: 16px;
}
.founder__item:not(:last-child) {
  margin-bottom: 16px;
}
.founder__quote {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.founder__quote p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.founder__quote img {
  width: 30px;
}
.founder__quote-start {
  margin-right: auto;
}
.founder__quote-end {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .founder {
    padding: 60px 0;
  }
  .founder__photo {
    width: 400px;
    height: 440px;
    background: url(../img/founder-bg.svg) no-repeat 50% 40%/360px auto;
  }
  .founder__content {
    width: 510px;
    padding-top: 8px;
  }
  .founder__text {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .founder__list {
    margin-bottom: 40px;
  }
  .founder__item {
    font-size: 15px;
  }
  .founder__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .founder__quote p {
    margin: 10px 0;
    font-size: 16px;
  }
  .founder__quote img {
    width: 25px;
  }
}
@media (max-width: 992px) {
  .founder {
    padding: 40px 0;
  }
  .founder__photo {
    width: 330px;
    height: 400px;
    background: url(../img/founder-bg.svg) no-repeat 50% 40%/300px auto;
  }
  .founder__content {
    width: 380px;
    padding-top: 8px;
  }
  .founder__text {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .founder__list {
    margin-bottom: 30px;
  }
  .founder__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .founder__item p {
    width: calc(100% - 25px);
  }
  .founder__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .founder__quote p {
    margin: 8px 0;
    font-size: 14px;
  }
  .founder__quote img {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .founder {
    padding: 40px 0;
  }
  .founder__photo {
    width: 445px;
    height: 460px;
    background: url(../img/founder-bg.svg) no-repeat 50% 40%/400px auto;
    margin: 0 auto 20px;
  }
  .founder__photo-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .founder__photo-desc {
    display: none;
  }
  .founder__content {
    text-align: center;
    width: 100%;
    padding-top: 8px;
  }
  .founder__title {
    width: 400px;
    margin: 0 auto;
  }
  .founder__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .founder__list {
    margin-bottom: 30px;
  }
  .founder__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
  .founder__item p {
    margin-top: 7px;
    width: calc(100% - 25px);
  }
  .founder__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .founder__quote {
    width: 540px;
    margin: 0 auto;
  }
  .founder__quote p {
    margin: 5px 0;
    font-size: 16px;
  }
  .founder__quote img {
    width: 20px;
  }
  .founder__quote-start {
    margin-right: auto;
    margin-left: 10px;
  }
  .founder__quote-end {
    margin-left: auto;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .founder {
    padding: 30px 0;
  }
  .founder__photo {
    width: auto;
    max-width: 350px;
    height: auto;
    padding-top: 30px;
    background: url(../img/founder-bg.svg) no-repeat 50% 40%/90% auto;
    margin: 0 auto 25px;
  }
  .founder__photo-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .founder__photo-desc {
    display: none;
  }
  .founder__content {
    text-align: center;
    width: 100%;
    padding-top: 8px;
  }
  .founder__title {
    width: auto;
    max-width: 210px;
    margin: 0 auto;
  }
  .founder__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .founder__list {
    margin-bottom: 25px;
  }
  .founder__item {
    font-size: 14px;
  }
  .founder__item p {
    margin-top: 3px;
    width: calc(100% - 25px);
  }
  .founder__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .founder__quote {
    width: auto;
    max-width: 540px;
    margin: 0 auto;
  }
  .founder__quote p {
    margin: 5px 0;
    font-size: 14px;
  }
  .founder__quote img {
    width: 16px;
  }
  .founder__quote-start {
    margin-right: auto;
    margin-left: 10px;
  }
  .founder__quote-end {
    margin-left: auto;
    margin-right: 10px;
  }
}
.catalog {
  padding: 80px 0;
}
.catalog__title {
  text-align: center;
  margin-bottom: 40px;
}
.catalog__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog__item {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  padding: 0 95px 60px;
}
.catalog__item-1 {
  padding-bottom: 80px;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 30px;
}
.catalog__item-1 .catalog__item-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog__item-1 .catalog__item-img {
  width: 445px;
}
.catalog__item-1 .catalog__item-img-mob {
  display: none;
}
.catalog__item-1 .catalog__details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 255px 29px 255px 29px 255px;
  grid-template-columns: repeat(3, 255px);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 20px;
}
.catalog__item-1 .catalog__details > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.catalog__item-1 .catalog__details > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.catalog__item-1 .catalog__details > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.catalog__item-1 .catalog__detail-abs {
  width: 160px;
  top: -29px;
  right: 96px;
}
.catalog__item-2 .catalog__item-img {
  margin-bottom: 40px;
  width: 350px;
}
.catalog__item-2 .catalog__detail-abs {
  width: 160px;
  top: -60px;
  right: -80px;
}
.catalog__item-3 {
  padding-top: 80px;
}
.catalog__item-3 .catalog__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__item-3 .catalog__item-info {
  margin-bottom: 40px;
}
.catalog__item-3 .catalog__item-img-mob {
  display: none;
}
.catalog__item-short {
  width: calc(50% - 15px);
}
.catalog__item-short .catalog__details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__item-short .catalog__detail {
  width: 350px;
}
.catalog__item-short .catalog__detail:not(:last-child) {
  margin-bottom: 20px;
}
.catalog__item-content {
  margin-bottom: 40px;
}
.catalog__item-info {
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog__item-subtitle {
  height: 26px;
  padding: 0 12px;
  background: #1EAD82;
  border-radius: 30px 10px;
  color: #eee;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.catalog__item-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.catalog__item-title span {
  color: #1EAD82;
  font-weight: 700;
}
.catalog__item-text {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-family: "Source Sans Pro", sans-serif;
}
.catalog__details {
  position: relative;
}
.catalog__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__detail p {
  width: calc(100% - 30px);
  font-size: 14px;
}
.catalog__detail-abs {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1200px) {
  .catalog {
    padding: 60px 0;
  }
  .catalog__title {
    margin-bottom: 40px;
  }
  .catalog__item {
    padding: 0 50px 50px;
  }
  .catalog__item-1 {
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .catalog__item-1 .catalog__item-img {
    width: 430px;
  }
  .catalog__item-1 .catalog__details {
    -ms-grid-columns: 250px 25px 250px 25px 250px;
    grid-template-columns: repeat(3, 250px);
    grid-column-gap: 25px;
    grid-row-gap: 20px;
  }
  .catalog__item-1 .catalog__detail-abs {
    width: 150px;
    top: -29px;
    right: 96px;
  }
  .catalog__item-2 .catalog__item-img {
    margin-bottom: 40px;
    width: 320px;
  }
  .catalog__item-2 .catalog__detail-abs {
    width: 130px;
    top: -40px;
    right: -30px;
  }
  .catalog__item-3 {
    padding-top: 80px;
  }
  .catalog__item-3 .catalog__item-info {
    margin-bottom: 40px;
  }
  .catalog__item-short {
    width: calc(50% - 15px);
  }
  .catalog__item-short .catalog__detail {
    width: 350px;
  }
  .catalog__item-short .catalog__detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog__item-content {
    margin-bottom: 40px;
  }
  .catalog__item-info {
    width: 340px;
  }
  .catalog__item-subtitle {
    height: 25px;
    padding: 0 12px;
    font-size: 11px;
    margin-bottom: 12px;
  }
  .catalog__item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .catalog__item-text {
    font-size: 18px;
  }
  .catalog__detail p {
    width: calc(100% - 28px);
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .catalog {
    padding: 50px 0;
  }
  .catalog__title {
    margin-bottom: 35px;
  }
  .catalog__item {
    padding: 0 25px 30px;
  }
  .catalog__item-1 {
    padding-bottom: 60px;
    padding-top: 35px;
    margin-bottom: 25px;
  }
  .catalog__item-1 .catalog__item-img {
    width: 330px;
  }
  .catalog__item-1 .catalog__details {
    -ms-grid-columns: 200px 20px 200px 20px 200px;
    grid-template-columns: repeat(3, 200px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .catalog__item-1 .catalog__detail-abs {
    width: 150px;
    top: -10px;
    right: 70px;
  }
  .catalog__item-2 .catalog__item-img {
    margin-bottom: 30px;
    width: 280px;
  }
  .catalog__item-2 .catalog__detail-abs {
    width: 70px;
    top: -20px;
    right: -10px;
  }
  .catalog__item-3 {
    padding-top: 40px;
  }
  .catalog__item-3 .catalog__item-info {
    margin-bottom: 40px;
  }
  .catalog__item-3 .catalog__item-img {
    width: 270px;
  }
  .catalog__item-short {
    width: calc(50% - 10px);
  }
  .catalog__item-short .catalog__detail {
    width: 290px;
  }
  .catalog__item-short .catalog__detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog__item-content {
    margin-bottom: 40px;
  }
  .catalog__item-info {
    width: 300px;
  }
  .catalog__item-subtitle {
    height: 25px;
    padding: 0 12px;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .catalog__item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .catalog__item-text {
    font-size: 16px;
  }
  .catalog__detail p {
    width: calc(100% - 28px);
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .catalog {
    padding: 40px 0 20px;
  }
  .catalog__title {
    margin-bottom: 35px;
  }
  .catalog__item {
    padding: 0 25px 60px;
  }
  .catalog__item-1 {
    padding-bottom: 110px;
    padding-top: 35px;
    margin-bottom: 25px;
  }
  .catalog__item-1 .catalog__item-img {
    display: none;
  }
  .catalog__item-1 .catalog__item-img-mob {
    display: block;
    margin-bottom: 30px;
    width: 370px;
  }
  .catalog__item-1 .catalog__details {
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 20px;
  }
  .catalog__item-1 .catalog__details li:nth-child(6), .catalog__item-1 .catalog__details li:nth-child(3) {
    display: none;
  }
  .catalog__item-1 .catalog__detail-abs {
    width: 110px;
    top: auto;
    bottom: -80px;
    right: 50px;
  }
  .catalog__item-2 {
    margin-bottom: 25px;
  }
  .catalog__item-2 .catalog__item-img {
    width: 300px;
    margin: 0 auto 30px;
  }
  .catalog__item-2 .catalog__detail-abs {
    width: 100px;
    top: auto;
    bottom: -30px;
    right: 85px;
  }
  .catalog__item-3 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .catalog__item-3 .catalog__item-info {
    margin-bottom: 0px;
  }
  .catalog__item-3 .catalog__item-img {
    width: 270px;
    margin-bottom: 30px;
  }
  .catalog__item-3 .catalog__item-img-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__item-3 .catalog__item-img-desc {
    display: none;
  }
  .catalog__item-short {
    width: 100%;
  }
  .catalog__item-short .catalog__detail {
    width: 100%;
  }
  .catalog__item-short .catalog__detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .catalog__item-content {
    margin-bottom: 40px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__item-info {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__item-subtitle {
    height: 25px;
    padding: 0 12px;
    font-size: 10px;
    margin: 0 auto 15px;
  }
  .catalog__item-title {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .catalog__item-text {
    font-size: 16px;
    text-align: center;
  }
  .catalog__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 20px;
  }
  .catalog__detail p {
    width: calc(100% - 28px);
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .catalog {
    padding: 30px 0 20px;
  }
  .catalog__title {
    margin-bottom: 25px;
  }
  .catalog__item {
    padding: 0 10px 40px;
  }
  .catalog__item-1 {
    padding-bottom: 40px;
    padding-top: 35px;
    margin-bottom: 25px;
  }
  .catalog__item-1 .catalog__item-img {
    display: none;
  }
  .catalog__item-1 .catalog__item-img-mob {
    display: block;
    margin-bottom: 30px;
    width: 95%;
    max-width: 370px;
  }
  .catalog__item-1 .catalog__details {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .catalog__item-1 .catalog__details li:nth-child(6), .catalog__item-1 .catalog__details li:nth-child(3) {
    display: none;
  }
  .catalog__item-1 .catalog__detail-abs {
    width: 130px;
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
    margin: 0 auto;
  }
  .catalog__item-1 .catalog__item-content {
    margin-bottom: 30px;
  }
  .catalog__item-2 {
    margin-bottom: 25px;
  }
  .catalog__item-2 .catalog__item-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .catalog__item-2 .catalog__detail-abs {
    width: 130px;
    top: auto;
    bottom: auto;
    right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    margin: 0 auto 10px;
  }
  .catalog__item-2 .catalog__detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .catalog__item-3 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .catalog__item-3 .catalog__item-info {
    margin-bottom: 0px;
  }
  .catalog__item-3 .catalog__item-img {
    width: auto;
    max-width: 220px;
    margin-bottom: 30px;
  }
  .catalog__item-3 .catalog__item-img-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__item-3 .catalog__item-img-desc {
    display: none;
  }
  .catalog__item-3 .catalog__item-content {
    margin-bottom: 25px;
  }
  .catalog__item-short {
    width: 100%;
  }
  .catalog__item-short .catalog__detail {
    width: 100%;
  }
  .catalog__item-short .catalog__detail:not(:last-child) {
    margin-bottom: 0px;
  }
  .catalog__item-content {
    margin-bottom: 40px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__item-info {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__item-subtitle {
    height: 25px;
    padding: 0 12px;
    font-size: 10px;
    margin: 0 auto 15px;
  }
  .catalog__item-title {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .catalog__item-text {
    font-size: 15px;
    max-width: 240px;
  }
  .catalog__details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .catalog__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__detail p {
    margin-top: 7px;
    text-align: center;
    width: calc(100% - 28px);
    font-size: 14px;
  }
}
.program {
  padding-bottom: 80px;
}
.program__wrapp {
  padding: 80px 60px 80px 96px;
  background: #393E46;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.program__left {
  width: 435px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program__right {
  width: 385px;
  position: relative;
}
.program__title {
  color: #eee;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
.program__btn {
  color: #eee;
  border-color: #eee;
}
.program__btn-mob {
  display: none;
}
.program__btn svg {
  fill: #eee;
}
.program__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.program__info-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-weight: 400;
  width: calc(100% - 20px);
}
.program__info-line {
  content: "";
  width: 10px;
  height: 39px;
  background: #1EAD82;
  display: block;
  margin-right: 10px;
}
.program__text {
  font-size: 20px;
  color: #eee;
  width: 350px;
  font-weight: 900;
}
.program__text span {
  color: #1EAD82;
  text-transform: uppercase;
}
.program__img {
  position: absolute;
  bottom: -45px;
  left: -30px;
  -webkit-transform: translate(-100%, 50%);
          transform: translate(-100%, 50%);
  width: 255px;
}

@media (max-width: 1200px) {
  .program {
    padding-bottom: 80px;
  }
  .program__wrapp {
    padding: 80px 40px 80px 50px;
  }
  .program__left {
    width: 435px;
  }
  .program__right {
    width: 375px;
    position: relative;
  }
  .program__title {
    margin-bottom: 40px;
  }
  .program__info {
    margin-bottom: 35px;
  }
  .program__info-text {
    font-size: 19px;
    width: calc(100% - 18px);
  }
  .program__info-line {
    width: 9px;
    height: 36px;
    margin-right: 9px;
  }
  .program__text {
    font-size: 19px;
    width: 340px;
  }
  .program__img {
    bottom: -45px;
    left: -30px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .program {
    padding-bottom: 50px;
  }
  .program__wrapp {
    padding: 40px 30px 40px 30px;
  }
  .program__left {
    width: 400px;
  }
  .program__right {
    width: 320px;
  }
  .program__title {
    margin-bottom: 35px;
  }
  .program__info {
    margin-bottom: 35px;
  }
  .program__info-text {
    font-size: 15px;
    width: calc(100% - 15px);
  }
  .program__info-line {
    width: 7px;
    height: 30px;
    margin-right: 8px;
  }
  .program__text {
    font-size: 14px;
    width: 260px;
  }
  .program__img {
    bottom: -25px;
    left: -30px;
    width: 130px;
  }
}
@media (max-width: 768px) {
  .program {
    padding-bottom: 40px;
  }
  .program__wrapp {
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .program__left, .program__right {
    width: 100%;
  }
  .program__right {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program__title {
    text-align: center;
    width: 300px;
    margin: 0 auto 35px;
  }
  .program__info {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program__info-text {
    font-size: 16px;
    width: 320px;
    text-align: center;
  }
  .program__info-line {
    width: 34px;
    height: 6px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .program__text {
    font-size: 15px;
    width: 410px;
    text-align: center;
    margin-bottom: 30px;
  }
  .program__img {
    bottom: auto;
    left: auto;
    width: 200px;
    -webkit-transform: none;
            transform: none;
    position: relative;
    margin-bottom: 40px;
  }
  .program__btn-desc {
    display: none;
  }
  .program__btn-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .program {
    padding-bottom: 40px;
  }
  .program__wrapp {
    padding: 30px 10px;
  }
  .program__title {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .program__info {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program__info-text {
    font-size: 14px;
    width: 100%;
    max-width: 260px;
  }
  .program__info-line {
    width: 38px;
    height: 8px;
    margin-bottom: 15px;
  }
  .program__text {
    font-size: 14px;
    width: 100%;
    max-width: 410px;
    text-align: center;
    margin-bottom: 30px;
  }
  .program__img {
    width: 185px;
    margin-bottom: 35px;
  }
  .program__btn {
    padding: 0 25px;
  }
  .program__btn-desc {
    display: none;
  }
  .program__btn-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.partners {
  padding: 80px 0 40px;
}
.partners__title {
  text-align: center;
  margin-bottom: 40px;
}
.partners__text {
  font-weight: 700;
  font-size: 20px;
  width: 500px;
  margin: 0 auto 60px;
  text-align: center;
}
.partners__text span {
  color: #1EAD82;
  text-transform: uppercase;
}
.partners__img {
  position: relative;
  width: 540px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.24));
}
.partners__img-document {
  border-radius: 30px;
}
.partners__img-ab {
  position: absolute;
  display: block;
}
.partners__img-ab-1 {
  top: -40px;
  right: -95px;
  width: 160px;
}
.partners__img-ab-2 {
  left: -30px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  top: 50%;
  width: 255px;
}
.partners__img-ab-3 {
  right: -189px;
  bottom: 0;
  width: 255px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .partners {
    padding: 60px 0 35px;
  }
  .partners__title {
    margin-bottom: 35px;
  }
  .partners__text {
    font-size: 19px;
    width: 470px;
    margin: 0 auto 40px;
  }
  .partners__img {
    width: 530px;
  }
  .partners__img-ab-1 {
    top: -30px;
    right: -75px;
    width: 150px;
  }
  .partners__img-ab-2 {
    left: -25px;
    width: 180px;
  }
  .partners__img-ab-3 {
    right: -140px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .partners {
    padding: 40px 0;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__text {
    font-size: 17px;
    width: 450px;
    margin: 0 auto 30px;
  }
  .partners__img {
    width: 450px;
  }
  .partners__img-ab-1 {
    top: -30px;
    right: -60px;
    width: 120px;
  }
  .partners__img-ab-2 {
    left: -20px;
    width: 120px;
  }
  .partners__img-ab-3 {
    right: -90px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .partners {
    overflow-x: hidden;
    padding: 30px 0;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__text {
    font-size: 17px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .partners__img {
    width: 90%;
  }
  .partners__img-ab-1 {
    top: -30px;
    right: -60px;
    width: 120px;
  }
  .partners__img-ab-2 {
    left: 30px;
    width: 90px;
    z-index: -1;
    top: auto;
    bottom: -90px;
  }
  .partners__img-ab-3 {
    right: -80px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .partners {
    overflow-x: hidden;
    padding: 30px 0;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__text {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .partners__img {
    width: 95%;
  }
  .partners__img-ab-1 {
    top: -30px;
    right: -20px;
    width: 60px;
  }
  .partners__img-ab-2 {
    left: 55px;
    width: 70px;
    z-index: 10;
    top: auto;
    bottom: -65px;
  }
  .partners__img-ab-3 {
    bottom: -30px;
    right: -25px;
    width: 90px;
  }
}
.news {
  padding-bottom: 80px;
}
.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.news__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.news__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.news__item {
  border-radius: 30px;
  height: 320px;
  padding: 40px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  overflow: hidden;
}
.news__item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7294117647);
}
.news__item:hover .news__item-btn {
  border-radius: 30px 10px;
}
.news__item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.24) 100%);
}
.news__item-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.news__item-tag {
  margin-bottom: 15px;
}
.news__item-tag p {
  font-size: 14px;
  color: #eee;
}
.news__item-title {
  text-align: center;
  width: 350px;
  font-size: 20px;
  line-height: 1.2;
  color: #eee;
}
.news__item-btn {
  color: #eee;
  border-color: #1EAD82;
  background: #1EAD82;
  position: relative;
  z-index: 1;
}
.news__item-btn svg {
  fill: #eee;
}
.news__item-btn:hover {
  color: #eee;
}
.news__item-btn:hover svg {
  fill: #eee;
}

@media (max-width: 1200px) {
  .news {
    padding-bottom: 60px;
  }
  .news__list {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .news__item {
    height: 300px;
    padding: 30px 20px 25px;
  }
  .news__item-tag {
    margin-bottom: 13px;
  }
  .news__item-tag p {
    font-size: 14px;
  }
  .news__item-title {
    width: 320px;
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .news {
    padding-bottom: 30px;
  }
  .news__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .news__item {
    height: 240px;
    padding: 25px 20px 20px;
  }
  .news__item-tag {
    margin-bottom: 12px;
  }
  .news__item-tag p {
    font-size: 13px;
  }
  .news__item-title {
    width: 250px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news {
    padding-bottom: 20px;
  }
  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .news__item {
    height: auto;
    padding: 25px 20px 20px;
  }
  .news__item-tag {
    margin-bottom: 12px;
  }
  .news__item-tag p {
    font-size: 13px;
  }
  .news__item-title {
    width: 250px;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .news {
    padding-bottom: 20px;
  }
  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .news__item {
    height: auto;
    padding: 20px 15px 20px;
  }
  .news__item-tag {
    margin-bottom: 12px;
  }
  .news__item-tag p {
    font-size: 14px;
  }
  .news__item-title {
    width: 260px;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .news__item-btn {
    padding: 0 25px;
  }
}
.cooperation {
  padding: 80px 0 50px;
}
.cooperation__wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cooperation__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.cooperation__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cooperation__img {
  width: 160px;
}
.cooperation__title {
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.cooperation__text {
  width: 620px;
  letter-spacing: 0.01em;
  margin-bottom: 60px;
  font-weight: 900;
  line-height: 1.2;
  font-size: 20px;
}
.cooperation__text span {
  color: #1EAD82;
}
.cooperation__form {
  width: 100%;
}
.cooperation__form-wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cooperation__form-wrapp .cooperation__input {
  background: #EEEEEE;
}
.cooperation__img-mob {
  display: none;
}
.cooperation .site-form__btn {
  margin-top: 15px;
}
.cooperation .wpcf7-spinner {
  display: none;
}
.cooperation .wpcf7-not-valid-tip {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .cooperation {
    padding: 40px 0 40px;
  }
  .cooperation__img {
    width: 110px;
  }
  .cooperation__title {
    margin-bottom: 30px;
  }
  .cooperation__text {
    width: 550px;
    margin-bottom: 50px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .cooperation {
    padding: 40px 0 30px;
  }
  .cooperation__img {
    width: 90px;
  }
  .cooperation__title {
    margin-bottom: 30px;
  }
  .cooperation__text {
    width: 500px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .cooperation .site-form__input {
    font-size: 14px;
    padding-left: 15px;
  }
  .cooperation .site-form__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .cooperation .site-form__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .cooperation .site-form__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .cooperation .site-form__input::-moz-placeholder {
    font-size: 14px;
  }
  .cooperation .site-form__input::placeholder {
    font-size: 14px;
  }
  .cooperation .site-form__btn {
    font-size: 14px;
  }
  .cooperation .site-form__input, .cooperation .site-form__btn {
    width: 240px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .cooperation {
    padding: 40px 0 30px;
  }
  .cooperation__img {
    width: 160px;
  }
  .cooperation__title {
    margin-bottom: 20px;
    width: 400px;
  }
  .cooperation__text {
    width: 500px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .cooperation__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .cooperation__top img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cooperation__form-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cooperation .site-form {
    margin-bottom: 30px;
  }
  .cooperation .site-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  .cooperation .site-form__input {
    font-size: 15px;
    padding-left: 25px;
  }
  .cooperation .site-form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .cooperation .site-form__input:-ms-input-placeholder {
    font-size: 15px;
  }
  .cooperation .site-form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .cooperation .site-form__input::-moz-placeholder {
    font-size: 15px;
  }
  .cooperation .site-form__input::placeholder {
    font-size: 15px;
  }
  .cooperation .site-form__btn {
    font-size: 15px;
  }
  .cooperation .site-form__input, .cooperation .site-form__btn {
    width: 450px;
    height: 48px;
  }
  .cooperation__img-desc {
    display: none;
  }
  .cooperation__img-mob {
    display: block;
  }
}
@media (max-width: 575px) {
  .cooperation {
    padding: 40px 0 30px;
  }
  .cooperation__img {
    width: 150px;
  }
  .cooperation__title {
    margin-bottom: 20px;
    width: auto;
  }
  .cooperation__text {
    width: auto;
    max-width: 450px;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .cooperation__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .cooperation__top img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cooperation__form-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cooperation .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .cooperation .site-form {
    margin-bottom: 30px;
  }
  .cooperation .site-form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .cooperation .site-form__btn {
    margin-top: 10px;
  }
  .cooperation .site-form__input, .cooperation .site-form__btn {
    width: 100%;
    max-width: 420px;
    height: 44px;
  }
  .cooperation__img-desc {
    display: none;
  }
  .cooperation__img-mob {
    display: block;
  }
  .cooperation .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.popup__wrapp {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  border-radius: 30px;
  position: relative;
  padding: 80px 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #393E46;
}
.popup__close {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #1EAD82;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__close span {
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1EAD82;
  border-radius: 50%;
}
.popup__close span img {
  width: 20px;
}
.popup__title {
  font-size: 32px;
  color: #eee;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.popup__title span {
  color: #1EAD82;
}
.popup__form {
  position: relative;
  width: 350px;
}
.popup__form-wrapper {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.popup__form-wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup__form-wrapp .wpcf7-spinner {
  display: none;
}
.popup__form-wrapp .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.popup__form-wrapp .site-form__btn {
  margin-top: 20px;
}
.popup .wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
  text-align: center;
}
.popup .wpcf7-not-valid-tip {
  margin-top: 5px;
  text-align: center;
}
.popup__img {
  position: absolute;
  width: 160px;
  display: block;
}
.popup__img-1 {
  top: 0;
  left: 0;
}
.popup__img-2 {
  bottom: 80px;
  right: 95px;
}
.popup__img-mob {
  display: none;
}

@media (max-width: 1200px) {
  .popup__wrapp {
    padding: 60px 65px;
  }
  .popup__close {
    height: 47px;
    width: 47px;
    margin-bottom: 35px;
  }
  .popup__close span {
    width: 37px;
    height: 37px;
  }
  .popup__close span img {
    width: 18px;
  }
  .popup__title {
    font-size: 29px;
    margin-bottom: 30px;
  }
  .popup__form {
    width: 310px;
  }
  .popup__form-wrapp .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  .popup__form-wrapp .site-form__btn {
    margin-top: 15px;
  }
  .popup__img {
    width: 140px;
  }
  .popup__img-2 {
    bottom: 80px;
    right: 95px;
  }
}
@media (max-width: 992px) {
  .popup__wrapp {
    padding: 40px 35px;
  }
  .popup__close {
    height: 44px;
    width: 44px;
    margin-bottom: 25px;
  }
  .popup__close span {
    width: 34px;
    height: 34px;
  }
  .popup__close span img {
    width: 15px;
  }
  .popup__title {
    font-size: 23px;
    margin-bottom: 35px;
  }
  .popup__form {
    width: 300px;
  }
  .popup__form-wrapp .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .popup__form-wrapp .site-form__btn {
    margin-top: 10px;
  }
  .popup__img {
    width: 110px;
  }
  .popup__img-2 {
    bottom: 80px;
    right: 95px;
  }
}
@media (max-width: 768px) {
  .popup__wrapp {
    padding: 30px 30px;
  }
  .popup__close {
    height: 44px;
    width: 44px;
    margin-bottom: 25px;
  }
  .popup__close span {
    width: 34px;
    height: 34px;
  }
  .popup__close span img {
    width: 15px;
  }
  .popup__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .popup__form {
    width: 300px;
  }
  .popup__form-wrapp .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .popup__form-wrapp .site-form__btn {
    margin-top: 10px;
  }
  .popup__img {
    width: 70px;
  }
  .popup__img-2 {
    bottom: 80px;
    right: 30px;
  }
  .popup .popup .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 0.9em;
  }
  .popup .wpcf7-not-valid-tip {
    font-size: 0.85em;
  }
}
@media (max-width: 575px) {
  .popup__wrapp {
    padding: 30px 10px 80px;
  }
  .popup__close {
    height: 30px;
    width: 30px;
    margin-bottom: 25px;
  }
  .popup__close span {
    width: 20px;
    height: 20px;
  }
  .popup__close span img {
    width: 10px;
  }
  .popup__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .popup__form {
    width: 300px;
  }
  .popup__form-wrapp .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .popup__form-wrapp .site-form__btn {
    margin-top: 10px;
  }
  .popup__form-wrapp .site-form__input, .popup__form-wrapp .site-form__btn {
    width: 100%;
  }
  .popup__img {
    width: 60px;
  }
  .popup__img-2 {
    bottom: 10px;
    right: 30px;
  }
  .popup__img-1 {
    top: 10px;
    left: 15px;
  }
  .popup__img-desc {
    display: none;
  }
  .popup__img-mob {
    display: block;
  }
  .popup .popup .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 0.9em;
  }
  .popup .wpcf7-not-valid-tip {
    font-size: 0.85em;
  }
}
.footer {
  padding: 80px 0 40px;
}
.footer__wrapp {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo {
  width: 100px;
  margin-bottom: 60px;
}
.footer__title {
  margin-bottom: 40px;
  text-align: center;
}
.footer__contacts {
  margin-bottom: 60px;
  text-align: center;
}
.footer__contacts-item p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__contacts-item a {
  font-size: 20px;
  font-weight: 900;
  color: #393E46;
}
.footer__contacts-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer__social {
  margin-bottom: 60px;
}
.footer__social-title {
  text-align: center;
  margin-bottom: 40px;
}
.footer__social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__social-item.btn {
  font-weight: 900;
  color: #1EAD82;
  border-color: #1EAD82;
  padding: 0 15px;
}
.footer__social-item.btn svg {
  fill: #1EAD82;
}
.footer__social-item:not(:last-child) {
  margin-right: 30px;
}
.footer__link {
  font-weight: 500;
  font-size: 20px;
  color: #393E46;
}
.footer__link-first {
  margin-bottom: 20px;
}
.footer__img-ab {
  position: absolute;
}
.footer__img-ab-1 {
  width: 255px;
  right: 0;
  top: 5%;
}
.footer__img-ab-2 {
  width: 255px;
  left: 0;
  top: 25%;
}
.footer__img-ab-3 {
  width: 160px;
  right: 0;
  bottom: 0%;
}

@media (max-width: 1200px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer__logo {
    width: 100px;
    margin-bottom: 60px;
  }
  .footer__title {
    margin-bottom: 40px;
  }
  .footer__contacts {
    margin-bottom: 60px;
  }
  .footer__contacts-item p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer__contacts-item a {
    font-size: 20px;
  }
  .footer__contacts-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__social {
    margin-bottom: 60px;
  }
  .footer__social-title {
    margin-bottom: 40px;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 30px;
  }
  .footer__link {
    font-size: 19px;
  }
  .footer__link-first {
    margin-bottom: 20px;
  }
  .footer__img-ab-1 {
    width: 255px;
    top: 5%;
  }
  .footer__img-ab-2 {
    width: 230px;
    top: 25%;
  }
  .footer__img-ab-3 {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 50px 0 30px;
  }
  .footer__logo {
    width: 80px;
    margin-bottom: 30px;
  }
  .footer__title {
    margin-bottom: 25px;
  }
  .footer__contacts {
    margin-bottom: 40px;
  }
  .footer__contacts-item p {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .footer__contacts-item a {
    font-size: 17px;
  }
  .footer__contacts-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer__social {
    margin-bottom: 40px;
  }
  .footer__social-title {
    margin-bottom: 25px;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 18px;
  }
  .footer__link {
    font-size: 17px;
  }
  .footer__link-first {
    margin-bottom: 18px;
  }
  .footer__img-ab-1 {
    width: 150px;
    top: 5%;
  }
  .footer__img-ab-2 {
    width: 150px;
    top: 25%;
  }
  .footer__img-ab-3 {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0 30px;
  }
  .footer__logo {
    width: 90px;
    margin-bottom: 40px;
  }
  .footer__title {
    margin-bottom: 30px;
  }
  .footer__contacts {
    margin-bottom: 50px;
  }
  .footer__contacts-item p {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .footer__contacts-item a {
    font-size: 18px;
  }
  .footer__contacts-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__social {
    margin-bottom: 50px;
  }
  .footer__social-title {
    margin-bottom: 30px;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 20px;
  }
  .footer__link {
    font-size: 17px;
  }
  .footer__link-first {
    margin-bottom: 15px;
  }
  .footer__img-ab-1 {
    width: 110px;
    top: 5%;
  }
  .footer__img-ab-2 {
    width: 110px;
    top: 25%;
  }
  .footer__img-ab-3 {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 20px 0 30px;
  }
  .footer__logo {
    width: 90px;
    margin-bottom: 40px;
  }
  .footer__title {
    margin-bottom: 30px;
  }
  .footer__contacts {
    margin-bottom: 30px;
  }
  .footer__contacts-item p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer__contacts-item a {
    font-size: 16px;
  }
  .footer__contacts-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__social {
    margin-bottom: 50px;
  }
  .footer__social-title {
    margin-bottom: 30px;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 20px;
  }
  .footer__social-item.btn {
    padding: 0 50px;
  }
  .footer__social-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .footer__social-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__link-first {
    margin-bottom: 15px;
  }
  .footer__img-ab-1 {
    width: 60px;
    top: 0%;
  }
  .footer__img-ab-2 {
    width: 60px;
    top: 20%;
  }
  .footer__img-ab-3 {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 30px;
  }
}
.cookie {
  background: #1EAD82;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cookie__wrapp {
  padding: 14px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie__left {
  width: 825px;
}
.cookie__left p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.cookie__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie__btn-accept {
  height: 34px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  border-color: #fff;
}
.cookie__btn-accept:hover {
  border-color: #fff;
  color: #fff;
}
.cookie__btn-decline {
  font-size: 14px;
  font-weight: 700;
  margin-right: 56px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cookie__btn-decline:hover {
  color: #e1e1e1;
}

@media (max-width: 1200px) {
  .cookie__left {
    width: 73%;
  }
}
@media (max-width: 992px) {
  .cookie__wrapp {
    padding: 12px 0;
  }
  .cookie__left {
    width: calc(100% - 250px);
  }
  .cookie__left p {
    font-size: 14px;
  }
  .cookie__btn-accept {
    height: 34px;
    padding: 0 30px;
    font-size: 14px;
  }
  .cookie__btn-decline {
    font-size: 14px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cookie__wrapp {
    padding: 12px 0;
  }
  .cookie__left {
    width: calc(100% - 200px);
  }
  .cookie__left p {
    font-size: 13px;
  }
  .cookie__btn-accept {
    height: 32px;
    padding: 0 27px;
    font-size: 13px;
  }
  .cookie__btn-decline {
    font-size: 13px;
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .cookie__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie__left {
    width: 100%;
    margin-bottom: 22px;
  }
  .cookie__left p {
    font-size: 13px;
    text-align: center;
  }
  .cookie__btn-accept {
    height: 32px;
    padding: 0 27px;
    font-size: 13px;
  }
  .cookie__btn-decline {
    font-size: 13px;
    margin-right: 30px;
  }
}