@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  margin: 0;
  padding: 30px;
  background: url("../img/kombinator-klyuchevykh-slov.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  body {
    padding: 15px;
  }
}

@media (max-width: 719px) {
  body {
    padding: 7px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
}

body h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 20px 0;
  text-align: center;
}

body p {
  margin: 20px 0;
  line-height: 1.5;
  text-align: center;
}

body button {
  outline: none;
  font: 16px "Montserrat", sans-serif;
}

body input {
  height: 50px;
  margin: 0;
  font-size: 14px;
}

.hidden {
  overflow: hidden;
}

.combinator {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 719px) {
  .combinator {
    padding: 15px;
  }
}

.combinator__header {
  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;
  padding-bottom: 30px;
}

@media (max-width: 620px) {
  .combinator__header {
    padding-bottom: 15px;
  }
}

.combinator__logo span {
  font-weight: bold;
}

@media (max-width: 620px) {
  .combinator__logo {
    width: 100%;
    text-align: center;
  }
}

.combinator__tools-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  padding: 15px 30px;
}

@media (max-width: 1200px) {
  .combinator__tools-panel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 719px) {
  .combinator__tools-panel {
    padding: 15px;
  }
}

.combinator__tools-panel button {
  background: #fff;
  border: none;
  border: 1px solid #fff;
  border-right: 1px solid #eee;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .combinator__tools-panel button {
    padding: 10px 18px;
  }
}

@media (max-width: 719px) {
  .combinator__tools-panel button {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .combinator__tools-panel button {
    padding: 10px;
  }
}

.combinator__tools-panel button:hover {
  -webkit-transition: 0.3;
  transition: 0.3;
  border: 1px solid rgb(56, 172, 255);
}

@media (max-width: 1200px) {
  .combinator__generate-button, .combinator__more-col-button {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media (max-width: 1200px) and (max-width: 440px) {
  .combinator__generate-button, .combinator__more-col-button {
    width: 100%;
  }
}

.combinator__tools-button {
  background: #fff;
  border: none;
  border-right: 1px solid #eee;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .combinator__tools-button {
    width: 32%;
  }
}

@media (max-width: 440px) {
  .combinator__tools-button {
    width: 100%;
    margin-top: 2%;
  }
}

.combinator__tools-button_active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #1fc3b0 !important;
  color: #fff;
  border: 1px solid #eee !important;
}

.combinator__header-button {
  margin-left: 15px;
  border: 1px solid #eee;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

@media (max-width: 992px) {
  .combinator__header-button span {
    display: none;
  }
}

@media (max-width: 719px) {
  .combinator__header-button {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 620px) {
  .combinator__header-button {
    display: none;
  }
}

.combinator__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 0 0 2px 2px;
}

@media (max-width: 719px) {
  .combinator__widgets {
    padding: 0 15px 15px;
  }
}

.combinator__widget {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-height: 10000;
}

.combinator__widget:nth-child(4) {
  margin-top: 2%;
}

.combinator__widget:nth-child(5) {
  margin-top: 2%;
}

.combinator__widget:nth-child(6) {
  margin-top: 2%;
}

.combinator__widget_hidden {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-top: 0 !important;
}

.combinator__widget:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {
  .combinator__widget {
    width: 100%;
    margin-top: 30px;
  }
}

.combinator__widget-header {
  background: rgb(56, 172, 255);
  padding: 10px 15px;
  color: #fff;
  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;
}

.combinator__widget-header button {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  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;
  border-radius: 3px;
  padding-bottom: 0.4px;
  padding-left: 0.4px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.combinator__widget-header button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  background: rgba(255, 255, 255, 0.5);
}

.combinator__textarea {
  resize: none;
  height: 200px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: #f9f9f9;
  line-height: 1;
  font-size: 14px;
  white-space: pre;
  overflow: auto;
}

.combinator__textarea::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f9f9fd;
}

.combinator__textarea::-webkit-scrollbar-thumb {
  background-color: #eee;
  cursor: pointer;
}

.combinator__textarea:focus {
  background: #fff;
}

@media (max-width: 1200px) {
  .combinator__textarea {
    height: 120px;
  }
}

.combinator__widget-footer {
  background: #efefef;
  padding: 10px 15px;
  font-size: 14px;
}

.combinator__soc-title {
  width: 100%;
}

.combinator__soc {
  margin-bottom: 30px;
}

.combinator__soc .ya-share2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.combinator__soc .ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 10px 4px 0 0 !important;
}

.combinator__footer {
  width: 100%;
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 0;
  background: #fff;
  border-radius: 2px;
  border-top: 1px solid #eee;
}

@media (max-width: 680px) {
  .combinator__footer {
    padding: 15px;
  }
}

@media (max-width: 380px) {
  .combinator__footer {
    padding: 15px 7px;
    text-align: center;
  }
}

.combinator__footer p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.combinator__footer a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.combinator__footer a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #037cff;
}

.modal {
  width: 100%;
  position: fixed;
  top: -10000px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
  overflow-y: scroll;
  background: url("../img/kombinator-klyuchevykh-slov.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 719px) {
  .modal {
    padding: 7px;
  }
}

.modal_active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1s;
  transition: 1s;
}

.modal__inner {
  width: 100%;
  max-width: 800px;
  height: 600px;
  background: #fff;
  border-radius: 5px;
  overflow: auto;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.modal__header {
  background: #eee;
  padding: 15px 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 992px) {
  .modal__header {
    padding: 15px 0;
  }
}

@media (max-width: 680px) {
  .modal__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}

.modal__header button {
  background: #fff;
  padding: 10px 20px;
  border: none;
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .modal__header button {
    width: 32%;
    padding: 10px 18px;
    font-size: 14px;
  }
}

@media (max-width: 719px) {
  .modal__header button {
    padding: 10px;
  }
}

@media (max-width: 680px) {
  .modal__header button {
    width: 49%;
    margin: 1% 0;
  }
}

@media (max-width: 440px) {
  .modal__header button {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .modal__header button {
    padding: 10px;
  }
}

.modal__header button:first-child {
  border-radius: 3px 0 0 3px;
}

.modal__header button:last-child {
  border-right: none;
  border-radius: 0 3px 3px 0;
}

@media (max-width: 680px) {
  .modal__header button:last-child {
    width: 100%;
  }
}

.modal__header button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgb(56, 172, 255);
  color: #fff;
}

.modal__respons {
  padding: 30px;
  width: 100%;
  border: none;
  height: calc(100% - 110px);
  outline: none;
  white-space: pre;
  overflow: auto;
}

@media (max-width: 719px) {
  .modal__respons {
    padding: 15px;
  }
}

.modal__footer {
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
  background: #eee;
}

.ya-share2__container,
.ya-share2__container .ya-share2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=combinator.css.map */
.button .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #38acff;
    color: #fff;
    border: none;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}