/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.footer-logo {
	background: white !important;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

.fancy-photo {
  width: 200px !important;
  height: 150px !important;
  padding: 0 15px 15px 15px;
}

.projects-page-img {
  height: 290px !important;
}

.gallery-reviews img {
  width: 150px !important;
  height: 200px !important;
}

.calk-inputs h4 {
  width: 100%;
}

.calk-img img {
  max-height: 200px;
}

#kalk_bottom_right {
  display: none;
}

.kalk-send-form {
  display: none;
}

.kalk-send {
  width: 100%;
  max-width: 207px;
}

.raw-fw {
  width: 100%;
}

.raw-50 {
  float: left;
  width: 50%;
}

@media (max-width: 500px) {
  .raw-50 {
    width: 100%;
  }
}

.calk-inputs-form-wrapper {
  width: 100%;
  display: block;
  float: left;
}

.calk-inputs-form {
  max-width: 500px;
}

.km-from {
  display: none;
}

.admin-page {
	padding: 0 40px 40px 40px;
}

.admin-page .table td {
  padding: 2px 10px;
}

#admin-works-table .admin-works-name-column {
  min-width: 520px;
}

.admin-page button {
  padding: 5px;
}
