.page {
  min-width: 1100px;
  max-width: 1600px;
  margin: 0 auto;
  /* font-family: "Palatino Linotype", "Book Antiqua", serif; */
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header {
  height: 100vh;
  min-height: 400px;
  max-height: 500px;
  background-color: #2c34a7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 5px 5px 2px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 5px 5px 2px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 5px 5px 2px rgba(34, 60, 80, 0.6);
}

.background-color_white {
  background-color: #fff;
}

.background-color_silver {
  background-color: #f2f2f2;
}

.rotation {
  animation: rotation 20s linear infinite;
}
@keyframes rotation {
  0% {
      transform:rotate(0deg);
    }
  100% {
      transform:rotate(360deg);
    }
} 

.rotation:hover {
  animation: rotation 3s linear infinite;
} 


.header_relis {
  height: 50vh;
  -webkit-box-shadow: 0px -7px 9px 2px rgba(34, 60, 80, 0.33);
  -moz-box-shadow: 0px -7px 9px 2px rgba(34, 60, 80, 0.33);
  box-shadow: 0px -7px 9px 2px rgba(34, 60, 80, 0.33);
  background-color: #2c34a7;
}

.header__title {
  color: white;
  text-transform: none;
  padding: 0;
  margin: 0px 0px 0px 64px;
  max-width: 730px;
  z-index: 5;
  line-height: 1.15;
  font-size: 40px;
  font-weight: bolder;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.header__title_relis {
  font-size: 34px;
  max-width: 550px;
  text-shadow: none;
  margin: 0px 0px 64px 64px;
}

.header__subtitle {
  color: white;
  padding: 0;
  margin: 0;
  max-width: 430px;
  position: absolute;
  left: 64px;
  bottom: 30px;
  z-index: 5;
  line-height: 1.15;
  font-size: 32px;
  font-weight: normal;
}

.header__subtitle_digits {
  padding: 0;
  margin: 50px 0px 50px 0px;
  max-width: 80%;
  z-index: 5;
  line-height: 1.15;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

.header__subtitle_relis {
  font-size: 24px;
  max-width: 550px;
  position: absolute;
  left: 64px;
  bottom: 30px;
}

.header__subtitle_email {
  color: #ff6005;
  text-decoration: none;
  font-size: 40px;
  
}

.header__subtitle_email:hover {
  color: #15fd00;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s;
}


.header__link {
  color: #ff6005;
  text-decoration: none;
}

.header__link_form {
  padding: 20px;
  margin: 50px 0px 50px 0px;
  color: #fff;
  background-color: #ff6005;
  text-decoration: none;
  font-size: 70px;
  border-radius: 15px;
  border: 5px outset #ffffff;
}

.header__link_form:hover {
  animation: none;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
  -moz-box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
  box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
}

.scale {
  animation: scale 1s linear infinite alternate;
}

@keyframes scale {
  0% {
      transform: scale(1);
    }
  100% {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
    -moz-box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
    box-shadow: 0px 3px 12px 17px rgba(34, 60, 80, 1);
    }
} 

.header__link:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.header__main-illustration {
  position: absolute;
  right: 130px;
  bottom: 110px;
  z-index: 1;
  width: 20%;
}

.header__main-iframe {
  position: absolute;
  right: 130px;
  bottom: 110px;
  z-index: 1;
}

.logo {
  z-index: 999;
}

.logo:hover {
  transform: scale(1.1);
}

.logo_place_header {
  position: absolute;
  height: 70px;
  left: 64px;
  top: 30px;
  z-index: 999;
}

.logo_place_header-gis {
  position: absolute;
  height: 70px;
  right: 196px;
  top: 226px;
  z-index: 999;
  border-radius: 25px;
}

.logo_place_footer {
  height: 60px;
}

.content {
  margin: 0;
  padding: 0;
}

.digits {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.section-title {
  max-width: 60%;
  margin: 40px 0px 40px 0px;
  padding: 0;
  text-align: center;
  line-height: 1.15;
  font-size: 60px;
  font-weight: bolder;
  text-shadow: 4px 4px 0px rgba(102, 101, 101, 0.2);
}

.section-title_form {
  font-size: 45px;
  margin: 40px 0px 0px 0px;
}

.section-subtitle {
  max-width: 60%;
  margin: 0px 0px 30px 0px;
  text-align: center;
  line-height: 1.15;
  font-size: 24px;
  font-weight: normal;
}

.table {
  gap: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-evenly;
  justify-items: center; */
  padding: 0;
  margin: 30px 0px 30px 0px;
}

.table_imges {
  max-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0px;
  flex-direction: column;
  align-items: center;
}

.table__img {
  max-width: 800px;
  min-width: 530px;
  margin: 30px 0px 30px 0px;
  border-radius: 15px;
}

.table__img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.table__cell {
  list-style-type: none;
  width: 25%;
  padding: 20px; 
}

.table__cell_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  list-style-type: none;
  width: 92%;
  padding: 20px; 
}

.table__cell:hover {
  color: #fff;
  background-color: #777c7c;
  font-size: 35px;
  /* border-radius: 15px; */
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) ;
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) ;
}

.table__cell_theme_blue:hover {
  color: #fff;
  background-color: #2c34a7;;
  font-size: 35px;
  /* border-radius: 15px; */
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.table__heading {
  line-height: 1.15;
  font-size: 34px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #ff6005;
}

.table__heading_advantages {
  height: 150px;
}

.table__text {
  line-height: 1.15;
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.table__text_link {
  height: 115px;
}

.table__text_advantages {
  font-size: 19px;
  text-align: justify;
}

.table__text_theme_blue:hover {
  transform: scale(1.1);
}

.kaufman {
  padding-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.kaufman_form {
  background-color: #2c34a7;
  padding: 0px;
  margin: -3px 0px -3px 0px;
  border: none;
}

.kaufman_doc {
  padding: 0px;
  margin: 10px 0px 10px 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: none;
}

.kaufman_doc_links{
  display: grid;
  gap: 50px;
  grid-template-columns: 750px 750px;
  grid-template-rows: auto auto;
  padding: 0;
  margin: 0 auto;
}

.kaufman_doc_link {
  width: 33%;
  padding: 20px;
  margin: 20px 0px 30px 0px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #ff6005;;
  background-color: #fff;
  font-size: 35px;
  /* border-radius: 15px; */
  border: 3px solid #ff6005;
  transition: 0.2s;
  opacity: 1;
}

.kaufman_doc_link_link {
  font-size: 35px;
  width: 600px;
}

.kaufman_doc_link-link {
  width: 33%;
  padding: 20px;
  margin: 20px 0px 30px 0px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #2c34a7;
  background-color: #fff;
  font-size: 35px;
  /* border-radius: 15px; */
  border: 3px outset #2c34a7;
  transition: 0.2s;
  opacity: 1;
}

.kaufman_doc_link-link:hover {
  animation: none;
  transform: scale(1.05);
  color: #fff;
  background-color: #2c34a7;
  font-size: 35px;
  /* border-radius: 15px; */
  opacity: 0.9;
  transition: 0.2s;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.kaufman_doc_link:hover {
  animation: none;
  transform: scale(1.05);
  color: #fff;
  background-color: #ff6005;
  font-size: 35px;
  /* border-radius: 15px; */
  opacity: 0.9;
  transition: 0.2s;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.section-title_theme_dark {
  color: white;
  z-index: 1;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.section-subtitle_theme_dark {
  color: white;
  z-index: 1;
}

.table_theme_dark {
  list-style-type: none;
  color: white;
  z-index: 1;
}

.table__cell_theme_dark {
  max-width: 200px;
  color: white;
  margin-top: 80px;
}

.table__heading_theme_dark {
  margin: 0;
  padding: 0;
  color: white;
}

.table__text_theme_dark {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2c34a7;
  min-height: 150px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

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

.footer__column_content_copyright {
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 711px;
}

.footer__column_content_info {
  margin: 0;
  padding: 0;
}

.footer__column_content_social {
  margin: 0;
  padding: 0;
}

.footer__author {
  margin-top: 18px;
  margin-bottom: 18px;
  color: white;
  line-height: 1.15;
  font-size: 18px;
  font-weight: normal;
}

.footer__column-heading {
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-weight: bolder;
  color: white;
}

.footer__column-links {
  padding: 0;
  margin: 20px 0px 16px 0px;
}

.footer__column-link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  text-decoration: none;
  line-height: 1.15;
  font-size: 18px;
  font-weight: normal;
}

.footer__column-link:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.table__iframes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.table__ifram{
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);  
  margin: 0;
  padding: 0;

}

.partner {
  margin: 0 auto;
  padding: 0px 0px 80px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.partner__cell{
  list-style-type: none;
  background-color: none;
  width: 250px;
  height: 250px;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partner_img {
  object-fit: cover;
  object-position: center;
}

.partner_img:hover {
  transition: 0.3s;
  animation: none;
  transform: scale(1.3);
  border-radius: 15px; 
  opacity: .5;
}


@media screen and (max-width: 768px) {
  .page{
    max-width: 768px;
  }
  .header__main-illustration {
    width: 35%;
  }
  .table__img {
    width: 80%;
  }
  .table {
    grid-template-columns: repeat(1, 300px);
  }
}

@media screen and (max-width: 425px) {
  .page{
    max-width: 425px;
  }
  .header__main-illustration {
    width: 35%;
  }
  .table__img {
    width: 60%;
  }
  .table {
    grid-template-columns: repeat(1, 300px);
  }
}
@media screen and (max-width: 375px) {
  .page{
    max-width: 375px;
  }
  .header__main-illustration {
    width: 35%;
  }
  .table__img {
    width: 60%;
  }
  .table {
    grid-template-columns: repeat(1, 300px);
  }
}
@media screen and (max-width: 320px) {
  .page{
    max-width: 320px;
  }
  .header__main-illustration {
    width: 35%;
  }
  .table__img {
    width: 60%;
  }
  .table {
    grid-template-columns: repeat(1, 300px);
  }
}
