@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

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

/* http: //meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  font-family: "Roboto", sans-serif;
  background-color: var(--bg-color);
  scroll-behavior: smooth;
}

.root__header-text {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--main-text-color);
  margin-bottom: 100px;
  margin-top: 60px;
  padding: 0px 30px;
}
@media screen and (max-width: 1050px) {
  .root__header-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .root__header-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  .root__header-text {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

textarea:focus, input:focus {
  outline: none;
}

input {
  border: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #00CDE1 inset !important;
}

button {
  font-family: "Roboto", sans-serif;
}

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-section__card-container {
  place-content: center;
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 260px);
  grid-auto-rows: 260px;
  gap: 30px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .benefits-section__card-container {
    grid-template-columns: repeat(2, 250px);
    grid-auto-rows: 250px;
  }
}
@media screen and (max-width: 640px) {
  .benefits-section__card-container {
    grid-template-columns: repeat(2, 210px);
    grid-auto-rows: 210px;
    gap: 20px 20px;
  }
}
@media screen and (max-width: 440px) {
  .benefits-section__card-container {
    grid-template-columns: repeat(1, 190px);
    grid-auto-rows: 190px;
  }
}

.benefits-section__card-container__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: var(--main-color);
  border-radius: 13px;
  padding: 15px 15px;
}

.benefits-section__card-container__card__image {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .benefits-section__card-container__card__image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 440px) {
  .benefits-section__card-container__card__image {
    width: 60px;
    height: 60px;
  }
}

.benefits-section__card-container__card__text {
  font-size: 20px;
  line-height: 160.69%;
  font-style: normal;
  font-weight: 500;
  line-height: 102.69%;
  text-align: center;
  color: var(--secondary-text-color);
}
@media screen and (max-width: 1050px) {
  .benefits-section__card-container__card__text {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .benefits-section__card-container__card__text {
    font-size: 16px;
    line-height: 130.69%;
  }
}

.benefits-section__callback-button {
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--secondary-text-color);
  background: var(--main-gradient-color);
  border-radius: 7px;
  border: 0px;
  text-decoration: none;
  box-shadow: 1px 1px 48px 2px #1D30BB;
  padding: 0px 23px;
  height: 70px;
  letter-spacing: 0.02em;
}
.benefits-section__callback-button:hover {
  background: var(--main-hovered-gradient-color);
}

/*# sourceMappingURL=benefits-section.css.map */

@charset "UTF-8";
:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.callback-and-faq-section {
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  padding-top: 50px;
}

.callback-and-faq-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 25%;
}

.callback-and-faq-section__form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--main-color);
  border-radius: 13px;
  padding: 40px 20px 20px 20px;
}

.callback-and-faq-section__form__wrapper__input-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--callback-form-text-color);
  padding: 0px 5px 0px 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  color: var(--callback-form-text-color);
}

.callback-and-faq-section__form__wrapper__input-container > input {
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
  background-color: transparent;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  color: var(--callback-form-text-color);
}

.callback-and-faq-section__form__textarea-label {
  padding-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160.69%;
  color: var(--callback-form-text-color);
}

.callback-and-faq-section__form__textarea-content {
  font-family: "Roboto", sans-serif;
  width: 96%;
  height: 200px;
  padding: 2%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130.69%;
  color: var(--callback-form-text-color);
  background: #E4B642;
  border: 1px solid var(--callback-form-text-color);
  border-radius: 11px;
}

.callback-and-faq-section__form__submit-container {
  margin-bottom: 15px;
}

.callback-and-faq-section__form__submit-container > input {
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--secondary-text-color);
  background: var(--main-gradient-color);
  border-radius: 7px;
  border: 0px;
  text-decoration: none;
  box-shadow: 1px 1px 48px 2px #1D30BB;
  padding: 12px 55px;
}
.callback-and-faq-section__form__submit-container > input:hover {
  background: var(--main-hovered-gradient-color);
}

.callback-and-faq-section__policy {
  font-size: 20px;
  line-height: 160.69%;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration-line: underline;
  color: var(--main-text-color);
  margin-bottom: 150px;
}
@media screen and (max-width: 1050px) {
  .callback-and-faq-section__policy {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__policy {
    font-size: 16px;
    line-height: 130.69%;
  }
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__policy {
    margin-bottom: 60px;
  }
}

.callback-and-faq-section__faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__faq-section {
    align-items: center;
  }
}

.callback-and-faq-section__faq-section__header {
  align-self: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__faq-section__header {
    margin-bottom: 30px;
  }
}

.callback-and-faq-section__faq-section_accordions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .callback-and-faq-section__faq-section_accordions-container {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__faq-section_accordions-container {
    width: 100%;
    align-items: flex-start;
  }
}

.callback-and-faq-section__faq-section_accordions-container__accordion {
  cursor: pointer;
  background: var(--main-color);
  border-radius: 0px 11px 11px 0px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  place-content: space-between;
  color: var(--secondary-text-color);
  padding: 8px 20px 8px 24px;
  width: 100%;
  border: 0px;
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__faq-section_accordions-container__accordion {
    border-radius: 0px;
  }
}

.callback-and-faq-section__faq-section_accordions-container__accordion:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  color: var(--secondary-text-color);
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−"; /* Unicode character for "minus" sign (-) */
}

.callback-and-faq-section__faq-section_accordions-container__panel {
  font-weight: 500;
  font-size: 18px;
  line-height: 130.69%;
  align-self: start;
  color: var(--secondary-text-color);
  background-color: var(--callback-answer-bg-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 3px;
  border-radius: 0px 0px 10px 10px;
  width: 95%;
  list-style-type: circle;
}
@media screen and (max-width: 640px) {
  .callback-and-faq-section__faq-section_accordions-container__panel {
    width: 100%;
    border-radius: 0;
  }
}
.callback-and-faq-section__faq-section_accordions-container__panel > ul {
  padding-left: 18px;
  list-style: disc;
}

.callback-and-faq-section__faq-section_accordions-container__panel > p {
  margin: 20px;
}
.callback-and-faq-section__faq-section_accordions-container__panel > p > a {
  color: #620725;
  text-decoration: none;
  background-color: transparent;
}
.callback-and-faq-section__faq-section_accordions-container__panel > p > a:visited {
  color: #360515;
}
.callback-and-faq-section__faq-section_accordions-container__panel > p > ahover {
  color: #861037;
}

@media screen and (max-width: 640px) {
  .wpcf7.js {
    width: 100%;
  }
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  font-family: "Roboto", sans-serif;
  padding-left: 5px;
  background-color: transparent;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120.69%;
  display: flex;
  flex-direction: row;
  color: var(--callback-form-text-color);
  border-bottom: 1px solid var(--secondary-text-color);
  margin-top: 5px;
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--note-text-color);
}

.wpcf7 label {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  align-items: flex-start;
  color: var(--callback-form-text-color);
}
@media screen and (max-width: 1050px) {
  .wpcf7 label {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .wpcf7 label {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .wpcf7 label {
    width: 100%;
  }
}

.wpcf7-response-output {
  max-width: 85vw;
  font-weight: 500;
  color: #dc3232;
  background: var(--main-color);
  border-radius: 8px;
}

.wpcf7-spinner {
  left: 190px;
  bottom: 40px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  padding: 10px 10px;
}

#commentary_field {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 0px;
}

.wpcf7-form-control-wrap {
  align-self: center;
}

.contact_form_bg_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 13px;
  padding: 40px 20px 20px 20px;
  background: var(--main-color);
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  .contact_form_bg_wrapper {
    width: 97%;
    padding: 30px 10px 30px 10px;
  }
}

#commentary_field textarea {
  width: 96%;
  height: 200px;
  padding: 2%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130.69%;
  color: var(--callback-form-text-color);
  background: var(--form-textarea-bg-color);
  border: 1px solid var(--callback-form-text-color);
  border-radius: 11px;
}

.wpcf7-submit {
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--secondary-text-color);
  background: var(--main-gradient-color);
  border-radius: 7px;
  border: 0px;
  text-decoration: none;
  box-shadow: 1px 1px 48px 2px #1D30BB;
  padding: 12px 55px;
}
.wpcf7-submit:hover {
  background: var(--main-hovered-gradient-color);
}

.faq-callback-button {
  margin-top: 30px;
}

/*# sourceMappingURL=callback-section.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.contact-addresses {
  display: flex;
  flex-direction: column;
  gap: 5px;
  place-content: space-around;
}
@media screen and (max-width: 1300px) {
  .contact-addresses {
    align-items: center;
    justify-self: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .contact-addresses {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .contact-addresses {
    gap: 7px;
  }
}

.contact-addresses__phone-number {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: var(--main-text-color);
  text-align: center;
}

.contact-addresses__email {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: var(--main-text-color);
  text-align: center;
}

.contact-addresses__social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  place-content: center;
}
.contact-addresses__social-links img {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=contact-addresses.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.feedback-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.feedback-section__content-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .feedback-section__content-row {
    flex-direction: column;
  }
}

.feedback-section__content-row__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
  background: var(--main-color);
  border-radius: 13px;
  flex-basis: 0;
}
@media screen and (max-width: 1050px) {
  .feedback-section__content-row__card {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .feedback-section__content-row__card {
    padding: 18px;
    gap: 6px;
  }
}
@media screen and (max-width: 440px) {
  .feedback-section__content-row__card {
    padding: 10px 0px;
    gap: 6px;
  }
}

.feedback-section__content-row__card__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.69%;
  text-align: center;
  color: var(--secondary-text-color);
}
@media screen and (max-width: 1050px) {
  .feedback-section__content-row__card__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .feedback-section__content-row__card__title {
    font-size: 25px;
  }
}

.feedback-section__content-row__card__text {
  font-size: 20px;
  line-height: 160.69%;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: var(--secondary-text-color);
  width: 300px;
}
@media screen and (max-width: 1050px) {
  .feedback-section__content-row__card__text {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .feedback-section__content-row__card__text {
    font-size: 16px;
    line-height: 130.69%;
  }
}

/*# sourceMappingURL=feedback-section.css.map */

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-section__contact-info-section {
  display: flex;
  flex-direction: column;
  place-content: flex-end;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .footer-section__contact-info-section {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 900px) {
  .footer-section__navbar {
    display: none;
  }
}

.footer-section__contact-info-section__social-links-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer-section__contact-info-section__social-links-row img{
  height: 50px;
}

/*# sourceMappingURL=footer-section.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.header {
  display: flex;
  flex-direction: row;
  place-content: space-between;
  padding: 5px 20px 5px 10px;
  background-color: var(--bg-color);
  box-sizing: content-box;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header {
    place-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    align-items: center;
    padding-right: 90px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    align-items: center;
    padding-right: 80px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    place-content: flex-start;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 0px;
  }
}

.header__image-link {
  text-decoration: none;
  height: 77px;
  width: 231px;
  align-self: center;
}
.header__image-link img {
  height: 77px;
  width: 231px;
}
@media screen and (max-width: 900px) {
  .header__image-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 100px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .main {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1450px) {
  .main {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1350px) {
  .main {
    margin-left: 3%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .main {
    margin-left: 0px;
  }
}

.main_row {
  display: flex;
  flex-direction: row;
  place-content: space-between;
}
@media screen and (max-width: 1050px) {
  .main_row {
    flex-direction: column;
    place-content: center;
    align-items: center;
  }
}

.main__information-article {
  place-self: left;
  border-left: 3px solid var(--main-color);
  padding: 25px 0px 25px 30px;
  margin-bottom: 20px;
  margin-left: 100px;
}
@media screen and (max-width: 1050px) {
  .main__information-article {
    padding: 25px 0px 25px 10px;
    border: 0px;
    border-radius: 10px;
  }
}

.main__information-article__header {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 160.69%;
  letter-spacing: 0.025em;
  color: var(--main-text-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .main__information-article__header {
    text-align: center;
  }
}

.main__information-article__paragraph {
  font-size: 20px;
  line-height: 160.69%;
  font-style: normal;
  font-weight: 400;
  color: var(--main-text-color);
  width: 50%;
  margin-bottom: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 1050px) {
  .main__information-article__paragraph {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .main__information-article__paragraph {
    font-size: 16px;
    line-height: 130.69%;
  }
}
@media screen and (max-width: 1250px) {
  .main__information-article__paragraph {
    width: 70%;
  }
}
@media screen and (max-width: 860px) {
  .main__information-article__paragraph {
    width: 95%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .main__information-article__paragraph {
    text-align: center;
  }
}

.main__information-article__marked-list {
  font-size: 20px;
  line-height: 160.69%;
  list-style-type: disc;
  font-style: normal;
  font-weight: 400;
  line-height: 180.69%;
  color: var(--main-text-color);
  width: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 1050px) {
  .main__information-article__marked-list {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .main__information-article__marked-list {
    font-size: 16px;
    line-height: 130.69%;
  }
}
@media screen and (max-width: 1250px) {
  .main__information-article__marked-list {
    width: 70%;
  }
}
@media screen and (max-width: 860px) {
  .main__information-article__marked-list {
    width: 95%;
    margin-left: 20px;
  }
}

.main__poster-img {
  max-width: 436px;
  max-height: 541px;
  margin-right: 100px;
  object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .main__poster-img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 440px) {
  .main__poster-img {
    max-width: 320px;
    max-height: 400px;
  }
}

.main__callback-text {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 160.69%;
  display: flex;
  text-align: center;
  align-self: start;
  margin-left: 30px;
  margin-bottom: 20px;
  color: var(--main-text-color);
}
@media screen and (max-width: 1250px) {
  .main__callback-text {
    align-self: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .main__callback-text {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }
}

.main__callback-buttons-container {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  place-items: center;
  gap: 33px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .main__callback-buttons-container {
    align-self: center;
  }
}
@media screen and (max-width: 640px) {
  .main__callback-buttons-container {
    margin-left: 0px;
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .main__callback-buttons-container {
    margin-left: 0px;
  }
}

.main__callback-button-container__primary-button {
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--secondary-text-color);
  background: var(--main-gradient-color);
  border-radius: 7px;
  border: 0px;
  text-decoration: none;
  box-shadow: 1px 1px 48px 2px #1D30BB;
  padding: 0px 55px;
  height: 70px;
}
.main__callback-button-container__primary-button:hover {
  background: var(--main-hovered-gradient-color);
}

.main__callback-button-container__secondary-button {
  cursor: pointer;
  background-color: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 160.69%;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--main-text-color);
  border-radius: 7px;
  border-color: var(--border-color);
  text-decoration: none;
  border-width: 2px;
  padding: 0px 38px;
  height: 66px;
  border-style: solid;
}
.main__callback-button-container__secondary-button:hover {
  border-color: var(--border-hovered-color);
}

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

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .nav-bar {
    display: none;
  }
}

.nav-bar__text-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: var(--main-text-color);
}

.nav-bar__text-link:hover {
  color: var(--main-hovered-text-color);
}

/*# sourceMappingURL=nav-bar.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .nav-bar {
    display: none;
  }
}

.nav-bar__text-link, .nav-bar__text-link_right {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: var(--main-text-color);
}

.nav-bar__text-link:hover, .nav-bar__text-link_right:hover {
  color: var(--main-hovered-text-color);
}

.sidenav {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: var(--bg-color);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.3s;
  padding-top: 20px;
}
@media screen and (min-width: 1300px) {
  .sidenav {
    display: none;
  }
}

.close-nav-button {
  font-size: 30px;
  margin-left: 20px;
  margin-top: 10px;
  color: #8DF8FF;
  text-decoration: none;
  width: 30px;
  height: 30px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.open-nav-button {
  display: none;
  background-color: transparent;
  border: 0px;
  color: #8DF8FF;
}
@media screen and (max-width: 1300px) {
  .open-nav-button {
    display: block;
    position: fixed;
    top: 20px;
    left: 95%;
  }
}
@media screen and (max-width: 1050px) {
  .open-nav-button {
    left: 93%;
  }
}
@media screen and (max-width: 640px) {
  .open-nav-button {
    left: 89%;
  }
}

.sidenav__column {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 0;
  gap: 20px;
  margin-top: 40px;
}

.nav-bar__text-link_right {
  text-align: right;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 22px;
  white-space: nowrap;
  transition: 0.3s;
}

/*# sourceMappingURL=nav-bar_side.css.map */

.policy-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 80%;
}

.policy-section__text {
  color: var(--main-text-color);
}

.policy-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  place-content: center;
}

/*# sourceMappingURL=policy-section.css.map */

.popup-contact-form {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
  align-items: center;
  place-content: center;
  position: fixed;
}

.contact-form__close-button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  color: #000;
  font-size: 24px;
  position: relative;
  top: 40px;
  left: 160px;
}

/*# sourceMappingURL=popup-contact-form.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.pricelist-section {
  display: flex;
  flex-direction: column;
  background-color: var(--main-color);
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.pricelist-section__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 160.69%;
  text-align: center;
  color: var(--secondary-text-color);
  margin-bottom: 40px;
}

.pricelist-section__content {
  display: flex;
  flex-direction: row;
  place-content: space-around;
  width: 80%;
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content {
    place-content: center;
    flex-direction: column;
  }
}

.pricelist-section__content__prices {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices {
    place-content: center;
    align-items: center;
  }
}

.pricelist-section__content__prices__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: var(--secondary-text-color);
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .pricelist-section__content__prices__title {
    font-size: 25px;
  }
}

.pricelist-section__content__prices__price-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.pricelist-section__content__prices__price-table__row {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 160.69%;
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices__price-table__row {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .pricelist-section__content__prices__price-table__row {
    font-size: 16px;
    line-height: 130.69%;
  }
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices__price-table__row {
    place-content: center;
  }
}

.pricelist-section__content__prices__price-table__row > h5 {
  font-style: normal;
  font-weight: 500;
  line-height: 160.69%;
  color: var(--secondary-text-color);
  text-align: left;
  max-width: 279px;
}

.pricelist-section__content__prices__price-table__row > span {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--secondary-text-color);
  border-bottom: 2px solid var(--secondary-text-color);
  border-radius: 13px;
  padding: 0px 8px 10px 8px;
  margin-left: 40px;
}
@media screen and (max-width: 440px) {
  .pricelist-section__content__prices__price-table__row > span {
    margin-left: 0px;
    font-size: 12px;
  }
}

.pricelist-section__content__prices__language-span {
  font-size: 20px;
  line-height: 160.69%;
  display: block;
  font-style: normal;
  font-weight: 500;
  color: var(--note-text-color);
  max-width: 400px;
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices__language-span {
    font-size: 18px;
    line-height: 140.69%;
  }
}
@media screen and (max-width: 640px) {
  .pricelist-section__content__prices__language-span {
    font-size: 16px;
    line-height: 130.69%;
  }
}
@media screen and (max-width: 1050px) {
  .pricelist-section__content__prices__language-span {
    margin-bottom: 40px;
  }
}

.pricelist-section__content__contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricelist-section__content__contact-list__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricelist-section__content__contact-list__column__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
}

.pricelist-section__content__contact-list__column__row__icon {
  height: 28px;
}

.pricelist-section__content__contact-list__column__row__text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: var(--secondary-text-color);
}

/*# sourceMappingURL=pricelist-section.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.requisites-section__link {
  color: #620725;
}

/*# sourceMappingURL=requisites-section.css.map */

:root {
  --bg-color: #FFF;
  --main-text-color: #000;
  --main-hovered-text-color: #222;
  --secondary-text-color: #FFF;
  --main-color: #1427B8;
  --form-textarea-bg-color: #8D98E7;
  --main-gradient-color: linear-gradient(180deg, #1427B8 0%, #4E5ED3 100%);
  --main-hovered-gradient-color: linear-gradient(180deg, #6978ED 0%, #4051D4 100%);
  --faq-popup-color: #FFF;
  --note-text-color: #DEDEDE;
  --callback-form-text-color: #FFF;
  --border-color: #6978ED;
  --border-hovered-color: #6978ED;
  --callback-answer-bg-color: #6C7AEB;
  --content-left-margin: 6%;
  --side-nav-width: 300px;
  --less-medium-screen-width: 1300px;
  --side-nav-appear-width: 1300;
}

.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-section__video-row {
  gap: 27px 0px;
  place-content: center;
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 442px);
}

.callback-and-faq-section .wpcf7 input[type=tel], .callback-and-faq-section .wpcf7 input[type=text], .callback-and-faq-section textarea{
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	color: #000;
	width:100%;
	max-width: 100%;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@media screen and (max-width: 1430px) {
  .video-section__video-row {
    grid-template-columns: repeat(2, 442px);
  }
}
@media screen and (max-width: 900px) {
  .video-section__video-row {
    grid-template-columns: repeat(1, 442px);
  }
}
@media screen and (max-width: 640px) {
  .video-section__video-row {
    grid-template-columns: repeat(1, 260px);
  }
}

.video-section__video-row__video-frame {
  width: 400px;
  height: 258px;
}
@media screen and (max-width: 900px) {
  .video-section__video-row__video-frame {
    width: 400px;
    height: 228px;
  }
}
@media screen and (max-width: 640px) {
  .video-section__video-row__video-frame {
    width: 260px;
    height: 228px;
  }
}

/*# sourceMappingURL=video-section.css.map */
