* {
  font-family: 'Montserrat', sans-serif;
}

body {
  color: #444444;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.logo-ministry {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo-responsive-ministry {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 16px;
}

.logo-responsive-ministry .logo {
  height: 90px;
}

.logo {
  margin-right: 8px;
}

.main-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  margin-top: 50px;
}

.main-text .left-box {
  width: 50%;
}

.main-text .left-box img {
  width: 100%;
}

.main-text .right-box {
  width: 50%;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 11px;
}

.main-text .right-box .title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 0 0;
}

.main-text .right-box .text {
  margin: 0 0 0 0;
}

.main-text .right-box .text b {
  font-weight: 600;
}

.main-text .right-box .information {
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
}

.main-text .right-box .head {
  font-weight: 500;
  font-size: 12px;
}

.text-red {
  color: #E42313;
}

.product-details {
  border: 1px solid #B4AFAC;
  display: flex;
  flex-direction: row;
}

.product-slider {
  border-right: 1px solid #B4AFAC;
  width: 50%;
}

.slider {
  width: 100%;
  padding: 16px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.slider img {
  max-width: 100%;
  height: 520px;
}

.slider img.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.slider-list {
  position: relative;
  display: flex;
  align-items: center;
}

.slider-items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 16px 40px;;
}

.slider-items .img {
  width: 20%;
  padding: 0 8px;
}

.slider-items img {
  width: 100%;
  border: 1px solid #B4AFAC;
  float: left;
}

.slider-items img.selected {
  border: 1px solid #085498;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.07);
}

.slider-items img:last-child {
  margin-right: 0;
}

.slider-button {
  position: absolute;
  padding: 8px;
  background: none;
  border: 0;
  cursor: pointer;
}

.slider-button:focus {
  outline: none;
}

.slider-button-left {
  left: 16px;
}

.slider-button-right {
  right: 16px;
}

.product-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.product-info h1 {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  background: #085498;
  color: white;
}

.product-info .info {
  padding: 16px;
  line-height: 150%;
}

.icons {
  display: flex;
  flex-direction: row;
  padding: 16px 8px 2px 8px;
}

.icons .img {
  width: 20%;
  padding: 0 4px;
}

.icons img {
  width: 100%;
  float: left;
}

.form {
  display: flex;
  flex-direction: column;
}

.form-elements {
  padding: 0 8px 8px 8px;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.form-element {
  width: 50%;
  padding: 0 8px;
  box-sizing: border-box;
}

.full {
  width: 100% !important;
}

.form-element label {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-element label > span {
  margin-bottom: 4px;
}

.form-element label input, .form-element label select, .form-element label textarea {
  height: 40px;
  padding: 8px 8px;
  box-sizing: border-box;
  border-radius: 0 !important;
  border: 1px solid #B2B2B2
}

.form-element label input:focus, .form-element label select:focus, .form-element label textarea:focus {
  outline: none;
}

.text-row {
  padding: 8px 8px;
}

.new-person {
  color: #324EA0;
}

.new-person a {
  color: #324EA0;
  font-weight: bold;
}

.rules a {
  color: #444444;
}

.submit-form {
  width: 100%;
  background: #E93429;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
  cursor: pointer;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.submit-form span {
  padding-left: 8px;
}

.responsive {
  display: none !important;
}

.personal-details .new-person-form {
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}

.personal-details .new-person-form:last-child {
  border-bottom: 0 !important;
}

.banner-box {
  display: flex;
  flex-direction: column;
}

.banner-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}

.banner-header img {
  margin-right: 8px;
  height: 40px;
}

.banner-details {
  display: flex;
  flex-direction: column;
}

.banner-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.banner-text {
  font-size: 14px;
}

.banner-box {
  width: 100%;
}

.banner-box img {
  width: 100%;
  float: left;
  max-width: 600px;
}

.modal-success {
  padding: 0 0 !important;
}

.adres {
  height: 75px !important;
}

.no-service {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
}

.logo-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.logo-box-item {
  height: 40px;
  margin-right: 24px;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #004B93;
  margin-top: 16px;
  padding: 8px 0;
}

.footer .content {
  width: 100%;
  max-width: 1260px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer .content .link-item {
  display: block;
  margin-bottom: 4px;
}

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

.footer .content span {
  padding-left: 8px;
}

@media only screen and (max-width: 900px) {
  .footer .content {
    width: 100%;
    max-width: 1260px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .slider img {
    height: auto;
  }

  .icons {
    padding: 16px 8px;
  }

  .submit-form {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .footer {
    margin-top: 0;
  }

  .footer .content .link-item {
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }

  .responsive {
    display: flex !important;
  }

  .not-responsive {
    display: none !important;
  }

  .logo {
    height: 40px;
  }

  .product-details {
    width: 100%;
    flex-direction: column;
    border: 0;
  }

  .main-text {
    flex-direction: column;
    font-size: 16px;
    padding: 16px 0;
    margin: 0 -16px;
    text-align: center;
  }

  .main-text .left-box, .main-text .right-box {
    width: 100%;
  }

  .main-text .right-box {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }

  .main-text .right-box .title {
    font-size: 18px;
  }

  .main-text .right-box .head {
    font-size: 16px;
    font-weight: 500;
  }

  .main-text .right-box .text {
    font-size: 13px;
    padding: 8px 0;
  }

  .main-text .right-box .information {
    font-size: 16px;
    font-weight: 500;
  }

  .main-text h2 {
    font-size: 20px;
  }

  .product-slider {
    width: 100%;
    border-right: 0;
  }

  .product-info {
    width: 100%;
  }

  .product-info .info {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
  }

  .product-info h1 {
    text-align: center;
  }

  .row {
    flex-direction: row;
    font-size: 14px;
  }

  .form-element {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .form-element:last-child {
    margin-bottom: 0;
  }

  .text-row {
    padding: 8px 8px;
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .responsive {
    display: flex !important;
  }

  .not-responsive {
    display: none !important;
  }

  .logo {
    height: 40px;
  }

  .product-details {
    width: 100%;
    flex-direction: column;
    border: 0;
  }

  .main-text {
    font-size: 16px;
    padding: 16px 0;
  }

  .main-text h2 {
    font-size: 20px;
  }

  .product-slider {
    width: 100%;
    border-right: 0;
  }

  .product-info {
    width: 100%;
  }

  .product-info .info {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
  }

  .product-info h1 {
    text-align: center;
  }

  .row {
    flex-direction: column;
    font-size: 14px;
  }

  .form-element {
    width: 100%;
    padding: 0 0;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .form-element:last-child {
    margin-bottom: 0;
  }

  .text-row {
    padding: 8px 0;
    display: block;
  }
}
