@charset "UTF-8";
:root {
  --background: #f5f5f5;
  --white: #fff;
  --prime: #0077d8;
  --secondary: #1e1e1e;
  --secondary-40: rgba(30, 30, 30, 0.4);
}

body,
html {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  background: var(--white);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--prime);
}

h1,
h2,
h3,
h4,
p,
a,
span {
  padding: 0;
  margin: 0 !important;
}

a.not-btn {
  text-decoration: none !important;
  color: var(--white);
}

/*Блок с файлом  */
.file-pages-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*Блок Шапки  */
.header {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}
.header .header_block-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_block-element .header_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_block-element.header_block_title {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 600px) {
  .header .header_block-element.header_block_title p {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .header .header_block-element.header_block_title a {
    font-size: 0.75rem;
  }
}
.header .header_block-element.header_block_title a.header_href {
  cursor: pointer;
}
.header .header_block-element.header_block_contacts {
  padding-top: 16px;
}
@media screen and (max-width: 600px) {
  .header .header_block-element.header_block_contacts p {
    font-size: 0.9rem;
  }
}
.header a {
  color: var(--white);
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .header {
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .header {
    gap: 30px;
  }
}

/*Блок начальный экран */
.th_welcome_slide {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url(../assets/img/background.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  color: var(--white);
}
@media screen and (max-width: 600px) {
  .th_welcome_slide .welcome_slide_text p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .th_welcome_slide {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("../assets/img/background.jpg");
    background-position: -990px;
  }
}

/*Блок преимуществ */
.th_advantages_slide .advantages_slide_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
}
.th_advantages_slide .advantages_slide_blocks .advantages_slide_blocks-element {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .th_advantages_slide .advantages_slide_blocks .advantages_slide_blocks-element {
    gap: 8px;
  }
  .th_advantages_slide .advantages_slide_blocks .advantages_slide_blocks-element svg {
    width: 40px;
    height: 40px;
  }
  .th_advantages_slide .advantages_slide_blocks .advantages_slide_blocks-element h4 {
    font-size: 0.8rem !important;
  }
  .th_advantages_slide .advantages_slide_blocks .advantages_slide_blocks-element p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  .th_advantages_slide p {
    font-size: 0.7rem;
  }
}
.th_advantages_slide img {
  position: relative;
  width: 100%;
}

/*Блок процедур*/
.th_procedures_slide .procedures_slide_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 12px;
}
.th_procedures_slide .procedures_slide_blocks .procedures_slide_blocks-element {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 1200px) {
  .th_procedures_slide .procedures_slide_blocks {
    gap: 32px 0px;
    grid-template-columns: 1fr;
  }
}

/*Блок Что вас ждет */
.th_waiting_slide .waiting_slide_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 10px;
}
.th_waiting_slide .waiting_slide_blocks .waiting_slide_blocks-element {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .th_waiting_slide .waiting_slide_blocks {
    gap: 32px 0px;
    grid-template-columns: 1fr;
  }
}

/*Блок Почему именно мы */
.th_reasons_slide .reasons_slide_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 45px;
}
.th_reasons_slide .reasons_slide_blocks .reasons_slide_blocks-element {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
  align-items: center;
  gap: 25px;
  border-radius: 15px;
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 500px) {
  .th_reasons_slide .reasons_slide_blocks .reasons_slide_blocks-element svg {
    width: 35px;
    height: 35px;
  }
  .th_reasons_slide .reasons_slide_blocks .reasons_slide_blocks-element h4 {
    font-size: 1rem !important;
  }
  .th_reasons_slide .reasons_slide_blocks .reasons_slide_blocks-element p {
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .th_reasons_slide .reasons_slide_blocks {
    gap: 16px 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

/*Блок Вопросы */
.th_questions_slide .accordion-item {
  background-color: rgba(0, 119, 216, 0.05);
  border-radius: 15px;
  border: none !important;
  outline: none !important;
}
.th_questions_slide .accordion-item .accordion-header {
  border-radius: 15px;
  border: none !important;
  outline: none !important;
}
.th_questions_slide .accordion-item .accordion-header .accordion-button {
  padding: 26px 20px;
  border-radius: 15px;
  background-color: rgba(0, 119, 216, 0.05);
  color: var(--secondary) !important;
}
.th_questions_slide .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none !important;
  outline: none !important;
  border-radius: 0px;
  color: inherit;
}
.th_questions_slide .accordion-item .accordion-header .accordion-button:focus {
  color: var(--prime) !important;
  border: none !important;
  outline: none !important;
  box-shadow: inherit;
}
.th_questions_slide .accordion-item .accordion-header .accordion-button:hover {
  color: var(--prime) !important;
}
.th_questions_slide .accordion-item .accordion-header:active {
  border: none !important;
  outline: none !important;
}
.th_questions_slide .accordion-item .accordion-body {
  background-color: rgba(0, 119, 216, 0.05);
  border: none !important;
  outline: none !important;
  font-size: 1.25rem;
}
.th_questions_slide .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.th_questions_slide .accordion-item .accordion-body li::marker {
  color: var(--prime);
  font-size: 18px;
}

/*Блок Контакты */
.th_contacts_slide .contacts_slide {
  display: flex;
}
.th_contacts_slide .contacts_slide .contacts_slide_blocks {
  display: flex;
  gap: 60px;
}
.th_contacts_slide .contacts_slide .contacts_slide_blocks .contacts_slide_blocks-element {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.th_contacts_slide .contacts_slide .contacts_slide_blocks .contacts_slide_blocks-element a {
  color: var(--secondary);
  text-decoration: none;
}
.th_contacts_slide .contacts_slide .contacts_slide_blocks .contacts_slide_blocks-element h4 {
  color: var(--prime);
}
@media screen and (max-width: 600px) {
  .th_contacts_slide .contacts_slide .contacts_slide_blocks .contacts_slide_blocks-element p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 400px) {
  .th_contacts_slide .contacts_slide .contacts_slide_blocks .contacts_slide_blocks-element {
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .th_contacts_slide .contacts_slide .contacts_slide_blocks {
    gap: 15px;
  }
}
@media screen and (max-width: 400px) {
  .th_contacts_slide .contacts_slide .contacts_slide_blocks h4 {
    font-size: 0.8rem !important;
  }
}
.th_contacts_slide .contacts_slide .contacts_slide_documents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element {
  position: relative;
  box-sizing: content-box;
  display: flex;
  justify-content: start;
  gap: 10px;
}
.th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element h4 {
  color: var(--prime);
}
@media screen and (max-width: 600px) {
  .th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element svg {
    width: 22px;
    height: 22px;
  }
  .th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element h4 {
    font-size: 0.7rem !important;
  }
  .th_contacts_slide .contacts_slide .contacts_slide_documents .contacts_slide_documents-element p {
    font-size: 0.5rem !important;
  }
}
@media screen and (max-width: 600px) {
  .th_contacts_slide .contacts_slide .contacts_slide_documents {
    gap: 20px;
  }
}
@media screen and (max-width: 400px) {
  .th_contacts_slide .contacts_slide .contacts_slide_documents {
    gap: 10px;
  }
}
.th_contacts_slide img {
  width: 100%;
}

/*Блок Модальное окно на оплату услуг */
.modal form {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}

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

@media screen and (max-width: 600px) {
  footer .th_section.blue {
    padding: 20px 0px !important;
  }
}
@media screen and (max-width: 600px) {
  footer .header {
    padding: 0px !important;
  }
}
@media screen and (max-width: 500px) {
  footer .footer-documents {
    font-size: 0.6rem;
  }
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../assets/fonts/ProximaNova/Regular/ProximaNova-Regular.eot");
  src: url("../assets/fonts/ProximaNova/Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/Regular/ProximaNova-Regular.woff") format("woff"), url("../assets/fonts/ProximaNova/Regular/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaThin";
  src: url("../assets/fonts/ProximaNova/Thin/ProximaNovaT-Thin.eot");
  src: url("../assets/fonts/ProximaNova/Thin/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/Thin/ProximaNovaT-Thin.woff") format("woff"), url("../assets/fonts/ProximaNova/Thin/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url("../assets/fonts/ProximaNova/Light/ProximaNova-Light.eot");
  src: url("../assets/fonts/ProximaNova/Light/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/Light/ProximaNova-Light.woff") format("woff"), url("../assets/fonts/ProximaNova/Light/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("../assets/fonts/ProximaNova/Semibold/ProximaNova-Semibold.eot");
  src: url("../assets/fonts/ProximaNova/Semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/Semibold/ProximaNova-Semibold.woff") format("woff"), url("../assets/fonts/ProximaNova/Semibold/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../assets/fonts/ProximaNova/Bold/ProximaNova-Bold.eot");
  src: url("../assets/fonts/ProximaNova/Bold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/Bold/ProximaNova-Bold.woff") format("woff"), url("../assets/fonts/ProximaNova/Bold/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaExtraBold";
  src: url("../assets/fonts/ProximaNova/ExtraBold/ProximaNova-Extrabld.eot");
  src: url("../assets/fonts/ProximaNova/ExtraBold/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ProximaNova/ExtraBold/ProximaNova-Extrabld.woff") format("woff"), url("../assets/fonts/ProximaNova/ExtraBold/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Заголовки*/
.th_h1 {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 5.625rem !important;
  line-height: 80% !important;
}
@media screen and (max-width: 968px) {
  .th_h1 {
    font-size: 4rem !important;
    line-height: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_h1 {
    font-size: 2.875rem !important;
    line-height: 80% !important;
  }
}
.th_h1 span {
  color: var(--prime);
}

.th_h2 {
  font-family: "ProximaNovaExtraBold", sans-serif !important;
  font-size: 4rem !important;
  line-height: 100% !important;
}
@media screen and (max-width: 968px) {
  .th_h2 {
    font-family: "ProximaNovaBold", sans-serif !important;
    font-size: 3rem !important;
    line-height: 90% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_h2 {
    font-size: 1.5rem !important;
    line-height: 90% !important;
  }
}

.th_h3 {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 3rem !important;
  line-height: 90% !important;
}
.th_h3 span {
  color: var(--prime);
}
@media screen and (max-width: 968px) {
  .th_h3 {
    font-size: 2rem !important;
    line-height: 90% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_h3 {
    font-size: 1.5rem !important;
    line-height: 90% !important;
  }
}

.th_h4 {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 2.5rem !important;
  line-height: 100% !important;
}
.th_h4 span {
  color: var(--prime);
}
@media screen and (max-width: 968px) {
  .th_h4 {
    font-size: 2rem !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_h4 {
    font-size: 1.5rem !important;
    line-height: 100% !important;
  }
}

.th_h5 {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 1rem !important;
  line-height: 100% !important;
}

/*Названия*/
.th_title_l {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 2.25rem !important;
  line-height: 100% !important;
}
@media screen and (max-width: 968px) {
  .th_title_l {
    font-size: 2rem !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_title_l {
    font-size: 1.5rem !important;
    line-height: 100% !important;
  }
}

.th_title_m {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 2rem !important;
  line-height: 100% !important;
}
.th_title_m span {
  color: var(--prime);
}
@media screen and (max-width: 968px) {
  .th_title_m {
    font-size: 1.5rem !important;
    line-height: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_title_m {
    font-size: 1.25rem !important;
    line-height: 100% !important;
  }
}

.th_title_s {
  font-family: "ProximaNovaBold", sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 120% !important;
}
.th_title_s span {
  color: var(--prime);
}
@media screen and (max-width: 968px) {
  .th_title_s {
    font-size: 1rem !important;
    line-height: 120% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_title_s {
    font-size: 1rem !important;
    line-height: 120% !important;
  }
}

/*Наборный текст*/
.th_text_xxl {
  font-family: "ProximaNovaRegular", sans-serif !important;
  font-size: 2rem !important;
  line-height: 110% !important;
}
@media screen and (max-width: 968px) {
  .th_text_xxl {
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_text_xxl {
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}

.th_text_xl {
  font-family: "ProximaNovaRegular", sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 110% !important;
}
@media screen and (max-width: 968px) {
  .th_text_xl {
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_text_xl {
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}

.th_text_l {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 110%;
}
@media screen and (max-width: 968px) {
  .th_text_l {
    font-size: 1rem !important;
    line-height: 110% !important;
  }
}
@media screen and (max-width: 600px) {
  .th_text_l {
    font-size: 0.875rem !important;
    line-height: 110% !important;
  }
}

.th_text_m {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 1rem;
  line-height: 120%;
}
.th_text_m span {
  color: var(--prime);
}

.th_text_s {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 0.875rem;
  line-height: 85%;
}

/*Кнопки*/
.th_btn {
  display: flex;
  padding: 9px 38px;
  font-family: "ProximaNovaRegular";
  font-size: 1.25rem;
  line-height: 110%;
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--white);
  border-radius: 15px;
  transition: all 300ms ease-in-out;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}
.th_btn.th_btn-outline-1 {
  background-color: transparent;
}
.th_btn.th_btn-outline-1:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--prime);
}
@media screen and (max-width: 600px) {
  .th_btn.th_btn-outline-1 {
    font-size: 0.75rem;
    padding: 8px 22px;
  }
}
.th_btn.th_btn-outline-2:hover {
  background-color: var(--prime);
  border-color: var(--prime);
}
.th_btn.th_btn-filled-1 {
  background-color: var(--prime);
  border-color: var(--prime);
}
.th_btn.th_btn-filled-1:hover {
  background-color: #2e80e1;
  border-color: #2e80e1;
}
@media screen and (max-width: 968px) {
  .th_btn {
    padding: 7px 30px;
  }
}
@media screen and (max-width: 600px) {
  .th_btn {
    padding: 5px 22px;
  }
}

/*Инпуты*/
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.th_form-control {
  padding: 12px 18px;
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 10px;
}
.th_form-control::placeholder {
  color: var(--white);
}
.th_form-control:focus {
  outline: none;
  box-shadow: 0px 0px 5px 1px var(--white);
}
.th_form-control.secondary {
  border: 1px solid var(--secondary-40);
  color: var(--secondary);
}
.th_form-control.secondary::placeholder {
  color: var(--secondary-40);
}

/*Формы*/
.th_form_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.19);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .th_form_1 .th_title_l {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 600px) {
  .th_form_1 p {
    font-size: 0.65rem !important;
  }
}
@media screen and (max-width: 600px) {
  .th_form_1 .th_btn {
    font-size: 1.5rem !important;
  }
}
.th_form_1 .th_form_group_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.th_form_1 a {
  color: var(--white);
}

/*Секции*/
section.th_section.white {
  padding: 120px 0px;
  background-color: var(--white);
  color: var(--secondary);
}
@media screen and (max-width: 600px) {
  section.th_section.white {
    padding: 45px 0px;
  }
}
section.th_section.blue {
  padding: 45px 0px;
  background-color: var(--prime);
  color: var(--white);
}
section.th_section.blue.mini {
  padding: 15px 0px;
}
section.th_section.blue.mini .header {
  padding-top: 0;
}
