/* ibm-plex-sans-regular - latin_cyrillic */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.woff2") format("woff2"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.woff") format("woff"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.ttf") format("truetype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-regular.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
}
/* ibm-plex-sans-500 - latin_cyrillic */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.woff2") format("woff2"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.woff") format("woff"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.ttf") format("truetype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-500.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin_cyrillic */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.woff2") format("woff2"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.woff") format("woff"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.ttf") format("truetype"), url("./files/fonts/ibm-plex-sans-v8-latin_cyrillic-600.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
}
/*-------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #062018;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: "IBM Plex Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

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;
}

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

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

ul {
  margin: 0;
  padding: 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 {
  font-size: 1.15rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #062018;
  text-decoration: none;
  font-family: "IBM Plex Sans";
}

p,
span,
a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  color: #062018;
  font-family: "IBM Plex Sans";
  text-decoration: none;
  outline: none;
}

p:hover,
span:hover,
a:hover {
  text-decoration: none;
}

input {
  max-width: 100%;
}

.header {
  padding: 12px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
  box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}
.header__logo {
  height: 30px;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__phone svg {
  height: 22px;
  width: 22px;
}
.header__phone span {
  display: none;
}
.header__nav {
  display: none;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu__item {
  text-align: center;
  margin-bottom: 24px;
}
.nav-menu__item a {
  font-size: 16px;
  line-height: 150%;
}
.nav-menu__item:last-child {
  margin-bottom: 0;
}

#burger {
  width: 34px;
  max-width: 34px;
  z-index: 100;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  height: 22px;
  margin-left: auto;
  margin-right: 0;
}

#burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #062018;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 0px;
}

#burger span:nth-child(2),
#burger span:nth-child(3) {
  top: 9px;
}

#burger span:nth-child(4) {
  top: 18px;
}

#burger.change span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#burger.change span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burger.change span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burger.change span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.header.open {
  height: 100%;
}

.header.open::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
  box-shadow: 2px 6px 12px rgba(37, 74, 76, 0.14);
}

.open .header__nav {
  display: block;
  padding-top: 95px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #254A4C;
  position: relative;
}
.footer__left {
  padding-bottom: 40px;
}
.footer__middle {
  padding-bottom: 40px;
}
.footer__logo {
  width: 152px;
  height: 50px;
  display: block;
  margin: 0 auto 8px auto;
}
.footer__logo svg {
  width: 100%;
  height: 100%;
}
.footer__logo-text {
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  width: 152px;
  margin: 0 auto;
}
.footer__adress {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.footer__hours span {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.footer__hours p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 17px;
  display: inline-block;
}
.footer__right {
  text-align: left;
}
.footer__right .btn {
  width: 177px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  margin: 0 0 30px;
}
.footer__text {
  margin-bottom: 40px;
}
.footer__text p {
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #FFFFFF;
}
.footer__politics {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: underline;
  margin-bottom: 8px;
}
.footer__author {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer__author a {
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.footer #up {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 16px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
}
.footer #up svg {
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1000;
  left: 0;
  top: 0;
  display: none;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1001;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.modal {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
  box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
  position: relative;
  padding: 50px 20px 45px;
  top: 47px;
}

.modal__title {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.modal__input {
  width: 100%;
  background: transparent;
  border: 2px solid #062018;
  font-size: 18px;
  line-height: 53px;
  height: 53px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #062018;
}

.modal__input:focus {
  border: 2px solid #3AAA35;
}

.modal__input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #062018;
}

.modal__input::-moz-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #062018;
}

.modal__input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #062018;
}

.modal__input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #062018;
}

.modal__input::placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #062018;
}

.modal__input:nth-child(3) {
  margin-bottom: 40px;
}

.modal .btn {
  margin: 0 auto 24px auto;
  width: 100%;
  max-width: 280px;
}

.modal__politics {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.modal__politics a {
  display: inline;
}

.modal-2 {
  background: #FFFFFF;
  position: relative;
  padding: 50px 20px 45px;
}

#modal-3,
#modal-4 {
  overflow-y: scroll;
}

#modal-3 .row,
#modal-4 .row {
  top: 0;
  padding-bottom: 60px;
}

#modal-3 .container,
#modal-4 .container {
  padding: 0;
}

#modal-3 .acc_body__text,
#modal-4 .acc_body__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

#modal-3 .acc_body__text a,
#modal-4 .acc_body__text a {
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
}

#modal-3 .acc_body__text a:hover,
#modal-4 .acc_body__text a:hover {
  color: #3AAA35;
}

#modal-3 .acc_body__text-bold,
#modal-4 .acc_body__text-bold {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  font-weight: 600;
}

#modal-3 .acc_body__list,
#modal-4 .acc_body__list {
  margin-bottom: 24px;
  padding-left: 18px;
}

#modal-3 .acc_body__list li,
#modal-4 .acc_body__list li {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  list-style-type: disc;
}

#modal-3 .acc_body__list li:last-child,
#modal-4 .acc_body__list li:last-child {
  margin-bottom: 0;
}

#modal-3 .acc_body__list li::marker,
#modal-4 .acc_body__list li::marker {
  color: #3AAA35;
}

#modal-3 table,
#modal-4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

#modal-3 table th,
#modal-3 table td,
#modal-4 table th,
#modal-4 table td {
  width: 50%;
  border: 1px solid #062018;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
}

@media (min-width: 768px) {
  .overlay .row {
    height: 100vh;
  }
  .modal {
    padding: 60px 63px 50px;
    top: calc(50% - 246px);
  }
  .modal__politics {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
  }
  #modal-3 .container {
    padding: 0 15px;
  }
  .modal-2 {
    top: 40px;
    -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
    box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
  }
}
@media (min-width: 1200px) {
  .modal {
    padding: 80px 96px 70px;
    top: calc(50% - 264px);
  }
  .modal-2 {
    top: 60px;
    padding: 60px 96px;
  }
}
main {
  padding-top: 55px;
}

.hidden {
  overflow: hidden;
}

.btn {
  width: 280px;
  height: 61px;
  background: #3AAA35;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 61px;
  text-align: center;
  display: block;
  border-style: none;
}

.green {
  color: #3AAA35;
}

.bold {
  font-weight: 600;
}

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

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;
}

.breadcrumbs {
  padding-top: 30px;
}

.t-spot {
  padding-top: 40px;
  padding-bottom: 80px;
}
.t-spot__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 8px;
}
.t-spot__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 24px;
}
.t-spot__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}
.t-spot__btn {
  margin-bottom: 40px;
}
.t-spot__btn .btn {
  margin: 0 auto;
}

.analysis {
  padding-bottom: 50px;
}
.analysis--children {
  text-align: center;
}
.analysis--children p {
  font-size: 18px;
  line-height: 150%;
  margin: 1em 0;
}
.analysis__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 12px;
}

.advantages {
  padding-bottom: 40px;
}

.advantage {
  margin-bottom: 40px;
}
.advantage__img {
  background: #ECF4F4;
  border-radius: 50%;
  padding: 14px;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
}
.advantage__img svg {
  width: 100%;
  height: 100%;
}
.advantage__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.advantage__text span {
  color: #3AAA35;
  font-weight: 600;
  font-size: 18px;
}

.recomended {
  padding-bottom: 40px;
}
.recomended__img {
  padding-bottom: 30px;
}
.recomended__img img {
  margin: 0 auto;
}
.recomended__title {
  margin-bottom: 24px;
  text-align: left;
}
.recomended__text {
  margin-bottom: 24px;
  line-height: 1.5;
}

.features {
  padding-bottom: 40px;
  text-align: center;
}
.features__title {
  margin-bottom: 24px;
}
.features__text {
  margin-bottom: 40px;
  line-height: 1.5;
}
.features__img {
  overflow-x: auto;
}
.features__img img {
  max-width: none;
  max-height: none;
}

.cost {
  background: #ECF4F4;
  padding: 60px 0;
}
.cost__img {
  padding-bottom: 40px;
}
.cost__img img {
  margin: 0 auto;
}
.cost__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
  box-shadow: 2px 6px 18px rgba(37, 74, 76, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
.cost__item p {
  margin-bottom: 12px;
}
.cost__item p:last-child {
  margin-bottom: 0;
}
.cost__item-text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.cost__item-big-text {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  font-family: sans-serif;
}
.cost .btn {
  margin: 0 auto;
}
.cost .right-block .cost__item {
  margin-bottom: 40px;
}

.preparation {
  padding: 80px 0;
}
.preparation .character {
  margin-bottom: 50px;
}
.preparation__title {
  margin-bottom: 50px;
}
.preparation__img {
  padding-bottom: 12px;
}
.preparation__img img {
  margin: 0 auto;
}
.preparation__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.result {
  padding-bottom: 80px;
}
.result__title {
  margin-bottom: 50px;
}
.result__photo {
  width: 100%;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(2px 6px 18px rgba(37, 74, 76, 0.2));
  filter: drop-shadow(2px 6px 18px rgba(37, 74, 76, 0.2));
  display: block;
  width: 100%;
}
.result__btn .btn {
  margin: 0 auto;
  height: auto;
  line-height: 140%;
  padding: 18px;
}

.recording {
  padding: 60px 0;
  background: #254A4C;
}
.recording__img {
  padding: 0 60px;
  margin-bottom: 40px;
}
.recording__img img {
  width: 100%;
}
.recording__title {
  color: #FFFFFF;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.recording__form-input {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: 2px solid #FFFFFF;
  font-size: 18px;
  line-height: 53px;
  height: 53px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.recording__form-input:focus {
  border: 2px solid #3AAA35;
}
.recording__form-input:nth-child(2) {
  margin-bottom: 40px;
}
.recording__form-input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #FFFFFF;
}
.recording__form-input::-moz-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #FFFFFF;
}
.recording__form-input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #FFFFFF;
}
.recording__form-input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #FFFFFF;
}
.recording__form-input::placeholder {
  font-size: 18px;
  line-height: 53px;
  color: #FFFFFF;
}
.recording .btn {
  margin: 0 auto 24px auto;
}
.recording__politics {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.recording__politics a {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

.information {
  padding: 60px 0;
  background: #ECF4F4;
}
.information__title {
  margin-bottom: 12px;
}
.information .row {
  margin: 0;
}
.information .acc_head {
  padding: 16px 32px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.information .acc_head:hover {
  text-decoration: underline;
}
.information .acc_head.active {
  border: 2px solid #062018;
  text-decoration: underline;
}
.information .acc_body {
  padding: 30px;
  background: #FFFFFF;
  margin-bottom: 10px;
  display: none;
}
.information .acc_body__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}
.information .acc_body__text-bold {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  font-weight: 600;
}
.information .acc_body__list {
  margin-bottom: 24px;
  padding-left: 18px;
}
.information .acc_body__list li {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  list-style-type: disc;
}
.information .acc_body__list li:last-child {
  margin-bottom: 0;
}
.information .acc_body__list li::marker {
  color: #3AAA35;
}
.information .acc_body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.information .acc_body table th, .information .acc_body table td {
  width: 50%;
  border: 1px solid #062018;
  padding: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 150%;
}

.contacts__info {
  background: #254A4C;
  padding-top: 60px;
  padding-bottom: 40px;
}
.contacts__title {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.contacts__item {
  margin-bottom: 20px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__map {
  height: 520px;
}
.contacts__map iframe {
  height: 100%;
}

.contact__descr {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: block;
}
.contact__link {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #FFFFFF;
}

.thanks {
  padding-top: 40px;
  padding-bottom: 60px;
}
.thanks__title {
  margin-bottom: 24px;
}
.thanks__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
}
.thanks__img {
  margin-bottom: 40px;
}
.thanks__img img {
  width: 100%;
}
.thanks__link {
  width: 97px;
  height: 46px;
  line-height: 46px;
  background: #3AAA35;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.thanks__link:hover {
  background: #6ECD69;
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
  .btn:hover {
    background: #6ECD69;
  }
  .nav-menu__item a:hover {
    text-decoration: underline;
  }
  .header__phone svg {
    display: none;
  }
  .header__phone span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .header__phone:hover span {
    text-decoration: underline;
    color: #3AAA35;
  }
  .open .header__nav {
    padding-top: 115px;
  }
  .btn:hover {
    cursor: pointer;
  }
  .t-spot {
    padding-bottom: 90px;
  }
  .t-spot__subtitle {
    max-width: 510px;
    margin: 0 auto 24px auto;
  }
  .t-spot__btn {
    margin-bottom: 60px;
  }
  .t-spot__img img {
    max-width: 610px;
    margin: 0 auto;
  }
  .analysis {
    padding-bottom: 60px;
  }
  .advantage {
    margin-bottom: 50px;
  }
  .advantage__img {
    padding: 20px;
    height: 100px;
    width: 100px;
  }
  .recomended {
    padding-bottom: 60px;
  }
  .recomended__img {
    padding-bottom: 0;
  }
  .features {
    padding-bottom: 60px;
  }
  .cost__img {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .cost__img img {
    margin: 0;
    width: 100%;
  }
  .cost .btn {
    margin: 0;
  }
  .preparation {
    padding: 90px 0;
  }
  .preparation .character {
    margin-bottom: 0;
  }
  .result {
    padding-bottom: 90px;
  }
  .result__photo img {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
  }
  .result__btn .btn {
    height: 61px;
    line-height: 61px;
    padding: 0;
    width: 381px;
  }
  .recording__img {
    padding: 33px 10px 0;
    margin-bottom: 0;
  }
  .recording__info {
    padding: 0 10px;
  }
  .recording__title {
    text-align: left;
    margin-bottom: 50px;
  }
  .recording__form-input:nth-child(2) {
    margin-bottom: 50px;
  }
  .recording__form-input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
  }
  .recording__form-input::-moz-placeholder {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
  }
  .recording__form-input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
  }
  .recording__form-input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
  }
  .recording__form-input::placeholder {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
  }
  .recording .btn {
    margin: 0 0 24px;
  }
  .recording__politics {
    text-align: left;
  }
  .recording__politics a:hover {
    text-decoration: underline;
  }
  .contacts {
    position: relative;
  }
  .contacts::after {
    content: "";
    display: block;
    width: 52%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #254A4C;
    z-index: 0;
  }
  .contacts__info {
    background: transparent;
    padding-top: 80px;
    height: 640px;
    position: relative;
    z-index: 1;
  }
  .contacts__title {
    margin-bottom: 50px;
  }
  .contacts__item {
    margin-bottom: 24px;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
  .contacts__item:nth-child(4) {
    margin-right: 24px;
    display: inline-block;
  }
  .contacts__item:nth-child(5) {
    display: inline-block;
  }
  .contacts__map {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
  }
  .contact__descr {
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 8px;
  }
  .contact__link {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 350px;
  }
  .contact a.contact__link:hover {
    text-decoration: underline;
  }
  .footer {
    padding-top: 27px;
    padding-bottom: 16px;
  }
  .footer__left {
    padding-bottom: 0;
  }
  .footer__logo-text {
    text-align: left;
    width: 130px;
    margin: 0;
  }
  .footer__hours {
    margin-bottom: 12px;
  }
  .footer__hours:last-child {
    margin-bottom: 0;
  }
  .footer__right {
    text-align: left;
  }
  .footer__right .btn {
    margin: 0;
  }
  .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;
  }
  .footer__text p {
    text-align: left;
  }
  .footer__phone:hover {
    text-decoration: underline;
  }
  .footer__author {
    margin-right: -10px;
  }
  .footer__author a:hover {
    text-decoration: underline;
  }
  .footer #up {
    bottom: 40px;
  }
  .information {
    padding: 80px 0;
  }
  .information__title {
    margin-bottom: 50px;
  }
  .thanks {
    padding-top: 50px;
  }
  .thanks .col-md-6 {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    display: block;
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu__item {
    margin-bottom: 0;
  }
  .t-spot__title {
    text-align: left;
  }
  .t-spot__subtitle {
    width: 440px;
    margin: 0 0 24px;
    text-align: left;
  }
  .t-spot__text {
    text-align: left;
  }
  .t-spot__btn {
    margin-bottom: 0;
  }
  .t-spot__btn .btn {
    margin: 0;
  }
  .t-spot__img img {
    max-width: 100%;
    margin: 0;
  }
  .analysis__text {
    max-width: 440px;
  }
  .recomended {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .features {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .features__img {
    overflow: visible;
  }
  .features__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .cost {
    padding: 40px 0 65px 0;
  }
  .cost__img {
    padding-top: 0;
  }
  .cost__item {
    padding: 24px;
    margin-bottom: 40px;
    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;
  }
  .cost__item:nth-child(2) {
    margin-bottom: 0;
  }
  .cost__item-text {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
  }
  .cost__item-big-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
  }
  .cost .right-block .cost__item {
    height: 200px;
  }
  .preparation {
    padding: 100px 0;
  }
  .preparation__title {
    text-align: left;
    padding-top: 30px;
  }
  .result {
    padding-bottom: 100px;
  }
  .result__photo {
    margin: 0 auto 50px auto;
    max-width: 730px;
  }
  .recording {
    padding: 100px 0;
  }
  .recording__img {
    padding: 0 20px 0;
  }
  .recording__info {
    padding: 0 20px;
  }
  .recording__form-input {
    width: calc(50% - 22px);
  }
  .recording__form-input:first-child {
    margin-right: 40px;
  }
  .recording__politics {
    text-align: left;
  }
  .information {
    min-height: 992px;
  }
  .information__title {
    text-align: left;
  }
  .information .row {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
  }
  .information .acc_head {
    position: absolute;
    left: 0;
    max-width: 344px;
  }
  .information #acc-1 {
    top: 0;
  }
  .information #acc-2 {
    top: 70px;
  }
  .information #acc-3 {
    top: 140px;
  }
  .information #acc-4 {
    top: 210px;
  }
  .information #acc-5 {
    top: 280px;
  }
  .information #acc-6 {
    top: 350px;
  }
  .contacts::after {
    width: 50%;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer__logo-text {
    text-align: left;
    width: 130px;
    margin: 0;
  }
  .footer__hours {
    margin-bottom: 12px;
  }
  .footer__hours:last-child {
    margin-bottom: 0;
  }
  .footer__right {
    text-align: left;
  }
  .footer__right .btn {
    margin: 0;
  }
  .footer__text {
    text-align: left;
    margin-bottom: 0;
  }
  .footer__author {
    margin-right: -10px;
  }
  .footer #up {
    bottom: 30px;
    right: 40px;
  }
}