@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin.ttf');
}

body {
  font-family: Lato;
  font-weight: normal;
  font-size: 16px;
  color: #212529;
  overflow-x: hidden;
}

section {
  padding: 110px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
}

h2 {
  font-size: 32px !important;
  line-height: 1.5;
  margin-bottom: 42px !important;
  text-transform: uppercase;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

header {
  background: linear-gradient(
    180deg,
    rgba(231, 231, 231, 0.5) 0%,
    rgba(237, 237, 237, 0.85) 100%
  );
  padding: 15px 0;
  position: relative;
}

nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: Cabin;
}

.logo img {
  margin-right: 5px;
}

.burger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
}

.burger span,
.burger::before,
.burger::after {
  position: absolute;
  width: 32px;
  height: 4px;
  top: 8px;
  left: 4px;
  background: #051365;
  content: '';
  transition: 0.5s;
}

.burger::before {
  top: calc(50% - 2px);
}

.burger::after {
  bottom: 8px;
  top: auto;
}

.burger.showed span,
.burger.showed::after {
  display: none;
}

.navigation {
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.navigation a {
  margin-left: 65px;
  color: #000715;
  font-size: 13px;
  line-height: 1.5;
}

.start {
  background: linear-gradient(
    359.28deg,
    rgba(237, 237, 237, 0.85) 0.26%,
    #ffffff 99.02%
  );
}

.start .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}

.start-content {
  max-width: 66.6%;
  width: 100%;
  box-sizing: border-box;
}

.start-side {
  max-width: 33.3%;
  width: 100%;
  box-sizing: border-box;
}

.start-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.start-item {
  box-sizing: border-box;
  width: calc(50% - 15px);
  background: #e5e5e5;
  border-radius: 5px;
  box-shadow: 0px 4px 30px rgba(0, 33, 110, 0.05);
  border: 1px solid #051365;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.start-item-img {
  width: 80px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #051365;
}

.start-item-text {
  padding-left: 20px;
  color: #051365;
  font-size: 15px;
}

.start-side {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.start-side-list {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.start-side-list:last-child {
  margin-bottom: 0;
}

.start-side-list h4 {
  background: rgba(231, 231, 231, 0.5);
  padding: 21px 20px;
  font-size: 18px;
  color: #212529;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
}

.start-side-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
}

.start-side-item:last-child {
  border: none;
}

.start-side-item img {
  margin-right: 15px;
}

.federal {
  padding: 0px 0px 210px 0px;
}

.federal h2 {
  text-align: center;
}

.federal-full {
  background: rgba(231, 231, 231, 0.5);
  border: 1px solid #e4e4e4;
  margin-bottom: 42px;
  padding: 20px;
}

.federal-full p {
  margin-bottom: 20px;
}

.federal-full p:last-child {
  margin-bottom: 0;
}

.federal-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.federal-item {
  border: 1px solid #e4e4e4;
  padding-bottom: 20px;
  width: 33.3%;
  box-sizing: border-box;
}

.federal-item h4 {
  background: rgba(231, 231, 231, 0.5);
  border-bottom: 1px solid #e4e4e4;
  padding: 20px;
  margin-bottom: 20px;
}

.federal-item p {
  padding: 0 20px;
}

.footer {
  background: rgba(231, 231, 231, 0.5);
  padding: 42px 0;
}

.footer-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.footer-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.footer-menu li {
  padding: 0 14px;
  border-right: 1px solid #000715;
}

.footer-menu li:last-child {
  border: none;
  padding-right: 0;
}

.footer-menu a {
  color: #000715;
}

.collapse-header {
  cursor: pointer;
  text-align: center;
}

.sole h2 {
  text-align: center;
}

.sole-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.sole-personal-side {
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.sole-sides {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sole-sides .card {
  width: 50%;
}

.sole-sides .card:last-child {
  border-left: none;
}

.card {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.card-header {
  border-bottom: 1px solid #e4e4e4;
  background: #e7e7e7;
  padding: 20px;
}

.card-header h4 {
  /* padding: 20px; */
  font-weight: bold;
  font-size: 18px;
}

.card-header p {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.card-content {
  padding: 20px;
}

.card-content p {
  margin-bottom: 15px;
}

.card-content p:last-child {
  margin-bottom: 0;
}

.card-content ul {
  list-style: disc;
  padding-left: 40px;
}

.sole-row > .card-input {
  width: calc(50% - 15px);
  box-sizing: border-box;
}

.card-input {
  margin-bottom: 15px;
}

.card-input label {
  display: block;
  margin-bottom: 10px;
}

.card-input_check label {
  margin-bottom: 0;
}

.card-input input,
.card-input textarea,
.card-input select {
  outline: none !important;
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 10px;
  box-sizing: border-box;
}

.card input[type='submit'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #051365;
  background: #051365;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}

.card input[type='submit']:hover {
  background: #fff;
  color: #051365;
}

.card-input_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 10px;
  grid-row-gap: 10px;
}

.card-input_check {
  margin-bottom: 0;
}

.card-input_check input {
  display: none;
}

.card-input_check label {
  position: relative;
  padding-left: 40px;
}

.card-input_check label::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #051365;
  position: absolute;
  left: 0;
  top: 6px;
  padding: 2px;
}

.card-input_check input:checked + label::before {
  background: #051365;
}

.card-input small {
  color: lightgray;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none;
  place-items: center;
}

.popup.showed {
  display: grid;
}

.popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.popup-content {
  position: relative;
  z-index: 1001;
  background: #fff;
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.popup-content h3 {
  font-size: 32px;
  font-weight: bold;
}

.row {
  display: flex;
  padding: 10px 0;
}

.col {
  width: 100%;
  margin: 10px 0;
}

.grape h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.grape .list-disc {
  list-style: disc;
  margin: 16px 0;
}

.grape .list-disc li {
  margin: 0 40px;
}

.pb-5 {
  padding-bottom: 20px;
}

.leading-6 {
  font-weight: 700;
}

.my-4 {
}

@media (max-width: 1199px) {
  h2 {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .navigation a {
    margin-left: 20px;
  }
  .start-item-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  section {
    padding: 55px 0;
  }
  .burger {
    display: block;
  }
  .navigation {
    position: absolute;
    display: block;
    right: -100%;
    top: 100%;
    background: linear-gradient(
      0deg,
      rgba(231, 231, 231, 0.5) 0%,
      rgba(237, 237, 237, 0.85) 100%
    );
    transition: 0.5s;
  }
  .navigation.showed {
    right: 0;
  }
  .navigation a {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    margin-left: 0;
    padding: 10px;
  }
  .start-content,
  .start-side {
    max-width: 50%;
    justify-content: flex-start;
  }
  .start-item {
    width: 100%;
  }
  .footer-content,
  .footer-menu {
    display: block;
    text-align: center;
  }
  .copy {
    margin-bottom: 20px;
  }
  .footer-menu li {
    border: none;
    margin-bottom: 10px;
  }
  .sole-sides {
    flex-direction: column;
  }
  .sole-sides .card {
    border: 1px solid #e7e7e7 !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }
  .start .container {
    flex-wrap: wrap;
  }
  .start-items,
  .start-content {
    max-width: 100%;
    margin-bottom: 20px;
    column-gap: 0;
  }
  .start-side {
    max-width: 100%;
  }
  .federal-row {
    flex-wrap: wrap;
  }
  .federal-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .foderal-item:last-child {
    margin-bottom: 0;
  }
  .sole-row {
    flex-direction: column;
  }
  .sole-row .card-input {
    width: 100%;
  }
  .card-input_row {
    flex-direction: column;
  }
}

.card button {
  width: 100%;
  padding: 10px;
  border: 1px solid #051365;
  background: #051365;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}

.card button:hover {
  background: #fff;
  color: #051365;
}

.invalid-feedback {
  color: #b94a48;
}

.required:after {
  content: ' *';
  color: red;
}
