/* template@basic.less */
/*BASIC__STYLE*/
/*МАСКА КАРТИНКИ*/
/*МАСКА КАРТИНКИ*/
/*БОКС ДЛЯ ФОТО*/
/*БОКС ДЛЯ ФОТО*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЦВЕТОВОЙ ГРАДИЕНТ*/
/*ЗАДНИЙ ФОН*/
/*ЗАДНИЙ ФОН*/
/*ЗАКРЫТИЕ*/
.closer__btn {
  cursor: pointer;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  background: url(/public/img/close.png), #00b1d9;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .closer__btn {
    width: 10vw;
    height: 10vw;
  }
}
.closer__btn:hover {
  background-color: red;
}
/*ЗАКРЫТИЕ*/
@font-face {
  font-family: 'Montserrat';
  src: url(storage/fonts/Montserrat-Bold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'Montserrat';
  src: url(storage/fonts/Montserrat-Medium.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(storage/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(storage/fonts/Montserrat-Light.ttf);
  font-weight: 200;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 600;
}
body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}
table {
  border: none;
  border-collapse: collapse;
}
div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: 'Montserrat';
}
img {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
ul {
  margin-top: 0.3vw;
  margin-left: 1%;
}
ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
nav {
  display: flex;
  justify-content: center;
}
/*BASIC__STYLE*/
.form_type_1 {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .form_type_1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.inputGroup {
  width: 100%;
  float: left;
  margin-top: 0.4vw;
}
@media screen and (max-width: 800px) {
  .inputGroup {
    margin-top: 3.4vw;
  }
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
    margin-top: 2vw;
  }
}
#regulationsCheckbox {
  width: 1.5vw;
}
.regulationsLabel {
  color: #fff;
  font-family: 'Montserrat';
}
.regulationsLabel:hover + .formaInfoWindow {
  display: block;
}
@media screen and (max-width: 800px) {
  .regulationsLabel {
    font-size: 4vw;
  }
}
.regulationsGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 0.3vw;
}
@media screen and (max-width: 800px) {
  .regulationsGroup {
    flex-direction: column;
  }
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #0068b5;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
  background-color: #0068b5;
  border-color: #0054a1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #0068b5;
  border-color: #0054a1;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.formaInfoWindow {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0068b5;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 0.9vw;
  border: 1px solid #0068b5;
  display: none;
}
@media screen and (max-width: 800px) {
  .formaInfoWindow {
    font-size: 3.3vw;
    position: relative;
    border: 1px solid #fff;
    display: block;
    background: #009dc5;
    margin-top: 4vw;
  }
}
.windowFormSubmit {
  width: 26%;
  color: #fff;
  font-size: 1.3vw;
  font-family: tahoma;
  z-index: 3;
  outline: 1px solid #0c74c1;
  padding-top: 0.4vw;
  padding-bottom: 0.4vw;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 35px;
  background: #0068b5;
  background-image: url(/public/img/linkIcon.png);
  background-size: 1.5vw 1vw;
  background-repeat: no-repeat;
  background-position: 90% center;
  margin-top: 0.4vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .windowFormSubmit {
    width: 50%;
    font-size: 5vw;
    background-size: 3.5vw 2vw;
  }
}
h2 {
  font-size: 3.63vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #0068b5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 16.5vw;
  }
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 10vw;
  }
}
.formBlock {
  width: 32%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  background: url(/public/img/form_bg.png), #36d9ea;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 5%;
  border: 1px solid #0068b5;
  outline: 1px solid #fff9;
  outline-offset: 0px;
  border-radius: 20px;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 800px) {
  .formBlock {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .formBlock {
    position: relative;
    right: 0%;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.form_title {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.485vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #0054a1;
  margin-top: 1vw;
  background: #fff;
  outline: 1px dashed #fff9;
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-radius: 30px;
  margin-bottom: 1vw;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .form_title {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_title {
    font-size: 6.75vw;
  }
}
.form_input {
  width: 96%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.265vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #0054a1;
  border-radius: 30px;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
  margin-top: 0.8vw;
}
@media screen and (max-width: 800px) {
  .form_input {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    font-size: 5.75vw;
  }
}
@media screen and (max-width: 800px) {
  .form_input {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-top: 3vw;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
}
/* template@header.less */
header {
  width: 100%;
  height: auto;
  background: #36d9ea;
}
@media screen and (max-width: 800px) {
  header {
    background: #fff;
  }
}
.header_line {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}
@media screen and (max-width: 800px) {
  .header_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_line {
    gap: 6vw 0;
  }
}
.logo_cover {
  width: 20%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  background: #fff;
  padding-top: .6vw;
  padding-bottom: .6vw;
}
.logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.logo_cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .logo_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .logo_cover {
    padding-top: 10vw;
    padding-bottom: 6vw;
  }
}
.navigation_line {
  width: 29%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .navigation_line {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .navigation_line {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .navigation_line {
    margin-top: 5vw;
    margin-bottom: 5vw;
    gap: 4vw 0;
  }
}
.navigation_line > a > div {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #ffffff;
  text-shadow: 2px 4px 3px rgba(4, 4, 92, 0.28);
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 800px) {
  .navigation_line > a > div {
    font-size: 5vw;
  }
}
.navigation_line > a > div > .line {
  transition: 0.6s;
  width: 0px;
  height: 2px;
  background: #0068b5;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 800px) {
  .navigation_line > a > div > .line {
    width: 100%;
    background: #fff;
    height: 4px;
    bottom: -2px;
  }
}
.navigation_line > a > div:hover {
  color: #0068b5;
  text-shadow: 2px 2px 3px #14c5ed;
}
.navigation_line > a > div:hover > .line {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .navigation_line > a > div {
    background: #00b1d9;
    width: 60vw;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.contact_box {
  width: 21%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00b1d9;
  border: 1px dashed #0068b5;
  outline: 1px dashed #fff9;
  outline-offset: 0px;
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}
@media screen and (max-width: 800px) {
  .contact_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_box {
    border: unset;
    gap: 4vw 0;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.contact_cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .contact_cover {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_cover {
    justify-content: center;
    width: 70%;
  }
}
.contact_img_cover {
  width: 10%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  flex: 0 0 auto;
}
.contact_img_cover img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.contact_img_cover img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .contact_img_cover {
    width: 15%;
    height: auto;
    outline: unset;
    outline-offset: -2px;
    margin-bottom: 1vw;
  }
  .contact_img_cover img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .contact_img_cover img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) and screen and (max-width: 800px) {
  .contact_img_cover {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.contact_text_cover {
  font-size: 1.1vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  padding-left: 4%;
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    font-size: 5vw;
  }
}
.contact_text_cover > .name {
  font-weight: 800;
  font-size: 100%;
}
.contact_text_cover > .text {
  font-weight: 400;
  font-size: 140%;
}
.contact_text_cover > .email {
  font-size: 100%;
}
@media screen and (max-width: 800px) {
  .contact_text_cover {
    text-align: center;
    padding: unset;
  }
}
.header_center {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  background: url(/public/img/header_fon.jpg), #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 13px -6px rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 12vw;
  padding-bottom: 14vw;
}
@media screen and (max-width: 800px) {
  .header_center {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_center {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .header_center {
    border-radius: unset;
  }
}
h1 {
  width: 48%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.97vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #0054a1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  padding-bottom: 2vw;
  border-bottom: 2px solid #0068b5;
}
@media screen and (max-width: 800px) {
  h1 {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 13.5vw;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    flex-direction: column;
    align-items: center;
  }
}
h1 > span {
  font-size: 55%;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  h1 > span {
    font-size: 65%;
    text-align: center;
    font-weight: 400;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 9vw;
    border-bottom: unset;
    padding-bottom: 3vw;
    padding-top: 3vw;
    color: #fff;
    background: #003683;
  }
}
.header_description {
  width: 48%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #0054a1;
  padding-top: 2vw;
}
@media screen and (max-width: 800px) {
  .header_description {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .header_description {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 800px) {
  .header_description {
    font-size: 4vw;
    color: #fff;
    padding-top: 1vw;
    font-weight: 400;
    text-align: center;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    background: #003683;
  }
}
.header_img {
  display: none;
}
@media screen and (max-width: 800px) {
  .header_img {
    display: block;
    width: 100%;
  }
}
/* Analistic_sustem@Analistic_sustem.less */
.Analistic_sustem_window {
  width: 98%;
  position: fixed;
  min-height: 5vw;
  z-index: 1001;
  right: 0vw;
  bottom: 0.2vw;
  padding: 0.4vw 1%;
  background-color: rgba(0, 104, 181, 0.97);
  outline: 2px solid #0068b5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1%;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_window {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_window {
    gap: 4vw 0;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
.Analistic_sustem_reglamation_text {
  font-size: 0.99vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #ffffff;
  width: 60%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglamation_text {
    width: 96%;
  }
}
.Analitic_sustem_btn {
  width: auto;
  background-color: #0abbe3;
  outline: 1px solid #fff;
  padding: 0.6vw 2%;
  font-size: 0.9350000000000001vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .Analitic_sustem_btn {
    font-size: 4.25vw;
  }
}
.Analitic_sustem_btn:hover {
  background-color: #5effff;
}
@media screen and (max-width: 800px) {
  .Analitic_sustem_btn {
    width: 70%;
    padding: 4vw 0;
    text-align: center;
  }
}
.Analistic_sustem_reglament_window {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1003;
  right: -110vw;
  bottom: 0vw;
  outline: 2px solid #0068b5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window {
    flex-direction: column;
    align-items: center;
  }
}
.Analistic_sustem_reglament_window_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  backdrop-filter: blur(5px);
}
.Analistic_sustem_reglament_window_body {
  width: 74%;
  height: auto;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  height: 90%;
  z-index: 5;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body {
    width: 96%;
    padding: 3vw 2%;
  }
}
.Analistic_sustem_reglament_window_body_scroll {
  width: 78%;
  height: auto;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 3vw;
  margin-bottom: 10vw;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.Analistic_sustem_reglament_window_body_scroll h2 {
  font-size: 1.21vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #00b1d9;
  margin-top: 2vw;
  margin-bottom: 1.2vw;
  border-left: 2px solid #00b1d9;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  text-align: left;
  padding-left: 1vw;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll h2 {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll h2 {
    padding-top: 2vw;
    padding-bottom: 3vw;
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}
.Analistic_sustem_reglament_window_body_scroll ul {
  margin-left: 2vw;
}
.Analistic_sustem_reglament_window_body_scroll .big_h2 {
  font-size: 1.65vw;
  font-family: 'Montserrat';
  font-weight: 800;
  color: #36d9ea;
}
@media screen and (max-width: 800px) {
  .Analistic_sustem_reglament_window_body_scroll .big_h2 {
    font-size: 7.5vw;
  }
}
.Analistic_sustem_reglament_window_body_scroll h2::after {
  background-color: #00b1d9;
  height: 2px;
  width: 6vw;
}
/* template@contacts.less */
/* CONTACT__MAP__BLOCK*/
.contact__map__block {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 5vh;
  justify-content: space-between;
  padding-bottom: 7vw;
}
@media screen and (max-width: 800px) {
  .contact__map__block {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact__map__block {
    flex-direction: column;
    align-items: center;
  }
}
.map {
  width: 50%;
  height: 30vw;
  outline: 5px solid #00a7cf;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .map {
    width: 100%;
    height: 70vh;
  }
}
.contact__side__block {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .contact__side__block {
    width: 100%;
  }
}
.contact__side__box {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.32vw;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #0068b5;
}
@media screen and (max-width: 800px) {
  .contact__side__box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .contact__side__box {
    font-size: 6vw;
  }
}
.contact__side__box .contact__item__side__subtitle {
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .contact__side__box .contact__item__side__subtitle {
    font-size: 5vw;
  }
}
.contact__side__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2vh;
}
@media screen and (max-width: 800px) {
  .contact__side__item {
    width: 96%;
    margin-left: 2%;
  }
}
.contact__side__item .contact__item__side__name {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 1.5vw;
}
@media screen and (max-width: 800px) {
  .contact__side__item .contact__item__side__name {
    padding-left: 3vw;
  }
}
.contact__side__item .contact__item__side__name .contact__item__side__title {
  font-size: 120%;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (max-width: 800px) {
  .contact__side__item .contact__item__side__name .contact__item__side__title {
    font-size: 6vw;
  }
}
.contact__side__item .contact__item__side__name .side__phone {
  font-size: 155%;
}
.contact__side__item .side__adres {
  font-size: 90%;
}
.contact__side__item .wrapper__side__img {
  width: 2.6vw;
  height: 2.2vw;
  overflow: hidden;
  background: #0068b5;
  border-radius: 50%;
  padding: 1.6vw;
}
.contact__side__item .wrapper__side__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .contact__side__item .wrapper__side__img {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 800px) {
  footer .footer_contact_box {
    display: none;
  }
}
/* CONTACT__MAP__BLOCK*/
/* template@footer.less */
footer {
  width: 95%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #00b1d9;
  padding-top: 1vw;
  padding-bottom: 1vw;
  gap: 0vw 4%;
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
.footer_form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: unset;
  width: 96%;
  border: 1px solid #0abbe3;
  outline: 1px solid #00a7cf;
}
@media screen and (max-width: 800px) {
  .footer_form {
    flex-direction: column;
    align-items: center;
  }
}
.footer_contact_box {
  width: 20%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1vw 0;
}
@media screen and (max-width: 800px) {
  .footer_contact_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact_box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .footer_contact_box {
    gap: 6vw 0;
  }
}
.footer_logo_box {
  width: 43%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #1ecff7;
  border-right: 2px solid #1ecff7;
}
@media screen and (max-width: 800px) {
  .footer_logo_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_logo_box {
    flex-direction: column;
    align-items: center;
  }
}
.footer_forma_box {
  width: 30%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .footer_forma_box {
    width: 100%;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 800px) {
  .footer_forma_box {
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  width: 70%;
  height: auto;
  outline: unset;
  outline-offset: -2px;
  background: unset;
}
.footer_logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
.footer_logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .footer_logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
