.mapnew-search__back {
  display: none;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
}

.mapnew-search__back:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e903";
  display: block;
  transform: rotate(90deg);
  font-size: 8px;
  margin-right: 5px;
}

.mapnew-search__button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  line-height: 16px;
  border-radius: 16px;
}

.mapnew-search__button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e907";
  margin-left: 8px;
}

.mapnew-search .container {
  display: flex;
  flex-direction: column;
}

.mapnew .header-search input {
  height: 40px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 230px;
  padding: 0 15px 0 35px;
}

@media (max-width: 991px) {
	.mapnew .header-search input {
		margin-top: 23px;
	  width: 100%;
	}
}

.mapnew .header-search button {
  width: 40px;
  height: 40px;
  right: unset;
  left: 0;
}

/* .mapnew .aside-select__buttons .button:nth-of-type(1) {
  margin: 0;
  padding: 0 20px;
}

.mapnew .aside-select__buttons .button-white {
  display: none;
} */

.mapnew .aside-select__buttons .button:nth-of-type(1) {
  display: none;
}

.mapnew .aside-select__buttons .button-white {
  margin: 0;
  padding: 0 20px;
}

@media (max-width: 991px) {
	.mapnew .aside-select__buttons .button:nth-of-type(1) {
		display: block;
	  margin: 0;
	  padding: 0 20px;
	}
}

.mapnew-map {
  margin: 30px 0 80px 0;
}

.mapnew-map > .container > div {
  position: relative;
  line-height: 0;
}

.mapnew-map__items {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: auto;
  padding: 80px 0px 16px 0px;
  width: 0px;
  transition: all ease 0.3s;
}

.mapnew-map__items.visible {
  width: 350px;
  padding-right: 16px;
  padding-left: 16px;
}

.mapnew-map__items-back {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  display: flex;
  padding-bottom: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  width: 64px;
  transition: all ease 0.3s;
  margin-top: 20px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 0px 8px 8px 0px;
}

.mapnew-map__items-back.active {
  width: 344px;
  margin-top: 0px;
  box-shadow: none;
  border-radius: 0;
}

.mapnew-map__items-back span {
  width: 0px;
  transition: all ease 0.3s;
  overflow: hidden;
  height: 44px;
}

.mapnew-map__items-back.active span {
  width: 285px;
}

.mapnew-map__items-back:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e903";
  transform: rotate(-90deg);
  font-size: 16px;
  transition: all ease 0.3s;
}

.mapnew-map__items-back.active:after {
  transform: rotate(90deg);
}

.mapnew-map__items-back.single.active {
  flex-direction: row-reverse;
  height: 76px;
}

.mapnew-map__items-back.single span {
  display: flex;
  height: 100%;
  align-items: center;
}

.mapnew-map__items-back.single.active span {
  padding-left: 10px;
}

.mapnew-map__items::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  padding: 3px;
}

.mapnew-map__items::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.mapnew-map__items::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

.mapnew-map__items::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

.mapnew-map__items::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #A9A9A9;
}

.mapnew-map__item {
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.mapnew-map__item + .button {
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px;
  padding: 0 20px;
  min-width: unset;
  margin: auto;
}

.mapnew-map__item .buttons {
  margin-top: 20px;
}

.mapnew-map__item .buttons .button {
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px;
  padding: 0 20px;
  min-width: 100%;
}



.mapnew-map__item .buttons > .button-white:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e90f";
  font-size: 8px;
  margin-left: 5px;
}

.mapnew-map__item .buttons div {
  /* display: flex; */
  margin-top: 10px;
  justify-content: space-between;
}

.mapnew-map__item .buttons div .button {
	margin-bottom: 10px;
}

.mapnew-map__item .buttons div .button-white {
  border: 1px solid #DC1D22;
  color: #DC1D22;
}

.mapnew-map__item .buttons div .button-white:hover {
  color: #000;
  border: 1px solid #000;
}

.mapnew-map__item-meta {
  margin-bottom: 10px;
}

.mapnew-map__item-meta span {
  color: #A6A5A5;
  margin-right: 10px;
  font-size: 16px;
}

.mapnew-map__item-meta a {
  color: #FF514C;
  margin-right: 10px;
  font-size: 16px;
}

.mapnew-map__item > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}

.mapnew-map__item > a:hover {
  color: #FF514C;
}

.mapnew-map__item p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

.mapnew-map__item p span {
  color: #A6A5A5;
}

.mapnew-map__item img {
  width: 100%;
  display: block;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 15px;
}

.mapnew-map__item ul {
  display: flex;
  margin-bottom: 10px;
}

.mapnew-map__item ul li {
  margin-right: 5px;
}

.mapnew-map__item ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #F6F6F6;
  border: 1px solid #E1E1E1;
  border-radius: 500px;
}

.mapnew-map__item ul li a.active {
  background: #FFEDEC;
  border: 1px solid #FF514C;
  color: #FF514C;
}

.mapnew-list__back {
  display: none;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
  flex: 0 0 100%;
}

.mapnew-list__back:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e903";
  display: block;
  transform: rotate(90deg);
  font-size: 8px;
  margin-right: 5px;
}

.mapnew-tab {
  /* z-index: 0; */
  z-index: 5;
  position: relative;
  position: absolute;
  height: 100%;
}

.mapnew-tab.active {
  z-index: 10;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media only screen and (min-width: 992px) {
  .city-select__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    border-radius: 16px;
    height: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .city-select__list a:hover {
    background: #FFEDEC;
    border: 1px solid #FF514C;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .mapnew-search .aside-select {
    margin-top: 0;
  }

  .mapnew-search .container {
    display: flex;
    align-items: flex-end;
    margin-left: -10px;
    margin-right: -10px;
    max-width: unset;
    flex-direction: row;
    padding-right: 0px;
    padding-left: 0px;
    width: calc(100% + 30px);
  }

  .mapnew-search .container > div {
    width: 250px;
    padding: 0 10px;
  }

  .mapnew-map__items .container {
    max-width: unset;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .mapnew-bottom {
    position: absolute;
    right: 0;
    bottom: 15px;
  }

  .mapnew-bottom .button {
    background: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  }

  .mapnew-bottom .button:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    content: "\e90f";
    font-size: 8px;
    margin-left: 5px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 1499px) {
  .footer-slogan {
    margin-right: 0px;
  }

  .cart-download {
    font-size: 16px;
  }

  .cart-row > div:nth-of-type(2) {
    flex: 0 0 260px;
    max-width: 260px;
  }

  .content table td {
    white-space: nowrap;
  }

  .content table tr td:nth-of-type(1) {
    white-space: normal;
  }

  .content table tr:nth-of-type(1) td {
    white-space: normal;
  }

  .landing7-footer__right {
    padding-left: 30px;
  }

  .landing7-footer__right .row > div:nth-of-type(2) {
    margin-top: 30px;
  }

  .owl-carousel.media-carousel .owl-item div {
    width: 222px;
  }

  .owl-carousel.media-carousel .owl-item div.w2 {
    width: 382px;
  }

  .owl-carousel.media-carousel .owl-item img {
    height: 220px;
  }

  .owl-carousel.media-carousel .owl-item img {
    height: 180px;
  }
}

@media (max-width: 1499px) {
  .rekl {
    max-width: 980px;
  }

  .rekl-nav li a {
    font-size: 16px;
  }

  .rekl-tr:nth-of-type(1) div:nth-of-type(4) span:nth-of-type(1),
  .rekl-tr:nth-of-type(1) div:nth-of-type(5) span:nth-of-type(1) {
    margin-left: -20px;
  }

  .rekl-list__item-buttons .button-tr {
    margin-left: -5px;
  }

  .rekl-list__item-buttons .button-tr:hover {
    background: transparent;
    color: #FF514C;
  }

  .rekl-list .digits .digit {
    padding-right: 25px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1499px) and (max-width: 991px) {
  .landing7-footer__right .row > div:nth-of-type(2) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=phone],
  input[type=tel],
  input[type=date],
  textarea {
    font-size: 16px;
  }

  .button {
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
  }

  .header-slogan {
    flex: 0 0 175px;
  }

  .header-search button {
    height: 45px;
    width: 45px;
  }

  .footer-slogan {
    margin-right: 20px;
    flex: 0 0 120px;
  }

  .footer-slogan2 {
    flex: 0 0 160px;
  }

  .footer-phone {
    margin-left: 20px;
  }

  .footer-bottom p {
    font-size: 13px;
  }

  .footer-bottom a {
    font-size: 13px;
  }

  .cart-download {
    font-size: 12px;
    padding-left: 20px;
  }

  .cart-download:before {
    font-size: 16px;
    top: 0px;
  }

  .cart-success {
    padding: 30px;
  }

  .cart-order {
    padding: 30px;
  }

  .cart-row > div:nth-of-type(2) {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .list-text .row > div img {
    height: 300px;
  }

  .list-item > a {
    height: 300px;
  }

  .about p.digit {
    font-size: 18px;
    line-height: 34px;
  }

  .about p.digit span {
    font-size: 64px;
    line-height: 75px;
    margin-right: 10px;
  }

  .about p.digit span small {
    font-size: 32px;
    line-height: 34px;
  }

  .about p.digit-flex em {
    top: 0;
  }

  .about .heading-big {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .owl-carousel.media-carousel .owl-item div {
    width: 200px;
  }

  .owl-carousel.media-carousel .owl-item div.w2 {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .rekl {
    max-width: 820px;
  }

  .rekl-nav {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .rekl-nav li {
    flex-grow: unset;
  }

  .rekl-nav li a {
    font-size: 13px;
    line-height: 15px;
    height: 25px;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .rekl-tr:nth-of-type(1) div:nth-of-type(4) span:nth-of-type(1),
  .rekl-tr:nth-of-type(1) div:nth-of-type(5) span:nth-of-type(1) {
    margin-left: -40px;
  }

  .rekl-list__item-buttons .button-tr {
    margin-left: 15px;
  }

  .rekl-list__item-buttons .button-tr:hover {
    background: #FF514C;
    color: #fff;
  }

  .mapnew-search {
    position: fixed;
    width: 100vw;
    top: 200px;
    background: #fff;
    flex-direction: column;
    left: 0;
    padding-top: 0px;
    height: calc(100vh - 200px);
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
  }

  .mapnew-search.visible {
    max-height: calc(100vh - 200px);
    padding-top: 30px;
    z-index: 3;
  }

  .mapnew-search__back {
    display: flex;
    align-items: center;
  }

  .mapnew-search__button {
    display: flex;
  }

  .mapnew-search .container {
    height: 100%;
  }

  .mapnew .aside-select__buttons .button-white {
    display: flex;
    margin-top: 20px;
  }

  .mapnew-map__items {
    position: fixed;
    width: 100vw;
    top: 200px;
    background: #fff;
    flex-direction: column;
    left: 0;
    padding-top: 0px;
    height: calc(100vh - 200px);
    max-height: 0;
    overflow: auto;
    transition: all ease 0.3s;
    padding: 0;
  }

  .mapnew-map__items.visible {
    max-height: calc(100vh - 200px);
    padding-top: 30px;
    z-index: 3;
    width: 100vw;
    box-shadow: none;
  }

  .mapnew-map__items .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mapnew-map__item {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .mapnew-map__item .buttons .button {
    width: 100%;
  }

  .mapnew-map__item .buttons div {
    flex-direction: column;
  }

  .mapnew-map__item .buttons div .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .mapnew-bottom {
    display: block;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }

  .mapnew-bottom .button {
    height: 32px;
    font-size: 14px;
  }

  .mapnew-bottom .button:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    content: "\e90f";
    font-size: 8px;
    margin-left: 5px;
  }

  .mapnew-list__back {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .mapnew-search .container > div:last-of-type {
    margin-top: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 115%;
  }

  .socials a {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .work-container {
    border-radius: 0px;
    margin-top: -30px;
  }

  .work > .container {
    padding-left: 0;
    padding-right: 0;
  }

  a.zoom:before {
    border-radius: 20px;
  }

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=phone],
  input[type=tel],
  input[type=date],
  textarea {
    font-size: 14px;
    height: 45px;
  }

  .modal {
    padding: 20px 20px;
  }

  .modal__call-me {
    width: 310px;
    margin-right: -155px;
    right: 50%;
  }

  .modal__call-me > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

  .modal__call-me input {
    width: 100%;
  }

  .modal__call-me .button {
    display: flex !important;
    width: 100%;
    margin: auto;
    margin: 0 auto 20px auto;
  }

  .button {
    font-size: 18px;
  }

  .header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    padding: 15px 15px 10px 15px;
    height: 80px;
  }

  .header-container .header-middle {
    order: 0;
    margin-bottom: 10px;
  }

  .header-container .header-top {
    order: 1;
    margin-bottom: 0;
  }

  .header-container .header-top nav {
    display: none;
  }

  .header-container .header-bottom {
    display: none;
  }

  .header-container .header-phones {
    margin-left: auto;
    margin-right: 0;
  }

  .header-container .header-phones a {
    margin-right: 0;
  }

  .header-container .header-phones a:nth-of-type(2) {
    display: none;
  }

  .header-container .header-buttons {
    margin-left: auto;
    align-items: center;
  }

  .header-container .header-logo {
    width: 37px;
    height: 28px;
    flex: 0 0 37px;
    left: -3px;
    top: 1px;
  }

  .header-container .header-slogan {
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
    flex: 0 0 159px;
    margin: 0 0 0 3px;
  }

  .header-container .header-cart:before {
    font-size: 25px;
  }

  .header-container .header-cart {
    width: 25px;
    height: 25px;
  }

  .header-container .header-cart span {
    width: 14px;
    height: 14px;
    font-size: 9px;
    right: -3px;
    bottom: -2px;
    align-items: center;
  }

  .header-city__modal {
    width: 310px;
    margin-right: -155px;
    right: 50%;
    min-width: 310px;
  }

  .header-city__modal-2 {
    min-width: 320px;
  }

  .header-search {
    display: none;
  }

  .header-buttons .button {
    display: none;
  }

  .header__call-me {
    position: static;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu .header-search {
    display: block;
  }

  .mobile-menu .call-me {
    width: 230px;
    margin: 30px auto;
  }

  .mobile-menu .header-phones {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .mobile-menu .header-phones a {
    margin: 0;
  }

  .mobile-menu .header-phones a:nth-of-type(2) {
    margin: 20px 0;
  }

  .city-select__list {
    flex-direction: column;
  }

  .city-select__list li {
    padding-left: 20px;
  }

  .city-select__cities {
    display: none;
  }

  .footer .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    border-radius: 10px 10px 0px 0px;
    padding: 15px 15px 30px 15px;
  }

  .footer-logo {
    width: 37px;
    height: 28px;
    flex: 0 0 37px;
  }

  .footer-slogan {
    flex: 0 0 159px;
  }

  .footer-slogan2 {
    display: none;
  }

  .footer-phone {
    display: none;
  }

  .footer-middle {
    display: block;
  }

  .footer-middle > p {
    max-width: 250px;
  }

  .footer .socials {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-right: 0px;
  }

  .footer .socials a {
    margin-left: 10px;
  }

  .footer-mobilephone {
    display: block;
    margin-bottom: 20px;
  }

  .footer-mobilephone a {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
  }

  .footer-bottom {
    display: none;
  }

  .owl-carousel .owl-nav {
    margin-top: 10px;
  }

  .owl-carousel .owl-nav button {
    width: 25px;
    height: 25px;
    margin: 0 10px;
  }

  .product-nav {
    margin-top: 10px;
  }

  .heading {
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 20px;
  }

  .aside-filters {
    opacity: 0;
    pointer-events: none;
    margin-left: -100vw;
    display: none;
  }

  .aside-filters__mobile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .catalog > .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .catalog > .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .catalog-item {
    margin-bottom: 10px;
  }

  .catalog-item img {
    height: 106px;
    border-radius: 8px;
  }

  .catalog-item__cart {
    top: 112px;
    right: 0px;
  }

  .catalog-map__wrapper {
    width: calc(100% + 40px);
    border-radius: 0px;
    margin-left: -20px;
    margin-bottom: 20px;
  }

  .catalog-map__full {
    height: calc(100vh - 350px);
  }

  .catalog-map__full-aside {
    height: auto;
  }

  .catalog-map__full-aside__outter {
    overflow: unset;
  }

  .catalog-map__full-aside-catalog.visible {
    height: calc(100vh - 180px);
    z-index: 3;
  }

  .catalog-map__full-aside .button {
    bottom: auto;
    top: calc(100vh - 220px);
    z-index: 2;
  }

  .catalog-map__full-wrapper {
    height: calc(100vh - 290px);
  }

  .filters-shown .aside-filters__back {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .filters-shown .aside-filters__back:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    content: "\e908";
    font-size: 8px;
    margin-right: 7px;
  }

  .work-container.visible-catalog .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .detail-right {
    padding-top: 50px;
  }

  .detail-right__content {
    display: flex;
    flex-direction: column-reverse;
  }

  .detail-name {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0px;
  }

  .detail-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .detail-actions {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .detail-actions .button {
    margin-bottom: 10px;
  }

  .green-dot {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .green-dot:before {
    top: 4px;
  }

  a.back {
    display: block;
    top: 18px;
    left: 15px;
    position: absolute;
  }

  a.share {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  a.share:before {
    font-size: 14px;
  }

  .rekl-suv .one-line {
    flex-direction: column;
    margin: 20px 0 0 0;
  }

  .rekl-suv .one-line .button {
    margin: 0 auto 20px auto;
  }

  .rekl-suv .one-line .button:last-of-type {
    margin-bottom: 0;
  }

  .aside-filters__mobile-suv {
    margin-top: 0;
  }

  .work-container_analog-top {
    display: none;
  }

  .accordion-item > a {
    min-height: 56px;
    font-size: 16px;
    padding: 20px 18px;
  }

  .accordion-item > a:after {
    width: 24px;
    height: 24px;
    font-size: 12px;
    flex: 0 0 24px;
  }

  .accordion-item > div {
    padding: 0 15px;
  }

  .accordion-item > div p,
  .accordion-item > div li {
    font-size: 14px;
    line-height: 24px;
  }

  .product-gallery {
    margin: 0;
  }

  .product-slider-thumbs {
    display: none !important;
  }

  .product-nav {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }

  .vac-aside {
    max-width: 100%;
  }

  .cart-empty {
    position: relative;
  }

  .cart-container {
    max-width: unset;
    padding: 20px 15px 80px 15px;
    background: #FFF;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .cart-container .breadcrumbs {
    display: none;
  }

  .cart-success > i {
    margin-top: 40px;
  }

  .cart-success {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
  }

  .cart-order {
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
  }

  .cart-head {
    display: none;
  }

  .cart-footer {
    margin-bottom: 20px;
  }

  .cart-top {
    margin-top: 0px;
  }

  .list-text .row > div:nth-of-type(odd) p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .list-text .row > div:nth-of-type(even) p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .list-text .row {
    margin-bottom: 20px;
  }

  .list-text .row > div small {
    font-size: 14px;
    line-height: 24px;
  }

  .list-text .row > div ul {
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .list-text .row > div ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .list-items {
    margin-bottom: 40px;
  }

  .vyv {
    padding: 0px 0 40px 0;
  }

  .vyv-list {
    margin-bottom: 30px;
  }

  .vyv-item .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
  }

  .vyv-item__content div p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
  }

  .vyv-item__content > p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .vyv-item__content > p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
  }

  .vyv aside {
    display: none;
  }

  .content p:not(.heading):not(.heading2):not(.digit):not(.heading-big) {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .content p.heading2 {
    font-size: 18px;
    line-height: 28px;
  }

  .content .block + .block {
    margin-top: 40px;
  }

  .content .block ul li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
  }

  .content .block ul li:before {
    left: 7px;
    top: 12px;
    width: 4px;
    height: 4px;
  }

  .content .block .heading {
    font-size: 18px;
    line-height: 28px;
  }

  .content .block .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .content .block .buttons {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .content .block .buttons .button {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .content table td {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 26px;
  }

  .content table tr td:nth-of-type(1) {
    min-width: 300px;
  }

  .content + .content {
    margin-top: 40px;
  }

  .drag-outer {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .drag-inner {
    padding: 0 15px;
  }

  #block03 {
    margin-top: 40px;
  }

  .contacts {
    padding: 0px 0 40px 0;
  }

  .contacts .row > div {
    margin-bottom: 20px;
  }

  .contacts-link {
    padding: 16px 24px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .contacts-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex: 0 0 32px;
    margin-right: 15px;
  }

  .contacts-item img {
    width: 32px;
    height: 32px;
  }

  .contacts-item__copy a {
    font-size: 18px;
    line-height: 24px;
  }

  .row-map {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .map {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .about {
    padding: 0px 0 40px 0;
  }

  .about .digits {
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .about .digits .digit:first-of-type {
    border-right: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #E1E1E1;
  }

  .about p.digit {
    width: 100%;
  }

  .about p.digit-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .about .row + .row {
    margin-top: 20px;
  }

  .about .row-last {
    padding-bottom: 20px;
  }

  .white {
    padding: 20px 0;
  }

  .grey {
    padding: 20px 0;
  }

  .team-item img {
    height: 272px;
  }

  .about-case .list-tags {
    display: none;
  }

  .about-case .aside-select {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .about-case .aside-select .nice-select .list {
    border-bottom: 0;
  }

  .about-case .content p:not(.heading):not(.heading2):not(.digit):not(.heading-big) {
    font-size: 18px;
    line-height: 28px;
  }

  .about-case .row > div {
    margin-bottom: 20px;
  }

  .about-case .row > div .content p.heading-big {
    margin-bottom: 10px;
  }

  .cases + .row {
    margin-top: 40px;
  }

  .mainpage .clients {
    display: none;
  }

  .mainpage .accent {
    display: none;
  }

  .mainpage .digits {
    margin-bottom: 20px;
  }

  .mainpage .digits .digit {
    flex: 0 0 31%;
    border-right: 0;
  }

  .mainpage .digits .digit p {
    white-space: normal;
  }

  .mainpage .heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }

  .mainpage .list-tags {
    display: none;
  }

  .mainpage .aside-select {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .mainpage .aside-select .nice-select .list {
    border-bottom: 0;
  }

  .landing7 {
    background: unset;
  }

  .landing7-hero {
    display: flex;
    flex-direction: column-reverse;
  }

  .landing7-hero img {
    height: unset;
  }

  .landing7-hero__content {
    position: static;
    color: #000;
  }

  .landing7-hero__content .heading {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 5px;
  }

  .landing7-hero__content .heading + p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .landing7-hero__buttons {
    display: block;
    margin-bottom: 30px;
  }

  .landing7-hero__buttons .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
  }

  .landing7-hero__buttons .button:last-of-type {
    margin-left: 0;
    margin-top: 15px;
    border-color: #e1e1e1;
  }

  .landing7-text {
    background: unset;
    padding: 50px 0;
  }

  .landing7-text p {
    font-size: 16px;
    line-height: 32px;
  }

  .landing7-text .heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .landing7-text .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .landing7-text__digits {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .landing7-text__digits > div {
    padding: 0;
  }

  .landing7-text__digits > div:nth-of-type(2) {
    flex: unset;
    max-width: unset;
    margin-top: 15px;
  }

  .landing7-text__digit {
    padding: 24px 16px;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08), 0px 3px 12px -4px rgba(0, 0, 0, 0.08), 0px 9px 24px 8px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
  }

  .landing7-text__digit p:nth-of-type(1) {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .landing7-text__digit p {
    font-size: 16px;
    line-height: 24px;
  }

  .landing7-slides {
    padding: 30px 0 40px 0;
    background: unset;
  }

  .landing7-slide {
    padding: 24px 16px;
  }

  .landing7-slide p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .landing7-slide img {
    height: 160px;
  }

  .landing7-media {
    background: unset;
    padding: 0 0 50px 0;
  }

  .landing7-media .heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .landing7-media .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .landing7-media p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .landing7-video {
    height: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }

  .landing7-video:before {
    background-size: 40px;
  }

  .landing7-video img {
    height: 160px;
  }

  .landing7-footer {
    background: unset;
    padding: 0 0 50px 0;
  }

  .landing7-footer__container {
    padding: 24px 16px;
  }

  .landing7-footer__right {
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid #494949;
    padding-bottom: 40px;
  }

  .landing7-footer__right p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .landing7-footer__right a:not(.button) {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .landing7-footer__right a:not(.button):last-of-type {
    margin-bottom: 0px;
  }

  .landing7-footer .button {
    width: 100%;
    height: 32px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .landing7-footer .heading + p {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
  }

  .landing7-footer .heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #fff;
    padding-top: 40px;
  }

  .owl-carousel.media-carousel .owl-item div {
    width: 100%;
  }

  .owl-carousel.media-carousel .owl-item div.w2 {
    width: 100%;
  }

  .owl-carousel.media-carousel .owl-item img {
    height: 240px;
  }

  .owl-carousel.media-carousel .owl-nav {
    margin-left: auto;
  }

  .owl-carousel.media-carousel .owl-dots {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rekl {
    max-width: 100%;
  }

  .rekl-note p {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .rekl-block {
    font-size: 14px;
    line-height: 150%;
  }

  .rekl-block .heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    padding-left: 25px;
  }

  .rekl-block .heading + p {
    padding-left: 10px;
  }

  .rekl-block .heading:before {
    left: 0px;
    top: 6px;
  }

  .rekl .button-white {
    height: 26px;
    margin: 20px auto;
    max-width: 170px;
    font-size: 14px;
    line-height: 16px;
  }

  .rekl-tr {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: none;
  }

  .rekl-tr:nth-of-type(2),
  .rekl-tr:nth-of-type(3),
  .rekl-tr:nth-of-type(4) {
    display: flex;
  }

  .rekl-tr:nth-of-type(1) {
    display: none !important;
  }

  .rekl-tr div:nth-of-type(1) {
    flex: unset;
    max-width: unset;
    order: 0;
    align-items: center;
    margin-bottom: 20px;
  }

  .rekl-tr div:nth-of-type(1) p {
    font-size: 18px;
    line-height: 150%;
  }

  .rekl-tr div:nth-of-type(2) {
    flex: unset;
    max-width: unset;
    order: 5;
  }

  .rekl-tr div:nth-of-type(3) {
    flex: unset;
    max-width: unset;
    order: 3;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }

  .rekl-tr div:nth-of-type(3) .dots {
    width: 100%;
    border-bottom: 1px dashed #7B7B7B;
    position: relative;
    top: -8px;
  }

  .rekl-tr div:nth-of-type(3):before {
    content: "Возраст";
    color: #999;
  }

  .rekl-tr div:nth-of-type(4) {
    flex: unset;
    max-width: unset;
    order: 1;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }

  .rekl-tr div:nth-of-type(4) .dots {
    width: 100%;
    border-bottom: 1px dashed #7B7B7B;
    position: relative;
    top: -8px;
  }

  .rekl-tr div:nth-of-type(4):before {
    content: "18:00 до 00:00";
    color: #999;
    margin-right: auto;
  }

  .rekl-tr div:nth-of-type(4):after {
    content: "/сек";
  }

  .rekl-tr div:nth-of-type(5) {
    flex: unset;
    max-width: unset;
    order: 2;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }

  .rekl-tr div:nth-of-type(5) .dots {
    width: 100%;
    border-bottom: 1px dashed #7B7B7B;
    position: relative;
    top: -8px;
  }

  .rekl-tr div:nth-of-type(5):before {
    content: "00:00 до 18:00";
    color: #999;
    margin-right: auto;
  }

  .rekl-tr div:nth-of-type(5):after {
    content: "/сек";
  }

  .rekl-tr div:nth-of-type(6) {
    flex: unset;
    max-width: unset;
  }

  .ol-block img {
    display: none;
  }

  .ol-block ol li {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .ol-block ol li p {
    font-size: 14px;
    line-height: 150%;
  }

  .ol-block2 ol {
    flex-direction: column;
  }

  .ol-block2 ol li {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .ol-block2 ol li p {
    font-size: 14px;
    line-height: 150%;
  }

  .ol-block2 ol li:before {
    display: none;
  }

  .rekl-show-all {
    display: block;
    margin: 30px auto 10px 0;
    width: fit-content;
    text-decoration: underline;
  }

  .rekl-under-tr {
    display: flex;
    flex-direction: column;
  }

  .rekl-under-tr p {
    order: -1;
  }

  .rekl-detail__left {
    display: none;
  }

  .rekl-audit {
    padding: 25px;
  }

  .rekl-audit__heading {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0px;
  }

  .rekl-audit__block {
    font-size: 18px;
    line-height: 150%;
  }

  .rekl-audit__block .percents {
    margin-top: 60px;
  }

  .percents {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .percents span:nth-of-type(1):before {
    content: "Жен";
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #999;
  }

  .percents span:nth-of-type(2):after {
    content: "Муж";
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    line-height: 150%;
    color: #999;
  }

  .rekl-rolik .heading {
    left: 0px;
  }

  .rekl-rolik .button {
    margin: 30px auto;
  }

  .rekl-rolik img {
    border-radius: 20px;
  }

  .rekl-rolik ol li {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .rekl-rolik ol li:before {
    margin-right: 10px;
    font-size: 20px;
  }

  .rekl-rolik .button-white {
    height: 50px;
    font-size: 18px;
    max-width: 270px;
  }

  .rekl-rolik .rolik4 {
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .rekl-aside {
    position: fixed;
    width: 100vw;
    margin-left: -100vw;
    transition: all ease 0.3s;
    background: #f8f8f8;
    z-index: 100;
    top: 0;
    height: 100vh;
    left: 0;
    padding: 30px 15px;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }

  .rekl-aside .aside-select__buttons {
    margin-top: auto;
  }

  .rekl-aside.visible {
    margin-left: 0vw;
  }

  .rekl-aside__back {
    display: flex;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .rekl-aside__back:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    content: "\e903";
    transform: rotate(90deg);
    font-size: 8px;
    margin-right: 12px;
    color: #C0C0C0;
  }

  .rekl-container {
    padding-bottom: 20px;
  }

  .rekl-list__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .rekl-list .row + .button {
    max-width: unset;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
  }

  .rekl-list .heading {
    font-size: 18px;
    line-height: 28px;
  }

  .rekl-list__items {
    margin-bottom: 50px;
  }

  .rekl-list__item {
    padding-bottom: 0px;
  }

  .rekl-list__item-buttons {
    display: block;
    position: static;
  }

  .rekl-list__item-buttons .button {
    max-width: unset;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .rekl-list__item-buttons .button-tr {
    margin-left: 0;
    margin-bottom: 0;
  }

  .rekl-list__item-price p {
    font-size: 16px;
    line-height: 18px;
  }

  .rekl-list__item-content {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .rekl-list__item-content p:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
  }

  .rekl-list__item-content p {
    font-size: 14px;
  }

  .rekl-list .digits {
    display: block;
    margin-bottom: 0px;
  }

  .rekl-list .digits .digit {
    padding: 0;
    margin: 0 0 50px 0;
    border: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .rekl-list .digits .digit span {
    font-size: 64px;
    line-height: 75px;
  }

  .rekl-list .digits .digit small {
    font-size: 24px;
    line-height: 34px;
    color: #FF514C;
  }

  .rekl-list .digits .digit small.red {
    font-size: 32px;
    line-height: 34px;
    color: #FF514C;
    margin-right: 5px;
  }

  .rekl-content {
    margin-bottom: 50px;
  }

  .rekl-content p {
    font-size: 14px;
    line-height: 26px;
  }

  .rekl-content p strong {
    font-size: 18px;
    line-height: 28px;
  }

  .rekl-content ul li {
    font-size: 14px;
    line-height: 26px;
  }

  .rekl-content ol li {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 10px;
    padding-top: 15px;
  }

  .rekl-content ol li:before {
    font-size: 32px;
  }

  .rekl-content table td {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
  }

  .rekl-content__addresses .row {
    flex-wrap: nowrap;
  }

  .rekl-content__addresses .row > div {
    min-width: 243px;
  }

  .mapnew-search {
    height: calc(100vh - 80px);
    top: 80px;
  }

  .mapnew-search.visible {
    max-height: calc(100vh - 80px);
    padding-top: 30px;
  }

  .mapnew-search .header-search {
    display: block;
  }

  .mapnew-map__items {
    height: calc(100vh - 80px);
    top: 80px;
  }

  .mapnew-map__items.visible {
    max-height: calc(100vh - 80px);
    padding-top: 30px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .rekl-block .heading + p {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .landing7-hero__content {
    padding: 25px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 14px;
  }

  .product-slider {
    margin-top: 15px;
  }

  .cart-order > p:nth-of-type(1) {
    font-size: 20px;
    line-height: 23px;
    margin-top: 40px;
  }

  .cart-footer {
    flex-direction: row !important;
    justify-content: flex-end !important;
  }

  .cart-footer > div:nth-of-type(3) {
    padding-left: 10px !important;
  }

  .cart-footer > div:nth-of-type(4) {
    display: none;
  }

  .cart-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .cart-row > div:nth-of-type(1) {
    flex: unset;
    max-width: unset;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cart-row > div:nth-of-type(2) {
    flex: unset;
    max-width: unset;
    padding-left: 104px;
  }

  .cart-row > div:nth-of-type(2) p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .cart-row > div:nth-of-type(3) {
    flex: unset;
    max-width: unset;
    padding-left: 104px;
  }

  .cart-row > div:nth-of-type(4) {
    flex: unset;
    max-width: unset;
    margin-left: auto;
    margin-top: -25px;
  }

  .cart-row:not(.cart-head):not(.cart-footer) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 86px;
    box-sizing: content-box;
  }

  .cart-total__caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #000;
    white-space: nowrap;
  }

  .cart-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
  }

  .cart-img {
    width: 86px;
    height: 81px;
    border-radius: 10px;
  }

  .list-text .row .buttons {
    flex-direction: column;
  }

  .list-text .row .buttons .button:first-of-type {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .list-text .row > div img {
    height: 160px;
    margin-bottom: 15px;
  }

  .list-items .row > div {
    margin-bottom: 20px;
  }

  .list-item > a {
    height: 160px;
    margin-bottom: 15px;
  }

  .list-item > div p {
    font-size: 16px;
    line-height: 19px;
    padding-right: 40px;
  }

  .list-item > div .button {
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 16px;
    min-width: unset;
  }

  .list-tags {
    justify-content: center;
    margin-bottom: 25px;
  }

  .list-tags li {
    margin: 0 2.5px 5px 2.5px;
  }

  .list-tags li a {
    height: 24px;
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px;
  }

  .list-tags li a:after {
    margin-left: 6px;
  }

  .list .heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mapnew-map__item {
    max-width: 100%;
    flex: 100%;
  }
}

@media only screen and (max-width: 565px) {
  .dragscroll {
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    overflow-x: auto;
    position: relative;
  }

  .dragscroll .container {
    width: fit-content;
  }

  .dragscroll::-webkit-scrollbar {
    display: none;
  }

  .work-container_analog {
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-container_analog .one-line .button {
    width: 100%;
    max-width: 100%;
  }

  .product-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .product-slider img {
    border-radius: 0;
    height: 322px;
  }
}

@media (max-width: 565px) {
  .rekl-content img {
    width: 100%;
  }

  .rekl-content__addresses .wrap {
    overflow: auto;
    padding: 0 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .rekl-content .buttons {
    flex-direction: column;
  }

  .rekl-content .buttons .button {
    height: 32px;
    font-size: 14px;
    line-height: 16px;
  }

  .rekl-content .buttons .button:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .breadcrumbs {
    width: calc(100% + 15px);
    overflow: hidden;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .mapnew-map__item.single {
    flex: 100%;
    max-width: 100%;
  }

  .mapnew-map__item.single img {
    height: 320px;
  }

  .mapnew-map__item.single .buttons > .button {
    margin: 0;
  }

  .mapnew-map__item.single .buttons div {
    margin-left: -5px;
    margin-right: -5px;
    flex-direction: row;
  }

  .mapnew-map__item.single .buttons div .button {
    width: calc(100% - 5px);
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.mapnew-mapwrap{
  position: relative;
}

/* сам оверлей */
.mapnew-loader{
  position: absolute;
  inset: 0;
  display: none;            /* по умолчанию скрыт */
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.65);
  z-index: 999;
}

/* показать */
.mapnew-loader.is-active{
  display: flex;
}

/* крутилка */
.mapnew-loader__spinner{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid rgba(255,81,76,.25);
  border-top-color: #FF514C;
  animation: mapnewSpin 0.9s linear infinite;
}

@keyframes mapnewSpin{
  to { transform: rotate(360deg); }
}

.nice-select.open .list {
    z-index: 9999;
}
