html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: proximanovareg, robotolight, tahoma;
}

body {
  overflow-y: scroll;
  background: #fff;
}

/*a,span{
    text-decoration-skip-ink:none;
}*/

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

/**{min-height:0;min-width:0;}*/

* {
  outline: 0;
}

img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

/*for FF*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

input.email {
  display: none !important;
}

input.error {
  border-color: red;
}

body {
  line-height: 1.5;
  font-family: "Gotham";
  font-size: 18px;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

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

@media (max-width: 1279px) {
  .container {
    max-width: 974px;
  }
}

.responsive-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  user-select: none;
  cursor: pointer;
  margin-left: auto;
}

.responsive-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: 0.3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.15s;
}

.responsive-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.responsive-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.responsive-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

body.open-menu .responsive-menu span {
  display: none;
}

body.open-menu .responsive-menu span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
}

body.open-menu .responsive-menu span:nth-child(3) {
  display: block;
  transform: rotate(45deg);
}

body.open-menu .responsive-wrap {
  opacity: 1;
  visibility: visible;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 10;
}

.header-container {
  max-width: 1515px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.header-block {
  display: flex;
  align-items: center;

}

.header-logo {
  display: flex;
  padding-left: 205px;
  position: relative;
}

.header-logo__logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0
}

.header-logo__logo img {
  max-width: 100%;
  height: auto;
}

.header-logo__text {
  display: flex;
  align-items: center;
  margin-right: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #F0F3F4;
}

.header-nav {
  margin-right: 60px;
}

.header-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.header-nav ul li:last-child {
  margin-right: 0;
}

.header-nav ul li a {
  padding: 12px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #F0F3F4;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.2s;
}

.header-nav ul li a:hover {
  border-color: #F9EB69;
}

.header-nav__info {
  display: none;
  justify-content: center;
  width: 100%;
}

.header-nav__info .header-contacts {
  display: flex !important;
  justify-content: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.header-nav__info .header-feedback {
  display: flex !important;
  height: 45px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.header-nav__info .header-feedback button {
  width: 100%;
}

.header-contacts {
  display: flex;
  align-content: center;
  flex: none;
  margin-left: auto;
  margin-right: 55px;
}

.header-contacts a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  text-decoration: none;
}

.header-contacts a i {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../images/header-phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header-contacts .whatsapp {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header-feedback {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-feedback button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 56px;
  border: 2px solid #FFFFFF;
  background: transparent;
  border-radius: 2px;
  font-family: 'Golos';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.2s;
}

.header-feedback button:hover {
  background: #F9EB69;
  border-color: #F9EB69;
  color: #000;
}

@media (max-width: 1535px) {
  .header-logo__logo {
    max-width: 190px;
  }

  .header-logo__text {
    margin-right: 30px;
    font-size: 11px;
  }

  .header-nav {
    margin-right: 30px;
  }

  .header-nav ul li {
    margin-right: 20px;
  }

  .header-nav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 1365px) {
  .header-logo__text {
    font-size: 10px;
  }

  .header-nav ul li a {
    padding: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .header-feedback button {
    width: 160px;
    font-size: 13px;
  }
}

@media (max-width: 1279px) {
  .responsive-menu {
    display: flex;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    align-items: flex-start;
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    background: #000;
    z-index: 100;
    overflow-y: auto;
    transition: 0.3s;
  }

  .header-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header-nav ul li {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .header-nav ul li a {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    border: 0 !important;
  }

  .header-nav__info {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
}

@media (max-width: 1279px) {
  body.open-menu .header-nav {
    right: 0;
  }

  .header {
    position: fixed;
    background: #000;
  }

  .header-container {
    height: 70px;
    padding: 20px;
  }

  .header-block {
    height: 100%;
    width: 100%;
  }

  .header-logo {
    padding-left: 0;
  }

  .header-logo__logo {
    position: static;
    width: 55px;
    margin-right: 25px;
  }

  .header-contacts {
    display: none;
  }

  .header-feedback {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header-container {
    padding: 10px 20px;
  }

  .header-logo__text {
    font-size: 8px;
    margin-right: 10px;
  }
}

.main {
  position: relative;
  padding-top: 47.4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 290px;
}

.main__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}

.main__title span {
  color: #F9EB69;
}

.main__title h1 {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
}

.main__title a {
  text-decoration: underline;
  color: #fff;
}

.main__title a:hover {
  text-decoration: none;
}

.main__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.main__arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.main__arrow img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 1535px) {
  .main {
    min-height: 700px;
    padding-top: 0;
  }
}

@media (max-width: 1279px) {
  .main {
    min-height: 600px;
  }

  .main-block {
    padding-top: 200px;
  }

  .main__title {
    font-size: 37px;
  }

  .main__text {
    font-size: 17px;
  }

  .main__arrow {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .main {
    min-height: 500px;
  }

  .main-block {
    padding-top: 150px;
  }

  .main__title {
    font-size: 21px;
  }

  .main__title br {
    display: none;
  }

  .main__text {
    font-size: 14px;
  }

  .main__text br {
    display: none;
  }

  .main__arrow {
    width: 20px;
  }
}

.services {
  padding-top: 120px;
}

.services-header {
  display: flex;
  margin-bottom: 60px;
}

.services-header__num {
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.services-header__info {
  display: flex;
  flex-direction: column;
}

.services-header__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
}

.services-header__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.services-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.services-items__item {
  width: 55%;
  min-height: 250px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.services-items__item:nth-child(1) {
  width: 57%;
}

.services-items__item:nth-child(2) {
  width: 43%;
}

.services-items__item:nth-child(2) .services-items__inner {
  background: #EDE9EB;
}

.services-items__item:nth-child(3) {
  width: 50%;
}

.services-items__item:nth-child(3) .services-items__inner {
  background: #EDE9EB;
}

.services-items__item:nth-child(4) {
  width: 50%;
}

.services-items__item:nth-child(5) {
  width: 55%;
}

.services-items__item:nth-child(5) .services-items__inner {
  background: #E9EDEB;
}

.services-items__item:nth-child(6) {
  width: 45%;
}

.services-items__item:nth-child(6) .services-items__inner {
  background: #EDECE9;
}

.services-items__item:nth-child(7) {
  width: 50%;
}

.services-items__item:nth-child(7) .services-items__inner {
  background: #EDECE9;
}

.services-items__item:nth-child(8) {
  width: 50%;
}

.services-items__item:nth-child(8) .services-items__inner {
  background: #E9EDEB;
}

.services-items__inner {
  position: relative;
  display: flex;
  min-height: 320px;
  background: #F9F4C7;
  overflow: hidden;
}

.services-items__inner::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 46px;
  width: 16px;
  height: 16px;
  background-image: url("../images/services-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 0.7;
}

.services-items__inner:hover .services-items__button {
  right: 0;
}

.services-items__inner:hover::before {
  top: 36px;
  opacity: 1;
}

.services-items__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
}

.services-items__name {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #101010;
}

.services-items__descr {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
}

.services-items__right {
  position: relative;
  width: 230px;
  flex: none;
}

.services-items__photo {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-items__button {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 55px;
  background: #F9EB69;
  border-radius: 2px;
  bottom: 0;
  right: -100%;
  font-family: "Golos";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #101010;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.services-items__button a {
  text-decoration: none;
  color: #101010;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-items__button:hover {
  background: #F9EF95;
}

@media (max-width: 1023px) {
  .services {
    padding-top: 70px;
  }

  .services-header {
    display: flex;
    flex-direction: column;
  }

  .services-header__title {
    font-size: 32px;
  }

  .services-header__text {
    font-size: 15px;
  }

  .services-items {
    flex-direction: column;
  }

  .services-items__item {
    width: 100% !important;
  }

  .services-items__info {
    width: 100%;
  }

  .services-items__name {
    font-size: 16px;
  }

  .services-items__descr {
    font-size: 14px;
  }

  .services-items__button {
    height: 45px;
    font-size: 13px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .services-header__title {
    font-size: 27px;
  }

  .services-header__text {
    font-size: 14px;
  }

  .services-header__text br {
    display: none;
  }

  .services-items__item {
    display: flex;
    min-height: 220px;
  }

  .services-items__inner {
    min-height: 100%;
    width: 100%;
    height: auto;
  }

  .services-items__info {
    padding: 20px;
    padding-top: 60px;
  }

  .services-items__right {
    width: 150px;
  }

  .services-items__descr {
    font-size: 12px;
  }

  .services-items__button {
    width: 100%;
  }

  .services-items__inner::before {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 479px) {
  .services-items__right {
    width: 120px;
  }

  .services-items__name {
    font-size: 14px;
  }
}

.works {
  /* margin-top: 100px; */
  padding-top: 120px;
  background: #F0F3F4;
  padding-bottom: 120px;
}

.works-header {
  display: flex;
  margin-bottom: 60px;
}

.works-header__num {
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.works-header__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-header__title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
}

.works-header__tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #E9ECED;
}

.works-header__tab {
  position: relative;
  top: 2px;
}

.works-header__tab a {
  display: flex;
  margin-right: 15px;
  padding: 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}

.works-header__tab a:last-child {
  margin-right: 0;
}

.works-header__tab a:hover {
  border-color: #F9EB69;
}

.works-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.works-items__item {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.works-items__item:nth-child(1n+1) {
  width: 40%;
}

.works-items__item:nth-child(2n+1) {
  width: 60%;
}

.works-items__item:nth-child(3n+1) {
  width: 100%;
}

.works-items__item:nth-child(3n+1) .works-items__inner {
  padding-top: 34.662%;
}

.works-items__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 58.43%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.works-items__inner::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-image: url("../images/works-arrow.svg");
  width: 29px;
  height: 29px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.works-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.works-footer__num {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #101010;
}

.works-footer__link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  text-decoration: none;
}

.works-footer__link a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-left: 13px;
  background-image: url("../images/works-footer-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1279px) {
  .works-header__tab a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .works {
    /* margin-top: 60px; */
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .works-header {
    flex-direction: column;
  }

  .works-header__title {
    font-size: 32px;
  }

  .works-footer__num {
    font-size: 14px;
  }

  .works-footer__link a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .works-header__title {
    font-size: 27px;
  }

  .works-header {
    margin-bottom: 30px;
  }

  .works-header__tab a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .works-header__tabs {
    justify-content: flex-start;
    border-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .works-items__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .works-items__inner::before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
}

.about {
  margin-top: 140px;
}

.about-block {
  display: flex;
  align-items: flex-start;
}

.about-info {
  display: flex;
  flex-direction: column;
  max-width: 355px;
  margin-right: 20px;
}

.about-info__num {
  margin-bottom: 30px;
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.about-info__title {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
}

.about-info__items {
  padding-left: 20px;
  margin: 0;
}

.about-info__item {
  margin-bottom: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.about-photo {
  display: flex;
  position: relative;
  margin-left: auto;
}

.about-photo::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 29px;
  height: 29px;
  background-image: url("../images/about-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.about-photo__photo {
  display: flex;
}

.about-photo__photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.about-photo__link {
  display: flex;
  font-style: normal;
  font-weight: 400;
  width: 180px;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
  color: #101010;
}

.about-photo__link a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  color: #101010;
  background: #F9EB69;
  transition: 0.2s;
}

.about-photo__link a:hover {
  background: #F9EF95;
}

@media (max-width: 1279px) {
  .about-info__item {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .about {
    margin-top: 70px;
  }

  .about-block {
    flex-direction: column;
  }

  .about-info {
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .about-info__num {
    margin-bottom: 0;
  }

  .about-info__title {
    font-size: 32px;
  }

  .about-photo {
    margin-bottom: 50px;
    order: 1;
  }
}

@media (max-width: 767px) {
  .about-info__title {
    font-size: 27px;
  }

  .about-photo {
    flex-direction: column;
  }

  .about-photo::before {
    width: 20px;
    height: 20px;
  }

  .about-photo__link {
    width: 100%;
  }

  .about-photo__link a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.calc {
  background: #000;
  background-image: url('../images/calc-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 140px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.calc-block {
  display: flex;
}

.calc-info {
  max-width: 580px;
  margin-right: 60px;
}

.calc-info__num {
  margin-bottom: 50px;
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.calc-info__title {
  margin-bottom: 40px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
}

.calc-info__text1 {
  max-width: 500px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #666666;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.calc-info__text2 {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.calc-info__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 290px;
  height: 55px;
  background: #F9EB69;
  border-radius: 2px;
  font-family: 'Golos';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #101010;
  text-transform: uppercase;
  text-decoration: none;
}

.calc-content {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #F0F3F4;
  max-width: 540px;
  width: 100%;
  margin-left: auto;
}

.calc-content__title {
  margin-bottom: 40px;
  padding-left: 52px;
  padding-right: 52px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #101010;
}

.calc-content__form {
  display: flex;
  flex-direction: column;
  padding-left: 52px;
  padding-right: 52px;
}

.calc-content__form input[type=number],
.calc-content__form input[type=text],
.calc-content__form input[type=phone] {
  width: 100%;
  height: 55px;
  padding: 4px 16px 4px 24px;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #101010;
  transition: 0.2s;
  padding-top: 0;
  -webkit-appearance: none;
  appearance: none;
}

.calc-content__form input[type=number]:not(:placeholder-shown),
.calc-content__form input[type=text]:not(:placeholder-shown),
.calc-content__form input[type=text]:not(:placeholder-shown) {
  padding-top: 10px;
}

.calc-content__form input[type=number]:not(:placeholder-shown)~span,
.calc-content__form input[type=text]:not(:placeholder-shown)~span,
.calc-content__form input[type=text]:not(:placeholder-shown)~span {
  font-size: 10px;
  top: 0px;
}

.calc-content__form input[type=number]:placeholder-shown,
.calc-content__form input[type=text]:placeholder-shown,
.calc-content__form input[type=text]:placeholder-shown {
  padding-top: 0px;
}

.calc-content__form input[type=number]:placeholder-shown~span,
.calc-content__form input[type=text]:placeholder-shown~span,
.calc-content__form input[type=text]:placeholder-shown~span {
  top: 15px;
  font-size: 14px;
}

.calc-content__form input[type=range] {
  position: absolute;
  left: -2px;
  right: 0;
  bottom: -3px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#F9EB69, #F9EB69);
  background-size: 12% 100%;
  background-repeat: no-repeat;
}

.calc-content__form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #F9EB69;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.calc-content__form input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F9EB69;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.calc-content__form input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #F9EB69;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

.calc-content__form input[type=range]::-webkit-slider-thumb:hover {
  background: #F9EB69;
}

.calc-content__form input[type=range]::-moz-range-thumb:hover {
  background: #F9EB69;
}

.calc-content__form input[type=range]::-ms-thumb:hover {
  background: #F9EB69;
}

.calc-content__form input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.calc-content__form input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.calc-content__form input[type=range]::-ms-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.calc-content__form select {
  width: 100%;
  height: 55px;
  padding: 4px 16px 4px 24px;
  background: #fff;
  border: 1px solid #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Gotham";
  color: #ACAFB5;
  transition: 0.2s;
  outline: none !important;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.calc-content__form select::placeholder {
  color: #ACAFB5;
}

.calc-content__form select option {
  padding: 10px;
  color: #000;
}


.calc-content__form textarea {
  width: 100%;
  height: 100px;
  padding: 16px 16px 4px 24px;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #101010;
  transition: 0.2s;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  outline: none !important;
}

.calc-content__form textarea::placeholder {
  color: #ACAFB5;
}

.calc-content__form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5;
  width: 100%;
  height: 56px;
  background: #F9EB69;
  font-family: "Golos";
  border-radius: 2px;
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #101010;
  cursor: pointer;
  transition: 0.2s;
  outline: none !important;
}

.calc-content__form button:hover {
  background: #F9EF95;
}

.calc-content__input1 {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}

.calc-content__input1 input[type="phone"] {
  padding-bottom: 0;
}

.calc-content__input1 input.error {
  border: 1px solid red;
}

.calc-content__input1 span {
  position: absolute;
  top: 0px;
  left: 24px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  color: #ACAFB5;
  user-select: none;
  pointer-events: none;
  transition: 0.2s;
}

.calc-content__select {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.calc-content__select::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 11px;
  height: 7px;
  background-image: url("../images/calc-select.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.calc-content__personal {
  margin-top: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #ACAFB5;
}

.calc-content__personal a {
  text-decoration: underline;
  color: #acafb5;
}

.calc-content__personal a:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .calc {
    margin-top: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .calc-block {
    flex-direction: column;
  }

  .calc-info {
    max-width: 100%;
    width: 100%;
    margin-bottom: 70px;
  }

  .calc-info__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .calc-info__num {
    margin-bottom: 0;
  }

  .calc-info__text1 {
    font-size: 16px;
  }

  .calc-info__text2 {
    font-size: 17px;
  }

  .calc-content {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .calc-info__title {
    font-size: 27px;
  }

  .calc-info__text1 {
    font-size: 14px;
  }

  .calc-info__text1 br {
    display: none;
  }

  .calc-info__text2 {
    font-size: 15px;
  }

  .calc-info__text2 br {
    display: none;
  }

  .calc-info__button a {
    width: 250px;
    height: 45px;
    font-size: 13px;
  }

  .calc-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .calc-content__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calc-content__form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calc-content__form button {
    font-size: 13px;
    height: 45px;
  }

  .calc-content__title {
    font-size: 21px;
  }
}

.faq {
  margin-top: 120px;
}

.faq-block {
  display: flex;
}

.faq-info {
  flex: none;
  max-width: 360px;
  width: 100%;
  margin-right: 40px;
}

.faq-info__num {
  margin-bottom: 40px;
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.faq-info__title {
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
}

.faq-info__text {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.faq-info__button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 210px;
  height: 55px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-family: 'Golos';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}

.faq-info__button a i {
  display: flex;
  width: 17px;
  height: 17px;
  margin-left: 12px;
  background-image: url("../images/faq-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  transition: 0.2s;
}

.faq-info__button a:hover {
  color: #000;
  background: #F9EB69;
  border: 2px solid #F9EB69;
}

.faq-info__button a:hover i {
  opacity: 1;
}

@media (max-width: 1023px) {
  .faq {
    margin-top: 70px;
  }

  .faq-block {
    flex-direction: column;
  }

  .faq-info {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 70px;
  }

  .faq-info__num {
    margin-bottom: 0;
  }

  .faq-info__title {
    font-size: 32px;
  }

  .faq-info__text {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .faq-info__title {
    font-size: 27px;
  }

  .faq-info__text {
    font-size: 14px;
  }

  .faq-info__button a {
    height: 45px;
    font-size: 13px;
  }
}

/* main accorderon */
.faq-quest__accordeon {
  margin-left: auto;
  margin-left: -30px;
  margin-right: -30px;
}

.faq-quest__accordeon_block {
  display: flex;
  flex-direction: column;
}

.faq-quest__box {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}

.faq-quest__box:last-child {
  margin-bottom: 0;
}

.faq-quest__box .faq-quest__label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 0px 14px 0px !important;
  padding-right: 40px !important;
  margin: 0;
  margin-bottom: 8px !important;
  cursor: pointer;
  border-bottom: 2px solid #d1d1d1;
  transition: 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #101010;
}

.faq-quest__box .faq-quest__label::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/faq-quest-arrow.svg");
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  will-change: transform;
}

.faq-quest__box.active .faq-quest__label:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(-90deg);
}

.faq-quest__box .faq-quest__content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4D4D4D;
}

.faq-quest__box .faq-quest__content>div {
  padding: 20px 0px 20px 0px;
}

.faq-quest__box .faq-quest__content>div p {
  margin: 0;
  margin-bottom: 15px;
}

.faq-quest__box .faq-quest__content>div a {
  color: rgba(0, 0, 0, 0.749);
  text-decoration: underline;
}

.faq-quest__box .faq-quest__content>div a:hover {
  color: rgba(0, 0, 0, 0.749);
  text-decoration: none;
}

@media (max-width: 1535px) {
  .faq-quest__box .faq-quest__content>div {
    padding-right: 0;
  }

  .faq-quest__box .faq-quest__label {
    font-size: 16px;
  }

  .faq-quest__box .faq-quest__content {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .faq-quest__box {
    padding-left: 0;
  }

  .faq-quest__box .faq-quest__content>div {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-quest__box .faq-quest__label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .faq-quest__box .faq-quest__label {
    font-size: 14px;
  }

  .faq-quest__box .faq-quest__content {
    font-size: 13px;
  }

  .faq-quest__box .faq-quest__label {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .faq-quest__box .faq-quest__label::after {
    width: 15px;
    height: 15px;
    background-size: 12px;
  }

  .faq-quest__box .faq-quest__label span {
    padding-left: 0;
    padding-right: 0;
    width: 35px;
  }
}

.footer {
  margin-top: 120px;
  background: #F0F3F4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-block {
  display: flex;
  align-items: center;
}

.footer-info {
  display: flex;
  align-items: center;
}

.footer-info__logo {
  margin-right: 15px;
  width: 150px;
}

.footer-info__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer-info__text {
  max-width: 290px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #666666;
}

.footer-contacts {
  margin-left: auto;
}

.footer-contacts__phone {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #101010;
  padding: 8px 16px 8px 16px;
}

.footer-contacts__phone .whatsapp {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.footer-contacts__phone a {
  display: flex;
  align-items: center;
  color: #101010;
  text-decoration: none;
}

.footer-contacts__phone a i {
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("../images/footer-phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-button {
  margin-left: 40px;
}

.footer-button a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 205px;
  height: 55px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-family: "Golos";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  text-decoration: none;
  transition: 0.2s;
}

.footer-button a:hover {
  border: 2px solid #F9EB69;
  background: #F9EB69;
  color: #000;
}

@media (max-width: 1279px) {
  .footer-info__logo {
    max-width: 200px;
  }

  .footer-info__text {
    max-width: 200px;
  }
}

@media (max-width: 1023px) {
  .footer {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-block {
    flex-direction: column;
  }

  .footer-info {
    flex-direction: column;
  }

  .footer-info__logo {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-info__text {
    max-width: 290px;
    text-align: center;
  }

  .footer-contacts {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-button {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-button a {
    font-size: 13px;
    height: 45px;
  }
}



.projects {
  position: relative;
  overflow: hidden;
  /* margin-top: -95px; */
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.projects::before {
  content: '';
  position: absolute;
  top: 0;
  left: -500px;
  right: 0;
  bottom: 0;
  width: 1000%;
  height: 100%;
  background: #EDF2FA;
}

.projects-container {
  position: relative;
  display: flex;
  max-width: 1565px;
  width: 100%;
  margin-left: auto;
}

.projects-left {
  display: flex;
  margin-left: auto;
  padding-left: 20px;
}

.projects-left-block {
  max-width: 384px;
  width: 100%;
  margin-left: auto;
}

.projects-left-block .title {
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.projects-header__num {
  margin-bottom: 30px;
  max-width: 280px;
  width: 100%;
  padding-right: 20px;
  padding: 12px 0px 12px 0px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ACAFB5;
  text-transform: uppercase;
}

.projects-header__title {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #101010;
  text-transform: uppercase;
}

.projects-left-nav {
  display: flex;
  margin-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-left-nav .swiper-button-disabled {
  opacity: 0.2;
}

.projects-left-nav__prev {
  display: flex;
  align-items: center;
  width: 11px;
  margin-right: 25px;
  cursor: pointer;
}

.projects-left-nav__prev img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.projects-left-nav__next {
  display: flex;
  align-items: center;
  width: 11px;
  margin-left: 25px;
  cursor: pointer;
}

.projects-left-nav__next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.projects-left-nav__num {
  display: flex;
  align-items: center;
}

.projects-left-nav__num span {
  margin-left: 8px;
  margin-right: 8px;
}

.projects-left-nav__num_all {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575D66;
}

.projects-left-nav__num_current {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1E2023;
}

.projects-left-slider {
  position: relative;
  margin-top: 45px;
  background: #F9EB69;
  padding: 40px !important;
  border-radius: 0px 0px 40px 0px;
}

.projects-left-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/projects-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.15;
}

.projects-left-slider__slide_block {
  margin-bottom: 35px;
}

.projects-left-slider__slide_label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.projects-left-slider__slide_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.projects-left-slider__slide_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.projects-left-slider__slide_link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #EDF2FA;
}

.projects-left-slider__slide_link a {
  display: inline-flex;
  align-items: center;
  color: #EDF2FA;
  text-decoration: none;
}

.projects-left-slider__slide_link a span {
  border-bottom: 1px solid #5BBFE3;
}

.projects-left-slider__slide_link a:hover span {
  border-bottom: 1px solid transparent;
}

.projects-left-slider__slide_link a i {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-image: url("../images/projects-arrow.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.projects-right {
  width: 100%;
  height: 725px;
  margin-left: -30px;
}

@media (max-width: 1023px) {

  .projects {
    /* padding-top: 70px; */
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 0;
    margin-top: 70px;
  }

  .projects-container {
    display: flex;
    flex-direction: column;
  }

  .projects-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-left-block {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-left-nav {
    margin-top: 30px;
  }

  .projects-header__title {
    font-size: 32px;
  }

  .projects-left-slider {
    margin-top: 20px;
  }

  .projects-left-slider__slide_label {
    font-size: 15px;
  }

  .projects-left-slider__slide_link {
    font-size: 17px;
  }

  .projects-right {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
  }

  .projects-left-block .title {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .projects-header__title {
    font-size: 27px;
  }

  .projects-left-slider__slide_text {
    font-size: 13px;
  }

  .projects-left-slider__slide_link {
    font-size: 14px;
  }

  .projects-left-slider__slide_title {
    font-size: 17px;
  }
}




/* modal */

.modal {
  display: none;
  max-width: 540px !important;
}

.modal__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #101010;
}

.modal__subtitle {
  margin-bottom: 3rem;
}

.modal input:focus {
  outline: none !important;
}

.fancybox__content {
  max-width: 540px;
  background: #F0F3F4;
  padding: 60px 64px;

}

.modal .calc-content__form {
  padding-left: 0;
  padding-right: 0;

}

.modal h3 {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #101010;
}

@media(max-width: 1023px) {
  .fancybox__content {
    padding: 20px !important;
  }
}



.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  padding: 10px 5px 12px 0;
  font-size: 12px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  background-color: #222;
  text-align: center
}

.privacy_policy a {
  color: #428bca;
}

.devoloper_tech~.privacy_policy {
  padding-bottom: 24px
}

.privacy_policy .button {
  color: #FFF;
  border: 2px solid #FFF;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 400;
  margin: 0 0 0 10px;
  cursor: pointer
}

#aboutModal ul {
  padding-left: 20px;
}

#aboutModal ul li {
  font-size: 13px;
  margin-bottom: 10px;
}