/*!
Theme Name: theme
Author: Nastya
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #062018;
  font-size: 18px;
  line-height: 150%;
  font-family: 'IBM Plex Sans', sans-serif; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

html, body {
  min-height: 100vh !important;
  height: 100% !important;
  margin: 0; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 54px; }

footer, header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

*::before, *::after {
  max-width: 100%; }

ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0; }

img, svg {
  display: block;
  max-height: 100%;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #062018;
  text-decoration: none;
  font-weight: normal; }

p, span, a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #062018;
  text-decoration: none; }
  p:hover, span:hover, a:hover {
    color: #062018;
    text-decoration: none; }

a, iframe {
  outline: none; }

input, textarea {
  max-width: 100%;
  outline: none; }

.slick-slide {
  outline: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px; }
  .slick-dots li {
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      font-size: 0;
      border-radius: 50%;
      background: white;
      border: 1px solid blue;
      width: 6px;
      height: 6px;
      outline: none;
      cursor: pointer;
      padding: 0; }
    .slick-dots li.slick-active button {
      background: blue; }

.slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 0;
  outline: none;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
  cursor: pointer;
  background-image: url("./files/imgs/icons/arrow.svg");
  background-color: transparent; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

form input:not([type=submit]) {
  width: 100%;
  margin-bottom: 15px;
  height: 53px;
  padding: 0 20px;
  border: 2px solid #062018;
  color: #062018;
  background: transparent; }
  form input:not([type=submit])::-webkit-input-placeholder {
    color: #062018; }
  form input:not([type=submit])::-moz-placeholder {
    color: #062018; }
  form input:not([type=submit]):-ms-input-placeholder {
    color: #062018; }
  form input:not([type=submit])::-ms-input-placeholder {
    color: #062018; }
  form input:not([type=submit])::placeholder {
    color: #062018; }
  form input:not([type=submit]):focus {
    border: 2px solid #3AAA35; }

form .def-button {
  margin-top: 25px;
  margin-bottom: 24px; }

form .politics {
  text-align: center;
  cursor: pointer; }

.def-button {
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  width: 280px;
  padding: 16px 0;
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
  background: #3AAA35;
  margin: 0 auto;
  border: 2px solid transparent; }
  .def-button.white {
    background: white;
    border: 2px solid #3AAA35;
    color: #062018; }
  .def-button:hover {
    background: #6ECD69;
    color: white;
    border: 2px solid transparent; }
  .def-button:focus, .def-button:active {
    background: #258D21;
    color: white;
    border: 2px solid transparent; }

.def-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center; }

.bold {
  font-weight: 600; }

.arrow-up {
  width: 44px;
  height: 44px;
  position: fixed;
  z-index: 5;
  display: none;
  right: 15px;
  bottom: 20px;
  cursor: pointer; }
  .arrow-up img {
    opacity: .4;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

ul.list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 17px; }
  ul.list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3AAA35;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px; }

@media screen and (min-width: 768px) {
  .def-button {
    margin: 0; }
  .def-title {
    margin-bottom: 50px; } }

.header {
  position: fixed;
  height: 54px;
  width: 100%;
  z-index: 10;
  background: white; }
  .header .container {
    position: relative; }
  .header::before {
    position: absolute;
    height: 54px;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
    box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
    content: ''; }
  .header .burger {
    position: absolute;
    right: 15px;
    height: 54px;
    width: 34px;
    cursor: pointer;
    top: 0; }
    .header .burger span {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .header .burger span::before {
        top: -9px; }
      .header .burger span::after {
        top: 9px; }
    .header .burger span, .header .burger span::after, .header .burger span::before {
      position: absolute;
      width: 100%;
      background: #062018;
      border-radius: 2px;
      height: 4px;
      -webkit-transition: .3s linear;
      transition: .3s linear;
      display: block;
      content: ''; }
  .header .logo a {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .header .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .tel a span {
      display: none; }
      .header .tel a span:hover {
        color: #3AAA35;
        text-decoration: underline; }
      .header .tel a span:focus, .header .tel a span:active {
        color: #258D21;
        text-decoration: underline; }
  .header .menu {
    display: none;
    padding-top: 40px; }
    .header .menu ul li {
      margin-bottom: 24px;
      text-align: center; }
      .header .menu ul li a {
        font-size: 16px; }
        .header .menu ul li a::after {
          width: 0;
          content: ''; }
      .header .menu ul li.active a, .header .menu ul li:hover a, .header .menu ul li:focus a, .header .menu ul li:active a {
        position: relative; }
        .header .menu ul li.active a::after, .header .menu ul li:hover a::after, .header .menu ul li:focus a::after, .header .menu ul li:active a::after {
          position: absolute;
          bottom: -3px;
          height: 2px;
          width: 100%;
          left: 0;
          -webkit-transition: .3s;
          transition: .3s; }
      .header .menu ul li:hover a::after {
        background: #254A4C; }
      .header .menu ul li.active a, .header .menu ul li:focus a, .header .menu ul li:active a {
        color: #3AAA35; }
        .header .menu ul li.active a::after, .header .menu ul li:focus a::after, .header .menu ul li:active a::after {
          background: #3AAA35; }
  .header-opened {
    height: 100vh;
    overflow-y: scroll; }
    .header-opened .burger span {
      background: transparent; }
      .header-opened .burger span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
      .header-opened .burger span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0; }
    .header-opened .menu {
      display: block; }

@media screen and (min-width: 768px) {
  .header .tel a svg {
    display: none; }
  .header .tel a span {
    display: block;
    font-size: 16px;
    font-weight: 600; }
  .header .menu {
    padding-top: 60px; } }

@media screen and (min-width: 1200px) {
  .header .burger {
    display: none; }
  .header .menu {
    display: block;
    padding-top: 0; }
    .header .menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header .menu ul li {
        margin-bottom: 0; } }

.first {
  padding: 40px 0 60px; }
  .first * {
    text-align: center; }
  .first h1 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%; }
  .first .green {
    margin-bottom: 24px; }
    .first .green p {
      color: #3AAA35;
      font-weight: 600;
      font-size: 32px;
      line-height: 120%;
      margin-bottom: 8px; }
    .first .green span {
      color: #3AAA35;
      margin-bottom: 24px;
      font-weight: 600; }
  .first h2 {
    margin-bottom: 30px; }
  .first img {
    margin: 0 auto; }

.analysis {
  background: #ECF4F4;
  padding: 50px 0; }
  .analysis .item {
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
    box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px; }
    .analysis .item * {
      text-align: center;
      margin-bottom: 11px; }
      .analysis .item *:last-child {
        margin-bottom: 0; }
    .analysis .item .to-results a {
      text-decoration: underline;
      color: #3AAA35; }
  .analysis__info .item {
    height: 160px; }
  .analysis img {
    margin: 0 auto 20px;
    max-width: 210px; }
  .analysis .numbers .item {
    height: 130px; }
    .analysis .numbers .item span {
      font-weight: 600;
      font-size: 32px;
      line-height: 120%; }
  .analysis .def-button {
    margin-top: 20px; }

.appointment {
  padding: 80px 0; }
  .appointment .item {
    margin-bottom: 30px; }
    .appointment .item:last-child {
      margin-bottom: 0; }
    .appointment .item * {
      text-align: center; }
      .appointment .item *:last-child {
        margin-bottom: 0; }
    .appointment .item img {
      margin: 0 auto 20px; }
    .appointment .item__title {
      color: #3AAA35;
      font-weight: 600;
      margin-bottom: 10px; }
  .appointment .def-button {
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 27px;
    padding-right: 27px; }

.get {
  background: #ECF4F4;
  padding: 50px 0; }
  .get .item {
    margin-bottom: 20px; }
    .get .item:last-child {
      margin-bottom: 0; }
    .get .item-wrap {
      background: white;
      -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 20px; }
      .get .item-wrap__title {
        color: #3AAA35;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 600; }
      .get .item-wrap p {
        text-align: center; }

.choose {
  padding-top: 80px; }
  .choose .def-title {
    text-align: left; }
  .choose-top {
    margin-bottom: 50px; }
    .choose-top img {
      margin-bottom: 30px; }
    .choose-top p {
      margin-bottom: 40px; }
    .choose-top .def-button {
      width: 100%;
      max-width: 350px; }
  .choose-bot .def-title {
    font-size: 26px;
    line-height: 1.4; }

.prepare {
  padding: 80px 0; }
  .prepare .def-title {
    text-align: left; }
  .prepare .item {
    margin-bottom: 40px; }
    .prepare .item:last-child {
      margin-bottom: 0; }
    .prepare .item img {
      margin: 0 auto 24px; }
    .prepare .item p {
      text-align: center; }

.sign-up {
  background: #254A4C;
  padding: 60px 0; }
  .sign-up * {
    color: white; }
    .sign-up *:hover {
      color: white; }
  .sign-up img {
    margin: 0 auto 40px; }
  .sign-up .def-title {
    text-transform: uppercase; }
  .sign-up form input:not([type=submit]) {
    border: 2px solid white;
    color: white; }
    .sign-up form input:not([type=submit])::-webkit-input-placeholder {
      color: white; }
    .sign-up form input:not([type=submit])::-moz-placeholder {
      color: white; }
    .sign-up form input:not([type=submit]):-ms-input-placeholder {
      color: white; }
    .sign-up form input:not([type=submit])::-ms-input-placeholder {
      color: white; }
    .sign-up form input:not([type=submit])::placeholder {
      color: white; }
    .sign-up form input:not([type=submit]):focus {
      border: 2px solid #3AAA35; }

.results {
  padding: 80px 0; }
  .results .slider__item {
    border: 1px solid #254A4C; }

.info {
  padding: 50px 0;
  background: #ECF4F4; }
  .info .accordion__item {
    margin-bottom: 10px; }
    .info .accordion__item:last-child {
      margin-bottom: 0; }
    .info .accordion__item.active .accordion__title {
      -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      border: 2px solid #254A4C;
      text-decoration: underline; }
    .info .accordion__item.active .accordion__info {
      display: block; }
  .info .accordion__title {
    background: white;
    padding: 14px 32px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent; }
    .info .accordion__title:hover {
      -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
      text-decoration: underline; }
  .info .accordion__info {
    margin-top: 10px;
    background: white;
    padding: 30px;
    display: none; }
    .info .accordion__info-name {
      font-weight: 600;
      margin-bottom: 16px; }

.contacts {
  overflow: hidden; }
  .contacts * {
    color: white; }
    .contacts *:hover {
      color: white; }
  .contacts iframe {
    width: 100%;
    height: 520px;
    display: block; }
  .contacts-billet {
    position: relative;
    padding: 60px 0 40px; }
    .contacts-billet::after {
      position: absolute;
      background: #254A4C;
      width: 110vw;
      left: -10vw;
      max-width: none;
      top: 0;
      height: 100%;
      content: '';
      z-index: -1; }
    .contacts-billet .def-title {
      text-align: left; }
    .contacts-billet .item {
      margin-bottom: 20px; }
      .contacts-billet .item span {
        display: block;
        margin-bottom: 8px; }
      .contacts-billet .item p, .contacts-billet .item a {
        font-weight: 500;
        font-size: 26px;
        line-height: 140%; }
      .contacts-billet .item a:hover {
        text-decoration: underline; }

.thanks {
  padding: 40px 0 60px; }
  .thanks .def-title {
    margin-bottom: 24px;
    text-align: center; }
  .thanks p {
    margin-bottom: 20px;
    text-align: center; }
  .thanks svg {
    margin: 0 auto 40px; }
  .thanks .def-button {
    width: 97px;
    height: 46px;
    font-size: 16px;
    margin: 0 auto; }

.footer {
  background: #254A4C;
  padding: 40px 0 30px; }
  .footer * {
    color: white; }
    .footer *:hover {
      color: white; }
  .footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .footer .logo svg {
      margin-bottom: 8px; }
    .footer .logo p {
      text-align: center;
      font-size: 12px;
      line-height: 120%;
      width: 152px; }
  .footer .tel {
    margin-bottom: 30px; }
    .footer .tel a {
      display: block;
      margin-bottom: 17px;
      font-weight: 600;
      text-align: center; }
      .footer .tel a:hover {
        text-decoration: underline; }
    .footer .tel .def-button {
      font-size: 16px;
      width: 177px;
      height: 46px; }
  .footer .address {
    margin-bottom: 40px; }
    .footer .address__item {
      margin-bottom: 12px; }
      .footer .address__item span {
        display: block;
        margin-bottom: 4px; }
      .footer .address__item:last-child {
        margin-bottom: 0; }
      .footer .address__item:nth-last-child(2) {
        margin-bottom: 0; }
  .footer .text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px; }
  .footer .bottom .politics {
    margin-bottom: 8px;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer; }
  .footer .bottom .developer {
    font-size: 13px;
    display: block; }

.popup {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll; }
  .popup__back {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .popup__close {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup__wrap {
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 16px;
    -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
    box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2); }
  .popup .def-button {
    margin-left: auto;
    margin-right: auto; }
  .popup .def-title {
    margin-bottom: 40px; }
  .popup .politics {
    text-align: center;
    cursor: pointer; }
  .popup p {
    margin-bottom: 16px; }
    .popup p:last-child {
      margin-bottom: 0; }
  .popup_form .popup__wrap {
    max-width: 328px;
    padding: 50px 20px 45px; }
  .popup_form .def-title {
    text-transform: uppercase; }
  .popup_indication .popup__wrap {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .popup_politics .popup__wrap {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .popup_politics a {
    text-decoration: underline; }
    .popup_politics a:hover {
      color: #3AAA35; }
    .popup_politics a:focus, .popup_politics a:active {
      color: #258D21; }

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 16px; }
    .footer .logo {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .footer .logo p {
        text-align: left; }
    .footer .address {
      margin-bottom: 11px; }
      .footer .address__item:nth-last-child(2) {
        margin-bottom: 12px; }
    .footer .tel {
      margin-bottom: 0; }
      .footer .tel a {
        text-align: left; }
    .footer .text {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  .popup__wrap {
    max-width: 736px;
    padding: 40px 63px; }
  .popup_form .popup__wrap {
    max-width: 610px;
    padding: 60px 63px 50px; } }

@media screen and (min-width: 1200px) {
  .footer {
    padding-bottom: 20px; }
    .footer .address {
      margin-bottom: 40px; }
      .footer .address__item:nth-last-child(2) {
        margin-bottom: 0; }
  .popup__wrap {
    max-width: 920px;
    padding: 60px 96px; }
  .popup_form .popup__wrap {
    max-width: 728px;
    padding: 80px 96px 70px; } }

@media screen and (min-width: 768px) {
  .analysis {
    padding-top: 60px; }
    .analysis img {
      max-width: 100%;
      padding-top: 17px; }
    .analysis .item {
      margin-bottom: 30px; }
    .analysis .def-button {
      margin-left: auto;
      margin-right: auto; }
  .appointment {
    padding: 90px 0; }
    .appointment .def-button {
      margin-top: 50px; }
  .get {
    padding: 60px 0; }
    .get .item {
      margin-bottom: 0; }
      .get .item-wrap {
        height: 180px; }
  .choose {
    padding-top: 90px; }
    .choose-top .def-title {
      margin-bottom: 30px;
      text-align: left; }
    .choose-bot .def-title {
      text-align: center; }
  .prepare {
    padding: 90px 0; }
    .prepare .item {
      margin-bottom: 30px; }
      .prepare .item:last-child {
        margin-bottom: 0; }
      .prepare .item img {
        margin: 0 0 24px; }
      .prepare .item p {
        text-align: left;
        width: 290px; }
  .sign-up img {
    padding-top: 33px;
    margin-bottom: 0; }
  .sign-up .def-title {
    text-align: left; }
  .sign-up form .politics {
    text-align: left; }
  .results {
    padding: 90px 0; }
    .results .slider .slick-list {
      margin: 0 -15px; }
    .results .slider .slick-prev {
      left: 10px; }
    .results .slider .slick-next {
      right: 10px; }
    .results .slider__item {
      margin: 0 15px; }
  .info {
    padding: 80px 0; }
  .contacts {
    position: relative; }
    .contacts iframe {
      height: 640px; }
    .contacts-billet {
      position: absolute;
      height: 100%;
      width: calc(720px / 2);
      left: calc((100% - 690px) / 2);
      z-index: 2;
      padding: 80px 0; }
      .contacts-billet::after {
        left: auto;
        right: -15px;
        opacity: .9; }
      .contacts-billet .item {
        margin-bottom: 24px; } }

@media screen and (min-width: 1200px) {
  .first {
    padding: 80px 0; }
    .first * {
      text-align: left; }
  .analysis {
    padding-bottom: 60px; }
    .analysis .def-button {
      margin-left: 0;
      margin-top: 0; }
    .analysis img {
      padding-top: 38px;
      margin-bottom: 0; }
  .appointment {
    padding: 100px 0 60px; }
    .appointment .item {
      margin-bottom: 40px; }
      .appointment .item:nth-last-child(2), .appointment .item:nth-last-child(3) {
        margin-bottom: 0; }
  .get .item-wrap {
    height: 130px; }
  .choose {
    padding-top: 100px; }
    .choose-top {
      margin-bottom: 60px; }
  .prepare {
    padding: 100px 0; }
    .prepare .item {
      margin-bottom: 0; }
  .sign-up {
    padding: 100px 0; }
    .sign-up img {
      padding-top: 13px; }
  .results {
    padding: 100px 0; }
  .info .def-title {
    text-align: left; }
  .info .accordion__item.active .accordion__info {
    display: none; }
  .info .accordion__content {
    margin-top: 0; }
  .contacts-billet {
    left: calc((100% - 1110px) / 2);
    width: calc(1140px / 2); } }

.visually-hidden:not(:focus):not(:active),
input[type="radio"].visually-hidden,
input[type="checkbox"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}