/* SCSS Compiled */
/***************************************************              GENERAL RESET STYLES             ***************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

img {
  border-style: none;
  max-width: 100%;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input, textarea, select {
  vertical-align: middle;
  color: #000;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #ebedec;
}

input:focus::-webkit-input-placeholder {
  color: #ebedec;
}

/*@media*/
/* @media (min-width: 1921px){} 													QHD \ UHD
@media (min-width: 1600px) and (max-width: 1919px) {}	HD +
@media (min-width: 1440px) and (max-width: 1599px) {}	macbook
@media (min-width: 1360px) and (max-width: 1439px) {}	HD
@media (min-width: 1280px) and (max-width: 1359px) {} IPAD2
@media (min-width: 1024px) and (max-width: 1279px) {} IPAD
@media (min-width: 896px) and (max-width: 1023px) {}	Ip Xs max horizontal
@media (min-width: 812px) and (max-width: 895px) {}		Ip Xs horizontal
@media (min-width: 768px) and (max-width: 811px) {}		Tablet
@media (min-width: 736px) and (max-width: 767px) {}		Ip 6,7,8 Plus horizontal
@media (min-width: 667px) and (max-width: 735px) {}		Ip 6,7,8 horizontal
@media (min-width: 568px) and (max-width: 666px) {}		Ip 5 horizontal
@media (min-width: 480px) and (max-width: 567px) {}		Ip 4 horizontal
@media (min-width: 414px) and (max-width: 479px) {}		Ip 6,7,8
@media (min-width: 320px) and (max-width: 413px) {}		Ip 4,5 */
/*@media end*/
/*usage  @include font-size(13);*/
/* Brand Colors ------------------------------------------------*/
/* wrapper */
#wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 970px;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

#content {
  position: relative;
}

#sidebar {
  position: relative;
}

aside {
  position: relative;
}

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items .item .item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0B233B;
  margin-bottom: 15px;
}
.items .item .item-text {
  width: 270px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0B233B;
}
.items .item-arrow {
  font-size: 36px;
  margin-right: 42px;
}

.nav-link,
.number,
.mail {
  display: inline-block;
  margin-block: 2px;
  position: relative;
}
.nav-link::after,
.number::after,
.mail::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0B233B;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.nav-link:hover::after,
.number:hover::after,
.mail:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.work-time {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0B233B;
}

.number {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0B233B;
}

h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 150%;
  color: #0B233B;
}

header {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
  border-bottom: 2px solid #0B233B;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-inner nav {
  width: 340px;
}
header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .header-inner nav ul li .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0B233B;
}

main .hero {
  background: url(../images/bg.png) no-repeat center right 8%, -o-radial-gradient(15.32% 21.04%, 90.16% 143.01%, rgba(245, 251, 255, 0.5) 0%, rgba(165, 217, 255, 0.25) 51.44%, rgba(195, 230, 255, 0) 100%);
  background: url(../images/bg.png) no-repeat center right 8%, radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(245, 251, 255, 0.5) 0%, rgba(165, 217, 255, 0.25) 51.44%, rgba(195, 230, 255, 0) 100%);
  background-blend-mode: overlay, normal;
  -webkit-backdrop-filter: blur(63.4898px);
          backdrop-filter: blur(63.4898px);
  height: 643px;
  border-bottom: 2px solid #0B233B;
  position: relative;
}
main .hero .hero-inner {
  padding: 30px 0 128px 0;
}
main .hero .hero-inner .logo {
  margin-bottom: 29px;
}
main .hero .hero-inner .logo a img {
  width: 70px;
  height: 70px;
}
main .hero .hero-inner h1 {
  width: 580px;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 150%;
  color: #0B233B;
  margin-bottom: 30px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: showTitle;
          animation-name: showTitle;
}
main .hero .hero-inner .subtitle {
  width: 458px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0B233B;
  margin-bottom: 70px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: showSubtitle;
          animation-name: showSubtitle;
}
main .hero .hero-inner .button {
  width: 394px;
  height: 70px;
  border: none;
  padding: 0;
  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;
  background: #0B233B;
}
main .hero .hero-inner .button span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
main .hero .hero-inner .button .arrow {
  font-size: 58px;
  margin-left: 20px;
  margin-top: 4px;
}
main .hero .hero-inner .button:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 2px 2px 15px 7px rgba(11, 35, 59, 0.5);
  box-shadow: 0px 10px 13px -7px #000000, 2px 2px 15px 7px rgba(11, 35, 59, 0.5);
}
main .hero .hero-inner .last-drop {
  background: #FFFFFF;
  border: 2px solid #0B233B;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}
main .hero .hero-inner .last-drop span {
  display: block;
  width: 210px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #0B233B;
}
main .toGet {
  padding: 50px 0;
}
main .quickly {
  border-top: 2px solid #0B233B;
  border-bottom: 2px solid #0B233B;
}
main .quickly .quickly-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .quickly .quickly-inner .gold-card {
  margin-right: 100px;
  width: 375px;
  height: 537px;
  background: url(../images/gold-card.png) no-repeat center, -o-radial-gradient(0% 0%, 163.6% 192.65%, rgba(255, 161, 51, 0.5) 0%, rgba(255, 190, 63, 0.25) 51.44%, rgba(255, 190, 63, 0.15) 100%);
  background: url(../images/gold-card.png) no-repeat center, radial-gradient(163.6% 192.65% at 0% 0%, rgba(255, 161, 51, 0.5) 0%, rgba(255, 190, 63, 0.25) 51.44%, rgba(255, 190, 63, 0.15) 100%);
}
main .quickly .quickly-inner .wrap {
  padding: 100px 0;
}
main .quickly .quickly-inner .wrap h2 {
  width: 572px;
  margin-bottom: 66px;
}

@-webkit-keyframes showTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showSubtitle {
  0% {
    -webkit-transform: translateX(-9999px);
            transform: translateX(-9999px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes showSubtitle {
  0% {
    -webkit-transform: translateX(-9999px);
            transform: translateX(-9999px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  header .container {
    width: 740px;
  }
  header .container .header-inner .work-time {
    display: none;
  }

  main .hero .container {
    width: 740px;
  }
  main .toGet .container {
    width: 740px;
  }
  main .toGet .container .items .item .item-text {
    width: 198px;
  }
  main .quickly .quickly-inner .gold-card {
    display: none;
  }
  main .quickly .quickly-inner .wrap {
    width: 740px;
    margin: auto;
  }
  main .quickly .quickly-inner .wrap .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .quickly .quickly-inner .wrap .items .item {
    margin-bottom: 20px;
  }

  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .container {
    width: 300px;
  }
  header .container .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .container .header-inner nav {
    margin-bottom: 10px;
  }
  header .container .header-inner .work-time {
    text-align: center;
    margin-bottom: 10px;
  }

  main .hero {
    height: 616px;
  }
  main .hero .container {
    width: 300px;
  }
  main .hero .container .hero-inner h1 {
    width: 250px;
    font-size: 34px;
  }
  main .hero .container .hero-inner .subtitle {
    font-size: 20px;
  }
  main .hero .container .hero-inner .button {
    width: 300px;
  }
  main .toGet .container {
    width: 300px;
  }
  main .toGet .container .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .toGet .container .items .item {
    margin-bottom: 15px;
  }
  main .quickly .quickly-inner .gold-card {
    display: none;
  }
  main .quickly .quickly-inner .wrap {
    width: 300px;
    margin: auto;
  }
  main .quickly .quickly-inner .wrap h2 {
    width: 300px;
    font-size: 48px;
    line-height: 100%;
  }
  main .quickly .quickly-inner .wrap .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .quickly .quickly-inner .wrap .items .item-arrow {
    display: none;
  }
  main .quickly .quickly-inner .wrap .items .item {
    margin-bottom: 15px;
  }
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
footer .reviews {
  background: #F6F6F6;
  padding: 100px 0 150px 0;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-right: 2px solid #0B233B;
}
footer .reviews .reviews-inner {
  padding-right: 126px;
}
footer .reviews .reviews-inner h2 {
  margin-bottom: 50px;
}
footer .reviews .reviews-inner .slider {
  width: 368px;
  position: relative;
}
footer .reviews .reviews-inner .slider .slide {
  width: 368px;
  height: 147px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  padding: 30px 0 0 20px;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
footer .reviews .reviews-inner .slider .slide .name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0B233B;
  margin-bottom: 15px;
}
footer .reviews .reviews-inner .slider .slide .text {
  width: 308px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0B233B;
}
footer .reviews .reviews-inner .slider .next, footer .reviews .reviews-inner .slider .prev {
  padding: 15px 20px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #8B8B8B;
  font-size: 28px;
  cursor: pointer;
}
footer .reviews .reviews-inner .slider .prev {
  position: absolute;
  top: 65px;
  left: -91px;
}
footer .reviews .reviews-inner .slider .next {
  position: absolute;
  top: 65px;
  right: -104px;
}
footer .contacts {
  width: 960px;
  padding: 100px 0 70px 0;
  background: url(.png), -o-radial-gradient(15.32% 21.04%, 90.16% 143.01%, rgba(245, 251, 255, 0.5) 0%, rgba(165, 217, 255, 0.25) 51.44%, rgba(195, 230, 255, 0) 100%);
  background: url(.png), radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(245, 251, 255, 0.5) 0%, rgba(165, 217, 255, 0.25) 51.44%, rgba(195, 230, 255, 0) 100%);
}
footer .contacts .contacts-inner {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 90px;
}
footer .contacts .contacts-inner .block-info .mail {
  color: #0B233B;
  margin-left: 40px;
}
footer .contacts .contacts-inner .adress {
  width: 380px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0B233B;
}
footer .contacts .contacts-inner .registr {
  width: 380px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0B233B;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(11, 35, 59, 0.7);
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.modal .modal-wrapper {
  position: absolute;
  width: 330px;
  height: 450px;
  left: 775px;
  top: 202px;
  background: #FFFFFF;
  padding: 40px 20px 30px 20px;
}
.modal .modal-wrapper .modal-close {
  font-size: 28px;
  color: #9BABBA;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.modal .modal-wrapper .sum {
  margin-bottom: 40px;
}
.modal .modal-wrapper .sum .choose-sum {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0B233B;
  margin-bottom: 5px;
}
.modal .modal-wrapper .sum .toChoose {
  width: 330px;
  height: 50px;
  border: 1px solid #9BABBA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-wrapper .sum .toChoose .minus, .modal .modal-wrapper .sum .toChoose .plus {
  display: block;
  background: #0B233B;
  color: #fff;
  padding: 6px 12px;
  font-size: 18px;
  cursor: pointer;
}
.modal .modal-wrapper .sum .toChoose .minus {
  margin-left: 12px;
}
.modal .modal-wrapper .sum .toChoose .plus {
  margin-right: 10px;
}
.modal .modal-wrapper .sum .toChoose .your-sum {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0B233B;
}
.modal .modal-wrapper .sum .min-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
.modal .modal-wrapper .sum .min-max .min, .modal .modal-wrapper .sum .min-max .max {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #9BABBA;
}
.modal .modal-wrapper .day .choose-sum {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0B233B;
  margin-bottom: 5px;
}
.modal .modal-wrapper .day .toChoose {
  width: 330px;
  height: 50px;
  border: 1px solid #9BABBA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-wrapper .day .toChoose .minus, .modal .modal-wrapper .day .toChoose .plus {
  display: block;
  background: #0B233B;
  color: #fff;
  padding: 6px 12px;
  font-size: 18px;
  cursor: pointer;
}
.modal .modal-wrapper .day .toChoose .minus {
  margin-left: 12px;
}
.modal .modal-wrapper .day .toChoose .plus {
  margin-right: 10px;
}
.modal .modal-wrapper .day .toChoose .your-day {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0B233B;
}
.modal .modal-wrapper .day .min-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
.modal .modal-wrapper .day .min-max .min, .modal .modal-wrapper .day .min-max .max {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #9BABBA;
}
.modal .modal-wrapper .day .border {
  margin-top: 30px;
  border: 1px solid #9BABBA;
}
.modal .modal-wrapper .day-back {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-wrapper .day-back .text, .modal .modal-wrapper .day-back .day-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0B233B;
}
.modal .modal-wrapper .sum-back {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-wrapper .sum-back .text, .modal .modal-wrapper .sum-back .sum-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0B233B;
}
.modal .modal-wrapper .getMoney {
  width: 330px;
  margin-top: 30px;
  padding: 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  background: #0B233B;
  border: none;
  cursor: pointer;
}

.hidden {
  overflow: hidden;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .reviews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .contacts {
    height: 450px;
  }
  footer .contacts .contacts-inner {
    width: 740px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }

  .modal .modal-wrapper {
    top: 180px;
    left: 190px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .reviews {
    display: none;
  }
  footer .contacts .contacts-inner {
    width: 300px;
    margin: auto;
    padding-left: 0;
  }
  footer .contacts .contacts-inner .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  footer .contacts .contacts-inner .block-info .mail {
    margin-left: 0;
    margin-top: 15px;
  }
  footer .contacts .contacts-inner .block-info .mail, footer .contacts .contacts-inner .block-info .number {
    width: 130px;
  }
  footer .contacts .contacts-inner .adress {
    width: 290px;
    margin-bottom: 15px;
  }
  footer .contacts .contacts-inner .registr {
    width: 290px;
  }

  .modal .modal-wrapper {
    top: 200px;
    left: 3px;
  }
}