a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
*,
:after,
:before,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
audio,
img,
video {
  max-width: 100%;
  height: auto;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
iframe {
  border: 0;
}
textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
button,
input,
select,
textarea {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
/*
@font-face {
  font-family: Lato-Regular;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato-Regular.eot);
  src: url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Regular.woff) format("woff"),
    url(../fonts/Lato-Regular.ttf) format("truetype"),
    url(../fonts/Lato-Regular.svg#Lato-Regular) format("svg");
}
@font-face {
  font-family: Lato-Bold;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato-Bold.eot);
  src: url(../fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato-Bold.woff) format("woff"),
    url(../fonts/Lato-Bold.ttf) format("truetype"),
    url(../fonts/Lato-Bold.svg#Lato-Bold) format("svg");
}*/


html {
  font-size: 20px;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  /*font-family: Lato-Regular;*/
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1rem;
}
h1 {
  font-size: 2.4rem;
}
h1,
h2 {
  /*font-family: Lato-Bold;*/
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: bold;
}
h2 {
  font-size: 38px;
  line-height: 1.2em;
}
h3 {
  /*font-family: Lato-Bold;*/
  font-weight: bold;
  font-size: 1.2rem;
}
a {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a,
a:hover {
  color: #708ffc;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
section {
  padding: 3.35rem 0;
}
.section-title {
  margin-bottom: 3rem;
}
.question-title {
  margin-bottom: 1.05rem;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2em;
}
.text--bold {
  font-weight: bold;
}
.text--accent {
  color: #2e4ece;
}
.policy {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.policy p {
  margin-bottom: 2rem;
}
.header {
  background: #fff;
}
.header__nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__logo {
  height: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.header__descr {
  padding: 3.5rem;
  background: -o-linear-gradient(189.33deg, #4b6aed 2.09%, #5377f4 101.52%);
  background: linear-gradient(260.67deg, #4b6aed 2.09%, #5377f4 101.52%);
  color: #fff;
  overflow: hidden;
}
.header__title {
  margin-top: 1rem;
}
.tags {
  margin-top: 1.5rem;
}
.tags__item {
  display: inline-block;
  background: #2e4ece;
  border-radius: 0 5rem 5rem 5rem;
  border-radius: 0.25rem 2rem 2rem 2.5rem;
  padding: 0.7rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
}
.header__descr-container {
  position: relative;
  z-index: 2;
}
.header__img-container {
  position: relative;
  z-index: 1;
  height: 480px;
}
.header__img {
  position: absolute;
  max-width: none;
  width: 17rem;
  left: -3.7rem;
  top: -2.25rem;
}
.question {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.question .question__input:last-child {
  margin-bottom: 0;
}
.question__input {
  margin-bottom: 0.5rem;
}
.question__input input[type="checkbox"],
.question__input input[type="radio"] {
  display: none;
}
.radio-item {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.radio-item:hover {
  opacity: 0.5;
}
.radio-item span {
  position: relative;
  margin-left: 2rem;
}
.radio-item span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 0.05rem solid #959595;
  border-radius: 1rem;
  margin-left: -2rem;
}
.radio-item span:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #4c6cee;
  border-radius: 1rem;
  margin-left: -1.8rem;
}
input[type="radio"]:checked + .radio-item span:after {
  display: block;
}
input[type="radio"]:checked + .radio-item span:before {
  border: 0.05rem solid #4c6cee;
}
.checkbox-item {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.checkbox-item:hover {
  opacity: 0.5;
}
.checkbox-item span {
  position: relative;
  margin-left: 2rem;
}
.checkbox-item span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 0.05rem solid #959595;
  border-radius: 0.1rem;
  margin-left: -2rem;
}
.checkbox-item span:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../img/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  border-radius: 1rem;
  margin-left: -1.8rem;
}
input[type="checkbox"]:checked + .checkbox-item span:after {
  display: block;
}
input[type="checkbox"]:checked + .checkbox-item span:before {
  border: 0.05rem solid #E94A38;
  background: #E94A38;
}
.personal {
  padding: 0 2.5rem 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  position: relative;
  z-index: 2;
}
.personal__bookmark {
  width: 1.5rem;
}
.personal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.45rem;
}
.personal__title {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2em;
}
.personal__item {
  width: 50%;
}
.inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inputs input {
  display: block;
  width: 100%;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  padding: 0.8rem;
}
.inputs input[type="text"] {
  border: 0.05rem solid #a4a4a4;
  margin-bottom: 1rem;
}
.inputs input[type="text"]::-webkit-input-placeholder {
  color: #a4a4a4;
}
.inputs input[type="text"]::-moz-placeholder {
  color: #a4a4a4;
}
.inputs input[type="text"]:-ms-input-placeholder {
  color: #a4a4a4;
}
.inputs input[type="text"]::-ms-input-placeholder {
  color: #a4a4a4;
}
.inputs input[type="text"]::placeholder {
  color: #a4a4a4;
}
.inputs input[type="submit"] {
  background: -o-linear-gradient(189.33deg, #4b6aed 2.09%, #5377f4 101.52%);
  background: linear-gradient(260.67deg, #4b6aed 2.09%, #5377f4 101.52%);
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: normal;
}
.inputs input[type="submit"]:hover {
  opacity: 0.8;
}
.form-control {
  font-size: 0.8rem;
  padding: 0.75rem;
  height: auto;
  border: 0.05rem solid #a4a4a4;
  border-radius: 0.3rem;
}
.input__item--1,
.input__item--4 {
  width: 100%;
}
.input__item--2,
.input__item--3 {
  width: 50%;
}
.input__item--2 {
  padding-right: 0.5rem;
}
.input__item--3 {
  /* padding-left: 0.5rem; */
}
.personal__policy {
  margin-top: 1rem;
  color: #a4a4a4;
  font-size: 0.6rem;
}
.personal__law {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.personal__law img {
  margin-right: 1rem;
  width: 9rem;
}
.personal__law img:last-child {
  margin-right: 0;
}
.footer {
  background: -o-linear-gradient(189.33deg, #4b6aed 2.09%, #5377f4 101.52%);
  background: linear-gradient(260.67deg, #4b6aed 2.09%, #5377f4 101.52%);
  padding-top: 20rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  top: -21rem;
}
.footer,
.footer a,
.footer a:hover {
  color: #fff;
}
.footer__phone,
.footer__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__props {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.mobile-copyright,
.mobile-props {
  display: none;
}
.progressbar-desktop {
  margin-left: 2rem;
}
.progressbar__common {
  border-radius: 5rem;
  background: #d9d9d9;
  height: 0.5rem;
  margin: 0.95rem 0 0.5rem;
}

.progressbar .switch {
  margin-top: 34px;
}
.progressbar__complete {
  height: 100%;
  border-radius: 5rem;
  background: #27a433;
  width: 76%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.progressbar-mobile {
  display: none;
}
.progressbar-mobile__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progressbar-mobile__title h2 {
  width: 50%;
  font-size: 1rem;
}
.progressbar-mobile__title h2:last-child {
  text-align: right;
}

.header__descr-row {
  align-items: flex-end;
}

.header__descr-thanks {
  padding-bottom: 8rem;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
}
.header__descr-thanks ol,
.header__descr-thanks p {
  margin-top: 1.5rem;
}
.header__descr-thanks li {
  margin-top: 1rem;
  list-style: numeric;
  margin-left: 1rem;
}
.reviews__container {
  padding: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.75rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.75rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  position: relative;
  z-index: 2;
  top: -7rem;
  margin-bottom: -4rem;
}
.reviews__container h2 {
  text-align: center;
}
.reviews__grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
.reviews__grid iframe {
  width: 100%;
  height: 10rem;
}
.footer-thanks {
  padding-top: 2rem;
  top: 0;
}
.header__nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__address {
  text-align: right;
}
.spinner {
  font-size: 56px;
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
}
.spinner.center {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10000;
  display: none;
}
.spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 12px;
  height: 36px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform-origin: center -24.5px;
  -ms-transform-origin: center -24.5px;
  transform-origin: center -24.5px;
  -webkit-animation: spinner-fade 1s linear infinite;
  animation: spinner-fade 1s linear infinite;
}
.spinner-blade:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
@-webkit-keyframes spinner-fade {
  0% {
    background-color: #000;
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes spinner-fade {
  0% {
    background-color: #000;
  }
  to {
    background-color: rgba(0, 0, 0, 0);
  }
}
.db {
  display: block !important;
}
.loader__text {
  position: absolute;
  font-size: 35px;
  left: -250%;
  top: 100%;
  background: #fff;
  border: 2px solid #4c6cee;
  padding: 27px;
  width: 336px;
  margin-top: 20px;
  border-radius: 49px;
  text-align: center;
}
.form__desc-error {
  font-size: 30px;
  font-weight: 700;
}
.form-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  margin-top: 20px;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-width: 46px;
}
.form-switch i:before {
  width: 42px;
  background-color: #bdbdbd;
  -webkit-transform: translate3d(2px, 2px, 0) scaleX(1);
  transform: translate3d(2px, 2px, 0) scaleX(1);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form-switch i:after,
.form-switch i:before {
  content: "";
  position: absolute;
  left: 0;
  height: 22px;
  border-radius: 11px;
}
.form-switch i:after {
  width: 22px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-switch:active i:after,
.form-switch i:after {
  -webkit-transform: translate3d(2px, 2px, 0);
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active i:after {
  width: 28px;
}
.form-switch:active input:checked + i:after {
  -webkit-transform: translate3d(16px, 2px, 0);
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #27a433;
}
.form-switch input:checked + i:before {
  -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i:after {
  -webkit-transform: translate3d(22px, 2px, 0);
  transform: translate3d(22px, 2px, 0);
}
.aboveBtn {
  color: #666;
  font-size: 0.8rem;
  font-style: italic;
}
.btn {
  margin-top: 0.8rem;
}
.personal__lock {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: hsla(0, 0%, 100%, 0.57);
  border-radius: 1rem;
  padding: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.personal__lock-img {
  width: 4rem;
}
.personal__blur {
  -webkit-filter: blur(0.2rem);
  filter: blur(0.2rem);
}
.header__descr-thanks {
  text-align: center;
}
.header__descr-thanks > div > div > div > p {
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .header__img {
    left: -8.7rem;
    top: 1.75rem;
  }
  .personal__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .personal__item {
    width: 100%;
  }
  .progressbar-desktop {
    display: none;
  }
  .progressbar-mobile {
    display: block;
    margin-bottom: 3.5rem;
  }
  .reviews__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-thanks {
    padding-top: 2rem;
    top: 0;
  }
  .header__descr-thanks > div > div > div > p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 900px) {
  .personal__item {
    width: 100%;
  }
  .personal {
    padding: 0 2rem 2rem;
  }
  .personal__law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .personal__law img {
    width: 9rem;
  }
  .progressbar-desktop {
    display: none;
  }
  .progressbar-mobile {
    margin-bottom: 1.65rem;
    display: block;
  }
  .footer {
    padding-bottom: 1rem;
  }
  .footer-thanks {
    padding-top: 1rem;
    top: 0;
  }
  .header__address {
    text-align: inherit;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 0.7rem;
  }
  h1 {
    font-size: 1.3rem;
  }
  h2,
  h3 {
    font-size: 0.9rem;
  }
  section {
    padding: 1.5rem 0;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .header__logo {
    height: 1.5rem;
  }
  .header__descr {
    padding: 2rem 0 6.5rem;
  }
  .tags__item {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 2rem 2rem 2.5rem;
  }
  .header__img {
    left: -9.7rem;
    top: 5.75rem;
    width: 15rem;
  }
  .tags__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .question {
    margin-bottom: 2rem;
  }
  .question-title {
    margin-bottom: 1rem;
  }
  .radio-item span {
    margin-left: 1.75rem;
  }
  .radio-item span:before {
    margin-left: -1.75rem;
  }
  .radio-item span:after {
    margin-left: -1.55rem;
  }
  .checkbox-item span {
    margin-left: 1.75rem;
  }
  .checkbox-item span:before {
    margin-left: -1.75rem;
  }
  .checkbox-item span:after {
    margin-left: -1.55rem;
  }
  .question__input {
    margin-bottom: 1rem;
  }
  .personal {
    padding: 0 2rem 2rem;
  }
  .personal__container {
    margin-top: 0.5rem;
  }
  .input__item--1,
  .input__item--2,
  .input__item--3,
  .input__item--4 {
    width: 100%;
    padding: 0;
  }
  .personal__law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .personal__law img {
    width: 50%;
  }
  .footer {
    font-size: 0.7rem;
    top: -25rem;
    padding-top: 25rem;
    padding-bottom: 1rem;
  }
  .desktop-and-tablets-props {
    display: none;
  }
  .mobile-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-copyright {
    display: block;
    margin-top: 1rem;
  }
  .progressbar-desktop {
    display: none;
  }
  .progressbar-mobile {
    display: block;
  }
  .progressbar-mobile h2 {
    font-size: 0.8rem;
  }
  .footer-thanks {
    padding-top: 1rem;
    top: 0;
  }
  .reviews__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .reviews__container {
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 570px) {
  .footer {
    font-size: 0.7rem;
    top: -25rem;
    padding-top: 25rem;
    padding-bottom: 1rem;
  }
  .desktop-and-tablets-props {
    display: none;
  }
  .mobile-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-copyright {
    display: block;
    margin-top: 1rem;
  }
  .footer-thanks {
    padding-top: 1rem;
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .header__img {
    left: 5rem;
    top: -10rem;
    width: 14rem;
  }
  .personal {
    padding: 0 1.5rem 1.5rem;
  }
  .personal__law {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .personal__law img {
    width: 50%;
  }
  .footer {
    font-size: 0.6rem;
    padding-bottom: 1rem;
  }
  .footer-thanks {
    padding-top: 1rem;
    top: 0;
  }
}

