.site_header {
  display: flex;
  padding: 20px 0px 27px 0px;
  align-items: center;
  border-bottom: 1px var(--c_blue_light_bg) solid;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .site_header {
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
  }
}
.site_header_logo {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .site_header_logo {
    flex: none;
  }
}
.site_header_logo img {
  width: 162px;
}
@media (max-width: 768px) {
  .site_header_logo img {
    width: 72px;
  }
}
.site_header_mobile_nav {
  display: none;
}
@media (max-width: 992px) {
  .site_header_mobile_nav {
    width: 30px;
    height: 30px;
    flex: 1;
    background: none;
    display: flex;
    align-items: center;
  }
  .site_header_mobile_nav svg {
    width: 15px;
    height: 11px;
  }
}
.site_header #site_header_double_nav_to {
  display: none;
}
.site_header_tel {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--c_black);
  margin-right: 30px;
}
@media (max-width: 768px) {
  .site_header_tel {
    font-size: 12px;
    margin-right: 15px;
  }
}
.site_header_tel svg {
  margin-right: 14px;
  width: 19px;
  height: 19px;
}
.site_header_tel:hover {
  text-decoration: none;
}
.site_header_qestion {
  font-size: 14px;
}
@media (max-width: 768px) {
  .site_header_qestion {
    border: none;
    padding: 0px 0px;
    height: auto;
  }
  .site_header_qestion span {
    display: none;
  }
  .site_header_qestion:hover {
    background: none;
  }
  .site_header_qestion:hover svg {
    fill: var(--c_dark_blue) !important;
  }
}
.site_header_auth {
  width: 48px;
  height: 48px;
  background: var(--c_blue_light_bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 30px;
}
.site_header_auth svg {
  width: 17px;
  height: 19px;
}
@media (max-width: 768px) {
  .site_header_auth {
    width: 24px;
    height: 24px;
    margin-left: 15px;
  }
  .site_header_auth svg {
    height: 10px;
    width: 8px;
  }
}

.header_scroll_clb {
  height: 180px;
  clear: both;
}
@media (max-width: 768px) {
  .header_scroll_clb {
    height: 0;
  }
}

.header_is_scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  border-bottom: 1px var(--c_blue_light_bg) solid;
}
.header_is_scroll .top_header {
  display: none;
}
.header_is_scroll .site_header {
  padding: 10px 0px;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 992px) {
  .header_is_scroll .site_header {
    padding: 10px;
  }
}
.header_is_scroll .site_header_logo {
  width: 122px;
  flex: none;
}
.header_is_scroll .site_header_logo img {
  width: 100%;
}
@media (max-width: 992px) {
  .header_is_scroll .site_header_logo {
    flex: 1;
  }
  .header_is_scroll .site_header_logo img {
    width: 122px;
  }
}
.header_is_scroll .site_header #site_header_double_nav_to {
  list-style: none;
  display: flex;
  flex: 1;
  gap: 50px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 1200px) {
  .header_is_scroll .site_header #site_header_double_nav_to {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .header_is_scroll .site_header #site_header_double_nav_to {
    display: none;
  }
}
.header_is_scroll .site_header #site_header_double_nav_to li {
  list-style: none;
}
.header_is_scroll .site_header #site_header_double_nav_to li a {
  font-size: 14px;
  color: var(--c_black);
  text-decoration: none;
}
.header_is_scroll .site_header #site_header_double_nav_to li a:hover {
  text-decoration: underline;
}
.header_is_scroll .site_header_qestion span {
  display: none;
}

.site_full_block {
  background: var(--c_blue_light_bg);
  padding: 70px 0px;
  margin: 80px 0px;
}
@media (max-width: 992px) {
  .site_full_block {
    margin: 50px 0px;
    padding: 30px 0px;
  }
}

.site_title h1 {
  margin: 0;
  padding: 50px 0px;
  font-size: 38px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_title h1 a {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site_title h1 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    justify-content: center;
    line-height: 24px;
    padding: 30px 0px;
  }
  .site_title h1 a {
    font-size: 12px;
  }
  .site_title h1 a svg {
    display: none;
  }
}
.site_title p {
  margin: 0;
  padding: 15px 0px 30px 0px;
}
@media (max-width: 768px) {
  .site_title p {
    text-align: center;
  }
}

.in_cabinet_h1 {
  font-size: 29px;
  font-weight: 400;
  margin: 0;
  padding: 30px 0px 45px 0px;
}
@media (max-width: 768px) {
  .in_cabinet_h1 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
  }
}
.in_cabinet_back_mobile {
  display: none;
}
@media (max-width: 768px) {
  .in_cabinet_back_mobile {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .in_cabinet_back_mobile svg {
    width: 13px;
    height: 11px;
    transform: rotate(180deg);
    margin-right: 10px;
    color: #333333;
  }
}
.in_cabinet_header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .in_cabinet_header {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .in_cabinet_header {
    display: none;
  }
}
.in_cabinet_header_flex1 {
  flex: 1;
}
@media (max-width: 1200px) {
  .in_cabinet_header .btn_blue {
    padding: 0 17px !important;
  }
}
.in_cabinet_footer {
  display: none;
}
@media (max-width: 768px) {
  .in_cabinet_footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
}

.user_head_info {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .user_head_info {
    margin-left: 15px;
  }
}
.user_head_info_pic {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_head_info_pic input {
  position: absolute;
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .user_head_info_pic {
    display: none;
  }
}
.user_head_info_pic img {
  width: 48px !important;
  max-width: 48px !important;
  object-fit: cover;
}
.user_head_info_name {
  font-size: 13px;
  line-height: 20px;
  padding-left: 15px;
  color: #333;
}
@media (max-width: 992px) {
  .user_head_info_name {
    display: none;
  }
}
.user_head_info_name strong {
  font-weight: 400;
  display: block;
  color: #6B6B6B;
}
.user_head_info_name:hover {
  text-decoration: none;
}
.user_head_info_logout {
  background: #EDF5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .user_head_info_logout {
    width: 25px;
    height: 25px;
    margin-left: 0px;
  }
}
.user_head_info_logout svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .user_head_info_logout svg {
    width: 10px;
    height: 10px;
  }
}

.contacts_block {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .contacts_block {
    margin-top: 50px;
  }
}
.contacts_block_left {
  border: 1px solid var(--c_blue_light_bg);
  padding: 20px;
  margin-top: 50px;
  border-radius: var(--radius20);
}
@media (max-width: 992px) {
  .contacts_block_left {
    margin-top: 10px;
    height: auto;
  }
}
.contacts_block_left h4 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .contacts_block_left h4 {
    font-size: 14px;
  }
}
.contacts_block_left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts_block_left ul li {
  margin-top: 25px;
  display: flex;
  align-items: center;
  color: var(--c_gray_text);
}
.contacts_block_left ul li a {
  text-decoration: none;
  color: var(--c_gray_text);
}
.contacts_block_left ul li i {
  background: url(img/contacts_sprite.svg);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contacts_block_left ul li:nth-child(2) i {
  background-position: 0px 72px;
}
.contacts_block_left ul li:nth-child(3) i {
  background-position: 0px 16px;
}
.contacts_block_right {
  background: var(--c_blue_light);
  padding: 20px;
  margin-top: 50px;
  border-radius: var(--radius20);
  height: 315px;
}
@media (max-width: 992px) {
  .contacts_block_right {
    margin-top: 10px;
    height: auto;
  }
}
.contacts_block_right h4 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 992px) {
  .contacts_block_right h4 {
    font-size: 14px;
  }
}
.contacts_block_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts_block_right ul li {
  margin-top: 25px;
  display: flex;
  align-items: center;
  color: #fff;
}
.contacts_block_right ul li a {
  text-decoration: none;
  color: #fff;
}
.contacts_block_right ul li i {
  background: url(img/contacts_white_sprite.svg);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contacts_block_right ul li:nth-child(2) i {
  width: 24px;
  background-position: 15px 99px;
  position: relative;
  top: -10px;
}
@media (max-width: 992px) {
  .contacts_block_right ul li:nth-child(2) i {
    width: 40px;
  }
}
.contacts_block_right ul li:nth-child(3) i {
  background-position: 0px 16px;
}
.contacts_block_map {
  margin-top: 30px;
  border-radius: var(--radius20);
  overflow: hidden;
}
@media (max-width: 992px) {
  .contacts_block_map {
    margin-top: 10px;
  }
}

.work_area {
  min-height: calc(100vh - 335px);
}
@media (max-width: 992px) {
  .work_area {
    height: auto;
    min-height: 100%;
  }
}

.site_footer {
  margin-top: 80px;
  background: var(--c_blue_light_bg);
  padding: 40px 0px;
}
@media (max-width: 992px) {
  .site_footer {
    display: none;
  }
}
.site_footer_logo {
  text-decoration: none;
}
@media (max-width: 992px) {
  .site_footer_logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
}
.site_footer_logo img {
  width: 155px;
}
@media (max-width: 992px) {
  .site_footer_logo img {
    display: block;
    margin: 0px auto;
  }
}
.site_footer_logo span {
  display: block;
  font-size: 12px;
  color: var(--c_gray_text);
  line-height: 18px;
  padding: 20px 0px 5px 0px;
}
@media (max-width: 992px) {
  .site_footer_logo span {
    text-align: center;
  }
}
.site_footer_policy {
  font-size: 12px;
  color: var(--c_gray_text);
  line-height: 18px;
}
@media (max-width: 992px) {
  .site_footer_policy {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.site_footer_contacts {
  display: flex;
  float: left;
  flex-direction: column;
}
.site_footer_contacts a {
  text-decoration: none;
}
.site_footer_contacts a:nth-child(1) {
  font-size: 22px;
  color: var(--c_dark_blue);
}
.site_footer_contacts a:nth-child(2) {
  color: var(--c_black);
  margin-top: 4px;
}
.site_footer_qestion {
  width: 204px;
  font-size: 14px;
  float: right;
  background: none;
}
@media (max-width: 1200px) {
  .site_footer_qestion {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .site_footer_qestion {
    float: none;
  }
}

.site_footer_mobile {
  display: none;
  background: var(--c_blue_light_bg);
}
@media (max-width: 992px) {
  .site_footer_mobile {
    display: block;
    margin-top: 50px;
    padding: 30px 0px 60px 0px;
  }
}
.site_footer_mobile_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site_footer_mobile_logo {
  width: 155px;
  margin-bottom: 20px;
}
.site_footer_mobile_logo img {
  width: 100%;
}
.site_footer_mobile_tel {
  font-size: 22px;
  color: var(--c_dark_blue);
}
.site_footer_mobile_mail {
  color: var(--c_black);
  margin-top: 4px;
}
.site_footer_mobile_qestion {
  width: 204px;
  font-size: 14px;
  background: none;
  margin: 20px 0px;
}
.site_footer_mobile_copy {
  margin-top: 40px;
}
.site_footer_mobile_copy a {
  display: block;
}

.footer_in_personal {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 10px;
}
.footer_in_personal.footer_2_mob {
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer_in_personal {
    gap: 0px;
  }
}
.footer_in_personal .site_footer_contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 992px) {
  .footer_in_personal .site_footer_contacts {
    flex-direction: column;
    gap: 0;
  }
}
.footer_in_personal .site_footer_qestion {
  float: none;
}
@media (max-width: 992px) {
  .footer_in_personal .site_footer_qestion {
    order: 0;
  }
}
.footer_in_personal_conf {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 992px) {
  .footer_in_personal_conf {
    padding-top: 20px;
  }
}

.bx-pagination .bx-pagination-container ul li span {
  background: none;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #EDF5F8;
  color: #333333;
}

.page_error_block {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0px 15px;
}
.page_error_block svg {
  width: 90%;
}
@media (max-width: 992px) {
  .page_error_block svg {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page_error_block .back404 {
  text-align: center;
  display: block;
  margin: 20px 0px;
}
@media (max-width: 992px) {
  .page_error_block tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
  }
}

.auth_variant {
  margin-bottom: 20px;
}
@media (max-width: 786px) {
  .auth_variant {
    margin-top: 20px;
  }
}
.auth_variant h5 {
  font-weight: 400;
  color: var(--c_gray_text);
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 786px) {
  .auth_variant h5 {
    font-size: 17px;
    text-align: center;
  }
}
.auth_variant ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media (max-width: 786px) {
  .auth_variant ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 786px) {
  .auth_variant li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.auth_variant a {
  border: 2px var(--c_blue_light_bg) solid;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--c_gray_text);
  transition: var(--animation1);
  padding: 10px 25px;
  border-radius: var(--radius10);
  cursor: pointer;
}
@media (max-width: 786px) {
  .auth_variant a {
    text-align: center;
  }
}
.auth_variant a:hover {
  text-decoration: none;
  background: var(--c_blue_light_bg);
}
.auth_variant a.actived {
  background: var(--c_blue_light_bg);
  box-shadow: var(--c_blue_light) 0 2px 0;
}

/*# sourceMappingURL=template_styles.css.map */
