/*news*/
.title h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
}

.news .title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
}

.news .title h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}

.top-news {
  display: flex;
  width: 100%;
  background-color: #FFFFFF;
  margin: 48px 0;
}

.top-news .news {
  margin: 20px 56px;
}

.top-news .news .date {
  font-size: 13px;
  color: #969696;
}

.top-news .news .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004636;
  margin-top: 28px;
  margin-bottom: 19px;
}

.top-news .news .text {
  font-size: 14px;
  color: #3B3B3B;
  margin-bottom: 51px;
}

.top-news .news .more a {
  font-size: 13px;
  color: #4D897B;
  margin-right: 10px;
}

.other-news {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}

.other-news .news {
  margin-left: 16px;
  width: 313px;
}

.other-news .news .date {
  display: flex;
}

.other-news .news .date p {
  font-size: 13px;
  color: #969696;
  margin-top: 15px;
}

.other-news .news .date img {
  margin-right: 13px;
}

.other-news .news .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-top: 13px;
  margin-bottom: 13px;
}

.other-news .news .text {
  width: 90%;
  font-size: 14px;
  color: #3B3B3B;
  margin-bottom: 15px;
}

.other-news .news .more a {
  font-size: 13px;
  color: #4D897B;
  margin-right: 10px;
}

.other-news .img-news {
  background-color: #FFFFFF;
  margin-bottom: 67px;
}

.other-news .img-news .news .date {
  font-size: 13px;
  color: #969696;
  margin-top: 14px;
}

.other-news .img-news .news .title {
  font-size: 20px;
  font-weight: 400;
  color: #4A4A4A;
  margin-top: 15px;
  margin-bottom: 66px;
  text-transform: none;
}

.other-news .img-news .news .more {
  display: flex;
  justify-content: flex-end;
}

.other-news .img-news .news .more a {
  font-size: 13px;
  color: #4D897B;
  margin-right: 10px;
}

.news-sec .date {
  font-size: 13px;
  color: #969696;
  margin-top: 38px;
}

.news-sec .title h1 {
  color: #004636;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.news-sec .img {
  margin-bottom: 37px;
}

.news-sec .img img {
  width: 100%;
}

.news-sec .lines {
  width: 95%;
}

.news-sec .text {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 95%;
}

.news-sec .text p {
  font-size: 14px;
  color: #3B3B3B;
}

.news-sec .text p:first-child {
  width: 70%;
  font-size: 17px;
  font-weight: bold;
  color: #959EAD;
}

.news-sec .text .img {
  display: flex;
  margin-top: 37px;
  margin-bottom: 39px;
}

.news-sec .text .img img {
  width: 52%;
  margin-right: 15px;
}

.news-sec .news-btn {
  width: 30%;
  height: 41px;
  background-color: #959EAD;
  border-radius: 35px;
  padding: 11px 18px;
  text-align: center;
}

.news-sec .news-btn a {
  font-size: 14px;
  color: #FFFFFF;
}

.news-catalog .news {
  margin-bottom: 51px;
}

.news-catalog .news .date {
  display: flex;
}

.news-catalog .news .date p {
  font-size: 13px;
  color: #969696;
  margin: 5px 13px;
}

.news-catalog .news .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 13px;
}

.news-catalog .news .text {
  font-size: 14px;
  color: #3B3B3B;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 25px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-catalog .news .more {
  display: flex;
}

.news-catalog .news .more a {
  font-size: 13px;
  color: #4D897B;
  margin-right: 5px;
}

/*about company*/
.explanation .element {
  margin-top: 30px;
  margin-bottom: 29px;
}

.explanation .element .title {
  font-size: 21px;
  color: #004636;
}

.explanation .element .text {
  font-size: 14px;
  color: #3B3B3B;
  margin-top: 15px;
}

.explanation .element .bottom {
  display: flex;
  justify-content: space-between;
}

.explanation .element .bottom img {
  width: 32%;
  height: 235px;
}

.explanation .element .img {
  display: flex;
  justify-content: center;
}

.explanation .element .img img {
  width: 100%;
  margin-top: 23px;
}

.logo img {
  width: 25%;
  margin-top: 59px;
  margin-bottom: 42px;
}

/*How to buy*/
.lists {
  margin-top: 55px;
  margin-block: 40px;
}

.lists .list {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-bottom: 22px;
}

.lists .list .elements {
  width: 30%;
  background-color: #FFFFFF;
  display: flex;
  padding: 11px 8px;
  position: relative;
}

.lists .list .elements img {
  margin-left: 23px;
}

.lists .list .elements p {
  font-size: 15px;
  font-weight: bold;
  color: #4A4A4A;
  margin-left: 14px;
  margin-top: 45px;
}

.lists .list .elements .icon {
  width: 44px;
  height: 44px;
  background-color: #959EAD;
  position: absolute;
  top: 35%;
  right: 94%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lists .list .elements .icon img {
  position: absolute;
  padding: 14px;
  margin-left: unset;
}

.delivery {
  width: 100%;
  border: 1px solid #959EAD;
  border-radius: 10px;
  padding: 45px 43px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.delivery p {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-left: 46px;
  margin-top: 5px;
  line-height: 24px;
}

/*articles*/
.articles-sec .title h1 {
  text-transform: uppercase;
  color: #4A4A4A;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0.02em;
  text-align: left;
}

.other-news .title h3 {
  font-weight: 500;
}

.articles-sec .articles-text .line-text {
  display: flex;
  margin-left: 20px;
}

.articles-sec .articles-text .line-text .vertical {
  width: 0;
  height: 30px;
  border: 4px solid #4D897B;
  margin-right: 3px;
}

.articles-sec .articles-text .line-text .text {
  width: 70%;
  margin-left: 20px;
}

.articles-sec .articles-text .line-text .text p {
  color: #93979E;
  font-size: 17px;
  text-transform: uppercase;
}

.articles-sec .articles-text .text {
  width: 95%;
  margin-bottom: 15px;
}

.articles-sec .articles-text .text p {
  color: #3B3B3B;
  font-size: 14px;
  margin-bottom: 0;
}

.articles-sec .articles-text .articles-social-network a {
  width: 100%;
  background-color: #FFFFFF;
  padding: 33px 50px;
  margin-top: 15px;
  margin-bottom: 38px;
  display: flex;
}

.articles-sec .articles-text .articles-social-network .text {
  margin-bottom: 0;
}

.articles-sec .articles-text .articles-social-network .text p {
  color: #3B3B3B;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.articles-sec .news-btn {
  width: 30%;
  height: 41px;
  background-color: #959EAD;
  border-radius: 35px;
  padding: 11px 18px;
  text-align: center;
  margin-top: 55px;
}

.articles-sec .news-btn a {
  font-size: 14px;
  color: #FFFFFF;
}

/*order page*/
.sec {
  margin: 50px 0;
}

.sec .sec-right {
  position: relative;
  left: 8%;
}

.sec .sec-right .lines .vector {
  position: absolute;
  top: 45px;
}

.sec .sec-right .lines .vl-line {
  position: absolute;
  border-left: 1px solid #959EAD;
  height: 75.3%;
  top: 75px;
  left: 1.3%;
}

.sec .sec-right .lines .vector1 {
  position: absolute;
  top: 174.3px;
  left: 9px;
}

.sec .sec-right .lines .vector2 {
  position: absolute;
  top: 92%;
  left: 9px;
}

.sec .details {
  position: relative;
  left: 48px;
}

.sec .details .forms select {
  width: 310px;
  height: 40px;
  font-size: 13px;
  color: #3B3B3B;
  border-radius: 33px;
  padding-left: 15px;
  margin-top: 15px;
  -webkit-appearance: none;
}

.sec .details .forms select.Validate_Required,
.sec .details .forms select.city,
.sec .details .forms select.locality,
.sec .details .forms select.payment {
  background-image: linear-gradient(45deg, transparent 50%, #959EAD 50%), linear-gradient(135deg, #959EAD 50%, transparent 50%), radial-gradient(#F2F1EF 70%, transparent 72%);
  background-position: calc(99.5% - 20px) calc(1em + 4px), calc(99.5% - 15px) calc(1em + 4px), calc(98% - 0.5em) 0.7em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

.sec .details .forms input {
  width: 310px;
  height: 40px;
  font-size: 13px;
  border: 1px solid #959EAD;
  border-radius: 33px;
  padding-left: 15px;
  margin-top: 15px;
}

.sec2 {
  background-color: white;
  border-radius: 5px;
  padding: 27px 64px 13px 65px;
  margin-bottom: 28px;
  position: relative;
}

.sec2 .forms input {
  width: 310px;
  height: 40px;
  font-size: 13px;
  border: 1px solid #959EAD;
  border-radius: 33px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 39px;
}

.sec2 .info {
  display: flex;
  justify-content: space-between;
  align-items: cente;
}

.sec2 .info p {
  font-size: 13px;
  color: #474747;
}

.sec2 .info p:last-child {
  font-size: 15px;
  text-align: right;
}

.sec2 .line {
  border-bottom: 1px solid #6C6C6C;
  margin: 25px 0;
}

.sec2 .price p {
  font-size: 15px;
  color: #474747;
  text-align: right;
  margin-bottom: 7px;
}

.sec2 .price p:last-child {
  font-size: 23px;
  font-weight: 700;
  color: #004636;
  text-align: right;
}

.order button {
  background-color: #4D897B;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  padding: 14px 120px 14px 120px;
  color: #FFFFFF;
  margin-bottom: 50px;
  position: relative;
  left: 40%;
}

/*detail page product*/
#popupReviews {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 70, 54, 0.35);
  z-index: 90;
  display: none;
  overflow-y: scroll;
}

#popupReviews.active {
  display: block;
}

#popupReviews.active .popup-tender-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#popupReviews.active .popup-tender-container .popupDetail-body {
  margin: auto;
  width: 58%;
  max-height: 90%;
  background-color: #F2F1EF;
  position: relative;
  padding: 45px 49px;
  overflow-y: auto;
}

#popupReviews.active .popup-tender-container .popupDetail-body .general-review {
  display: flex;
  flex-direction: row;
}

#popupReviews.active .popup-tender-container .popupDetail-body .general-review .name-description {
  display: flex;
  flex-direction: row;
  margin-right: 8.5px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .general-review .name-description img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .title {
  margin-top: 0px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block {
  background-color: #FFFFFF;
  padding: 18px 19px;
  margin-bottom: 25px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .top .profile {
  display: flex;
  flex-direction: row;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .top .profile .login {
  margin: 20px 20px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .top .profile .login p {
  font-size: 15px;
  color: #3B3B3B;
  margin-bottom: 7px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .top .profile .login p:last-child {
  font-size: 13px;
  color: #747474;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .center {
  font-size: 13px;
  color: #3B3B3B;
  margin-top: 13px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .bottom {
  display: flex;
  flex-direction: row;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .bottom .photo-review {
  width: 89px;
  height: 89px;
  border-radius: 5px;
  border: 1px solid #959EAD;
  background-color: #F2F1EF;
  padding: 15px 18px;
  margin-right: 7px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .bottom .photo-review img {
  width: 52px;
  height: 52px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .additional-offer {
  margin-top: 3px;
  text-align: right;
}

#popupReviews.active .popup-tender-container .popupDetail-body .detailed-block .additional-offer a {
  color: #3B3B3B;
  font-size: 12px;
}

#popupReviews.active .popup-tender-container .popupDetail-body .btn-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 21px;
  cursor: pointer;
}

.url-title .url {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.url-title .url a {
  color: #ABABAB;
  font-size: 13px;
  margin-right: 10px;
}

.url-title .url .triangle {
  width: 0%;
  height: 0%;
  border-top: 5px solid transparent;
  border-left: 5px solid #959EAD;
  border-bottom: 5px solid transparent;
  margin-top: 8px;
  margin-right: 5px;
  transform: translate(-35%, -50%);
}

.url-title .title {
  width: 39%;
  margin-top: 37px;
  margin-bottom: 37px;
}

.main-picture {
  max-width: 350px;
  height: 350px;
  border-radius: 5px;
  border: 1px solid #959EAD;
}

.main-picture .card-like {
  top: 7px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #F7F7F7;
  position: relative;
  left: 300px;
}

.main-picture .card-like .icon {
  padding: 8px 6px;
}

.main-picture .card-galery {
  width: 100%;
  min-height: 208px;
  border-radius: 5px;
  background-color: #EDEDED;
}

.main-picture .card-galery .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #E6E6E6;
  transition: all 0.3s ease-in-out;
  position: absolute;
  margin: 30px 60px;
}

.main-picture .card-galery .image {
  position: absolute;
  max-height: 223px;
  max-width: 196px;
  margin: 0px 23px 15px 25px;
}

.main-picture .card-galery:hover .circle {
  width: 240px;
  height: 240px;
  background-color: #FEE3B1;
}

.main-picture .card-galery .center {
  justify-content: center;
}

.central {
  width: 350px;
}

.central .all-info {
  margin-bottom: 105px;
}

.central .all-info .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.central .all-info .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}

.central .lines .info p {
  font-size: 16px;
  line-height: 24px;
}

.more {
  display: flex;
}

.more .picture {
  width: 99px;
  height: 103px;
  border-radius: 5px;
  border: 1px solid #959EAD;
  margin-top: 12px;
  margin-right: 9px;
}

.more .picture .image {
  position: absolute;
  width: 65px;
  margin: 19px 17px 19px 17px;
}

/* .right {
  max-width: 85%;
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 6px;
} */

.right .notice {
  position: relative;
}

.right .notice .card-banner {
  position: absolute;
  top: 20px;
  left: -5px;
}

.right .notice .card-banner .card-banner__info {
  position: absolute;
  top: 0;
  left: 8px;
  height:  100%;
  gap: 8px;
  display: flex;
  align-items: center;
}

.right .notice .card-banner .card-banner__info img {
  /*margin-bottom: 15px;*/
}

.right .notice .card-banner .card-banner__info .text {
  font-size: 13px;
  color: #FFFFFF;
  width: 100%;
  line-height: 16px;
}

.right .notice .card-sale {
  position: absolute;
  top: 47%;
  right: 11.5px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  outline: 1px solid #FFF;
  background-color: #FFE0E0;
  color: #DEA9A9;
  margin-top: 15px;
}

.right .notice .card-sale .icon {
  position: absolute;
  top: 4px;
  left: 15.5px;
}

.right .notice .card-sale p {
  margin-left: 6px;
  top: 20px;
  position: absolute;
  font-size: 15px;
  font-weight: 700;
}

.right .general {
  padding: 75px 0 0 0;
}

.right .general .info {
  display: flex;
  justify-content: space-between;
}

.right .general .info p {
  margin-left: 8%;
}

.right .general .info .inf {
  display: flex;
}

.right .general .info .inf img {
  width: 19px;
  height: 19px;
}

.right .general .info .inf p {
  margin-left: 5px;
}

.right .general .info p {
  font-size: 12px;
  color: #6E6E6E;
}

.right .result {
  display: flex;
}

.right .prod-flex.result {
  margin-top: 29px;
}

.right .result p {
  font-size: 12px;
  color: #6E6E6E;
  padding-top: 10px;
}
.card-like.center.favor.active img{
  margin-top:6px;
}
.mb-3 {
  margin-bottom: unset !important;
}

.right .result .prod-price {
  font-size: 18px;
  font-weight: 700;
  color: #004636;
  padding-top: 10px;
}

.knob {
  background-color: #4D897B;
  border-radius: 30px 30px 5px 5px;
  margin: 13px 5px 0px 13px;
  margin-top:unset;
  padding: 13px;
  text-align: center;
}

.knob a {
  font-size: 14px;
  color: #FFFFFF !important;
}

.relations {
  display: flex;
}

.relations .details {
  width: 41%;
  background-color: #959EAD;
  margin: 5px 5px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
  padding: 11px 29px;
}

.relations .details img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.relations .details .btn-link {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 70, 54, 0.35);
  z-index: 99;
  display: none;
  overflow-y: scroll;
}

.active{
  display: block;
}

.popup .popup-tender-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.popup .popup-tender-container .popupDetail-body {
  margin: auto;
  width: 58%;
  max-height: 90%;
  background-color: #F2F1EF;
  position: relative;
  padding: 45px 49px;
  overflow-y: auto;
}

.popup .popup-tender-container .btn-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 21px;
  cursor: pointer;
}

.text-sec {
  font-size: 14px;
  color: #3B3B3B;
  width: 65%;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.text-sec .element {
  background-color: #4D897B;
  border-radius: 20px;
  text-align: center;
  padding: 11px;
  height: 120px;
  min-width: 120px;
}

.text-sec .element p {
  font-size: 69px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
}

.text-sec .element p:last-child {
  font-size: 14px;
  margin-top: 0;
  position: relative;
  bottom: 9px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-sec .element-sec {
  margin-left: 26px;
}

.text-sec .element-sec p {
  font-size: 14px;
}

.gallery {
  margin-bottom: 55px;
}

.gallery .top img {
  width: 100%;
  margin-bottom: 25px;
}

.gallery .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gallery .bottom img {
  width: 32%;
  height: 235px;
}

.title {
  font-weight: 400;
  margin-top: 40px;
}

.explanation .img {
  display: flex;
  justify-content: center;
}

.explanation .img img {
  width: 100%;
  margin-top: 23px;
}

.explanation .description {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
}

.explanation .description .left {
  width: 32%;
  height: 465px;
  background-color: #4D897B;
  border-radius: 20px;
  padding: 89px 35px 47px 35px;
}

.explanation .description .left img {
  margin-left: 5%;
}

.explanation .description .left .title {
  color: #FFFFFF;
}

.explanation .description .left .title h3 {
  font-size: 25px;
}

.explanation .description .left p {
  width: 70%;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 20px;
}

.explanation .description .center {
  background-color: #004636;
  display: block;
}

.explanation .description .right {
  background-color: #959EAD;
}

.explanation .description .right p {
  color: #3B3B3B;
}
.splide__arrow {
  background: #fff !important;
  box-shadow: 0px 4px 4px 0px #0000001F;
}
.splide__arrows svg{
  fill: #959EAD;
}
.splide__arrow svg {
  width: 1em!important;
  height: 2em!important;
}
.central .all-info .info, .central .lines .info p{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  color:#6E6E6E;
  }
  