.slider-sec {
  display: block;
  height: max-content;
  padding-bottom: 0;
}
.slider-sec .slide {
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: center;
}
.slider-sec .slide:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.slider-sec .middle-height {
  display: flex;
  padding-bottom: 150px;
  padding-top: 200px;
  position: relative;
  z-index: 3;
}

.slider-sec .content-slide {
  margin: auto;
  margin-left: 0;
  font-family: "Light";
  color: #fff;
  max-width: 900px;
}
.slider-sec .content-slide .title-slide {
  font-size: 45px;
  line-height: 1.5;
  font-family: "Black";
  /*    margin-bottom: 20px; */
}

.slider-sec .content-slide .desc-slide {
  font-size: 18px;
  font-family: "Light";
  margin-bottom: 25px;
}

.slider-sec .content-slide .href-proj {
  outline: none;
  transition: 0.3s;
  padding: 10px 20px;
  background: var(--main-color);
  margin-top: 30px;
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.slider-sec .content-slide .href-proj i {
  margin-left: 10px;
}
.slider-sec .content-slide .href-proj:hover {
  background: var(--two-color);
}
.slider-sec .owl-dots {
  margin: auto;
  max-width: 1240px;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
.slider-sec .owl-dots .owl-dot {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
  transition: 0.5s;
}
.slider-sec .owl-dots .owl-dot button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.slider-sec .owl-dots .owl-dot:hover {
  opacity: 1;
}
.slider-sec .owl-dots .active {
  opacity: 1;
}

.section-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

.build-card .btn-catalog {
  text-align: center;
}
.build-card .href-proj {
  outline: none;
  transition: 0.3s;
  padding: 10px 20px;
  background: var(--main-color);
  margin-top: 30px;
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.build-card .href-proj i {
  margin-left: 10px;
}
.build-card .href-proj:hover {
  background: var(--two-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.build-card .card-choise {
  text-align: center;
  margin-bottom: 40px;
}

.build-card .card-choise li {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin-left: -4px;
}

.build-card .card-choise li:first-child {
  margin-left: 0;
}
.build-card .card-choise li span {
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  display: inline-block;
  position: relative;
  top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-family: "Bold";
  cursor: pointer;
}

.build-card .card-choise li span:hover {
  border-bottom: 3px solid var(--two-color);
}
.build-card .card-choise li .active-choise {
  border-bottom: 3px solid var(--two-color);
}
.build-card .card-project {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 450px;
  background-size: cover;
  position: relative;
  background-position: center;
  overflow: hidden;
}

.build-card .card-project:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.build-card .card-project .content {
  position: relative;
  z-index: 2;
  padding: 30px;
  text-align: left;
  height: 100%;
  top: 340px;
  transition: 0.5s;
}

.build-card .card-project .content .title {
  font-size: 27px;
  font-family: "Bold";
  padding-bottom: 10px;
  color: #fff;
}

.build-card .card-project .content .price {
  font-size: 19px;
  padding-bottom: 20px;
  font-family: "Light";
  color: #fff;
}

.build-card .card-project .content .desc {
  font-size: 17px;
  padding-bottom: 20px;
  font-family: "Light";
  color: #fff;
  padding-right: 50px;
}

.build-card .card-project .content .href-proj {
  position: absolute;
  bottom: 30px;
}
.build-card .card-project:hover:before {
  opacity: 1;
}
.build-card .card-project:hover .content {
  top: 0;
}

.advantage-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.advantage-sec .advantage {
  width: 24%;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.advantage-sec .advantage span {
  display: block;
  font-size: 18px;
  font-family: "Bold";
  max-width: 180px;
  margin: 20px auto;
}

.advantage-sec .advantage .pic {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  position: relative;
}

.advantage-sec .advantage .pic img {
  margin: auto;
  height: 55px;
  width: 55px;
}
.advantage-sec .advantage .pic .chech-in {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: -5px;
  top: -5px;
  display: flex;
}

.advantage-sec .advantage .pic .chech-in i {
  margin: auto;
  color: var(--two-color);
}
.advantage-sec .advantage .pic:before {
  height: 140px;
  width: 140px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  content: "";
  left: -7px;
  top: -7px;
}

.seo-sec {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #303030;
}
.seo-sec p,
.seo-sec h2,
.seo-sec h1,
.seo-sec span,
.seo-sec div,
.seo-sec li{
  color: #fff;
}

.partner-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 100%;
}

.partners .middle {
  margin: auto;
  display: inline-block;
  text-align: center;
}
.partners .middle span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #aaa;
}
.partners img {
  height: 100px;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-bottom: 10px;
}

.partner {
  display: inline-flex;
  vertical-align: top;
  height: 170px;
  width: 24%;
  transition: 0.5s;
  filter: grayscale(100%);
}

.partner .middle {
  margin: auto;
  display: inline-block;
  text-align: center;
}
.partner .middle span {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.partner img {
  max-height: 80px;
  max-width: 80%;
  margin-bottom: 10px;
}
.partner:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  filter: grayscale(0%);
  background: #fff;
}

.map-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.map-section .contact-card {
  padding: 20px;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  border-radius: 5px;
}
.map-section .title {
  display: block;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Black";
  position: relative;
}
.map-section .line {
  margin-bottom: 20px;
}
.map-section .line a {
  color: inherit;
  text-decoration: none;
}
.map-section .line a:hover {
  color: var(--main-color);
}
.map-section .social-title {
  display: block;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Black";
  position: relative;
}
.map-section .social-link a {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  margin-right: 10px;
}
.map-section .social-link a:hover {
  color: var(--main-color);
}

.gmnoprint {
  display: none;
}

#map {
  height: 100%;
  position: absolute !important;
  left: 0;
  width: 100%;
  top: 0;
}

/*.grey-bg {
background: #f7f7f7; }*/

.partner-sec--slider {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.partner-sec--slider-prev {
  height: 40px;
  width: 40px;
  background-image: url("/site/img/slider-arrow.svg");
  background-size: 40px 40px;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
}
.partner-sec--slider-next {
  transform: scaleX(-1);
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url("/site/img/slider-arrow.svg");
  background-size: 40px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.service-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.service-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.service-section__item {
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
  color: #333;
}

.service-section__item.link:hover {
  opacity: 0.6;
}

.service-section__name {
  font-weight: bold;
  font-size: 16px;
}

.service-section__comment {
  font-size: 14px;
  margin-top: 15px;
}

.why-sec {
  margin-top: 70px;
  margin-bottom: 70px;
}

.why-sec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}

.why-sec__img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #0e9d8c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.why-sec__img img {
  height: 35px;
  width: 35px;
}

.why-sec__name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.why-sec__comment {
  font-size: 16px;
  margin-top: 15px;
}

.why-sec__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}

.why-sec__list--item {
  font-size: 16px;
}

.form-sec {
  margin-top: 30px;
  margin-bottom: 70px;
}
.form-sec__title {
  font-weight: bold;
  /*  font-size: 25px;*/
  margin-bottom: 50px;
  text-align: center;
}

.form-sec__form {
  background-color: #f7f7f7;
  padding: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;*/
}
.form-sec__input {
  height: 50px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px;
  flex: 0 0 32%;
}

.form-sec__bottom__or {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-sec__textarea {
  /*  grid-column: 2 span / auto;*/
  height: 150px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  flex: 0 0 100%;
}
.form-sec__foot {
  padding-top: 15px;
  width: 100%;
}
.form-sec .politic {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.form-sec__bottom {
  grid-column: 2 span / auto;
}

.form-sec__bottom--file {
}

.form-sec__bottom--file input {
  position: absolute;
  left: -9000px;
}

.infoss {
  font-size: 14px;
  margin-top: 10px;
}

.infoss * {
  font-size: 14px;
}

.form-sec__bottom label {
  padding: 10px 25px;
  background-color: #0e9d8c;
  cursor: pointer;
  display: block;
  width: fit-content;
  font-family: "Black";
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #0e9d8c;
  color: #fff;
}

.form-sec__bottom [type="file"] {
  position: absolute;
  left: -80000px;
}

.form-sec__bottom--button {
  padding: 10px 25px;
  background-color: #0e9d8c;
  cursor: pointer;
  font-family: "Black";
  display: block;
  width: fit-content;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 25px;
  border: 2px solid #0e9d8c;
  color: #fff;
}

/**************************************************************************************************************/
/**************************************************************************************************************/
/************************************************MY STYLE******************************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/

.t-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
}
.t-product__link {
  flex: 0 0 23%;
  margin: 0 20px 20px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.t-product__link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 888;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.t-product__link:hover:before {
  opacity: 0.2;
}
.t-product__link:hover span img {
  transform: scale(1.1);
}
.t-product__link span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transform: scale(1);
  transition: 0.4s;
}
.t-product__link-img {
  position: relative;
  z-index: 777;
  display: block;
}
.t-product__link-info {
  position: absolute;
  z-index: 99999;
  bottom: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
.t-product__link-info {
  /*    flex-direction: column;*/
}
.t-product__link-info-name {
  font-weight: 600;
  flex: 0 0 70%;
}
.work-wrap {
  padding: 60px 0 40px;
  border-bottom: 1px solid #fff;
}
.work {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
#works_id_all .work {
  justify-content: center;
}
.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100%;
}

.work-item {
  flex: 0 0 49%;
  margin: 0 0 20px 0;
  border-radius: 8px;
  overflow: hidden;
  height: 240px;
  box-shadow: 2px 2px 5px -1px #686868;
}

.work-item a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
  transform: scale(1);
}

.work-item:hover img {
  transform: scale(1.1);
}

.work .work-item:nth-child(4n) {
  margin-right: 0;
}
#works_id_all .work .work-item:nth-child(4n) {
  margin-right: 0;
}
/*.work .work-item:nth-child(5n){
    margin-right: 0;
  }*/
.t-product__link-info-price {
  flex: 0 0 28%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.stock-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stock {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
}
.stock-item {
  flex: 0 0 32%;
  padding: 30px 20px;
  box-shadow: 5px 5px 20px -7px #717171;
  border-radius: 20px;
}

.stock-item__info-name p {
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  text-transform: uppercase;
}

.stock-item__info-price p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--main-color);
}
.stock-item__info-price p .old-price,
.stock-item__info-price p .new-price {
  position: relative;
  line-height: 1.2;
}

.stock-item__info-price p .old-price:before {
  content: "";
  display: block;
  height: 2px;
  width: 110%;
  position: absolute;
  top: 50%;
  background: #717171;
  left: -1px;
}

.stock-item__info-price p .old-price {
  font-size: 24px;
  color: #717171;
}
.stock-item__info-price p .new-price {
  color: #f00;
  font-size: 30px;
  font-weight: bold;
}
.stock-item__img {
  height: 300px;
}
.stock-item__info-name p:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  margin: 15px auto 0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ffffff 0%,
    #0e9d8c94 51%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #0e9d8c94 51%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #0e9d8c94 51%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.stock .stock-item .head-call {
  margin: 25px auto 0;
  border-radius: 8px;
}
.price .price-info .head-call {
  border-radius: 100px;
  margin-left: 3rem;
  margin-top: 15px;
  box-shadow: 0 10px 60px var(--main-color);
}
.stock .stock-item .head-call,
.price .price-info .head-call {
  outline: none;
  transition: 0.3s;
  padding: 10px 20px;
  background: var(--main-color);
  cursor: pointer;
  font-family: "Bold";
  font-size: 16px;
  color: #fff;
  width: 60%;
  text-align: center;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.stock .stock-item .head-call:hover,
.price .price-info .head-call:hover {
  background: var(--two-color);
  box-shadow: 0 0 15px rgba(71, 74, 80, 0.5);
}
.price-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*  padding: 0 0 40px;*/
  margin-top: 60px;
}
.price-info {
  flex: 0 0 35%;
  padding-top: 30px;
}
.price-table {
  flex: 0 0 60%;
}
.price-table table th,
.price-table table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
}
.price-table table th {
  background: var(--main-color);
  color: #fff;
}
.price-table table td:nth-child(1),
.back-grey {
  background: #ededed;
  font-weight: 600;
}
.price-table table tbody tr:hover {
  background: #f5f5f5;
}
.price-info__name {
  font-size: 24px;
  line-height: 1.5;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.price-info__comm p:before,
.price-info__name:before {
  content: "";
  display: block;
  height: 2px;
  background: var(--main-color);
  margin-right: 15px;
}
.price-info__name:before {
  width: 60px;
}

.price-info__comm p:before {
  width: 45px;
  flex: 0 0 45px;
}
.price-info__comm {
  padding-left: 3rem;
}
.price-info__comm p {
  font-size: 1.1rem;
  color: #858995;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
}
.dost-opl-bak {
  background: url(../../userfiles/images/dostavka.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  z-index: 777;
  height: 100%;
}
.dost-opl-wrap {
  position: relative;
  width: 160%;
  left: -355px;
  height: 520px;
}
.dost-opl-box {
  position: relative;
  z-index: 999;
  padding-top: 40px;
  padding-bottom: 40px;
}
.dost-opl-box h2 {
  color: #fff;
}
.dost-opl {
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dostavka-desc ul {
  list-style-type: "\2713";
  color: var(--main-color) !important;
  font-weight: bold;
}
.dostavka-desc ul li span {
  color: #fff;
  font-weight: 400;
}
.dostavka {
  flex: 0 0 48%;
}
.oplata {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  flex: 0 0 35%;
  margin-right: 40px;
  align-items: center;
  border-radius: 20px;
  background: #8b8b8b;
  box-shadow: inset 0px 0px 20px -5px #fff;
}
p.oplata-desc__name {
  font-weight: 600;
  font-size: 18px;
}
.dostavka-desc ul li {
  padding-left: 8px;
}
.dostavka-list {
  width: 75%;
}
.dostavka-item.dostavka-desc p {
  padding-bottom: 0;
}
.advan-wrap {
  padding: 40px 0;
}
.advan-subtitle {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.advan {
  padding-top: 25px;
}
.advan {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advan-item {
  flex: 0 0 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.advan-item__img {
  flex: 0 0 12%;
  margin-right: 20px;
}
.advan-item__img img {
  width: 100%;
}
.advan-item__desc p {
  line-height: 1.5;
}
.advan-item__name p {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  padding-bottom: 0;
}
.advan-item__name {
  margin-bottom: 10px;
}
.advan-item__desc {
  padding-top: 15px;
}
.arr-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  background: var(--main-color);
  position: fixed;
  bottom: 4%;
  right: 0;
  z-index: 9995;
  /*  border-radius: 5px;*/
  transition: 0.5s;
  transform: rotate(45deg);
  transform-origin: 0 0;
  box-shadow: 10px 10px 50px -9px var(--two-color),
    -10px -10px 50px -9px var(--two-color);
  overflow: hidden;
}
.arr-btn:hover {
  background: var(--two-color);
  /*  box-shadow: 5px 5px 20px -1px var(--main-color), -5px -5px 20px -1px var(--main-color);*/
  box-shadow: 4px 4px 20px -5px #fff, -4px -4px 20px -5px #fff;
}
a.arr-btn img {
  transform: rotate(-45deg);
  width: 55%;
  display: block;
  font-size: 22px;
  color: #fff;
}
.reviews {
  display: flex;
  justify-content: center;
}
.video-review {
  display: flex;
  padding: 20px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-review-item {
  flex: 0 0 48%;
  margin-bottom: 30px;
  height: 380px;
}
.video-review-item iframe {
  width: 100%;
  height: 100%;
}
.requisites {
  padding-top: 20px;
}
.requisites-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.requisites-item p {
  line-height: 1.5;
  font-size: 22px;
  padding-bottom: 0;
}
.requisites-wrap h2 {
  text-align: left;
  margin-bottom: 0;
}
p.requisites-item__label {
  margin-right: 6px;
}
.social,
.social-mob {
  display: flex;

  flex: 0 0 100%;
}
header .social {
  justify-content: flex-end;
}
footer .social {
  justify-content: flex-start;
}
.social-mob {
  display: none;
}
a.social-item__link {
  flex: 0 0 13%;
  height: 28px;
  width: 28px;
}
.social a.social-item__link:not(:last-child) {
  margin-right: 10px;
}

a.social-item__link img {
  width: 100%;
  transition: 0.4s;
  opacity: 0.8;
}
a.social-item__link img:hover {
  opacity: 1;
}
footer a.social-item__link {
  flex: 0 0 10%;
  margin-bottom: 10px;
}
.price-tip-wrap {
  padding: 40px 0;
}
.price-tip {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  justify-content: flex-start;
}
.price-tip-item {
  margin-right: 20px;
  margin-bottom: 20px;
  flex: 0 0 31%;
}
.price-tip-item__img {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-tip-item__img img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.price-tip-item__name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.price-tip-item__name p {
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 0;
}
.price-tip-item__btn {
  width: 40%;
  height: 45px;
  display: flex;
  margin: 0 auto;
  border-radius: 8px;
  cursor: pointer;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  align-items: center;
  border: 2px solid #0e9d8c;
  margin-top: 15px;
  transition: 0.4s;
}
.price-tip-item__btn:hover {
  color: #fff;
  background: #0e9d8c;
}
.review-wrap {
  padding: 0 0 40px;
  width: 100%;
}
.review-wrap div {
  margin: 0 auto;
  width: 760px;
  height: 800px;
}

span.slider__item_img img {
  width: 100%;
  height: 100%;
}

.slide-work {
  height: 300px;
}
.slide-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-work__wrap {
  margin: 40px 0;
}
.slider-work__wrap h2 {
  margin-bottom: 30px;
}
#slider-work {
  position: relative;
}
#slider-work .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#slider-work .owl-prev {
  position: absolute;
  left: -5%;
}
#slider-work .owl-next {
  position: absolute;
  right: -5%;
}
#slider-work .owl-next span,
#slider-work .owl-prev span {
  font-size: 80px;
}
#kviz {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.dostavka-item.dostavka-desc {
  margin-bottom: 15px;
}
.price-comm {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: flex-end;
}
.price-comm p {
  text-align: left;
  width: 60%;
}
.footer-info__link {
  color: #fff;
  text-decoration: none;
}
.map-section #map iframe {
  height: 100%;
}
.pt-paket-item__img {
  height: 300px;
  margin-bottom: 8px;
}
.pt-paket-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pt-paket-item {
  margin-right: 20px;
  flex: 0 0 31%;
  padding: 10px 0;
  box-shadow: 0px 0px 10px -1px #ddd;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.pt-paket {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pt-paket-item__info {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 270px;
}
.pt-paket-item__info-name {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  /*  height: 80px;*/
}
.pt-paket-item__par table tr {
  height: auto;
}
.pt-paket-item__par table tr td {
  padding: 3px 10px;
  border: 1px solid #ddd;
}
.pt-paket-item__par {
  margin-bottom: 16px;
}
.pt-paket-item__btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #0e9d8c;
  height: 40px;
  margin: 0 auto;
  width: 80%;
  align-items: center;
}
.more {
  width: 230px;
  margin: 0 auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.5s;
}

.more:hover {
  background: var(--two-color);
}

.header-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*  padding: 0 0 8px;*/
  margin-bottom: 15px;
}
.header-top ul {
  list-style-type: none;
  display: flex;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}
.header-top ul li:not(:last-child) {
  margin-right: 10px;
}
.header-top ul li a {
  color: #fff;
  font-size: 13px;
  font-family: "Regular";
  text-decoration: underline;
  transition: 0.6s;
}
.btn-sec {
  display: flex;
  justify-content: space-between;
  flex: 0 0 15%;
  flex-direction: column;
}
.phone__link {
  margin-bottom: 8px;
  display: block;
}
header .btn-sec .phone-head {
  flex: 0 0 48%;
}
header .phone-head .head-call {
  text-align: center;
}
header .btn-sec .phone-head .head-call {
  padding: 10px;
}
.footer-colum .footer-title a img {
  width: 100%;
}
footer .footer-colum .footer-desc .footer-info-conf {
  padding-left: 0;
}
.footer-btn-sec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-btn-sec .phone-head {
  margin-right: 20px;
}

.type-item-left,
.type-item-right {
  flex: 0 0 50%;
}
.type-item-right {
  padding: 20px 8px 8px 25px;
}
.type-item-right__name {
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Black";
  font-size: 24px;
  padding: 0;
  color: var(--main-color);
}
.type-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.type-item-right__desc {
  line-height: 1.5;
  font-size: 14px;
  color: #8c8c8c;
  padding-right: 20px;
  padding-top: 10px;
  border-right: 10px solid var(--main-color);
}
.type-item-right__price {
  margin-bottom: 20px;
}
.type-item-right__more {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 180px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  transition: 0.6s;
  font-weight: 600;
  font-size: 18px;
  transition: 0.6s;
  background: var(--main-color);
}
.type-item-right__more:hover {
  color: var(--two-color);
  border: 2px solid var(--two-color);
}
.price-value {
  display: flex;
  align-items: center;
  font-family: "Black";
  line-height: 1.5;
  font-size: 32px;
}
.price-value span {
  display: block;
  margin-left: 10px;
  font-size: 32px;
  font-family: "Black";
}
.price-value span sup {
  font-size: 14px;
  vertical-align: super;
  font-family: "Black";
}
.type-item-left__main {
  height: 350px;
  margin-bottom: 5px;
}
.type-item-left__main img {
  display: block;
}
.type-item-left__extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type-item-left__extra .type-item-left__extra-img {
  flex: 0 0 33%;
  height: 125px;
}
.type-content {
  padding: 50px 0 0;
  max-width: 100%;
  margin: 0px auto;
}
.type-sec {
  margin: 0px 0px 50px 0px;
}
.type {
  margin-top: 40px;
}
.type-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.type-tabs__item {
  height: 40px;
  display: flex;
  justify-type-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--two-color);
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 15px;
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  transition: 0.6s;
}
.type-tabs__item:hover span {
  color: var(--main-color);
}
.type-tabs__item:hover {
  background: #fff;
}
.type-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  /*  padding-bottom: 20px;*/
  border-bottom: 2px solid var(--main-color);
  box-shadow: 1px 1px 6px -3px var(--two-color),
    -1px -1px 6px -3px var(--two-color);
}

.hide {
  display: none;
}
.back-form-left__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 7px;
}
.back-form-left__body input {
  height: 50px;
  margin-right: 18px;
  padding-left: 15px;
  flex: 0 0 30%;
}
.back-form-left__body .btn-sbmt .form-submit {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
  transition: 0.6s;
  color: #fff;
  border-radius: 5px;
  font-family: "Bold";
  text-transform: uppercase;
}
.submit-form {
  flex: 0 0 30%;
}
.back-form-left__body .btn-sbmt .form-submit:hover {
  background: var(--two-color);
  text-shadow: 1px 1px var(--main-color);
}
.back-form-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px;
  /*  background: #8bbfdf;*/
  background: url(../../userfiles/images/backform-min.jpg);
  flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
}
.back-form-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #8bbfdf;
  z-index: 1;
  opacity: 0.85;
  filter: brightness(0.8);
}
.back-form-sec .error-window {
  width: 100%;
  flex: 0 0 100%;
  z-index: 818;
  display: flex;
  justify-content: flex-end;
}
.back-form-right {
  flex: 0 0 100%;
  z-index: 800;
  text-align: center;
}
.back-form-left {
  flex: 0 0 70%;
  z-index: 808;
  margin: 20px auto;
}
.managercl {
  z-index: 828;
  position: absolute;
  left: -12%;
  width: 24%;
  bottom: -8%;
  display: none;
}
.managercl img {
  width: 100%;
}
.back-form-right-name p {
  font-size: 36px;
  line-height: 1.5;
  font-family: "Black";
  color: #fff;
  text-transform: uppercase;
}
.banner-right__conf.banner-right__conf_black {
  text-align: right;
  padding-bottom: 0;
  font-size: 14px;
  color: #fff;
}
.banner-right__conf.banner-right__conf_black a {
  font-size: 14px;
  color: #fff;
}
.back-form-right-name p {
  padding-bottom: 0;
}
.btn-sbmt .form-submit {
  cursor: pointer;
}
.ready-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.ready .ready-item:nth-child(2n + 1) .ready-right {
  order: 2;
}
.ready .ready-item:nth-child(2n + 1) .ready-left {
  order: 1;
  box-shadow: 4px 0 5px -4px #000, -4px 0 5px -4px #fff;
}
.ready .ready-item:nth-child(2n) .ready-left {
  order: 2;
  box-shadow: -4px 0 5px -4px #000, 4px 0 7px -3px #fff;
}
.ready .ready-item:nth-child(2n) .ready-right {
  order: 1;
}
.ready-left img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.ready-left {
  flex: 0 0 38%;
  position: relative;
  z-index: 999;
  height: 530px;
}
.ready-right {
  flex: 0 0 58%;
  padding: 20px 30px 30px 30px;
  background: #f2f2f2;
  box-shadow: 1px 1px 6px -2px #999, inset 1px 0 5px #ddd;
}
.ready-right p,
.ready-right span,
.ready-right div {
  color: var(--main-color);
}
.ready-right__name {
  font-size: 24px;
  font-weight: 400;
  font-family: "Bold";
}
.ready-right__name:after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 2px;
  width: 20%;
  background: var(--main-color);
  box-shadow: 0 -1px 2px 0 var(--main-color);
}
.ready-right__cost {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cost-total p {
  padding-bottom: 0;
  line-height: 1;
}
.cost-total__value:after {
  content: "\20BD";
  display: block;
  margin-left: 8px;
  font-size: 20px;
  font-family: "Regular";
}
.cost-total__value {
  font-size: 26px;
  font-weight: 800;
  font-family: "Bold";
  display: flex;
  align-items: center;
}
.cost-date {
  font-size: 22px;
  font-weight: 800;
}
.cost-total {
  margin-bottom: 15px;
}
.cost-total__label {
  font-size: 11px;
}
.ready-right__par {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 2px solid #ccc;
}
.ready-right__par-name {
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.ready-right__par-value span sup {
  font-size: 11px;
}
.sert-h2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sert-sec h2 {
  text-align: left;
  width: 40%;
  font-size: 50px;
  color: #fff;
}
.sert-h2-left,
.sert-h2-right {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #fff;
}
.sert-h2-left {
  width: 30%;
  flex: 0 0 30%;
  font-size: 18px;
}
.sert-h2-right {
  width: 56%;
  flex: 0 0 56%;
  font-size: 24px;
  font-family: "Bold";
  text-transform: uppercase;
  text-align: right;
}
.sert {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.sert-item {
  flex: 0 0 195px;
  width: 195px;
  height: 265px;
  border: 10px solid var(--two-color);
}
.sert-item a {
  display: block;
  height: 100%;
  width: 100%;
}
.sert-item a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.video {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.video-sec {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.video-item video {
  height: 100%;
  width: 100%;
  box-shadow: 1px 1px 4px -2px #000;
  border-radius: 20px;
  border: 1px solid #ccc;
  object-fit: cover;
}
.video-item {
  flex: 0 0 32%;
  height: 350px;
  margin-right: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.ready-sec {
  margin: 60px 0 40px;
}
.sert-sec {
  padding: 40px 0;
  background: var(--main-color);
}
/*.work-all, .video-all{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  box-shadow: 2px 2px 4px -2px var(--two-color), -2px -2px 4px -2px var(--two-color);
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
}*/
.look-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--main-color);
  transition: 0.5s;
  box-shadow: 2px 2px 4px -2px var(--two-color),
    -2px -2px 4px -2px var(--two-color);
  height: 50px;
  border-radius: 5px;
  font-weight: bold;
  background: var(--two-color);
}
.look-all:hover {
  color: #fff;
  background: var(--main-color);
}

.in-page .look-all,
#works_id_all .look-all {
  background: var(--two-color);
  color: var(--main-color);
}
.in-page .look-all:hover,
#works_id_all .look-all:hover {
  background: var(--main-color);
  color: #fff;
}
.look-all.video-btn {
  background: var(--two-color);
  /*  color: var(--main-color);*/
}
.look-all.video-btn:hover {
  background: var(--main-color);
  color: #fff;
}
#works_id_all .work-item {
  flex: 0 0 49%;
  height: 250px;
  margin: 0 10px 20px 0;
}
.advancomp-sec,
.info-box,
.calc-banner-sec {
  position: relative;
}
.advancomp-back {
  position: relative;
  padding: 50px 0;
}
.advancomp-back:after {
  position: absolute;
  left: -30%;
  top: 0;
  content: "";
  display: block;
  z-index: 777;
  width: 160%;
  height: 100%;
  background: url(../../userfiles/images/natpotolok.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.advancomp-back:before {
  position: absolute;
  left: -30%;
  top: 0;
  content: "";
  display: block;
  opacity: 0.9;
  z-index: 800;
  width: 160%;
  height: 100%;
  background: var(--main-color);
}
.advancomp-item {
  position: relative;
  z-index: 888;
  flex: 0 0 31%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.advancomp-sec h2 {
  position: relative;
  z-index: 890;
  color: #fff;
}
.advancomp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  z-index: 999;
  position: relative;
}
.advancomp-item__desc,
.advancomp-item__name {
  color: #fff;
}

.advancomp-item__img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 15px;
}

.advancomp-item__img img {
  width: 100%;
  height: 100%;
}
.advancomp-item__name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
  font-family: "Bold";
}
.ipoteka {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0;
  padding: 60px 30px;
  box-shadow: 1px 1px 30px -3px #000;
  margin-top: 60px;
}
.ipoteka-info,
.ipoteka-img {
  flex: 0 0 48%;
}
.ipoteka-img img {
  width: 100%;
}
.ipoteka-info__name {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  font-family: "Bold";
}
.ipoteka-info-par {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ipoteka-info-par__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ipoteka-info-par__item p.ipoteka-info-par__label {
  padding-bottom: 0;
}
.ipoteka-info-par__item .ipoteka-info-par__value {
  font-size: 50px;
  font-family: "Bold";
  color: var(--two-color);
}
.ipoteka-info__txt {
  width: 80%;
  margin-bottom: 20px;
}
.stati {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 40px;
}
.stati-link img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.5s;
}
.stati-link {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  padding: 0 0 20px;
  box-shadow: 1px 1px 8px -4px #000;
  transition: 0.6s;
  border: 1px solid transparent;
}
.stati-link:hover {
  box-shadow: none;
  border: 1px solid #ccc;
}
.stati-link:hover img {
  filter: brightness(0.65);
}
.stati-sec {
  padding: 50px 0;
}
.stati-link__name {
  font-size: 22px;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.1;
  font-family: "Bold";
  color: var(--main-color);
}
.stati-link__txt {
  padding: 0 15px;
  font-size: 14px;
  color: #848484;
}
.stati-link__name:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
  height: 2px;
  width: 20%;
  background: var(--two-color);
  box-shadow: 0 -1px 2px 0 var(--two-color);
}
.stati-sec .look-all {
  background: var(--two-color);
  transition: 0.5s;
}
.stati-sec .look-all:hover {
  background: var(--main-color);
  color: #fff;
}
.testim h2 {
  color: #fff;
}
.prod-card__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*  align-items: stretch;*/
  margin-bottom: 20px;
}
.prod-card-top__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.prod-card-top__img {
  height: 480px;
  flex: 0 0 50%;
  width: 50%;
}
/*.prod-card-top__img a {
  display: block;
  height: 100%;
}*/
.prod-card-top__info {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 20px;
}
.prod-card-top__btn {
  width: 200px;
  height: 55px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--two-color);
  color: var(--main-color);
  border-radius: 5px;
  transition: 0.6s;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 1px 1px 5px -1px #fff, -1px -1px 5px -1px #fff;
}
.prod-card-top__info-txt p {
  line-height: 1.5;
}
.prod-card-top__btn:hover {
  background: var(--main-color);
  border: 1px solid #fff;
  color: #fff;
}
.prod-card-top__info-par-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 2px solid #ccc;
}
.prod-card-top__info-par {
  margin-bottom: 20px;
}
.prod-card-top__info-txt,
.prod-card-top__info-price {
  margin-bottom: 20px;
}
.prod-card-top__info-txt p {
  color: #fff;
}
.prod-card-top__info-par-item-label {
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #fff;
}
.prod-card__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod-card__bottom-img {
  flex: 0 0 24%;
  width: 24%;
  height: 190px;
}
.prod-card__bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-card-top__info-par .prod-card-top__info-par-item:first-child {
  border-top: 2px solid #ccc;
}
.prod-card-top__info-title {
  text-transform: uppercase;
  font-family: "Bold";
  font-size: 22px;
  color: #fff;
}
.prod-card {
  margin-bottom: 80px;
  margin-top: 40px;
}
#works_id_all {
  padding-top: 0;
}
.menu-main .wrapper ul.menu-main__line {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-left: 0;
  align-items: center;
  min-height: 100%;
  position: relative;
}
.view {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.view-item {
  flex: 0 0 23%;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.6s;
}
.view-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: 0.6s;
  filter: brightness(0.6);
}
.view-item:hover .view-item__name {
  background: var(--two-color);
  color: var(--main-color);
  box-shadow: none;
}
.view-item:hover img {
  filter: brightness(1);
}
.view-item__name {
  display: flex;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.8s;
  background: var(--main-color);
  box-shadow: inset 0px 0px 5px -1px #fff;
  text-align: center;
  padding: 6px;
}

.info-box__back {
  position: relative;
  padding: 50px 0;
}

.info-box__back:before,
.calc-banner__back:before {
  position: absolute;
  left: -30%;
  top: 0;
  content: "";
  display: block;
  opacity: 0.9;
  z-index: 800;
  width: 160%;
  height: 100%;
  background: #fff;
}
.info-box__list-item {
  margin-bottom: 15px;
}
.vanna .info-box__back:after {
  background: url(../../userfiles/images/vannapotolok.jpg);
}
.spal .info-box__back:after {
  background: url(../../userfiles/images/spalpotolok.jpg);
}
.calc-banner__back:after {
  background: url(../../userfiles/images/calc-banner.jpg);
}

.info-box__back:after,
.calc-banner__back:after {
  position: absolute;
  left: -30%;
  top: 0;
  content: "";
  display: block;
  z-index: 777;
  width: 160%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.calc-banner__back:before {
  background: var(--main-color);
}
.info-box-section,
.calc-banner {
  z-index: 999;
  position: relative;
}
.info-box-section p,
.info-box-section ol li {
  color: var(--main-color);
  line-height: 1.5;
}
.info-box__list-item span {
  font-weight: 600;
  text-decoration: underline;
}
.calc-banner__back {
  position: relative;
  padding: 80px 0;
}
.calc-banner-sec {
  margin-top: 80px;
}
.calc-banner {
  text-align: center;
}
.calc-banner p {
  font-size: 36px;
  font-family: "Black";
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 8px var(--main-color);
}
.calc-banner .btn {
  outline: none;
  transition: 0.5s;
  height: 40px;
  background: #fff;
  margin-top: 5px;
  cursor: pointer;
  font-family: "Bold";
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 1px 1px 4px -2px var(--two-color),
    -1px -1px 4px -2px var(--two-color);
  width: 180px;
  letter-spacing: 3px;
  margin: 20px auto 0;
}
.calc-banner .btn:hover {
  background: var(--two-color);
}
.advantype-sec {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.advantype {
  padding: 30px 0;
}
.advantype p {
  padding: 0;
}
.advantype-top,
.advantype-top-left-row1,
.advantype-bottom,
.advantype-bottom-right-row2,
.advantype-bottom2 {
  display: flex;
  flex-wrap: wrap;
}
.advantype-top,
.advantype-bottom,
.advantype-bottom-right-row2,
.advantype-bottom2 {
  justify-content: space-between;
}
.advantype-top-left {
  flex: 0 0 40%;
}
.advantype-bottom-left {
  flex: 0 0 60%;
}
.advantype-bottom-right {
  flex: 0 0 39%;
}
.advantype-top-right {
  flex: 0 0 59%;
  display: flex;
  justify-content: space-between;
}
.advantype-bottom2__item {
  flex: 0 0 48%;
}
.advantype-top-left-row1 {
  justify-content: space-between;
}
.advantype-top-left-row1__item,
.advantype-top-right__item,
.advantype-bottom-right-row2__item {
  flex: 0 0 49%;
}
.advantype-top-left-row2__item-info,
.advantype-top-left-row1__item-info,
.advantype-top-right__item-info,
.advantype-bottom-left__item-info,
.advantype-bottom-right-row1__item-info,
.advantype-bottom-right-row2__item-info {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 105px;
}
.advantype-bottom2__item-info {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.advantype-bottom2 {
  margin-bottom: 10px;
}
.advantype-top-left-row1__item-img,
.advantype-bottom-right-row2__item-img {
  height: 240px;
}
.advantype-top-left-row2__item-img,
.advantype-bottom-right-row1__item-img,
.advantype-bottom2__item-img {
  height: 370px;
}
.advantype-top-right__item-img,
.advantype-bottom-left__item-img {
  height: 715px;
}
.advantype-top-left-row1__item-img,
.advantype-top-left-row2__item-img,
.advantype-top-right__item-img,
.advantype-bottom-left__item-img,
.advantype-bottom-right__item-img,
.advantype-bottom-right-row1__item-img,
.advantype-bottom-right-row2__item-img,
.advantype-bottom2__item-img {
  object-fit: cover;
  box-shadow: 1px 1px 5px -1px #fff, -1px -1px 5px -1px #fff;
  overflow: hidden;
  border-radius: 3px;
}
.advantype-top-left-row1__item-img a,
.advantype-top-left-row1__item-img a img,
.advantype-top-left-row2__item-img a,
.advantype-top-left-row2__item-img a img,
.advantype-top-right__item-img a,
.advantype-top-right__item-img a img,
.advantype-bottom-left__item-img a,
.advantype-bottom-left__item-img a img,
.advantype-bottom-right-row1__item-img a,
.advantype-bottom-right-row1__item-img a img,
.advantype-bottom-right-row2__item-img a,
.advantype-bottom-right-row2__item-img a img,
.advantype-bottom2__item-img a,
.advantype-bottom2__item-img a img {
  display: block;
  height: 100%;
}
.advantype-top-left-row1__item-info-desc,
.advantype-top-left-row2__item-info-desc,
.advantype-top-right__item-info-desc,
.advantype-bottom-left__item-info-desc,
.advantype-bottom-right-row1__item-info-desc,
.advantype-bottom-right-row2__item-info-desc,
.advantype-bottom2__item-desc {
  font-size: 14px;
}
.advantype .advantype-top-left-row1__item-info-title,
.advantype .advantype-top-left-row2__item-info-title,
.advantype .advantype-top-right__item-info-title,
.advantype-bottom-left__item-info-title,
.advantype-bottom-right-row2__item-info-title,
.advantype-bottom-right-row1__item-info-title,
.advantype-bottom2__item-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Bold";
  padding-bottom: 5px;
  line-height: 1.5;
}
.advantype img {
  width: 100%;
  object-fit: cover;
}
.articles-section {
  background: #303030;
  color: #fff;
}
.similar-sec {
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.similar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.similar-link {
  flex: 0 0 24%;
  display: block;
  text-decoration: none;
  color: #fff;
}
.similar-link:hover img {
  transform: scale(1.1);
  filter: brightness(1);
}
.similar-link:hover .similar-link__name {
  opacity: 0.8;
}
.similar-link:hover .similar-link__name:after {
  background: var(--two-color);
}
.similar-link span {
  display: block;
}
.similar-link__img {
  overflow: hidden;
  margin-bottom: 10px;
  height: 165px;
}
.similar-link__name {
  font-size: 22px;
  font-family: "Bold";
  text-transform: uppercase;
  line-height: 1.5;
  transition: 0.7s;
}
.similar-link__name:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: transparent;
  transition: 0.6s;
  margin-top: 10px;
}
.similar-link__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  filter: brightness(0.7);
  transition: 1.1s;
}
.contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.contacts-address {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 20px 20px;
}
.contacts-map {
  height: 500px;
  flex: 0 0 60%;
}
.contacts-map iframe {
  width: 100%;
  height: 100%;
}
.contacts-address__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contacts-address__item-name {
  font-size: 22px;
  line-height: 1.2;
}
.contacts-address__item-name span {
  font-weight: 800;
}
.contacts-address__item-name:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: var(--two-color);
  margin-top: 12px;
}
.contacts-address__item-icon {
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
  margin-right: 10px;
}
.contacts-address__item-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.contacts-address__item-soc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contacts-address__item-soc a {
  display: block;
  height: 32px;
  width: 32px;
  flex: 0 0 32px;
  margin-right: 10px;
  overflow: hidden;
}
.contacts-address__item-soc a img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.contacts-address__item-txt a {
  color: #fff;
}
.ocomp {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.ocomp-info p {
  line-height: 1.5;
  font-size: 18px;
}
.ocomp-img {
  flex: 0 0 45%;
  height: 480px;
}
.ocomp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.ocomp-info {
  padding: 20px;
  flex: 0 0 50%;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
}
.tags-item {
  flex: 0 0 23%;
  padding: 15px 10px;
  border: 1px solid #282828;
}
.tags-item__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.tags-item__head-img {
  width: 100%;
  margin-bottom: 15px;
  height: 200px;
}
.tags-item__head img {
  width: 100%;
  height: 100%;
}
.tags-item__head-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.tags-item__head-name:hover {
  color: var(--two-color);
}
.tags-item__footer a {
  display: flex;
  margin-bottom: 15px;
  color: #fff;
  align-items: flex-start;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.tags-item__footer a:before {
  content: "\2014";
  display: block;
  margin-right: 6px;
}
.tags-item__footer a:hover {
  color: var(--two-color);
}
.prod-card-top__info-txt ol {
  margin: 0;
}
.prod-card-top__info-txt ol li {
  line-height: 1.4;
}
.stati-sec.in-page .stati-link__name,
.stati-sec.in-page .stati-link__txt {
  color: #d9d9d9;
}
.prod-card-top__info-par ul {
  padding-left: 0;
}
.prod-card-top__info-par ul li.prod-card-top__info-par-item-label {
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.prod-card-top__info-par ul li.prod-card-top__info-par-item-label:before {
  content: "";
  display: block;
  background: url(../../userfiles/images/sveticon.png);
  width: 24px;
  flex: 0 0 24px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/****************************************************************************/
/*****************************Отзывы на главной*****************************/
/***************************************************************************/

.testim-sec {
  background: var(--main-color);
  padding: 40px 0;
}
.testim-sec h2 {
  color: #fff;
}
.testim {
  width: 100%;
  position: relative;
  /*top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
}

.testim .wrapper {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}

.testim .arrow.left_1 {
  left: 10px;
}

.testim .arrow.right_1 {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  /*position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;*/
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  /*    border-radius: 50%;*/
}

.testim .cont div p.testim-cont_name {
  color: #ea830e;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p.testim-cont_txt {
  font-size: 1.15em;
  color: #eee;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active p.testim-cont_name {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p.testim-cont_txt {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive p.testim-cont_name {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p.testim-cont_txt {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

.owl-dots,
.owl-nav {
  display: none;
}
.owl-carousel {
  box-shadow: none;
}
/****************************************************************************/
/*****************************Отзывы на главной*****************************/
/***************************************************************************/

.about {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 40px;
  border-bottom: 5px dashed #fff;
}
.about-img {
  flex: 0 0 40%;
  height: 300px;
  margin-right: 20px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-desc {
  flex: 0 0 55%;
}
.about-desc p {
  line-height: 1.5;
  font-size: 18px;
}
.buy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.buy-item {
  flex: 0 0 30%;
  padding: 30px 20px;
  height: 415px;
  box-shadow: 1px 1px 15px -5px #fff;
  border-radius: 10px;
  border-bottom: 4px solid var(--two-color);
  border-top: 4px solid var(--two-color);
  position: relative;
  overflow: hidden;
}
.buy-item::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  display: block;
  border-radius: 50%;
  background: var(--two-color);
  right: -30%;
  bottom: -30%;
  z-index: 666;
}
.buy-item__title {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 999;
}
.buy-item__desc {
  height: 170px;
  /*  border-bottom: 1px solid #ccc;*/
  padding-bottom: 10px;
  position: relative;
  z-index: 999;
}
.buy-item__desc-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.desc-slide p a {
  color: var(--two-color);
  font-weight: 700;
}

.banner {
  padding: 40px 0 0;
  text-align: center;
}
.banner img {
  height: 500px;
}

.slider-sec .css-slide-item {
  height: 600px;
}

.slider-sec .css-slide-item .middle-height {
  padding-bottom: 150px;
  padding-top: 150px;
}

.j-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  display: block;
  width: 100%;
  margin: auto;
  max-width: 100%;
  left: 0;
  text-align: center;
}

/* addition styles */

.city-img_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.city-img {
  width: 290px;
  height: 180px;
  object-fit: cover;
  box-shadow: 0px 0px 4px #181818;
}
.city-button_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.article-about{
  max-width: 1200px;
  display: flex;
  gap:50px;
  flex-wrap: wrap;
  justify-content: center;
}

.article-about_block {
  border-radius: 20px;
  box-shadow: 1px 1px 6px -3px var(--two-color),
    -1px -1px 6px -3px var(--two-color);
  max-width: 575px;
  padding: 25px 25px 5px;
}

.article-about_block >h2 {
margin-bottom: 20px;
}

.article-about_block:hover {
  transition: 0.5s;
  transform: scale(1.01);
  box-shadow: 1px 1px 16px -3px var(--two-color),
  -1px -1px 16px -3px var(--two-color);
}

@media (max-width: 700px) {


  .slider-sec .css-slide-item .wrapper{
    padding-top: 150px;
  }
   .slider-sec .css-slide-item {
    height: 530px;
  } 
  .j-slider .owl-dots {
    bottom: 20px;
  }
}

@media (max-width: 700px){
.article-about_block {
  padding: 15px 10px 5px;
}
.article-about_block >p {
  text-align: center;
}

}