/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Inter", sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
a, span, button {
	display: inline-block;
}
button {
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.wrapper {
	overflow: hidden;
	color: #000;
}


.black-bg {
	background-color: #000000;
}
.black-color {
	color: #000000;
}




.head-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px 0;
	gap: 0 20px;
}
.head-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 24px 0;
	max-width: 315px;
	width: 100%;
	/* justify-content: space-between; */
}
.head-logo div {
    display: none;
}

.head-logo span {
	font-family: 'Winter Sans Trial';
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
}

.head-info {
	max-width: 315px;
	width: 100%;
}
.head-info__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 0 5px;
	margin-bottom: 10px;
}
.head-info__top .search-form {
	height: 40px;
	position: relative;
}
.head-info__top .search-form input {
	position: absolute;
    width: 0;
    height: 40px;
    border: none;
    background: #E9E9E9;
    border-radius: 5px;
    left: -40px;
    top: 0;
    padding: 0 10px 0 40px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
}
.head-info__top .search-form.active input {
	width: 300px;
	opacity: 1;
	visibility: visible;
}
.head-info__top .search-btn {
	border: none;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.head-info__top .search-btn.active {
	position: absolute;
	left: -40px;
	top: 0;
	background: transparent;
	z-index: 2;
}
.head-info__top .search-btn.active svg path {
	stroke: #000;
}
.head-info__top .search-btn.active svg circle {
	stroke: #000;
}
.head-info__feedback a {
	padding: 11px 44.5px;
	border-radius: 5px;
	font-family: 'Winter Sans Trial';
	font-weight: 800;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid transparent;
}
.head-info__feedback a:hover {
	border-color: #000;
	background: transparent;
	color: #000;
}
.head-info__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 0 26px;
	margin-bottom: 15px;
}
.head-info__contact a {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.24px;
	color: #000;
}
.head-info__schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.head-info__schedule p,
.head-info__schedule span {
	font-size: 12px;
	line-height: 120%;
	text-align: right;
	color: #000;
}
.head-info__schedule span {
	color: #A7A7A7;
}

.head-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-right: 1px solid #A7A7A7;
	border-left: 1px solid #A7A7A7;
	width: 100%;
}
.head-menu__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	gap: 5px 0;
	padding: 0 20px;
	border-right: 1px solid #A7A7A7;
	height: 100%;
}
.head-menu__links:last-child {
	border: none;
}

.head-menu__links a {
	font-size: 12px;
	line-height: 100%;
	color: #000;
}
.head-menu__links a:hover {
	color: #A7A7A7;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
  flex-wrap: wrap;
}
.navbar {
	padding-top: 20px;
	border-top: 1px solid #A7A7A7;
}
.navbar-nav .nav-link {
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.24px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	min-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 5px;
}
.navbar-nav .nav-link::after,
.navbar-nav .nav-link::before {
	content: "";
	display: block;
	height: 25px;
	width: 4px;
	border: 1px solid #A7A7A7;
	border-right: none;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.navbar-nav .nav-link::after {
	border: 1px solid #A7A7A7;
	border-left: none;
}
.navbar-nav .nav-link:hover {
	background-color: #000000;
	color: #fff;
}
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:hover::after {
	border-color: #000;
}

/* main */
.img-word {
	margin: 60px 0 20px;
}
.img-word img {
	width: 100%;
}
.line-word {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
}
.main-word p {
	font-family: 'Winter Sans Trial';
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 50.4px;
	text-transform: uppercase;
	color: #000;
}


.main-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	position: relative;
}
.main-col .main-line {
	display: block;
	background: #A7A7A7;
	width: 1px;
	height: 250px;
}
.main-col > span {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.2px;
	color: #000;
	opacity: 0.3;
	padding-right: 10px;
	padding-right: 10px;
}
.main-col .main-col__text {
	max-width: 234px;
	padding-left: 10px;
}
.main-col .main-col__text p {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.2px;
	margin-bottom: 14px;
}
.main-col .main-col__text span {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.2px;
}
.main-rov {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 0 40px;
}


.main-img {
	margin-top: -125px;
	position: relative;
	z-index: 2;
}
.main-img img {
	width: 100%;
}

/* info sec */
.info-sec {
	padding: 120px 0 150px;
}
.info-title {
	max-width: 954px;
	margin-left: auto;
}
.info-title p {
	font-family: 'Winter Sans Trial';
	font-weight: 800;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 100%;
	text-transform: uppercase;
	text-indent: 400px;
	margin-bottom: 30px;
}
.info-text {
	max-width: 305px;
	margin-left: auto;
	margin-right: 324px;
	margin-bottom: 30px;
}
.info-text p {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.02em;
}
/* accordion */
.accordion-single {
  border-bottom: 1px solid #A7A7A7;
  margin-top: 10px;
}

.accordion-single-title {
  border-top: 1px solid #A7A7A7;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.acc-top-img {
  width: 200px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.accordion-single-item.is-open .acc-top-img {
  height: 240px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.acc-top-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.acc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
  padding-bottom: 15px;
  margin: auto;
}
.acc-text span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.acc-text p {
  font-weight: 700;
  font-size: 48px;
  line-height: .8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.accordion-single-item.is-open .acc-text p {
  color: rgba(0, 0, 0, 1);
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/accordion-arrow.png');
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 250px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.acc-slide-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 20px;
  max-width: 716px;
  margin-left: auto;
  padding-bottom: 15px;
}
.acc-slide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.acc-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.acc-img img {
  width: 100%;
  height: 140px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.acc-img span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}
.swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
.swiper-btns > div {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: #E9E9E9;
  cursor: pointer;
}

/* breadcrumb */
.breadcrumb-nav {
	margin: 30px 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 20px;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 20px;
}
.breadcrumb-item a,
.breadcrumb-item {
	font-size: 14px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000;
}

/* blog page */
h1 {
	font-family: 'Winter Sans Trial';
	font-weight: 800;
	font-size: 96px;
	line-height: .9;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 60px;
}
h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: .9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin: 20px;
}
h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: .9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}

.blog-item {
	padding: 10px;
	border-radius: 5px;
	background: #EBEBEB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  height: 100%;
}
.blog-item__head {
	padding: 10px 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 105px;
  overflow: hidden;
}
.blog-item__head .blog-item__text span {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.blog-item__head p {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-item__head .blog-item__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 15px;
}
.blog-item__flex p {
	font-size: 10px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #A7A7A7;
}
.blog-item__flex p span {
	color: #000;
}
.blog-item__link {
	position: relative;
	height: 170px;
	overflow: hidden;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.blog-item__link .blog-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.blog-item__link .blog-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-item__link .blog-views {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 8px;
	border-radius: 5px;
	padding: 8px;
	position: relative;
	z-index: 2;
}
.blog-item__link .blog-views span {
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}
.blog-item__link .blog-link {
	width: 30px;
	height: 30px;
  border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 2;
}
.blog-rov {
  gap: 20px 0;
}

/* form section */
.form-sec {
  padding: 150px 0 100px;
}
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
.form-right .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form-right .form-group span {
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin: 0 0 7px 20px;
}
.form-right .form-group textarea,
.form-right .form-group input {
  border: 1px solid #A7A7A7;
  border-radius: 5px;
  width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.form-right .form-group input::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
}
.form-right .form-group input::-moz-placeholder {
  color: rgba(0,0,0,.3);
}
.form-right .form-group input:-ms-input-placeholder {
  color: rgba(0,0,0,.3);
}
.form-right .form-group input::-ms-input-placeholder {
  color: rgba(0,0,0,.3);
}
.form-right .form-group input::placeholder {
  color: rgba(0,0,0,.3);
}
.form-right .form-group textarea {
  height: 120px;
  resize: none;
}
.form-rov {
  gap: 12px 0;
}
.form-info {
  margin: 14px 0 21px;
}
.form-info p,
.form-info p a{
  font-size: 12px;
  line-height: 120%;
  color: #000;
}
.form-btn button {
  padding: 17px;
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 5px;
}

/* sales page */
.sales-text p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.sales-rov__text {
  margin-bottom: 40px;
}
.sales-block {
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #E9E9E9;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/sales-block-bg.png');
  background-position: 0 -300px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.sales-block:hover {
  background-position: center;
}
.sales-block .sales-block__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}
.sales-block .sales-block__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sales-block .sales-block__price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}

/* site map page */
.siteMap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.siteMap-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteMap-left {
  max-width: 50%;
  width: 100%;
}
.siteMap-right {
  width: 100%;
}
.siteMap-in {
  margin-bottom: 15px;
}
.siteMap-in:last-child {
  margin-bottom: 0;
}
.siteMap-in.active {
  margin-bottom: 50px;
}
.siteMap-in > span {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
}
.siteMap-text ul {
  list-style: none;
  padding-left: 20px;
  margin: 15px 0 0;
}
.siteMap-text ul li {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}
.siteMap-text ul li:last-child {
  margin-bottom: 0;
}
/* payment page */
.payment-sec {
  padding-bottom: 120px;
}
.payment-sec .title {
  max-width: 756px;
}
.payment-sec .title h1 {
  margin-bottom: 40px;
  /* font-size: 30px; */
}
.payment-block p {
  margin-bottom: 40px;
}
.warranty-block h3,
.payment-block h3 {
  margin-bottom: 20px;
}
.hint {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}
.top-title {
	max-width: 954px;
	margin-left: auto;
}
.top-title p {
	font-family: 'Winter Sans Trial';
	font-weight: 800;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 100%;
	text-transform: uppercase;
	text-indent: 330px;
	margin-bottom: 30px;
}
.payment-block p:last-child {
  margin-bottom: 0;
}
/* warranty page */
.warranty-sec {
  padding-bottom: 120px;
}
.warranty-block ol li {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.warranty-block ol {
  padding-left: 20px
}
.m-0 {
  margin: 0;
}

/* review page */
.review-sec {
  padding-bottom: 120px;
}
.review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-content {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.review-content::after {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  bottom: 0;
  width: calc(100% + 24px);
  height: 1px;
  background: #A7A7A7;
}
.review-left {
  min-width: 315px;
  max-width: 315px;
  width: 100%;
}
.review-col {
  border-top: 1px solid #A7A7A7;
}
.review-item {
  padding-top: 20px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.review-item.border-right::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  height: calc(100% - 20px);
  width: 1px;
  background: #A7A7A7;
}
.review-item .review-text {
  max-height: 105px;
  overflow: hidden;
}
.review-item .review-text p {
  font-size: 12px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 277px;
}
.review-item .review-author {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
}
.review-item .review-address {
  font-size: 10px;
  line-height: 100%;
  color: #000;
  opacity: 0.5;
  max-width: 165px;
}
.review-content .row {
  gap: 20px 0;
}
.center-line {
  height: 1px;
  width: 100%;
  background: #A7A7A7;
  -webkit-transform: rotate(148deg);
      -ms-transform: rotate(148deg);
          transform: rotate(148deg);
  margin: auto;
}
/* contacts page */
.contact-sec {
  padding-bottom: 120px;
}
.contact-map {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.contact-map > *,
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-sec .title h1 {
  margin-bottom: 30px;
}
.contact-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.contact-box .row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-box {
  border-top: 1px solid #A7A7A7;
  padding: 20px 0;
}
.contact-box:last-child {
  border-bottom: 1px solid #A7A7A7;
}
.contact-left {
  position: relative;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-left h2 {
  text-transform: unset;
}
.download-btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-btn .icon {
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
.download-btn .icon svg {
  margin-top: -4px;
}
.download-btn:hover .icon {
  background-color: #f9f9f9;
}
.download-btn:hover .icon svg path {
  stroke: #000;
}
.download-btn .text {
  max-width: 123px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 100%;
  color: #000;
}
.contact-left::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #A7A7A7;
}
.contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 100%;
}
.contact-right.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-right .contact-item {
  max-width: 49%;
  width: 100%;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-item.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-item span {
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #A7A7A7;
  margin-bottom: 10px;
}
.contact-item p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 254px;
  width: 100%;
}

.contact-form {
  padding-bottom: 120px;
}
.contact-form .top-title {
  margin-bottom: 10px;
}
.email-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.email-form .form-group span {
  margin: 0 0 7px 20px;
}
.email-form .form-group input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #A7A7A7;
  padding: 20px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.email-form .form-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.email-form .form-group input::-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}
.email-form .form-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.email-form .form-group input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.email-form .form-group input::placeholder {
  color: rgba(0, 0, 0, .3);
}
.email-form .form-agree {
  margin: 20px 0;
}
.email-form .form-agree p {
  font-size: 12px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.02em;
}
.email-form .form-agree p a {
  display: inline;
  text-decoration: underline;
  color: #000;
}
.email-form .form-agree p a:hover {
  text-decoration: none;
}
.warranty-sec .title h1 {
    margin-bottom: 30px;
    /* font-size: 30px; */
}
/* delivery page */
.delivery-sec {
  padding-bottom: 120px;
}
.delivery-sec .title h1 {
  margin-bottom: 30px;
  font-size: 30px;
}
.delivery-img {
  margin-top: 150px;
  padding-right: 90px;
}
.delivery-img img {
  width: 100%;
}
.delivery-title p {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.delivery-item > span {
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin: 0 0 6px 15px;
}
.delivery-item span strong {
  margin-right: 4px;
}
.delivery-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  margin: 0 0 6px 15px;
}
.delivery-quantity > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000;
}
.delivery-block .form-group input {
  border-radius: 5px;
  background-color: #E9E9E9;
  border: none;
  padding: 10px 15px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.delivery-block .form-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.delivery-block .form-group input::-moz-placeholder {
  color: rgba(0, 0, 0, .5);
}
.delivery-block .form-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.delivery-block .form-group input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.delivery-block .form-group input::placeholder {
  color: rgba(0, 0, 0, .5);
}
.delivery-item > p {
  font-size: 12px;
  line-height: 120%;
  color: #000;
  max-width: 263px;
  margin-top: 20px;
}
.delivery-block .form-group > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000;
  margin: 0 0 6px 15px;
}
.delivery-block .calc-btn {
  margin: 24px 0 20px;
  width: 100%;
}
.delivery-block .calc-btn button {
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 17px;
}
.delivery-block .total-price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}
.delivery-block .total-price > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000;
  max-width: 90px;
}
.delivery-block .total-price-num span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-right: 6px;
}
.delivery-block .form-agree {
  margin: 14px 0 20px;
}
.delivery-block .form-agree p {
  font-size: 12px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.02em;
}
.delivery-block .form-agree p a {
  display: inline;
  text-decoration: underline;
  color: #000;
}
.form-warning {
  margin-top: 20px;
}
.form-warning p,
.form-warning span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.form-warning span {
  display: block;
  font-weight: 700;
}
/* article page */
.article-sec {
  padding-bottom: 120px;
}
.article-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 75px;
  margin-bottom: 520px;
}
.article-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px 0;
}
.article-left > span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.article-left .article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px ;
}
.article-left .article-content ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.article-left .article-content ul li,
.article-left .article-content > p,
.article-left .article-content ul li a{
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 0;
}
.article-info-item span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #A7A7A7;
  display: block;
}
.article-info-item p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.article-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.article-info-flex span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000;
}
.article-img {
  margin-bottom: 40px;
}
.article-img img {
  width: 100%;
}
.article-subtitle {
  margin-bottom: 40px;
}
.article-right ul li,
.article-right p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.article-right h3 {
  margin-bottom: 20px;
  line-height: 1;
}
.article-text-item {
  margin-bottom: 40px;
}
.article-text-item p {
  margin-bottom: 10px;
}
.article-text-item:last-child,
.article-text-item p:last-child {
  margin-bottom: 0;
}
.article-right ul {
  padding-left: 25px;
  margin: 10px 0;
}

.article-left-picture img {
  width: 100%;
}
.article-left-picture {
  margin-bottom: 680px;
}
.article-left-picture:last-child {
  margin-bottom: 0;
}
/* catalog page */
.catalog-sec .title h1 {
  margin-bottom: 40px;
}

.service-sec {
  padding-top: 150px;
}
.service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-title > span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.space-text p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 30px;
}

.service-block {
  padding: 20px;
  background-color: #E9E9E9;
  height: 220px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 5px;
}
.service-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-block__head span {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}
.service-block__head p {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 96px;
  line-height: 70%;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
}
.service-block__body a,
.service-block__body span {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}
.service-block__body p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.service-rov {
  gap: 20px 0;
}
.half-transparent-square {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, white), color-stop(50%, transparent));
  background: -o-linear-gradient(top left, white 50%, transparent 50%);
  background: linear-gradient(to bottom right, white 50%, transparent 50%);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* company sales */
.sales-sec .title h1 {
    margin-bottom: 30px;
    /* font-size: 30px; */
  }
/* company page */
.company-sec .title h1 {
  margin-bottom: 40px;
}
.company-top {
  margin-bottom: 40px;
}


.company-download {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.company-title p {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}

.company-col {
  border-top: 1px solid #A7A7A7;
}
.company-item {
  padding-top: 20px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.company-item p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.company-item span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 96px;
  line-height: 70%;
  letter-spacing: -0.02em;
}
.company-item.border-right::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  height: calc(100% - 20px);
  width: 1px;
  background: #A7A7A7;
}
.company-block .row {
  gap: 20px 0;
}
.company-center-line {
  height: 1px;
  width: 100%;
  background: #A7A7A7;
  -webkit-transform: rotate(164deg);
      -ms-transform: rotate(164deg);
          transform: rotate(164deg);
  margin: auto;
}
.company-rov {
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 20px;
}
.company-rov .row {
  gap: 20px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.company-rov .row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.advan-sec {
  padding: 150px 0;
}
.advan-sec .title h2 {
  margin-bottom: 40px;
}
.advan-block .three {
  margin-top: 135px;
}

/* command section */
.command-sec {
  padding-bottom: 150px;
}
.command-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.command-img {
  border-radius: 50%;
  min-width: 140px;
  max-width: 140px;
  width: 100%;
  height: 140px;
}
.command-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.command-text {
  border-radius: 5px;
  background-color: #E9E9E9;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 140px;
  max-width: 165px;
  width: 100%;
}
.command-name span {
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 6px;
}
.command-name p {
  font-size: 10px;
  line-height: 100%;
  color: rgba(0, 0, 0, .6);
}
.command-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px 0;
}
.command-info span {
  font-size: 10px;
  line-height: 1;
  color: #000;
}
.command-block .row {
  gap: 20px 0;
}
.command-title {
  max-width: 630px;
  width: 100%;
}
.command-title h2 {
  text-transform: capitalize;
}
.command-title > p {
  max-width: 264px;
  width: 100%;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin: 20px 40px 50px auto;
}
.mt-175 {
  margin-top: -175px;
}

/* partner section */
.partner-top {
  margin-bottom: 30px;
}
.partner-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.partner-img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background-color: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.partner-top-left span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.partner-top-right p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 461px;
}
.partner-top-left .swiper-btns {
  margin-left: auto;
}

/* our services page */
.our-sec .title h1 {
  margin-bottom: 40px;
}
.our-title {
  margin-left: auto;
  margin-right: 165px;
  max-width: 443px;
  width: 100%;
  margin-bottom: 60px;
}
.our-title p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.our-sec .top-title p {
  text-indent: 340px;
}

.our-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 220px;
  overflow: hidden;
  padding: 20px;
  background-color: #E9E9E9;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.our-service__link:hover {
  background-image: url('../images/our-service-bg.png'); 
}
.our-service__link .our-service__name {
  max-width: 500px;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  word-wrap: break-word;
}
.our-service__link .our-service__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-service__link .our-service__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}
.our-box .row {
  gap: 20px 0;
}
.small-text.w-400 {
  max-width: 437px;
}
.small-text p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.our-end {
  margin-top: 60px;
}
.our-end .small-text {
  margin-bottom: 30px;
}
.our-end .small-text.w-300 {
  max-width: 300px;
}
/* service inner page */
.service-inner-sec .title {
  margin-bottom: 30px;
  max-width: 1099px;
}
.service-inner-sec .title h2 {
  text-transform: uppercase;
}
.service-inner-img {
  margin-bottom: 30px;
}
.service-inner-img img {
  /* width: 100%; */
  border-radius: 5px;
}
.service-inner-sec .text {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.service-inner-price > p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}
.service-inner-price .price-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.service-inner-price .price-num span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 64px;
  line-height: 0.7;
  text-transform: uppercase;
  color: #000;
}
.service-inner-price .black-btn {
  margin-top: 20px;
}
.black-btn {
  width: 100%;
  border-radius: 5px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}

/* service info section */
.service-info {
  padding-top: 150px;
}
.text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.text p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.small-title span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.service-info .service-info-rov {
  margin-bottom: 60px;
}

/* service accordion */
.ser-acc {
  padding: 20px 67px 20px 20px;
  border-radius: 5px;
  background-color: #E9E9E9;
  position: relative;
}
.ser-acc-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 0;
  width: 100%;
}
.ser-acc-left span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
  width: 270px;
}
.ser-acc-left h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  max-width: 304px;
  cursor: pointer;
}
.ser-acc-right .text p {
  margin-bottom: 10px;
}
.ser-acc-right .text p:last-child {
  margin-bottom: 0;
}
.ser-acc .acc-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ser-acc .acc-arrow svg {
  width: 18px;
  height: 18px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.ser-acc.active .acc-arrow svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.service-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.ser-acc-right {
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 0;
}
.ser-acc.active .ser-acc-right {
    max-height: 1000px;
}

.service-about {
  padding-top: 150px;
}
.service-about-top {
  margin-bottom: 40px;
}
.description p {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}

/* reviews section */
.review-sec {
  padding-bottom: 120px;
}
.review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
  margin-top: 40px;
}
.review-slide::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 4px;
  height: 160px;
  background: #fff;
  z-index: 2;
}
.review-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 160px;
  overflow: hidden;
  padding: 0 10px;
}
.review-slide .swiper-slide {
  border-right: 1px solid #A7A7A7;
}
.swiper-button-disabled {
  opacity: .5;
}

.review-head p {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 277px;
  max-height: 93px;
  overflow: hidden;
}
.review-body span {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 7px;
}
.review-body p {
  max-width: 172px;
  font-size: 10px;
  line-height: 100%;
  color: rgba(0, 0, 0, .5)
}

/* product slide */
.product-sec .title h1 {
  margin-bottom: 30px;
  font-size: 30px;
}
.product-slide {
  position: relative;
}
.slide-in {
  position: relative;
}
.product-slide .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-slide .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-slide .mySwiper2 {
  height: 480px;
  width: 100%;
  padding: 76px 100px 120px;
  border-radius: 5px;
  background-color: #E9E9E9;
}
.product-slide .mySwiper {
  width: 162px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
.product-slide .mySwiper .swiper-slide {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.product-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slide .swiper-btns {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.product-slide .swiper-btns > div {
  background: #fff;
}
.rov-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.rov-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.product-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.product-inputs .check-label {
  position: relative;
  min-width: 50px;
  height: 50px;
}
.product-inputs .check-label .check-indicator {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E9E9E9;
  position: relative;
  cursor: pointer;
}
.product-inputs .check-label span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}
.product-item > p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
}
.product-item > span {
  font-weight: 700;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: #000;
}
.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 293px;
  width: 100%;
  gap: 32px 0;
}
.check-label input:checked + .check-indicator {
  background-color: #000000;
}
.check-label input:checked + .check-indicator span {
  color: #fff;
}


.product-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-right {
  width: 100%;
}
.product-price span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
.product-price {
  margin-bottom: 15px;
}

.tab-box {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}
.tab-box.show {
  display: block;
}
.tab-box.fade.show {
  opacity: 1;
}

.tab-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  background-color: #E9E9E9;
  padding: 2px;
  margin-bottom: 20px;
}
.tab-btns span {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-transform: uppercase;
  padding: 8.5px 42.5px;
  border-radius: 15px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.tab-btns span.active {
  background-color: #000000;
  color: #fff;
}
.tab-content {
  background: #E9E9E9;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.tab-title p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.tab-box.active .tab-title img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tab-title img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin: 15px 0;
  position: relative;
}
.tab-group span {
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin-bottom: 7px;
}
.tab-group input {
  width: 100%;
  height: 30px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 1);
  position: relative;
  z-index: 2;
}
.tab-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.tab-group input::-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}
.tab-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.tab-group input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.tab-group input::placeholder {
  color: rgba(0, 0, 0, .3);
}
.tab-flex .equal {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 8px;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-total p {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000;
}
.tab-total-price {
  max-width: 150px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
.tab-total-price span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
.tab-in {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
    -o-transition: max-height 0.4s ease, opacity 0.4s ease;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}
.tab-in.collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.product-btn .order-btn {
  width: 100%;
  padding: 17px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 32px;
  text-align: center;
}


.table-sec {
  padding-top: 100px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #A7A7A7;
}
table tr th,
table tr td {
  padding: 10px 0;
}
table tr td {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}
table tr th {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000;
}
table tr th a,
table tr td a{
   color: #000; 
}
table tr td .black-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  border-radius: 5px;
  margin-left: auto;
}
table thead th {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  font-weight: 400;
  padding: 0 0 20px;
}

/* category page */
.category-sec .title h2 {
  margin-bottom: 30px;
}
.category-link {
  height: 120px;
  overflow: hidden;
  border: 1px solid #A7A7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  padding: 20px;
}
.category-link::before {
  content: "";
  display: block;
  width: 97%;
  height: 1px;
  background: #A7A7A7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(162deg);
      -ms-transform: rotate(162deg);
          transform: rotate(162deg);
}
.category-link span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 2;
}
.category-rov {
  gap: 20px 0;
}

/* filter sidebar */
.filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-title p {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
}
.clear-filter {
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
.filter-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.filter-drop > span {
  margin: 0 0 7px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
.pt-100 {
  padding-top: 100px;
}
.service-info .text-right {
  max-width: 640px;
  padding-bottom: 100px;
  padding-right: 102px;
}
.service-info .text-right p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.text ul {
  margin: 10px 0;
  padding-left: 25px;
}
.text ul li {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.btn-link {
  margin-top: 30px;
}
.home-service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.home-service-top > div {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.home-service-img {
  text-align: right;
}
.home-service-img img {
  max-width: 100%;
}
.home-service-text p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
}
.home-service-text p:last-child {
  margin-bottom: 0;
}

/* calc section */
.calc-sec {
  padding: 75px 0;
  background-color: #EBEBEB;
  position: relative;
}
.calc-sec .calc-img {
  height: 320px;
}
.calc-sec .calc-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
}
.calc-sec .description {
  max-width: 540px;
  margin-bottom: 35px;
}

.calc-group {
  margin-bottom: 32px;
}
.calc-group > p {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  margin-bottom: 10px;
  color: #000;
}
.calc-group .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.calc-label .radio-indicator {
  width: 118px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}
.calc-label .radio-indicator span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}
.calc-label input:checked ~ .radio-indicator {
  background-color: #000;
}
.calc-label input:checked ~ .radio-indicator span {
  color: #fff;
}
.calc-group .control__indicator {
  background: #fff;
  top: 7px;
}
.calc-group .control p {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
.calc-group .control span {
  font-size: 12px;
  line-height: 120%;
  color: rgba(0, 0, 0, .6);
}
.address-group .d-flex {
  gap: 10px 28px;
}
.calc-price {
  margin-bottom: 35px;
}
.calc-price p {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  margin-bottom: 10px;
}
.calc-price span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 64px;
  line-height: 90%;
  text-transform: uppercase;
  color: #000;
}

/* gallery section */
.gallery-sec {
  padding-bottom: 150px;
}
.gallery-block .title {
  text-align: center;
  margin: auto;
  max-width: 870px;
}

.gallery-sec .swiper-btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 20px;
}
.gallery-slide {
  position: relative;
  overflow: hidden;
  /* display: flex;
  flex-direction: column; */
}
.gallery-item span {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 10px;
}
.gallery-item img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.gallery-item {
  width: 100%;
  height: 100%;
}
.gallery-slide .swiper-slide {
  width: 130px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-slide .swiper-slide-active {
  width: 400px !important;
  z-index: 2;
}
.gallery-slide .swiper-slide-active .gallery-item img {
  height: 400px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* footer */
footer {
  padding-bottom: 30px;
}
.ftr-block {
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #A7A7A7;
  border-bottom: 1px solid #A7A7A7;
}
.ftr-logo {
  max-width: 180px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.ftr-logo .logo-link {
  margin-bottom: 25px;
}
.ftr-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
  margin-bottom: 10px;
}
.ftr-inn p,
.ftr-contact p {
  font-size: 12px;
  line-height: 120%;
  color: #A7A7A7;
}
.ftr-inn  p span,
.ftr-contact p span {
  display: inline;
  color: #000;
}
.ftr-col {
  border-right: 1px solid #A7A7A7;
}
.ftr-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.ftr-title span {
  font-family: 'Winter Sans Trial';
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 37px;
}
.ftr-info {
  max-width: 375px;
  width: 100%;
  padding-right: 10px;
}
.ftr-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  gap: 7px;
}
.ftr-menu p,
.ftr-menu a {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.ftr-menu p::after {
  content: "/";
  margin-left: 7px;
  color: #A7A7A7;
}
.ftr-menu p:nth-child(2):after,
.ftr-menu p:nth-child(5):after,
.ftr-menu p:last-child:after {
  content: none;
}

.ftr-menu a:hover {
  text-decoration: underline;
}

.ftr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}
.ftr-right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ftr-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 90px;
  width: 100%;
  gap: 6px 0;
}
.ftr-links a {
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
.ftr-links a:hover {
  text-decoration: underline;
}
.ftr-tel-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px 0;
  margin-bottom: 10px;
}
.ftr-tel-mail a {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ftr-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
.ftr-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.ftr-social a:hover {
  background: #E9E9E9;
}
.ftr-social a:hover svg path {
  fill: #000;
}
.ftr-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ftr-schedule p,
.ftr-schedule span {
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  color: #000;
}
.ftr-schedule span {
  color: #A7A7A7;
}
.ftr-end p {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 100%;
  text-align: justify;
  color: #000;
}
.ftr-end p:last-child {
  margin-bottom: 0;
}


/* custom select */
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    /* color: rgba(0, 0, 0, .3); */
    color: #000;
    width: 100%;
    height: 40px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #E9E9E9;
    padding: 10px 15px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 5px;
}
.select-styled:after {
    content: "";
    width: 15px;
    height: 8px;
    background-image: url('../images/icons/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-styled:active,
.select-styled.active {
    background-color: rgba(0, 0, 0, .4);
}
.select-styled:active:after,
.select-styled.active:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #E9E9E9;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #E9E9E9;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: rgba(0, 0, 0, .7);
}
.select-options li:hover,
.select-options li.is-selected {
    color: #fff;
    background: #000;
}
.select-options li[rel="hide"] {
    display: none;
}

/* custom checkbox */
.control {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/* .control input:checked~.control__indicator {
  background: #2aa1c0;
} */
.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked~.control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 3px;
  top: 3px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}
.control--radio input:disabled~.control__indicator:after {
  background: #7b7b7b;
}






/* custom styles */
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.p-0 {padding: 0 !important;}
.pl-0 {padding-left: 0;}
.pr-0 {padding-right: 0;}
.pt-0 {padding-top: 0;}
.pb-0 {padding-bottom: 0;}

.m-0 {margin: 0;}
.ml-0 {margin-left: 0;}
.mr-0 {margin-right: 0;}
.mt-0 {margin-top: 0;}
.mb-0 {margin-bottom: 0;}

.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}
.m-auto {margin: auto;}

.d-none {display: none;}
.mob,
.tab {
	display: none !important;
}


/* container | row | cols */
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}









@media only screen and (max-width: 1400px) {
  .main-word p {
    text-indent: 0;
    letter-spacing: 47.4px;
  }
  .command-sec .m-auto {
    margin-left: auto;
    margin-right: 230px;
  }
  .command-block {
    position: relative;
  }
  .contact-left h2 {
    letter-spacing: -0.04em;
  }
}


@media only screen and (max-width: 1200px) {
  .mob,
  .pc {
    display: none !important;
  }
  .tab {display: block !important;}

  .review-sec {
    padding-bottom: 0;
  }
  .img-word {
    margin: 40px 0 20px;
  }
  .main-word p {
    letter-spacing: 35.4px;
    font-size: 28px;
    text-indent: 40px;
  }
  .main-word p:first-child {
    text-indent: 0;
  }
  .main-rov {
    justify-content: space-between;
  }
  .info-text {
    margin-right: 305px;
  }
  .accordion-single-item .acc-top-img {
    display: none;
  }
  .acc-text {
    margin: 0;
  }
  .info-sec {
    padding: 120px 0;
  }
  .home-service-top .small-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-service-top .small-title img {
    margin-left: auto;
  }
  .home-service-top > div {
    max-width: 33.33333333%;
    width: 100%;
  }
  .pb-150 {
    padding-bottom: 120px;
  }
  .calc-sec .calc-img img {
    height: 320px;
    left: -200px;
  }
  .calc-sec .calc-img {
    height: 0;
  }
  .calc-sec .col-lg-8 {
    margin-left: auto;
  }
  .service-about {
    padding-top: 120px;
  }
  .company-item span {
    line-height: 65%;
  }
  .gallery-sec {
    padding-bottom: 120px;
  }
  .ftr-rov {
    flex-direction: column;
  }
  .ftr-rov .col-lg-6 {
    width: 100%;
  }
  .ftr-col {
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A7A7A7;
  }
  .ftr-title span {
    margin-bottom: 20px;
  }
  .ftr-left > div {
    max-width: 50%;
    height: auto;
    padding: 0;
  }
  .ftr-logo {
    border-right: 1px solid #A7A7A7;
  }
  .ftr-right {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .ftr-links {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 5px 20px;
  }
  .ftr-right-info {
    width: 100%;
  }
  .ftr-tel-mail {
    align-items: flex-start;
    margin-bottom: 0;
    justify-content: flex-end;
  }
  .ftr-right-in {
    display: flex;
    justify-content: space-between;
  }
  .ftr-menu {
    max-width: 390px;
    margin-left: auto;
    
  }
  .ftr-social {
    align-items: flex-start;
  }
  .ftr-tel-mail a {
    line-height: 74%;
  }
  .ftr-schedule.tab.mob {
    display: flex !important;
    margin-bottom: 10px;
  }
  .ftr-block {
    margin-bottom: 20px;
  }
  .article-left-block {
    flex-direction: column;
    gap: 20px 0;
  }
  .article-left-block {
    margin-bottom: 470px;
  }
  .article-left-picture {
    margin-bottom: 400px;
  }
  h1 {
    margin-bottom: 30px;
  }
  .form-block {
    flex-direction: column;
    gap: 30px;
  }
  .form-right {
    max-width: 630px;
    margin-left: auto;
  }
  .form-sec {
    padding: 120px 0 100px;
  }
  .service-title {
    flex-direction: column;
  }
  .service-sec {
    padding-top: 120px;
  }
  .table-sec {
    padding-top: 60px;
  }
  .ser-acc .row .col-lg-6 {
    width: 100%;
  }
  .ser-acc .row .col-lg-6:last-child {
    padding-left: 280px;
    margin-top: 15px;
  }
  .mt-175,
  .mt-175 {
    margin: 0;
  }
  .command-sec .m-auto {
    margin: 0 0 0 auto;
  }
  .w-14 {
    width: 14%;
  }
  .command-block .row {
    gap: 0;
  }
  .command-block .col-xl-3:last-child {
    margin-left: auto;
  }
  .command-block .col-xl-3:nth-child(3) {
    margin-top: 140px;
  }
  .command-title > p {
    margin: 20px 0;
  }
  .command-sec {
    padding-bottom: 120px;
  }
  .contact-left h2 {
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
  .contact-left {
    min-height: auto;
  }
  .contact-left::after {
    content: none;
  }
  .contact-right {
    gap: 30px 0;
  }
  .contact-box {
    position: relative;
  }
  .contact-box .download-btn {
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .contact-form .top-title p {
    text-indent: 315px;
  }
  .delivery-box {
    position: relative;
  }
  .delivery-img {
    margin: 0;
    padding: 0;
  }
  .delivery-img img {
    height: 320px;
    position: absolute;
    top: 270px;
    left: -63%;
    object-fit: contain;
  }
  .delivery-sec {
    padding-bottom: 0;
  }
  .form-title h2 {
    text-transform: none;
  }
  .payment-sec .top-title p {
    text-indent: 317px;
  }
  .payment-sec .title {
    max-width: 100%;
  }
  .product-slide .mySwiper2 {
    padding: 75px 30px;
  }
  .product-info-block {
    flex-direction: column;
  }
  .product-info {
    max-width: 100%;
  }
  .tab-in {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .tab-total {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px 0;
  }
  .tab-total-price {
    margin-left: 0;
  }
  .tab-flex {
    max-width: 260px;
  }
  .tab-total p br {
    display: none;
  }
  .tab-btns span {
    padding: 6.5px 42.5px;
  }
  .product-price {
    margin-bottom: 0;
  }
  .product-sec {
    position: relative;
    padding-bottom: 82px;
  }
  .product-btn .order-btn {
    position: absolute;
    bottom: -82px;
    left: 0;
    z-index: 2;
    margin-top: 0;
  }
  .service-info,
  .pt-150 {
    padding-top: 120px;
  }
  .review-box {
    flex-direction: column;
  }
  .service-head .tab.mob .black-btn {
    margin-top: 20px;
  }
  .our-box .row > div:nth-child(1) {
    order: 1;
  }
  .our-box .row > div:nth-child(2) {
    order: 2;
  }
  .our-box .row > div:nth-child(3) {
    order: 3;
  }
  .our-box .row > div:nth-child(4) {
    order: 4;
  }
  .our-box .row > div:nth-child(5) {
    order: 5;
  }
  .our-box .row > div:nth-child(6) {
    order: 8;
  }
  .our-box .row > div:nth-child(7) {
    order: 6;
  }
  .our-box .row > div:nth-child(8) {
    order: 6;
  }
  .small-text p br {
    display: none;
  }
  .our-end .small-text.w-300 {
    max-width: 250px;
  }
  .our-sec .top-title p {
    text-indent: 400px;
    margin-bottom: 0;
  }
  .siteMap-box {
    flex-direction: column;
    gap: 10px 0;
  }
  .siteMap-left {
    max-width: 100%;
  }
  .siteMap-right {
    max-width: 600px;
    margin-left: auto;
  }
  .siteMap-text ul {
    padding-right: 20px;
  }
  .warranty-sec .top-title p {
    text-indent: 315px;
  }
  .warranty-sec {
    padding-bottom: 100px;
  }
}


@media only screen and (max-width: 992px) {
  .pc,
	.tab {
		display: none !important;
	}
	.mob {display: block !important;}
    .head-logo {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: row;
    	        flex-direction: row;
    	-webkit-box-align: start;
    	    -ms-flex-align: start;
    	        align-items: flex-start;
    	gap: 24px 0;
    	max-width: 315px;
    	width: 100%;
    	justify-content: space-between;
    }
  .head-logo div {
    display: block;
  }
  .head-logo span {
    display: none;
  }
  .head-logo > a img {
    height: 20px;
  }
  .head-block .head-menu,
  .head-block .head-info {
    display: none;
  }
  .menu-opener {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20px;
    gap: 7px 0;
    position: relative;
    z-index: 1001;
    transition: .3s all ease;
    cursor: pointer;
  }
  .head-logo > a {
    position: relative;
    z-index: 1001;
  }
  .menu-opener span {
    width: 100%;
    height: 2px;
    background: #000000;
    position: relative;
    transition: .3s all ease;
  }
  .menu-opener.active span.one {
    transform: rotate(45deg);
    top: 9px;
  }
  .menu-opener.active span.three {
    transform: rotate(-45deg);
    top: -9px;
  }
  .menu-opener.active span.two {
    opacity: 0;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .for-mob-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 10px #000;
    padding: 20px;
    transition: .5s all ease;
  }
  .for-mob-menu.active {
    left: 0;
  }
  .for-mob-menu > * {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .head-menu {
    border: none;
    padding-bottom: 20px;
  }
  .head-info {
    max-width: 100%;
  }
  .head-info .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #A7A7A7;
    margin-top: 20px;
  }
  .head-info__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
  .head-info__contact {
    margin-bottom: 0;
  }
  .head-info__top {
    position: relative;
    margin-bottom: 0;
  }
  .head-info__feedback,
  .head-info__top,
  .head-info__feedback a {
    width: 100%;
  }
  .head-info__feedback a {
    text-align: center;
  }
  .head-info__top .search-form.active input {
    width: 100%;
    z-index: 2;
  }
  .head-info__top .search-form {
    position: unset;
  }
  .head-info__top .search-form.active input {
    left: 1px;
  }
  .head-info__top .search-btn.active {
    left: 0;
    z-index: 4;
  }
  .navbar-nav {
    gap: 15px;
  }
  .main-rov {
    flex-wrap: wrap;
    gap: 0 28px;
  }
  .main-col .main-col__text {
    max-width: 295px;
  }
  .main-img {
    margin-top: -40px;
  }
  .main-col .main-line {
    height: 120px;
  }
  .main-col > span {
    min-width: 40px;
  }
  .main-word p {
    letter-spacing: 24.4px;
    font-size: 18px;
  }
  .info-title p {
    text-indent: 0;
  }
  .info-title p br {
    display: none;
  }
  .info-sec {
    padding: 40px 0 60px;
  }
  .info-text {
    max-width: 100%;
    margin: 0 0 60px;
  }
  .acc-slide-content {
    padding-left: 140px;
  }
  .service-sec {
    padding-top: 0;
  }
  .home-service-top > div {
    max-width: 50%;
  }
  .calc-sec {
    padding: 60px 0 180px;
  }
  .calc-sec .title {
    margin-bottom: 40px;
  }
  .calc-sec .calc-img .calc-avto-img {
    display: none;
  }
  .calc-sec .calc-img img {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 150px;
    width: auto;
  }
  .service-about-top .small-title {
    margin-bottom: 20px;
  }
  .service-about-top {
    margin-bottom: 30px;
  }
  .company-item span {
    font-size: 64px;
  }
  .company-rov .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery-slide .swiper-slide-active {
    width: 300px !important;
  }
  .gallery-slide .swiper-slide {
    width: 120px;
  }
  .main-col {
    width: 47%;
  }
  .form-sec {
    padding: 60px 0;
  }
  .ftr-links {
    justify-content: center;
  }
  .ftr-contact {
    max-width: 180px;
  }
  .ftr-logo {
    border-right: 0;
  }
  .ftr-left > div {
    max-width: fit-content;
  }
  h1 {
    font-size: 60px;
    letter-spacing: -0.03em;
  }
  .article-left-block {
    margin-bottom: 57px;
    flex-direction: row;
    gap: 0 50px;
  }
  .article-img {
    margin-bottom: 30px;
  }
  .article-text-item,
  .article-subtitle {
    margin-bottom: 30px;
  }
  .article-left-img {
    display: flex;
    gap: 0 20px;
  }
  .article-left-picture {
    margin-bottom: 40px;
  }
  .article-left-picture img {
    border-radius: 5px;
  }
  .blog-item__link {
    height: 160px;
  }
  .blog-item__head {
    height: auto;
  }
  .top-title p {
    text-indent: 0;
  }
  .top-title p br {
    display: none;
  }
  .service-title {
    gap: 20px 0;
  }
  .space-text p {
    margin-bottom: 20px;
  }
  .service-title .top-title p {
    margin-bottom: 20px;
  }
  .filter-dropdown {
    gap: 15px 20px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .filter-dropdown > div {
    width: 48%;
  }
  .service-info .text-right {
    padding: 0 0 60px;
  }
  .service-info .ser-acc .row .col-lg-6:last-child {
    padding-left: 50px;
  }
  .service-info .ser-acc-left span {
    width: 40px;
    min-width: 40px;
  }
  .company-top .row > * {
    padding: 0;
  }
  .company-top .one {
    order: 2;
  }
  .company-top .two {
    order: 1;
    margin-bottom: 20px;
  }
  .company-sec .title h1 {
    margin-bottom: 30px;
  }
  .download-btn {
    margin-left: 0;
  }
  .company-download {
    height: auto;
    justify-content: flex-start;
  }
  
  .advan-sec {
    padding: 60px 0;
  }
  .advan-sec .title h2 {
    margin-bottom: 30px;
  }
  .advan-block .three {
    margin-top: 0;
  }
  .advan-block .row {
    gap: 20px 0;
  }
  .command-title > p {
    margin: 20px 0 30px;
  }
  .command-block .col-xl-3:nth-child(3) {
    margin-top: 0;
  }
  .command-img {
    min-width: 133px;
    max-width: 133px;
    height: 133px;
  }
  .command-text {
    padding: 15px;
  }
  .command-block .row {
    gap: 20px 0;
  }
  .command-block .col-xl-3:last-child {
    margin-left: 0;
  }
  .contact-left h2 {
    font-size: 60px;
  }
  .contact-box .download-btn {
    left: auto;
    right: 0;
    top: 18px;
  }
  .contact-form .top-title p {
    text-indent: 0;
    margin-bottom: 20px;
  }
  .delivery-img img {
    position: relative;
    height: auto;
    top: 0;
    left: -180px;
  }
  .delivery-title {
    margin-top: 30px;
  }
  .delivery-block .form-group > span {
    font-weight: 400;
  }
  
  .payment-sec .top-title p {
    text-indent: 0;
  }
  .product-sec .title h2 {
    font-size: 60px;
  }
  .product-info-block {
    margin-top: 30px;
  }
  .product-info {
    gap: 24px 0;
  }
  .tab-btns span {
    padding: 6px;
  }
  .tab-btns {
    width: 42%;
    margin-bottom: 30px;
  }
  .tab-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 290px;
  }
  .product-right {
    position: relative;
  }
  .product-btn .order-btn {
    position: relative;
    bottom: 0;
  }
  .product-sec {
    padding-bottom: 0;
  }
  .service-about,
  .service-info,
  .pt-150,
  .mob-pt-60 {
    padding-top: 60px;
  }
  .service-about-top .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-about-top .row > * {
    padding: 0;
  }
  .description p br {
    display: none;
  }
  .review-item.border-right::after {
    content: none;
  }
  .mob-pb-60,
  .payment-sec,
  .command-sec,
  .pb-150,
  .gallery-sec,
  .article-sec,
  .catalog-sec,
  .contact-sec,
  .contact-form,
  .review-box {
    padding-bottom: 60px;
  }
  .sales-block {
    padding: 15px;
  }
  .sales-rov__text {
    margin-bottom: 30px;
  }
  .sales-rov {
    gap: 20px 0;
  }
  .our-box .row > div:nth-child(7) {
    order: 3;
  }
  .our-box .row > div:nth-child(5) {
    order: 4;
  }
  .our-box .row > div:nth-child(6) {
    order: 5;
  }
  .our-box .row > div:nth-child(8) {
    order: 8;
  }
  .our-end .small-text,
  .our-end .small-text.w-300 {
    max-width: 100%;
  }
  .our-end .small-text.w-400 {
    margin-bottom: 20px;
  }
  .warranty-sec .top-title p,
  .our-sec .top-title p {
    text-indent: 0;
  }
  .hint {
    margin-bottom: 30px;
  }
  .warranty-sec {
    padding-bottom: 30px;
  }
  .img-word {
    margin: 20px 0 10px;
  }
  .main-word p {
    letter-spacing: 8px;
    text-indent: 10px;
    font-size: 14px;
  }
  .line-word {
    margin-bottom: 30px;
  }
  .main-col {
    width: 100%;
  }
  .main-col .main-col__text {
    max-width: 100%;
  }
  .main-col .main-line {
    height: 110px;
  }
  .info-text {
    margin: 0 0 50px;
  }
  .acc-text p {
    font-size: 20px;
    width: 87%;
  }
  .acc-slide-content {
    padding-left: 40px;
  }
  .acc-slide-content .swiper-btns {
    display: none;
  }
  .acc-img img {
    height: 100px;
  }
  .home-service-top {
    flex-direction: column;
    gap: 20px 0;
  }
  .home-service-top .small-title span {
    margin-bottom: 20px;
  }
  .home-service-top > div {
    max-width: 100%;
  }
  .home-service-top .small-title img {
    margin-left: 0;
    width: 200px;
    height: 130px;
  }
  .service-rov {
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .our-sec .top-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-about,
  .service-info,
  .pt-150,
  .mob-pt-60 {
    padding-top: 50px;
  }
  .mob-pb-60,
  .payment-sec,
  .command-sec,
  .pb-150,
  .gallery-sec,
  .article-sec,
  .catalog-sec,
  .contact-sec,
  .contact-form,
  .review-box {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 30px;
  }
  .calc-sec .title {
    margin-bottom: 30px;
  }
  .calc-sec .col-lg-8 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .description p {
    font-size: 20px;
  }
  .calc-sec .description {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .calc-label .radio-indicator {
    width: 138px;
  }
  .calc-sec .calc-img img {
    left: -250px;
  }
  .calc-price {
    margin-bottom: 20px;
  }
  .service-about-top .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  .company-rov .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .company-rov .row .empty {
    display: none;
  }
  .company-item {
    height: 140px;
  }
  .partner-top-left .swiper-btns {
    display: none;
  }
  .partner-top-right {
    margin-top: 20px;
  }
  .gallery-slide .swiper-slide {
    width: inherit !important;
  }
  .gallery-slide .swiper-slide-active .gallery-item img,
  .gallery-item img {
    height: 280px;
  }
  .gallery-slide {
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
  .gallery-sec .swiper-btns {
    display: none;
  }
  .gallery-block .title {
    margin-bottom: 20px;
  }
  .review-slide {
    margin-top: 15px;
  }
  .form-sec {
    padding: 50px 0;
  }
  .form-title h2 {
    width: 90%;
  }
  .ftr-logo .logo-link a img {
    height: 15px;
  }
  .ftr-title {
    text-align: right;
  }
  .ftr-title span {
    font-size: 24px;
    max-width: 180px;
    margin-left: auto;
  }
  .ftr-left {
    flex-direction: column;
    position: relative;
  }
  .ftr-left .ftr-logo {
    order: 2;
    max-width: 100%;
  }
  .ftr-info {
    order: 1;
    margin-bottom: 20px;
  }
  .ftr-logo .logo-link a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .ftr-block {
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .ftr-logo .logo-link {
    margin-bottom: 0;
  }
  .ftr-inn {
    display: inline-flex;
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end;
    float: right;
    margin-top: -23px;
  }
  .ftr-tel-mail a {
    font-size: 20px;
  }
  .ftr-right-in {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ftr-tel-mail {
    align-items: center;
  }
  .ftr-schedule.tab.mob {
    align-items: center;
    margin: 20px 0;
  }
  .head-menu {
    margin-top: 40px;
    border-top: 1px solid #A7A7A7;
    padding-top: 20px;
  }
  .contact-sec .title h1 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 28px;
  }
  .contact-left h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact-item p {
    letter-spacing: 0;
  }
  .contact-box .download-btn {
    position: relative;
    top: 0;
    bottom: 0;
    margin-bottom: 28px;
  }
  .top-title p {
    font-size: 20px;
  }
  .breadcrumb-item a, .breadcrumb-item {
    font-size: 10px;
  }
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
  }
  .breadcrumb-nav {
    margin: 10px 0 20px;
  }
  .breadcrumb {
    margin: 0;
  }
  .category-rov {
    flex-wrap: nowrap;
    overflow-y: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .category-rov > * {
    padding-left: 5px;
    padding-right: 5px;
    width: 94%;
  }
  .filter-dropdown > div {
    width: 100%;
  }
  table tr td,
  table tbody tr th {
    font-size: 15px;
  }
  table thead th {
    font-size: 12px;
  }
  table tbody td:nth-child(3),
  table thead th:nth-child(3) {
    display: none;
  }
  table tr th, table tr td {
    padding: 7px 0;
  }
  table tr td .black-bg {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  table tr td .black-bg svg {
    width: 14px;
    height: 14px;
  }
  .our-service__link .our-service__name {
    font-size: 16px;
  }
  .our-service__link .our-service__name br {
    display: none;
  }
  .our-title {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .our-service__link {
    height: 170px;
    padding: 15px;
  }
  .our-service__link .our-service__price {
    font-size: 16px;
  }
  .our-service__arrow svg {
    width: 12px;
    height: 12px;
  }
  .our-box .row {
    gap: 10px 0;
  }
  .product-slide .mySwiper2 {
    padding: 36px 0 60px;
    height: 260px;
  }
  .product-slide .mySwiper {
    display: none;
  }
  .service-rov .col-sm-12.first {
    display: none;
  }
  .service-sec .small-title.mob {
    margin-bottom: 20px;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  padding: 30px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.1s,opacity 0.3s ease;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px)
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  transition: .5s all ease;
}
.modal__close:hover {
  transform: rotate(90deg);
}
.modal__container {
  position: relative;
  z-index: 22;
  max-width: 590px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.modal-form {
  display: flex;
  gap: 0 10px;
}
.modal-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
.modal-form .form-group:last-child {
  margin-bottom: 0;
}
.modal-form .form-group span {
  margin: 0 0 7px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
.modal-form .form-group textarea,
.modal-form .form-group input {
  height: 50px;
  width: 100%;
  border: 1px solid #A7A7A7;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
}
.modal-form .form-group textarea {
  height: 130px;
}
.modal-form .form-group textarea::placeholder,
.modal-form .form-group input::placeholder {
  color: rgba(0, 0, 0, .3);
}
.modal-form > div {
  width: 100%;
}
.modal .form-agree {
  margin: 10px 0 20px;
}
.modal .form-agree p {
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
.modal .form-agree p a {
  display: inline;
  color: #000;
}
.modal .form-agree p a:hover {
  text-decoration: underline;
}
.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.modal-title .modal-title-text {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
  width: 90%;
}
.title-name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}