/* Scroll */
::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1b1b1b;
}

::-webkit-scrollbar-thumb:hover {
  background-color: black;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 7px;
}

.red {
  color: #c40000;
}

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

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html {
  overflow-x: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body {
  font-family: 'Comfortaa', cursive;
  color: #000000;
  overflow-x: hidden;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: #ffcb0f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Comfortaa', cursive;
  font-weight: 500;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

p {
  font-family: 'Comfortaa', cursive;
  line-height: 1.6em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.about .container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 15px;
}

@media (max-width: 350px) {
  .about .container {
    padding: 0px 5px;
  }
}

.about {
  padding: 20px 10px;
}

.about ul li::before {
  content: "\2714";
  padding: 0px 5px;
}

@media (min-width: 768px) {
  .about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 900px) {
  .about__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.about__text {
  padding: 10px 15px;
}

.about__title {
  color: black;
}

.about__sub-title {
  font-weight: 500;
  font-size: calc(17px + 3 * ((100vw - 320px) / 960));
  padding: 10px 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
          box-shadow: rgba(255, 255, 255, 0.3) 0 0px 50px;
}

.about__desc {
  padding-left: 10px;
}

.about__img1 {
  width: 100%;
}

.about__img1 img {
  max-width: 100%;
}

.about__img2 {
  width: 100%;
}

.about__img2 img {
  max-width: 100%;
}

.about__title__desc {
  color: white;
}

.calc .container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 15px;
}

@media (max-width: 350px) {
  .calc .container {
    padding: 0px 5px;
  }
}

.calc {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 575px) {
  .calc {
    padding-top: 100px;
  }
}

.calc__bg {
  margin: 5px 5px;
  border: 1px solid black;
}

.calc__border {
  position: relative;
  padding-top: 20px;
}

.calc__title-top {
  position: absolute;
  top: -20px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 575px) {
  .calc__title-top {
    top: -25px;
  }
}

.calc__title-top span {
  background-color: #ffcb0f;
  font-size: calc(17px + 11 * ((100vw - 320px) / 960));
  padding: 5px 5px;
  margin: 0px 10px;
  color: black;
  font-weight: 700;
}

@media (min-width: 767px) {
  .calc__title-top span {
    padding: 5px 15px;
  }
}

@media (min-width: 767px) {
  .calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.calc__column {
  margin: 0px 20px;
}

@media (min-width: 767px) {
  .calc__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.calc__text {
  padding: 0px 10px;
}

.calc__desc {
  padding-top: 30px;
}

.calc__form {
  padding: 5px 10px;
}

.calc__form input {
  width: 35%;
  text-align: left;
  border: 1px solid black;
  font-size: 17px;
  font-weight: 300;
  padding-right: 3px;
}

.calc__form select {
  width: 160px;
  text-align: left;
  border: 1px solid black;
  font-size: 17px;
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
  font-weight: 300;
  padding: 3px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc__form select:hover {
  background: white;
}

.calc__form span {
  padding-right: 5px;
}

.calc__form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calc__form-label {
  width: 100%;
  padding: 10px 0px;
  font-weight: 700;
  color: black;
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
}

.calc__form-area-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc__total {
  margin-bottom: 20px;
  padding: 10px 3px;
  text-align: right;
  font-weight: 500;
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
}

.calc__img-bg {
  width: 100%;
  height: 200px;
  padding-top: 20px;
  background: url(../img/calc-photo.png) no-repeat left top/cover;
}

.calc__title {
  padding-bottom: 10px;
  color: black;
  font-weight: 700;
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
}

.calc__btn {
  text-align: center;
}

.calc__btn-link {
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#29261f), to(#1f1702));
  background: linear-gradient(90deg, #29261f, #1f1702);
  border: 0;
  border-radius: 30px;
  color: #EFCE79;
  font-weight: 500;
  margin: 5px 0px;
  padding: 10px 30px;
  font-size: calc(15px + 3 * ((100vw - 320px) / 960));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #2A2638;
}

.calc__btn-link:hover {
  background: transparent;
  color: #2A2638;
  border: 1px solid #2A2638;
}

.result {
  font-size: calc(24px + 12 * ((100vw - 320px) / 960));
  border-top: 1px solid #e0e0e0;
}

span.total {
  margin-left: 5px;
  font-size: calc(24px + 12 * ((100vw - 320px) / 960));
  color: white;
  background: black;
  padding: 5px 10px;
}

.footer {
  padding: 50px 10px 70px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#29261f), to(#1f1702));
  background: linear-gradient(90deg, #29261f, #1f1702);
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 777px) {
  .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 777px) {
  .footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__text {
  max-width: 800px;
}

.footer__desc {
  padding-bottom: 15px;
}

.footer__desc p {
  color: #B2B2B2;
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}

.footer__desc span {
  font-weight: 500;
  color: white;
}

.footer__tel {
  padding: 5px 0px;
}

.footer__tel2 {
  padding: 5px 0px;
}

.footer__tel a {
  font-size: calc(17px + 11 * ((100vw - 320px) / 960));
  color: #EFCE79;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__tel2 a {
  font-size: calc(14px + 6 * ((100vw - 320px) / 960));
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__tel a:hover {
  text-decoration: underline;
}

.footer__tel2 a:hover {
  text-decoration: underline;
}

.footer__email {
  padding: 5px 0px;
}

.footer__email a {
  font-size: calc(14px + 6 * ((100vw - 320px) / 960));
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__email a:hover {
  text-decoration: underline;
}

.footer__social-img {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 777px) {
  .footer__social-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
}

.footer__social-icon {
  margin: 0px 15px;
}

@media (min-width: 777px) {
  .footer__social-icon {
    margin: 5px 15px;
  }
}

.footer__social-icon img {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__social-icon img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border-radius: 30px;
  -webkit-box-shadow: rgba(255, 217, 2, 0.2) 0 -1px 40px;
          box-shadow: rgba(255, 217, 2, 0.2) 0 -1px 40px;
}

.footer__social-icon img:hover,
.footer img:focus {
  -webkit-filter: invert(27%) sepia(51%) saturate(1000%) hue-rotate(18deg) brightness(140%) contrast(85%);
          filter: invert(27%) sepia(51%) saturate(1000%) hue-rotate(18deg) brightness(140%) contrast(85%);
}

.footer__social-title {
  display: none;
}

@media (min-width: 777px) {
  .footer__social-title {
    display: block;
    margin-right: 100px;
  }
}

@media (min-width: 777px) {
  .footer__social-link {
    color: #EFCE79;
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 500;
  }
}

.footer__bottom-desc {
  text-align: center;
  padding-top: 30px;
  color: #B2B2B2;
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__content {
  background-color: #fff;
  color: black;
  max-width: 350px;
  padding: 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
}

.popup__content-img {
  padding: 0;
}

.popup__img img {
  max-width: 100%;
  vertical-align: top;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: black;
  text-decoration: none;
  font-size: 36px;
}

.popup__title {
  margin: 30px 20px 20px 20px;
}

.popup__text {
  font-size: calc(12px + 2 * ((100vw - 320px) / 960));
}

.popup__logo-logo {
  text-align: center;
  max-width: 100%;
}

.popup__logo-title {
  text-align: center;
  text-transform: uppercase;
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
  margin: 10px 0px 0px 0px;
}

.popup__card-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 10px 0px;
}

.popup__phones-icon {
  width: 40px;
  height: 40px;
  margin: 5px 5px 0px 0px;
}

.popup__card-phone a {
  font-family: 'Oswald', sans-serif;
  color: #2A2638;
  font-weight: 500;
  font-size: calc(35px + 3 * ((100vw - 320px) / 960));
}

.popup__card-phone a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: black;
  text-decoration: underline;
}

.popup__card-email {
  font-size: calc(14px + 3 * ((100vw - 320px) / 960));
}

.popup__card-email a {
  color: #2A2638;
  font-weight: 500;
}

.popup__card-email a:hover {
  color: black;
  text-decoration: underline;
}

.popup__qrcode {
  text-align: center;
  max-width: 100%;
  padding: 20px 0px 0px 0px;
}
