body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
}

h1 {
  font-size: 36px;
}

h1,
h2,
h3 {
  font-weight: bold;
  color: #58595b;
  margin-bottom: 60px;
  font-family: 'Rubik', sans-serif;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  font-size: 18px;
  font-weight: 900;
  color: #008cd0;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.line-top__icon img {
  width: 29px;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #008dcf;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/*------------*/

.shapka {
  background-image: url(/img/shapka.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-color: #f9f9f9;
  padding-bottom: 54px;
}

.shapka-content {
  padding-bottom: 0;
  background-image: none;
}

.shapka__logo {
  width: 86px;
}

.shapka__logo img {
  width: 100%;
}

.shapka__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.shapka__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shapka__menu-item {
  margin-left: 52px;
}

.shapka__menu-item a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.shapka__menu-active a {
  font-weight: 900;
}

.shapka__kontakty-item img {
  height: 30px;
}

.shapka__zagolovok {
  padding: 65px 0 258px;
}

@media (max-width: 1600px) {
  .shapka__zagolovok {
    padding: 65px 0 108px;
  }
}

@media (max-width: 992px) {
  .shapka__zagolovok {
    padding: 65px 0 108px;
  }
}

.shapka__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.47);
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.75;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.shapka__callback a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.shapka__callback a:hover {
  cursor: pointer;
}

.shapka__kontakty {
  display: flex;
  justify-content: flex-start;
}

.shapka__kontakty-item {
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  background-color: #ffffff;
  padding: 30px 56px;
  margin-right: 31px;
  text-align: center;
}

.shapka__kontakty-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.uslugi {
  padding: 120px 0;
}

.gen__title {
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  text-align: center;
  margin-bottom: 60px;
}

.uslugi__items {
  margin: 0 -15px;
}

.uslugi__item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  float: none;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}

.uslugi__inner {
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 80px 15px 30px;
  margin-top: 62px;
}

.uslugi__img {
  position: absolute;
  top: 0;
  left: 45px;
}

.uslugi__img img {
  width: 126px;
}

.uslugi__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.uslugi__text {
  font-size: 12px;
  color: #000000;
}

.uslugi__inner:hover {
  background-color: #008cd0;
}

.uslugi__inner:hover .uslugi__title,
.uslugi__inner:hover .uslugi__text {
  color: #fff;
}

.about {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.about__inner {
  background-image: url(/img/about.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.about__inner .gen__title {
  text-align: left;
}

.about__inner p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 8px;
}

.about-btn a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.about-btn {
  margin-top: 54px;
}

.plusi__title {
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  margin-bottom: 49px;
  font-family: 'Rubik', sans-serif;
}

.plusi {
  background: linear-gradient(to top, #fff 50%, #f9f9f9 50%);
}

.plusi__zagolovok {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 12px;
}

.plusi__zagolovok img {
  width: 34px;
  margin-right: 18px;
}

.plusi__name {
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.plusi__text {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.plusi__items {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 30px;
}

.plusi__item {
  border-radius: 20px;
  box-shadow: 0 0 40px 1px rgba(130, 130, 130, 0.28);
  background-color: #ffffff;
  padding: 20px 14px 14px;
}

.ourwork {
  padding: 120px 0 60px;
}

.ourwork-slider {
  position: relative;
}

.ourwork-slider img {
  border-radius: 20px;
}

.our-left {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  border-radius: 50%;
  padding: 14px;
  width: 48px;
  text-align: center;
}

.our-right {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  border-radius: 50%;
  padding: 14px;
  width: 48px;
  text-align: center;
}

@media (max-width: 1200px) {
  .our-right {
    right: -50px;
  }

  .our-left {
    left: -50px;
  }
}

@media (max-width: 992px) {
  .our-right {
    right: 8px;
    z-index: 999;
    opacity: 0.8;
  }

  .our-left {
    left: 8px;
    z-index: 999;
  }

  .plusi__items {
    grid-template-columns: repeat(2,1fr);
  }
}

.our-left img,
.our-right img {
  width: 11px;
}

.our-left:hover,
.our-right:hover {
  cursor: pointer;
}

.price-block {
  padding: 60px 0 120px;
}

.price-block__title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.price-table {
  border-radius: 40px;
  background-color: #f9f9f9;
  border: solid 1px #979797;
  width: 100%;
  overflow: hidden;
}

.price-table tr th {
  background-color: #008cd0;
  padding: 28px 42px;
  color: #fff;
  text-transform: uppercase;
}



.price-table tbody {
  padding: 0 42px;
}

.price-table tr td {
  padding: 21px 42px 10px;
  border-bottom: 1px solid #dddddd;
}

.price-btn a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}


.price-btn {
  text-align: center;
}

.insta-block {
  border: solid 3px #f9f9f9;
  background-color: #ffffff;
}

.insta-block__inner {
  padding: 50px 0;
}

.insta-block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insta__title {
  font-size: 36px;
  font-weight: bold;
  color: #58595b;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 34px;
}

.insta__link a {
  font-size: 24px;
  font-weight: bold;
  color: #008cd0;
}

.insta__text {
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}

.insta-left {
  width: 30%;
}

.insta-right {
  width: 70%;
  margin: 0 -15px;
}

.insta__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 25%;
  padding: 0 15px 30px;
}

.insta__item img {
  width: 100%;
  border-radius: 20px;
}

.map {
  background-color: #f9f9f9;
}

.map__inner {}

.map__item {
  padding: 30px 0;
}

.map__title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  min-height: 50px;
}

.map__text a {
  font-size: 14px;
  font-weight: bold;
  color: #008cd0;
}

.forma {
  background-color: #008cd0;
  padding: 65px 0 60px;
}

.forma__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forma__title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px
}

.forma__text {
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
}

.forma__text a {
  color: #fff;
}

.formMain__row {
  width: 100%;
  margin-right: 30px;
  position: relative;
}

.help-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: red;
  font-size: 16px;
  font-weight: 600;
}

.formMain__input {
  width: 100%;
  background-color: inherit;
  border-radius: 25px;
  border: solid 2px #ffffff;
  color: #fff;
  padding: 13px 30px;
  outline-style: none;
}

.btn-callback {
  font-size: 14px;
  font-weight: 900;
  color: #008cd0;
  border: solid 2px #ffffff;
  padding: 13px 72px;
  border-radius: 25px;
  background-color: #ffffff;
  outline-style: none;
}

.btn-callback:hover {
  background-color: inherit;
  color: #fff;
}

.formMain__input::-webkit-input-placeholder {
  color: #fff;
}

.formMain__input::-moz-placeholder {
  color: #fff;
}

.formMain__input:-moz-placeholder {
  color: #fff;
}

.formMain__input:-ms-input-placeholder {
  color: #fff;
}

.footer {
  background-color: #008cd0;
}

.footer__inner {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .footer__inner {
    padding: 18px 0;
  }
}

.footer__title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}

.footer__item {
  margin-bottom: 16px;
}

.footer__item a {
  font-size: 16px;
  line-height: 1.19;
  color: #ffffff;
}

.footer-bot__inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: #58595b;
}

.footer-bot__inner a {
  color: #58595b;
}

@media (max-width: 992px) {
  .footer-area {
    text-align: center;
  }
}

.footer-area__logo {
  padding-bottom: 8px;
}

.footer-area__logo img {
    width: 100px;
}

.footer-area__address {
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 8px;
}

.footer-area__phone {
    padding-bottom: 8px;
}

.footer-area a {
    color: #ffffff;
}

.topMenu__item {
  position: relative;
}

@media (max-width: 992px) {
  .footer__list,
  .footer__title {
    text-align: center;
  }
}

.drop-down {
  position: absolute;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prichiny {
  padding: 120px 0;
}

.left {
  text-align: left;
}

.prichiny__text {
  font-size: 14px;
  color: #000000;
}

.prichiny__items {
  padding: 30px 0 60px;
}

.prichiny__title {
  font-size: 16px;
  font-weight: 900;
  color: #58595b;
}

.prichiny__item {
  border-radius: 20px;
  background-color: #f9f9f9;
  padding: 30px 20px 30px 30px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.prichiny__item img {
  width: 11px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  .btn-callback {
    padding: 13px 30px;
  }

  .formMain__row {
    margin-right: 15px;
  }

  .prichiny__item {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .forma__inner {
    display: block;
  }

  .map__title {
    min-height: 0;
  }

  .map__item {
    margin-bottom: 16px;
  }

  .formMain__row {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .shapka__top,
  .shapka__kontakty {
    display: none;
  }

  .shapka__zagolovok {
    border-radius: 40px;
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
  }

  .shapka__title {
    font-size: 18px;
    font-weight: bold;
    color: #58595b;
  }

  .shapka__callback a {
    padding: 12px 16px;
    display: block;
    font-size: 18px;
  }

  /* .shapka {
    padding: 250px 0 0;
    background-size: 100%;
  } */

  .gen__title {
    font-size: 24px;
  }

  .uslugi__item {
    width: 100%;
    text-align: center;
  }

  .uslugi__img {
    left: 50%;
    transform: translateX(-50%);
  }

  .uslugi__text {
    display: none;
  }

  .uslugi__title {
    font-size: 16px;
  }

  .uslugi__inner {
    padding: 78px 15px 30px;
  }

  .about__inner {
    background-image: none;
  }

  .about-btn {
    text-align: center;
  }

  .about-btn a {
    padding: 12px 16px;
    display: block;
    font-size: 18px;
  }

  /* .plusi__item {
    width: 50%;
    margin-bottom: 30px;
  } */

  .plusi__title {
    font-size: 24px;
    text-align: center;
  }

  .map__item-blue .map-item__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    color: #58595b;
  }

  .map__item-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .map__item {
    display: block;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .map__item-blue {
    background-color: inherit;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: none;
  }

  .map__inner {
    position: relative;
    margin: 0;
    top: 0;
  }

  .box-shadow {
    background-color: inherit;
    box-shadow: none;
    border-radius: 0;
  }

  .map__item-inner {
    border-radius: 0;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
  }

  .footer-bot__inner {
    display: block;
    text-align: center;
  }

  .footer-bot__inner a {
    display: block;
    margin-bottom: 12px;
  }

  .footer-bot__inner div {
    margin-bottom: 12px;
  }

  .footer-bot__inner span {
    display: none;
  }

  .map {
    margin-top: 50px;
  }

  .plusi__items {
    grid-template-columns:repeat(1,1fr)
  }
}

@media (max-width: 450px) {
  .plusi__item {
    width: 100%;
  }

  .shapka {
    background-image: url(/img/shapka-m.png);
  }
}

@media (max-width: 350px) {
  .uslugi__item {
    width: 100%;
  }

  .uslugi__inner {
    padding: 60px 15px 8px;
  }
}

.zayavka * {
  box-sizing: border-box;
}

.zayavka p {
  margin: 0 0 8px 0;
}

.zayavka input {
  width: 100%;
  padding: 8px;
}

.zayavka select {
  width: 100% !important;
}

.zayavka a {
  display: inline-block;
  padding: 8px;
  border-radius: 10px;
  background: url(images/menu_li.jpg) no-repeat top center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.zayavka p {
  font-weight: 700;
}

.zayavka .warning {
  color: #000;
  font-size: 0.9em;
  border: 1px solid #f00;
}

.zayavka p:first-child {
  text-align: center;
  font-size: 1.4em;
  color: #1091D4;
}

.red {
  color: red;
}

.zayavka-btn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #0288d1 !important;
  border: none;
  padding: 7px 26px 9px;
  border-radius: 4px;
  box-shadow: 0 0 8px #888;
}

.table-price {
  border-radius: 40px;
  background-color: #f9f9f9;
  border: solid 1px #979797;
  width: 100%;
  overflow: hidden;
}

.table-price tr th {
  background-color: #008cd0;
  padding: 28px 42px;
  color: #fff;
  text-transform: uppercase;
}



.table-price tbody {
  padding: 0 42px;
}

.table-price tr  {
  border: 4px solid #ffffff;
}

.table-price tr th:first-child {
  font-size: 1.2em;
  font-weight: 700;
}

.table-price tr td {
  padding: 21px 42px 10px;
  border-bottom: 1px solid #dddddd;
}

.price-btn a {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 40px;
  background-color: #008dcf;
  padding: 22px 86px;
}

.price-btn {
  text-align: center;
}

.table-price p {
  margin-bottom: 0;
}

.table-responsive {
  margin-bottom: 32px;
}

.gallery-col img {
  width: 100%;
}

.gallery-col {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 16px;
}

@media (max-width:768px) {
  .table-price tr td {
    padding: 8px 12px;
  }

  .table-price tr th {
    padding: 8px 12px;
  }

  .table-price {
    font-size: 12px;
    border-radius: 0;
  }
}

.shapka__content {
  padding-bottom: 0;
}

.content {
  padding: 54px 0;
}

.contact-page-info {
  margin-bottom: 12px;
}

.contact-page-info ul {
  margin: 0;
  list-style: none;
  padding-inline-start: 20px;
}

.brands__list {
  margin: 0 -12px;
  text-align: center;
}

.brands__item {
  padding: 0 12px;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: 12px;
  float: none;
  vertical-align: top;
  width: 14.28%;
  text-align: center;
}

.brands__item img {
  width: 100%;
}

.brands__title {
  font-weight: 800;
  color: #58595b;
}

.tovar__img {
  width: 100%;
}

.tovar-table {
  border-radius: 40px;
  background-color: #f9f9f9;
  border: solid 1px #979797;
  width: 100%;
  overflow: hidden;
  margin: 12px 0;
}

.tovar-table tr th {
  background-color: #008cd0;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.tovar-table tr td {
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.tovar-table tr th:first-child,
.tovar-table tr td:first-child {
  text-align: left;
}

.model-link {
  margin-bottom: 12px;
}

.model-link a {
  font-weight: 800;
  color: #008cd0;
  font-size: 24px;
}

.model__list {
  margin: 0 -12px;
}

.model__list .brands__item {
  width: 20%;
}

@media (max-width: 768px) {

  .brands__item,
  .model__list .brands__item {
    width: 25%;
  }

  .table-responsive {
    margin: 12px 0;
  }
}

@media (max-width: 400px) {

  .brands__item,
  .model__list .brands__item {
    width: 33.33333%;
  }
}

.grafik {
  padding: 48px 0;
}

.table-grafik {
  width: 100%;
  text-align: center;
  margin: 16px 0 32px;
}

.table-grafik tr td {
  padding: 4px 8px;
  border: 5px double #ddd;
}

.table-grafik tr th {
  text-align: center;
  padding: 4px 8px;
  border: 5px double #ddd;
  color: #f81c41;
}

.video__item img {
  width: 100%;
  border-radius: 20px;
}

.video__item {
  position: relative;
  margin-bottom: 20px;
}

.video__item:hover {
  cursor: pointer;
}

.video__item:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}


/* Фотогалерея - переделать. */
.photo-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .photo-gallery {
    grid-template-columns: repeat(2,1fr);
  }
}

.photo-gallery__img {
  width: 100%;
  border-radius: 20px;
}

.kont-in__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(1fr, auto);
  grid-gap: 30px;
}

@media (max-width:768px) {
  .kont-in__inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-col {
    display: block;
    margin-right: 0
  }
}

.card {
  border: 4px solid #0288d1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px #888;
  text-align: center;
}

.card a {
  text-decoration: none;
  display: block
}

.card .inner {
  padding: 16px 4px
}

.card .inner .adress {
  font-size: 1.1em;
  margin-bottom: 4px
}

.card .inner .phone {
  font-size: 1.4em
}

.card .inner .metro {
  font-size: 1.3em;
  color: red;
  margin-bottom: 4px
}

.kontakty__icon {
  padding: 12px 12px 0;
  text-align: center;
}

.vakansii__border__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    justify-content: space-between;
}

.vakansii__border__link,
.vakansii__border__link:hover,
.vakansii__border__link:focus {
    color: #ffffff;
    background-color: #008dcf;
    padding: 14px 22px;
    border-radius: 40px;
    display: block;
}

.vacantForm__title {
    padding: 8px 0 16px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}

.vacantForm__row {
    padding: 8px 0;
    position: relative;
}

.vacantForm__row .help-text {
  bottom: -10px;
}

.vacantForm__input {
    width: 100%;
    padding: 16px;
    border-radius: 40px;
    border: 1px solid transparent;
}

#formVakantSend {
    background-color: #008dcf;
    color: #ffffff;
}

.shapka-contacts {
    display: flex;
    margin-left: 8px;
}

.shapka__left-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shapka-contacts__phone {
    font-weight: 700;
    font-size: 1.2em;
}

@media (max-width: 992px) {

    .shapka__logo {
        width: 50px
    }
    
    .shapka-contacts__phone {
        font-size: 0.900em;
    }
}

.shapka-contacts__icon {
    margin-left: 8px;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-soc__item {
  margin: 0 8px;
}

.shapka-soc__item a {
  font-size: 26px;
  color: #008cd0;
}

.shapka .sticky {
  background-color: #fff;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* padding: 0 40px; */
  transition-duration: 0.3s;
}

.sticky .shapka__top {
  padding: 0;
}

.shapka .shapka__top {
  transition-duration: 0.3s;
}

.kont-shapka__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10PX 0;
}

.kont-shapka__inner {
  .adress {
    font-size: 10px;
  }

  .metro {
    font-weight: 600;
    font-size: 13px;
  }

  .phone a {
    font-weight: 600;
    color: #222;
  }
}

.video-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.video__item video {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .shapka {
    background-image: none;
  }

  .kont-shapka__inner  {
    display: none;
  }
}

.enter-btn a {
  background-color: #0081c8;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }
}