body {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
}
a {
  color: #60967d;
  text-decoration: none;
}
p {
  padding: 0;
  margin-bottom: 20px;
  color: #707070;
}
span {
  font-family: Montserrat, serif !important;
}
p span,
ul span,
ol span,
li {
  font-family: Montserrat, serif !important;
  color: #707070 !important;
}
.badge {
  font-family: "Roboto", serif;
}
.checkbox input:before {
  background-color: green;
}
h4 {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
}
a:hover {
  color: #ff7f02;
}
h1 {
  font-family: Montserrat, serif;
  font-size: 36px;
  line-height: 112.5%;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  color: #858585;
}
thead th {
  font-weight: normal;
}
.form-select {
  border-radius: 0;
}
.form-check-input:checked {
  background-color: #5f967d;
  border-color: #5f967d;
}
.input {
  margin-bottom: 3px;
  width: 100%;
}
.basket-interval .input {
  margin-bottom: 30px;
}
.input.state-error input,
.input.state-error select {
  border: 1px solid #eb5757;
}
.input.state-success input,
.input.state-success select {
  border: 1px solid #719d89;
}
.input.state-error label {
  color: #eb5757;
}
.input .iti {
  width: 100%;
}
input:disabled {
  border: 1px solid #ced4da !important;
}
.form-control {
  border-radius: 0 !important;
}
.form-control:focus,
input:focus {
  box-shadow: none !important;
  border-color: #5f967d;
}
.form-check-input {
  border-radius: 0 !important;
}
.btn {
  min-width: 65px;
}
.btn-outline-success {
  color: #60967d;
}
.top-menu {
  height: 34px;
  background: #719d89;
}
.top-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.top-menu ul > li {
  float: left;
}
.top-menu ul > li:hover {
  background: #598471;
}
.top-menu ul > li > a {
  color: white;
  text-decoration: none;
  padding: 8px;
  display: block;
  white-space: nowrap;
}
.top-menu .contacts {
  color: white;
  display: inline-block;
  float: right;
}
.top-menu .contacts > div {
  float: left;
  padding: 6px;
}
.top-menu .contacts > div a {
  color: white;
  padding: 6px;
}
.top-menu .contacts > div.contacts-time {
  line-height: 1.5;
}
.top-menu .contacts > div.contacts-mts {
  line-height: 1.5;
}
.top-menu .contacts > div .velcom-icon {
}
.top-menu .contacts > div .viber-icon {
}
.header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-basket {
  position: relative;
  display: block;
  width: 30px;
}
.header-basket .badge {
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50% !important;
  font-size: 11px;
  line-height: 16px;
  top: -10px;
  right: -14px;
  padding: 5px;
}
.header .header-buttons {
  margin-top: 5px;
}
.header .btn {
  width: 160px;
  padding: 11px;
}
.header a {
  text-decoration: none;
}
.header .search {
  position: relative;
}
.header .search input {
  padding-left: 34px;
  height: 43px;
  padding-top: 6px;
}
.header .search img {
  position: absolute;
  left: 10px;
  top: 14px;
}
.header .search span {
  position: absolute;
  right: 8px;
  top: 13px;
  color: #c0c0c0;
}
.header .search label {
  width: 100%;
}
.mobile-contacts {
  cursor: pointer;
}
.mobile-phones.phones {
  padding: 10px;
}
.mobile-phones.phones > div > a > div {
  margin-right: 5px;
  white-space: nowrap;
}
.mobile-phones.phones > div > a > img {
  position: relative;
  top: 3px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}
.mobile-phones.phones .number {
  font-family: Montserrat, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: black;
  float: left;
}
.mobile-phones.phones > div {
  margin-bottom: 20px;
}
.mobile-phones.phones > div:last-child {
  margin-bottom: 10px;
}

/* page-header */
.page-header {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 112.5%;
  margin-bottom: 20px;
}

/* CATALOG FILTERS */
.catalog_filters {
  margin-bottom: 20px;
}
.catalog_filters .by_currency {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.catalog_filters .by_currency > a {
  color: black;
  background: #f4f4f4;
  padding: 5px 10px;
  margin-right: 10px;
  text-decoration: none;
  float: left;
  margin-bottom: 5px;
}
.catalog_filters .by_currency > a:hover,
.catalog_filters .by_currency > a.active {
  color: white;
  background: #60967d;
}
.catalog_filters .by_currency > a.reset {
  color: #60967d;
  padding: 0;
  background: transparent;
  border-bottom: 1px #60967d dashed;
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
}
.catalog_filters .by_currency > a.reset:hover {
  color: black;
}

/* PAGINATION */
.pagination-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.pagination-wrapper .pagination {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination li {
  display: inline-flex;
}
.pagination-wrapper .pagination li > a,
.pagination-wrapper .pagination li.active > span {
  padding: 22px 14px;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.pagination-wrapper .pagination li.active > span,
.pagination-wrapper .pagination li > a:hover {
  border-bottom: 2px solid #60967d;
}
.pagination-wrapper .pagination li.back a,
.pagination-wrapper .pagination li.forward a {
  border-bottom: 2px solid transparent;
  padding: 18px 14px 23px 14px;
  border-bottom: none;
}
.pagination-wrapper .pagination li svg {
  color: #a5a6a8;
}
.pagination-wrapper .pagination li:hover svg {
  color: black;
}

/* BREADCRUMBS */
.breadcrumbs {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #959595;
  display: inline-block;
  margin-top: 30px;
}
.breadcrumbs > div {
  float: left;
}
.breadcrumbs > div > a {
  display: inline-block;
}
.breadcrumbs > div > span {
  padding: 0 5px;
}
.breadcrumbs > div:last-child > span {
  display: none;
}

/* HOME */
.main-carousel {
  margin-bottom: 10px;
}
.main-carousel .btn-catalog {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.title {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 70px;
  font-size: 36px;
  font-style: normal;
  margin-top: 30px;
  line-height: 100%;
}
.title:after {
  content: "";
  background: #c5d5cb;
  position: absolute;
  width: 64px;
  height: 4px;
  display: block;
  bottom: -30px;
  z-index: 1111;
  left: calc(50% - 32px);
}
h2.title {
  font-size: 24px;
  margin-bottom: 50px;
}
h2.title:after {
  bottom: -20px;
}

/* REVIEWS */
.gb-block {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f4f7f5;
}

/* MAIN */
.main .row {
  margin-bottom: 30px;
}
.main table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}

/* MAIN PRESENTATION */
.main-presentation {
  padding-top: 30px;
  padding-bottom: 100px;
}
.main-presentation .title {
  margin-bottom: 90px;
}
.main-presentation .container > div > div {
  margin: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 10px);
}
.main-presentation .container > div > div.video {
  cursor: pointer;
}
.main-presentation .container > div > div.video:after {
  content: " ";
  background-image: url(../img/play.svg);
  height: 102px;
  width: 102px;
  display: block;
  position: absolute;
  top: calc(50% - 51px);
  left: calc(50% - 51px);
  opacity: 0.6;
}
.main-presentation .container > div > div.video:hover:after {
  opacity: 1;
}
.main-presentation .container > div > div.video:hover:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000078;
  position: absolute;
  left: 0;
  top: 0;
}
.main-presentation > div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.main-presentation > div > div {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 6;
}
.main-presentation > div > div:nth-child(2) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}
.main-presentation > div > div:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 3;
}
.main-presentation > div > div:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 6;
}
.main-presentation > div > div:nth-child(5) {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 6;
}
.main-presentation > div > div > div {
  overflow: hidden;
  padding-block-start: 100%;
  position: relative;
}
.main-presentation > div > div > div > img {
  height: 100%;
  left: 0;
  object-fit: cover;
  padding: 0.25em;
  position: absolute;
  top: 0;
  width: 100%;
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}
.main-presentation > div > div > div > iframe {
  height: 100%;
  left: 0;
  object-fit: cover;
  padding: 0.25em;
  position: absolute;
  top: 0;
  width: 100%;
  max-inline-size: 100%;
  vertical-align: middle;
}

/* MAIN MENU */
.main-menu {
  border: 1px solid #d4dfcc;
}
.main-menu .navbar .nav-item:first-child .dropdown-menu,
.main-menu .navbar .nav-item.catalog-povod .dropdown-menu {
  width: 500px;
}
.main-menu .navbar .nav-item.catalog-komu .dropdown-menu {
  width: 350px;
}
.main-menu .navbar .nav-item:first-child .dropdown-item,
.main-menu .navbar .nav-item.catalog-povod .dropdown-item,
.main-menu .navbar .nav-item.catalog-komu .dropdown-item {
  float: left;
  width: 50%;
  clear: none;
}
.main-menu .navbar .nav-item .dropdown-menu {
  padding: 15px 20px;
}
.main-menu .dropdown-item {
  padding-bottom: 10px;
}
.main-menu .menu-act {
  position: relative;
  height: 37px;
}
.main-menu .menu-act:after {
  content: "•";
  position: absolute;
  top: 0;
  left: -2px;
  color: red;
  font-size: 36px;
}
.main-menu .menu-act a {
  color: #ff0f00 !important;
  font-family: Montserrat, serif;
  font-size: 16px;
  line-height: 20px;
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .dropdown-toggle::after {
  display: none;
}
.main-menu .navbar-nav {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  padding: 0;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
}
.main-menu .navbar-nav > li > a {
  color: black;
  font-size: 16px;
  display: block;
  padding: 10px 10px;
  text-align: center;
  position: relative;
}
.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li.active > a {
  color: #60967d;
  text-decoration: none;
}
.main-menu .navbar-nav > li > a:hover:before,
.main-menu .navbar-nav > li.active > a:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #719d89;
}
.main-menu .dropdown-item.active,
.main-menu .dropdown-item:active {
  color: #60967d;
  text-decoration: none;
  background-color: white;
}
.main-menu .dropdown-item:focus,
.dropdown-item:hover {
  color: #60967d;
  background-color: white;
}

/* GENERAL */
.form-control,
.btn {
  border-radius: 0;
}
.btn.btn-outline-success {
  border-color: #60967d;
}
.btn.btn-outline-success:hover {
  border-color: #60967d;
  background: #60967d;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

/* TOP SLIDER */
.top-slider {
  position: relative;
  min-height: 560px;
}
.top-slider .cagtalog {
  position: absolute;
}
.top-slider .swiper-slide {
  background: #ffffff;
}
.top-slider .swiper-slide > div {
  height: 560px;
  background-position-x: 50%;
  background-size: cover;
}
.top-slider .swiper-slide a {
}
.top-slider .swiper-slide img {
  margin: auto;
}
.top-slider .slide-info {
  position: absolute;
  top: 20%;
  left: 10%;
}
.top-slider .slide-info .slide-title {
  font-family: Montserrat, serif;
  font-size: 48px;
  line-height: 112.5%;
  color: #719d89;
  width: 50%;
  margin-bottom: 10px;
}
.top-slider .slide-info .slide-text {
  font-family: Montserrat, serif;
  font-size: 20px;
}
.top-slider .swiper-pagination-bullet {
  background: white;
  width: 63px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
}
.top-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.top-slider .swiper-pagination-bullet:hover {
  background: #60967d;
}
.top-slider .swiper-button-next,
.top-slider .swiper-button-prev {
  width: 52px;
  height: 52px;
}
.top-slider .swiper-button-next:after,
.top-slider .swiper-button-prev:after {
  content: none;
}
.top-slider .swiper-button-next {
  background-image: url(../img/top_slider/right.svg);
}
.top-slider .swiper-button-prev {
  background-image: url(../img/top_slider/left.svg);
}

/* SWIPER */
.swiper-inline {
  position: relative;
  padding-top: 40px;
}
.swiper-inline .swiper-button-prev,
.swiper-inline .swiper-button-next {
  width: 22px;
  height: 16px;
  position: absolute;
  top: 25px;
  right: 13px;
  left: inherit;
}
.swiper-inline .swiper-button-prev {
  right: 40px;
}
.swiper-inline .swiper-button-prev:after,
.swiper-inline .swiper-button-next:after {
  content: none;
}
.swiper-inline .swiper-button-prev {
  background: url(../img/bx/left.svg);
}
.swiper-inline .swiper-button-prev:hover {
  background: url(../img/bx/left-active.svg);
}
.swiper-inline .swiper-button-next {
  background: url(../img/bx/right.svg);
}
.swiper-inline .swiper-button-next:hover {
  background: url(../img/bx/right-active.svg);
}

/* TILE */
.tile {
  width: 100%;
}
.tile .row > div {
  height: 255px;
  padding: 10px;
}
.tile a {
  display: block;
  width: 100%;
  height: 237px;
  background-repeat: no-repeat;
}

/* HOW */
.main-how {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.main-how img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.main-how .how-title {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}
.main-how .how-text {
  font-size: 14px;
}
.main-how > .row > div {
  margin-bottom: 25px;
}

/* CATALOG */
.catalog .product {
  margin-bottom: 30px;
}
.catalog .product .product-act {
  position: absolute;
  border-radius: 50%;
  background: #ff0f00;
  left: 5px;
  top: 5px;
  width: 28px;
  height: 28px;
  color: white;
  padding: 6px 8px;
  z-index: 11;
  font-size: 15px;
}
.catalog .product .image_container {
  position: relative;
  padding-top: 100%;
  margin-bottom: 15px;
  transition: 0.5s linear;
}
.catalog .product .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.catalog .product .image_wrap .size {
  position: absolute;
  top: 3px;
  left: 3px;
}
.catalog .product .item_wrap {
  border-radius: 0 0 10px 10px;
  padding-top: 0;
}
.catalog .product .item_wrap .button {
  text-align: right;
}
.catalog .product .image_wrap .fast-order {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 1;
  min-width: 120px;
}
.catalog .product .image_wrap .fast-order .photo-wrap img {
  height: 150px;
  width: 150px;
  background-color: #f4f4f4;
}
.catalog .product .image_wrap .fast-order button {
  font-size: 14px;
  background: #60967d;
  color: white;
  border-color: #60967d;
  padding: 2px 5px;
}
.catalog .product:hover .fast-order {
  opacity: 1;
}
.catalog .product .image_wrap a {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.catalog .product .image_wrap a > .image {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog .product .item_wrap .name {
  text-align: left;
  padding: 0 0;
  height: 35px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.catalog .product .item_wrap .price {
  font-size: 16px;
  color: #60967d;
  padding: 5px 0 5px 15px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}
.catalog .product .item_wrap .price .price-old {
  position: absolute;
  font-size: 13px;
  top: -8px;
  text-decoration: line-through;
}
.catalog .product .item_wrap .price .price-new {
  color: red;
}
.catalog .product .item_wrap .price span {
  white-space: nowrap;
}
.catalog .product .item_wrap .price .c-from {
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-right: 2px;
}
.catalog .product .item_wrap .name a {
  color: black;
}
.catalog .product .item_wrap .count-end {
  display: none;
}
.catalog .product .item_wrap .buy {
  border: 1px solid #60967d;
  background: white;
  color: #60967d;
  padding: 3px 8px;
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}
.catalog .product .item_wrap .buy:hover {
  color: white;
  background: #60967d;
}

/* FOOTER */
footer {
  font-family: Montserrat, serif;
  padding-top: 30px;
  background: #60967d;
  color: white;
  font-size: 12px;
}
footer .contacts .address {
  background-image: url(../img/contacts/address.svg);
  margin-bottom: 10px;
  padding-left: 22px;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  padding-top: 2px;
}
footer .contacts .mail {
  background-image: url(../img/contacts/mail.svg);
  margin-bottom: 10px;
  padding-left: 27px;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  padding-top: 0;
  margin-top: 10px;
}
footer .contacts .mail > a {
  color: white;
}
footer .contacts .phones {
  display: inline-block;
}
footer .contacts .phones > div {
  margin-bottom: 5px;
  display: inline-block;
}
footer .contacts > span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 208%;
  color: #c7ebda;
}
footer .contacts .phones > div > a > div {
  margin-right: 5px;
  white-space: nowrap;
}
footer .contacts .phones > div > a > img {
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
}
footer .contacts .number {
  font-family: Montserrat, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  float: left;
}
footer > .container {
  min-height: 325px;
}

footer > .payments {
  height: 20px;
  background-color: white;
}
footer .copyright {
  margin-top: 100px;
}
footer .v2-copyright > ul {
  list-style: none;
  padding: 0;
}
footer .v2-copyright > ul a,
footer .v2-copyright > ul span {
  color: white !important;
}
footer .f_menu {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  float: left;
}
footer .f_menu a {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
}
footer .social {
  font-size: 14px;
}
footer .social .social-list {
  overflow: hidden;
}
footer .social .social-list a {
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
footer .social .social-list a.vk {
  background-image: url(../img/soc/vk.svg);
}
footer .social .social-list a.inst {
  width: 34px;
  height: 34px;
  background-image: url(../img/soc/inst.svg);
}
footer .menu {
  display: inline-block;
}
footer .app {
  margin-top: 100px;
}
footer .app a img {
}

/* BX SLIDER */
.bx-controls {
  position: absolute;
  top: -15px;
  right: 0;
}
.bx-controls .bx-controls-direction {
  width: 70px;
}
.bx-wrapper .bx-controls-direction a {
  width: 22px;
  height: 16px;
}
.bx-wrapper .bx-prev {
  background: url(../img/bx/left.svg);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:active {
  background: url(../img/bx/left-active.svg);
}
.bx-wrapper .bx-next {
  background: url(../img/bx/right.svg);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:active {
  background: url(../img/bx/right-active.svg);
}

.gb-block .ref-item {
  background: white;
  margin: 10px;
  padding: 40px;
  height: 263px;
  position: relative;
  font-family: Montserrat, serif;
  font-style: normal;
}
.gb-block .ref-item .rew-head {
  font-weight: 600;
  font-size: 16px;
  line-height: 134.25%;
  margin-bottom: 27px;
}
.gb-block .ref-item .rew-body {
  font-weight: normal;
  font-size: 13px;
  line-height: 134.25%;
  height: 119px;
  overflow: hidden;
}
.gb-block .ref-item .rew-date {
  font-size: 13px;
  line-height: 134.25%;
  color: #a5a6a8;
  position: absolute;
  bottom: 29px;
}
.gb-block .gb_bot {
  text-align: center;
  margin-top: 20px;
}
.gb_page.gb-block {
  margin-bottom: -50px;
}
.gb_page.gb-block .ref-item {
  height: inherit;
}
.gb_page.gb-block .ref-item .rew-body {
  height: inherit;
}

/* catalog-bottom */
.catalog-bottom {
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: -50px;
}
.catalog-bottom .accordion-item {
  padding: 0 15px 0 15px;
  border: none;
  margin-bottom: 10px;
}
.catalog-bottom .accordion-item .accordion-button {
  border: none !important;
}

/* NEWS */
.pnews h1 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.pnews .fnews .bnitem {
  margin-bottom: 20px;
}
.pnews .fnews .bnitem .bhead {
  position: relative;
  margin-bottom: 10px;
}
.pnews .fnews .bnitem .bhead .date {
  position: absolute;
  right: 0;
  top: 0;
}
.pnews .fnews .bnitem .btitle {
  font-size: 24px;
  line-height: 84.5%;
}
.pnews .news_category {
  margin-bottom: 10px;
}

/* NEWS BLOCK */
.bnews {
  padding-bottom: 70px;
  padding-top: 30px;
}
.fnews .fnews-item {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}
.fnews .fnews-item .fnews-img {
  width: 84px;
  height: 76px;
  background-color: #f4f7f5;
  padding: 0;
  margin-right: 5px;
}
.fnews .fnews-item img {
  width: 100%;
  height: 100%;
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.fnews .fnews-item > div {
  float: left;
  height: 76px;
  position: relative;
  width: calc(100% - 94px);
  padding: 10px 0;
}
.fnews .fnews-item > div > a {
  text-decoration-line: underline;
  color: #000000;
  margin-top: 10px;
}
.fnews .fnews-item > div > .rew-date {
  font-size: 12px;
  line-height: 134.25%;
  color: #a5a6a8;
  bottom: 10px;
  position: absolute;
}
.bnews .fnews_bot {
  text-align: center;
  margin-top: 50px;
}
.a-button {
  width: 178px;
  font-weight: 600;
  font-size: 18px;
  line-height: 134.25%;
  border: 1px solid #60967d;
  box-sizing: border-box;
  text-decoration: none !important;
  padding: 7px 35px;
  color: #60967d;
}
.a-button:hover {
  border-color: #60967d;
  background: #60967d;
  color: white;
}

/* MAP */
.map {
  height: 320px;
  background-color: #f4f7f5;
}

/* PAYS */
.pays {
  text-align: center;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pays a {
  text-decoration: none !important;
}
.pays a > img {
  margin: 0 5px;
}

/* CATALOG ITEM VIEW */
.catalog-item-view .pay-min {
  font-size: 16px;
  line-height: 1;
  color: red;
  margin-top: 5px;
  white-space: break-spaces;
}
.catalog-item-view .bonus-container {
  position: relative;
  margin-top: 8px;
}
.catalog-item-view .bonus-container .popover {
  top: -93px;
  left: 5px;
  border-radius: 6px;
  z-index: 1;
  font-size: 11px;
  font-family: Roboto, serif;
}
.catalog-item-view .bonus {
  height: 30px;
  font-family: Roboto, serif;
  font-size: 12px;
  line-height: 14px;
  color: #595959;
}
.catalog-item-view .bonus img {
  height: 30px;
}
.catalog-item-view .action_buttons {
  display: flex;
}
.catalog-item-view .action_buttons button {
  width: 100%;
}
/*.catalog-item-view .action_buttons button:first-child {*/
/*    margin-right: 5px;*/
/*}*/

.catalog-item-view .product_property {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 159.5%;
  color: #707070;
  margin-bottom: 40px;
}

/* DOP ITEMS */
.catalog-item-view .dop-items {
  margin-top: 25px;
  margin-bottom: 30px;
}
.catalog-item-view .dop-items nav {
  margin-bottom: 10px;
}
.catalog-item-view .dop-items .title {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 112.5%;
  color: #000000;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.catalog-item-view .dop-items .title:after {
  display: none;
}

.catalog-item-view .payments {
  display: inline-flex;
  margin-bottom: 25px;
}
.catalog-item-view .payments .payments-list {
  display: inline-flex;
}
.catalog-item-view .payments > a {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #60967d;
  margin-top: 5px;
  border-bottom: 1px dashed #60967d;
  height: 18px;
  white-space: nowrap;
}
.catalog-item-view .payments .payments-title {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #242424;
  width: 80px;
  float: left;
}
.catalog-item-view .payments .payments-list > div {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  float: left;
  width: 54px;
  height: 33px;
  margin-right: 8px;
  padding: 5px;
}
.catalog-item-view .payments .payments-list > div > div {
  background-image: url(../img/pay/pay_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.catalog-item-view .payments .payments-list > div.master-card > div {
  background-image: url(../img/pay/pay_2.png);
}
.catalog-item-view .payments .payments-list > div.erip > div {
  background-image: url(../img/pay/pay_10.png);
}

/* COMPOSITION */
.catalog-item-view .composition .badge {
  background: #f4f4f4;
  color: #8b8eab !important;
}
.catalog-item-view .composition .column_name {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #242424;
  width: 80px;
  float: left;
}
.catalog-item-view .composition .column_value,
.catalog-item-view .composition .column_value > div {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #828282;
}

/* INFO */
.catalog-item-view .info ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.catalog-item-view .info li {
  background-image: url(../img/view/city.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 23px;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  color: #959595;
}
.catalog-item-view .info li > .column_value {
  color: #60967d;
}
.catalog-item-view .info li.info-time {
  background-image: url(../img/view/time.svg);
}
.catalog-item-view .info li.info-picking-up {
  background-image: url(../img/view/pickingup.svg);
}
.catalog-item-view .product_info .price {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: #60967d;
  white-space: nowrap;
}
.catalog-item-view .delivery {
  background-image: url(../img/view/delivery.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding: 15px 0 15px 44px;
  margin-bottom: 15px;
  font-family: Roboto, serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #595959;
  font-weight: bold;
}
.catalog-item-view h1 {
  margin-bottom: 35px;
  margin-top: 20px;
}
.catalog-item-view .product_image {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.catalog-item-view .product_image .product_image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.catalog-item-view .product_image .main-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.catalog-item-view .product_image_container .itemgallery {
  display: inline-flex;
  z-index: 2;
  float: left;
  height: 100px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.catalog-item-view .product_image_container .itemgallery .thumb {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.catalog-item-view .product_image_container .itemgallery .thumb:hover {
  opacity: 0.9;
}
.catalog-item-view .product_image_container .itemgallery .swiper-slide {
  height: 100px;
  width: 100px;
  margin-right: 10px;
}
.accordion-item-view {
  margin-top: 25px;
}
.accordion-item {
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-item .accordion-button {
  background: none;
  color: #242424;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.accordion-item:first-child .accordion-button {
  border-top: 1px solid #d9d9d9;
}
.accordion-item .accordion-body {
  padding: 12px;
  color: #828282;
}

/* DELIVERY */
.container > .delivery {
  padding-right: 40%;
  background-image: url(../img/delivery.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.container > .delivery h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.container > .delivery h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.container > .delivery table {
  margin-bottom: 35px;
}
.container > .delivery p {
  color: #707070;
  margin-bottom: 20px;
}

/* BUTTONS */
.btn {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  padding: 15px 30px;
  box-shadow: none !important;
}
.btn-success {
  background: #60967d;
  border: 1px solid #60967d;
}
.btn-success:hover {
  color: #60967d;
  background-color: #ffffff;
  border-color: #60967d;
}
.btn-warning {
  background: #ffffff;
  border: 1px solid #60967d;
  color: #60967d;
}
.btn-warning:hover {
  background: #60967d;
  border: 1px solid #60967d;
  color: white;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0;
}
.btn-group-sm > .btn,
.input-group-sm > input {
  padding: 5px 10px !important;
}

/* NAV TABS */
.nav-tabs {
}
.nav-tabs {
  border-bottom: 1px solid #c5d5cb;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 29px;
  color: #959595;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid transparent;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #171717;
  border-bottom: 3px solid #60967d;
}

/* ORDER PAYMENTS */
.oplata-info {
  color: #707070;
  font-size: 14px;
}
.order-payments {
  font-family: Montserrat, serif;
  font-size: 16px;
  line-height: 159.5%;
}
.order-payments h2 {
  margin-top: 40px;
  font-size: 24px;
  font-family: "Montserrat", serif;
  margin-bottom: 20px;
}
.order-payments .smart-form {
  margin-bottom: 15px;
}
.order-payments .info-button {
  font-size: 14px;
  color: #60967d;
  cursor: pointer;
  display: block;
  line-height: 159.5%;
}
.order-payments h1 {
  margin-top: 20px;
}
.order-payments ul > li {
  font-size: 14px;
  counter-increment: item;
  margin-bottom: 10px;
}
.order-payments ul > li > ul {
  margin-top: 10px;
  margin-left: 20px;
}
.order-payments ul > li:before {
  margin-right: 10px;
  content: counter(li);
  counter-increment: li;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  color: #959595;
  width: 23px;
  height: 23px;
  text-align: center;
  display: inline-block;
}
.order-payments ul {
  counter-reset: li;
}
.order-payments .description {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.order-payments .pay-list {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  border-top: 1px solid #d4dfcc;
}
.order-payments .pay-list .pay-item {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4dfcc;
}
.order-payments .pay-list .pay-item .pay-logo > div {
  color: #707070;
  font-size: 14px;
  font-family: "Montserrat", serif;
  margin-top: 13px;
  margin-bottom: 10px;
}
.order-payments .pay-list .pay-item .pay-item-title {
  font-size: 24px;
  line-height: 112.5%;
  color: #000000;
}
.order-payments .pay-list .pay-item .description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 159.5%;
  color: #707070;
  float: left;
  display: block;
  margin-right: 10px;
}
.order-payments .pay-list .pay-item .description ul {
  list-style: none;
  padding-left: 0;
}
.order-payments .pay-list .pay-item .input-group {
  width: 250px;
}
.order-payments .pay-list .pay-item .pay-img {
  margin-bottom: 15px;
}

/* MODAL */
.modal-dialog {
  min-width: 650px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content .modal-header {
  border: none;
  padding: 30px 25px;
  position: relative;
}
.modal-content .modal-header.modal-header-dop {
  padding: 30px;
  padding-bottom: 20px;
}
.modal-content .nav-tabs {
  padding-bottom: 15px;
}
.modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 84.5%;
  color: #000000;
}
.modal-content .modal-header .modal-title-w-line {
  font-size: 24px;
  line-height: 104.5%;
  color: #000000;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}
.modal-content .modal-header .modal-title-w-line:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #d4dfcc;
  position: absolute;
  bottom: 0;
}
.modal-content .modal-header .modal-title-w-line:after {
  content: "";
  display: block;
  width: 93px;
  border-bottom: 3px solid #60967d;
  position: absolute;
  bottom: -2px;
}
.modal-content .modal-header button {
  border: none;
  background: none;
  position: absolute;
  top: 12px;
  right: 8px;
}
.modal-content .modal-body {
  padding: 0 31px 31px 31px;
}
.modal-content .modal-body h3 {
  font-size: 18px;
  line-height: 24px;
  color: black;
}
.modal-content .modal-body .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #60967d;
}
.modal-content .modal-body .action-buttons {
  display: inline-flex;
  margin-top: 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-content .modal-body .action-buttons a {
  font-size: 15px;
  line-height: 18px;
  width: 49%;
  margin-right: 10px;
  padding: 11px 5px;
}
.modal-content .modal-body .action-buttons button {
  font-size: 15px;
  line-height: 18px;
  width: 49%;
  padding: 11px 5px;
}
.modal-content .modal-body .add-basket-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/* */
.modal-content .add2basket img,
.modal-content .fast-order img {
  height: 150px;
  width: 150px;
  display: block;
  background-color: #f4f4f4;
}

/* MODAL GIFTS */
.modal-content .modal-dop-items .items-list {
  overflow: hidden;
  margin-top: 10px;
}
.modal-content .m-loader {
  text-align: center;
}
.modal-content .m-loader .spinner-grow {
  width: 50px;
  height: 50px;
  color: #719d89;
  margin: 50px;
}
.modal-content .modal-dop-items .items-list .items-list-item {
  width: 100px;
  height: 100px;
  border: 3px solid white;
}
.modal-content
  .modal-dop-items
  .items-list
  .items-list-item.swiper-slide-thumb-active {
  border: 3px solid #60967d;
}
.modal-content .modal-dop-items .items-list .items-list-item .dop-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal-content .modal-dop-items .items-list .items-list-item > span {
  padding: 10px;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.modal-content .modal-dop-items .desc {
  background: #f6f6f6;
  height: 450px;
  overflow: hidden;
}
.modal-content .modal-dop-items .desc .swiper-wrapper {
  height: 100%;
}
.modal-content .modal-dop-items .desc .swiper-wrapper .swiper-slide {
  padding: 29px;
  height: 100%;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .item-title {
  font-size: 18px;
  line-height: 112.5%;
  margin-bottom: 20px;
}
.modal-content .modal-dop-items .desc .swiper-wrapper .swiper-slide .item-desc {
  font-size: 14px;
  line-height: 159.5%;
  color: #707070;
  margin-bottom: 25px;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .item-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #60967d;
  margin-bottom: 35px;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .desc-right {
  position: relative;
}
.modal-content .modal-dop-items .desc .swiper-wrapper .swiper-slide .controls {
  position: absolute;
  bottom: 0;
  width: calc(100% - 25px);
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .controls
  div {
  float: left;
  color: #60967d;
  padding-left: 26px;
  position: relative;
  line-height: 1.8;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .controls
  div:before {
  content: "";
  display: block;
  background-image: url(../img/modal/left.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .controls
  div:hover {
  opacity: 0.7;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .controls
  div.right:before {
  background-image: url(../img/modal/right.svg);
  right: 0;
  left: inherit;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .controls
  .right {
  float: right;
  padding-left: 0;
  padding-right: 26px;
}
.modal-content .modal-dop-items .desc .swiper-wrapper .swiper-slide button {
  width: 100%;
  border-radius: 3px;
  padding: 10px;
}
.modal-content
  .modal-dop-items
  .desc
  .swiper-wrapper
  .swiper-slide
  .main-image {
  background-color: white;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal-content .modal-dop-items .desc .swiper-wrapper .swiper-slide .row {
  height: 100%;
  position: relative;
}

/* FAST ORDER MODAL */
.fast-order.basket {
  margin: 0;
}
.fast-order .node {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #828282;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fast-order .input {
  margin-bottom: 15px;
}
.fast-order button {
  width: 100%;
  margin-bottom: 15px;
}
.fast-order .check {
  font-size: 12px;
  color: #828282;
}

/* BASKET */
.basket {
  margin-bottom: 50px;
}
.basket .error-message {
  color: red;
  font-size: 16px;
}
.basket .order-table {
  overflow-x: auto;
  width: 100%;
}
.basket .pay-type .radio div > input:checked {
  border-bottom: 1px solid #60967d;
}
.basket .box {
  background: #f6f6f6;
  padding: 28px;
  margin-bottom: 28px;
}
.basket .box header {
  font-size: 24px;
  line-height: 112.5%;
  margin-bottom: 20px;
}
.form-check {
  padding-left: 24px;
  cursor: pointer;
}
.basket .additional {
  margin-top: 29px;
  margin-bottom: 29px;
}
.basket .gift-card .form-check {
  margin-bottom: 15px;
  margin-top: 10px;
}
.form-check .form-check-input {
  font-size: 16px;
}
.form-check .form-check-label {
  font-size: 15px;
  line-height: 112.5%;
  padding-top: 5px;
  cursor: pointer;
}
.basket .gift-card .form-check .form-check-label,
.basket .box .form-check .form-check-label {
  font-size: 13px;
  line-height: 15px;
  color: #959595;
}
.basket input.form-control {
  padding: 14px 10px 14px 40px;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.basket input.form-control.dop {
  padding: 14px 10px 14px 14px;
}
.basket input.form-control.user {
  background-image: url(../img/basket/user.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
}
.basket input.form-control.phone {
  background-image: url(../img/basket/phone.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
  padding: 14px 10px 14px 74px;
}
.basket input.form-control.email {
  background-image: url(../img/basket/mail.svg);
  background-position: 12px 15px;
  background-repeat: no-repeat;
}
.basket input.form-control.calendar {
  padding: 14px 40px 14px 10px;
  background-image: url(../img/basket/calendar.svg);
  background-position: calc(100% - 8px);
  background-repeat: no-repeat;
}
.basket input.form-control.address {
  background-image: url(../img/basket/address.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
}
.basket textarea {
  padding: 17px;
  font-size: 14px;
  line-height: 16px;
}
.basket .basket-interval {
  position: relative;
}
.basket .basket-interval span {
  position: absolute;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #959595;
  top: 14px;
  left: 20px;
}
.basket .basket-interval input.form-control.calendar {
  padding: 14px 34px 14px 14px;
}
.basket .basket-interval select.form-control.interval {
  padding: 12px;
  height: 49px;
  width: 100%;
}
.basket h1 {
  font-size: 36px;
  line-height: 112.5%;
  margin-bottom: 22px;
  margin-top: 10px;
}
.basket .gift-card > .gift-title {
  font-size: 24px;
  line-height: 112.5%;
  margin-bottom: 10px;
}
.basket .gift-card > .gift-desc {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 18px;
  display: block;
}
.basket .gift-card label {
  width: 100%;
}
.basket .table {
  width: 100%;
}
.basket .table .item-title {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.basket .table .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #60967d;
  white-space: nowrap;
}
.basket .table th {
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #959595;
  border-bottom: 1px solid #2f2f2f;
}
.basket .table tbody tr td {
  padding: 18px 7px;
}
.basket .final {
  margin-bottom: 20px;
}
.basket .gifts {
  font-size: 14px;
  line-height: 17px;
  color: #60967d;
  float: right;
  margin-bottom: 25px;
}
.basket .gifts a {
  position: relative;
  top: 3px;
  border-bottom: 1px dashed #5f967d;
}
.basket .final .prices {
  text-align: right;
  margin-top: 33px;
  margin-bottom: 20px;
}
.basket .final .prices span {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #60967d;
}
.basket .final .prices .delivery {
  font-size: 16px;
  line-height: 112.5%;
  color: #000000;
  margin-bottom: 3px;
}
.basket .final .prices .total {
  font-size: 19px;
  line-height: 112.5%;
  color: #000000;
}
.basket .promo {
  width: 365px;
  float: right;
}
.basket .promo span {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #959595;
  display: block;
}
.basket .order-button {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
.select-number {
  background: #fff;
  position: relative;
  width: 80px;
  border-radius: 5px;
  color: black;
}
.select-number .dec {
  left: 0;
}
.select-number .dec,
.select-number .inc {
  background: #ffffff;
  color: #719d89;
  cursor: pointer;
  font-family: monospace;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 0;
  padding: 5px;
  font-size: 10px;
  border: 1px solid #719d89;
  line-height: 1;
}
.iti__flag-container {
  left: 29px !important;
}
.select-number .inc {
  right: 0;
}
.select-number input {
  border: none !important;
  color: black;
  display: block;
  font-size: 14px !important;
  margin: auto !important;
  max-width: 30px;
  outline: none;
  padding: 2px 0 0 !important;
  text-align: center;
  width: 30px !important;
  line-height: 19px;
}
.basket .payments .pay-type .radio {
  width: 25%;
  height: 111px;
  padding: 6px;

  position: relative;
  float: left;
  cursor: pointer;
}
.basket .payments .pay-type .radio > div {
  border: 1px solid #cbcbcb;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.basket .payments .pay-type .radio > div:before {
  content: "";
  display: block;
  background-image: url(../img/pay/pay_1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.basket .payments .pay-type .radio.pay2 > div:before {
  background-image: url(../img/pay/pay_2.png);
}
.basket .payments .pay-type .radio.pay3 > div:before {
  background-image: url(../img/pay/pay_3.png);
}
.basket .payments .pay-type .radio.pay4 > div:before {
  background-image: url(../img/pay/pay_4.png);
}
.basket .payments .pay-type .radio.pay5 > div:before {
  background-image: url(../img/pay/pay_5.png);
}
.basket .payments .pay-type .radio.pay6 > div:before {
  background-image: url(../img/pay/pay_6.png);
}
.basket .payments .pay-type .radio.pay7 > div:before {
  background-image: url(../img/pay/pay_7.png);
}
.basket .payments .pay-type .radio.pay8 > div:before {
  background-image: url(../img/pay/pay_8.png);
}
.basket .payments .pay-type .radio.pay9 > div:before {
  background-image: url(../img/pay/pay_9.png);
}
.basket .payments .pay-type .radio.pay10 > div:before {
  background-image: url(../img/pay/pay_10.png);
}
.basket .payments .pay-type .radio.pay11 > div:before {
  background-image: url(../img/pay/pay_17.png);
}
.basket .payments .pay-type .radio > div input {
  display: none;
}
.basket .payments .pay-type .radio > div:hover,
.basket .payments .pay-type .radio > div.active {
  border: 1px solid #60967d;
}
.basket .payments .pay-type .radio > input {
  opacity: 0;
}
.basket .payments .pay-type .radio > label {
  position: absolute;
  left: 29px;
  top: 40px;
  background: #a0cf59;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

/* ORDER DETAILS */
.order-details {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  margin: auto;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.order-details .order-details-top {
  background: #f6f6f6;
  padding: 20px;
  text-align: center;
}
.order-details .order-details-top h1 {
  font-size: 36px;
  line-height: 112.5%;
  margin-bottom: 20px;
}
.order-details .order-details-top h2 {
  font-size: 28px;
  line-height: 112.5%;
  margin-bottom: 50px;
}
.order-details .order-details-top .order-details-payment {
  font-size: 18px;
  line-height: 112.5%;
  margin-bottom: 30px;
}
.order-details .order-details-top .order-details {
  max-width: 290px;
  width: 100%;
  margin: auto;
  margin-bottom: 17px;
}
.order-details .order-details-top .description {
  font-size: 14px;
  line-height: 159.5%;
  text-align: center;
  color: #707070;
  max-width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.order-details .order-details-bottom {
  margin-top: 20px;
}
.order-details .order-details-bottom .container {
  border: 1px solid #e6e6e6;
}
.order-details .order-details-bottom .container .col {
  border-right: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center;
}
.order-details .order-details-bottom .container .col .od-title {
  font-family: Roboto, serif;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 8px;
}
.order-details .order-details-bottom .container .col .od-text {
  font-family: Roboto, serif;
  font-size: 18px;
  line-height: 21px;
  color: #7a7a7a;
}

/* CONTENT */
.content {
  margin-bottom: 50px;
}

/* NAV */
nav .navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
nav .navbar-header {
  display: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/menu.svg);
  width: 20px;
  height: 20px;
}
.mobile-sub-menu {
  display: none;
}
.navbar .nav-item .dropdown-menu {
  border-radius: 0;
  border: 1px solid #d4dfcc;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #959595 !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959595 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959595 !important;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #959595 !important;
}
.form-signin {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  padding: 40px 30px;
  width: 60%;
  max-width: 400px;
  margin: auto;
}
.form-signin .asmall {
  margin-top: 10px;
  float: right;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin button {
  width: 100%;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover {
  z-index: 300;
  max-width: 350px;
}
.popover-body {
  padding: 7px 14px;
}

/* USER CABINET */
.user-cabinet .prem-badge-wrapper {
  margin-bottom: 10px;
}
.user-cabinet h6 {
  color: #c0c0c0;
  font-size: 13px;
}
.user-cabinet .prem-badge {
  font-family: Roboto, serif;
  font-size: 12px;
  line-height: 12px;
  color: #ff9a23;
  border: 1px solid #ff9a23;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.user-cabinet .btn {
  padding: 3px 8px;
}
.user-cabinet h1 {
  margin-bottom: 25px;
  margin-top: 10px;
}
.user-cabinet .nav {
  display: block;
  padding-left: 15px;
}
.user-cabinet .nav .nav-link {
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
  font-family: "Roboto", serif;
  font-size: 17px;
  line-height: 29px;
  color: #959595;
  margin-bottom: 10px;
}
.user-cabinet .nav .nav-link:after {
  content: "";
  border-bottom: 3px solid transparent;
  width: 100%;
  display: block;
}
.user-cabinet .nav .nav-link.active:after {
  border-bottom: 3px solid #60967d;
}
.user-cabinet table {
  font-family: Roboto, serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
.user-cabinet table th {
  color: #959595;
}
.user-cabinet table td {
  color: black;
  padding: 15px;
}
.user-cabinet .pagination-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
.user-cabinet .dis-table td {
  padding: 5px;
}
.user-cabinet .dis-values {
  margin-bottom: 20px;
  color: #959595;
}
.user-cabinet .dis-values > div {
  margin-bottom: 3px;
}
.user-cabinet .dis-values b {
  color: black;
}
.user-cabinet-order-details {
  margin-top: 25px;
  position: relative;
}
.user-cabinet-order-details img {
  height: 99px;
  width: 99px;
  background: #c0c0c0;
}
.user-cabinet-order-details .order-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.user-cabinet-order-details .order-list > li {
  float: left;
  padding: 5px;
}
.user-cabinet-order-details .but_back {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}
.user-cabinet-order-details p {
  margin-bottom: 3px;
}
.user-cabinet-order-details table {
  margin-top: 20px;
}
.header.header-mobile {
  display: none;
}

/* MOBILE CATEGORIES */
.mobile-categories {
  display: none;
}
.mobile-categories ul {
  list-style: none;
  overflow-x: auto;
  display: inline-flex;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
.mobile-categories ul li {
  float: left;
}
.mobile-categories ul li a {
  border: 1px solid #d9d9d9;
  display: block;
  margin-right: 15px;
  width: 120px;
  height: 70px;
  border-radius: 6px;
  padding-top: 10px;
}
.mobile-categories ul li a:hover {
  border: 1px solid #709d89;
}
.mobile-categories ul li a > img {
  display: block;
  margin: auto;
  height: 30px;
}
.mobile-categories ul li a > span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
}
.main-how-mobile {
  display: none;
}
.pulse-animation {
  animation: pulse 1.5s ease-in-out 0.5s infinite;
}
.grey-back {
  background-color: #f4f4f4;
}
.offcanvas-start {
  width: 100%;
}

/* OFFCANVAS MENU */
#offcanvasMenu {
  overflow: hidden;
}
#offcanvasMenu .text-reset {
  background-color: #ececec;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  right: -28px;
  top: -28px;
  position: absolute;
  background-position: center left;
  border: none;
}
#offcanvasMenu .text-reset img {
  position: relative;
  right: 9px;
  top: 9px;
  width: 16px;
}
body .mm-menu,
body .mm-menu .mm-navbar,
body .topm-menu a {
  background: white;
}
body .topm-menu.menu-act a {
  color: #ff4c00 !important;
}
body .mm-menu .mm-panel {
  background: #f1f1f1;
}
body #menu .mm-navbars--top {
  padding-bottom: 12px;
}
body .mm-panel:not(:first-child) {
  background: white;
  padding-top: 60px;
}
body .mm-panel:not(:first-child) .mm-listitem > a {
  line-height: 30px !important;
}
body .mm-navbar {
  z-index: 10;
}
body .topm-sub-menu a {
  line-height: 28px !important;
}
body .mm-menu .topm-menu-back {
  border: 1px solid #d9d9d9;
  padding: 5px 23px 5px 30px;
  position: absolute;
  top: 10px;
  left: 29px;
  cursor: pointer;
  background: white;
  color: black;
  font-size: 16px;
}
body .mm-menu .topm-menu-back:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #1e1e1e;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: -38px;
  border: 2px solid var(--mm-color-button);
  border-top: none;
  border-left: none;
}
body .topm-copyright {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #a6a6a6;
  background: #f1f1f1;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}
body .mm-panels {
  outline: none;
}
body.mm-wrapper {
  position: initial;
}
.smartbanner__button {
  z-index: 0;
}
/*!* MOBILE MENU *!*/
#menu {
  z-index: 1;
}
#menu .mobile-header {
  position: absolute;
  width: 100%;
  z-index: 111;
}
#menu .mobile-header .text-reset {
  background-color: #ececec;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  right: -28px;
  top: -28px;
  position: absolute;
  background-position: center left;
  border: none;
}
#menu .mobile-header .text-reset img {
  position: relative;
  right: 9px;
  top: 9px;
  width: 16px;
}
#menu .mm-navbars--top {
  border-bottom: none;
}
#menu .mm-listitem:after {
  left: 0;
  display: none;
}
#menu .mm-listitem > a {
  font-family: Montserrat, serif;
  font-size: 16px;
  line-height: 38px;
  padding: 3px 28px;
  color: black;
}
#menu .menu-title {
  font-family: Montserrat, serif;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.79em;
  color: #717171;
  position: relative;
  left: 28px;
  top: 25px;
}
#menu .mm-navbar .mm-btn--prev {
  position: absolute;
  top: 68px;
  left: 11px;
  z-index: 111111;
  display: none;
}

/* BLOG */
.blog .blog-item {
  margin-bottom: 15px;
}
.blog .blog-left {
  height: 100%;
  background: silver;
  border-radius: 12px;
  overflow: hidden;
}
.blog .blog-left img {
  width: 100%;
  height: 100%;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 993px) {
  nav .navbar-header button {
    margin-top: 5px;
  }
  nav .navbar-header .h-enter img {
    margin-top: 5px;
  }
  nav .h-contacts img {
    margin-top: 12px;
  }
  nav .navbar-header .h-basket img {
    margin-top: 5px;
  }
  nav .h-logo img {
    height: 27px;
    margin-top: 7px;
    margin-bottom: 6px;
  }
  nav .navbar-header {
    display: flex;
    margin: 0;
  }
  nav .navbar-header > div {
    text-align: center;
  }
  nav .navbar-header {
    width: 100%;
  }
  .main-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-menu .navbar-nav {
    flex-direction: column;
    align-items: initial;
  }
  .search {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .header {
    display: none;
  }
  .mobile-sub-menu {
    display: grid;
    width: 100%;
    border-bottom: 1px solid #dbebe1;
  }
  .mobile-sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-sub-menu ul li {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #dbebe1;
  }
  .mobile-sub-menu ul li a {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: black;
    width: 100%;
    text-align: center;
    padding: 10px;
    display: block;
  }
  .enterblock {
    width: 100%;
  }
  .container > .delivery {
    padding-right: 0;
    background: none;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    min-width: inherit;
  }
  .catalog-item-view .action_buttons button {
    width: 100%;
    margin-bottom: 5px;
  }
  .catalog-item-view .action_buttons button {
    width: 100%;
  }
  .catalog-item-view .action_buttons {
    display: block;
  }
  .search {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .catalog .product .image_wrap .fast-order {
    opacity: 1;
    right: 3px;
    top: 3px;
  }
  .catalog .product .image_wrap .fast-order button {
    font-size: 12px;
  }
  .modal-content .modal-body .action-buttons {
    position: relative;
  }
  footer {
    text-align: center;
  }
  footer .copyright {
    margin-top: 30px;
  }
  footer .app {
    margin-top: 20px;
  }
  footer .social {
    margin-top: 15px;
  }
  footer .social .social-list {
    text-align: center;
    width: 90px;
    margin: auto;
  }
  footer .contacts {
    margin-top: 15px;
  }
  .catalog-item-view .bonus-container {
    margin-top: 70px;
  }
  .catalog-item-view .product_info .price {
    white-space: initial;
  }
}

@media (max-width: 576px) {
  .tile {
    display: none;
  }
  .main-carousel .btn-catalog {
    display: block;
  }
  .catalog .product .item_wrap .price {
    font-size: 12px;
  }
  h1 {
    font-size: 26px;
  }
  .catalog-item-view .payments > a {
    font-size: 12px;
    margin-top: 8px;
  }
  .top-slider .slide-info .slide-title {
    margin: auto;
    width: 71%;
  }
  .modal-content .modal-body .action-buttons a {
    width: 100%;
    margin-bottom: 5px;
  }
  .modal-content .modal-body .action-buttons button {
    width: 100%;
    margin-bottom: 5px;
  }
  .modal-content .modal-body .action-buttons {
    display: block;
  }
  .modal-content .add2basket img,
  .modal-content .fast-order img {
    margin: auto auto 10px;
  }
  .catalog .product .image_wrap .fast-order .photo-wrap {
    text-align: center;
  }
  .catalog-item-view .payments .payments-list > div {
    margin-right: 3px;
  }
  .main-menu .navbar .navbar-nav > li > a,
  .main-menu .navbar .navbar-nav > li.menu-act {
    display: inline-flex;
    margin: auto;
  }
  .main-menu .navbar .navbar-nav > li {
    text-align: center;
  }
  .header.header-mobile {
    display: block;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }
  .header.header-mobile .search.mobile-search {
    display: block;
  }
  footer .contacts .address {
    max-width: 275px;
    margin: auto;
    margin-bottom: 10px;
  }
  footer .contacts .mail {
    width: 165px;
    margin: auto;
    margin-bottom: 10px;
  }
  .tab-content > .active {
    overflow: auto;
  }
  .user-cabinet-order-details .but_back {
    position: relative;
    margin-bottom: 10px;
  }
  .mobile-categories {
    display: block;
  }
  .main-how {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .main-how-desktop {
    display: none;
  }
  .main-how-mobile {
    display: block;
  }
}

.catalog .product .image_wrap .fast-order {
  display: none !important;
}
