:root {
  --color-gray-light: #8C959C;
  --color-blue-but: #0069b4;
  --color-green-but: #5ac31a;
  --color-blue-text: #0069b4;
  --color-blue-text-2: #2688EB;
  --color-0: #2cb742;
  --color-1: #0069b4;
  --color-2: #5ac31a;
  --color-3: #FF9C6B;
  --color-4: #AD7BAC;
  --color-5: #BF3A59;
  --color-6: #725FA2;
}

@font-face {
  font-family: Francisco;
  src: url(/fonts/Francisco/SFProText-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Francisco;
  src: url(/fonts/Francisco/SFProText-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Francisco;
  src: url(/fonts/Francisco/SFProText-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Francisco;
  src: url(/fonts/Francisco/SFProText-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}



@font-face {
  font-family: Bebas;
  src: url(/fonts/Bebas_Neue.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}




@font-face {
  font-family: 'Geometria-Light';
  src: url(/fonts/Francisco/SFProText-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}


@font-face {
    font-family: 'Geometria';

   // src: url('/fonts/Frank-Regular.woff') format('woff');
	//src: url('/fonts/Roboto/Roboto.woff') format('woff');
    font-weight: normal;
    font-style: normal;


    src: url(/fonts/Francisco/SFProText-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;


   // src: url('/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
    //     url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff');

}

@font-face {
    font-family: 'Geometria-Medium';

    //src: url('/fonts/Frank-Regular.woff') format('woff');
	//src: url('/fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/Francisco/SFProText-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;

    //src: url('/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
    //     url('/fonts/Montserrat/Montserrat-Medium.woff') format('woff');

}


@font-face {
    font-family: 'Geometria-Bold';

    //src: url('/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
    //     url('/fonts/Montserrat/Montserrat-Bold.woff') format('woff');


	//src: url('/fonts/Roboto/Roboto-Bold.woff') format('woff');

  src: url(/fonts/Francisco/SFProText-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;

   // src: url('/fonts/Frank-Regular.woff') format('woff');

    font-weight: bold;
    font-style: normal;
}


body {
  font-family: "Geometria", sans-serif;
  font-size: 16px;
//color: #647678;
//color: #1A3F40;
//color: #1A3F40;

color: #1A3F40;

	//background: #F5F6F6;
//background: #e7e7e7;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

@media (max-width: 769px){

body {
  font-family: "Geometria", sans-serif;
  font-size: 16px;
//color: #647678;
//color: #000000;
//color: #1A3F40;
color: #1A3F40;


	background: #E3EAEC;
}

}

a {
	cursor: pointer;
	color: #0069b4;
}
a:hover {
	cursor: pointer;
  text-decoration: none;
	color: #2688EB;
}
a:active, a:focus { outline: none; }

.slick-slide{
  outline: none !important;
  box-shadow: none !important;
}

.hero-slider {
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.hero-slider.slick-initialized {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transition: box-shadow 400ms, margin-top 400ms, opacity 400ms, visibility 400ms;
}

.hero-slider-mob {
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.hero-slider-mob.slick-initialized {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transition: box-shadow 400ms, margin-top 400ms, opacity 400ms, visibility 400ms;
}

h1, h2, h3, h4 {
  text-align: center;
  font-size: 34px;
  /*font-weight: bold;*/
 // color: #464451;
  color: #1A3F40;
  //color: #413F4C;

  margin: 0;  
    font-family: 'Geometria-Bold';
	//letter-spacing: -3px;
padding-left: 0px;
padding-right: 7px;

//letter-spacing: -2px;

}

.sub-title {
  text-align: center;
font-size: calc(.06em + 0.8vw + 1vh);
  color: #1A3F40;
//color: #5B7778;
  margin-bottom: 32px;
color: #5B7778;
font-family: 'Geometria-Medium';

}

.super-header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 12px 15px 17px 15px;

	background: #fff !important
}

.super-header .container:not(.container-no-border) {
 padding-top: 50px;
}

.super-header .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  //background: #cbd3d4;
  background: #CDCDCD;
}

.super-header .container-no-border {
	padding: 0px;
	padding-top: 10px;

border: 0px;
    background: #F5F6F6 !important;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
	font-size: 13px;

    position: absolute;
    z-index: 2000;

}

.super-header .container-no-border .row{
	padding: 0px;
	margin: 0px;
}

.super-header .container-no-border:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 0px;
  //background: #cbd3d4;
  background: #CDCDCD;
}

@media (max-width: 768px) {
.super-header .container-no-border {
	display: none;
}
}


.carts {
	position: fixed;
    right: 30px;
    top: 30px;
    align-items: center;
    cursor: pointer;
    z-index: 850;
}

.carts a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #8dc63f;
  //border-radius: 4px;
  margin: 0 0 0 12px;
	//padding: 8px;
}

.carts a .icon {
  width: 32px;
  height: 32px;
}
.carts a .icon svg {
  vertical-align: top;
  fill: #fff;
  transition: all 0.25s ease-in-out;
}

.carts a.cart {
  background: #BF3A59;
	text-decoration: none;
	border-radius: 5px;
}

.carts a.cart:hover {
  background: #8dc63f;
	text-decoration: none;
}

.carts a.cart:hover svg {
  //fill: #00E676;
}

.carts a.cart b {
	display: flex;
    padding: 15px;
    border-radius: 50%;
    background: #FFB053;
    color: #fff;
    position: absolute;
    margin-top: -50px;
    margin-left: 50px;
    width: 20px;
    height: 20px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.socials {
  display: flex;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #8dc63f;
  border-radius: 4px;
  margin: 0 0 0 12px;
}

.socials a:hover {
  //background: #647678;
}

.socials a .icon {
  width: 22px;
  height: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

}
.socials a .icon svg {
  vertical-align: top;
  fill: #fff;
  transition: all 0.25s ease-in-out;
}


.socials a.wh:hover svg {
  //fill: #00E676;
}
.socials a.ig:hover svg {
  //fill: #CD007E;
}

.socials a.fb:hover svg {
  //fill: #097EEB;
}

.socials a.vk:hover svg {
  //fill: #4A76A8;
}



.socials a.wh:hover  {
  background: #7BBB51;
}
.socials a.ig:hover {
  background: #CD007E;
}

.socials a.fb:hover {
  background: #097EEB;
}

.socials a.vk:hover {
  background: #4A76A8;
}

.socials a.telegram:hover {
  background: #039BE5;
}

.side-lft {
  display: flex;
  align-items: center;
}

.side-rht {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.side-rht span {
  color: #647678;
  font-size: 15px;
  font-weight: normal;
}

.polosa-top {
  padding-top: 14px;
}

.location {
  padding-left: 23px;
  position: relative;
  display: inline-flex;
  flex: 0 0 170px;
  max-width: 170px;
  margin-right: 35px;
}
.location:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 24px;
  left: 0;
  top: 0;
  //background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAACcCAMAAABLA3WiAAAAM1BMVEX///+Bvkrf79KIwlXA3qT3+/SgzneQxmDQ57uw1o3n893v9+jX68ao0oLI4rCYymu42pn7kAjGAAAEvElEQVR42s1b23LrIAzEIG7Gxv7/rz3TmaZKoJEAKWe6T+2UVOxqJeRLzAy8PQAgfOEESNabD6CkO2wdXIBDNdxxx+09Qt11wuzZbRwiFHGcdG1jCEkWJ27jiMkrxeHh6lIc2+sWMiT7jQR3iD2vYzqOP7dXnL85zFsI7To/SejVb5nYqk/nq4RTtOBFkcpts8CLjve4coF0L++eMKjgHp+du+TUqwy1HoeSg5kBPH1yH9haY6NFw7pjPJAjheMFSaOBrrUGXa6xUJZVjkfeHtgJ1/1wz2YdmbeFjwTxlbq/3gkTMJAM9ScH9FZQOrmAlXADBlIJtRNJCkYD1yNVpsP96HQ6U5V/2Bg6gyNdFWAyyhvfgdEC/J4N28iqmSrbUNLSrk9IbCihwdX1O3pKzrN5hu/RKwawo/4LPU9gwjQTustMsNrlJI9QsmHrEehYsUmKR0oDB/fMJAkNhYS/s5NmD2e5TOHhcLLGSxuFxHbaE8Wja+neaCS2J/nnDUeK0XKo+LzgZKbpY+NhCTkwM44Wr7iNh/N0S3LNz8R0weE0PVoeFZcSOV3TD3NT0YiVTCmPQBdvRnUsYQcJKYsb+V5IkV/PFFbrz0+RWDcIb3ogE2THFS2Pg/SufUTKRN8axE1HeuwaiGUy98EjEpCRthn8kUjVAJXOfSqSpyIBkuNaEQ9LRqI5WUVOqnn6K5EsGemaCHRRkbBH3PIekcciBWLeHURiulEhI5WJSIWMtGNXlyYq0IMEHt9eemwkQ9nXPekonCOiYU/3m95SElJKaExgRthLUExIBF7pLfVzagJ+TU5B863XVDXvgN23mcvXGkU2jCIR+dHXW2wgTpDczLNEKDYQO5ajJS5DoK7kqE0NJo1/BIHo7nbzl0+YqIN9loAYfR6Bl0x8ohC+xpZPInXo3WbRiQz2GtyDzdBjXDxQ+rTxsF8YW3o0HPDqXRu5/ccJfa6L2IpVUE5FoMf7k6Fqi9ebGj4jn+sLteApo4gDxUNcqu6j7uYlNL4SUCj7692AQ/8mdiRsoltM95u7Nl7bD1t5s4Oq7YdAqKrrh9T/RdkT9/sblAHZKj5Tu4kMWtXnNIVw5aljcUqhqnh2JBSIkDbrUYqstlJYtPiHSQWuODOSUqEERF0LSM09dsy4RIcSSwqUKfGL5JT4VWqU+GViSnVwXZa3Bw5BWFNp+K2bXfaSiUdKLLLonAKkxKI4YkjX/TAQ5tEUBKV2ZdnhYdI+p/TVFR5hcSKr01u021Kn8G6+Fk/igRz/KZgfdXnB5UrAwptOkShayunTSsBiGzu2yaIqbrU1h8ktBk4E3hRpSoMo6MpDVvJOcgJcE8fvjQUoeavQKpUSv9HI1wTRKFWL6m46q0C/fUI7mX6B8x1qJ9WvMi1cfoFs+aZ0NNpJ9bu0tOP1u2Xayeu3Etqp9r+d1E7z/LgE2hFnXGX4ynFgq5jKoWDajr4xOOFLodXPXxN46T4K6VNVsX8oovapsuSgIbd69G2SstGFd02qLu4bLfKuBC92dLtRBzy/e1iJJOmlyhXimzG6VXXtTrOSqMbtkN2HkLq3RVkIz3piDFR1BeEGZVcwJavvimI+DEsP0PoGTOY/4IhbXPD3Py/9J8g2VPFNAAAAAElFTkSuQmCC") 0 0 no-repeat;
  background-size: 100%;


content: "\f3c5";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #204294;
}

.select-box {
  overflow: hidden;
  position: relative;
  display: inline-block;  
}
.select-box button:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #647678;
  border-bottom: 2px solid #647678;
  right: 3px;
  top: 7px;
  transform: rotate(-45deg);
}
.select-box select {
  border: 0;
  background: none;
  width: 120%;
  color: #647678;
  font-weight: 500;
}

.select-box button{
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  padding-right: 20px;
  position: relative;
}

.online {
  display: flex;
  align-items: center;
}
.online span {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #647678;
}

.shop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #647678;
  color: #647678;
  border-radius: 6px;
  flex: 0 0 210px;
  max-width: 210px;
  font-size: 18px;
  font-weight: normal;
  height: 42px;
  margin-left: 10px;
  transition: all 0.25s ease-in-out;
}
.shop-btn:hover, .shop-btn:focus {
  text-decoration: none;
  color: #8cc63f;
  border: 1px solid #8cc63f;
}

.header {
	background: #fff !important;
}

.header .logo {
  display: flex;
	//padding-top: 2px;
	//margin-top: -12px;
}
.header .logo span {
  font-size: 14px;
  line-height: 20px;
  //text-transform: uppercase;
  padding-left: 30px;
  padding-top: 2px;
color: #647678;
}
.header .logo img {
  max-width: 100%;
}

.header-in {
  display: flex;
  //border-bottom: 1px solid #cbd3d4;
  padding: 25px 0 10px 0;
  justify-content: space-between;
  align-items: center;
}

.contact {
  text-align: right;
  line-height: 20px;
}
.contact span {
  /*font-size: 12px;*/
}
.contact span:first-child {
  margin-bottom: 0px;
	min-height: 15px;
}
.contact span a {
  font-weight: bold;
  font-size: 22px;
  color: #647678;
  text-decoration: none;
	font-family: Geometria-Bold;
}
.contact a {
  color: #647678;
  text-decoration: underline;
}

.contact a:hover {
  color: #8dc63f !important;
  text-decoration: none;
}


.contact span {
  display: block;
}

.header-btns {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
padding-top: 5px;
}


.header-btns a {
  color: #8dc63f;
  margin: 0 10px;
  display: inline-block;
  padding-left: 56px;
padding-top: 7px;
  position: relative;
    //font-family: 'Geometria-Light';
    //font-family: 'Geometria';

	font-family: 'Geometria-Medium';
    	color: #1A3F40 !important;

}

.header-btns a.measur-btn {
  padding-left: 70px;

}

.header-btns a:hover {
  color: #8dc63f !important;
	text-decoration: none;

}


.about-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 41px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAABSCAMAAAAYcsaCAAABp1BMVEUAAABgjExkdnhkdnh9u0Rkdnhkdnh/vEZ7ukJ3tj1kdnh7ukJkdnhkdnhkdnh4tz1kdnh5uD9kdnhkdnhkdnhkdnhkdnhnpyh7ukJkdnh5uD97ukJ5uD9kdnhkdnh6uUB5tz93tj18u0N6uUBkdnhkdnhkdnhkdnhkdnhkdnh4tj1kdnh3tz1xsDRkdnh0tDlzsjdeiUhkdnh6uEB4tz1kdnhkdnhhoCF9u0R8u0Nkdnhkdnh3tj11tDh5tz95tz9kdnhkdnh4tz9kdnhkdnh8u0Nkdnh6uUFkdnh6uD96uUF6uUFkdnhkdnhkdnh6uUB5uD9kdnh3tjx0sjd3tz1kdnh6uUF9u0V4tz57ukJkdnhzszdkdnh6uEBkdnh5uD9kdnhkdnhkdnhkdnhsqyxkdnhkdnh+u0V6uEBkdnh3tj14tz5kdnh2tDt4tz50szl1tDl2tDp8ukN8ukN6uEBysTVkdnhtrC50tDh2tTx4tj54tj1kdnh4tz51szp1tTpkdnhwrzN3tjxkdnhkdnhkdnh6uEBkdnhzsjhysDZkdnhkdniAvkkwDYOuAAAAi3RSTlMABHGrcMqncaiczqqDnm5rtINsl6ic2hDc0LWykmRCzsq8raaSix4Q8bGXaWMnIiEeCL2fQkAMDPHRuKSMNdmkYFpJNSbLhoWBbmlm6eTVmY16Wj8k9fHqzrdKQt3BjYFOOyAYGBLt4+Hg1MbDgHlgTjv+9ucwKhTPrqiGf3xuVhwcc1NHMN0yUVAzhJW+wAAABTpJREFUSMeslE1r4kAYgN+AsIoH6cmQBIzxFhJMaCEJ+AGBUEwOCSpGEfEiKIpftUXbYsUell3wR++b7cRGmyw97HMYg3kYZp4ZAqd/kYNLTsKPJFLW4lp2IBHx/lr+kSzfxssURX2M54dk2RvT43cwxzQydkHGH16Lk1M49Dy55IJjychiANWJvJ7kk2RWghsRHAaQVRGqXYDaNknO+pZegeYDz/MzvwdPD5axwZkzN3GybJqmAts7M0AGtWWaaypeTk4XK0ssK6ygmmUDcjCqsyynJtboNSzcoN9ABKyxaew7QY1hrHyAhQj2MyAtrMEDTFH2/ALBQCyLyFaFFkHSK8hggDU8N6ghpu8iuKcPecVxXgvkVy7gAFt8WKjXy3CI/K2L1CBy1bElGY6SjThr0Jq2/Ysi6Z7slP0Uldkxo3OwfGAQuohrZgad8AQzfs+vX8hN2GO6vzX6pMaWyPUU5F4AyRG5d9tnsEatj3jY+bF/eMyHstBPl6Lywph1l9DiZ7MZX3gFBUdGJfKbUTDeInISKBOicr7cLmugKu0ykgfq2C6PAjnorAXvonJGr3XmcNjUkMcXkDf0z4lGZq7otF6Jyuw7xWGNIoUsscaUGtXOG7yn5vWvslSkVDVOHl7IYmeHy/jd2e1202AZnWl0GTXdi8qaohxxgyPlqCgKbnBUVrakBr4rK9p30g3j0u0NPjiUAs8X+O4cFL7QfVaJ/IZ/XRwK465ZEZbdFvJaxONerybnDabX9dJFjQZUsMbz50cm/1ljCPsLOYPh5yAxgDSLWIMeJx9Kvo1HGsoDoJR2ewSBTK5C/muNcOaYi/Tf5fm17EBIkyE1QsRFVJZQNgRC1vKzCI5C9gPaeMmGCIJxAs8tpQkuF4y3OBI4N50unXG9P6WVz4uqUBTHj4kupOSSP8CFrdQSQSjQRW2MJFqo4KJNSGRRELSeVYuBmWHg+U+/c+d5a5J8b+B9Fjfjfric+z3Hgupv9OGRyu20IuRN2YRWlGVT7rTLvady808Tn9plOy3SDmzSQtf1VAG/KAohRLn7TJ7a8UwBT4iR/AKLc1ymx2cny7gQE7ooE0B2E1hIAPqxrQz1JKxtmFcCkkzhoxKM9bCtjPh98+7AcbBB3l9gHGw2Jdcit9AiRy7hd7DgiYv04TAjxBq3pjGRBQXMREZ4TGMtX0e05tUzmcwhxzR4QAJMQwDIMA37JNUYiCTUsmQXCkQjG7lc4LPaajQNRQ0GgyDAhaJUf+SdZW0DiG2LMofj0rJyrlmGibL800GSa3nh9c0XeI08xCwhnPe9N5bzhyd7n0ymZbgpOVkQVQTRJ9hBMrl1sJdMkxmT72mYPCCDexoalWcd8ERA+nUZpBcQlLMBssWck8Fbwk6e8QP1JtOTc+MiRVAKFGkJDq6EdVA2JENm8o9ng8lD39+HMHZ8ZD8E7tX3D1DnHO5x77usjfTRCt7W+FZliQova/18Zq+VjXvb77Lb4Sy84JRDIkwj4w767YJd7jr7p8yiW3KrB1k5Sacr7EZ0vGgZo6ygZWhPywgd5zXEezkUvOBh7xyglkNn74T3prSiPUydx5qSCdiUQMJmCEYXmyJJ7riWZUMw5O8yUUoXh18KkOUUfqXlLr1dUCxnD7PhymBjGi4guyksDBjqRyavIBebTblidIDMJ19NSVvTGPrxPrzLnBP7LA265w/vMuMmM6jMaEYXkaa8+i/ZBMacpcFQ8uZPgcEzhORrPbHv6jlTVf6GUcFWE0VRpYiahYvYwxU/KIpCHxia/RsQT4+vSHJDjgAAAABJRU5ErkJggg==') 0 0 no-repeat;
  background-size: 100%;
}



.about-btn:hover:before{
  background-position: 0 -41px;
}

.calc-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
/*  
background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABSCAYAAAAxZQYDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAA2TSURBVGiBxZp7jF3VdcZ/a5997mueHuyxsQebh6kVBMIBUSWQxiSAMSGIRwSkPFSVV3gpUpvyJq6JcYxL1AINKK5pk0igCCnIDQFsA6HhoVJIoEEoNg5EEMbFOLaxPfbc1zlnr/6xz5l75z6wLMF4yWfuPWffvfd31l7r22t/sqgqmd2x/qt9ubBwp1P9kjqXU1wc2lwxHxYG63G1XI+qY0FgwzDMlUq5nqHAhHkRMUZszhAEijqncaTqEkXVORfX4ureelQbj+L6uCoYMWKM2ZS4ZOX3ztjwdja3ZECWPXfWEoQ7BPMu6FuKqytOFVV1DkQEUPX/VDXxPQUESb+lH9mgIiJ+avE3RoyIgDlK1S1EeWrZ6evunQCy7NmzFqvovznHN5YvXv86U2DfXbdkhrH6uIg8s+z09XfLTU98ubdULG6I4vqNK5Y8/79TASKzGx75XDh91ryXUe4yQ4PDNwny/lSDAHjwsk0Rzj0Shvk1plbde4FT9+pUg8jMYN5UdbNtLarkVfiw9QcnrRQ56S+OGhrsmZ1XHInGOJziADS9QF2adaI+aEUQCZDGHYiwY2xL9a2No7tevaspTdNRnCbYMCxYMabQBmTB/JFpvSOvW5MbV3VJoEmi4CTIsqMxUPpNUVBQn0gikuWUiBkePKL3uGPkJGALrQMo2DAI8yCmFchAz6H9gQnHMMHnk8hRqVeURDEGjLFk2eqyv06JXUwcJ6ooNgjEGIsxgAiFMP/atL7Z/a3zqKoKYEUwk53lzee+Vu/66tN721sP3G7fcGrFj9nZrKo6p+1QqpW9lZ7S0DH/+Kslv1HnEsXpBHVllt1mSyLp00ajpM0YCY6v1MeqXYF4FmxbGfbs3Daaz/WeFoaFAQEFQUnDQBuz+2+q/l06uBaDCBJFlT17d28bbW3NwFoFAjFtSB6+Yksd+K9ub/BpmRgjCBgURbou3Wdv6j1rnSYJajr5dEoscYkzCNapS9Ql7mAB0dQlNnK1aiDaBuTSH0+3Mw+ZuyAMSyURkXqtPL5rx4ebf3zl1vjvfrFwViHfP2KttVFcj8cre7b86/lvfXTx6h4759AFC4q5/l4EjLFixEjiEq1Ge6sfj2/9439cNDqZDlLesy5JYmNcG5Bp/dNHivmB14wE7ypOg0L/0dFA7VjgvUK+f4UN8ueqS7bkbGGOKYW/BK4YGpw9Usz3vyaYd0i5yqkzIFoIe+dP751zDfDoZJf4qLCBCXNGwqAVSKEwUALeWb74uYUAt61b9EYh31cEMBIMqLqldy9+/qHbN3zl2sDYMwH6e4dLqryzYsnzC1vHu/Xpv3rUmvxg63PnnBpVrDVhzkjQnjYe6ERai4iRiZ1ARMRYD8qEJv1ubc5kz1ut23MyHvF7E21AarVyuZDrOfLOZ07fmE44tzK+p5yi3CUiy5Y+e8b1gbHDTt0TAPVapVws9s9f+tziPzRIV1VVnbXh3Hq9+osOCBGgG0r+vHXraGhLC/P5YhGFamVfedvoB6MAlcrYrcXSwH2BBIFzSbKvPPYRwMfbt30wfGjuOJvLl2iwP04TrdbL9bE9Oz5oxyGKZEC0nZsfu3FHArzbCeQ/n/f6DmBH6/N/v/K9GHin28t1smaK95V5i12yemjgsJHPLQ3DwkxV5+K4vn3nn7csf/hv/7T779eeeF6x1H+uiIQKcRTVn/yns1/++VU/nTs4Y3jeMmtzM1T9DNmO5Fyyu1weW3PfBW+8OdkjRkAw/gzSzmczZx0+KwwL1xljN4sEm8OwcG3v4PSZAIVi3+WBsfNEzCYjwdxcWLgcYHDo0FmBzV8DshHYqPB7YJOIbLI2d0Ox1HdSR594jyTOdKD4QqE3RNn0vdM3LAe4Y/1XzsuFeevfQiTRZPWKxc8/dvPTp2zO2cKlAKHNW1TfXr74Vytax7vzmdOuMe31F0jKIyCi0r7VRHEtCcLwiNvWLbpIRAiMnU9akAliRMz5t637ssvZwgWS5nXiosTa3OG3rV90EU01jiBYmxuJXNw2j6oDAqwgRrS9ctq9e+v24UOOfMEG4fWAqLqXxsd27wCIouq6XL70zSAIrxcRoqj2GMCuXVu3z5g+74XA2OsmzaVK4pJ1tWp5UzsQMo8YSblkkj186Qc7gPPbfQmrvv7fq4HVrc/XXPZ+1z7dLJvYTpT8LXbkmcIXzp3WO2dkQb5eK+u2P22s7Xk3Lq/7kepf3z+Ymz5yWI8NclKvl93uXR+VH/3Wrvrf/EtJ8ofM6O0bmBmqCsYILq3mKuWxZO/2j/c98u1tySSPiE8si0hHj5x+2eEj06fPe8XaXC2fL8Y9x5xc2jX84cnAlnlHHft9m8tfour29JQGB/p7Z/wM+E5xxow5Q9OPeMWIGZ80GWix0DNUKvZ9C/jPSW3qVPGEJp0qtMGh4X4xUlZ1pzgXK8a83NM/1AeAkcOSJHrAxfU1JsxdrcIJAIXSYK9zye7IVU4NjKDOu96pqMOtlkCGu62O9d5pR6IYAcaXL35uB8Dt608dD6w1kJYQyoerzvmfnbc8dfIWY8ITAMJc0Rhjavd87dWdreP9wxN/ucsEtm2X96EB1uES7VCy1qLxaj4sHf/dZ854AVQDY0+oJ5W6d0jgbBjes/TZM64s5PuOTlz8UurnyAa5E5c+t/jF9JSi6bbnCoW+L9aj6iut85i0breqiUI7tY7t3bmlmB84Ox8Wp6lCHEerxvftHQVIXLK8EPSsDQLbmyTxvnpU/z1AvVodLeT7z7FBOCgCziVOVXHqNE6iB8rV8TYgWXhap4nGGrVR3k8u/78asL7dV3DP117cCGxsfX7/hW9WgSc79elmCs5gsLW48ttaUp19IJ0/TUs0mhtIOG4qyfi9giy69qcnhgcDiMNdWK7tvcU8dO7G39kg9+uhWX2P37X2zLao/iztlvUn/wCVHavOeunBCVXx9vWL7jYSfCEwdq01ZlOU1KMkjlSdUzGB9BT784VcT6iKM2KkVOgv9eT7S87FWq7uKsdxnCSauMjVo0QTl7g4cZpoEsdE9ZomSeSCICdBmKeWlEfqceUsY4J91fHat3940ZuRTNJZn150cRDm7jcmmOnUoZqQHknFmhBjGg4zYjAmwGdFkuk0qPqjut9V0+OTOr+7iWeNcnXPaLUytuKHF26a2K/kqptvbfZWH3An8CUgB8RAERgEysAYEAIlYAjI4yv9HBDgaSACEnxlFgN7gfH0As+km4CVwNtrVq0EJhfPS4A78HXq40CdZrFsovKbdDVbMy029+l0HQX8CHgKuLcZyOK04RvAlAi+wAzg8atvuS2/ZtXKu+Wqm2/tBTYANwJTrbWGwMvAXQa4CXj/IIAAH0+PAGsMcAFw0ARf4E1gtsVHfpvgiw+qLDMyO1BBpzmAq8CubmPY9GoTfIERfOCO49MxwadnN51Lmz6bMwR8ivcC7YJvE5CMC1qtH88bn2+ZaH/WnLrN9lo6Zsff2y4gsoGqeEL6NKzSAdyEWby7O71tBTgG+A0Npmy1biTWqf14/It1BdLN5aPAacBAy286/X5/yybAnnTMTm0TzNppeaZE8M2AGA48JT8TM3Rf/6ky1wzkoAm+NKVvtQsQCyzA1x6CJ7bN+BpjFp7wbHq/BfioqU9vOkZGaprO80fa6WAiWOMuQEbwJPRuOtDRwLHAe8AK4NwUwBzgl8AVTX3eocGwWRzOB9oF36a3zqqrViulA2bi7Rv4ag18Si8FHgKuBc7s0qfZHsVXeq2m0CjzujGe6fK9WRoNmUwD3STTTxZ8mbw5NVsZOJLGiW5u+gz8LroMuB4YBp5o6jMf+EPTONmRdi7QLvjuByV4FlxIYznKNJjxVuA+/JIm+EAF+AA4Dr9EzaZ4gmwTfGnKmombFusq+OLF3jbBFx/4ByT40qyPdAGSBeRMvGu3A8uB3cB5+KwJ08mfBH6OD8Zl+MI4s2zs3cAafEXWBiQjtE42C7gOzx2b8dkxM227HJiHP5/MTe+zPtfg42ojqeCbXjfgC6OO9kllQJgOsDy9P4/GUgpeVXwsBXlp03hv43mm1a7pBiLr2C11E+AI4KL0fkLwxXvy/PT+AhqpnQCHp31aX25kf0BMFzDbgRfwKSrASzQCdB3wzbQNvGea+0wSfJv6tAm+zUC68cgnibcdBd/99PlE+6SlAb955fFvVcNzieLZuCft69Ln9fS+Fx9frZYA+2hPjgke6eaREeCVFECMJ6mT8Rvd94FL8OXfAPAz4Dv4DfAVGif/5smGgDbBtxVIJ+tP3/SU9Mcv42ULgMOAB/C8cDV4wRfvjd3AqR0mW43fDlptEqF1ApPVIFmAjjN54/sQ2In3UAbE4D3YJvji96dOu/wEkG6EVsUfAV5IwZ6AjwPwcXEPcCW+TnkpfR4BJwIvMpmfHPBF/LJ1tMwjnQqjLcDZwLT0fhWNTW85sBa/FPvwDErafg6NuiMbV/FLuV8gnY4TXQVfGhTeagcs+NJUPP8WOGiCL36vGjd4DWsRnXN/KuxC4BYD/A74NV7Am1LBF/gBsGPNqpUPZrvpKuBuvJa2Fr8nRDRqFcEzbEhDIymll+L5JjsfReln88FNmaytjABn4QP9ephcKt4JXAzcT6PuyAb5tP8T0ii+VFid6az/D5IRkN+cU8NlAAAAAElFTkSuQmCC') 0 0 no-repeat;
*/
//background: url('/img/icon-calc-top-main.png') 0 0 no-repeat;
background: url('/img/icon-calc-top-new1.png') 0 0 no-repeat;
  background-size: 100%;
}

.inner-page .calc-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);

background: url('/img/icon-calc-top-new1.png') 0 0 no-repeat;
  background-size: 100%;
}


.ab-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-ab-top1.png') 0 0 no-repeat;
  background-size: 100%;
}


.inner-page .ab-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-ab-top1.png') 0 0 no-repeat;
  background-size: 100%;
}

.of-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-of-top1.png') 0 0 no-repeat;
  background-size: 100%;
}

.inner-page .of-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-of-top1.png') 0 0 no-repeat;
  background-size: 100%;
}


.art-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-art-top1.png') 0 0 no-repeat;
  background-size: 100%;
}

.inner-page .art-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 48px;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-art-top1.png') 0 0 no-repeat;
  background-size: 100%;
}





.calc-btn:hover:before{
  //background-position: 0 -41px;
}

.measur-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 48px;
  top: 3px;
  left: 20%;
  transform: translateX(-50%);
/*
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAABSCAMAAAD+Ww3GAAABLFBMVEUAAAB6sEFkdnh9ukVkdnhkdnh6uEJ7rUNtil6AvElkdnhkdnhkdnhtil+AvElkdnhkdnh5t0Bkdnhkdnh/vUhkdnh/vEdkdnh+vEdkdnh+ukd9ukZkdnhkdnh5tEFkdnh+vEd/vEdkdnh8uUR8uUR9uUZ+uUZkdnhkdnh2sz5/u0Z/vEdkdnh9ukVkdnh8uERkdnhkdnh1rT1kdnhkdnh/vEh9u0Zkdnhkdnhkdnh+uUZkdnhkdnhkdnh8tkR6t0Jkdnhkdnh9u0Z+u0d+ukZkdnhkdnh5tkF7t0Nkdnh9uEV8uER8t0Rkdnh5t0Bkdnh9uUZkdnh3sz5kdnhkdniAvEh7uENkdnhkdnh+u0hkdnh0rjx8uUR8ukN9ukVkdnhkdnh5s0F8uUVkdng/c3nrAAAAZHRSTlMAB8fHBQeHBQS+h8GFArm4vYbOofDT0wvdpaKBgGoj8Orj3aaUc2QiEBDPwbGuq2JHKgrs5NjInXhyaWZjVkQr6djMqp2WiXpqYV1XSkA7MTEWFuDXsp+SXlNQDdjDuDkcHItbery2HQAAApBJREFUSMek1Numw0AUBuA/Sg8XKZuKmGGkcmASEUJykYuEJiTSigot1QPd7/8Qm3mArMX+b3LzySxrfgMy8xm8WOnxwoOrvvEeLPgDXA8PHjSUBZ85lHdhQEzxN5q8kYRaISsDVygK4vuqK+HtLQrmFzTx/bDfUBDWSUYBA9qV/Vz5B/poILhlnBkhG/itu1s8em2+5zhMjwzYV+g/xW5LwS0a59ePaYisQ5g4NHxaVivuy7A0f6xPc3VjzKgVhiTgrEe5U3Q/7gloSnF1hEdD5E5oSkHuMYOOWwYEOpEJA4n19Aq+z7lrRKew5UA5Qn7chIQ2rsWaVYoh4JUi3+ZpJxgQ9VtX6SJUqQSwUQgTf7EUGDwNHY7FNAamFAs5u3r9TuqiI6DZtixvaMwDQNFXbUOaGalkzixLi3Zm1pQHgWHG//PXSB2zOghDUQA+SAvl2WBJkCAkCC46iCgKWlTQwYKDFHmFli4tvP//H562uzdZXD7OvYZD5tYQ7uIiNYJ7S2X50yTROgJXA7pf4UL91ghKibBLTRJf/N1M3R8JowyjNQQiJBPffapF5+zJHZ/IeOk7O+J6Fs9VfV8glcg0k5bn06OBIR5FfqKhyuAlv6fN0T+fb8vPKyQTqxqVc7MPW3+9JjJk7sXjNERT4my7NqN2lPtdIoQBxMRnHd9OBwpGIbQ9BAbXEwZTLQqHhDLF1RW5QSmkW9X3nE5kDSLu+TQESjEKE1iF8LzCpBTNpxQ0VA8oJ7BJyHC9mZVC37+loKBkMimFu514AYDUjnTsbpUiTNTKw2Wyt1kK6C5CVD3612MoNiHQBtHFttO+XNuzfWp+tGJk6wNAnaafGNQymj6jOyuLht9dYzMI6Jkk/zk9WuOTw/ljAAAAAElFTkSuQmCC') 0 0 no-repeat;
*/
background: url('/img/icon-mes-top-new1.png') 0 0 no-repeat;
  background-size: 100%;
}

.inner-page .measur-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 48px;
  top: 3px;
  left: 20%;
  transform: translateX(-50%);
background: url('/img/icon-mes-top-new1.png') 0 0 no-repeat;
  background-size: 100%;
}

.measur-btn:hover:before{
  //background-position: 0 -41px;
}

.icon {
  display: inline-block;
}
.icon svg {
  width: 90%;
  height: 80%;
}

#nav-spacer {
  height: 1px;
	/* background: #fff !important; */
}

.super-header{
  background-color: transparent;
	background: #fff !important;
}

.menu {  
  //position: sticky;
  //top: -10px;
  left: 0;
  right: 0;
  z-index: 900;
  margin-bottom: 2px;
  /*background: #fff;*/
position: relative;
	background: #fff !important;
	padding-top: 7px;
}


.menu .container{
  /*padding-top: 25px;
  padding-bottom: 25px;*/
  position: relative;
  top: -2px;
}

.slide-visual{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slide-visual video{
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu .nav > li > a.act {
/* border-bottom: solid 2px #7AAD35 !important; */
//color: #8dc63f !important;
//border-top-color: #5B7778 !important;
    //color: #8dc63f !important;
//opacity: 0.3;
/* color: #7AAD35; */
cursor: default !important;


}

.menu .nav > li > a.act:before {
    /* content: ""; */
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    background: #EA2C62;
    right: -5px;
    top: -2px;
}

.menu .nav {
  display: flex;
  justify-content: center;
  font-size: 22px; 
	//margin-top: 10px;
	margin-left: -18px;
}
.menu .nav > ul {
  margin: 0 -15px;
}
.menu .nav > li {
  display: inline-block;
  padding: 10px 24px 10px 24px;
  position: relative;
}

.menu .nav li > ul{
  margin-top: 0px;
  position: absolute;
	z-index: 150;
  left: 15px;
  width: 300px;
  top: 100%;
	//opacity: 0.9;
  padding: 0px;
  box-shadow: 0 4px 6px rgba(0,0,0,.2);
  display: none;
  border-top: solid 3px #8DC63F;


  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 5px;
	padding: 0px 0px;



}


.menu .nav li > ul:before{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.8) !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}


.menu .nav li:hover > ul{
  display: block;
}

.menu .nav li:hover > a{
  //color: #8dc63f;
	color: #1A3F40;
}

.menu .nav li > ul li{
  display: block;   
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 4px;
}

.menu .nav li > ul li:first-child {
  margin-top: 4px;
}

.menu .nav li > ul li:last-child {
  margin-bottom: 4px;
}


.menu .nav li > ul li:hover{
  background: var(--color-0); 
}

.menu .nav li > ul li a{
  font-size: 16px;
font-weight: normal;
    font-family: 'Geometria-Medium' !important;
	//text-decoration: underline;

	padding: 8px 10px;
	padding-left: 20px !important;
}

.menu .nav li > ul li a:hover {
	text-decoration: underline;
  color: #fff;
}

.menu .nav li > ul li{

}

.menu .nav a {
  font-size: 17px;
  //font-weight: 600;
  display: block;
  //color: #647678;
   color: #1A3F40;
  //transition: all 0.25s ease-in-out;

    font-family: 'Geometria-Medium';
}


.menu .nav > li > a{
	//color: #fff;
color: #1A3F40;
	//border: solid 1px #ff0000;

//text-transform: uppercase;

}

.menu .nav > a:hover {
  //color: #8dc63f;
	color: #1A3F40;
  text-decoration: none;
}

.menu .nav > li > a:hover {
  color: var(--color-0);
  //color: #8dc63f;
  text-decoration: none;
  /*border-bottom: solid 3px #8DC63F;*/
  padding-bottom: 10px;
//background: #F5F6F6;
	//border-radius: 10px;
}

.is-sticky .menu .nav > li {
  padding: 5px;
}

.menu .nav > li #hamburger{
  margin-top: 9px;
	margin-left: -5px;
}

.is-sticky .menu .nav > li #hamburger{
  margin-top: 9px;
	margin-left: -5px;
}
.is-sticky .menu .nav a {
font-size: 17px;
    //font-weight: 600;
  //  font-weight: normal;
}

.is-sticky .menu .nav > li > a{
	//color: #647678;
	color: #1A3F40;
}

.is-sticky .menu .nav li > ul li a{
font-size: 16px;
  //  font-weight: 600;
    font-weight: normal;
}


.slide {
  position: relative;
  height: 600px !important;  
}

.slide .container{
  height: 600px !important;   
  position: relative;
}

.slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
	border: solid 1px #F5F5F5;
  //background: rgba(0, 0, 0, 0.4);
}
.slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.slide-caption {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slide-caption span {
  display: block;
  font-size: 26px;
  /*color: #647678;*/
  //color: #fff;
  color: #1A3F40;
  margin-bottom: 45px;
}

.hero .slick-slide{
  position: relative;
}

.hero .slick-slide:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
}

.hero .slick-slide .container{
  position: relative;
  z-index: 10;
}

.btn {
  display: inline-block;
  /* background: #F6F6F6; */
  color: #1A3F40;
  font-size: 19px;
  color: 500;
  min-width: 225px;

  min-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  padding: 8px 25px;
	//font-weight: bold;
    //font-family: 'Geometria-Medium';
    font-family: 'Geometria';

    border-radius: 50px;
    margin: 5px;
    transition: all 0.3s ease-out;

    background: rgb(245 245 245 / 90%);
backdrop-filter: blur(14px);

}
.btn:hover {
  color: #1A3F40;
	background: #F6F6F6;
  text-decoration: none;
  transform: scale(1.0161290323);
}

.btn-green {
  /* background: var(--color-2); 
  color: #fff;*/
}

.btn-green-empty {
  /*min-width: 64px;
  padding: 10px;*/

  min-width: 44px;
  padding: 8px;

  display: inline-flex !important;
}

.btn-green-empty .icon-green{
  margin: 0px !important;
}

.slide-panel-1 .btn-green{
    /*background-color: rgb(44 183 66 / 90%) !important;
    color: #fff !important;*/

    /*background: #F6F6F6 !important;


    border: 5px solid rgba(255, 255, 255, .7);*/


    border: solid 1px rgba(0, 0, 0, 0.03);
}

.slide-panel-1 .btn-green.btn-green-empty {
  /*border: 5px solid #F6F6F6;*/


    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}

.slide-panel-1 .btn-green:after {
  /*
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
  background-color: rgb(44 183 66 / 90%) !important;
  border-radius: 50px;
  */
}

.slide-panel-1 .icon-green:after {
  /*background: #fff !important;*/
}

.slide-panel-1 .btn-green-empty .icon-green:after {
  /*background-color: #F6F6F6 !important;*/
}

.slide-panel-1 .icon-green:before {
  /*color: #2D9644 !important;*/
}

.btn-kont {
border: solid 1px #8dc63f !important;
  background: #fff;
  color: #8dc63f;
}

.btn-kont:hover {

  color: #fff;
	background: #8dc63f;
  text-decoration: none;
}

.slide-title {
  font-size: 48px;
  /*font-weight: 800;*/
  //color: #8dc63f;
  color: #1A3F40;
    font-family: 'Geometria-Bold';
	//color: #fff;
	line-height: 55px;
	//letter-spacing: -3px;
}

.slide-title strong{
	display: block;
  //color: #8dc63f;

}

.slide-suptitle {
	font-size: 16px;
	font-weight: bold;
	//color: #8dc63f;
	color: #1A3F40;
	padding: 9px;
	background-color: #F9C609;
	border-radius: 5px;
	width: auto;
display: inline-block;
	padding-left: 13px;
	padding-right: 13px;
	margin
}

.wrapper{
  position: relative;
}

.super-header, .header{
  //position: relative;
  z-index: 50;
  background-color: #fff;
}

.slide-video{
 // position: relative;  
}

.slide-video:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  //background-color: rgba(0,0,0,.3);
//background-color: rgba(255,255,255,.8);
}

.slide-video-black:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.3);
//background-color: rgba(255,255,255,.8);
}

.super-header .container,
.header .container{
  background-color: #fff;
  /* padding: 0px; */
}


.hero {
  //margin-bottom: 54px;
  margin-top: -53px;
  /*height: 600px;*/
  /*border: 1px solid red;*/
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;  */

}


.inner-page .hero{
	//height: 290px !important;
	height: 10px !important;
}

.inner-page .hero .hero-slider{
	visibility: hidden;
}
.hero .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  border: 0;
  background: none;
  text-indent: -9999px;
  outline: none;
}

.hero .slick-prev {
  left: 40px;
background: #8dc63f;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}



.hero .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  left: 16px;
	margin-top: 3px;
  transform: rotate(45deg);
  //box-shadow: 0 10px 10px rgba(255, 255, 255, 0.3);
}


.hero .slick-next {
  right: 45px;
background: #8dc63f;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}




.hero .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  left: 10px;
	margin-top: 3px;
  transform: rotate(-45deg);
  //box-shadow: 0 10px 10px rgba(255, 255, 255, 0.3);
}
.hero .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 0;
}
.hero .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.hero .slick-dots li button {
  padding: 0;
  border: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  outline: none;
}
.hero .slick-dots li.slick-active button {
  background: var(--color-0);
}

.cat-item .cat-item-txt {
  text-align: center;
}
.cat-item .cat-item-txt a {
  font-size: 18px;
  font-weight: 600;
  color: #8dc63f;
  text-decoration: underline;
}
.cat-item .cat-item-txt a:hover {
  text-decoration: none;
}
.cat-item .cat-item-txt > span {
  display: block;
  margin-bottom: 5px;
}
.cat-item .cat-item-txt > span span {
  display: inline-block;
  font-size: 17px;
 // border: 1px solid #c4c9ca;
  color: #464451;
  font-weight: bold;
  min-width: 160px;
  padding: 6px 10px;
  height: 40px;
    font-family: 'Geometria-ExtraBold';
}

.cat-item-img {
  height: 187px;
  overflow: hidden;
  margin-bottom: 7px;
}
.cat-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.cat-item-img a:hover img {
  transform: scale(1.1);
}

.cat-list {
  margin-bottom: 65px;
}

.tabs-nav {
  display: none;
}



@media (min-width: 768px) {
  .tabs-nav {
    display: flex;
    justify-content: center;
    //position: sticky;
    top: 65px;
    left: 0;
    right: 0;
//position: sticky;
    top: 0px;
  }
  .tabs-nav.is--sticky{
    background: #fff;
    z-index: 100;
  }

  .tabs-nav li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0%;
	padding-left: 5px;
	padding-right: 5px;
  }


  .tabs-nav li a {
    color: #1A3F40;
    border-top: 5px solid transparent;
    padding: 0px 15px;
    position: relative;
    font-weight: normal;
    /* border-bottom: 6px solid #E8EEF1;
    text-decoration: underline; */
    text-transform: uppercase;
    font-family: 'Geometria';
    background: #F6F6F6;

    display: inline-flex;
    align-items: center;
    /* border-radius: 43px; */
    border-radius: 10px;
    font-size: 18px;

    min-height: auto;
    transition: all 0.3s ease-out;

    border: 0px;
    min-height: 42px;

    /* margin-right: 10px; */
  }

  .tabs-nav-small li a {

    text-transform: normal !important;

  }


  .tabs-nav li a.active {
    /* border-bottom: 6px solid #7AAD35;
    border-left: 1px solid #94aab4;
    border-right: 1px solid #94aab4; */
    font-family: 'Geometria';

    text-decoration: none;
    color: #1A3F40;
    background-color: #D7FCD1 !important;
  }

  .tabs-nav li a.active:hover {
	text-decoration: none;	
  }

  .tabs-nav li a:hover {
    /*color: #647678;
 border-bottom: 6px solid #7AAD35;*/

  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card > .collapse {
    display: block;
  }
}
.card-header a {
  color: #647678;
  text-align: center;
  display: flex;
  justify-content: space-between;
  //font-weight: bold;
  text-decoration: none !important;
	font-family: 'Geometria-Bold';
}
.card-header a span {
  color: #8dc63f;
}
.card-header a b {
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    //display: block !important;
    //opacity: 1;
  }
}
.tab-content {
  //background-color: #fff;
	position: relative;
	//z-index: 105;
}
.tab-content .card {
  background: none;
}
.tab-content .card-body {
  //padding: 57px 40px 70px;
	padding-bottom: 5px;
	padding: 8px;
}
.tab-content p {
  //font-size: 15px;
  //line-height: 24px;
//color: #1A3F40;
}

.price-section {
    border-top: solid 1px #cccccc;
    //background: url(../img/shadow.png) no-repeat center top;
  //background: #ebf0f2;
background-size: 100%;
  //padding: 40px 0;
}

.price-section1 {
    //background: url(../img/shadow.png) no-repeat;
  //background: #ebf0f2;
  //padding: 40px 0;
//background: #fff !important;
	margin-bottom: 20px;
}

.image-box {
  //width: 295px;
  //height: 295px;
  overflow: hidden;
  border-radius: 50%;
  //border: 1px solid #d7d8d9;
  margin: 0 auto;
	margin-top: 20px;
}
.image-box img {
  width: 100%;
  height: 100%;
  //border-radius: 50%;
  //object-fit: cover;
}

.tab-title {
  display: flex;
	  display: inline-block;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.tab-title strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 500;
 // color: #657678;
color: #7AAD35 ;
//color: #464451;
 //color: #1A3F40;
	//letter-spacing: -2px;
 font-family: "Geometria-Bold";
}
.tab-title span {
  display: inline-block;
  //background: #657678;
	font-family: "Geometria-Bold";
  //color: #fff;
	//color: #464451;
 color: #1A3F40;
	//letter-spacing: -2px;

  font-size: 26px;
  font-weight: bold;
  height: 34px;
  line-height: 24px;
  min-width: 140px;
  padding: 5px 0px;
  line-height: 24px;
  text-align: left;
  border-radius: 4px;
}

.params {
  padding: 0;
  margin: 20px 0 0 0;
}
.params .rate {
  margin-left: -4px;
}




.params > li {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  //color: #404d4e;
  align-items: center;
}
.params > li:not(:last-child) {
  margin-bottom: 14px;
}
.params > li > span {
  display: inline-block;
  flex: 0 0 260px;
  max-width: 260px;
  padding-right: 20px;
  font-weight: normal;	
}

.order-box {
    text-align: center;
    text-align: left;
    background-color: #fff;
    border: solid 1px #8dc63f;
    border-radius: 8px;
    background-color: #0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
}
.order-box .btn {
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #fff;
  //font-weight: bold;
    font-family: 'Geometria-Medium';
	font-size: 20px;
}
.order-box .btn:hover {
  background: #fff;
  color: #8dc63f;
  border: 1px solid #8dc63f;
}
.order-box span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
text-align: center;
}
.order-box span a {
  color: #7AAD35;
  text-decoration: underline;
}

.order-box span a:hover {
  color: #8dc63f;
  text-decoration: none;
}

.order-box-in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 95%;
  color: #464451;
background: #fff;
border-radius: .25rem;
	margin-bottom: 10px;
padding-top: 20px;
}
.order-box-in > span {
  //text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: -10px;
color: #7AAD35;
	font-family: "Geometria-Bold";	
//letter-spacing: -2px;
}

.order-numbers {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  font-size: 180px;
  white-space: nowrap;
  line-height: 1.1;
  font-weight: 800;
  position: relative;
    font-family: 'Geometria-Bold';

}

.order-numbers1 {
 color: #1A3F40;

  flex: 1 1 auto;
  width: 100%;
  height: 80%;
  font-size: 22px;
  //white-space: nowrap;
  line-height: 1.6;
  font-weight: 800;
  position: relative;
    font-family: 'Geometria-Bold';
	top: -8px;
	padding-top: 30px;
	margin-left: 39px;
	//letter-spacing: -2px;
}

.order-numbers span {
  display: block;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #8dc63f;
}

.rate {
  display: flex;
  margin: 0;
  padding: 0;
  height: 14px;
}
.rate li {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 4px;
}


.rate.rate-warm li {
  border: 1px solid #fd1818;
}
.rate.rate-warm li.active {
  background: #eb5825;
  border-color: #eb5825;
}

.rate.rate-leto li {
  border: 1px solid #64BCFF;
}
.rate.rate-leto li.active {
  background: #64BCFF;
  border-color: #64BCFF;
}

.rate.rate-noise li {
  border: 1px solid #13587a;
}
.rate.rate-noise li.active {
  background: #105679;
  border-color: #105679;
}
.rate.rate-light li {
  border: 1px solid #efcb3a;
}
.rate.rate-light li.active {
  background: #efcb3a;
  border-color: #efcb3a;
}

.rate-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rate-box strong {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  font-weight: normal;
	font-family: Geometria-Bold;
}

.rate-box-big {
  display: flex;
  align-items: left;
  justify-content: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rate-box-big strong {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 600;
  font-weight: normal;
	//min-width: 130px;
	font-family: Geometria-Bold;
}

.mob-panel {
  display: none;    
}

.mob-panel .container{
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.mob-panel .menu{
  display: none;
}

.mob-panel .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;  
}
.mob-panel .container:after {
  content: "";
  display: none;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #cbd3d4;
}

.mob-links {
  //display: flex;
  padding: 10px 0;
	top: 3px;
position: relative;
}
.mob-links a {
  display: inline-block;
}
.mob-links a + a {
  margin-left: 15px;
}

.mob-links .calc-link span{
  font-size: 12px;
  display: none;
}

.mob-links .tel-link span{
  font-size: 12px;
  display: none;
}

.mob-nav {
  display: flex;
  border: 1px solid #647678;
  height: 36px;
  padding: 0 0 0 10px;
  align-items: center;
  font-weight: 600;
  color: #647678;
  border-radius: 4px;
  cursor: pointer;
}

div.mob-panel > div.container > div.mob-nav > span {
  //margin-left: 28px;
}

.nav-ico {
  padding: 0;
  border: 0;
  margin-left: 1px;
  border-radius: 3px;
  background: transparent;
  width: 36px;
  height: 34px;
  overflow: hidden;
  z-index: 205;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  position: relative;
  display: inline-block;
}

.nav-ico span {
  display: block;
  position: absolute;
  left: 7px;
  height: 2px;
  width: 19px;
  background: #8dc63f;
  transition: all 0.3s ease-in-out;
}

.nav-ico span:first-child {
  top: 8px;
}

.nav-ico span:nth-child(2) {
  top: 15px;
}

.nav-ico span:last-child {
  top: 22px;
}

.js-open {
  overflow: hidden;
}

.js-open .nav-ico span:first-child {
  top: 16px;
  transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
  top: 16px;
  transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}

.js-open .backdrop {
  z-index: 800;
  /* opacity: 1; */
  display: none;
}

.backdrop {
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  transition: opacity 0.25s ease-in-out;
}

.tab-buttons {
  margin-top: 45px;
}

.tab-buttons h2 {
	text-align: center;
	width: 100%;
}

.tab-buttons h3 {
	text-align: center;
	width: 100%;
}

.tab-buttons .sub-title {
	text-align: center !important;
	width: 100%;
}

.tab-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
	border: 0px;
  //border: 2px solid #CBD1D1;
  //border-bottom:  1px dashed #CBD1D1;
  background: none;
  padding: 10px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #5ac31a;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  height: 60px;
}

.tab-buttons a {
	//border-bottom:  1px dashed #CBD1D1;
}

.tab-buttons a:hover {
	text-decoration: none;
}

.tab-buttons a:not(.collapsed) span:after, .tab-buttons button:not(.collapsed) span:after {
  transform: translateY(-50%) rotate(135deg);
  margin-top: 0;
}
.tab-buttons a > span, .tab-buttons button > span {
  display: inline-block;
  //padding-right: 32px;
  position: relative;
}

.tab-buttons a > span span, .tab-buttons button > span span{
  border-bottom: 1px dashed #5ac31a;
}

button{
  outline: none !important;
}

.tab-buttons a > span:after, .tab-buttons button > span:after {
  //content: "";
  //display: block;
  //position: absolute;
  //width: 10px;
  //height: 10px;
  //border-left: 2px solid #8dc63f;
  //border-bottom: 2px solid #8dc63f;
  //right: 5px;
  //top: 50%;
  //transform: translateY(-50%) rotate(-45deg);
  //margin-top: -4px;
}

.card-inner {
  padding: 20px 0 0 0;
	text-align: center;
}

.product-card-img {
  height: 200px;
  //border: 2px solid #aaaeae;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
	text-align: center;
}

.kaluga-bg {
background: url(/img/okna/kaluga-bg.jpg) no-repeat;
}

.w0 {
width: 100%;
height: 100%;
background: url(/img/okna/w0.png) center top no-repeat;
}

.product-card-img img {
  //width: 100%;
  height: 100%;
  //object-fit: cover;
}

.product-card-txt {
  //display: flex;
  align-items: center;
	text-align: center;
	margin-bottom: 15px;
}

.price-new {
  color: #1A3F40;
//color: #7AAD35;
  font-size: 28px;
  font-weight: bold;
	font-family: Geometria-ExtraBold;
  margin-right: 10px;

}

.price-new-kl {

  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
 display: inline-block;
	margin-top: 8px;


    color: #1A3F40;
    padding: 3px;
    background-color: #F9C609;
    border-radius: 5px;
	width: auto;
	line-height: 12px;
}

.price-new-kl b{
	line-height: 12px;
font-size: 12px;
    font-weight: bold;
    //color: #8dc63f;



    display: block;

	//margin-right: 5px;
	//top: -2px;
	position: relative;
}

.product-card .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.price-old {
	display: none;
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
}

.params-btn {  
  //margin-bottom: 15px;
  //text-transform: uppercase;
  width: 100%;
  color: #404d4e !important;
  background: none !important;  
  display: none;
  box-shadow: none !important;
  outline: none !important;
}

.params-btn span{
  display: inline-block;
  border-bottom: 1px dashed #404d4e;
}

.menu-contact {
//  border-top: 2px solid #8dc63f;
  padding-top: 20px;
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.menu-contact .label {
  display: none;
}
.menu-contact span {
  display: block;
  font-size: 18px;
}
.menu-contact span a {
  //color: #647678;
  color: #1A3F40;
    font-family: 'Geometria-Bold';
}
.menu-contact .socials {
  padding-top: 5px;
  margin-right: 20px;
}
.menu-contact .socials a {
  background-color: #8dc63f;
  margin: 0 15px 0 0;
}
.menu-contact .socials a svg {
  fill: #fff;
}
.menu-contact .btn {
  margin: 10px 0 15px 0;
  min-width: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
  width: 100%;
  border: 1px solid #8dc63f;
  background: none;
  color: #8dc63f;
}

.is-sticky .menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

.is-sticky .menu .container{
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.is-sticky .menu p{
  display: none;
}
.is-sticky .menu .menu-contact {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
}
.is-sticky .menu .menu-contact .adress {
  display: none;
}
.is-sticky .menu .menu-contact span {
  font-size: 18px;
}
.is-sticky .menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-sticky .menu .nav {
  font-size: 16px;
}
.is-sticky .menu .nav li {
  margin-right: 1px;
}
.is-sticky .bottom-bar, 
.is-sticky + .bottom-bar
 {
  bottom: 0;
}

.bottom-bar {
  background-color: #8dc63f;
  color: #fff;
  position: sticky;
  bottom: -120%;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 15px 0;
  transition: all 0.5s ease-in-out;
	display: none;
    font-family: 'Geometria-Bold';
}
.bottom-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.bottom-bar1 {
  background-color: #F9C609;
  color: #1A3F40;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 15px 0;
  transition: all 0.5s ease-in-out;
    font-family: 'Geometria-Bold';
	display: none;
}
.bottom-bar1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bar-lft {
  font-size: 22px;
  //text-transform: uppercase;
  font-weight: bold;
}

.bar-rht {
  display: flex;
  align-items: center;
}

.bar-btn {
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #8dc63f;
  margin-right: 15px;
  padding: 5px 15px;

	color: #fff;
    border: 2px solid #fff;
background: #8dc63f;
    border-radius: .25rem;
}
.bar-btn:hover {
  text-decoration: none;
  color: #647678;

background: #fff;
	color: #8dc63f;
}

.bottom-bar1 .bar-btn {
  background-color: #1A3F40;
	color: #ffffff;
    border: 2px solid #1A3F40;

}

.bar-btn1 {
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  color: #8dc63f;
  margin-left: 15px;
  padding: 5px 15px;

	color: #fff;
    border: 2px solid #fff;
background: #8dc63f;
    border-radius: .25rem;
}
.bar-btn1:hover {
  text-decoration: none;
  color: #647678;

background: #fff;
	color: #8dc63f;
}

.bar-rht span:nth-child(1){
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
height: auto;
    width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.modal {
	z-index: 5002 !important;
}

.modal .close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
}

.modal-content{
  padding: 40px 50px;
}

.md-form-submit .md-form-title {
  text-align: center;
}

.md-form-submit .modal-content {
  border-radius: 20px;
}

.location-list{
  //columns: 3;
  margin: 0 -15px;
  padding: 0;
}

.location-list-3{
  columns: 3;
  margin: 0 -15px;
  padding: 0;
	margin-bottom: 10px;
}


.location-list-3 li{
  display: block;  
  font-size: 15px;
  margin: 5px 0;
  padding: 0 15px;
  //font-weight: bold;
	font-family: Geometria-Bold;
}

.location-list-3 li a{
  color: #647678;
}

.location-list-3 li a:hover{
  color: #7AAD35;
}

.location-title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  //font-weight: bold;
	font-family: Geometria-Bold;
}

.location-btn{
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  //color: #647678;
}

.location-btn span{
  display: inline-block;
  border-bottom: 1px dashed #000;
}

.location-btn-c{
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  color: #647678;
}

.location-btn-c span{
  display: inline-block;
  border-bottom: 1px dashed #000;
}

.location-list li{
  display: block;  
  font-size: 15px;
  margin: 5px 0;
  padding: 0 15px;
  font-weight: bold;
}

.location-list li a{
  color: #647678;
}

.location-list li a:hover{
  color: #7AAD35;
}

.bar-rht span a br{
  display: none;  
}

@media (max-width: 1199px) {

.location a {
	display: none !important;
}

  .menu {    
    margin-bottom: 10px;    
    margin-top: 10px;
  }
  .location {
    margin-right: 15px;
  }

  .hero{
  	margin-top: -53px;
  }

  .shop-btn {
    flex: 0 0 180px;
    max-width: 180px;
  }

  .image-box {
    //width: 190px;
    //height: 190px;
    width: auto;
  }

  .rate-box {
    display: block;
    text-align: center;
  }

  .rate {
    justify-content: center;
  }

  .rate-box strong {
    margin: 0 0 5px 0;
  }

  .tab-content .card-body {
    padding: 30px 20px 20px;
  }

  .cat-item .cat-item-txt a {
    font-size: 14px;
  }

  .is-sticky .menu-contact .socials {
    display: none;
  }

  .order-numbers span {
    right: -3px;
  }

  .header-btns a {
    margin: 0 15px;
  }

  .header .logo span {
    padding-left: 15px;
  }

  .contact span a {
    font-size: 22px;
  }

  .menu .nav > li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .order-box-in {
    display: none;
  }

  .order-box {
	border: none;
    background: none;
  }
  .order-box .btn {
    background: #8dc63f;
    color: #fff;
    border: 0;
  }

  .order-box span a {
    color: #8dc63f;
	font-size: 14px;
  }

  .is-sticky .menu-contact > span {
    display: none;
  }

  .header .logo span {
    display: none;
  }

  .menu .nav {
    font-size: 16px;
  }

  .header-btns a {
    margin: 0 15px;
  }

  .online span {
    display: none;
  }

  .socials a {
    margin-left: 10px;
  }

  .shop-btn {
    flex: 0 0 160px;
    max-width: 160px;
    font-size: 16px;
  }

  .super-header .container{
    padding-top: 12px;      
    padding-bottom: 12px;
  }

  .header-in {
    padding: 15px 0 20px 0;
  }

  .contact span a {
    font-size: 20px;
  }

  .cat-item {
    margin-bottom: 30px;
  }

  .cat-list {
    margin-bottom: 20px;
  }
  .cat-list .row {
    margin: 0 -7px;
  }
  .cat-list div[class^=col-] {
    padding: 0 7px;
  }

  .sub-title {
    font-size: 20px;
  }

  .tabs-nav li a {
    padding: 10px 10px 10px;
    font-size: 16px;
  }

  .is-opened .card-header{
    //position: sticky;
    top: 53px;
    left: 0;
    right: 0;
    z-index: 300;
    background: #fff;
  }

  .image-box {
    flex: 0 0 140px;
    //max-width: 140px;
    //height: 140px;
  }

  .params {
    margin: 10px 0 15px 0;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .slide-title {
    font-size: 22px;
line-height: 25px;
	margin-top: 10px;
  }

  .slide-descr {
	margin-top: 20px;
	}

  .bar-lft {
    font-size: 18px;
  }

  .bar-btn {
    font-size: 14px;
  }

  .header-btns {
    font-size: 10px;
  }
  .header-btns a {
    margin: 0 10px;
  }

  .header .logo {
    max-width: 200px;
padding-top: 30px;
  }

  .header-in {
    align-items: center;
  }

  .side-rht span {
    font-size: 12px;
  }

  .bar-btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .bottom-bar {
    padding: 10px 0;
  }

  .bar-lft {
    font-size: 14px;
  }

  .hero .slick-dots {
    position: static;
    transform: translateX(0);
    justify-content: center;
    margin: 20px 0 0 0;
  }

  .hero .slick-dots li button {
    background-color: #647678;
  }

  .hero {
    //margin-bottom: 30px;
  }

  .menu .nav > li > a{
    font-size: 15px;
  }
  .is-sticky .menu .nav li{
    margin: 0;
    padding: 0 10px;
  }
  .is-sticky .menu .nav li a{
    font-size: 15px;
  }

}

@media (min-width: 769px) {
  .hid-big{
    display: none !important;
  }

  .hid-big-1{
    visibility: hidden !important;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .hid-mob{
    display: none !important;
  }

}

.mob-ofisy-top {
  display: none;
}

@media (max-width: 768px) {
  .bottom-bar .bar-lft, .bottom-bar .hidden-mob{
    display: none;
  }
  .hero{
  	margin-top: 0px;
  }
  .menu{
  	margin: 0;
  }
  .menu .container {
    display: block !important;
  }
  .menu .menu-contact {
    display: block !important;
    font-weight: normal;
  }
  .menu .menu-contact > span {
    display: block !important;
  }
  .menu .menu-contact .adress {
    display: block !important;
    text-align: center;
  }
  .menu .menu-contact .adress + p{
    text-align: center;
    font-weight: bold;
  }
  .menu .menu-contact .adress + p a{
    text-decoration: none;
    color: #647678;
    border-bottom: 1px dashed #647678;
  } 
  .menu .menu-contact .socials {
    display: flex !important;
    margin: 10px 0;
    justify-content: center;
  }

  .side-lft{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .shop-btn{
    flex: 0 0 auto;
    width: auto;
    padding: 0 10px;
    right: 0;
    max-width: none;
  }

  .super-header .side-rht{
    display: none;
  }
  .super-header .container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .super-header .online{
    //display: none;
	position: relative;	
  }

  .mob-ofisy-top {
    display: block;
  }

  .mob-ofisy-top a{
    font-family: Geometria-Bold;
    font-size: 16px;
  }

  .header-btns {
    display: none;
  }

  .menu {
    /* position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-120%); */
    transition: all 0.25s ease-in-out;
    z-index: 1000;
    background: #fff;
    width: 100%;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    max-height: 0;    
    overflow: hidden;    
    position: relative;
  }

  .menu{
    display: none;
  }

  .mob-panel .menu{
    display: block;    
  }

  .menu .container {
    padding: 30px;
  }
  .is-sticky .menu{
    padding: 0;
    overflow: auto;
  }

  .menu .nav {
    display: block;
  }
  .menu .nav > li {
    display: block;
    margin-bottom: 20px;
  }

  .menu .nav > li > a{
    position: relative;    
    padding-right: 20px;
  }

  .menu .nav > li > a:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #647678 transparent transparent transparent;
    right: 0;    
    top: 50%;
    transform: translateY(-50%);
  }

  .mob-panel {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }

  .rate-box {
    margin-bottom: 15px;
	text-align: center;
  }

  .tab-buttons {
    margin-top: 20px;
  }
  .tab-buttons button {
    margin-bottom: 5px;
	color: #7AAD35;
  }

  .tab-title {
    justify-content: center;
  }

  .tab-content p {
    text-align: center;
  }

  .js-open .menu {        
    max-height: calc(100vh - 165px);  
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;    
  }

  .js-open .is-sticky .menu{
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    overflow: auto;
    /*max-height: none;*/
  }

   .js-open {
    overflow: hidden;
   }

   .header{
    position: relative;
    z-index:  50;
    margin: 20px 0px;
   }

  .tab-content .card-body {
    padding: 20px;
  }

  .rate-box strong {
    font-size: 18px;
	font-weight: normal;
  }

.rate {
    justify-content: center;
	margin-bottom: 15px;
}

.rate li {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 4px;
}

  .params-btn {
    display: block;
  }

  .params-btn-str {
    display: none;
  }

  .params {
    display: none;
  }
  .params.js-expand {
    display: block;
  }

  .menu-contact {
    display: block;
  }
  .menu-contact .btn {
    display: block;
  }

  .menu .nav li > ul{
    position: static;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 5px 20px;
  }

  .menu .nav li > ul li + li{
    margin-top: 5px;
  }

  .menu .nav li:hover > ul{
    display: none;
  }

  .menu .nav li.js-expand > ul{
    display: block;    
  }

  .menu .nav li.js-expand > a:after{
     /*top: 6px;*/
     transform: rotate(-180deg); 
  }

  .menu .nav li > a{
    border: 0 !important;
    color: #647678;
  }
  .is-sticky .menu .nav{
    margin: 0 -10px 30px -10px;
  }
  .menu .nav > li{
    margin-bottom: 0px !important;
    border-bottom: 1px solid #C7C7C7;
  }

  .menu .nav li > a{
    display: block;
    padding: 10px;
  }

  .bottom-bar .container{
    justify-content: center;
    flex-wrap: wrap;
  }
  .slide-caption{
    text-align: center;
    /*top: auto;
    bottom: 30px;
    transform: translateY(0);*/


border-radius: 18px;
    background: rgb(255, 255, 255, 0.8);
    width: 90%;
    padding: 30px;
  }



  .bottom-bar{
    padding: 15px 0;
  }
  .bar-rht{
    flex: 0 0 100%;
    max-width: 100%;    
    margin: 0 -10px;
    justify-content: center;
  }
  .bar-rht span{
    /* flex: 0 0 50%;
    max-width: 50%; */
    padding: 0 10px;
    display: block;
    text-align: center;
  }
  .bar-rht span a{
    text-align: left;
    color: #404d4e;
    text-decoration: none;
    padding: 10px 20px 10px 45px;
    border: 1px solid #404d4e;
    border-radius: 3px;
    text-transform: none;
    line-height: 14px;
    position: relative;
    display: block;
  }
  .bar-rht span a br{
    display: block;
  }
  .bar-rht span a:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #8dc63f;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);   
  }
  .bar-rht span a:after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;    
    left: 16px;
    top: 16px;    
    background: url(../img/socials/phone-w.svg) 0 0 no-repeat; 
    background-size: 100%;
  }

.bar-rht span:nth-child(1){
  display: block;
}

  .bar-rht span:nth-child(2){
    display: none;
  }

  .bar-rht span:nth-child(3){
    display: none;
  }
  .bar-btn{
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .mob-links{
    width: calc(50% + 88px);
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .mob-panel .soc-link{
    display: none;
  }
  .mob-links .calc-link{
    margin-left: 0;
position: relative;
	top: -3px;
    //border: 1px solid #647678;
    border-radius: 8px;
    padding: 3px 1px 3px 40px;
background: url(/img/whatsapp-g-1.png) 3px center no-repeat;
    //background: url(../img/socials/whatsapp-g.svg) 3px center no-repeat;
    background-size: 34px 34px;
    color: #647678;
    text-decoration: none;
	height: 34px;
  vertical-align: top;
  }
  .mob-links .tel-link{
    margin-left: 0;
    //border: 1px solid #647678;
    //border-radius: 3px;
    color: #647678;
    text-decoration: none;
	//width: 135px;
  vertical-align: top;
  overflow: hidden;
  }

  .mob-links .calc-link img{
    display: none;
  }
  .mob-links .calc-link span{    
    display: block;
    line-height: 14px;
	width: 70px;

  display: none;
  }

  .mob-links .tel-link span{    
    display: block;
    line-height: 14px;
	width: 75px;
	position: relative;
	top: -72px;
	left: 38px;
	color: #fff;

  display: none;
  }

  .bottom-bar{
    background: none;    
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    z-index: 400;
  }
  .js-expand{
    overflow: hidden;
  }

  .js-expand .menu-contact .socials{
    display: flex;
    margin-right: 0;
    justify-content: center;
  }

  .js-expand .menu-contact .socials a:last-child{
    margin-right: 0;
  }


  .js-expand .bottom-bar{
    background: #fff;
  }
  .js-expand .backdrop{
    z-index: 388;
    opacity: 1;
  }
  .bar-drop{
    display: none;
  }
  .js-expand .bar-drop{
    display: block;
  }
  .js-expand .bar-rht .bar-btn{
    display: none;
  }
  .bar-drop .adress{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #647678;
    font-weight: normal;
  }
  .bar-drop p{
    text-align: center;
  }
  .bar-drop p a{
    text-decoration: none;
    color: #647678;
    border-bottom: 1px dashed #647678;
  }
  .d-title{
    text-align: center;
    color: #000;
  }
  .bar-drop .close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
  }
  .location-list{
    //columns: 2;
  }

  .location-list-3{
    columns: 2;
  }
.city-select__grid {
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
	width: auto !important;
}

}
@media (max-width: 577px) {
  .params > li > span {
    flex: 0 0 220px;
    max-width: 220px;
  }

  h1, h2, h3, h4 {
    font-size: 28px;
  }

  .sub-title {
    //font-size: 14px;
	margin-top: 10px;
  }

  .header .logo {
    //flex: 0 0 120px;
   // max-width: 120px;
  }

  .contact > a, .contact > span:first-child {
    display: none;
  }

  .header-in {
    align-items: center;
    padding: 5px 0 10px 0;
  }

  .slide {
    height: 530px !important;
  }

  .hero {
   // margin-bottom: 30px;
  }
  .hero .container{
    padding-left: 0;
    padding-right: 0;
  }
  .menu .nav li > ul li a{
    font-size: 14px;
  }
  .bottom-bar .container{
    justify-content: center;    
  }

  .js-open .menu {    
    height: calc(100vh); 
    //max-height: calc(100vh - 187px);    
    overflow: auto;
  }
  /*.js-open .is-sticky .menu {    
    max-height: calc(100vh - 58px);    
    overflow: auto;
  }*/
  .menu .container{
    padding-left: 15px;
    padding-right: 15px;    
    padding-bottom: 70px;
  }  
  

}
@media (max-width: 420px) {
  .card-inner div[class^=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact span a {
    font-size: 18px;
  }

  .slide-title {
    font-size: 28px;
font-family: 'Geometria-Bold';
line-height: 33px;
	margin-top: 10px;
  }

  .slide-caption span {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hero .slick-arrow {
    display: none !important;
  }
  .location {    
    flex: 0 0 120px;
    max-width: 120px;
  }  
}
@media (max-width: 400px) {
  .cat-item .cat-item-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cat-item-img {
    height: 120px;
  }

  .cat-item .cat-item-txt > span span {
    font-size: 14px;
    max-width: 100%;
    min-width: auto;
    line-height: 28px;
  }

  .params > li {
    font-size: 12px;
  }

  .params > li > span {
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 10px;
  }

  .rate li {
    margin: 0 2px;
  }

  .menu .container{
    padding: 20px 20px 70px;
  }
  .modal-content {
    padding: 40px 30px;
  }
  .location-list{
    //columns: 1;
  }

  .location-list-3{
    columns: 1;
  }

.city-select__grid {

    -webkit-column-count: 1;
    column-count: 1;
}

  .bar-btn{   
    font-size: 10px;
  }
  .slide-caption{
    left: 30px;
    right: 30px;
  }
  .bar-rht{        
    margin: 0 -5px;
  }
  .bar-rht span{    
    padding: 0 5px;    
  }
  .bar-btn{
    padding: 5px;
  }
}



 .hit-bage, .card-header a .hit-bage{
    background: red;
    color: #fff;
    font-size: 10px;
    position: absolute;
    padding: 0 5px;
    display: block;
    right: -5px;
    top: -5px;
  }

  .card-header a .hit-bage{
    left: 100%;    
    right: auto;
  }



  /****************** banner *******************/
  
  .trans-banner .hero{
    margin-top: 44px;                
    height: calc(100vh + 40px);
  }

  .hero-slider, 
  .hero-slider .slick-track,
  .hero-slider .slick-list
  {
    height: 100%;
  }


  .trans-banner .hero .slick-slide .container{
    padding-top: 285px;      
  }
  .trans-banner .slide,
  .slide .container{
    height: 885px !important;
  }

  .hero-slider .slide, 
  .hero-slider .container{
    height: 100% !important;
  }

  .trans-banner .slide-visual{
    height: 100%;
    z-index: 1;
  }
  .trans-banner .super-header,
  .trans-banner .header,
  .trans-banner .super-header .container, 
  .trans-banner .header .container{
    background: transparent;
  }
    .trans-banner .shop-btn{
      //background: #8dc63f;
	  background: none;
		//border-color: #fff;
		//border-color: #1A3F40;
      //color: #fff;
      color: #1A3F40;
    }
    .trans-banner .shop-btn:hover{
      color: #fff;
      background: #8dc63f;
      border-color: #8dc63f;
    }
  .trans-banner .online span,
  .trans-banner .side-rht span,
  .trans-banner .header .logo span,
  .trans-banner .header-btns a,
  .trans-banner .contact,
  .trans-banner .contact a,
  .trans-banner .select-box button{
    //color: #fff;
    color: #1A3F40;
  }
  .trans-banner .about-btn::before{
    background-image: url(../img/head-ico-1.png);
  }
  .trans-banner .calc-btn::before{
    //background-image: url(../img/head-rou.png);
  }
  .trans-banner .measur-btn::before{
    //background-image: url(../img/head-ico-1.png);
    //height: 38px;
  }    
  .trans-banner .about-btn:hover:before,
  .trans-banner .calc-btn:hover:before,
  .trans-banner .measur-btn:hover:before{
    //background-position: 0 0;
  }
  .trans-banner .select-box button:after{
    //border-color: #fff;
    border-color: #7AAD35;
  }
  .trans-banner .location:before{
   // background: url(../img/pin-ico-black.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .trans-banner .has-bg{
    position: relative;
    z-index: 1;
  }
  .trans-banner .has-bg:before{
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .trans-banner .mob-panel .container{
    background: none;
	    //background: #fff;
    box-shadow: 0 0 0 transparent;
  }

  .is-sticky .mob-panel .container{
    //background: none;
	    background: #fff !important;
    box-shadow: 0 0 0 transparent;
  }

  .trans-banner .mob-links .calc-link,
  .trans-banner .mob-nav{
    //border-color: #fff;
    //color: #fff;

    border-color: #1A3F40;
    color: #1A3F40;
  }

  .trans-banner .mob-nav{
	//width: 122px;
	}

  .is-sticky .mob-links .calc-link,
  .is-sticky .mob-nav{
    border-color: #1A3F40;
    color: #1A3F40;
  }

  .is-sticky .mob-links .tel-link span
{
top: -34px;
    color: #647678;

  display: none;
  }

  .is-sticky  .mob-links  .tel-link{
    overflow: hidden;
    margin-top: -17px;
    margin-left: 0px !important;
    vertical-align: bottom !important;
	position: relative;
	//top: -34px !important;
	left: 15px;
  }


  .trans-banner   .mob-links  .tel-link{
    left: 3px !important;
	position: relative;
	top: -2px;
  }

  .is-sticky .mob-links .calc-link {
	top: -2px;
}



  /******************************************************************/


  /******************************************************************/


  .slide-caption{
    left: 15px;
    top: 55%;
    transform: translateY(0);
  }

  .menu .nav{
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .menu .nav > li{
    padding: 0px;
    white-space: nowrap;
  }

  .menu .nav > li > a{
    padding: 15px;
	padding-left: 19px;
	padding-right: 20px;
    border-top: 4px solid transparent;
	//border-color: #1A3F40 !important;
    //transition: all 0.25s ease-in-out;
  }

  .is-sticky .menu .nav {
		padding: 0px;
    position: static;
    margin: 0;
	}

  .is-sticky .menu .nav > li > a{
	padding-left: 7px;
	padding-right: 7px;

  }

  .menu .nav > li > ul{
    border-top: 0;
  }





  .menu .nav li.no-nosticky{
    display: none;
  }

.menu .nav li.no-desctope{
    /*display: none;*/
  }


.menu .nav li.no-desctope{
    /*display: none;*/
    margin-left: 40px;
    padding-left: 90px;
  }

.menu .nav li.no-desctope:after {
    content: "";
    border-right: solid 1px #1A3F40;
    padding-right: 9px;
    position: absolute;
    height: 18px;
    top: 15px;
    left: 0px;
}

.trans-head .menu .nav li.no-desctope:after {
  border-right: solid 1px #fff;
}

.is-sticky .menu .nav li.no-desctope{
    display: inline-block;
  }



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {  

.menu .nav li.no-nosticky{
   // display: inline-block;
  }

.menu .nav li.no-landscape{
    display: none;
  }

}

  .menu .nav > li:hover > a{
    /* background: #fff; */
    
    //border-top-color: #8dc63f;
//border-top-color: #1A3F40;

//background: #F5F6F6;
	//border-radius: 10px;

  }

  .menu .nav > li.dotted{
    display: none;
  }



  .is-sticky .menu .nav li.no-sticky{
    display: none;
  }

  .is-sticky .menu .nav li.no-nosticky{
    display: block;
  }

  .is-sticky .menu .nav li.dotted{
    display: block;
  }

  .menu .nav > li > ul.has-ico li{
    position: relative;
    padding-left: 30px;
  }

  .menu .nav > li > ul.has-ico li .ico-box{
    position: absolute;
    top: 0;    
    left: 0;
    height: 26px;
  }

  .menu .nav > li > ul.has-ico li .ico-box img{
    max-width: 100%;
    max-height: 100%;
  }

  .menu .nav > li > ul.has-ico > li > a{
    font-weight: 700;
    font-size: 15px;
  }

  .menu .nav > li > ul.has-ico li > ul{
    position: static;
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    border-top: 0;
    box-shadow: 0 0 0 transparent;
  }

  .menu .nav > li > ul.has-ico li > ul li{
    padding: 0;
  }

  .menu .nav > li > ul.has-ico li > ul li a{
    font-size: 14px;
  }

  .menu .nav{
    position: relative;
  }

  .menu .nav > li.no-relative{
    //position: static;
  }

  .menu .nav > li.no-relative > ul{
    //width: 100%;
  }

  .trans-banner .measur-btn::before{
    //background-image: url(../img/head-ico-3.png);
    //height: 38px;
  }

  .trans-banner .tel-link{
    height: 34px;
    overflow-y: hidden;
  }

  .trans-banner .tel-link img{
    vertical-align: top;
  }

  @media (max-width: 1199px) {
    .menu .nav > li.dotted{
      display: block;
    }

  }


  @media (max-width: 768px) {

    .menu .nav li.no-sticky{
      display: none;
    }  
  }

  @media (min-width: 768px) {

.menu .nav > li > a {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  margin-left: 22px;
  padding-bottom: 10px !important;
  margin-bottom: 0px;
}

}


  @media (max-width: 768px) {
    .slide-caption{
      right: 15px;
      top: 45%;
      transform: translateY(-20%);
    }
    .menu .nav > li > ul.has-ico li .ico-box{
      top: 5px;
    }
    .menu .nav > li > ul.has-ico li a{
      padding-left: 0;
    }
  }

  @media (min-width: 769px){ 
    .menu .nav > li > ul.has-ico{    
      flex-wrap: wrap;    
      overflow: auto;
    }

    .menu .nav > li:hover > ul.has-ico{
      display: flex;
    }

    .menu .nav > li > ul.has-ico > li{
      flex: 0 0 50%;
      max-width: 50%;
      margin-right: 0;
    }
    .menu .nav > li > ul.has-ico li{      
      padding-left: 55px;
    }
  
    .menu .nav > li > ul.has-ico li .ico-box{
      height: 46px;
    }
  }





  /*******************NEW STYLES**********************/

  /*.inner-page .super-header, 
  .inner-page .header, 
  .inner-page .mob-panel
  {
    background-color: rgba(0,0,0,.5);
  }*/

  /*.inner-page .slide, 
  .inner-page .slide .container {
    height: 550px !important;
  }

  .inner-page .hero .slick-arrow{
    top: 60%;
  }

  .inner-page .slide-caption{
    top: 65%;
	text-align: center;
  }
  .inner-page .slide-caption span{
    margin-bottom: 15px;
  }*/

  .landing-block h2{
    text-align: left;
    margin-bottom: 20px;
  }

  .landing-block-txt h2{
text-align: left;
    margin-bottom: 20px;
    font-size: 24px !important;
  }

  .landing-block-txt strong{
	display: block;
    font-weight: bold;
color: #464451;
    margin-bottom: 20px;
  }


  .landing-block{

//background: url(../img/shadow.png) no-repeat center bottom;
    //background: #ebf0f2;
    //background-size: 100%;
    //padding: 50px 0;


    //border-top: 2px solid #DDDDDD;
    border-bottom: 1px solid #cccccc;
    padding: 50px 0;
  }

  

  .landing-describe strong{
    font-weight: bold;
	color: #464451
  }

  .landing-describe{
    margin-bottom: 40px;
  }

  .landing-describe p{
    margin: 0;
	margin-bottom: 20px;
  }

  .landing-params{
    margin-bottom: 30px;
  }

  .landing-describe a{
    color: #585f69;
    text-decoration: underline;
  }

  .landing-params span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .landing-buttons {
    margin-top: 1rem;
  }

  .landing-buttons .bar-btn{
    border: 0px solid #8dc63f;

	text-transform: none;
	padding: 10px 30px;
	font-size: 18px;
	text-align: center;
	/* min-width: 230px; */
    font-weight: normal !important;
    font-family: 'Geometria';

	border-radius: 50px;
    background: #F6F6F6;
    color: #1A3F40;
  }

.landing-buttons1 .bar-btn {
    padding: 5px 10px;
	font-size: 15px;
}

  .landing-buttons .bar-btn:hover{
    background-color: #fff;
    color: #8dc63f;
  }

  .landing-buttons .bar-btn-filled{
    background-color: #fff;
    color: #1A3F40 ;
    background: #F6F6F6;
    transition: all 0.25s ease-in-out;
  }

  .landing-buttons .bar-btn-filled:hover{
    /* background-color: #5ac31a;
    color: #fff; */
    background: #F6F6F6;
    color: #1A3F40;
  }

  .landing-buttons .bar-btn-filled.green{
    background-color: #5ac31a;
    color: #fff ;
  }



  .landing-buttons .bar-btn-filled.green:hover{
    background-color: #F6F6F6;
    color: #1A3F40;
  }

  .block-sec .landing-buttons .bar-btn-filled.green{
    background-color: var(--color-2);
    color: #fff ;
    transition: all 0.25s ease-in-out;
  }

  .block-sec .landing-buttons .bar-btn-filled.green:hover{
    /* background-color: var(--color-1) !important;
    color: #fff ;*/
    transform: scale(1.0161290323);
  }

  .block-sec .landing-buttons .bar-btn-filled:hover{
    /* background-color: var(--color-1) !important;
    color: #fff ; */
    transform: scale(1.0161290323);
  }

  .block-sec .landing-buttons .bar-btn{
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }

  .item-link.item-link-icon {
    border-radius: 0px;
    border-right: solid 1px #5B7778;
    margin-right: 14px;
    width: 29px;
    margin-left: -15px;
}

.blue .item-link.item-link-icon {
  border-right: solid 1px #fff;
}

.item-link:before {
  color: #5B7778;
  content: "add" !important;
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 30px;
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 24;
  transition: transform .3s cubic-bezier(0,0,0.5,1);
}

.blue .item-link:before {
  color: #ffffff;
}

.item-link-rub:before {
  content: "currency_ruble" !important;
  font-size: 18px;
}

.item-link-arrow:before {
  content: "arrow_outward" !important;
  font-size: 22px;
}

.item-link-calculator:before {
  content: "calculate" !important;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 200, 'opsz' 24;
  font-size: 28px;
}

.item-link-calculator {
  width: 35px !important;
}

.landing-block-img{
  align-self: flex-end; 
	text-align: center;   
  }

  .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

   @media (max-width: 768px){
      .landing-buttons .bar-btn{
        margin-bottom: 10px;
      }
      .inner-page .slide-caption{
        top: 65%;
      }



  .landing-block-txt strong{

margin-top: 20px;
    margin-bottom: 20px;
  }


   } 




  .landing-block-small h2{
    text-align: left;
    margin-bottom: 20px;
font-size: 24px;
  }

  .landing-block-small{

//background: url(../img/shadow.png) no-repeat center bottom;
    //background: #ebf0f2;
    //background-size: 100%;
    //padding: 50px 0;


    border-top: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 50px 0;
  }

  

  .landing-describe strong{
    font-weight: bold;
    //color: rgb(183, 28, 28);
  }

  .landing-describe{
    margin-bottom: 40px;
  }

  .landing-describe p{
    margin: 0;
	margin-bottom: 20px;
  }

  .landing-params{
    margin-bottom: 30px;
  }

  .landing-describe a{
    color: #585f69;
    text-decoration: underline;
  }

  .landing-params span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  color: #464451;
  }

  .landing-block-small .landing-buttons .bar-btn{
    border: 1px solid #8dc63f;
	margin-left: 0px;
	text-transform: none;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	min-width: 230px;
    //font-weight: bold;
    font-family: 'Geometria-Medium';
  }

 


   .carousei-item{
    height: 400px;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	display: flex;

   }

.carousei-item-1 {
 position: relative;
}

.carousei-item-1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0px;
    //background: rgba(0,0,0,.5);
    //opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.carousei-item-1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 220px;
    //background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 100%);
    //background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%);
    //background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (max-width: 767px){
.carousei-item-1:after {
    top: 120px;
}

}

.full-carousel-akc {
	margin-top: 40px;
	margin-bottom: 80px;
	margin-right: 20px;
}

.full-carousel-akc .carousei-item {
    height: 280px;
    margin-left: 20px;
    border-radius: 10px;


//border: solid 1px #cccccc;
}

 .full-carousel-akc  .carousei-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
	filter: brightness(0.7);
	//display: none;
   }

   .full-carousel{
    position: relative;
   }

   .full-carousel .slick-arrow{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-indent: -9999px;
    outline: none;
    width: 15px;
  height: 15px;
   }

.slick-prev.slick-disabled {
	display: none !important;
}


.slick-next.slick-disabled {
	display: none !important;
}


   .full-carousel .slick-prev{
    left: 30px;

//background: #8dc63f;
background: rgb(27,27,27, 0.6);
    height: 40px;
    width: 40px;
    border-radius: 50%;

	cursor: pointer;

   }

   .full-carousel .slick-next{
    right: 30px;

//background: #8dc63f;
background: rgb(27,27,27, 0.6);
    height: 40px;
    width: 40px;
    border-radius: 50%;
	cursor: pointer;

   }

   .full-carousel .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  left: 15px;
	margin-top: 3px;
  transform: rotate(45deg);
  //box-shadow: 0 10px 10px rgba(255, 255, 255, 0.3);
}

.full-carousel .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  left: 9px;
	margin-top: 3px;
  transform: rotate(-45deg);
  //box-shadow: 0 10px 10px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px){






  .carousei-item{
    height: 300px;    
  } 


}


.carousel-section {
	    border-top: solid 1px #cccccc;
    //background: url(../img/shadow.png) no-repeat center top;
    //background: #ebf0f2;
    background-size: 100%;
    padding: 40px 0;
}

.article-text {

}

.article-text h2 {
	margin-bottom: 12px;
  margin-top: 55px;
	text-align: left;
	/*font-size: 24px;*/
  font-size: 20px;
}

.article-text h3 {
	margin-bottom: 25px;
	text-align: left;
	font-size: 20px;
	/*padding: 10px 20px;
	background: #fff;*/
	border-radius: 15px;
  margin-top: 55px;
}

.article-text img {
	border-radius: 15px;
}

.article-text figure img {
	border-radius: 15px;
  width: 100%;
  height: auto;
}

.article-text ul {
	//padding-left: 0px;
	padding-left: 60px;
}

.article-text ul li {
	//margin-bottom: 12px;
	//list-style-type: none;
	//border-left: solid 6px #8DC63F;

	//padding: 10px;
	//padding-left: 20px;
    //background: #F4F7F2;
	//margin-left: 0px;
	
	list-style-type: disc;
	padding: 0px;
}

.article-punkt {
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

.article-punkt strong {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 7px;
color: #464451;
    font-family: 'Geometria-Bold';
}

.text-1 {
    //border-bottom: solid 1px #cccccc;
    //background: url(../img/shadow.png) no-repeat center top #F5F9FA;
    //background: #ebf0f2;
    background-size: 100%;
    padding: 20px 0;
	//margin-top: 60px;
	padding-bottom: 16px;

  color: #5B7778;
}

.text-1 p {
  color: #5B7778;
}

.text-2 {
    //border-bottom: solid 1px #cccccc;
    //background: url(../img/shadow.png) no-repeat center top;
    background: #eaf7e4;
    background-size: 100%;
    padding: 20px 0;
}

.text-3 {
    border-top: solid 1px #cccccc;
    //background: #ebf0f2;
    background-size: 100%;
    padding: 40px 0;
}

.text-4 {
    border-top: solid 1px #cccccc;
    //background: #ebf0f2;
    background-size: 100%;
    padding: 40px 0;
}


.text-1 h2 {
	margin-bottom: 10px;
}

.text-2 h2 {
	margin-bottom: 10px;
}

.text-4 h2 {
	margin-bottom: 10px;
	text-align: left;
}

.rate-box1 {
margin-top: 25px;
}

.rate-box1 strong {
margin-bottom: 0px;
margin-right: 5px;

}

.videolink {
	/*float: right;
	width: 220px;
	background-color: #ffffff;
	display: block;
	border-radius: 5px;
	padding: 17px;
	padding-left: 45px;
	background: url(../img/vid.png) no-repeat 15px 10px;
	color: #8DC63F;
	border: solid 1px #8DC63F;
	text-decoration: underline;*/
  display: block;  
  position: absolute;
  right: 50px;
  top: 50px;
  width: 56px;
  height: 56px;
  border: 3px solid #9B9B9B;
  border-radius: 50%;
  background: url('../img/icon-video.png') center center no-repeat;
  z-index: 10;
}

/*.videolink:hover {
	width: 220px;
	background-color: #8DC63F;
	display: block;
	border-radius: 5px;
	padding: 17px;
	padding-left: 45px;
	background: url(../img/vid-white.png) no-repeat 15px 10px #8DC63F;
	color: #fff;
	border: solid 1px #8DC63F;
	text-decoration: underline;

}*/

.calc-page .hero {
    margin-top: -495px;
}

.calc-page .hero {
	margin-bottom: 0px;
}

.landing-block-txt h2 b {
	position: relative;
	top: -5px;
	margin-left: 20px;
	display: inline-block;
	padding: 8px;
	color: #8DC63F;
	background-color: #ffffff;
	border: solid 1px #8DC63F;
	border-radius: 5px;
	font-size: 14px;
    font-family: 'Geometria-Light';
	font-weight: normal;
}

  @media (max-width: 768px) {
.landing-block-txt h2 b {
	position: relative;
	top: 5px;
	width: 100%;
	margin-left: 0px;
	display: inline-block;
	padding: 8px;
	color: #8DC63F;
	background-color: #ffffff;
	border: solid 1px #8DC63F;
	border-radius: 5px;
	font-size: 14px;
    font-family: 'Geometria-Light';
	font-weight: normal;
}

 }



 /*************/

.btn-gift {

}

.btn-gift:hover {
	border-color: #8dc63f;
	background: #ffffff;
	color: #8dc63f;
}

.gift-toggle{
  position: fixed;
  left: 0;
  bottom: calc(25vh + 28px);
  width: 56px;
  height: 56px;  
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  background-color: #8dc63f;
  z-index: 150;
  border-radius: 0 4px 4px 0;  
}

.gift-box{
  position: fixed;
  width: 280px;
  background: #fff;
  padding: 20px;
  left: 0;
  text-align: center;
  color: #647678;
  z-index: 300;
  font-size: 15px;
  bottom: 25vh;
border-radius: 0 12px 12px 0;
box-shadow: 1px 0 5px rgb(218 224 225 / 75%);
  transform: translateX(-120%);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.gift-box.is-visible{
  transform: translateX(0);
}

.cls{
  position: absolute;
  right: 10px;
  top: 0px;
  border: 0;
  padding: 0;
  font-size: 28px;
  background: none;
}

.gift-box strong{
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #8dc63f;
	font-family: Geometria-Bold;
}

.gift-box span{
  font-weight: bold;
  color: #464451;
  display: block;
	text-transform: uppercase;
	margin-top: 8px;
	font-family: Geometria-Bold;

}

.gift-box .btn{
  min-width: 160px;
} 

.ostekl .full-carousel-in .carousei-item {
	border-left: 10px solid #fff;
    border-right: 10px solid #fff;
	text-align: center;
	height: attr(width);

}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner img{
filter: brightness(100%);
//width: auto;
//height: auto;
}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner a:hover img{
filter: brightness(70%);

}


.ostekl .full-carousel-in .carousei-item .carousei-item-inner a:hover strong{ 
    //background-color: #8DC63F;
	color: #fff;
    //opacity: 0.9;

}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner strong{
    color: #1A3F40;
    font-size: 32px;
    line-height: 48px;
    font-family: Geometria-Bold;
    bottom: 10%;
    width: 100%;
    text-align: left;
    display: block;
    position: absolute;
    left: -20px;
    z-index: 100;
    background-color: #fff;
border: solid 2px #8DC63F;
    opacity: 0.9;
    margin-right: -70px;
    padding: 10px;
    padding-left: 50px;
	padding-top: 10px;
    width: 80%;
	min-height: 30px;
}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner a:hover strong{

   background-color: #8DC63F;
//border: solid 1px #8DC63F;

}


.ostekl .full-carousel-in .carousei-item .carousei-item-inner p{
	display: none;
	color: #1A3F40;
    width: 100%;
    text-align: left;
    padding-left: 35px;
    //display: block;
position: absolute;
    bottom: 0.5%;
    z-index: 100;
}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner a{
	text-decoration: none;
	color: #fff;
}

.ostekl .full-carousel-in .carousei-item .carousei-item-inner a:hover{
	text-decoration: none;
	color: #fff;
	
}

.btn-h:hover {
	/* border: solid 1px #8dc63f !important; */
}



@media (max-width: 1600px){
  .ostekl .full-carousel-in .carousei-item .carousei-item-inner strong{
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;    
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1280px){
  .ostekl .full-carousel-in .carousei-item .carousei-item-inner strong{
    font-size: 25px;
    line-height: 32px;    
  }
}

@media (max-width: 991px){
  .ostekl .full-carousel-in .carousei-item .carousei-item-inner strong{
    font-size: 25px;
    line-height: 28px;    
    min-height: 100px;
  }
  .menu .nav li:last-child > ul{
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px){
  .ostekl .full-carousel-in .carousei-item .carousei-item-inner strong{
    width: 90%;
    padding: 15px 15px 15px 50px;
    font-size: 25px;
    line-height: 26px;        
  }
}




/***************************************************/

.product-card .product-card-img{
  margin: 0px auto 10px;
  overflow: hidden;
}

.card-w0 .product-card-img{
  max-width: 131px;
  min-width: 131px;  
}

.card-w1 .product-card-img{  
  max-width: 227px;
  min-width: 227px;  
}

.card-w2 .product-card-img{  
  max-width: 235px;
  min-width: 235px;  
}

.card-w3 .product-card-img{  
  max-width: 186px;
  min-width: 186px;  
}

.comments-box .nav-tabs{
  display: flex;  
  justify-content: center;
  margin-bottom: 55px;
  border-bottom: 0;
}

.comments-box .nav-tabs li{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.comments-box .nav-tabs li a{
  //color: #7AAD35;
  color: #6F9293;
  border-top: 5px solid transparent;
  padding: 15px 25px 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border: 0;
  //border-radius: 0 !important;
  border-top: 0;
  //border-bottom: 6px solid #E8EEF1;
	font-weight: normal;
	//text-decoration: underline;
	text-decoration: none;
font-family: 'Geometria-Bold';
    color: #1A3F40;
}

.comments-box .nav-tabs li a.active{
  //color: #657678;
    color: #1A3F40;
  border-bottom-color: #7AAD35;
	//font-weight: bold;
	text-decoration: none;
}


.comments-box .nav-tabs li a.active:hover{
  //color: #657678;
    //color: #1A3F40;
  //border-bottom-color: #8dc63f;
	//font-weight: bold;
	text-decoration: none;
  border-bottom-color: #7AAD35;
}

.comments-box .nav-tabs li a:hover {
  //color: #657678;
//color: #1A3F40;
  //border-bottom-color: #8dc63f;

  border-bottom-color: #7AAD35;

	font-weight: normal;
	text-decoration: none;
}

.video-slider-container{
  padding: 0 85px;
  position: relative;
  margin-bottom: 40px;
}

.video-slider-container .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 28px;
  height: 28px;
}
.video-slider-container .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #a2a7ae;
  transition: all 0.3s ease-in-out;
}
.video-slider-container .slick-arrow:hover:before {
  border-color: #8cc63f !important;
}
.video-slider-container .slick-arrow.slick-prev {
  left: 0;
}
.video-slider-container .slick-arrow.slick-prev:before {
  border-left: 2px solid #a2a7ae;
  transform: rotate(45deg);
}
.video-slider-container .slick-arrow.slick-next {
  right: 0;
}
.video-slider-container .slick-arrow.slick-next:before {
  border-right: 2px solid #a2a7ae;
  transform: rotate(-45deg);
}
.video-slider-container .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.video-slider-container .slick-dots li {
  padding: 0 5px;
}
.video-slider-container .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #cbccce;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.video-slider-container .slick-dots li.slick-active button {
  background: var(--color-0);
}

.doors-drop{
  background: #fff;    
  display: none; 
box-shadow: 0 4px 6px rgb(0 0 0 / 20%); 
}

.doors-drop-title{
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  color: #464451;
  margin-bottom: 30px;
  font-family: 'Geometria-Bold';
}

.inner-drop-title{
  position: relative;
  padding-left: 45px;  
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #8dc63f;
}

.inner-drop-title .ico{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
}

.inner-drop-title .ico img{
  max-width: 100%;
}

.doors-drop ul{  
  list-style: none;
  padding-left: 0;  
  margin-bottom: 30px;
}

.doors-drop ul li{
  display: block;
}

.doors-drop ul li a{
  white-space: normal;
font-size: 16px !important;
    font-weight: normal !important;
    font-family: 'Geometria' !important;
	text-decoration: underline;
}

.doors-drop ul li a:hover{
	text-decoration: none;
}

.doors-drop-sm-title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #464451;
  margin-bottom: 30px;
  font-family: 'Geometria-Bold';
}

.doors-drop-btm{
  display: flex;
  margin: 0 -15px;
}

.doors-drop-btm > div{
  padding: 0 15px;
}

.doors-drop-btm .tel{
  font-size: 20px;
}

.doors-drop-btm .tel span{
  font-weight: 700;
}

.doors-drop .doors-drop-btm .btn{
  min-width: auto;
  color: #8dc63f;
  border-color: #8dc63f;;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  width: 100%;
}

.doors-drop .doors-drop-btm .btn:hover{
  background: #8dc63f;
  color: #fff;
}

.is-sticky .doors-drop{
  /*padding: 20px;*/
}

.is-sticky .doors-drop > .row{
  margin-left: 0;
  margin-right: 0;
}

/*.is-sticky .inner-drop-title{
  padding-left: 0;
  font-size: 16px;
}

.is-sticky .inner-drop-title .ico{
  display: none;
}*/

.is-sticky .doors-drop .doors-drop-btm{
  flex-wrap: wrap;
}

.is-sticky .doors-drop-btm .tel{
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .doors-drop{
    display: none !important;
  }
}

@media (min-width: 768px){
  .doors-drop{
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    //padding: 50px;
  }

  .doors-drop .col-lg-4{
    padding: 50px;
	padding-bottom: 5px;
  }

  .menu .nav > li:hover > .doors-drop{
    display: block;
  }  
}

@media (max-width: 767px){
  .doors-drop{
    position: static;
    padding: 10px 0 5px 20px;
  }
  .js-expand .doors-drop{
    display: block;
  }
  .doors-drop-title{
    display: none;
  }
  .inner-drop-title{
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .inner-drop-title .ico{
    width: 25px;
  }
  .menu .doors-drop ul li a{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Geometria';
  }
  .doors-drop-sm-title,
  .doors-drop-btm{
    display: none;
  }
  .comments-box .nav-tabs li{
    font-size: 16px;
    margin-bottom: 0;
  }
  .comments-box .nav-tabs li a{
    padding-left: 15px;
    padding-right: 15px;
  }
  .comments-box .tab-content > .tab-pane{
    display: none !important;
  }
  .comments-box .tab-content>.active{
    display: block  !important;
  }
  .comments-box .fade:not(.show){
    opacity: 0;
  }
  .video-slider-container{
    padding: 0;
  }
  .comments-box .nav-tabs{
    margin-bottom: 0px;
	margin-top: 0px;


	white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: left;


  }
}

@media (max-width: 991px){
  .video-slider-container{
    padding: 0 40px;
  }
  .doors-drop{
    overflow: auto;
  }
}

@media (max-width: 1199px){
  .doors-drop .doors-drop-btm{
    flex-wrap: wrap;
  }
  .doors-drop-btm .tel{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 577px){
  .video-slider-container{
    padding: 0 15px;
  } 
}

.video-item > a{
  display: block;
  position: relative;
}

.video-item > a:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 60px;
  border-color: transparent transparent transparent #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-item img{
  max-width: 100%;
}

.container1{
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 768px){
  .menu .nav li > ul{
    padding-left: 19px;
    padding-bottom: 15px;
  }
  .menu .nav li a{
    outline: none !important;
  }
  .menu .nav li > ul li a{
    padding: 0;
  }
  .doors-drop ul li a{
    padding: 0 !important; 
  }
  .inner-drop-title{
    min-height: 36px;
    line-height: 36px;
    margin-top: 10px;    
  }
  .doors-drop ul{
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .doors-drop{
    padding: 0;
  }
  .doors-drop > .row{
    margin-left: 0;
    margin-right: 0;
  }
}


/***************************/

.zen-unit{

    margin: 5px;
border: 1px solid #e1e1e1;
  display: flex;
  height: 320px;
  font-size: 16px;
  border-radius: 4px;
  /*background: #F2F2F2;*/
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
  color: #000;
  overflow: hidden;  
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
box-shadow: 1px 0 5px rgb(218 224 225 / 75%);
}

.zen-unit a:hover {
    cursor: pointer;
    color: #7AAD35;
}

.zen-unit-big{
  display: block;
}

.zen-unit-big .zen-img{
  left: auto;
  right: 0;
  height: auto;
  width: 100%;
  top: 0;
  bottom: 0;
}



.zen-unit-big .zen-img img{  

 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
} 

.zen-unit-big:hover .zen-img img{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 }



.zen-unit:hover,
.zen-unit:focus{
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  opacity: 0.9;
}

.zen-img{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.zen-unit:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 120px;  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+23,ffffff+50,ffffff+100&0+0,0.7+23,0.7+50,0.7+100 */
  //background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 23%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.zen-unit:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0px;  
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.zen-unit:hover{
  //color: rgba(255,255,255,.8);
}

.zen-more{
display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    //color: #fff;
    //background-color: #8dc63f;
	background: none;
	color: #1A3F40;
	border: 1px solid #1A3F40;
    text-align: center;
    font-weight: normal;
    position: absolute;
    right: 10px;
    bottom: 10px;
    //: ;
    //position: absolute;
    //: ;
    //left: 50%;
    //: ;
    //top: 50%;
    /* transform: translate(-50%, 300%); */
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 10;
	font-family: 'Geometria-Medium';
	display: none;
}

.zen-more:hover{
display: block;

    background-color: #8dc63f;
    color: #fff;
	border: 1px solid #8dc63f;

    /* transform: translate(-50%, 300%); */
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 10;
}

.zen-unit:hover .zen-more{
//  transform: translate(-50%, -50%); 
}

.zen-unit:hover:after{
//  opacity: 0;
}
.zen-unit:hover:before{
//  opacity: 1;
//  z-index: 10;
}

.zen-img img{  
  width: 100%;
  height: 100%;
  object-fit: cover;

 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
} 

.zen-unit:hover .zen-img img{
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 }

.zen-unit .inner{  
  //padding: 170px 20px 15px 20px;
  padding: 0px 0px 0px 0px;
	/*top: 175px;*/
  bottom: 0;
  //top: 50%;
  top: 175px;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  //display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*min-height: 100%;*/
background: rgba(255, 255, 255, 0.8);
	//opacity: 0.8;
}

.zen-caption{
  flex: 1;
	padding-left: 15px;
	//padding-top: 18px;
padding-top: 15px;
	position: relative;
	z-index: 200;
opacity: 1;
}

.zen-caption-main{

padding-top: 32px;

}


.win-zen-new .zen-caption{
	padding-top: 90px;
}

.win-zen .row{
  margin-left: -5px;
  margin-right: -5px;
}

.win-zen div[class^="col-"]{
  padding: 0 5px;
  margin-bottom: 10px;
}

.zen-title{
  font-size: 24px;
  line-height: 28px;  
  //letter-spacing: .3px;
  word-wrap: break-word;
  word-break: break-word;  
  font-family: 'Geometria-Bold';
  margin-bottom: 10px;
 color: #1A3F40;
	//letter-spacing: -2px;  
}

.win-zen-new .zen-txt{
	display: none;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}

.zen-txt{

  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}

.zen-tag{
  font-size: 18px;
  //text-transform: uppercase;
  font-family: 'Geometria-ExtraBold';
    padding-left: 15px;
    color: #7AAD35;
	opacity: 1;
	position: relative;
	z-index: 100;
}


@media (min-width: 992px){
  .zen-unit-big .zen-img:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;    
    //background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    //background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    //background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }
  .zen-unit-big .inner{
    height: auto;
    padding: 170px 360px 20px 20px;   
    padding: 0px 0px 0px 0px;     
    padding-bottom: 15px;  
  }
}

.win-zen div[class^="col-"]:nth-child(2) .zen-unit{
  /*background: #8dc63f;  
  color: #fff;*/
}
.win-zen div[class^="col-"]:nth-child(2) .zen-unit .zen-img:after{  
  //background: -moz-linear-gradient(top,  rgba(141,198,63,0) 30%, rgba(141,198,63,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c3e2f', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(2) .zen-unit-big .zen-img:after{  
  //background: -moz-linear-gradient(left,  rgba(141,198,63,1) 0%, rgba(141,198,63,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e2f', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(3) .zen-unit{
  /*background: #080880;  
  color: #fff;*/
}
.win-zen div[class^="col-"]:nth-child(3) .zen-unit .zen-img:after{    
  //background: -moz-linear-gradient(top,  rgba(8,8,128,0) 0%, rgba(8,8,128,1) 100%); /* FF3.6-15 */
 // background: -webkit-linear-gradient(top,  rgba(8,8,128,0) 0%,rgba(8,8,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(8,8,128,0) 0%,rgba(8,8,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00080880', endColorstr='#080880',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(3) .zen-unit-big .zen-img:after{    
  //background: -moz-linear-gradient(left,  rgba(8,8,128,1) 0%, rgba(8,8,128,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(8,8,128,1) 0%,rgba(8,8,128,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(8,8,128,1) 0%,rgba(8,8,128,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080880', endColorstr='#00080880',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(4) .zen-unit{
  /*background: #eaf7e4;  
  color: #000;*/
}
.win-zen div[class^="col-"]:nth-child(4) .zen-unit .zen-img:after{      
  background: -moz-linear-gradient(top,  rgba(234,247,2285,0) 0%, rgba(234,247,228,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(234,247,228,0) 0%,rgba(234,247,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(234,247,228,0) 0%,rgba(234,247,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e2e0f', endColorstr='#1e2e0f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(4) .zen-unit-big .zen-img:after{      
  background: -moz-linear-gradient(left,  rgba(234,247,228,1) 0%, rgba(234,247,228,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(234,247,228,1) 0%,rgba(234,247,228,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(234,247,228,1) 0%,rgba(234,247,228,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7e4', endColorstr='#00eaf7e4',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(5) .zen-unit{
  /*background: #464451;
  color: #fff;*/
}
.win-zen div[class^="col-"]:nth-child(5) .zen-unit .zen-img:after{        
  background: -moz-linear-gradient(top,  rgba(70,68,81,0) 0%, rgba(70,68,81,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(70,68,81,0) 0%,rgba(70,68,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(70,68,81,0) 0%,rgba(70,68,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00464451', endColorstr='#464451',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(5) .zen-unit-big .zen-img:after{        
  background: -moz-linear-gradient(left,  rgba(70,68,81,1) 0%, rgba(70,68,81,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(70,68,81,1) 0%,rgba(70,68,81,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(70,68,81,1) 0%,rgba(70,68,81,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464451', endColorstr='#00464451',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(6) .zen-unit{
  /*background: #4CA70F;  
  color: #fff;*/
}
.win-zen div[class^="col-"]:nth-child(6) .zen-unit .zen-img:after{  
  //background: -moz-linear-gradient(top,  rgba(141,198,63,0) 30%, rgba(141,198,63,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c3e2f', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(6) .zen-unit-big .zen-img:after{  
  //background: -moz-linear-gradient(left,  rgba(141,198,63,1) 0%, rgba(141,198,63,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e2f', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(7) .zen-unit{
  /*background: #0F2679;  
  color: #fff;*/
}
}
.win-zen div[class^="col-"]:nth-child(7) .zen-unit .zen-img:after{  
  //background: -moz-linear-gradient(top,  rgba(141,198,63,0) 30%, rgba(141,198,63,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c3e2f', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(7) .zen-unit-big .zen-img:after{  
  //background: -moz-linear-gradient(left,  rgba(141,198,63,1) 0%, rgba(141,198,63,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e2f', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(8) .zen-unit{
  /*background: #1E1E1E;  
  color: #fff;*/
}
}
.win-zen div[class^="col-"]:nth-child(8) .zen-unit .zen-img:after{  
  //background: -moz-linear-gradient(top,  rgba(141,198,63,0) 30%, rgba(141,198,63,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c3e2f', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(8) .zen-unit-big .zen-img:after{  
  //background: -moz-linear-gradient(left,  rgba(141,198,63,1) 0%, rgba(141,198,63,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e2f', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(9) .zen-unit{
  /*background: #D5D5C5;  
  color: #000;*/
}
}
.win-zen div[class^="col-"]:nth-child(9) .zen-unit .zen-img:after{  
  //background: -moz-linear-gradient(top,  rgba(141,198,63,0) 30%, rgba(141,198,63,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(141,198,63,0) 30%,rgba(141,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c3e2f', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.win-zen div[class^="col-"]:nth-child(9) .zen-unit-big .zen-img:after{  
  //background: -moz-linear-gradient(left,  rgba(141,198,63,1) 0%, rgba(141,198,63,0) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(left,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to right,  rgba(141,198,63,1) 0%,rgba(141,198,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e2f', endColorstr='#8dc63f',GradientType=1 ); /* IE6-9 */
}


@media (max-width: 400px){
  .zen-unit .inner{
    /*padding-top: 100px;*/
  }
  .zen-unit{
    height: auto;
    min-height: 320px;
  }

  .zen-more{
    width: 120px;
  }
  .zen-unit .inner{
    top: 176px;
  }
  .zen-more{
    height: 36px;
    line-height: 36px;
  }
  .zen-tag{
    font-size: 16px;
  }
}



@media (max-width: 370px){


.hero-slider .slide, .hero-slider .container {
    height: 730px !important;
}

.contact span a {
    font-size: 15px;
}

}

.column-img video {
    /*position: absolute;    
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

  min-height: 100%;
  width: auto;
  height: auto;*/
      min-width: 100%;
}

.js-mobile .column-img{
  display: none !important;
}




@media (min-width: 769px){
  .slide-caption{top: 45%;}
}  

.all-quest{
  display: inline-block;
  margin-bottom: 15px;
  color: #5ac31a;
  text-decoration: underline;
}

.all-quest:hover, .all-quest:active{
  color: #8dc63f;
  text-decoration: none;
}

.faq .accordion>.card + .card{
  margin-top: -1px;
}

.faq .accordion>.card:not(:last-of-type){
  border-bottom: 1px solid #d2d4d4;    
}

.razd {
	border-bottom: solid 1px #cccccc;
	margin-top: 70px;
	margin-bottom: 85px;
	display: block;
	height: 20px;
	width: 100%;
}

.razd-black {
	border-bottom: solid 1px #fff;
	margin-top: 70px;
	margin-bottom: 85px;
	display: block;
	height: 20px;
	width: 100%;
}


@media (max-width: 577px){
.razd {

	display: none;
}

.razd-black {

	display: none;
}
}



/*****************/

.footer{
  //background: #8EC63F;
	//background: #1A3F40;
//background: #1B4188;
//background: #413F4C;


//background: #4A5255;
background: #2C3133;
  color: #fff;
  padding: 75px 0;
}

.footer a{
  color: #fff;
}

.footer .container{
  display: flex;
}

.foot-nav{
  display: flex;
  margin: 0 0 20px 0;
  padding: 0;
}

.foot-nav li{
  display: inline-block;
}

.foot-logo{
  display: inline-block;
  margin-bottom: 15px;
}

.foot-lft span{
  display: block;
  font-size: 14px;
}

.foot-lft{
  order: 1;
}

.foot-rht{
  order: 3;
}

.foot-mdl{
  flex: 1 1 auto;
  width: 1%;
  padding: 0 20px 0 30px;
  order: 2;
}

.foot-mdl li{
  display: inline-block;
  //font-weight: bold;
  margin: 0 10px;
}

.foot-mdl li a{
  color: #fff;
	font-family: Geometria;
}

.foot-rht{
  text-align: right;
}

.foot-rht a{
  font-weight: normal;
	text-decoration: underline;
}

.foot-rht .call-back{
  margin: 10px 0 20px 0;
}

.foot-txt{
  font-size: 14px;
  line-height: 18px;
	margin-left: 10px;
}

.foot-txt span {
	display: block;
	color: #A1A0A7;
	font-size: 11px;
	margin-top: 15px;
}

.foot-logo img{
  max-width: 100%;
}

.foot-logo{
  //max-width: 120px;
  max-width: 220px;
}

.footer .socials a{
  background: #fff;
}

.footer .socials a svg{
  fill: #1B4188;
}

.footer .socials a:hover svg{
  fill: #fff;
}

.foot-tel{
  font-size: 18px;
	text-decoration: none !important;
}

.foot-tel a{
	//font-weight: bold;
	text-decoration: none !important;
}

@media (max-width: 1199px){
  .footer{
    padding: 35px 0 25px 0;
	padding-bottom: 120px;
  }
  .footer .container{
    display: block;
  }
  .foot-mdl{
    width: 100%;
    padding: 0 0 20px 0;
  } 
  .foot-lft{
    text-align: center;
    margin-bottom: 20px;
  }
  .foot-nav{
    display: block;
    text-align: center;
  }
  .foot-nav li{
    margin-bottom: 5px;
  }
  .foot-txt{
    text-align: center;
  }
  .foot-logo{
    margin-bottom: 5px;
  }
  .foot-rht{
    text-align: center;
  }
  .footer .socials{
    justify-content: center;
  }
  .footer .socials a{
    margin: 0 5px;
  }
  .foot-rht .call-back{
    margin: 5px 0 10px 0;
  }
}

@media (max-width: 577px){
  .footer .container{
    padding: 0 50px;
  }
}

.rasrm {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 60px;
	margin-top: 15px;
	background: url('/img/rasr.png') left top no-repeat;
	height: 97px;
	width: 97px;
}


.rasrm6 {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 60px;
	margin-top: 15px;
	background: url('/img/rasr6.png') left top no-repeat;
	height: 97px;
	width: 97px;
}

.rasr {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 0px;
	margin: 85px;
}

.rasr1 {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 0px;
	margin: 85px;
	background: url('/img/rasr.png') left top no-repeat;
	height: 97px;
	width: 97px;
}

.rasr-l {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	left: 0px;
	margin: 85px;
}

.rasr-l1 {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	left: 0px;
	margin: 85px;
	background: url('/img/rasr.png') left top no-repeat;
	height: 97px;
	width: 97px;
}

.rasr-mob {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 15px;
	margin: 15px;
}

.rasr-mob1 {
	position: absolute;
	width: 100px !important;
	height: 100px !important;
	object-fit: auto !important;
	right: 15px;
	margin: 15px;
	background: url('/img/rasr.png') left top no-repeat;
	height: 97px;
	width: 97px;
}

.mobofis {
    width: 100%;
    height: 380px;
    background: url(/img/okno/fedor-ofis.png) no-repeat right 10% bottom rgb(245 245 245 / 90%);
    background-size: contain;
    border-radius: 15px;
    width: 100%;
    padding: 30px 30px;
    /* background: rgb(245 245 245 / 90%); */
    padding-top: 30px;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.03);
}

.mobofis-left {
    width: 70%;
    height: auto;
}

.mobofis-title {
	font-family: Geometria-Bold;
	font-size: 22px;
	color: #1A3F40;
	margin-bottom: 15px;
}


.mobofis-text {
	/*border: solid 4px #8dc63f;*/
	padding: 0px;
    color: #1A3F40;
}



@media (max-width: 769px){
.mobofis {
	width: 100%;
	background: rgb(245 245 245 / 90%);
}

.mobofis-left {
	width: 100%;
	height: auto;
}

.mobofis-title {
	font-family: Geometria-Bold;
	font-size: 22px;
	margin-bottom: 15px;
}


.mobofis-text {
}

}

.location-hint{
  width: 200px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  z-index: 950;
  box-shadow: 0 0 12px rgba(0,0,0,.1);
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	//z-index: 300;
	//display: none;
}

.location-hint.hidden{
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}

.location-hint:before{
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 109;
}

.location-hint strong{
  display: block;
  text-align: center;
  margin-bottom: 0px !important;
  font-size: 16px;
}

.location-hint p {
	font-size: 12px;
	margin-top: 5px;
	//padding-left: 2px;
	text-align: center;
	margin-bottom: 0px;

  display: none;
}

.hint-btn{
  margin-left: 4px;
  display: inline-block;
  width: 45%;
  background: #5ac31a;
  color: #fff;
  border: 0;
  padding: 3px 10px;
  border-radius: 25px;
  font-size: 16px;
}

.hint-btn + .hint-btn{
  margin-top: 10px;
}

.super-header{z-index: 55;}

.vekaplus {
	margin-bottom: 0px;
	background: #fff;
}

.vekaplusbg {
	background: url(/img/vekaplusbg.jpg) right top no-repeat;
	min-height: 306px;
}

@media (max-width: 577px){
.vekaplusbg1{
	//display: none !important;
}

.vekaplusimg {
	display: none !important;
}
}

.vekaplus-text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
}

.vekaplus-block {
	margin-bottom: 10px;
	display: flex;
}

.vekaplus-text strong{
	color: #6E7774;
	font-family: Geometria-Bold;
	font-size: 24px;
	margin-bottom: 15px;
	display: block;
}

.vekaplus-text p{
	color: #1A3F40;
	padding-right: 80px;
}

.vekaplus-text p b{
    display: inline-block;
    font-weight: bold;
    color: #1A3F40;
    padding: 3px;
    background-color: #F9C609;
    border-radius: 5px;
    width: auto;
}

.vekaplus-bot {
	margin-bottom: 80px;

}

.doma-bot-item {
	font-size: 17px;
}

@media (max-width: 577px){
.vekaplus-bot-item {
	padding-left: 30px !important;
	padding-right: 50px;
}
}

.vekaplus-bot-item {
	padding-top: 30px;
	text-align: left;
	//font-weight: bold;
	padding-left: 40px;
}

.vekaplus-bot-item:before {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	background: #84C148;
    position: relative;
    top: -10px;
}

.doma-bot-item:before {
	content: '';
	display: block;
	width: 170px;
	height: 4px;
	background: #5B7778;
    position: relative;
    top: -10px;
}

.md-form-control {
display: inline-block;
border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-width: 1px;
    border-radius: 0 !important;
    background: rgba(0,0,0,0) !important;
    height: 52px;
    border-color: #cccccc;
    width: 100%;
   width: 77%;
	//text-align: center;
    /* padding: 17px 10px 0; */
	color: #4C4C4C !important;

}
.md-form-control::placeholder {

	color: #C0C1C2 !important;

}
.md-form-control:focus {
border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-width: 1px;
    border-radius: 0 !important;
    background: rgba(0,0,0,0) !important;
    height: 52px;
    border-color: #8dc63f;

	//text-align: center;
    /* padding: 17px 10px 0; */

}

.md-form-control:focus-visible {
border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-width: 1px;
    border-radius: 0 !important;
    background: rgba(0,0,0,0) !important;
    height: 52px;
    border-color: #8dc63f;

	//text-align: center;
    /* padding: 17px 10px 0; */

}

.md-form-title {
	margin-bottom: 15px;
	font-size: 24px;
	//letter-spacing: -2px;
}

.md-form-descr {
	text-align: center;
	margin-bottom: 15px;
	//font-size: 17px;
	font-size: 20px;
	font-family: Geometria-Bold;
	color: #5B7778;
}


.md-form-descr b{
	color: #7AAD35;	
	font-family: Geometria-Bold;

}


.md-form-content .btn {
	//width: 100%;
display: inner-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.md-check {
	display: block;
	width: 100%;
	//text-align: justify;
}

.md-bot-text {
	color: #cccccc;
	font-size: 12px;
	position: relative;
	top: -2px;
}


.md-soglasie {
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.md-soglasie .md-bot-text {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal !important;
	top: -10px;
}

.md-soglasie input[type=checkbox] {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.md-soglasie .md-bot-text a{
color: #647678;
    font-size: 10px;
    font-family: 'Geometria';
    font-weight: normal;
}

.md-akc {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    //color: #8dc63f;
    color: #1A3F40;
    padding: 9px;
    //background-color: #F9C609;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 15px;
}

.grecaptcha-badge {visibility: hidden; }

.gift-toggle  {visibility: hidden; }
.help-toggle  {visibility: hidden; }

.badge {
	max-width: 100% !important;
}

.may9 {
	background-color: #FDC50C;
	border-radius: 5px;
	padding-left: 40px;
	padding-right: 10px;
	color: #1A3F40;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 4px;
	position :relative;
	left: -25px;
}

.may9 span {
	position: absolute;
	display: block;
	background: url(/img/9may.png) left top no-repeat;
	height: 82px;
	width: 77px;
	margin-left: -85px;
	margin-top: -15px;

}

.may9 strong {
	font-size: 24px;
}



.c-inf{
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
	z-index: 150;
}


.c-inf-p {
    position: fixed;
    left: 130px;
    bottom: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 150;
   // display: none;
	visibility: hidden;
}

.c-inf-slider{
  width: 60px;
  height: 60px;
  background: #8dc63f;
  border-radius: 50%;  
  position: relative;
  left: 28px;
  top: 0px;
  flex: 0 0 60px;
  max-width: 60px;
  display: flex;
  padding: 0;
  margin: 0;
  display: none;
}

.c-inf-p .c-inf-slider{
	background: #ffffff;
	left: -240px;
}

.c-inf-unit{
  width: 60px;
  height: 60px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transition: all 0.1s ease-in-out;
}

.c-inf-txt{
  background: #fff;
  //padding: 0 20px 0 20px;
  padding: 0 33px 0 33px;
  //border-radius: 4px;  
  //box-shadow: 0 3px 6px rgba(0,0,0,.2);
  height: 60px;
  line-height: 60px;
  color: #000;
	font-family: Geometria-Bold;
}

.c-inf-p .c-inf-txt{
  background: #8dc63f;
  padding: 0 13px 0 40px;
  border-radius: 4px;  
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.c-inf-p .c-inf-txt a{
  color: #fff;
}



.c-inf-unit-1{
 animation: anim-1 6s infinite;
}

.c-inf-unit-2{
 animation: anim-2 6s infinite;
}

.c-inf-unit-3{
 animation: anim-3 6s infinite;
}

.c-inf-drop{
  position: absolute;
 // top: -193px;


  top: -160px;
  left: 26px;
  margin: 0;
  padding: 0;
  width: 195px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  display: none;
padding-bottom: 2px;
}

.c-expand .c-inf-drop{
  display: block;
}

.c-expand .c-inf-drop-c{
  display: block;
}

.c-inf-drop li{
  display: block;  
}

.c-inf-drop li + li{
  border-top: 1px solid #ebf0f2;
}

.c-inf-drop li a{
  display: block;
  background: #fff;
  font-size: 14px;  
  padding: 5px 5px 5px 15px;
  background: #fff;
	color: #1A3F40;
  //color: #fff;
	font-family: 'Geometria';
  transition: all 0.25s ease-in-out;
}

.c-inf-drop li a span{
	display: inline-block;
	margin-right: 8px;
	color: #8dc63f;
}

.c-inf-drop li:hover a span{
	color: #ffffff;
}

.c-inf-drop li a:hover{
  background: #8dc63f !important;
  color: #fff !important;
}



.c-inf-drop li a.c-inf-drop-k {
  display: block;
  background: #fff;
  font-size: 14px;  
  padding: 5px 5px 5px 15px;
  background: #8dc63f;
  color: #fff;
	font-family: 'Geometria';
  transition: all 0.25s ease-in-out;
}

.c-inf-drop a.c-inf-drop-k span{
	display: inline-block;
	margin-right: 8px;
	color: #ffffff !important;
}

.c-inf-drop li a.c-inf-drop-k:hover {

  background: #FDC50C !important;
  color: #000 !important;

}


.c-inf-drop li:first-child{
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.c-inf-drop li:last-child{
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.c-inf-drop li a:hover{
  background: #fff;
  color: #8dc63f;
  text-decoration: none;
}

@keyframes anim-1 {
  0% { opacity: 0; }  
  33% { opacity: 1; }  
  66% { opacity: 0;}
  100% { opacity: 0;}
}

@keyframes anim-2 {
  0% { opacity: 0; }  
  33% { opacity: 0; }  
  66% { opacity: 1;}
  100% { opacity: 0;}
}

@keyframes anim-3 {
  0% { opacity: 0; }  
  33% { opacity: 0; }  
  66% { opacity: 0;}
  100% { opacity: 1;}
}

.modal-qr {
	/* background: #85BE4D; */
	color: #ffffff;
  background: #2cb742;
}

.modal-qr .modal-sub-title {
    font-size: 19px;
    text-align: left;
}

.col-qr img{
	//background: url('/img/modal-qr.png') right bottom no-repeat #85BE4D;
	//margin-top: 50px;
}

.col-qr-text {
	padding-top: 45px;
}

.col-qr-text strong {
	display: block;
	margin-bottom: 25px;
	font-size: 19px;
	color: #1A3F40;
}

.col-qr-text p {
	line-height: 28px;
	display: block;
	margin-bottom: 20px;
}

.col-qr-text p a {
	color: #ffffff;
	text-decoration: underline;
}

.col-qr {
  display: flex;
}

.col-qr-text p a.bar-btn {
	//color: #ffffff;
	text-decoration: none;
	margin-left: 0px;
	text-transform: none;
  border-radius: 50px;
  font-family: Geometria !important;
  background: #2cb742;
}

@media (max-width: 768px) {
  .hid-mob{
    display: none !important;
  }

  .hid-dest{
    display: auto !important;
  }

}

@media (min-width: 769px) {
  .hid-mob{
    display: auto !important;
  }
  .hid-dest{
    display: none !important;
  }
}

.pagemenu {
	display: flex;
    	justify-content: left;
	width: 100%;
	font-size: 14px;
	margin-left: 0px;
}


.is-sticky .menu .container .pagemenu {
	display: flex;
    	justify-content: left;
	width: 100%;
	font-size: 14px;
	margin-left: 12px;
	margin-top: -13px;
	padding-bottom: 4px;
}

.pagemenu span a {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
	//margin-right: 5px;
	color: #1A3F40;
}

.pagemenu span a:hover {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	//margin-right: 5px;
	color: #8dc63f;
}


.pagemenu span:after {
	content: "|";
	padding-left: 6px;
	padding-right: 6px;
	color: #cccccc;
	text-decoration: none;
}

.pagemenu span:last-child:after {
	content: "";
	padding-left: 3px;
	padding-right: 3px;
	color: #cccccc;
	text-decoration: none;
}

.art-title{
	margin-bottom: 0px;
}

.art-title:before {
	//content: " ";
	//width: 580px;
	//height: 3px;
	//position: absolute;
	//background: #8dc63f;
	//left: 0px;
	//margin-top: 40px;
}

.art-title h2 {
	//text-align: left;
}

.art-links {
	margin-bottom: 25px;
}

.art-links a{
	display: inline-block;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	background: #8dc63f;
	text-decoration: none;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-left: 3px;
	margin-right: 3px;
}


.art-links-gray a{
	/* aspect-ratio: 5/2; */
	aspect-ratio: auto;
    position: relative;
    display: inline-flex;
    height: auto;
    width: max-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    min-width: fit-content;
    text-align: center;
	margin: 0px 0px 7px 0px;

	transition: all 0.3s ease-out;
	border-radius: 50px;
	min-height: 40px;

  background: #F6F6F6 !important;
  
  color: #1A3F40;

  font-size: 15px;
}

.art-links-gray a:hover{
  color: #1A3F40 !important;
  transform: scale(1.0161290323);
}


.art-links-single {
	text-align: center;
	padding-top: 20px;
}

.art-links-single a{
	cursor: default;
	width: 100%;
	font-size: 22px;
font-family: 'Geometria-Bold';
    //letter-spacing: -3px;
}

.art-links-single a:hover{
	background: #8dc63f !important;
}


.art-links a:nth-child(odd) {
	background: #8dc63f;
}

.art-links a:nth-child(even) {
	background: #608C25;
}

.art-links a:nth-child(2) {
	background: #6F9293;
}

.art-links a:nth-child(3) {
	background: #C65F3F;
}

.art-links a:nth-child(5) {
	background: #4B8CF6;
}

.art-links a:nth-child(6) {
	background: #0F8C8F;
}

.art-links a:nth-child(12) {
	background: #6F9293;
}

.art-links a:nth-child(13) {
	background: #C65F3F;
}







.art-links1 a:nth-child(odd) {
	background: #608C25;
}

.art-links1 a:nth-child(even) {
	background: #8dc63f;
}

.art-links1 a:nth-child(2) {
	background: #4B8CF6;
}

.art-links1 a:nth-child(3) {
	background: #0F8C8F;
}

.art-link1s a:nth-child(5) {
	background: #6F9293;
}

.art-links1 a:nth-child(6) {
	background: #C65F3F;
}

.art-links1 a:nth-child(12) {
	background: #C65F3F;
}

.art-links1 a:nth-child(13) {
	background: #6F9293;
}





.art-links a:hover{
	color: #fff;
	background: #F9C609;
	text-decoration: none;
}

.banner-line {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 90px;
        background-color: #F9C609;
    	border-radius: 5px;
	margin-top: -60px;
	z-index: 10;
	position: relative;
	margin-bottom: 100px;
}

.banner-line-inner {
        background-color: #8dc63f;
}


.akc-banner {
	width: 100%;
	height: 350px;
	margin-bottom: 60px;
}

.banner-okna {
	background: url('/img/banner-okna.jpg') left center no-repeat;
	background-size: cover;
}

.banner-hrushevka {
	background: url('/img/banner-hrushevka.jpg') left center no-repeat;
	background-size: cover;
}

.banner-panelka {
	background: url('/img/banner-panelka.jpg') left center no-repeat;
	background-size: cover;
}

.banner-kirpich {
	background: url('/img/banner-kirpich.jpg') left center no-repeat;
	background-size: cover;
}

.banner-zamena {
	background: url('/img/banner-zamena.jpg') left center no-repeat;
	background-size: cover;
}

.banner-standart {
	background: url('/img/banner-standart.jpg') left center no-repeat;
	background-size: cover;
}

.banner-budjet {
	background: url('/img/banner-budjet.jpg') left center no-repeat;
	background-size: cover;
}

.banner-ofis {
	background: url('/img/ofis.png') left center no-repeat;
	background-size: cover;
}

.banner-podezd {
	background: url('/img/banner-podezd.jpg') left center no-repeat;
	background-size: cover;
}

.banner-dacha {
	background: url('/img/banner-dacha.jpg') left center no-repeat;
	background-size: cover;
}

.banner-delight {
	background: url('/img/banner-delight.jpg') left center no-repeat;
	background-size: cover;
}

.banner-doma {
	background: url('/img/banner-doma.jpg') left center no-repeat;
	background-size: cover;
}

.banner-balkony {
	background: url('/img/banner-balkony.jpg') left center no-repeat;
	background-size: cover;
}

.banner-dveri {
	background: url('/img/banner-dveri.jpg') left center no-repeat;
	background-size: cover;
}

.banner-line .slide-caption1 {
	position: relative;
	//top: 0px;
	//padding-top: 100px;
}

.banner-line .slide-suptitle1 {
    font-size: 24px;
    font-weight: bold;
    //color: #8dc63f;
    color: #1A3F40;
    //padding: 19px;
    //background-color: #F9C609;
    //border-radius: 5px;
    width: auto;
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;



color: #1A3F40;
    font-family: 'Geometria-Bold';
    //letter-spacing: -3px;
}

.banner-line .slide-caption1 span {
	display: block;
	color: #fff;
   	padding-left: 23px;
	font-size: 15px;
}


section1 {
  height: 100%;
  width: 100%;
  max-width: calc(16 / 9 * 100vh);
}

.div1 {
  padding-bottom: 56.25%;
  position: relative;
}

.div1 article {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  //background-color: green;
}

.col-but {
	text-align: right;
	padding-right: 33px;
}

.col-but .btn {
	background: #1A3F40;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.banner-line {
	margin-left: 0px;
}

.banner-line .slide-suptitle1 {
    font-size: 22px;

}

.col-but .btn {
    font-size: 16px;
margin-left: -40px;
}


.banner-line .slide-caption1 span {
	font-size: 13px;
}

}



@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



.banner-line .slide-suptitle1 {
    font-size: 30px;

}


.col-but .btn {
    font-size: 16px;
}

.banner-line .slide-caption1 span {
	font-size: 14px;
}

}


@media (max-width: 760px) {

.art-links a
{
	font-size: 16px;
    font-weight: bold;
    display: inline-block;
	padding-top: 6px;
padding-bottom: 9px;
}
.banner-okna {
	background: url('/img/banner-okna.jpg') center center no-repeat;
	background-size: cover;
}

.banner-dveri{
	background: url('/img/banner-dveri.jpg') center center no-repeat;
	background-size: cover;
}



.c-inf-p{
	//display: block;
	right: 230px;
}

.c-inf-p .c-inf-txt{
	display: none;
}

.box-title-0 {
	font-size: 13px !important;
}

section1 {
	display: block;
  //height: 100%;
  width: 100%;
  height: calc(9 / 16 * 100vh);
}

.div1 {
  padding-bottom: 0px;
  position: relative;
}


.banner-line {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 140px;
        background-color: #F9C609;
    	border-radius: 5px;
	margin-top: -60px;
	z-index: 10;
	position: relative;
	margin-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}


.banner-line .slide-suptitle1 {
    font-size: 22px;
    font-weight: bold;
    //color: #8dc63f;
    color: #1A3F40;
    //padding: 19px;
    //background-color: #F9C609;
    //border-radius: 5px;
    width: auto;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
	text-align: center;

color: #1A3F40;
    font-family: 'Geometria-Bold';
    //letter-spacing: -1px;

}

.banner-line .slide-caption1 span {
	display: block;
	color: #fff;
   	padding-left: 0px;
	text-align: center;
}

.banner-line .col-sm-12 {
	text-align: center;
}

.col-but {
	text-align: center;
	padding-right: 15px;
}

.price-section1 {
	margin-bottom: 20px;
}

/*
.akc-banner {
	width: 100%;
	height: 450px;
}

.akc-banner .slide-caption {
position: relative;
    top: 200px;
    left: 0px;
}


.akc-banner .slide-suptitle {
    font-size: 16px;
    font-weight: bold;
    color: #8dc63f;
    color: #1A3F40;
    padding: 19px;
    background-color: #F9C609;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
}

*/

.price-section-menu4 .card {
	border: 0px;
}

.price-section-menu4 .card-header a b {
	font-weight: normal;
	color: #1A3F40;
	font-family: Geometria;
	font-size: 16px;
}

.price-section-menu4 .card-header a span {
	font-size: 24px;
	font-family: Geometria;
margin-top: -6px;
}

.price-section-menu4 .card .card-header a span:after {
	content: "+";
    color: #8dc63f;
	font-size: 26px;
	font-family: Geometria;

}

.price-section-menu4 .is-opened .card-header a span:after {
	content: "-";
    color: #8dc63f;
	font-size: 26px;
	font-family: Geometria;

}

}

.js-overlay #user-city-1{
	color: #ffffff !important;
}

.js-overlay .trans-banner .select-box button:after {
border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.js-overlay .trans-banner .location:before {
    background: url(../img/pin-ico-white.png) 0 0 no-repeat;
    background-size: 100%;
}

.card-body-menu4 {
	padding-top: 17px !important;
}

.price-section-menu4 {
	padding-top: 0px !important;
}

.price-section-menu4 .tabs-nav{
	padding-top: 20px;
}

.price-section-menu4 .tabs-nav li a.active {
border-left: 1px solid #739495;
    //border-right: 1px solid #739495;
    //border-top: 1px solid #739495;
	border: 0px;
    border-bottom: 0px;
    //margin-top: 5px;
	color: #1A3F40;
	font-family: Geometria-Bold;
	text-decoration: none;
	cursor: default;


//-webkit-box-shadow: 0px 10px 10px 2px rgba(34, 60, 80, 0.05) inset;
//-moz-box-shadow: 0px 10px 10px 2px rgba(34, 60, 80, 0.05) inset;
//box-shadow: 0px 10px 10px 2px rgba(34, 60, 80, 0.05) inset;


border-top-left-radius: 5px;

border-top-right-radius: 5px;
}

.price-section-menu4 .tabs-nav li a {
border-bottom: 1px solid #739495;
	color: #1A3F40;
	text-transform: none !important;
	border: 0px;
color: #7AAD35;
    text-decoration: underline;
}

.price-section-menu4 .tabs-nav li a:hover {
    text-decoration: none;
}



.peredelka-line {
	min-height: 38px;
	//background: #7AAD35; 
	//background: #6F9293; 
background-color: #F9C609;
}

.peredelka-line .container {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #1A3F40;
}

.peredelka-line .container a {
	color: #1A3F40;
}

.peredelka-line .container a.podr {
	color: #ffffff;
	display: inline-block;
	padding: 3px 6px 3px 6px;
	border: solid 1px #fff;
	border-radius: 5px;
	margin-left: 10px;
}

.peredelka-line .container a.podr:hover {
	background-color: #ffffff;
	color: #7AAD35;
	text-decoration: none;
}

@media (max-width: 760px) {
.peredelka-line {
	display: none;
}
}


.win-zen-new .zen-unit .inner{
  background: none !important;  
}

.zen-unit .inner{
  top: 185px;
}

.win-zen-new .zen-unit .inner{
  top: 130px;
}

.win-zen-new .zen-unit::after{
  top: 50px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 39%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 39%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 39%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}




.zen-unit-panel{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  align-items: center;
  cursor: pointer;
}

.zen-btn{
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 5px;
  border: 0;
  background: none;
  margin-left: 2px;
  border-radius: 50%;
}

.zen-btn.actlike{
  background: #7AAD35;  
}

.zen-btn.actdislike{
  background: #C65F3F;  
}

.zen-btn:hover{
  background: #F2F2F2;  
}



.zen-btn .icon{
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.zen-comm-btn{
  font-size: 14px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 16px;
  padding: 5px 10px;
}

.zen-comm-btn:hover{
  background: #F2F2F2;   
}

.share-menu{
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #fff;
  padding: 0;
  display: none;
  width: 165px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.share-menu .icon{
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}

.share-menu ul{
  margin: 0;
  padding: 0;
}

.share-menu li{
  display: block;
}

.share-menu li a{
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
  transition: all 0.15s ease-in-out;
}

.share-menu li a:hover{
  color: #8dc63f;
  text-decoration: none;
}

.share-drop .share-menu{
  display: block;
}

.panel-rht{
  display: flex;
}


.zen-unit-big .inner{
  top: 185px;  
}

.zen-unit-big .zen-caption{
  max-width: 400px;
}

.zen-unit-big .zen-unit-panel{
  max-width: 300px;
}

.win-zen-new .zen-unit-big:after{  
	width: 60%;
  top: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 100%);

 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  right: 100px;
}

.zen-extra{
  color: #000;
  max-width: 400px;
}

@media (max-width: 1199px){
  .zen-title{
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 991px){
  .zen-unit-big::after{
    right: 0;
  }
  .zen-extra{
    font-size: 14px;
    max-width: 260px;
  }
}

.articles_tags {
	margin-top: 20px;
}

.articles_tags a {
	cursor: pointer;
}

.articles_tags a.tag-active {
	border: solid 5px #FDC50C;
}

.art-panel-buts {

    position: fixed;
    display: initial;
    z-index: 200;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: -10px;
    margin-left: -120px;

}

.art-slick {
	position: fixed;
	bottom: 30px;
	left: 30px;
	margin-left: 0px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

@media (max-width: 991px){

  .art-panel-buts {
    margin-left: 0px;
    margin-top: 0px;
    right: 30px;
  }

  .art-prosm {
    padding-left: 30px;
  }


.art-slick {
  position: fixed;
  bottom: 110px;
  width: 140px;
  right: 20px;
  left: auto;

  margin-left: 0px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.c-inf {
	right: 20px;
}
}

.art-title {
background: url(/img/banner-balkony.jpg) left center no-repeat;
    padding-top: 150px;
    padding-bottom: 50px;
}

.art-title h2{
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #F9C609;
    border-radius: 5px;

    text-align: center;
}





.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* Р·Р°РґР°СССВ РІСЛСБРѕСВСГ РєРѕРЅСВРµР№РЅРµСАР° РґР»СП 16:9 (РµСБР»Рё 4:3 тАФ РїРѕСБСВР°РІСМСВРµ 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

@media(min-width: 1200px)
{
	.render-anim-small {
		display: none;
	}
	.gal-desctop {
		display: flex !important;
	}
}



@media(min-width: 576px)
{
	.gal-desctop {
		display: flex !important;
	}
}




@media(max-width: 1199px)
{
	.render-anim-big {
		display: none;
	}
}

.podrek {
background: #8dc63f;
	color: #fff;
    text-transform: none;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    width: 230px;
    font-weight: normal !important;
    font-family: 'Geometria-Medium';
	border-radius: .25rem;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	z-index: 120;
}

.choose-unit-pod-left {
	display: flex;
	align-items: center;
	cursor: default;
}

.choose-unit-pod-left p{
	font-size: 15px !important;
	line-height: 23px !important;
}
.choose-unit-pod-left .choose-unit-txt {
	font-size: 30px;
	font-family: Geometria-Bold; 
	color: #1A3F40;
}

.choose-unit-pod-right {
	background: url('/img/Estera.jpg') left -200px no-repeat;
	background-size: cover;
	min-height: 350px;
	display: flex;
	align-items: center;
	cursor: default;
}

.choose-unit-pod-right-raft {
	background: url('/img/miss_raft.jpg') left 0px no-repeat;
	background-size: cover;
	min-height: 350px;
	display: flex;
	align-items: center;
	cursor: default;
}

.bottom-bar1 {
	//display: block;
}

.top-your-class {
	display: none;
}

@media (max-width: 768px) {

  
.art-title-45 {
  background: url(/img/articles/45.jpg) center center no-repeat;
  background-size: 190%;
  padding: 0px;
}

.bottom-bar1 {
	display: none !important;
}

.choose-unit-pod-right {
	background: url('/img/Estera.jpg') left 0px no-repeat;
	background-size: cover;
	min-height: 350px;
	display: flex;
	align-items: center;
	cursor: default;
}

.choose-unit-pod-left {
	border: 0px !important;
}

.choose-unit-pod-left p{
	font-size: 17px !important;
	line-height: 23px !important;
}

.your-class {
	height: auto !important;
}

.your-h2 {
    position: relative;
    top: -60px !important;
    text-align: left;
}

.your-h2 h2 {
    text-align: center !important;
	padding-left: 0px !important;
}

.title_rekomend {
	margin-top: 80px !important; 
}

.nav-tabs-gal {
	top: 0px !important;
	justify-content: center;

	white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
	border-radius: 0px !important;
	justify-content: left;

	margin-top: 20px;
	padding-left: 0px !important;
	margin-bottom: 10px;
}

.nav-tabs-gal .nav-link {
	border: solid 1px #8dc63f !important;


}

.your-class div img {
    object-fit: cover;
    height: 600px !important;
    width: 100% !important;
}

.scrollmagic-pin-spacer {
	display: none !important;
}

.top-your-class {
	display: block;
}

.top-your-class .content {
    width: 300px;
    //backdrop-filter: brightness(50%);
    padding: 1rem;
    color: white;
    margin: 2rem;
    background-color: none !important;
    color: #fff;
    border-radius: 5px;
    text-align: left;
margin-top: -200px;
    font-size: 26px;
margin-bottom: 50px;

position: relative;
    top: -70px;
}

.content {
    backdrop-filter: none !important;
    background: none !important;
}


}

.vacrow {
	margin-top: 30px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1A3F40;
}

.vacrow-title {
	font-family: Geometria-Bold;
	font-size: 22px;
	margin-bottom: 5px;
}

.vacrow-descr {
	font-size: 16px;
	
}

.vacrow-but {
	padding-top: 20px;
}

.vacrow-zp {
	font-family: Geometria-Bold;
	font-size: 22px;
}

.icons-about {

}

.icon-about {
	justify-content: center;
	text-align: center;
	font-family: Geometria !important;
}

.icon-about img{
	margin-bottom: 20px;
}

.icon-about p {
	font-family: Geometria !important;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
}

@media (max-width: 768px) {
	.stik-right {
		display: none !important;
		visibility: hidden;
	}

	.top-your-class .content {
		background-color: none !important;
	}

}

.stik-right {
	display: none;
    position: fixed;
    top: 20px;
	right: 30px;
	width: 192px;
    z-index: 1000;
    border: 0px;
    background: #8dc63f;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding: 15px 15px 15px 15px;
    //background: url(/img/bgw50.png);
	text-align: left;
}

.stik-right .btn{
	min-width: 160px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #8dc63f;	
	background: #fff;
}

.stik-right-title {
    font-family: Geometria-Bold;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 17px;
color: #ffffff;
}

.stik-right-text {
    font-family: Geometria;
	font-size: 15px;
	color: #fff;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {  

.choose-unit-pod-right {
    background: url(/img/Estera.jpg) left 0px no-repeat;

}

.card-inner .row .col-lg-3 {
flex: 0 0 50% !important;
    max-width: 50% !important;
	margin-bottom: 30px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.calc-choose-window-type .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

}


@media (max-width: 768px) {
	.top-polosa {
		display: none !important;
		visibility: hidden;
	}

}

.top-polosa {
position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(255,255,255, 0.95);
	border-bottom: 1px solid #e8e9e9;
box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	z-index: 666;
	display: none;
}

.top-polosa-left {
	text-align: left;
}

.top-polosa-left strong {
	color: #1A3F40;
	font-family: Geometria-Bold;
	font-size: 23px;
	padding-top: 2px;
	display: inline-block;
}

.top-polosa-right {
	text-align: right;
}

.top-polosa-right a {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #1A3F40;
	font-size: 17px;
	text-decoration: underline;
}

.top-polosa-right a.top-polosa-but {
	text-decoration: none !important;
	border-radius: 5px;
	background: #7AAD35;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #fff !important;
	//font-weight: bold;
	margin-right: 7px;
}

.top-polosa-right a.top-polosa-but-2 {
	text-decoration: none !important;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	padding: 5px 10px 5px 10px;
	//color: #fff !important;
	//font-weight: bold;
	border: 1px solid #ADADAD;
	margin-left: 0px;
}


a.video-link {
	color: #7AAD35;
	display: inline-block;
	padding-right: 38px;
	background: url('/img/video-link.png') right top no-repeat;
	height: 33px;
	line-height: 33px;
	//font-size: 18px;

font-size: 19px;
    font-weight: 600;
    color: #7AAD35;
}

a.cons-link {
	color: #7AAD35;
	display: inline-block;
	//padding-right: 40px;
	//background: url('/img/video-link.png') right top no-repeat;
	//height: 32px;
	line-height: 32px;
	font-size: 19px;
//font-size: 17px;
    font-weight: 600;
    color: #7AAD35;
	text-decoration: none;
padding: 5px 20px 5px 10px;
	padding-bottom: 5px !important; 
	cursor: pointer !important;
	border-radius: 10px;


  transition: all 0.25s ease-in-out;
}




a.cons-link:hover {
	text-decoration: none;
	background: #7AAD35;
	padding: 5px 20px 5px 10px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer !important;
}


a.cons-link:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 14px;
    left: 5px;
	top: 1px;
    position: relative;
    width: 11px;

transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;

}

a.cons-link:hover:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 14px;
    left: 10px;
	top: 1px;
    position: relative;
    width: 11px;
}


.price-new-kluch {
    font-size: 19px;
    /* font-weight: bold; */
    /* color: #818181; */
    color: #1A3F40;
}

.price-new-kluch span{
    font-size: 19px;
    font-weight: bold;

}










@media (max-width: 768px) {
	.stik-bottom {
		display: none !important;
		visibility: hidden;
	}
}

.stik-bottom {
	//display: none;
    position: fixed;
    bottom: 0px;
	left: 0px;
	width: 500px;
    z-index: 1000;
    border: 0px;
    //background: #8dc63f;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    //padding: 15px 15px 15px 15px;
    //background: url(/img/bgw50.png);
	text-align: left;
	background: #fff;


    transform: translateY(400%);
    -webkit-transition: all 1.25s ease-in-out;
    -o-transition: all 1.25s ease-in-out;
    transition: all 1.25s ease-in-out;
}

.stik-bottom-show {
    //transform: translateY(0);
}

.stik-bottom-none {
    display: none !important;
}


.stik-bottom-title {
    font-family: Geometria-Bold;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 17px;
color: #ffffff;
}

.stik-bottom-text {
    font-family: Geometria;
	font-size: 15px;
	color: #fff;
}



.new-photos {
	//width: 100%;
	min-height: 300px;
	//margin: 0px;
	margin-top: 25px;
	margin-bottom: 100px;
}

.new-photos-item {
	//display: flex;
	justify-content: center;
	text-align: center;
	min-height: 300px;
}

@media (max-width: 768px) {
	.new-photos-item {
		margin-bottom: 120px;
	}
}


.np-1 {
	background:  linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../img/delight/1/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-1:hover {
	background:  linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../img/delight/1/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-1:hover .new-photos-text {
	//color: #fff;
	//background: #8dc63f;
}


.np-2 {
	background: url("../img/delight/3/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-2:hover {
	background:  linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../img/delight/3/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-2:hover .new-photos-text {
	//color: #fff;
	//background: #8dc63f;
}


.np-3 {
	background: url("../img/delight/4/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-3:hover {
	background:  linear-gradient(
      rgba(0, 0, 0, 0), 
      rgba(0, 0, 0, 0)
    ),url("../img/delight/4/1.JPG") center top no-repeat;
	background-size: cover;
}

.np-3:hover .new-photos-text {
	//color: #fff;
	//background: #8dc63f;
}


.new-photos-item a{
	display: flex;
	height: 100%;
	width: 100%;
	text-decoration: none;
flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	padding-bottom: 120px;
}

.new-photos-text {
	display: block;
	//border-radius: 5px;
	//background-color: #ffffff;
	text-align: center;
	padding: 15px 10px 5px 10px;
	text-decoration: none;
	//width: 50%;
	color: #1A3F40;
	//position: absolute;
	//bottom: 0px;
	font-size: 24px;
	//font-weight: bold;
	font-family: Geometria-Bold;
}

.new-photos-text a{
	//font-size: 15px;
	//font-weight: normal;
	font-family: Geometria;
font-size: 17px;
    font-weight: 600;
}

.new-photos-text a:hover{
	//font-size: 15px;
	//font-weight: normal;
	text-decoration: underline;
	color: #8dc63f;
	font-family: Geometria;
}

.new-photos-hidden {
	display: none;
}





.komplekt {
	width: 100%;
	padding-top: 30px;
}

.komplekt-line {
	width: 100%;
	height: 100vh;
	margin-bottom: 15px;

display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 50px;
    padding-bottom: 150px;
}

.komplekt-line-4 {
	background: url("../img/komplekt4.jpg") center top no-repeat;
	background-size: cover;
	text-align: left;
}

.komplekt-line-5 {
	background: url("../img/komplekt5.jpg") center top no-repeat;
	background-size: cover;
	text-align: left;
}

.komplekt-line-0 {
	background: url("../img/komplekt0.jpg") center top no-repeat;
	background-size: cover;
	text-align: right;
}

.komplekt-line-1 {
	background: url("../img/komplekt1.jpg") center top no-repeat;
	background-size: cover;
	text-align: left;
}

.komplekt-line-2 {
	background: url("../img/komplekt2.jpg") center top no-repeat;
	background-size: cover;
	text-align: right;
}

.komplekt-line-3 {
	background: url("../img/komplekt3.jpg") center top no-repeat;
	background-size: cover;
	text-align: left;
}

.komplekt-line-text {
	padding: 30px;
	//background: rgba(255,255,255,1);
background: rgba(255,255,255,0.8);
	border-radius: 15px;
	width: 80%;
}

.komplekt-line-title {
	font-family: Geometria-Bold;
	//letter-spacing: -3px;
	//text-align: center;
	font-size: 40px;
	color: #1A3F40;
	margin-bottom: 20px;
}

.komplekt-line-descr {
	//color: #5B7778;
	color: #1A3F40;
font-size: calc(.06em + 1vw + 1vh);
	line-height: 38px;
font-family: 'Geometria';
}



@media (max-width: 768px) {

.komplekt-line {
	//margin-bottom: 315px !important;
	display: flex;
flex-direction: column;
    justify-content: flex-start;
}

.komplekt-line-text {
	position: relative;
	top: 100px;
  box-shadow: 0 4px 6px rgba(0,0,0,.2);
}


.komplekt-line-title {
	font-family: Geometria-Bold;
	//letter-spacing: -3px;
	//text-align: center;
	font-size: 30px;
	color: #1A3F40;
	margin-bottom: 20px;
}

.komplekt-line-descr {
font-size: calc(.06em + 1vw + 1.2vh);
	line-height: 20px;
font-family: 'Geometria';
}
}


@media (max-width: 768px) {






.new-pagetitle {
	background: url("../img/new-title-1.jpg") -200px top no-repeat !important;
}

.new-pagetitle-whs {
	background: url(../img/new-title-whs.png) -350px -160px no-repeat !important;
}

.new-pagetitle-whs72 {
	background: url(../img/new-title-whs72.png) -350px -160px no-repeat !important;
}

.new-pagetitle h2{
	font-family: Geometria-Bold;
	font-size: 50px !important;
	//letter-spacing: -3px;
	text-align: left;
	margin-bottom: 20px;
	//color: #fff;
}


.new-pagetitle strong div{
	margin-bottom: 12px !important;
max-width: 200px !important;

}

.new-pagetitle strong{
	font-family: Geometria-Bold;
	font-size: 32px !important;
	color: #5B7778;
	line-height: 46px !important;
}

}


.new-pagetitle {
	//margin-top: 50px;
	height: 100vh;
	background: url("../img/new-title-1.jpg") right top no-repeat;
	//background-size: cover;

	display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-pagetitle-whs {
	background: url("../img/new-title-whs.png") right -100px no-repeat;
}

.new-pagetitle-whs72 {
	background: url("../img/new-title-whs72.png") right -100px no-repeat;
}

.new-pagetitle h2{
	font-family: Geometria-Bold;
	font-size: 156px;
	//letter-spacing: -3px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 40px;
}

.new-pagetitle h2 span{
	display: block;
	text-transform: uppercase;
}

.new-pagetitle strong{
	font-family: Geometria-Bold;
	font-size: 46px;
	color: #5B7778;
}

.new-pagetitle strong div{
	margin-bottom: 2px;

}


.fade-img {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:1
}

.fade-text {
	display: flex;
	height: 160vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 150px;
	padding-right: 150px;
}

.fade-text .sub-title {
	color: #fff;
}

.fade-text h2 {
	color: #fff;
	font-size: 54px;
}


@media (max-width: 768px) {

.fade-img {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity:1
}

.fade-text {
	display: flex;
	height: 130vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 50px;
	padding-right: 50px;
}

.fade-text .sub-title {
	color: #fff;
}

.fade-text h2 {
	color: #fff;
	font-size: 24px;
}


}


.zayavka {
	margin-bottom: 50px;
}

.zayavka h2 {
	margin-bottom: 30px;
	margin-top: 45px;
}

.zayavka h3 {
	margin-bottom: 15px;
	//font-family: Geometria-Bold;
//letter-spacing: 0px;
	font-family: Geometria;
	text-align: left;
    	color: #5B7778;
	font-size: 24px;
}

.zayavka h3:after {
	content: '';
	display: block;
	position: relative;
	bottom: 0px;
	width: 90px;
	height: 3px;
	background: #7AAD35;
}

.zayavka .choose-unit-img {
	height: 160px !important;
}

.zayavka .type-unit-check {
	border-bottom: none;
}

.zayavka .calc-row {
	margin-bottom: 25px;
}

.zayavka .row {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.zayavka-line {
	margin-bottom: 0px;
	padding-left: 8px;
	text-align: left;
}

.zayavka-line label{
	font-size: 13px;
	position: relative;
	top: -3px;
}

.zayavka-radio {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.zayavka-razmer {
	border-radius: .25rem;
	padding: 8px;
	border: 1px solid #ADADAD;
	width: 150px;
}

.zayavka-tel {
	border-radius: .25rem;
	padding: 8px;
	border: 1px solid #ADADAD;
	min-width: 230px;
	margin-bottom: 20px;
}

a.up-top {

    position: fixed;
    left: 30px;
    bottom: 30px;

    align-items: center;
    cursor: pointer;
    z-index: 12150;
    /*width: 60px;*/
    height: 53px;
    width: 53px;

    background-color: rgb(232 232 237 / 50%);
    backdrop-filter: blur(14px);



    border-radius: 53px;
	  color: #1A3F40;
	  font-size: 18px;
	  text-decoration: none;

	/*display: none;
    visibility: hidden;*/

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

	  border: solid 0px #fff;

    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px 10px;
}

a.up-top-show {
    /* background: #2cb742; */
    opacity: 1;

}

a.up-top-show:hover {
  /*color: #fff;*/
  width: 135px;
}

a.up-top-show:hover .up-top-circle {
    background: #2cb742;
}

a.up-top-show:hover span{
  transform: translateY(3px);
  animation: upTopShow 2s infinite linear;
}

@keyframes upTopShow {
  0% {
    transform: translateY(3px);
    opacity: 1;
  }
  50% {
    transform: translateY(-1px);
    opacity: 0.9;
  }
  70% {
    transform: translateY(-3px);
    opacity: 1;
  }
  85% {
    transform: translateY(-3px);
    opacity: 0;
  }
  100% {
    transform: translateY(3px);
    opacity: 0;
  }
}

a.up-top:hover {
    /*background: #1A3F40;*/
}

a.up-top span {
    display: flex;
	//display: inline-block;
	position: relative;
	margin-top: -2px;
  height
justify-content: center;
align-items: center;
font-size: 24px;
color: #fff;
}

.up-top-circle {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  background: #1A3F40;
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-top-text {
  opacity: 0;
  margin-left: 40px;
  transition: all 0.3s ease-in-out;
}

a.up-top:hover .up-top-text{
  opacity: 1;
}

#komplekt-link {

	color: #7AAD35;
	display: inline-block;
	//padding-right: 40px;
	//background: url('/img/video-link.png') right top no-repeat;
	height: 32px;
	line-height: 32px;
	font-size: 19px;

    font-weight: 600;
    color: #7AAD35;


	//display: block;
	//width: 100%;
	//text-align: center;
	//height: 100%;

	//padding: 20px;
	//padding-top: 13px;
	//letter-spacing: 0px;
	

//font-size: calc(.06em + 1vw + 1vh);
    //color: #5B7778;

    //margin-bottom: calc(1.1vh + 1.1vw);


    //font-family: 'Geometria-Bold';
	
}

#komplekt-link:hover {
	text-decoration: none;
	color: #7AAD35;
}

.komplekt-h2 {
	display: block;
	width: 100%;
	text-align: center;
	height: 100%;
border: 1px solid #ADADAD;
	margin-bottom: 15px;
	

}

.komplekt-h2 a span{
	display: inline-block;
	margin-left: 15px;
	text-decoration: none;
	color: #7AAD35;
	font-family: Geometria;
	font-size: 44px;
	position: relative;
	top: 5px;
}

.trans-banner .hero-new {
	margin-top: 44px;
	height: calc(70vh + 40px)
}
















/* Р»РёСБСВР°Р№ */

.listai {
	display: none;
}

@media (max-width: 768px) {
.listai {
	display: block;
	text-align: center;
	color: rgb(26, 63, 64, 0.6);
	//font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
}

.listai-otz {
	margin-top: 25px;
	margin-bottom: 0px;
}


}


/* СВРµРєСБСВ РЅР° РіР»Р°РІРЅРѕР№ */

#main-article {
overflow: hidden;
}

/* Р±Р»РѕРє Р°РєСЖРёР№ - РіР»Р°РІРЅР°СП Р°РєСЖРёСП */

.akc-main {
    padding: 40px;
    padding-bottom: 0px;
    box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
    background: #fff;
    border-radius: 18px;
    margin-top: 30px;
}


.delight-line {
	margin-top: 65px;
	width: 100%;
}

.delight-line-title {
	text-align: center;
	font-family: Geometria-Bold;
	font-size: 55px;
	color: #6F9293;
	margin-bottom: 30px;
}

.delight-line-title span {
	display: block;
	margin-bottom: 1px;
	font-size: 30px;
	color: #1A3F40;
}

.delight-line-title span.sistema {
	display: block;
	margin-bottom: 1px;
	font-size: 40px;
	color: #1A3F40;
}

.delight-line-bg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url('/img/delight-line-bg.png') center top no-repeat;
	background-size: cover;
	height: 400px;
}

.delight-line-title-green {
	font-family: Geometria-Bold;
	font-size: 50px;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
	//color: #7AAD35;
color: #1A3F40;
}


/* Р±Р»РѕРє Р°РєСЖРёР№ - СВСАРё Р°РєСЖРёРё */

.akcii2 .full-carousel-akc .carousei-item:hover {
	border-bottom: #8dc63f;
	border-bottom-width: 8px;
	border-bottom-style: inset;
}

.full-carousel-akc .slick-list {

}

.carousei-item-title {
	color: #fff;
	font-family: Geometria-Bold;
	font-size: 26px;
	margin-left: 30px;
}

.carousei-item-link {
    margin-top: 15px;
    display: flex;
    align-items: left;
    margin-left: 30px;
}

.carousei-item-link a{
	height: 32px;
	line-height: 32px;
	font-size: 17px;
    	font-weight: 600;
	width: auto;
	color: #8dc63f;
}

.carousei-item-link a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 14px;
    left: 5px;
    top: 1px;
    position: relative;
    width: 11px;
}

.full-carousel-akc .carousei-item a {
	width: auto;
}

.akcii {
	background: #1A3F40;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 2px;
}

.akcii h2 {
	color: #fff;
}


.full-carousel-akc .carousei-item {
	text-align: right;
	border: solid 0px #ffffff;
	padding-right: 30px;
}

.full-carousel-akc .carousei-item .divhref{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.divhref{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.full-carousel-akc .carousei-item a:hover {
	text-decoration: none;
}

.full-carousel-akc .carousei-item img{
	display: none;
}

.carousei-item-title {
    color: #5B7778;
color: #1A3F40;
color: #8dc63f;
    font-family: Geometria-Bold;
    font-size: 26px;
    padding-top: 30px;
    margin-left: 30px;
text-align: left;
	}

	.carousei-item-link {
		//display: none;
	}

	.carousei-item-text {
	padding-top: 20px;
	padding-left: 30px;
	color: #1A3F40;
color: #1A3F40;
	font-size: 16px;
	min-height: 140px;
text-align: left;
color: #fff;


    font-size: 26px;
    font-family: 'Geometria';
}

.carousei-item-type {
	position: absolute;
	display: inline-block;
	padding: 7px 10px 7px 10px;
	
	//color: #fff;
	//background: #7AAD35;
background-color: #F9C609;
	color: #000;
	font-size: 16px;
	border-radius: 5px;

	font-weight: 600;
margin-left: -85px;
    margin-top: 15px;

//border: solid 2px #ffffff;

}

.carousei-item-type-predl {
	color: #fff;
	background: #5B7778;
margin-left: -147px;
}


@media (max-width: 768px) {


.delight-line-title span.sistema {
	display: block;
	margin-bottom: 1px;
	font-size: 28px;
	color: #1A3F40;
}

	.carousei-item-title {

    font-family: Geometria-Bold;
    font-size: 22px;
	margin-top: 55px;
padding-right: 50px;

	}

	.carousei-item-text {

padding-right: 20px;

    font-size: 18px;
font-family: 'Geometria';
}

.full-carousel-akc .carousei-item {
	height: 400px;
}


.carousei-item-type {
    margin-top: -35px;
margin-left: -90px;
}

.carousei-item-type-predl {

margin-left: -160px;
}


}


.akc-line {
	background: #7AAD35;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -15px;
}

.akc-line h2 {
	color: #fff;
	font-family: Geometria-Medium;
	font-size: 28px;
}

@media (max-width: 577px) {
.akc-line h2 {
	color: #fff;
	font-family: Geometria-Medium;
	font-size: 24px;
}

}



.full-carousel-akc {
    margin-bottom: 60px;
}


.full-carousel-akc .carousei-item {
    margin-right: 20px;
}




.full-carousel-akc .slick-track {
	padding-top: 20px;
	padding-bottom: 20px;
}


.full-carousel-akc .carousei-item img {
    filter: brightness(1);
}

.akcii2 {
//background: #1A3F40;
//color: #fff;
padding-top: 35px;
padding-bottom: 2px;
//margin-bottom: 30px;

background: #F5F5F7;

}

.akcii2 h2 {
	text-align: center;
	//
	color: #fff;
	//
	color: #122239;
	color:rgb(26, 63, 64, 0.8);
//
	color: #1A3F40;
	color: #1A3F40;



}

.akcii2 h2 span {	
	//
	color: #122239;
	//
	color:rgb(18, 34, 57, 1);
	color: #1A3F40;
	color: #2A547A;
	font-size: 40px;
	color: #0074b8;
	//margin-bottom: 20px;
	//display: block;

color: #7AAD35;

}


.akcii2 .full-carousel-akc .carousei-item {
width: 433px;
display: inline-block;
text-align: left;
//border: solid 1px #cccccc;
//border: solid 2px #ffffff;

box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
background: #fff;
border-radius: 18px;

transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;


margin-left: 0px !important;
margin-right: 50px !important;
padding-right: 30px;

}


.akcii2 .full-carousel-akc .carousei-item:last-child {

margin-left: 1px !important;
margin-right: 0px !important;

}

.full-carousel-akc {
	margin-right: 0px !important;
}




.container-big-old {
    max-width: 1440px;
}

.akcii2 .full-carousel-akc .carousei-item:hover {

	border-bottom: #8dc63f;
    border-bottom-width: 8px;
    border-bottom-style: inset;

}

.akcii2 .full-carousel-akc .carousei-item:hover .carousei-item-title {
	/* color: #8dc63f; */
}

.akcii2 .full-carousel-akc .carousei-item .divhref{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
    //padding-bottom: 50px;
}

.akcii2 .full-carousel-akc .carousei-item a:hover {
	text-decoration: none;
}

.akcii2 .full-carousel-akc  .carousei-item img{
	display: block;
    float: left;
    //width: 45%;
    margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
width: 50%;
	height: 50%;

transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;

   }

.akcii2 .full-carousel-akc  .carousei-item:hover img{
	//transform: scale(1.1);
	//-webkit-transform: scale(1.1);
	//-moz-transform: scale(1.1);
	//-o-transform: scale(1.1);
}


.akcii2	.carousei-item-title {
    //position: absolute;
    color: #5B7778;
color: #1A3F40;
color: #8dc63f;
    font-family: Geometria-Bold;
    font-size: 22px;
	line-height: 26px;
    padding-top: 30px;
    margin-left: 30px;
text-align: left;
margin-top: -20px;


color: #1A3F40;
font-size: 24px;

//letter-spacing: -2px;


font-size: 28px;
    line-height: 1.14286;
    font-weight: 600;


	}

.akcii2 .carousei-item-link {
		display: none;


position: absolute;
    bottom: 40px;
    /* display: none; */
    margin-left: 313px;
	font-weight: Geometria-Medium;
color: #1A3F40 !important;
	font-size: 16px;

	}

.akcii2 .carousei-item-link a{

	font-weight: Geometria-Medium;
	color: #1A3F40 !important;
	font-size: 16px;

	}


.akcii2 .carousei-item-link a:after {
	content: "";
}

.akcii2 .carousei-item-text {
	padding-top: 60px;
	padding-left: 30px;
	color: #1A3F40;
color: #1A3F40;
	font-size: 16px;
	min-height: 70px;
text-align: left;
//color: #fff;


    font-size: 16px;

font-family: 'Geometria';


font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;

}

.akcii2 .carousei-item-type {
	position: relative;
	display: inline-block;
	padding: 7px 10px 7px 10px;
	color: #000;
	font-size: 16px;
	border-radius: 5px;
	font-weight: normal;
	margin-left: -85px;
	margin-top: 8px;
	//border: solid 2px #ffffff;
	background: rgb(141,198,63);
}


.akcii2 .carousei-item-type-predl {
    color: #fff;
    background: #6F9293;
    margin-left: -87px;
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(18,34,57,1) 28%, rgba(34,65,108,1) 100%); */
}


@media (max-width: 768px) {

.akcii2 {
	padding-top: 2px;
}

.akcii2 .carousei-item-title {

    font-family: Geometria-Bold;
font-size: 20px;
    line-height: 24px;
	margin-top: 55px;
padding-right: 50px;
margin-top: -50px;
	}

.akcii2 .carousei-item-text {

padding-right: 20px;

    font-size: 16px;
font-family: 'Geometria';

min-height: 70px;

}

.full-carousel-in {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
}

.akcii2 .full-carousel-akc .carousei-item {
	height: 400px;
	width: 80%;
white-space: initial;
margin-right: 20px !important;
box-shadow: none;

}

.akcii2 .carousei-item-text {
	padding-top: 20px;
}

.akcii2 .carousei-item-type {
margin-top: 15px;
    //margin-left: -80px;
margin-left: -142px;
}

.akcii2 .carousei-item-type-predl {

margin-left: -155px;
}

.akcii2 .full-carousel-akc  .carousei-item img{
    display: block;
    float: left;
    width: 82%;
    margin-right: 20px;
    margin-top: 30px;
    margin-left: 20px;
    height: 120px;
    margin-bottom: 20px;
   }

.akcii2 .carousei-item-link {
		display: none;

	}
}

@media (max-width: 768px) {

.delight-line-title-green {
    padding-top: 30px;
	font-size: 28px;
}

.delight-line-title {
	text-align: center;
	font-family: Geometria-Bold;
	font-size: 28px;
	color: #6F9293;
	margin-bottom: 30px;
}

.delight-line-title span {
	font-size: 28px;
}

}

/* Р±Р»РѕРє РїСАРѕРґСГРєСЖРёРё */

.full-carousel-akc-3 {
    margin-bottom: 60px;
}

.full-carousel-akc-3 .carousei-item {
	margin-right: 20px;
	display: flex !important;
	//border: 0px !important;
	margin-left: 20px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.full-carousel-akc-3 .slick-track {
	padding-top: 20px;
	padding-bottom: 20px;
}

.full-carousel-akc-3 .carousei-item img {
	filter: brightness(1);
}

.akcii3 {
	padding-top: 65px;
	padding-bottom: 2px;
	background: #ffffff;
}

.akcii3 h2 {
	text-align: left;
	color:rgb(18, 34, 57, 0.7);
}

.akcii3 h2 span {	
	color:rgb(18, 34, 57, 1);
}


.akcii3 .full-carousel-akc-3 .carousei-item {
	text-align: left;
	//border: solid 2px #ffffff;box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;background: #fff;border-radius: 18px;height: 550px;/* background: #F5F5F7; */


	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

}

.akcii3 .full-carousel-akc-3 .carousei-item .divhref{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.akcii3 .full-carousel-akc-3 .carousei-item a:hover {
	text-decoration: none;
}

.akcii3 .full-carousel-akc-3  .carousei-item img{
	display: block;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.akcii3 .full-carousel-akc-3  .carousei-item .img-increase {
	overflow:hidden;
	width: 100%;
	//height: 300px;
}

.img-increase img {
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}


.akcii3 .full-carousel-akc-3  .carousei-item:hover{
	background-color: #f6f9fa;

	border-bottom: #7AAD35;
    border-bottom-width: 8px;
    border-bottom-style: inset;

}

.akcii3 .full-carousel-akc-3 .carousei-item:hover .carousei-item-title{
	color: #7AAD35 !important;

}


.akcii3 .full-carousel-akc-3 .carousei-item:hover .carousei-item-title:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 14px;
    left: 8px;
    top: 1px;
    position: relative;
    width: 11px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.akcii3	.carousei-item-title {
	font-family: Geometria-Bold;
	line-height: 26px;
	padding-top: 30px;
	margin-left: 30px;
	text-align: left;
	color: #1A3F40;
	font-size: 28px;
	line-height: 1.14286;
	font-weight: 600;
}

.akcii3 .cons-link {
	margin-left: 30px;
	margin-top: 15px;

	display: none;
}

.akcii3 .carousei-item-link {
	display: none;
	position: absolute;
    	bottom: 40px;
    	margin-left: 313px;
	font-weight: Geometria-Medium;
	color: #1A3F40 !important;
	font-size: 16px;
}

.akcii3 .carousei-item-link a{
	font-weight: Geometria-Medium;
	color: #1A3F40 !important;
	font-size: 16px;
}


.akcii3 .carousei-item-link a:after {
	content: "";
}

.akcii3 .carousei-item-text {
	padding-top: 20px;
	padding-left: 30px;
	color: #1A3F40;
	min-height: 90px;
	text-align: left;
	font-family: 'Geometria';
	font-size: 17px;
	line-height: 1.23536;
	font-weight: 400;
}

.akcii3 .carousei-item-type {
	position: relative;
	display: inline-block;
	padding: 7px 10px 7px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	font-weight: normal;
	margin-left: -85px;
	margin-top: 8px;
	background: rgb(141,198,63);
	background: linear-gradient(270deg, rgba(141,198,63,1) 0%, rgba(105,149,44,1) 100%);
	display: none;
}


.akcii3 .carousei-item-type-predl {
    color: #fff;
    background: #8dc63f;
    margin-left: -87px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(18,34,57,1) 28%, rgba(34,65,108,1) 100%);
}

@media (max-width: 768px) {

.akcii3 .carousei-item-title {
	font-family: Geometria-Bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 55px;
	padding-right: 50px;
	margin-top: -10px;
}

.akcii3 .carousei-item-text {
	padding-right: 20px;
	font-size: 16px;
	font-family: 'Geometria';
	min-height: 70px;
}

.akcii3 .full-carousel-akc-3 .carousei-item {
	height: 400px;
	display: inline-block !important;
	width: 80%;
	margin-right: 0px !important;
	margin-left: 20px !important;
}

.akcii3 .carousei-item-type {
	margin-top: 15px;
	margin-left: -80px;
}

.akcii3 .carousei-item-text {
	white-space: normal;
}




.akcii3 .carousei-item-type-predl {
	margin-left: -142px;
}

.akcii3 .full-carousel-akc-3  .carousei-item img{
	height: 230px;
}

.akcii3 .carousei-item-link {
	display: none;
}



}

/* СДРѕСАРјР° РІ СИР°РїРєРµ */

.slide-caption-new {
	top: 27%;
	border-radius: 18px;
	background: rgb(255, 255, 255, 0.8);
	width: 30%;
	padding: 30px;
}

.slide-caption-new .slide-title{
	font-size: 28px;
	line-height: 36px;
}

.slide-descr {
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
}

.zayavka-tel-new {
	padding: 11px;
	position: relative;
	top: 2px;
	border-radius: 10px;
	margin-right: 10px;
	width: 100%;
}

.zayavka-btn {
	width: 100%;
}

.cons-link-delight {
	margin-top: 30px;
	width: 100%;
	text-align: right;
	width: 285px;
}


@media (max-width: 768px) {



.delight-line-title-green {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.delight-line {
    margin-top: -55px;

}


.slide-caption-new {
	//top: 45%;
	border-radius: 18px;
	background: rgb(255, 255, 255, 0.9);
	width: 90%;
	padding: 30px;

	box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
	position: relative;
	display: block;
}

.cons-link-delight {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	
}



}

















.akcii22 {
//background: #1A3F40;
//color: #fff;
//padding-top: 35px;
padding-bottom: 2px;
//margin-bottom: 30px;

//background: #F5F5F7;

}

.akcii22 h2 {
	//text-align: center;
	//
	//color: #fff;
	//
	//color: #122239;
	//color:rgb(26, 63, 64, 0.8);
//
	//color: #1A3F40;
	color: #1A3F40;



}

.akcii22 h2 span {	


}


.akcii22 .full-carousel-akc .carousei-item {
width: 433px;
display: inline-block;
text-align: left;
//border: solid 1px #cccccc;
//border: solid 2px #ffffff;

box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
//background: #fff;
border-radius: 18px;

transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;


margin-left: 0px !important;
margin-right: 50px !important;
padding-right: 0px !important;

}

.akcii22-1 {
	background: url('/img/akc2.jpg') left top no-repeat;
	background-size: cover;
}

.akcii22-1 .divhref {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0) 30%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0) 30%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0) 30%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

}

.akcii22-1 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0) 3%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0) 3%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0) 3%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

}

.akcii22-2 {
	background: url('/img/akc3.jpg') center center no-repeat;
	background-size: cover;
}

.akcii22-2 .divhref {
  background: -moz-linear-gradient(top,  rgba(140,56,52,0) 30%, rgba(140,56,52,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(140,56,52,0) 30%,rgba(140,56,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(140,56,52,0) 30%,rgba(140,56,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}


.akcii22-2 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(140,56,52,0) 3%, rgba(140,56,52,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(140,56,52,0) 3%,rgba(140,56,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(140,56,52,0) 3%,rgba(140,56,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.akcii22-2 .carousei-item-title {
	color: #FFF !important;
}

.akcii22-3 {
	background: url('/img/akc4.jpg') center center no-repeat;
	background-size: cover;
}

.akcii22-3 .divhref {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0) 30%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0) 30%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0) 30%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.akcii22-3 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0) 3%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0) 3%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0) 3%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.akcii22 .full-carousel-akc .carousei-item:last-child {

margin-left: 1px !important;
margin-right: 0px !important;

}

.full-carousel-akc {
	margin-right: 0px !important;
}




.container-big-old {
    max-width: 1440px;
}

.akcii22 .full-carousel-akc .carousei-item:hover {

//	border-bottom: #8dc63f;
   // border-bottom-width: 8px;
   // border-bottom-style: inset;

}

.akcii22 .full-carousel-akc .carousei-item:hover .carousei-item-title {
	/* color: #8dc63f; */
}

.akcii22 .full-carousel-akc .carousei-item .divhref{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
    //padding-bottom: 50px;
}

.akcii22 .full-carousel-akc .carousei-item a:hover {
	text-decoration: none;
}

.akcii22 .full-carousel-akc  .carousei-item img{
	display: block;
    float: left;
    //width: 45%;
    margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
width: 50%;
	height: 50%;

transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;

   }

.akcii22 .full-carousel-akc  .carousei-item:hover img{
	//transform: scale(1.1);
	//-webkit-transform: scale(1.1);
	//-moz-transform: scale(1.1);
	//-o-transform: scale(1.1);
}


.akcii22 .carousei-item-title {
    //position: absolute;
    color: #5B7778;
color: #1A3F40;
color: #8dc63f;
    font-family: Geometria-Bold;
    font-size: 22px;
	line-height: 26px;
    padding-top: 90px;
    margin-left: 30px;
text-align: left;
margin-top: -20px;


color: #1A3F40;
font-size: 24px;

//letter-spacing: -2px;


font-size: 20px;
    line-height: 1.3;
    font-weight: 600;


	}

.akcii22 .carousei-item-link {
		display: none;


position: absolute;
    bottom: 40px;
    /* display: none; */
    margin-left: 313px;
	font-weight: Geometria-Medium;
color: #1A3F40 !important;
	font-size: 16px;

	}

.akcii22 .carousei-item-link a{

	font-weight: Geometria-Medium;
	color: #1A3F40 !important;
	font-size: 16px;

	}


.akcii22 .carousei-item-link a:after {
	content: "";
}

.akcii22 .carousei-item-text {
	padding-top: 60px;
	padding-left: 30px;
	color: #1A3F40;
color: #1A3F40;
	font-size: 16px;
	min-height: 70px;
text-align: left;
//color: #fff;


    font-size: 16px;

font-family: 'Geometria';


font-size: 17px;
    line-height: 1.23536;
    font-weight: 400;

}

.akcii22 .carousei-item-type {
	position: relative;
	display: inline-block;
	padding: 7px 10px 7px 10px;
	color: #000;
	font-size: 16px;
	border-radius: 5px;
	font-weight: normal;
	margin-left: -85px;
	margin-top: 8px;
	//border: solid 2px #ffffff;
	background: rgb(141,198,63);
}


.akcii22 .carousei-item-type-predl {
    color: #000;
    background: #F9C609;
    margin-left: 28px;
	margin-top: 20px;
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(18,34,57,1) 28%, rgba(34,65,108,1) 100%); */
}


@media (max-width: 768px) {


.akcii22-2 .divhref {
  background: -moz-linear-gradient(top,  rgba(140,56,52,0.6) 3%, rgba(140,56,52,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(140,56,52,0.6) 3%,rgba(140,56,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(140,56,52,0.6) 3%,rgba(140,56,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}


.akcii22-1 .divhref {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0.6) 30%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0.6) 30%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0.6) 30%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

}


.akcii22-3 .divhref {
  background: -moz-linear-gradient(top,  rgba(205,205,205,0.6) 30%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(205,205,205,0.6) 30%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(205,205,205,0.6) 30%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

}

.akcii22 {
	padding-top: 2px;
padding-top: 15px;
padding-bottom: 0px;
}

.akcii22 .full-carousel-in{

padding-top: 15px;
padding-bottom: 15px;
}



.akcii22 .carousei-item-title {

    font-family: Geometria-Bold;
font-size: 20px;
    line-height: 24px;
	margin-top: 55px;
padding-right: 50px;
//margin-top: -50px;
margin-left: 50px;
	}

.akcii22 .full-carousel-akc .carousei-item .divhref {
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
    padding-bottom: 10px;
    align-items: flex-end;
}

.akcii22 .carousei-item-text {

padding-right: 20px;

    font-size: 16px;
font-family: 'Geometria';

min-height: 70px;

}

.full-carousel-in {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
}

.akcii22 .full-carousel-akc .carousei-item {
	height: 200px;
	width: 80%;
white-space: initial;
margin-right: 0px !important;
margin-left: 20px !important;
box-shadow: none;


}

.akcii22 .carousei-item-text {
	padding-top: 20px;
}

.akcii22 .carousei-item-type {
margin-top: 15px;
    //margin-left: -80px;
margin-left: -142px;
}

.akcii22 .carousei-item-type-predl {

margin-left: -155px;
}

.akcii22 .full-carousel-akc  .carousei-item img{
    display: block;
    float: left;
    width: 82%;
    margin-right: 20px;
    margin-top: 30px;
    margin-left: 20px;
    height: 120px;
    margin-bottom: 20px;
   }

.akcii22 .carousei-item-link {
		display: none;

	}
}

.poltext {
	margin-bottom: 30px;
}

.poltext p{
	padding: 25px;
	border: dashed 1px #cccccc;
	border-radius: 5px;
	margin-right: 20px;
	height: 100%;
	width: 100%;
	background: #fff;
	margin-bottom: 0px;
  margin-top: 30px;
}

.poltext:before {
	content: "\f107";
    font-family: "FontAwesome";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #5ac31a;
	position: absolute;
	margin-top: 10px;
	left: 50%;
	margin-left: -15px;

	color: #fff;
	font-size: 30px;
	text-align: center;

line-height: 42px;
	font-weight: bold;

}

.tab-buttons-top button{
	display: inline-block;
	padding-left: 0px;
	width: auto;
}

.nav-tehop {
	border: 0px;
	margin-top: 20px;
}

.nav-tehop:after {
	width: 100%;
	height: 1px;
	//content: "";
	//background: #e7e7e7;
	position: relative;
	//top: 10px;
	top: -29px;
}


.nav-tehop .nav-item {
margin-bottom: 0px;
}

.nav-tehop .nav-item .nav-link {
	border: 0px;
	//padding-left: 0px !important;
	//padding-right: 0px !important;
	//padding-bottom: 0px !important;
//	border-bottom: 2px dashed #7AAD35 !important;		
	//font-weight: 600;
	margin-right: 15px;
color: #5ac31a;
	//width: 100px;
	text-align: center;


padding: 5px;
    padding-left: 0px;
    padding-right: 17px;

	font-size: 16px;
	font-family: Geometria-Bold;
	color: #1A3F40;


//border: dashed 1px #1A3F40;
    text-decoration: underline;
    border-radius: 5px;

color: #5ac31a;

}

.nav-tehop .nav-item .nav-link:hover {
	text-decoration: none;
}	

.nav-tehop .nav-link.active {
	border: 0px;
	//padding-left: 0px !important;
	//padding-right: 0px !important;
	//padding-bottom: 0px !important;
	//border-bottom: 0px !important;	
	//font-weight: 600;

//padding-bottom: 60px !important;
	//color: #7AAD35;
	text-decoration: none;
	//color: #6F9293;
	cursor: default;
color: #1A3F40;





    //border: solid 1px #8dc63f !important;
	//color: #5B7778;
	background:  transparent !important;



}

.nav-tehop .nav-link.active:hover {
	color: #5B7778 !important;
}

.nav-tehop .nav-link.active:hover {
	//color: #7AAD35;
	//color: #6F9293;
	//color: #7AAD35 !important;
}




.price-section1 .sub-title {
	color: #5B7778 !important;
	display: none;
}

@media (max-width: 768px) {


#description-c-mob, #description-d-mob, #description-e-mob, #description-f-mob, #description-g-mob {
	padding-top: 30px;
}

#description-c-mob:before, #description-d-mob:before, #description-e-mob:before, #description-f-mob:before, #description-g-mob:before  {
	content: "Описание продукта";
	font-family: "Geometria-Bold";
	font-size: 26px;
	top: -15px;
	position: relative;
}


#characteristics-c-mob, #characteristics-d-mob, #characteristics-e-mob, #characteristics-f-mob, #characteristics-g-mob {
	padding-top: 30px;
}

#characteristics-c-mob:before, #characteristics-d-mob:before, #characteristics-e-mob:before, #characteristics-f-mob:before, #characteristics-g-mob:before  {
	content: "Технические характеристики";
	font-family: "Geometria-Bold";
	font-size: 26px;
	top: -15px;
	position: relative;
}

.nav-tehop .nav-item .nav-link {
	border: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
//	border-bottom: 2px dashed #7AAD35 !important;		
	//font-weight: 600;
	margin-right: 15px;
color: #495057;
	//width: 100px;
	text-align: center;

	font-size: 18px;
	font-family: Geometria-Medium;
	color: #1A3F40;
	text-decoration: none;
}


.nav-tehop .nav-link.active {
	border: 0px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	//padding-bottom: 0px !important;
	border-bottom: 0px !important;	
	//font-weight: 600;

padding-bottom: 0px !important;
	//color: #7AAD35;
	text-decoration: none;
	color: #1A3F40 !important;

    border: solid 0px #8dc63f !important;
	background:  transparent !important;

}

.nav-tehop .nav-link.active:hover {
	color: #6F9293;

	color: #1A3F40 !important;

    border: solid 0px #8dc63f !important;
	background:  transparent !important;
}





.nav-tehop:after {
	width: 100%;
	height: 1px;
	content: "";
	//background: #e7e7e7;
	position: relative;
	//top: 10px;
	top: -29px;
}



.nav-tehop .nav-item .nav-link {
	margin-right: 0px;
}

.nav-tehop .nav-item {
	//width: 50%;
	margin-left: 15px !important;
	margin-right: 15px !important;
}


.price-section2 .card-body  .tab-buttons .col-lg-12 {
	display: none;
}

.price-section2 .card-body  .tab-buttons .col-md-12 p{
	display: none;
}

}



.nav-tehop .nav-link1 {
	color: #495057;
	border-bottom: 0px !important;
}

.nav-tehop .nav-link:hover {
	color: #7AAD35;
	border: 0px;
	//border-bottom: 1px dashed #495057 !important;	




    //border: solid 1px #8dc63f !important;
	//color: #fff;
	//background:  #8dc63f !important;
}

.tab-content-tehop .tab-pane{
	//padding-top: 20px;
}

.product-details-teh {
  margin-bottom: 40px;
}


.product-details-teh li {
	font-size: 15px !important;
	margin-bottom: 4px;
}

.product-details-teh li:before {
    top: 18px !important;
}

.product-details-teh li span {
	color: #1A3F40;
}

.product-details-teh li span.vopros {
  color: #0069b4;
  cursor: pointer;
}

.product-details-teh li span.vopros:after {
  color: #0069b4 !important;
  content: "help";
  font-family: 'Material Symbols Outlined';
  font-size: 19px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.teh-subtitle-img {
  /*width: 100%;
  height: 300px;
  border-radius: 15px;*/

  margin: 0px 0px;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;

}

.product-details .teh-subtitle {
  padding-left: 10px;
  padding-right: 10px;
}

.product-details .teh-descr{
    padding-right: 40%;
    padding-left: 10px;
}

.product-details .teh-subtitle span {
  color: #1A3F40 !important;
  font-family: 'Geometria-Bold';
  text-align: left !important;

  font-weight: 400;
  font-size: 26px;

  margin-bottom: 10px;
}

.product-details li.teh-subtitle:after {
  display: none;
}

.product-details li {
  padding-left: 10px;
  padding-right: 10px;
}

.teh-group {
  /* background: #F6F6F6; */
  border-radius: 15px;
  padding: 20px 10px 20px 10px;
  margin-bottom: 15px;

  position: relative;
}

.teh-group-transparent {
  padding: 0px;
  background: transparent;
}

.h2-ser {
  width: fit-content;
  display: inline-flex;
  border-radius: 5px;
  font-size: 16px;
  background: transparent !important;
  color: #5B7778;
  position: relative;
  z-index: 10;
  padding: 0px 15px;
  min-height: 34px;
  /* border-radius: 60px; */
  align-items: center;
  
}

.h2-ser.seria-c:before {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #725FA2;
  margin-right: 5px;
}


.tab-title a{
	color: #1A3F40 !important;
}

.tab-title a:hover{
	color: #7AAD35 !important;
	text-decoration: none;
}


.tab-title:hover:after {
	color: #7AAD35 !important;
	text-decoration: none;
}


.tab-title:after {
    //content: "\f105";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 14px;
    left: 5px;
    top: 0px;
    position: relative;
    width: 11px;
	font-weight: bold;
}

.tab-title .prod-item-title span {
	min-width: auto;
}

.tab-title a.prod-item-title {
	color: #5ac31a !important;
	margin-left: 0px;
}

.price-section2 {
	display: none;

}

.card-body .sub-title {
    text-align: left;
   // font-size: 24px;
    //font-family: 'Geometria';

max-width: 1140px;
    margin: auto;
color: #1A3F40;

}

.nav-tehop .nav-item .nav-link {
margin-bottom: 5px;
    border-bottom: dashed 1px #5ac31a;
    cursor: pointer;
    text-decoration: none;
	padding-right: 0px;
}

.nav-tehop .nav-item .nav-link.active {
margin-bottom: 5px;
    border-bottom: dashed 2px transparent;
    cursor: pointer;
    text-decoration: none;
	padding-right: 0px;
}

.price-section1 .tab-content-tehop {
	padding-top: 30px;
}

@media (max-width: 768px) {

.tab-title a.prod-item-title {
	color: #7AAD35 !important;
	margin-left: 0px;
	font-size: 19px;
}


.tab-content-tehop .icons-3 .col-sm-6 {
	width: 50% !important;
}

.tab-content-tehop .icons-3 .col-sm-6 .icon-3-about {
	text-align: center;
	margin-left: -10px;
}

.trans-banner .hero {
	//height: auto;
	height: 375px;
}

.slide-visual video {
	height: 100%;
	//height: auto;
}


.profil-mob div img {
    //object-fit: cover;
    height: auto !important;
    width: auto !important;
}


.calc-choose-window-type .choose-unit-img {
    text-align: center;
    justify-content: center;
    display: flex;
}

.profil-mob .slick-arrow {
	top: 200px;
}

.profil-mob .slick-next {
	right: 5px;
}

.profil-mob .slick-prev {
	left: 5px;
}

.nav-tehop {
    justify-content: center;
}

.tab-buttons {
    margin-top: 30px;
}

.text-1 {
	margin-top: 0px;
	padding-top: 0px;
}

.price-section1 {
    margin-bottom: 0px;
}

.price-section1 {
	display: none;
}

.price-section2 {
	display: block;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 17px !important;
}

.price-section2 h2{
	padding: 20px 30px 0px 30px;
	margin-bottom: 0px;
}

.tab-title {
    margin-top: 20px;
}


.product-details-teh li {
    display: flex;
    font-size: 17px !important;
    position: relative;
    flex-direction: column;
    border-bottom: dashed 1px #cccccc;
    margin-bottom: 15px;
    padding-bottom: 8px;
	text-align: left;
align-items: flex-start !important;
	
}

.product-details-teh li:after {
	border: 0px !important;
}

.product-details-teh li span:first-child {
    //font-weight: bold;
	font-family: Geometria-Medium;
}


.card-body .sub-title {
    text-align: center;
    font-size: 20px;
    font-family: 'Geometria';
}


.full-carousel-in-akc3-mob {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}

.stat {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}

}

.card-body .row {
//align-items: center;
}



.your-class2 {
	white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
    display: flex;
}

.your-class2 div {
	height: 500px;
	margin-right: 10px;
}

.your-class2 img {
	height: 100%;
}

.stat {
	//background: #fff;
	margin-bottom: 16px;
}

.stat .row .col {
	//border: solid 1px #ff0000;
}

.stat .carousei-item {
	border-radius: 10px;
	height: auto;
	margin-bottom: 18px;

}

.stat .divhref {
display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-right: 20px;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;


background: linear-gradient(181deg, rgba(26,63,64,0) 50%, rgba(26,63,64,0.7) 72%, rgba(26,63,64,0.9) 95%);
}

.stat .carousei-item-title {
	font-size: 22px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	color: #ffffff !important;
}

.stat .stat-1 {
	height: 600px;
}

.stat .stat-2 {
	height: 290px;
}

.stat .stat-3 {
	height: 290px;
}

.stat .stat-4 {
	height: 290px;
}

.stat .stat-5 {
	height: 290px;
}



.stat-1 .divhref {
  //background: -moz-linear-gradient(top,  rgba(68,104,170,0) 70%, rgba(68,104,170,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(68,104,170,0) 70%,rgba(68,104,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(68,104,170,0) 70%,rgba(68,104,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

//background: linear-gradient(180deg, rgba(228,224,91,0) 41%, rgba(228,224,91,1) 92%, rgba(228,224,91,1) 100%);


}

.stat-1 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(228,224,91,0) 3%, rgba(228,224,91,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(228,224,91,0) 3%,rgba(228,224,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(228,224,91,0) 3%,rgba(228,224,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */


//background: linear-gradient(180deg, rgba(228,224,91,0.5) 41%, rgba(228,224,91,1) 85%, rgba(68,104,170,1) 100%);


	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;

}


.stat-2 .divhref {
 // background: -moz-linear-gradient(top,  rgba(144,144,144,0) 30%, rgba(144,144,144,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(144,144,144,0) 30%,rgba(144,144,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
 // background: linear-gradient(to bottom,  rgba(144,144,144,0) 30%,rgba(144,144,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */


//background: linear-gradient(180deg, rgba(144,144,144,0) 41%, rgba(144,144,144,1) 92%, rgba(144,144,144,1) 100%);
}


.stat-2 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(144,144,144,0) 3%, rgba(144,144,144,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(144,144,144,0) 3%,rgba(144,144,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(144,144,144,0) 3%,rgba(144,144,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}


.stat-3 .divhref {
  //background: -moz-linear-gradient(top,  rgba(132,174,193,0) 30%, rgba(132,174,193,1) 100%); /* FF3.6-15 */
 // background: -webkit-linear-gradient(top,  rgba(132,174,193,0) 30%,rgba(132,174,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
 // background: linear-gradient(to bottom,  rgba(132,174,193,0) 30%,rgba(132,174,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

//background: linear-gradient(180deg, rgba(132,174,193,0) 41%, rgba(132,174,193,1) 92%, rgba(132,174,193,1) 100%);

}

.stat-3 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(132,174,193,0) 3%, rgba(132,174,193,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(132,174,193,0) 3%,rgba(132,174,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(132,174,193,0) 3%,rgba(132,174,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}


.stat-4 .divhref {
  //background: -moz-linear-gradient(top,  rgba(214,170,145,0) 30%, rgba(214,170,145,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(214,170,145,0) 30%,rgba(214,170,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(214,170,145,0) 30%,rgba(214,170,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

//background: linear-gradient(180deg, rgba(214,170,145,0) 41%, rgba(214,170,145,1) 92%, rgba(214,170,145,1) 100%);

}

.stat-4 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(214,170,145,0) 3%, rgba(214,170,145,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(214,170,145,0) 3%,rgba(214,170,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(214,170,145,0) 3%,rgba(214,170,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.stat-5 .divhref {
  //background: -moz-linear-gradient(top,  rgba(127,86,53,0) 30%, rgba(127,86,53,1) 100%); /* FF3.6-15 */
  //background: -webkit-linear-gradient(top,  rgba(127,86,53,0) 30%,rgba(127,86,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  //background: linear-gradient(to bottom,  rgba(127,86,53,0) 30%,rgba(127,86,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */

//background: linear-gradient(180deg, rgba(127,86,53,0) 41%, rgba(127,86,53,1) 92%, rgba(127,86,53,1) 100%);

}

.stat-5 .divhref:hover {
  background: -moz-linear-gradient(top,  rgba(127,86,53,0) 3%, rgba(127,86,53,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(127,86,53,0) 3%,rgba(127,86,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(127,86,53,0) 3%,rgba(127,86,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */
}

.stat-mob {
	background: #fff !important;
	padding-top: 0px;
}

.stat-mob .carousei-item-title{
	color: #fff !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.stat-mob .full-carousel-akc {
	margin-top: -10px;
}






.checkbox-ios {
	display: inline-block;    
	height: 28px;    
	line-height: 28px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 15px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 56px;	
	height: 28px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 24px;	
	height: 24px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: limegreen;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

.image-box-razrez {
	display: none;
}

.image-box-okno {
	border-radius: 0%;
}

.dekabr {
	margin-top: 20px;
	width: 100%;
	height: 769px;
	//background: url(/img/dekabr2.png) right top no-repeat #0064AF;
	background: url(/img/dekabr2.png) right top no-repeat #1B4188;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.dekabr .title {
	font-family: Geometria-Bold;
	font-size: 74px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 82px;
}

.dekabr .descr {
	font-family: Geometria-Bold;
	color: #cbe9ff;
	font-size: 34px;
	margin-bottom: 5px;
}

.dekabr .btns {
	margin-top: 45px;
}

.dekabr .btns a{
	margin-right: 20px;
}

@media (max-width: 768px) {

.stat-mob {
	background: transparent !important;
	padding-top: 0px;
}

.rasrm6 {
    position: absolute;
    right: 30px;
    top: 5px;
}

.dekabr {
    width: 100%;
    height: 748px;
    //background: url(/img/dekabr-mob-new2.png) center top no-repeat #0064AF;
    background: url(/img/dekabr-mob-new2.png) center top no-repeat #264391;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 360px;
    padding-left: 20px;
}

.dekabr .title {
	font-family: Geometria-Bold;
	font-size: 44px;
	color: #fff;
	margin-bottom: 10px;
line-height: 54px;
}

.dekabr .descr {
	display: none;
    font-family: Geometria-Bold;
    color: #cbe9ff;
    font-size: 24px;
    margin-bottom: 5px;
}

.dekabr .btns {
    margin-top: 25px;
}

.dekabr .btns a{
	margin-right: 8px;
	margin-bottom: 20px;
}

.delight-line {
    margin-top: 20px;
}

}

.cena-okno {
	font-family: Geometria;
	margin-bottom: 5px;
    font-size: 18px;
font-size: 20px;
}

.cena-okno span{
	//color: #7AAD35;
	font-family: Geometria-Bold;
}


.cena-rasr {
	font-family: Geometria-Bold;
	margin-bottom: 5px;
font-size: 26px;
}

.cena-rasr span{
	border-radius: 5px;
    display: inline-block;
    width: max-content;
    padding: 10px 15px 10px 15px;
    font-family: 'Geometria-Bold';
    font-size: 20px;
    //color: #000;
    background: #FDC50C;
    margin-bottom: 10px;
	margin-left: 10px;
font-size: calc(.06em + 1vw + 1vh);


//color: #7AAD35;

}

.cena-btn {
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 768px) {

.cena-okno {
    font-size: 18px;
}

.cena-btn {
	margin-bottom: 20px;
}

.cena-rasr span{
	margin-top: 10px;
	font-size: calc(.7em + 1vw + 1vh);


}

}

.rassrochka h2 {
	text-align: left;
	color: #7AAD35;
	padding-left: 30px;
	//font-size: 55px;
}

.rassrochka .sub-title {
	text-align: left;
	padding-left: 30px;
}

.rassrochka .md-btn {
	margin-left: 30px;
	margin-top: -10px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {

.rassrochka h2 {
	text-align: center;
	color: #7AAD35;
	padding-left: 0px;
	font-size: 28px;
}

.rassrochka .sub-title {
	text-align: center;
	padding-left: 0px;
}
.rassrochka .img-fluid {
	max-width: 70%;
}

.rassrochka .col-img {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
}

.rassrochka .col-sm-6 {
	text-align: center;
}

.rassrochka .md-btn {
	margin-left: 0px;
}

}

.youtube {
	margin-top: 30px;
}

.youtube-inner {
    //margin-top: -70px;
    margin-bottom: 20px;
}

.youtube .img-fluid{
	max-width: 65%;
}

.youtube .sub-title {
	text-align: left;
	margin-top: 25px;
}

.cons-link-youtube {
	color: #E52D27 !important;
}

.cons-link-youtube:hover {
	background: #E52D27 !important;
	color: #fff !important;
}

.col-yt {
	display: flex;
    align-items: center;
justify-content: center;
}

@media (max-width: 768px) {

.youtube .img-fluid{
	max-width: 100%;
}

.youtube .sub-title {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

.cons-link-youtube {
	color: #E52D27 !important;
}

.col-yt {
	display: flex;
    align-items: center;
justify-content: center;
}


.youtube-inner {
    margin-top: -35px;
    margin-bottom: 30px;
}

}

.prod-block {
	padding: 0px;
	margin-top: 35px;
	margin-bottom: 20px;
}



.prod-item {
	//box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
	background: #fff;
	margin-bottom: 20px;
	maring-left: 10px;
	margin-right: 10px;

}

.prod-item img {
	transition: 1s;
}

.prod-item:hover img {
    //transform: scale(1.2);
filter: brightness(80%);

}

.prod-item-img {
	width: 100%;
	//height: 550px;
	overflow: hidden;
position: relative;
}



.prod-item-img video{
	width: 100%;
}

.prod-item-img img{
	width: 100%;
	height: auto;
//margin-top: -80px;
}

.tip-resh .prod-item-img:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
//background: linear-gradient(180deg, rgba(26,63,64,0) 35%, rgba(26,63,64,1) 83%, rgba(26,63,64,1) 100%);
//background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
}

.prod-item-title {
	font-family: Geometria-Bold;
	line-height: 26px;
	padding-top: 30px;
	margin-left: 30px;
	text-align: left;
	color: #5ac31a;
	font-size: 28px;
	line-height: 1.14286;
	font-weight: 600;
	padding-right: 30px;
//letter-spacing: -2px;
	position: relative;
	display: inline-block;
	padding-right: 3px;
}

.prod-item-title:after {
	//content: '';
    //height: 2px;
    //background: #7AAD35;
    //position: absolute;
    //bottom: -5px;
    //left: 0;
    //transition: all .2s ease;
    //width: 100%;
}

.prod-item-title:hover:after {
	display: none;
}

.prod-item-descr {
	padding-top: 20px;
	padding-left: 30px;
	color: #1A3F40;
	min-height: 110px;
	text-align: left;
	font-family: 'Geometria-Medium';
	font-size: 18px;
	//line-height: 1.23536;
	font-weight: 400;
	padding-right: 30px;
	//padding-bottom: 20px;
	color: #5B7778;
}

@media (max-width: 768px) {

.prod-item-img {
	width: 100%;
	//height: 350px;
	overflow: hidden;
	
}

.prod-item-title {
    padding-top: 0px;
	font-size: 24px;
}

.prod-item{
	margin-right: 0px;
	margin-bottom: 25px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.prod-block .col-xs-12{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

.prod-item-descr {
	padding-bottom: 15px;
}

}

.rassrochka-new {
	background: #8dc63f;
	padding-top: 50px;
	padding-bottom: 50px;
}

.rassrochka-new .container {
	text-align: center;
	font-family: Geometria-Bold;
	color: #fff;
	font-size: 28px;
}

.rassrochka-new a {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;
	border-radius: 10px;
	font-size: 19px;
	font-family: Geometria;
}

.rassrochka-new a:hover {
	background: #fff;
	color: #8dc63f;
}





.rassrochka-new-new {
	background:  #8dc63f;
	height: 350px;
	//padding-top: 50px;
	//padding-bottom: 50px;

position: relative;
    top: -23px;

}

.girl-bg span {
display: block;
    position: relative;
    top: 140px;
	font-size: 54px;
    color: #fff;
//letter-spacing: -2px;

}

.rassrochka-new-new .container {
	height: 100%;
	background: url(/img/rasr_krug.png) right -100px no-repeat #8dc63f;
	font-family: Geometria-Bold;
	color: #fff;
	font-size: 28px;
	padding: 0px;
}

.rassrochka-new-new::before {
	height: 80px;
	background: #F5F5F7;
	width: 100%;
	content: "";
	display: block;
}

.rassrochka-new-new .container::before {
	height: 80px;
	background: #F5F5F7;
	width: 100%;
	content: "";
	display: block;
	margin-top: -80px;
}

.rassrochka-new-new .girl-bg {
	background: url(/img/rasr_girl.png) right 110px bottom no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -80px;

}

.rassrochka-new-new a {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;
	border-radius: 10px;
	font-size: 19px;
	//font-family: Geometria;

position: relative;
    top: 160px;
}

.rassrochka-new-new a:hover {
	background: #fff;
	color: #8dc63f;
}




@media (max-width: 768px) {
.rassrochka-new-new {
    background: #8dc63f;
    height: 450px;
top: -45px;
}

.rassrochka-new-new .girl-bg {
    background: url(/img/rasr_girl.png) right bottom no-repeat;
    width: 100%;
    height: 100%;
    margin-top: -80px;
    background-size: 85%;
    padding-top: 90px;
    font-size: 38px;
    color: #1A3F40;
    padding-left: 40px;
    padding-top: 100px;
    line-height: 50px;
}

.girl-bg span {
font-size: 34px;
    color: #1A3F40;
    top: 0px;
	width: 200px;
}

.rassrochka-new-new a {
	position: relative;
    top: 0px !important;
    padding: 15px 20px 15px 20px;
    height: auto;
}

.btn {

    padding-top: 15px;
    padding-bottom: 15px;

    font-size: 16px;
    padding: 10px 20px;
    width: auto;
    min-width: auto !important;
}

.nav-tabs-gal .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

}

.rassrochka-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;

    border: 0px;
    border-radius: 10px;
    font-size: 20px;
    //font-family: Geometria-Bold;

    display: flex;
    width: max-content;
    background: none;
	border: solid 2px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
position: relative;
    top: 150px;
}

.rassrochka-new-new a:hover {
	text-decoration: none;
}


@media (max-width: 768px) {
.rassrochka-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    padding: 15px 10px 15px 10px;
	min-width: auto;
    border: 0px;
    border-radius: 10px;
    font-size: 19px;
    font-family: Geometria-Bold;
    height: auto;
    display: flex;
    width: max-content;
    background: #1A3F40;
	border: solid 0px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
position: relative;
    top: 130px;
}
}







@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation : landscape) {


.akcii22 .full-carousel-in {
    padding-top: 15px;
    padding-bottom: 15px;
}

.full-carousel-in {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}

.akcii22 .full-carousel-akc .carousei-item {
    height: 230px;
    width: 50%;
}

.akcii22 .carousei-item-title {
    padding-top: 50px;
    white-space: normal;
}

.cena-rasr {

    font-size: 22px;
}

.dekabr .title {
    margin-left: 30px;
}

.dekabr .descr {
    margin-left: 30px;
}

.dekabr .btns {
    margin-left: 30px;
}

}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation : portrait) {


.prod-item-img {
    width: 100%;
    height: 700px;
    overflow: hidden;
}


.rassrochka-new-new .girl-bg {
    background-size: 65%;
}

.akcii22 .full-carousel-akc .carousei-item {
    height: 230px;
    width: 50%;
}

.profil-mob {
	margin-left: 30px;
	margin-top: -40px;
}

.profil-mob .slick-arrow {
    top: 350px;
}

.image-box-okno {
	height: 680px;
    display: flex;
    justify-content: center;
}

}

.main-videos {
	margin-top: 35px;
	margin-bottom: 0px;
margin-bottom: -310px;
}

.main-videos .your-h2 {



   // position: absolute;
    //bottom: -50px;
    text-align: left;
    //border: solid 1px #ff0000;

position: relative;
    /* bottom: 150px; */
    top: -330px !important;
padding: 20px;
	min-height: 300px;

}


.main-videos img {
	filter: brightness(70%)
}

.main-videos .your-h2 h2{
color: #fff;
font-size: calc(22px + 10 * (100vw / 1200));
}


.main-videos a{
	text-decoration: none !important;
}

.main-videos a:hover{
	text-decoration: none !important;
}

.main-videos-1 {
	//padding: 20px 10px 20px 20px;
}

.main-videos-2 {
	//padding: 20px 20px 20px 10px;
}

@media (max-width: 768px) {

.main-videos-1 {
	padding: 0px;
}

.main-videos-2 {
	padding: 0px;
}

.main-videos .your-h2 {
   // position: absolute;
    //top: 140px;

}

.main-videos .col-sm-12:nth-child(1) {
	margin-bottom: -290px;
}

}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation : portrait) {
.main-videos .your-h2 h2{
    font-size: 30px;

}
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation : landscape) {

.main-videos .your-h2 {

    top: 120px;
    padding: 0px;
}

}











.yurist-new-new {
	background:  #0069B4;
	height: 350px;
	//padding-top: 50px;
	//padding-bottom: 50px;

position: relative;
    top: -23px;

}

.yurist-bg span {
display: block;
    position: relative;
    top: 110px;
	font-size: 44px;
    color: #fff;
max-width: 600px;
line-height: 60px;
}

.yurist-new-new .container {
	height: 100%;
	background: url(/img/rasr_krug.png) right -100px no-repeat #0069B4;
	font-family: Geometria-Bold;
	color: #fff;
	font-size: 28px;
	padding: 0px;
}

.yurist-new-new::before {
	height: 80px;
	background: #fff;
	width: 100%;
	content: "";
	display: block;
}

.yurist-new-new .container::before {
	height: 80px;
	background: #fff;
	width: 100%;
	content: "";
	display: block;
	margin-top: -80px;
}

.yurist-new-new .yurist-bg {
	background: url(/img/rasr_yurist2.png) right 40px bottom no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -80px;

}

.yurist-new-new a {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;
	border-radius: 10px;
	font-size: 19px;
	//font-family: Geometria;

position: relative;
    top: 110px;
}

.yurist-new-new a:hover {
	background: #fff;
	color: #8dc63f;
}


@media (max-width: 768px) {
.rassrochka-new-new {
    background: #8dc63f;
    height: 450px;
top: -45px;
}

.yurist-new-new .yurist-bg {
    background: url(/img/rasr_yurist2.png) right -120px bottom no-repeat;
    width: 100%;
    height: 100%;
    margin-top: -80px;
    background-size: 85%;
    padding-top: 90px;
    font-size: 38px;
    color: #1A3F40;
    padding-left: 40px;
    padding-top: 100px;
    line-height: 50px;
}

.yurist-bg span {
font-size: 28px;
    color: #1A3F40;
    top: 0px;
max-width: 200px;
line-height: 35px;
}

.yurist-new-new a {
	position: relative;
    top: 0px !important;
    padding: 15px 20px 15px 20px;
   height: auto;
}

}

.yurist-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;

    border: 0px;
    border-radius: 10px;
    font-size: 20px;
    //font-family: Geometria;
 
    display: flex;
    width: max-content;
    background: none;
	border: solid 2px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
position: relative;
    top: 130px;
}

.yurist-new-new a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
.yurist-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    padding: 15px 10px 15px 10px;
	min-width: auto;
    border: 0px;
    border-radius: 10px;
    font-size: 20px;
    font-family: Geometria-Bold;
    height: auto;
    display: flex;
    width: max-content;
    background: #1A3F40;
	border: solid 0px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
position: relative;
    top: 130px;
}
}










.banner-balkony {

	width: 100%;
height: 769px;

    align-items: center;


	display: flex;
	flex-direction: column;
  justify-content: flex-end;
  //background: linear-gradient(
270deg, rgba(255,255,255,0) 0%, rgba(64,157,177,0.4) 14%, rgba(64,157,177,1) 46%);
    //background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%);
//background: linear-gradient(329deg, rgba(26,63,64,0) 20%, rgba(26,63,64,0.6110819327731092) 44%, rgba(26,63,64,0.8631827731092436) 61%);

//background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.9) 100%);

padding: 120px 20px;
    height: 100%;
    border-radius: 0px;

    background: rgb(0 0 0 / 60%);

}

.banner-balkony .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-balkony .title {
	font-family: Geometria-Bold;
	font-size: 54px;
	color: #fff;
	margin-bottom: 2px;
	line-height: 62px;
	width: 80%;
	text-align: center;

  text-shadow: 0 0 8px rgba(0, 0, 0, .25);
    letter-spacing: -1px;
}

.banner-balkony .descr {
	font-family: Geometria-Medium;
	color: #fff;
	font-size: 34px;
	margin-bottom: 5px;
	width: 40%;
  text-align: left;
}

.banner-balkony .btns {
	margin-top: 25px;
}

.banner-balkony .btns a{
	margin-right: 20px;

  background-color: var(--color-0);
  /*background-color: transparent;*/
  color: #fff;
  /*border: solid 1px #fff;*/
}

.banner-balkony .btns a .item-link {
  border-color: #fff;
}

.banner-balkony .btns a .item-link:before {
  color: #fff;
}

.banner-balkony .zayavka-tel-new {
width: auto;
    padding: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 1px;
    background: transparent;
    color: #fff !important;
    border-width: 4px;
    border: solid 2px #fff;

}

.banner-balkony .zayavka-tel-new::placeholder {

	color: #fff !important;

}

.nav-tabs-gal-com {
	margin-top: 20px;
}


.nav-tabs-gal-com .nav-link.active {
    display: inline-block;
    padding: 5px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff !important;
    background: #8dc63f !important;
    text-decoration: none;
    border-radius: 5px !important;
    margin-bottom: 8px;
    //margin-left: 3px;
    //margin-right: 3px;
    //border: solid 1px #8dc63f !important;
    cursor: default;


//padding-top: 15px !important;
//    padding-bottom: 15px !important;
//    font-size: 20px !important

}

.nav-tabs-gal-com .nav-link:hover {

    color: #fff !important;
    background: #8dc63f !important;
    text-decoration: none;
    border-radius: 0px !important;
    //border: solid 1px #8dc63f !important;



//padding-top: 15px !important;
//    padding-bottom: 15px !important;
//    font-size: 20px !important

}


.nav-tabs-gal-com .nav-link {
    font-family: Geometria-Bold;
   // border: dashed 1px #1A3F40 !important;
    //padding-top: 15px !important;
    //padding-bottom: 15px !important;
//    font-size: 20px !important;
    border-radius: 5px !important;
}


.nav-tabs-gal-com .nav-link {
    display: inline-block;
    padding: 5px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    color: #fff;
    color: #1A3F40;
    background: #fff;
    //background: #6F9293;
    border: dashed 1px #1A3F40;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 8px;
    //margin-left: 3px;
    //margin-right: 3px;
    //border: 0px;
    //font-family: Geometria;
    font-family: Geometria-Bold !important;
//font-size: 16px !important;
}








@media (max-width: 768px) {

.nav-tabs-gal-com {
	margin-top: 20px;
padding: 12px 10px 11px 10px !important;
}


.nav-tabs-gal-com .nav-link.active {
    display: inline-block;
    padding: 5px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff !important;
    background: #8dc63f !important;
    text-decoration: none;
    border-radius: 5px !important;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px;
    //border: solid 1px #8dc63f !important;
    cursor: default;
	border-radius: 5px !important;


padding-top: 15px !important;
    padding-bottom: 15px !important;
   // font-size: 20px !important

}


.nav-tabs-gal-com .nav-link {
    font-family: Geometria-Bold;
    border: dashed 1px #1A3F40 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 20px !important;
    border-radius: 5px !important;
}


.nav-tabs-gal-com .nav-link {
    display: inline-block;
    padding: 5px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    color: #1A3F40;
    background: #fff;
    //background: #6F9293;
    border: dashed 1px #1A3F40;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px;
    //border: 0px;
    //font-family: Geometria;
    font-family: Geometria-Bold !important;
}




.banner-balkony11 {
	//margin-bottom: -400px;
  aspect-ratio: auto;

}

.banner-balkony11 div{
  /* aspect-ratio: 16 / 9; */
}


.banner-balkony {
    width: 100%;
    height: auto;

min-height: 552px;
  //background: linear-gradient(
-180deg, rgba(255,255,255,0) 0%, rgba(159,139,115,0.4) 14%, rgba(159,139,115,1) 46%);
    display: flex;
    flex-direction: column;
    justify-content: start;
padding-top: 160px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.div {
//background-size: 150% !important;
}

.banner-balkony .title {
	text-align: center;
	font-family: Geometria-Bold;
	font-size: 34px;
	color: #fff;
	margin-bottom: 10px;
line-height: 54px;
	width: 100%;
}

.banner-balkony .zayavka-tel-new {
	margin-right: 0px;
	//width: auto;
	padding: 10px;
	padding-bottom: 14px;
	padding-top: 14px;
	top: 1px;
}

.banner-balkony .descr {
  font-size: 24px;
  margin-bottom: 5px;
  width: 100%;
  padding: 0px 20px;
}

.banner-balkony .btn {
    margin-bottom: 10px;
}

.banner-balkony .btns {
    margin-top: 25px;
	text-align: center;
}

.banner-balkony .btns a{
	margin-right: 8px;
	margin-bottom: 20px;
//border: solid 2px #fff;
}




}


.botmenu {
	height: 90px;
	width: 100%;
	margin: 0px;
	background: #ffffff;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

.botmenu .col-sm-3{
	border-right: solid 1px #cccccc;
display: flex;
    justify-content: center;
    align-items: center;
}

.ceny-bot-text {
	font-family: Geometria-Medium;
	font-size: 16px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.menu .nav li > ul:before {
	width: 100vw;
	height: 50px;
	content:"";
	background: #ffffff;
}

.banner-balkony2 {
	//background: none;
}

.banner-balkony2:after {
	content:"";
background: linear-gradient( 270deg, rgba(255,255,255,0) 0%, rgba(64,157,177,0.4) 14%, rgba(64,157,177,1) 46%);
}


@media (max-width: 768px) {
  .nav-tabs-gal {
    display: flex;
    //justify-content: center;
    //position: sticky;
    top: 65px;
    left: 0;
    right: 0;
position: sticky !important;
    top: 0px !important;
  }
  .nav-tabs-gal.is--sticky{
    background: #fff;
    z-index: 100;
  }

}


.npop {
	width: 100%;
	height: 100vh;
	background: #fff;
	margin: 0px;
	//border: solid 1px #ff0000;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 900;
	display: none;


    overflow-y: auto;
    overflow-x: hidden;
//padding-bottom: 230px;


}

.np-show {
	display: block;
}

.npop .row {
	height: 100%;
}

.npop-1 {
    //display: flex;
   //flex-direction: column;
    //justify-content: center;
padding-top: 5vh;
	padding-left: 100px;
	padding-right: 100px;
}

.npop-1 h2 {
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.npop-1 h3 {
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: left;
	color: #5B7778;
font-size: calc(.06em + 0.8vw + 1vh);
	margin-left: 0px;
	padding-left: 0px;
}

h3.h3black2 {
	font-size: 22px !important;
	color: #1A3F40;
	text-align: left;
}

h3.h3black {
	font-size: 18px !important;
	color: #1A3F40;
	text-align: left;
	padding-left: 25px;
}

h3.h3black:before {
	background: #7AAD35;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    content: "";
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}

.npop-p {
	color: #5B7778;
	font-size: 18px !important;
	font-family: Geometria-Bold;
	padding-right: 50px;	
}

.red {
	color: #E52D27;
}

.green {
	color: #7AAD35;
}

.npop-2 {
    //background: url(/img/man.jpg) right 50px bottom no-repeat;
//	background-size: 65%;
	text-align: right;
	padding: 0px;
}

.npop-2-1 {
    background: url(/img/banner-okna.jpg) right bottom no-repeat;
	background-size: cover;
}

.npop-2-2 {
    background: url(/img/banner-balkony-2.jpg) right bottom no-repeat;
	background-size: cover;
}

.npop-2-3 {
    background: url(/img/banner-balkony-1.jpg) right bottom no-repeat;
	background-size: cover;
}

.npop-2-4 {
    background: url(/img/banner-doma.jpg) right bottom no-repeat;
	background-size: cover;
}

.npop-2-5 {
    background: url(/img/banner-dacha.jpg) right bottom no-repeat;
	background-size: cover;
}
.npop-2-6 {
    background: url(/img/banner-podezd.jpg) right bottom no-repeat;
	background-size: cover;
}

.npop-2-7 {
    background: url(/img/hobit.jpg) right bottom no-repeat;
	background-size: cover;
}
.npop-1 .zayavka-tel-new{
	width: auto !important;
	margin-right: 5px;
}

.npop-close {
	text-decoration: none;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	//background: #fff;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	background-color:rgba(255, 255, 255, 0.8);
	
	position: absolute;
z-index: 100;
    right: 30px;
}

.npop-close:hover {
	text-decoration: none;

}


.npop-close:after {
	content: "\f00d";
    	font-family: "FontAwesome";
    	font-size: 77px;
	color: #ADADAD;


position: relative;
    right: 33px;
    top: 4px;
}

.npop-close:hover:after {
	color: #8dc63f;

}

.npop-close-mob {
	display: none;
}

@media (max-width: 768px) {



#podbor-form {
	padding-bottom: 100px;
}

.npop-close-mob {
	text-decoration: none;
	height: 120px;
	background: #fff;
	display: block;
	display: none;
	
	position: fixed;
	z-index: 1100;
	width: 100%;
	bottom: 0px;
	text-align: center;

	box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
}

.npop-close-mob:hover {
	text-decoration: none;

}


.npop-close-mob:after {
	content: "\f00d";
    	font-family: "FontAwesome";
    	font-size: 77px;
	color: #ADADAD;


position: relative;
    //right: 33px;
    top: 4px;
}

.npop-close-mob:hover:after {
	color: #8dc63f;

}

}


.big-img {
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
}

.big-img-1 {
	width: 100%;
	height: 100vh;
    background: url(/img/big/big-img1.jpg) center top no-repeat;
	background-size: cover;
	height: 200vh;
}

.big-img-2 {
	width: 100%;
	height: 100vh;
    background: url(/img/big/big-img2.jpg) center top no-repeat;
	background-size: cover;
	height: 200vh;
}

.big-img-3 {
	width: 100%;
	height: 100vh;
    background: url(/img/big/big-img3.jpg) center top  no-repeat;
	background-size: cover;
	height: 350vh;
}

.big-img-4 {
	width: 100%;
	height: 100vh;
    background: url(/img/big/big-img4.jpg) center top  no-repeat;
	background-size: cover;
	height: 250vh;
}

.np-geo {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 27px;
}

.np-geo:before {
    content: "";
    display: block;
    position: relative;
    width: 16px;
    height: 24px;
    left: -27px;
    top: 22px;
background: url(/img/pin-ico-black.png) 0 0 no-repeat;
    background-size: 100%;
}

.np-geo a{
	text-decoration: none;
	border-bottom: dashed 1px #7AAD35;
	color: #7AAD35 !important;
}

.city-select__grid {
    padding-top: 10px;
    width: 800px;
    -webkit-column-count: 4;
    column-count: 4;
}

.city-select__elem {
    width: 190px;
    margin-bottom: 26px;
    display: inline-block;
    vertical-align: top;
	font-family: Geometria-Bold;
}

.city-select__label {
    font-size: 44px;
    line-height: 1;
    margin: 0 0 15px;
}

.city-select__list {
	margin-left: 0px;
	padding-left: 0px;
}

.city-select__list li {
	font-weight: normal !important;
	margin-left: 0px;
	padding-left: 0px;
}

.npop-p-red {
	position: relative;
	padding-left: 20px;
}

.npop-p-red:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 72px;
    width: 5px;
    background: #fff;
    border-top: solid 7px #cccccc;
    border-bottom: solid 7px #cccccc;
}

.npop-p-red:after {

    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    height: 39px;
    width: 5px;
    margin-top: 10px;
    margin-right: 20px;
    background: #E52D27;
}

.npop-p-green {
	position: relative;
	padding-left: 20px;
}

.npop-p-green:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 72px;
    width: 5px;
    background: #fff;
    border-top: solid 7px #cccccc;
    border-bottom: solid 7px #cccccc;
}

.npop-p-green:after {

    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    height: 39px;
    width: 5px;
    margin-top: 10px;
    margin-right: 20px;
    background: #7AAD35;
}

.group-balkony {

}

@media (max-width: 375px) {

.nav-tehop .npop-but:after {
    margin-top: -128px !important;
}

.nav-tehop {
    margin-bottom: 30px;
}

}

.npop-3 {
	width: 100%;
	height: 100vh;
	padding: 0px;
	margin: 0px;
	background: url(/img/np-3.jpg) left center no-repeat;
    	background-size: cover;
}

.npop-3-opacity {
	width: 100%;
	height: 100%;
	display: flex;
	background-color:rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
}

.group-form {
	background-color:rgba(255, 255, 255, 1);
	border-radius: 20px;
	padding: 50px;
	width: 50%;	
}

.npop-3-2 .h3black{
	margin-bottom: 10px;
}

.npop-3-0 {
	margin-bottom: 30px;	
}

.npop-3-1 {
	width: 100%;
	//height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(/img/npop-3-1.jpg) left center no-repeat;
    	background-size: cover;
	border-radius: 20px;
	display: flex;
    	align-items: flex-end;
	text-align: center;
}

.np-spec {
	width: 100%;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 10px;
	text-align: center;
	font-family :Geometria-Bold;
	color: #8dc63f;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 22px;
	border-radius: 20px;
	
}

.ekran-2 {
	display: none;
}

.podbor-next {
	margin-top: 20px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    box-shadow: 3px 2px 11px 6px rgb(218 224 225 / 75%) !important;
    border: solid 5px #fff;
}

.podbor-prev {
	display: inline-block;
	margin-left: 50px;
}

@media (max-width: 768px) {

.podbor-next {
    position: fixed;
    right: 20px;
    top: 20px;
left: auto;
    bottom: auto;

}

.scroll-container {
    padding-bottom: 200px !important;
}

.npop-3 {
	padding-bottom: 100px;
}

.group-form {
	width: 95%;
	padding: 20px;
}

.npop-3 {
	background: none;
}

.npop-3-opacity {
	background: none;
}

.group-form {
	background: none;
}

.npop-3-1 {
	padding-top: 150px;
	margin-bottom: 25px;
}

.npop-3-0 h3 {
	padding-top: 50px;
}

.podbor-prev {
	margin-left: 10px;
}

.npop-3 {
	height: calc(100vh + 200px);
}

}

.header-btns1 {
	margin-top: 5px
}

.header-btns1 a {
    padding: 5px 10px 5px 10px;
    background: #fff;
    color: #413F4C;
    border: solid 2px #413F4C;
}

.header-btns1 a:hover {
	margin-right: 10px;
    padding: 5px 10px 5px 10px;
    background: #8dc63f;
    color: #fff;
    border: solid 2px #8dc63f;
}

.contact1 {
	margin-top: -10px;
}



.header-btns0 a {
    margin-right: 5px;
    display: inline-block;
    color: #1A3F40;
    font-size: 14px;
}

.header-btns0 a:hover {
    color: #5ac31a;
}

@media (max-width: 768px) {

.header-btns0 {
	display: none;
}


}

.header-btns0 a:after {
  content: "";
  border-right: solid 1px #CDCDCD;
  padding-right: 9px;
  height: 12px;
  display: inline-block;
  top: 3px;
  position: relative;
}

.header-btns0 a:last-child:after {
	content: "";
	border-right: 0px;

}

.socials1 .wh {
	background: #2cb742;
}

.socials1 .ig {
	background: #CD007E;
}

.socials1 .fb {
	background: #097EEB;
}

.socials1 .vk {
	background: #4A76A8;
}

.socials1 .em {
	background: #FFB053;
}

.socials1 .yt {
	background: #FF0000;
}

.socials1 .zen {
	background: #000000;
}

.socials1 .telegram {
	background: #039BE5;
}

.socials1 .phonecall {
	display: none;
	background: #EA2C62;
}

/*
.profil-header-text-nav-right .socials1 a {
  background-color: transparent !important;
  margin-left: 5px !important;
}

.profil-header-text-nav-right .socials a .icon svg {
  fill: #1A3F40 !important;
}

.profil-header-text-nav-right .socials a .icon {
  width: 22px;
  height: 20px;
}

.profil-header-text-nav-right .socials a.telegram .icon {
  width: 22px;
  height: 22px;
}
*/

.location1:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 24px;
  left: 0;
  top: 0;
  //background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAACcCAMAAABLA3WiAAAAM1BMVEX///+Bvkrf79KIwlXA3qT3+/SgzneQxmDQ57uw1o3n893v9+jX68ao0oLI4rCYymu42pn7kAjGAAAEvElEQVR42s1b23LrIAzEIG7Gxv7/rz3TmaZKoJEAKWe6T+2UVOxqJeRLzAy8PQAgfOEESNabD6CkO2wdXIBDNdxxx+09Qt11wuzZbRwiFHGcdG1jCEkWJ27jiMkrxeHh6lIc2+sWMiT7jQR3iD2vYzqOP7dXnL85zFsI7To/SejVb5nYqk/nq4RTtOBFkcpts8CLjve4coF0L++eMKjgHp+du+TUqwy1HoeSg5kBPH1yH9haY6NFw7pjPJAjheMFSaOBrrUGXa6xUJZVjkfeHtgJ1/1wz2YdmbeFjwTxlbq/3gkTMJAM9ScH9FZQOrmAlXADBlIJtRNJCkYD1yNVpsP96HQ6U5V/2Bg6gyNdFWAyyhvfgdEC/J4N28iqmSrbUNLSrk9IbCihwdX1O3pKzrN5hu/RKwawo/4LPU9gwjQTustMsNrlJI9QsmHrEehYsUmKR0oDB/fMJAkNhYS/s5NmD2e5TOHhcLLGSxuFxHbaE8Wja+neaCS2J/nnDUeK0XKo+LzgZKbpY+NhCTkwM44Wr7iNh/N0S3LNz8R0weE0PVoeFZcSOV3TD3NT0YiVTCmPQBdvRnUsYQcJKYsb+V5IkV/PFFbrz0+RWDcIb3ogE2THFS2Pg/SufUTKRN8axE1HeuwaiGUy98EjEpCRthn8kUjVAJXOfSqSpyIBkuNaEQ9LRqI5WUVOqnn6K5EsGemaCHRRkbBH3PIekcciBWLeHURiulEhI5WJSIWMtGNXlyYq0IMEHt9eemwkQ9nXPekonCOiYU/3m95SElJKaExgRthLUExIBF7pLfVzagJ+TU5B863XVDXvgN23mcvXGkU2jCIR+dHXW2wgTpDczLNEKDYQO5ajJS5DoK7kqE0NJo1/BIHo7nbzl0+YqIN9loAYfR6Bl0x8ohC+xpZPInXo3WbRiQz2GtyDzdBjXDxQ+rTxsF8YW3o0HPDqXRu5/ccJfa6L2IpVUE5FoMf7k6Fqi9ebGj4jn+sLteApo4gDxUNcqu6j7uYlNL4SUCj7692AQ/8mdiRsoltM95u7Nl7bD1t5s4Oq7YdAqKrrh9T/RdkT9/sblAHZKj5Tu4kMWtXnNIVw5aljcUqhqnh2JBSIkDbrUYqstlJYtPiHSQWuODOSUqEERF0LSM09dsy4RIcSSwqUKfGL5JT4VWqU+GViSnVwXZa3Bw5BWFNp+K2bXfaSiUdKLLLonAKkxKI4YkjX/TAQ5tEUBKV2ZdnhYdI+p/TVFR5hcSKr01u021Kn8G6+Fk/igRz/KZgfdXnB5UrAwptOkShayunTSsBiGzu2yaIqbrU1h8ktBk4E3hRpSoMo6MpDVvJOcgJcE8fvjQUoeavQKpUSv9HI1wTRKFWL6m46q0C/fUI7mX6B8x1qJ9WvMi1cfoFs+aZ0NNpJ9bu0tOP1u2Xayeu3Etqp9r+d1E7z/LgE2hFnXGX4ynFgq5jKoWDajr4xOOFLodXPXxN46T4K6VNVsX8oovapsuSgIbd69G2SstGFd02qLu4bLfKuBC92dLtRBzy/e1iJJOmlyhXimzG6VXXtTrOSqMbtkN2HkLq3RVkIz3piDFR1BeEGZVcwJavvimI+DEsP0PoGTOY/4IhbXPD3Py/9J8g2VPFNAAAAAElFTkSuQmCC") 0 0 no-repeat;
  background-size: 100%;

content: "\f3c5";
    font-family: "FontAwesome";
    font-size: 16px;
    color: var(--color-0);

}

.trans-banner .select-box button:after {
    border-color: #7AAD35;
}
.select-box button:after {
    border-left: 2px solid #8dc63f;
    border-bottom: 2px solid #8dc63f;
}

.super-header .container:after {
    background: #CDCDCD;
}

.measur-btn1 {
	font-size: 16px;
	font-family: 'Geometria-Medium' !important;	
}

.measur-btn1:hover {
	text-decoration: underline !important;
}

.zvonok-btn1 {
	font-size: 16px;
	font-family: 'Geometria-Medium' !important;
}

.zvonok-btn1:hover  {
	text-decoration: underline !important;
}

.measur-btn1:before {
  content: "";
  display: block;
  position: absolute;
  width: 67px;
  height: 48px;
  top: 3px;
  left: 1%;
  transform: translateX(-50%);
/*
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAABSCAMAAAD+Ww3GAAABLFBMVEUAAAB6sEFkdnh9ukVkdnhkdnh6uEJ7rUNtil6AvElkdnhkdnhkdnhtil+AvElkdnhkdnh5t0Bkdnhkdnh/vUhkdnh/vEdkdnh+vEdkdnh+ukd9ukZkdnhkdnh5tEFkdnh+vEd/vEdkdnh8uUR8uUR9uUZ+uUZkdnhkdnh2sz5/u0Z/vEdkdnh9ukVkdnh8uERkdnhkdnh1rT1kdnhkdnh/vEh9u0Zkdnhkdnhkdnh+uUZkdnhkdnhkdnh8tkR6t0Jkdnhkdnh9u0Z+u0d+ukZkdnhkdnh5tkF7t0Nkdnh9uEV8uER8t0Rkdnh5t0Bkdnh9uUZkdnh3sz5kdnhkdniAvEh7uENkdnhkdnh+u0hkdnh0rjx8uUR8ukN9ukVkdnhkdnh5s0F8uUVkdng/c3nrAAAAZHRSTlMAB8fHBQeHBQS+h8GFArm4vYbOofDT0wvdpaKBgGoj8Orj3aaUc2QiEBDPwbGuq2JHKgrs5NjInXhyaWZjVkQr6djMqp2WiXpqYV1XSkA7MTEWFuDXsp+SXlNQDdjDuDkcHItbery2HQAAApBJREFUSMek1Numw0AUBuA/Sg8XKZuKmGGkcmASEUJykYuEJiTSigot1QPd7/8Qm3mArMX+b3LzySxrfgMy8xm8WOnxwoOrvvEeLPgDXA8PHjSUBZ85lHdhQEzxN5q8kYRaISsDVygK4vuqK+HtLQrmFzTx/bDfUBDWSUYBA9qV/Vz5B/poILhlnBkhG/itu1s8em2+5zhMjwzYV+g/xW5LwS0a59ePaYisQ5g4NHxaVivuy7A0f6xPc3VjzKgVhiTgrEe5U3Q/7gloSnF1hEdD5E5oSkHuMYOOWwYEOpEJA4n19Aq+z7lrRKew5UA5Qn7chIQ2rsWaVYoh4JUi3+ZpJxgQ9VtX6SJUqQSwUQgTf7EUGDwNHY7FNAamFAs5u3r9TuqiI6DZtixvaMwDQNFXbUOaGalkzixLi3Zm1pQHgWHG//PXSB2zOghDUQA+SAvl2WBJkCAkCC46iCgKWlTQwYKDFHmFli4tvP//H562uzdZXD7OvYZD5tYQ7uIiNYJ7S2X50yTROgJXA7pf4UL91ghKibBLTRJf/N1M3R8JowyjNQQiJBPffapF5+zJHZ/IeOk7O+J6Fs9VfV8glcg0k5bn06OBIR5FfqKhyuAlv6fN0T+fb8vPKyQTqxqVc7MPW3+9JjJk7sXjNERT4my7NqN2lPtdIoQBxMRnHd9OBwpGIbQ9BAbXEwZTLQqHhDLF1RW5QSmkW9X3nE5kDSLu+TQESjEKE1iF8LzCpBTNpxQ0VA8oJ7BJyHC9mZVC37+loKBkMimFu514AYDUjnTsbpUiTNTKw2Wyt1kK6C5CVD3612MoNiHQBtHFttO+XNuzfWp+tGJk6wNAnaafGNQymj6jOyuLht9dYzMI6Jkk/zk9WuOTw/ljAAAAAElFTkSuQmCC') 0 0 no-repeat;
*/
//background: url('/img/measur-btn1.png') 0 0 no-repeat;
background: url('/img/icon-calc-top-new1-dark.png') 0 0 no-repeat;
  background-size: 100%;
}

.zvonok-btn1:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 3px;
  left: 8%;
  transform: translateX(-50%);
/*
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAABSCAMAAAD+Ww3GAAABLFBMVEUAAAB6sEFkdnh9ukVkdnhkdnh6uEJ7rUNtil6AvElkdnhkdnhkdnhtil+AvElkdnhkdnh5t0Bkdnhkdnh/vUhkdnh/vEdkdnh+vEdkdnh+ukd9ukZkdnhkdnh5tEFkdnh+vEd/vEdkdnh8uUR8uUR9uUZ+uUZkdnhkdnh2sz5/u0Z/vEdkdnh9ukVkdnh8uERkdnhkdnh1rT1kdnhkdnh/vEh9u0Zkdnhkdnhkdnh+uUZkdnhkdnhkdnh8tkR6t0Jkdnhkdnh9u0Z+u0d+ukZkdnhkdnh5tkF7t0Nkdnh9uEV8uER8t0Rkdnh5t0Bkdnh9uUZkdnh3sz5kdnhkdniAvEh7uENkdnhkdnh+u0hkdnh0rjx8uUR8ukN9ukVkdnhkdnh5s0F8uUVkdng/c3nrAAAAZHRSTlMAB8fHBQeHBQS+h8GFArm4vYbOofDT0wvdpaKBgGoj8Orj3aaUc2QiEBDPwbGuq2JHKgrs5NjInXhyaWZjVkQr6djMqp2WiXpqYV1XSkA7MTEWFuDXsp+SXlNQDdjDuDkcHItbery2HQAAApBJREFUSMek1Numw0AUBuA/Sg8XKZuKmGGkcmASEUJykYuEJiTSigot1QPd7/8Qm3mArMX+b3LzySxrfgMy8xm8WOnxwoOrvvEeLPgDXA8PHjSUBZ85lHdhQEzxN5q8kYRaISsDVygK4vuqK+HtLQrmFzTx/bDfUBDWSUYBA9qV/Vz5B/poILhlnBkhG/itu1s8em2+5zhMjwzYV+g/xW5LwS0a59ePaYisQ5g4NHxaVivuy7A0f6xPc3VjzKgVhiTgrEe5U3Q/7gloSnF1hEdD5E5oSkHuMYOOWwYEOpEJA4n19Aq+z7lrRKew5UA5Qn7chIQ2rsWaVYoh4JUi3+ZpJxgQ9VtX6SJUqQSwUQgTf7EUGDwNHY7FNAamFAs5u3r9TuqiI6DZtixvaMwDQNFXbUOaGalkzixLi3Zm1pQHgWHG//PXSB2zOghDUQA+SAvl2WBJkCAkCC46iCgKWlTQwYKDFHmFli4tvP//H562uzdZXD7OvYZD5tYQ7uIiNYJ7S2X50yTROgJXA7pf4UL91ghKibBLTRJf/N1M3R8JowyjNQQiJBPffapF5+zJHZ/IeOk7O+J6Fs9VfV8glcg0k5bn06OBIR5FfqKhyuAlv6fN0T+fb8vPKyQTqxqVc7MPW3+9JjJk7sXjNERT4my7NqN2lPtdIoQBxMRnHd9OBwpGIbQ9BAbXEwZTLQqHhDLF1RW5QSmkW9X3nE5kDSLu+TQESjEKE1iF8LzCpBTNpxQ0VA8oJ7BJyHC9mZVC37+loKBkMimFu514AYDUjnTsbpUiTNTKw2Wyt1kK6C5CVD3612MoNiHQBtHFttO+XNuzfWp+tGJk6wNAnaafGNQymj6jOyuLht9dYzMI6Jkk/zk9WuOTw/ljAAAAAElFTkSuQmCC') 0 0 no-repeat;
*/
//background: url('/img/zvonok-btn1.png') 0 0 no-repeat;
background: url('/img/kc-btn1-dark.png') 0 0 no-repeat;
  background-size: 100%;
}

.button1 {
	margin-top: 4px;
	color: #5B7778 !important;
	border-bottom: dashed 1px #7AAD35 !important;
	font-family: 'Geometria-Bold';
}

.button1:hover {
	border-bottom: dashed 1px #fff !important;

}

.peredelka-line-23fev {
	background: url('/img/23fon.png') center top repeat;
	font-family: Geometria-Bold;
	min-height: 58px;
   	 display: flex;
align-items: center;
}

.peredelka-line-23fev span{
	display: inline-block;
	padding: 6px 13px 6px 13px;
	background: #fff;
}


@media (max-width: 768px) {

.socials1 .phonecall {
	display: flex !important;
}

.callback-zone {
	display: none !important;
}

.banner-balkony1 {
    margin-bottom: 30px !important;
}

.banner-balkony1 .banner-balkony{

    height: 769px !important;
	padding-top: 110px;

}

.banner-balkony1 .title {
    font-family: Geometria-Bold;
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 42px;
}

.banner-balkony1 .descr {
    font-family: Geometria-Bold;
    color: #fff;
    font-size: 34px;
    margin-bottom: 5px;
}

}

















.maskot-new-new {
	background:  #8dc63f;
	height: 350px;
	//padding-top: 50px;
	//padding-bottom: 50px;

position: relative;
    top: -23px;

}

.maskot-bg span {
display: block;
    position: relative;
    top: 110px;
	font-size: 44px;
    color: #fff;
max-width: 600px;
line-height: 60px;
//letter-spacing: -2px;

}

.maskot-new-new .container {
	height: 100%;
	background: url(/img/rasr_krug.png) left -100px no-repeat #8dc63f;
	font-family: Geometria-Bold;
	color: #fff;
	font-size: 28px;
	padding: 0px;
text-align: -webkit-right;
}

.maskot-new-new::before {
	height: 80px;
	background: #F5F6F6;
	width: 100%;
	content: "";
	display: block;
}

.maskot-new-new .container::before {
	height: 80px;
	background: #F5F6F6;
	width: 100%;
	content: "";
	display: block;
	margin-top: -80px;
}

.maskot-new-new .maskot-bg {
	background: url(/img/rasr_mas2.png) left 40px bottom no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -80px;

}

.maskot-new-new a {
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;
	border-radius: 10px;
	font-size: 19px;
	//font-family: Geometria;

position: relative;
    top: 110px;
}

.maskot-new-new a:hover {
	background: #fff;
	color: #8dc63f;
}


@media (max-width: 768px) {

.maskot-new-new .container {
    text-align: left;
}

.maskot-new-new .maskot-bg {
    background: url(/img/rasr_mas2.png) right -120px bottom no-repeat;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    background-size: 85%;
    padding-top: 90px;
    font-size: 38px;
    color: #1A3F40;
    padding-left: 40px;
    padding-top: 100px;
    line-height: 50px;
}

.maskot-new-new .container::before {
    height: 40px;

}

.maskot-bg span {
font-size: 28px;
    color: #1A3F40;
    top: 0px;
max-width: 200px;
line-height: 35px;
}

.maskot-new-new a {
	position: relative;
    top: 0px !important;
    padding: 15px 20px 15px 20px;
   height: auto;
}

}

.maskot-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;

    border: 0px;
    border-radius: 10px;
    font-size: 20px;
    //font-family: Geometria;
 
    display: flex;
    width: max-content;
    background: none;
	border: solid 2px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
	position: relative;
    top: 130px;
}

.maskot-new-new a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
.maskot-new-new a {
    display: inline-block;
    margin-left: 0px;
    color: #fff;
    padding: 15px 10px 15px 10px;
	min-width: auto;
    border: 0px;
    border-radius: 10px;
    font-size: 20px;
    font-family: Geometria-Bold;
    height: auto;
    display: flex;
    width: max-content;
    background: #1A3F40;
	border: solid 0px #fff;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	text-decoration: none;
position: relative;
    top: 130px;
}
}

.grafik1 {
	font-size: 14px;
}

.grafik1 a{
	font-size: 14px !important;
	//font-family: Geometria !important;
	font-weight: normal !important;
	
}

.telmob {
	display: none !important;
}

@media (max-width: 768px) {
.grafik1 {
	display: none !important;
}

.tel1 {
	display: none !important;
}

.telmob {
	display: block !important;
width: 80%;
    margin-top: 20px;

    position: relative;
margin-right: 30px;
right: -20px;
	text-align: right;
}

}

/*--------*/

.header-btns a {
    color: #1A3F40 !important;
    text-align: center;
    font-size: 12px;
padding-left: 6px;
    padding-top: 57px;
}

.measur-btn1:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 48px;
    top: -2px;
    left: 13%;
    transform: translateX(17%);
    // background: url(/img/measur-btn1-gray.png) 0 0 no-repeat;
    background: url(/img/icon-calc-top-new1-dark.png) 0 0 no-repeat;
    background-size: 100%;
}

.measur-btn1:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 48px;
    top: -2px;
    left: 13%;
    transform: translateX(17%);
    //background: url(/img/measur-btn1.png) 0 0 no-repeat;
background: url(/img/icon-calc-top-new1.png) 0 0 no-repeat;
    background-size: 100%;
}

.zvonok-btn1:before {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 48px;
    top: -2px;
    left: 8%;
    transform: translateX(30%);
    background: url(/img/kc-btn3-dark.png) 0 0 no-repeat;
    background-size: 100%;
}


.zvonok-btn1:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 48px;
    top: -2px;
    left: 8%;
    transform: translateX(30%);
    background: url(/img/kc-btn3.png) 0 0 no-repeat;
    background-size: 100%;
}

.header-btns a {
    color: #1A3F40 !important;
    text-align: left;
    font-size: 14px;

    padding-left: 86px;
    padding-top: 3px;
//font-size: 1rem;
line-height: 1.3rem;
}

.header-btns a:hover {
    text-decoration: none !important;
}

.header-btns0 a {
    text-decoration: none !important;
}

.menu .nav li > ul li a:hover {
    text-decoration: none !important;
}

.foot-mdl li a:hover {
    text-decoration: none !important;
}

/*--------*/

.nf-col-2 {
	background: url(/img/nf-bg.jpg) right bottom no-repeat;
    background-size: cover;
}

.nav-down .menu {
	position: fixed;
	//top: 0px;
	background: #fff;
	z-index: 800;
  //box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.nav-down .menu .nav a {
	font-family: Geometria-Bold;
}

.nav-down .menu .nav > li > a.act {
	//border-width: 4px;
	//border-color: #CDCDCD;
}

.nav-down .menu .nav > li > a:hover {
	//border-width: 4px;
	//border-color: #CDCDCD;
}


@media (min-width: 769px) {

.cena-okno {
    font-family: Geometria-Bold;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 20px;
    display: inline-block;
    margin-right: 30px;
    /* padding-top: 20px; */
color: #1A3F40 !important;
}

.cena-okno span {
    font-size: 26px;
}

.cena-btn {
    text-align: center;
    /* margin-top: 15px; */
    display: inline-block;
    /* float: right; */
    margin-top: -10p;
    position: relative;
    top: -5px;
}

}

.stage-unit {
	box-shadow: none !important;
	border: 0px !important;
}

.comm-item p {
    font-size: 15px !important;
    line-height: 24px;
    margin: 0 0 22px;
}

.faq p {
    font-size: 15px !important;
    line-height: 23px;
    margin: 0 0 22px;
}

.nav-tabs-gal {
    padding: 12px 10px 4px 10px !important;
}

.nav-tabs-gal .nav-link {
    border: dashed 0px #1A3F40 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	font-size: 16px !important;
	font-family: Geometria-Medium !important;
}

.nav-tabs-gal .nav-link.active {
	border-bottom: 0px !important;
	//background: #1A3F40 !important;
	
}

.nav-tabs-gal .nav-link.active:hover {
	border-bottom: 0px !important;
	background: #7AAD35 !important;
	
}

.nav-tabs-gal .nav-link:hover {
	color: #8dc63f !important;
	background: #fff !important;
}

.price-section1 .container {

}

.price-section1 .price-section1-bg {
	background: #fff !important;
	border-radius: 15px;
	padding: 30px 40px;
}

.white-bg-15 {
	background: #fff !important;
	border-radius: 15px;
	padding: 30px 40px;
}

.menu {
	//padding-bottom: 12px;
}


.nav-tabs-gal-com .nav-link {
    border: dashed 0px #1A3F40 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	font-size: 16px !important;
	font-family: Geometria-Medium !important;
	margin-bottom: 0px !important;
}

.nav-tabs-gal-com .nav-link.active {
	border-bottom: 0px !important;
	//background: #1A3F40 !important;
	
}

.nav-tabs-gal-com .nav-link.active:hover {
	border-bottom: 0px !important;
	//background: #1A3F40 !important;
	color: #fff !important;
	
}

.nav-tabs-gal-com .nav-link:hover {
	color: #8dc63f !important;
	background: #fff !important;
}

.comments-box .container {
	text-align: center;
}

.comments-box .nav-tabs {
	display: inline-flex;
	padding: 10px;
	background: #fff;
}

.nav-tabs-gal-com .nav-link.active {
	margin-bottom: 0px !important;
}

.treug {
	background: #fff;
	padding: 60px 60px 60px 60px;
	margin-bottom: 20px;
	border-radius: 18px;
	border: solid 5px #F3F3F3;

  height: 100%;
}

.treug1::before {
content: '';
    border: 80px solid transparent;
    border-top-width: 130px;
    border-bottom-width: 130px;
    border-right-color: #fff;
    position: absolute;
    margin: 47px 0 0 -170px;
}

.banner-light {
    background: linear-gradient(90deg,rgba(255,255,255,.7),transparent) !important;
}

.banner-light .title{
	color: #1A3F40;
}

.banner-light .descr{
	color: #1A3F40;
}

.banner-light .zayavka-tel-new {
	border: solid 3px #1A3F40;
	color: #1A3F40 !important;
}

.banner-light .zayavka-tel-new::placeholder {
	color: #1A3F40 !important;
}

@media (max-width: 768px) {

.scroll-section .column-inner{
	padding: 0px;
	width: 100% !important;
}

.treug {
	background: #fff;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
	border-radius: 0px;
	border: solid 0px #F3F3F3;
}

.treug .box-title-0 {
    padding: 0 10px 0px 10px;
	font-size: 16px !important;
}

.treug .box-title {
    padding: 0 10px 0px 10px;
}
.treug .box-sub-title {
    padding: 0 10px 0px 10px;
}
.treug .box-txt {
    padding: 0 10px 0px 10px;
}

.npop-v-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-bottom: solid 1px #CDCDCD;
    z-index: 1000;
    right: 10px;
    /* flex-wrap: nowrap; */
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
}

.zamer-bot {
	display: none !important;
}


}

.naetoi {
color: #1A3F40 !important;
    text-align: left;
    font-size: 15px;
    margin-bottom: 22px;
    font-family: 'Geometria' !important;
    padding-top: 13px;
    padding-top: 33px;
    //font-size: 1rem;
    line-height: 1.3rem;
	text-align: center;




  display: inline-flex !important;
      height: auto;
      width: max-content;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 5px 15px;
      min-width: fit-content;
      text-align: center;
      margin: 0px 0px 0px 0px !important;
      transition: all 0.3s ease-out;
      border-radius: 10px;
      min-height: 40px;
      border: solid 0px #1A3F40 !important;
      color: #1A3F40 !important;
      font-size: 15px;



}

.md-check-top {
	width: 30%;
}

.sub-title-small {
	font-size: 18px;
	font-family: Geometria-Bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
.md-check-top {
	width: 100%;
}

.banner-balkony {
    //background: linear-gradient(0deg,rgba(0,0,0,.7),transparent);
	background: rgba(26,63,64,0.6);
}

.banner-light {
    background: linear-gradient(0deg,rgba(255,255,255,.7),transparent) !important;
}

}

.main-videos-stik {
background: #BF3A59;
    width: 250px;
    height: 50px;
    display: flex;
    position: absolute;
    z-index: 100;
    justify-content: center;
    align-items: center;
    right: 5px;
    margin-top: 30px;
    color: #fff;
    font-family: 'Geometria-Bold';
}

.main-videos-stik:after {
content: "";
    border: 5px solid transparent;
    border-left: 5px solid #992e47;
    border-top: 5px solid #992e47;
    position: absolute;
    right: 0px;
    bottom: -10px;
}

.banner-contacts {
    height: 229px !important;
    margin-bottom: 50px;
}

.h2-small {
    font-size: 36px;
}

.h-content_toggle {
	display: none;
}

.landing-buttons-small {
	//display: none;

}

@media (max-width: 768px) {
.h2-small {
    font-size: 24px !important;
}

.card-body {
	background: #fff;
}

.full-carousel .slick-prev:before {
	margin-top: 12px;
}

.full-carousel .slick-next:before {
	margin-top: 12px;
}

.tab-title strong {
	font-size: 19px;
}

.tab-title:after {
    //content: "\f105";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 14px;
    left: 2px;
    top: 3px;
    position: relative;
    width: 11px;
    font-weight: bold;
}

.nav-tehop {
	//display: none !important;
}

.tab-content-tehop {
	//display: none !important;
}

.telmob img {
	width: 18%;
	margin-top: 10px;
}

.banner-balkony-main .descr {
	display: block;
	text-align: center;
	color: #fff;
	font-family: Geometria;
}

.h-content_block {
	display: none;
}

.h-content_toggle {
	display: block;	
	margin-top: 10px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;



	width: 95%;
    padding: 20px;
    background: #E3EAEC;
    border-radius: 10px;
    display: inline-block;
    //margin-right: 5px;
    margin-left: 10px;
    font-family: Geometria-Bold;
    color: #1A3F40;
    //letter-spacing: -1px;
    line-height: 20px;

}

.h-content_toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 14px;
    left: 8px;
    top: 3px;
    position: relative;
    width: 11px;

}

.h-content_toggle.open:after {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 14px;
    left: 8px;
    top: 3px;
    position: relative;
    width: 11px;

}

.h-content_toggle:hover {
	color: #7AAD35;
	text-decoration: none;
}


}

.landing-buttons-small {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.landing-buttons-big {
	display: none;
}

.landing-buttons-small a {
width: 46%;
    height: 90px;
    padding: 20px;
    background: #E3EAEC;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    font-family: Geometria-Bold;
    color: #1A3F40;
    //letter-spacing: -1px;
    line-height: 20px;
 //transition: 3s;
}

.landing-buttons-small a:hover {
	text-decoration: none;
    background: #CED3D4;
 //transition: 3s;
}

.landing-buttons-small a:hover:after {
	text-decoration: none;
    background: #CED3D4;
	//position: relative;
	//margin-left: 10px;
 //transition: 3s;
}

.landing-buttons-small a:first-child:before {
display: flex;
    //content: "";
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    // margin-bottom: 10px;
    /* border: solid 3px #7AAD35; */
    color: #7AAD35;
    /* content: "\f105"; */
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    //margin-bottom: 2;
}

.landing-buttons-small a:first-child:after {
display: flex;
    content: "";
    width: auto;
    height: 50px;
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    background: url(/img/ico-arr-green.png) right 0 no-repeat;
    background-size: 35%;
    //position: absolute;
    /* top: 20px; */
    z-index: 1000;
    margin-top: 15px;
    margin-left: 35px;
 //transition: 3s;
}

.landing-buttons-small a:last-child:before {
display: flex;
    //content: "";
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    // margin-bottom: 10px;
    /* border: solid 3px #7AAD35; */
    color: #7AAD35;
    /* content: "\f105"; */
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    //margin-bottom: 2;
}

.landing-buttons-small a:last-child:after {
display: flex;
    content: "";
    width: auto;
    height: 50px;
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    background: url(/img/ico-arr-blue.png) right 0 no-repeat;
    background-size: 35%;
    //position: absolute;
    /* top: 20px; */
    z-index: 1000;
    margin-top: 15px;
    margin-left: 35px;
}

.landing-buttons-small {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: left;
}

@media (max-width: 768px) {

.landing-buttons-small {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.landing-buttons-small a {
	height: 110px;
}

.landing-buttons-small a:last-child:after {
    display: flex;
    content: "";
    width: 138px;
    height: 50px;
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    background: url(/img/ico-arr-blue.png) right 0 no-repeat;
    background-size: 60%;
    position: absolute;
    /* top: 20px; */
    z-index: 1000;
    margin-top: 15px;
    margin-left: 0px;
}

.landing-buttons-small a:first-child:after {
    display: flex;
    content: "";
    width: 138px;
    height: 50px;
    font-size: 40px;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    background: url(/img/ico-arr-green.png) right 0 no-repeat;
    background-size: 60%;
    position: absolute;
    /* top: 20px; */
    z-index: 1000;
    margin-top: 15px;
    margin-left: 0px;
}

.prod-block-gal .row {

white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    flex-wrap: nowrap;

}

}

.prod-block-gal {
	background: url(/img/gal-cover.jpg) center center no-repeat;
	background-size: cover;

}
.prod-block-gal-bg {
	background: linear-gradient(177deg,rgba(0,0,0,.7),transparent);
	width: 100%;
	height: 100%;
}

.prod-block-gal h1{
	text-align: left;
	color: #fff;
	padding-top: 100px !important;
	padding-left: 0px !important;
}

.prod-block-gal .sub-title{
	text-align: left;
	color: #fff;
	padding-bottom: 30px !important;
}

.prod-block-gal .prod-item{
	padding: 10px;
}

@media (min-width: 768px) {



.price-section1 .tab-buttons .col-lg-6 {
	display: none;
}

.price-section1 .tab-buttons .ceny-bot-text {
	display: none;
}



}

.seria {
	padding: 7px 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	text-align: left;
	font-family: Geometria-Bold;
	background: #0076BF;
	text-transform: normal;
	margin-right: 15px;
	//margin-top: -5px;
	clear: both;
}

.seria span {
	display: inline-block;
	font-size: 12px;
	font-family: Geometria;
	margin-bottom: -5px;
	text-transform: none;
}

.seria-s {
	background: #0076BF;
}

.seria-c {
	background: #725FA2;
}

.seria-p {
	background: #BF3A59;
}

.super-akcia {
//background: #fff;
    position: relative;
    //z-index: 90;
    padding: 0px 0px;
	text-align: center;
	//margin-top: -10px;
	//padding-bottom: 15px;
	//top: -10px;
	//padding-top: 16px;
}


.super-akcia.profil-garantia {
background: transparent;
    position: relative;
    //z-index: 90;
    padding: 0px 0px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 15px;
	//top: -10px;
}

.super-akcia.profil-garantia .container-no-but a {
    text-decoration: none;
    font-family: Geometria-Bold;
    width: 100%;
    display: block;
    height: 100%;
    padding: 15px 0px;
    background: #fff;
    color: #1A3F40;

font-size: 20px;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;

}

.super-akcia.profil-garantia .container-no-but a.collapsed:after {
    color: #7AAD35;
    content: "+";
    //content: "\f107";
    //font-family: "FontAwesome";
	font-family: Geometria-Bold;
    font-size: 45px;
    line-height: 14px;
    left: 0px;
    top: 2px;
    position: relative;
    width: 11px;
transform: rotate(0deg);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;

    display: flex;
    align-items: center;

}

.super-akcia.profil-garantia .container-no-but a:after {
	color: #BF3A59;
	content: "+";
    //content: "\f106";
    //font-family: "FontAwesome";
	font-family: Geometria-Bold;
    font-size: 45px;
    line-height: 16px;
    left: -5px;
    top: -1px;
    position: relative;
    width: 11px;
transform: rotate(45deg);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.super-akcia.profil-garantia .container-no-but:hover a:after {
  animation: none;
  -webkit-animation: none;
}

.super-akcia.profil-garantia .container-no-but a:hover {
    background: #fff !important;
}

.super-akcia.profil-garantia .container{
	padding-left: 0px;
	padding-right: 0px;
}

.super-akcia.profil-garantia .container-but{
    background: #fff;
    //padding: 10px 30px 30px 30px;
}

#profil-garantia.super-akcia-text {
	padding-top: 20px;
padding: 10px 30px 30px;
}

.super-akcia:hover {

}

.super-akcia .container{
	text-align: center;
}

.super-akcia .container-no-but a{
	text-decoration: none;
	font-family: Geometria-medium;
	width: 100%;
	display: block;
	height: 100%;
	padding: 15px 0px;
	background: #E3EAEC;
	color: #BF3A59;
}

@media (max-width: 768px) {

.prod-block-gal {
	min-height: 552px;

}

.prod-block-gal-bg {
	padding-top: 50px;
    min-height: 552px;
}

.super-akcia .container-no-but a{
	padding: 15px 25px !important;
}

.super-akcia .container-no-but a span:first-child{
	display: none;
}

.super-akcia .container-no-but a span:last-child{
	display: inline !important;
}

}

.super-akcia .container-no-but a span:last-child{
	display: none;
}

.super-akcia .container-no-but a.collapsed:after {
	color: #BF3A59;
	//content: "+";
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 14px;
    left: 8px;
    top: 3px;
    position: relative;
    width: 11px;
}

.super-akcia .container-no-but a:after {
color: #BF3A59;
    //content: "-";
    content: "\f105";
    /* font-family: "FontAwesome"; */
    font-size: 40px;
    line-height: 14px;
    left: 8px;
    top: -2px;
    position: relative;
    width: 11px;
    content: "→";
    font-family: 'Geometria-Bold';

	display: flex;
    align-items: center;

}

.super-akcia .container-no-but a:hover{
	background: #F6F6F6;
}

#super-akcia-text {
	padding: 30px;
}

.super-akcia-title {
	font-family: Geometria-Bold;
	font-size: 20px;
}

.banner-balkony11 {
	margin-top: 0px !important;
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;

  aspect-ratio: 16 / 9;

  aspect-ratio: 16 / 9;
  text-align: -webkit-center;

}

.banner-balkony11 .div {
  aspect-ratio: 16 / 9;
  max-width: 3000px;
  border-radius: 0px;
}

.top-polosa-but-page {
	font-family: Geometria-Bold !important;
	color: #7AAD35 !important;
    border-bottom: dashed 1px #7AAD35 !important;
	text-decoration: none;
}

.top-polosa-but-page:hover {
	font-family: Geometria-Bold;
	color: #8dc63f !important;
    border-bottom: dashed 1px #fff !important;
	text-decoration: none;
}

ul.product-preim {
	margin-top: 50px;
}

ul.product-preim li {
	list-style-type: none;
	margin-bottom: 16px;
	font-family: Geometria-Bold;
}

ul.product-preim li span{
	display: block;
	margin-bottom: 8px;
	font-family: Geometria;
	margin-top: 10px;
	margin-left: 20px;
}

ul.product-preim li:before {
    content: "\f13a";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 14px;
    left: -10px;
    top: 1px;
    position: relative;
    width: 11px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
color: #7AAD35;

}

.tip-resh .divhref {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    min-height: 440px;
}

.tip-resh .prod-item-title {
    font-size: 22px;
}

.prod-item:hover span{
    //font-size: 32px;
	//display: inline-block;
	//margin-left: 20px;
	//color: #8dc63f !important;
}

.prod-item:hover .prod-item-title{
	//color: #8dc63f !important;
}

.prod-item-title span{
    font-family: Geometria !important;

    font-size: 26px;

margin-left: 10px;
    font-stretch: ultra-expanded;
display: inline-flex;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: 7px;
    position: relative;
    width: 47px;
    font-weight: bold;
    background: url(/img/ico-arr.svg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #7AAD35;
	display: inline-block;

    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.prod-item-title:hover span{

    background: url(/img/ico-arr.svg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #7AAD35;

transform: translateX(1.14rem);
}


.prod-item .prod-item-img-link {
	display: none;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
	
}

.prod-item .prod-item-img-link a{
	padding: 5px 10px;
	color: #fff;
	background: transparent;
	border: solid 1px #fff;
	margin-left: 10px;
	margin-right: 10px;	
}


.prod-item .prod-item-img-link a:hover{
	background: #8dc63f;
	text-decoration: none;
}

.prod-item .prod-item-img-link:before {
    content: "";
    width: 150px;
    height: 150px;
    //background: url(/img/pereiti.png) center center no-repeat;
    margin-bottom: 20px;
    position: absolute;
    margin-top: -200px;
}

.prod-item:hover .prod-item-img-link {
display: inline-flex;
    color: #fff;
    font-family: Geometria;
    position: absolute;
    top: 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    margin-top: 50px;
    font-size: 18px;
    /* margin-right: 20px; */
    margin-left: -10px;

	display: none;
}

.tip-resh .prod-item-descr {
	min-height: 75px;
	color: #1A3F40;
	font-family: "Geometria", sans-serif;
	font-size: 19px;
	line-height: 1.3;
}

.prod-block .row .col-lg-4:nth-child(1) .prod-item .prod-item-title span{
	//color: #FF9C6B;
}

.prod-block .row  .col-lg-4:nth-child(2)  .prod-item .prod-item-title span{
	//color: #AD7BAC;
}

.prod-block .row  .col-lg-4:nth-child(3)  .prod-item .prod-item-title span{
	//color: #725FA2;
}

.prod-block .row .col-lg-4:nth-child(4)  .prod-item .prod-item-title span{
	//color: #FF7050;
}

.prod-block .row  .col-lg-4:nth-child(5)  .prod-item .prod-item-title span{
	//color: #BF3A59;
}

.prod-block .row  .col-lg-4:nth-child(6)  .prod-item .prod-item-title span{
	//color: #852049;
}

.icons-about strong {
	display: block;
	padding-bottom: 16px;
	font-family: Geometria-Bold;
}

.icons-about .row .col-lg-3:nth-child(1) .icon-about strong:before{
    content: "";
    width: 40px;
    height: 4px;
    background: #FF9C6B;
    position: absolute;
    margin-top: 28px;
    margin-left: 0px;
}

.icons-about .row .col-lg-3:nth-child(2) .icon-about strong:before{
    content: "";
    width: 40px;
    height: 4px;
    background: #AD7BAC;
    position: absolute;
    margin-top: 28px;
    margin-left: 0px;


}

.icons-about .row .col-lg-3:nth-child(3) .icon-about strong:before{

    content: "";
    width: 40px;
    height: 4px;
    background: #BF3A59;
    position: absolute;
    margin-top: 28px;
    margin-left: 0px;

}

.icons-about .row .col-lg-3:nth-child(4) .icon-about strong:before{
    content: "";
    width: 40px;
    height: 4px;
    background: #852049;
    position: absolute;
    margin-top: 28px;
    margin-left: 0px;

}

.icon-about:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: -30px;
    margin-left: -75px;
}

.icon-about img {
    margin-bottom: 50px;
    z-index: 100;
    position: relative;
}

@media (max-width: 768px) {

.icon-about {
    margin-bottom: 60px;
}

}







.tip-slider-container .slick-arrow {
    background: none;
    //border: 0;
    padding: 0;
    font-size: 50px;
    font-family: Geometria-Bold;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    //background: #8dc63f;
    background: #transparent;
    border: solid 0px #8dc63f;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    //color: #fff;
    color: #fff;
    position: absolute;
    z-index: 200;
    top: 115px;
    background: #8dc63f;
}

.tip-slider-container .slick-arrow:hover {
	//background: #BF3A59 !important;
background: #8dc63f !important;
	color: #fff !important;
}

.tip-slider-container .slick-arrow:before {

}
.tip-slider-container .slick-arrow:hover:before {

}
.tip-slider-container .slick-arrow.slick-prev {
left: -40px;
}
.tip-slider-container .slick-arrow.slick-prev:before {

}
.tip-slider-container .slick-arrow.slick-next {
right: -25px;
}
.tip-slider-container .slick-arrow.slick-next:before {

}





.teh-slider-container .slick-arrow {
    background: none;
    //border: 0;
    padding: 0;
    font-size: 50px;
    font-family: Geometria-Bold;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    //background: #8dc63f;
    background: #transparent;
    border: solid 0px #8dc63f;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    //color: #fff;
    color: #fff;
    position: absolute;
    z-index: 200;
    top: 400px;
    background: #8dc63f;
}

.teh-slider-container .slick-arrow:hover {
	//background: #BF3A59 !important;
background: #8dc63f !important;
	color: #fff !important;
}

.teh-slider-container .slick-arrow:before {

}
.teh-slider-container .slick-arrow:hover:before {

}
.teh-slider-container .slick-arrow.slick-prev {
left: -40px;
}
.teh-slider-container .slick-arrow.slick-prev:before {

}
.teh-slider-container .slick-arrow.slick-next {
right: -25px;
}
.teh-slider-container .slick-arrow.slick-next:before {

}



.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
margin-top: -20px;
    margin-bottom: 40px;
	position: relative;
	z-index: 200;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots li button {
  width: 20px !important;
  height: 5px !important;
  border-radius: 5px !important;
  background: #cbccce;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
  background: #8cc63f;
  width: 47px !important;
  border-radius: 5px;
  //background: transparent;
}



.tip-slider-container .slick-prev.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.tip-slider-container .slick-next.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.tip-slider-container .slick-arrow.slick-disabled:hover {
	//background: #ccc !important;
	background: #fff !important;
	cursor: default;
}

.tip-slider-container2 {
	text-align: right;
    width: 100%;
    //border: solid 1px #ff0000;
    display: inline-flex;
    right: 0px;
    justify-content: flex-end;
	padding-right: 30px;
	position: relative;
	top: -85px;
}



.tip-slider-container {
    //text-align: right;
    width: 100%;
    //border: solid 1px #ff0000;
    display: inline-flex;
    //right: 0px;
    //justify-content: flex-start;
    //padding-left: 690px;
    position: relative;
    top: -5px;
    //margin-top: -175px;
}






.teh-slider-container .slick-prev.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.teh-slider-container .slick-next.slick-disabled {
display: inline-flex !important;
    // background: #ccc !important;
    border-color: #ccc !important;
    color: #ccc !important;
	opacity: 0.6;
    background: #fff;
}

.teh-slider-container .slick-arrow.slick-disabled:hover {
	//background: #ccc !important;
	background: #fff !important;
	cursor: default;
}

.teh-slider-container2 {
	text-align: right;
    width: 100%;
    //border: solid 1px #ff0000;
    display: inline-flex;
    right: 0px;
    justify-content: flex-end;
	padding-right: 30px;
	position: relative;
	top: -85px;
}



.teh-slider-container {
    //text-align: right;
    width: 100%;
    //border: solid 1px #ff0000;
    display: inline-flex;
    //right: 0px;
    //justify-content: flex-start;
    //padding-left: 690px;
    position: relative;
    top: -5px;
    //margin-top: -175px;
}

.teh-resh .divhref {
    height: 514px;
    overflow: hidden;
}

.teh-slider .divhref {
    height: auto !important;
    overflow: hidden;
}


@media (max-width: 768px) {

.teh-resh .divhref {
    height: auto;
    overflow: hidden;
}

.teh-resh .prod-item-img {
    height: auto;
}

.tip-resh .podrobnee {
	margin-top: -6px;
}

.teh-slider-container .slick-arrow {
	top: 125px;
	width: 48px;
	height: 48px;
}


.tip-slider-container {
		display: none !important;
padding-right: 5px;
    top: 8px;
    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.tip-resh .sub-title {
	display: none !important;
}

.tip-resh h2 {
    text-align: center !important;
	margin-bottom: 15px;
}

.tip-slider-container .slick-arrow {
  background: none;
  //border: 0;
  padding: 0;
  font-size: 47px;
	font-family: Geometria-Bold;
  width: 68px;
  height: 68px;
}

}

@media (min-width: 768px) {


.icon-slider .slick-list {
	overflow: visible !important;
	margin-top: 60px;
}

}

.icon-slider .slick-slide img {
    display: inline !important;
    height: auto !important;
    width: auto !important;
}

.icon-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
margin-top: -20px;
    margin-bottom: 40px;
	position: relative;
	z-index: 200;

}
.icon-slider .slick-dots li {
  padding: 0 5px;
}
.icon-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #cbccce;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.icon-slider .slick-dots li.slick-active button {
  background: #8cc63f;
  width: 27px;
  border-radius: 5px;
  //background: transparent;
}

@media (max-width: 768px) {

.icon-about:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 10px;
    margin-left: -60px;
}

.icon-about {
    margin-bottom: 60px;
    padding-top: 40px;
padding-left: 40px;
    padding-right: 40px;
}

}







.comm-slider-container .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
margin-top: -20px;
    margin-bottom: 0px;
	position: relative;
	z-index: 100;
}
.comm-slider-container .slick-dots li {
  padding: 0 5px;
}
.comm-slider-container .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #cbccce;
  border-radius: 50%;
  border: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.comm-slider-container .slick-dots li.slick-active button {
  background: #8cc63f;
  width: 27px;
  border-radius: 5px;
  //background: transparent;
}

.modal-backdrop {
    /* background-color: #7AAD35 !important; */

    background: rgb(0 0 0 / 60%);

    backdrop-filter: blur(3px);
	z-index: 5000;

}

.modal-backdrop.show {
    opacity: .95 !important;
}

.menu .nav a {
	font-size: 19px;
}

.header-btns0 a {
	font-size: 15px;
  color: #5B7778;
}

.header-btns a {
	font-size: 17px;
}

.grafik1 {
	font-size: 17px !important;
}

.grafik1 a{
	font-size: 17px !important;
}

.super-header-topline .col-12 {
	font-size: 16px !important;
}

.super-header .col-12 {
	font-size: 16px !important;
}

.botmenu-top {
	font-size: 17px !important;
}

h1, h2, h3, h4 {

    //letter-spacing: 0px !important;
}

.tip-resh .prod-item-title {
	font-size: 21px;
	letter-spacing: 0px !important;
}

.comm-item p {
	line-height: 1.5;
}

.super-akcia-main .container-no-but a {
    font-size: 21px;
    color: #5ac31a;
    background: #D7FCD1 !important;
    display: inline-flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 37px;
	border-radius: 15px;
}

.menu .nav li > ul li a {
    font-size: 16px;
}

.fancybox-is-open .fancybox-bg {
	//background-color: #7AAD35 !important;
	background-color: #fff !important;
	opacity: 1 !important;
}

.prod-block-resh {
	margin-top: 0px;
	background: #fff;
    border-radius: 15px;
padding: 20px 30px 5px 30px;
	
}

.tip-resh .prod-item {
    background: #F5F6F6;
	border-radius: 5px;
}

.tip-resh .divhref {
    min-height: 500px;
    //height: 260px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tip-resh .prod-item-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tip-resh .prod-item-title {
	padding-top: 20px;
}

.tip-resh .prod-item-descr {
	padding-bottom: 20px;
}


.header-btns0 a {
	font-family: Geometria-Medium;
}



.fancybox-content {
// transform: none !important;
//    width: 100% !important;
//    height: 100% !important;
}

.fancybox__slide {
    padding: 0px 0px !important;
}

.fancybox-image {
//	height: auto !important;
}

.fancybox__nav .carousel__button.is-next {
    font-size: 60px !important;
    right: 0;
    right: env(safe-area-inset-right);
    border-radius: 50%;
    width: 58px !important;
    height: 58px !important;
    background: #8dc63f;
    padding: 4px !important;
    opacity: 1 !important;
    color: #fff;
    margin-right: 10px;



}

.fancybox__nav .carousel__button.is-prev {
    font-size: 60px !important;
    right: 0;
    right: env(safe-area-inset-right);
    border-radius: 50% !important;
    width: 58px !important;
    height: 58px !important;
    background: #8dc63f;
    padding: 4px !important;
    opacity: 1 !important;
    color: #fff;
    margin-left: 10px;



}

.carousel__button svg {
	filter: none !important;
}

.fancybox-button {
    background: rgb(141 198 63) !important;
    color: #fff !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 8px !important;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.compensate-for-scrollbar {
	//margin-right: 0px !important;
}

.fancybox-infobar {
	color: #fff;
}

@media (max-width: 768px) {

.fancybox-image {
//   height: 100% !important;
 //   width: 100% !important;
}


.fancybox__nav .carousel__button.is-next {

right: 8px;
    bottom: 0px !important;
    top: auto !important;

}

.fancybox__nav .carousel__button.is-prev {


left: auto !important;
    top: auto !important;
    bottom: 0px !important;
    right: 90px !important;

}

.carousel__button.is-close {
    top: auto !important;
    bottom: 34px !important;
    left: 20px !important;
}

}

.menu-star {
	display: inline-block;
    width: 12px;
    height: 12px;
	background: url(/img/star-full.svg) no-repeat 50%/cover;
}

.menu-star.half {
	background: url(/img/star-half.svg) no-repeat 50%/cover;
}

.menu .nav li > ul li .menu-star:first-child {
	margin-left: 10px;
}

.menu .nav li > ul li.last {
	background: #E8F4D9;
}

.menu .nav li > ul li.last a {
	font-family: Geometria !important;
}

h1, h2 {
    text-align: left;
	margin-bottom: 20px;
}

.tip-resh .prod-item-descr, .icon-about p, .product-details-teh li, .comm-item p {
  font-size: 19px !important;
  color: #5B7778;
}

.about-text {
	//margin-bottom: 18px;
}

.about-text h2{
	margin-bottom: 40px;
}

.stat .carousei-item {
    border-radius: 5px !important;
}

.prod-block-resh .col-lg-4 {
	padding-right: 7px;
	padding-left: 7px;
}

.stat .col {
	padding-right: 7px;
	padding-left: 7px;
}

.stat .row .col-lg-9:last-child {
	padding-left: 17px;
}

.about-text .row .col-sm-12:nth-child(2) {
	padding-right: 9px;
}

.about-text .row .col-sm-12:last-child {
	padding-left: 9px;
}

.tab-content p {
	line-height: 1.5;
}

@media (max-width: 768px) {

.super-akcia .container {
    /* padding-left: 0px;
    padding-right: 0px; */
}

.photo-grid-new .container:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}

.akcii22 .container {
    padding-left: 0px;
    padding-right: 0px;
}

.stages .container {
    padding-left: 0px;
    padding-right: 0px;
}

.text-1 .container {
    padding-left: 0px;
    padding-right: 0px;
}

.photo-grid-block .container {
    padding-left: 0px;
    padding-right: 0px;
}

.icons-4 .container {
    padding-left: 0px;
    padding-right: 0px;
}

.comments-box .container {
    padding-left: 0px;
    padding-right: 0px;
}

.faq .container {
    padding-left: 0px;
    padding-right: 0px;
}

.akcii22 .full-carousel-akc .carousei-item {
	border-radius: 15px !important;
}

#otz-mob-title {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: auto;

    width: 100%;
    border: 0px;
    background: #fff;

    font-family: Geometria-Bold;
    color: #1A3F40;
}

.about-text .row .col-sm-12:nth-child(2) {
	padding-right: 15px;
}

.about-text .row .col-sm-12:last-child {
	padding-left: 15px;
}

.rate-box-s {
    margin-top: 10px;
    margin-left: 0px !important;
margin-bottom: 20px;
    max-width: 100%;
}

.comm-item .name {
	margin-bottom: 0px !important;
}

.stages {
	margin-top: -14px;	
}

.stat-mob .full-carousel-akc {
	margin-bottom: 17px !important;
}

.faq {
	margin-bottom: 17px !important;
}

}

.price-section1 .tab-title .prod-item-title span {
	display: none !important;
}

.price-section2 .tab-title .prod-item-title span {
	display: none !important;
}

.price-section1 .image-box {
	margin-top: 110px;
}


.price-section1 .nav-tehop .nav-item .nav-link {
	font-size: 18px;
}


// ----------------



.partner-banner {
	margin: 17px;
	border-radius: 15px;
}	

.partner-banner .title {
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
	width: 80%;
}

.partner-banner .title span{
	color: #fff;
	display: inline-block;
	background: #8dc63f;
	padding: 5px 10px;
}

.partner-banner .descr {
	color: #fff;
	width: 50%;
	font-family: Geometria-Bold;
	text-align: left;
	font-size: 26px;
	margin-bottom: 30px;
}

.partner-banner .descr2 {
	width: 70%;
	text-align: left;
}

.partner-banner .btn {
	background: #5ac31a;
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
  color: #fff;
  width: 370px;
}

.partner-banner .btn:hover {
	color: #5ac31a;
	background: #fff;
}

.partner-fon {
	//background: linear-gradient(329deg, rgba(26,63,64,0) 20%, rgba(26,63,64,0.6110819327731092) 44%, rgba(26,63,64,0.8631827731092436) 61%);
	padding: 120px 90px;
	height: 100%;
	border-radius: 15px;
	background: linear-gradient(270deg, rgba(26,63,64,0) 30%, rgba(26,63,64,0.6) 52%, rgba(26,63,64,0.9) 85%);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partner-bg{
	//background: url(/img/banner-hrushevka.jpg) center top no-repeat;
	background-size: cover;
	height: 832px;
	border-radius: 15px;

}

.partner-banner ul.product-preim {
    margin-top: 10px;
	margin-bottom: 50px;
}

.partner-banner ul.product-preim li{
	color: #fff;
	font-size: 26px; 
}

.partner-banner ul.product-preim li:before {
    content: "—";
    font-family: 'Geometria-Bold';
    /* font-family: "FontAwesome"; */
    font-size: 30px;
    line-height: 14px;
    left: -15px;
    top: 3px;
    position: relative;
    width: 11px;
    color: #fff;
}

@media (max-width: 768px) {

.partner-banner .container {
    padding-left: 0px;
    padding-right: 0px;
}

.partner-bg{
	//background: url(/img/banner-hrushevka.jpg) center top no-repeat;
	background-size: cover;
	height: auto;
}

.partner-fon {
	padding: 40px 50px;
	aspect-ratio: 3/4;
}

.partner-banner .title {
	text-align: left;
	font-size: 28px;
	margin-bottom: 20px;
	width: 100%;
}


.partner-banner .descr {
	text-align: left;
	font-size: 22px;
	width: 100%;
	margin-bottom: 15px;
}

.partner-banner .descr2 {
	text-align: left;
	width: 100%;
}

.partner-banner ul.product-preim li{
	margin-bottom: 8px;
	font-size: 18px;
}

.partner-banner .btn {
	font-size: 20px;
	width: 298px;
}

}



	.icons-3 {
		padding-bottom: 0px;
		margin-top: 16px;
		margin-bottom: 17px;
	}

	.icons-3 .icon-3-about{
		font-family: Geometria;
		background: #fff;
		border-radius: 15px;
		padding: 20px 30px;
		height: 100%;
	}

	.icons-3 .icon-3-about strong{
		font-family: Geometria-Bold;
		font-size: 24px;
		display: contents;
	}


	.icons-3 .icon-3-about strong a{
		font-family: Geometria-Bold;
		font-size: 22px;
		text-decoration: none;
		border-bottom: solid 1px #5ac31a;
    color: #5ac31a;
		padding-top: 5px;
	}

	.icons-3 .icon-3-about strong a:hover{
		text-decoration: none;
		border-bottom: solid 1px transparent;
		color: #7AAD35;
	}

	.icons-3 .icon-3-about p{
		font-family: Geometria;
		padding-top: 20px;
		line-height: 1.5;
	}


.icons-3 .row .col-sm-12:first-child {
		padding-right: 0px;

}

.icons-3 .row .col-sm-12:nth-child(2) {
		padding-right: 18px;
		padding-left: 18px;

}

.icons-3 .row .col-sm-12:last-child {
		padding-left: 0px;

}


@media (max-width: 768px) {

.icons-3 .row .col-sm-12:first-child 
{
	//padding-right: 0px;
}

.icons-3 .row .col-sm-12:last-child 
{
	//padding-left: 0px;
}

.icons-3 .row .col-sm-12 
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.icons-3 .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.icons-3 .row .col-sm-12:first-child {
	margin-bottom: 17px;
}

.icons-3 .row .col-sm-12:nth-child(2) {
	margin-bottom: 17px;
}

.icons-4 {
	margin-top: -14px;
}

}


.icon-4-about {
	padding: 30px 30px 10px 30px;
	background: #E8F4D9 !important;
}

p.icon4-p{
	width: 70%;
	font-family: Geometria-Medium !important;
}

.icon4-img{
	float: right;
	margin-top: -110px;
}

.icon4-img img{
	width: 80px;
}

.icons-4 .row .col-sm-12:first-child {
	padding-right: 9px;
}

.icons-4 .row .col-sm-12:last-child {
	padding-left: 9px;
}


.newblock {
	padding: 20px 25px 20px 25px;
	background: #fff;
	border-radius: 15px;
	//margin-top: 16px;
}

.newblock .bread {
  bottom: 15px;
  margin-left: 15px;
}

.newblock .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.newblock strong {
	font-family: Geometria-Bold;
	font-size: 20px;
}

.newblock p {
	text-align: left;
}

.newblock img {
	  border-radius: 15px !important;	
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
}

.newblock-trans {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.newblock .row .col-12:last-child {
		padding-top: 20px;
	}
}

.all-prod .prod-item-title{
	margin-left: 0px;
	font-size: 18px;
	padding-top: 15px;
	color: #1A3F40;
}

.all-prod .prod-item-title:after{
	display: none;
}

.all-prod .prod-item-title b{
	display: inline-block;
	position: relative;
}

.all-prod .prod-item-title b:after{
	//content: '';
    height: 2px;
    background: #7AAD35;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .2s ease;
    width: 100%;
}

.all-prod .prod-item-title:hover b:after{
	content: '';
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .2s ease;
    width: 100%;
}


.photo-grid-new {
	padding: 50px;
	background: #fff;
	padding: 20px 40px 20px 30px;
	border-radius: 15px;
}

.photo-grid-new .row:nth-child(1) {
	margin-right: 0px;
	margin-left: 0px;
}

.photo-grid-new .col-lg-12{
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.photo-grid-new .col-lg-4{
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.photo-grid-new .photo-grid-item{
	//height: 280px;
	//width: 100%;
	overflow: hidden;
	//margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;

}

.photo-grid-new .row .col-lg-4:first-child .photo-grid-item{
	//margin-left: 0px;
}

.photo-grid-new .row .col-lg-4:last-child .photo-grid-item{
	//margin-right: 0px;
}

.photo-grid-new .photo-grid-item-big{
	height: 100%;
	width: 100%;
	margin: 0px;
	margin-bottom: 6px;
}

.photo-grid-new .photo-grid-item a{
	display: block;
	height: 100%;
	position: relative;
}


.photo-grid-new img{
    border-radius: 5px;
	height: 100%;
}

.photo-grid-new .col-lg-4 .photo-grid-item img{
    height: 100%;

}


.photo-grid-new-more {
    display: flex;
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    /* margin-top: 130px; */
    color: #fff;
    font-size: 32px;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    font-family: 'Geometria-Medium';
    background: rgba(26,63,64,0.5);
    border-radius: 50%;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;

}

.photo-grid-new h2{
	margin-bottom: 20px;
	
}

@media (max-width: 768px) {

  .ofis-panel {
    display: none !important;
  }

.photo-grid-new {
	padding: 20px 24px 20px 24px;
    margin-bottom: 33px;
    padding-left: 0px;
    padding-right: 0px;
	
}

.photo-grid-new h2{
	margin-left: -10px;
	padding: 0px 30px 0px 30px;
	margin-bottom: 20px;	
}

.photo-grid-new .row {
margin-right: 0px;
    margin-left: 0px;
}

.photo-grid-new .col-lg-10{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.photo-grid-new .col-lg-2 .row .col-3:last-child .photo-grid-item{
	margin-bottom: auto !important;
}


.photo-grid-new .photo-grid-item{
	//height: 30px;
	width: 90%;
	overflow: hidden;
	//margin: 8px;
	height: 66px

}

.photo-grid-new .photo-grid-item-big{
	height: 300px;
	width: 100%;
	margin: 0px;
	//margin-bottom: 6px;
}

.photo-grid-new-more {
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    /* margin-top: 130px; */
    color: #fff;
    font-size: 22px;
    /* height: 100%; */
    justify-content: center;
    align-items: center;
    font-family: 'Geometria-Medium';
    background: rgba(26,63,64,0.5);
    border-radius: 50%;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

}



.photo-grid-new .photo-grid-item {
	height: 200px;
    border-radius: 5px;
}

.photo-grid-new .photo-grid-item-big {
	border-radius: 5px;
	height: 350px;
}

.photo-grid-new .col-6 {
	padding-right: 0px !important;
}

.photo-grid-new .col-3 {
	padding-right: 0px !important;
}

@media (max-width: 768px) {

.photo-grid-new .photo-grid-item {
	height: 100px;
    border-radius: 5px;
}

.photo-grid-new .photo-grid-item-big {
	border-radius: 5px;
	height: 250px;
}

.photo-grid-new .col-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.photo-grid-new .col-6 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.photo-grid-new .row .col-6:nth-child(2) {
	padding-right: 5px !important;
}

.photo-grid-new .row .col-6:nth-child(4) {
	padding-left: 5px !important;
}

.photo-grid-new .row .col-12 .row .col-3:nth-child(1) {
	padding-left: 0px !important;
}

.photo-grid-new .row .col-12 .row .col-3:nth-child(4) {
	padding-right: 0px !important;
}

.photo-grid-new .col-3 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.photo-grid-new .photo-grid-item {
	width: 100%;
}



}

.bolshe-photo {
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	background: #F5F6F6;
	font-size: 19px !important;
	font-family: 'Geometria-Medium';
}

@media (max-width: 768px) {

.bolshe-photo {
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

.prod-block-resh .prod-item-title{
	margin-left: 10px;
font-size: 18px;
padding-top: 10px;
padding-right: 20px;
}

.prod-block-resh .prod-item-descr{
	display: none;
}

.prod-block-resh .prod-item-title:after{
	display: none;
}

.prod-block-resh .divhref {
    min-height: 230px!important;
}

.prod-block-resh .prod-item-title b{
	display: inline-block;
	position: relative;
}

.prod-block-resh .prod-item-title b:after{
	content: '';
    height: 2px;
    background: #7AAD35;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .2s ease;
    width: 100%;
}

.dropdown-item {
	font-family: Geometria-Bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-item span{
	float: right;
	color: #5B7778;
}

}


.bread {
  padding-left: 0px;
  margin-bottom: 10px;
  position: relative;
  bottom: -18px;
  margin-left: -10px;
}

.v-modal-content .bread {
  position: absolute;
  top: 30px;
  left: 30px;
}

.banner-balkony11 .bread, .topblock .bread{
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff !important;
  z-index: 1;
}

.topblock .bread {
  left: 30px;
}

.topblock .bread li{
  opacity: 0.7;
}

.topblock .bread li:hover{
  opacity: 1;
}

.banner-balkony11 .bread li a,  .topblock .bread li a {
  color: #fff !important;
}

.banner-balkony11 .bread li:after,  .topblock .bread li:after {
  color: #fff !important;
}

.bread li {
  list-style-type: none;
  display: inline-flex;
  margin-right: 10px;
  align-items: center;
}

.bread li a {
	font-family: Geometria;
	/* text-decoration: underline; */
	font-size: 15px;
  color: #5B7778 !important;
}

.bread li a:hover {
	text-decoration: none;
	color: #7AAD35;
}

.bread li:last-child a{
	color: #5B7778;
	text-decoration: none;
	cursor: default;
}

.bread li:last-child:hover { 
  opacity: 0.7;
}

.bread li:last-child a:hover {
	color: #5B7778;
	text-decoration: none;
}

.bread li:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #7AAD35;
	margin-left: -25px;
position: absolute;
	margin-top: 5px;

	display: none;
}

.bread li:after {
    //content: "\f061";
    //font-family: "FontAwesome";
    font-size: 14px;
    color: #7AAD35;
	margin-left: 13px;
content: "/";
    color: #5B7778;
    top: 0px;
    position: relative;
}

.bread li:last-child:after {
    display: none;
}

.tags {
  margin-top: 10px;
  display: flex;
  gap: 7px;
  position: relative;
  z-index: 100;
  top: -10px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  color: #1A3F40;
}

.tags a{
  display: inline-flex;
  border-radius: 5px;
  padding: 6px 6px;
  font-size: 14px;
  background: #fff;
  /* border: solid 1px #ffffff; */
  color: #1A3F40;
 /*  opacity: 0.7; */

 align-items: center;
 justify-content: center;

}

.tags a:hover{
  opacity: 1;
}

.tags a:before{
  content: "check";
  color: #fff;
  font-family: 'Material Symbols Outlined';
  font-size: 14px;
  padding: 3px;
  /* aspect-ratio: 1 / 1; */
  border-radius: 3px;
  background: #1a3f40b3;
  margin-right: 5px;
  display: inline-flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.tags a.q:before{
  content: "question_mark";
  margin-right: 0px;
}

.new-block {
  margin-bottom: 4rem;
  margin-bottom: 8rem;
}

.new-block-small {
  margin-bottom: calc(8rem - 56px);
}


.header-show .bread {
  display: none;
}

.header-show .menu {
  display: none;
}

.header-show .menu.menu-show {
  display: block;
}


.header .header-menu-icon {
  display: none;
}

.header.header-show .header-menu-icon.icon-show {
  display: flex;
}

.header-show .header-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-show .header-menu-icon span{
  font-size: 28px;
  color: #5B7778
}

.clientam-other img {
	margin-bottom: 10px;
}

a.clientam-other:hover {
	color: #7AAD35;
}

@media (max-width: 768px) {

.menu {
    display: initial;
}

.menu > .container:first-child  {
    display: none !important;
}

.menu .container {
	padding: 0px;
	padding-left: 10px;
}

}

.fancybox__container {
	z-index: 4000 !important;
}














.dia-section {

}

.dia-block {
	display: block;
    width: fit-content;
	position: relative;
    padding-right: 100px;
	overflow: hidden !important;

  padding-right: 0px;
    padding-bottom: 30px;
}

.dia-block {
  margin-top: 2rem;
}

.dia-block-title {
  font-size: 19px;
  font-family: 'Geometria-Medium';
  font-weight: 500;
  margin-bottom: 40px;
}

.dia-block-items {
	position: relative;
}

.dia-block-item {
	position: relative;
    display: flex;
    height: 30px;
    align-items: center;
	margin-bottom: 30px;

	transition: all 0.5s ease-out;
}

.dia-block-item.disable {
	/* filter: grayscale(100%);
	opacity: 0.5; */
}

.dia-block-item.disable .dia-block-item-lines{
	opacity: 0.8;
}

.dia-block-item.disable .dia-block-item-icon:after{
  color: #5B777869;
}

.dia-block-item.disable .dia-block-item-title{
  color: #5B777869;
}


.dia-block-item-title {
	position: absolute;
	left: 28px;
	top: -21px;
  color: #5B7778;
}

.dia-block-item-title-stick {
	display: inline-flex;
    padding: 1px 10px;
    color: #fff;
    font-size: 0.8rem;
    background: #5c7879;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-out;
    border-radius: 20px;
    position: relative;
    top: -1px;
    left: 5px;

    height: 22px;
}

.dia-block-item-title-stick.active {
	background: #5ac31a;
}

.dia-block-item-icon {
	position: absolute;
	left: -5px;
	top: -25px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50%;
    transition: all 0.5s ease-out;

	/* background: #F6F6F6; */
}

.dia-block-item-icon:after {
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
    color: var(--color-gray-light);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 200, 'opsz' 48;
    content: "";

}

.dbi-warm .dia-block-item-icon:after {
    content: "heat";
	color: rgba(255,26,26,1);
}

.dbi-cold .dia-block-item-icon:after {
    content: "thermostat";
	color: rgba(21,120,255,1);
}

.dbi-noise .dia-block-item-icon:after {
    content: "volume_off";
	color: rgb(50 169 1);
}

.dbi-svet .dia-block-item-icon:after {
    content: "clear_day";
	color: rgba(255,149,0,1);
}

.dia-block-item-lines {
	margin-left: 0px;
	display: flex;
    position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-top: 10px;
}

.dia-block-item-lines span{
	display: inline-block;
	margin-right: 3px;
	width: 50px;
	height: 10px;
    background-size: 600px 10px;

	border-radius: 6px;

		opacity: 0.75;
}

.dbi-warm .dia-block-item-lines span {
    background-image: linear-gradient(90deg, rgba(255,188,0,1) 0%, rgb(241 49 49) 100%);
}

.dbi-cold .dia-block-item-lines span {
    background-image: linear-gradient(90deg, rgb(64 163 217) 0%, rgb(64 131 168) 100%);

	margin-right: -1px;
	width: 50px;
	border-radius: 0px;

	opacity: 1;
}

.dbi-cold .dia-block-item-lines span:last-child {
	/*margin-right: -3px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;*/
}

.dbi-noise .dia-block-item-lines span {
	background-image: linear-gradient(90deg, rgba(40,138,0,1) 0%, rgba(74,255,0,1) 100%);
}

.dbi-svet .dia-block-item-lines span {
	background-image: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,149,0,1) 100%);
}


.dia-block-item-lines span.no-active {
	filter: grayscale(80%);
}

.dia-block-item-lines span.disable {
	opacity: 0.08;
}

.dia-block-item-lines span:nth-child(1) {
    background-position-x: 0px;
}

.dia-block-item-lines span:nth-child(2) {
    background-position-x: -50px;
}

.dia-block-item-lines span:nth-child(3) {
    background-position-x: -100px;
}

.dia-block-item-lines span:nth-child(4) {
    background-position-x: -150px;
}

.dia-block-item-lines span:nth-child(5) {
    background-position-x: -200px;
}

.dia-block-item-lines span:nth-child(6) {
    background-position-x: -250px;
}

.dia-block-item-lines span:nth-child(7) {
    background-position-x: -300px;
}

.dia-block-item-lines span:nth-child(8) {
    background-position-x: -350px;
}

.dia-block-item-lines span:nth-child(9) {
    background-position-x: -400px;
}

.dia-block-item-lines span:nth-child(10) {
    background-position-x: -450px;
}

.dia-block-item-lines span:nth-child(11) {
    background-position-x: -500px;
}

.dia-block-item-lines span:nth-child(12) {
    background-position-x: -550px;
}

.dia-block-okno {
	position: absolute;
    height: calc(100% + 30px);
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--color-gray-light);
    border-left: dashed 1px #cccccc;
    z-index: 100;
    left: 240px;
    top: -30px;
    padding: 5px 10px;
}

.dia-block-stage {
	position: absolute;
	height: calc(100% - 60px);
  font-size: 15px;
    font-weight: 400;
    color: var(--color-gray-light);
    border-left: dashed 1px #cccccc;
    z-index: 100;
    left: 240px;
    top: 60px;
    padding: 5px 10px;

	display: flex;
    align-items: flex-end;
}

.dia-block-stage span {
	position: absolute;
    width: 100px;
    left: -50px;
    text-align: center;
    bottom: -30px;
}

.dia-block-stage.stage-1 {
	left: 286px;
}

.dia-block-stage.stage-2 {
	left: 431px;
}

.dia-block-stage.stage-3 {
	left: 575px;
}

.dia-block-stage.stage-pvh {
	left: 420px;
}



.dia-block-item-lines:before {
	content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    background: #ffffffe6;
	transform: translateX(100%);
    transition: all 1s ease-out;
	transition-delay: 0.3s;

}

.dia-block-item-lines.gr:before {
	transform: translateX(0%);
}

.dbi-warm .dia-block-item-lines.gr-2:before {
	transform: translateX(142px);
}

.dbi-cold .dia-block-item-lines.gr-2:before {
	transform: translateX(0px);
}

.dbi-noise .dia-block-item-lines.gr-2:before {
	transform: translateX(142px);
}

.dbi-svet .dia-block-item-lines.gr-2:before {
	transform: translate(240px);
}

.dia-checks {
	position: absolute;
  right: 100px;
  top: 0px;

  display: flex;
  align-items: center;
}

.dia-checks-container {
	border-radius: 43px;
	background-color: #F5F5F7;
	padding: 3px;
	display: inline-flex;
	box-shadow: inset 0 0 2px rgb(0 0 0 / 7%);
	transition: all 0.3s ease-out;
}

.dia-checks-container.active {
	background-color: #5ac31a;
}

.dia-checks-text {
	display: inline-flex;
	margin-right: 10px;
	color: #5B7778;
  font-size: 15px;
}

.dia-checks-help {
	height: 30px;
	height: 30px;
	display: inline-flex;
}

.dia-checks-help:after {
    color: var(--color-gray-light) !important;
    /* content: "help"; */
    font-family: 'Material Symbols Outlined';
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.dia-checks-help .tooltip {
	max-width: 300px;
}

.dia-check {
	display: inline-flex;
    padding: 10px 10px;
    /* padding-left: 27px; */
    align-items: center;
	border-radius: 43px;
  font-size: 15px;
	cursor: pointer;

	aspect-ratio: 1 / 1;
	transition: all 0.3s ease-out;
}

.dia-check.active {
	color: #1A3F40 !important;
    /* background-color: #5c787969 !important; */
    background-color: #1a3f40b3 !important;
	cursor: default;
}

.dia-check.active.dia-check-2 {
	color: #1A3F40 !important;
  background-color: var(--color-0) !important;
	cursor: default;
}

.profil-content-box .dia-checks {
	position: absolute;
	right: auto;
	right: 95px;
    top: 0px;

	display: flex;
    align-items: center;
}

.profil-content-box .dia-block {
	margin-bottom: 80px;
	margin-top: 10px;
}

.profil-content-box .dia-block-title {
	margin-bottom: 30px;
}



.seria-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.v-modal-content-wrap-title .seria-box{
  padding-top: 0px;
}

.box .nav-tabs {
	/*background: #fff;
	padding: 0px 0px 1px 0px;
	border-radius: 10px !important;
	width: auto;

	gap: 30px;
	*/

	  border-radius: 43px;
    background-color: #F5F5F7;
    padding: 3px;
    display: inline-flex;

    margin-bottom: 20px;
    border-bottom: 0px;
  }

  .box .nav-tabs .nav-item {
	/* width: 33.333333%; */
  }

  .box .nav-tabs .nav-link {
	/*
	padding: 5px 0px;
	min-height: auto;
	margin: 0px px;
	font-size: 0.9rem;
	background: transparent;
	color: var(--color-gray-light);
	border-radius: 0px !important;
	border-bottom: solid 2px transparent;

	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
	*/

    display: inline-flex;
    padding: 5px 20px !important;
    padding-left: 27px;
    align-items: center;
    border-radius: 43px;
    font-size: 18px;
    border-color: transparent;

    color: #1A3F40;

	background: transparent;
	min-height: auto;

  }

  .box .nav-tabs .nav-link:hover {
	color: #1A3F40 !important;
	/* background: #e7e7e7; */

  }

 .nav-tabs .navs-group .nav-link.active {
	/* color: var(--color-1); */

		color: #1A3F40 !important;
		background-color: #fff !important;

  }

  .box .nav-tabs .nav-link.active {
    /*background: #F5F5F7;*/
	   /*border-bottom: solid 2px var(--color-1);
	   color: var(--color-1);*/

	   color: #1A3F40 !important;
	   background-color: #fff !important;
	   cursor: default;

  }

  .box .nav-tabs .nav-link:before {
    font-family: 'Material Symbols Outlined';
    /* content: "done_all"; */
    font-size: 22px;
    padding-right: 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
	font-weight: 200;
	position: relative;
	top: 0px;
	left: -4px;
  }

  .box .nav-tabs .nav-link.active:before {
	color: var(--color-1);
  }

  .box .nav-tabs .nav-link.nav-link-preim:before {
    /* content: "award_star"; */
  }

  .box .nav-tabs .nav-link.nav-link-opis:before {
    /* content: "award_star"; */
    /* content: "article"; */
  }

  .box .nav-tabs .nav-link.nav-link-har:before {
    /* content: "award_star"; */
    /* content: "settings"; */
  }


 .nav-tabs .nav-link.active {

 }




 .seria-box .nav-tabs {
	/*background: #fff;
	padding: 0px 0px 1px 0px;
	border-radius: 10px !important;
	width: auto;

	gap: 30px;
	*/

    background-color: transparent;
    padding: 3px;
    display: inline-flex;

    margin-bottom: 20px;
    border-bottom: 0px;

    gap: 10px;

    min-height: 54px;
  }

  .seria-box .nav-tabs .nav-item {
	/* width: 33.333333%; */
  }

  .seria-box .nav-tabs .nav-link {
	/*
	padding: 5px 0px;
	min-height: auto;
	margin: 0px px;
	font-size: 0.9rem;
	background: transparent;
	color: var(--color-gray-light);
	border-radius: 0px !important;
	border-bottom: solid 2px transparent;

	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
	*/

    display: inline-flex;
    padding: 0px 15px;
    align-items: center;
    border-radius: 10px;

    font-size: 18px;
    border-color: transparent;

    color: #1A3F40;

	background: #F6F6F6;
  min-height: 35px;

  transition: all 0.3s ease-out;

  }

  .seria-box .nav-tabs .nav-link:hover {
	color: #1A3F40 !important;
	/* background: #e7e7e7; */
  transform: scale(1.0161290323);
  }


  .seria-box .nav-tabs .nav-link.active {
    /*background: #F5F5F7;*/
	   /*border-bottom: solid 2px var(--color-1);
	   color: var(--color-1);*/

	   color: #fff !important;
	   background-color: #1A3F40 !important;
	   cursor: default;

  }






.block-sec {
  margin-top:  40px;
  margin-bottom: 4rem;
}

.block-sec-zamer {
  margin-bottom: 3rem;
}

.block-sec-zamer .row{
  margin-left: 0px;
  margin-right: 0px;
}

.block-sec-gal {
  margin-top:  40px;
  margin-bottom: 0rem;
}

.block-sec-slider {

}

.block-sec-slider img{ 
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 694px;

  height: 100%;
    width: auto !important;
}


.block-sec-slider img:first-child{
  /* 
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  max-height: auto !important;

  height: 100%;
    width: auto !important;
    aspect-ratio: 3/2;
    */
}
.block-sec-slider-okna .slick-slide.slick-center {
  //margin-right: -180px;
}

.block-sec-slider-okna .slick-slide.slick-center + .slick-slide img{
  width: 80% !important;
  position: relative;
  z-index: 1;
}

.block-sec-text {

}

.block-sec-slider .slick-slide {

  height: 100%;
  min-height: 694px;
  display: flex;
  align-items: center;

  transition: all 0.5s ease-out;

}

.block-sec-slider .slick-slide img{
  transition: all 0.5s ease-out;
  width: 100% !important;
}

.block-sec-slider .slick-slide:not(.slick-current) {
  filter: opacity(0.3);
}

.block-sec-slider .slick-slide:not(.slick-current) img{
  //transform: scale(0.7);
  position: relative;
  z-index: 1;
}


.block-sec-slider-container {
  position: relative;
  /* aspect-ratio: 16 / 9; */
  width: auto;
  left: 50%;
  /* bottom: 100px; */
  margin-left: -65px;
  display: inline-flex;
  justify-content: space-around;
  /* background: rgb(246 246 246 / 90%); */
  /*background: rgb(232 244 217 / 90%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border: solid 1px rgba(0, 0, 0, .2);*/
  padding: 5px;
  border-radius: 65px;
  z-index: 200;
}

.block-sec-slider-okna-container {
  padding-top: 20px;
}


.sld-container .slick-arrow1 {
    background: none;
    //border: 0;
    padding: 0;
    font-size: 50px;
    font-family: Geometria;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    border: solid 0px #5ac31a;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #1A3F40;

    background: transparent;

    height: 53px;
    width: 53px;
    /* background: #f5f4f2; */

/*
    background: rgb(245 245 245 / 90%);
    border: 0px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
*/
    /* border: solid 1px rgba(0, 0, 0, .2); */


    background: rgba(26 63 64 / 90%);
    border: solid 4px #fff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

}

.sld-container .slick-arrow .material-symbols-outlined {
  color: #fff;
}

.sld-container .slick-arrow:hover {
  /* background: #8dc63f !important; */
	/*color: #8dc63f !important;*/
  transform: scale(1.0161290323);
}

.slide-panel-1-active .slick-arrow:hover .icon-green:after {
  transform: scale(1.0161290323);
}

.sld-container .slick-arrow.slick-prev {
  margin-left: 0px;
}

.sld-container .slick-arrow.slick-prev:after {
  /*
  content: "";
  width: 1px;
  height: 30px;
  position: relative;
  background-color: rgba(26, 63, 64, 0.1);
  left: 20px;
  top: 0px;
  */
}

.sld-container .slick-arrow.slick-next {
  margin-right: 0px;
}


.sld-container .slick-prev.slick-disabled {
  display: inline-flex !important;
  color: #1A3F40 !important;
  /*opacity: 0.7;
   background: #d7d7d7; */
}


.sld-container .slick-prev.slick-disabled {
  opacity: 0.6;
}

.sld-container .slick-prev.slick-disabled .icon-green:after {
  /* background: #d7d7d7; */
  background: transparent;
}



.sld-container .slick-next.slick-disabled {
  display: inline-flex !important;
  border-color: #fff !important;
  color: #1A3F40 !important;
  opacity: 0.6;
  background: #d7d7d7;
}

.sld-container .slick-arrow.slick-disabled .material-symbols-outlined {
  color: #1A3F40;
}

.sld-container .slick-arrow.slick-disabled:hover {
	/* background: #ccc !important;
	background: #fff !important; */
	cursor: default;
}


.block-sec-slider-stick {
  position: absolute;
  bottom: 60px;
  right: 130px;
  border-radius: 20px;
  padding: 10px 20px;


  background: rgb(255 255 255 / 70%);
  height: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  transition: all 0.7s ease-out;
  backdrop-filter: blur(14px);
}

.block-sec-slider-stick .box-title-0 {
  margin: 0px;
  padding: 0px;
}

.box-title span {
  font-weight: 400 !important;
  font-family: 'Geometria';
}

.box-title-price {
  color: #2D9644;
  position: relative;
  font-family: Geometria-Bold;
  font-weight: 400;
}

.box-title-price span{
  color: #5B7778;
  font-family: Geometria;
  font-size: 20px;
  font-style: normal;
  display: block;
  line-height: 22px;
}

.box-title-price span.skidka{
  display: inline-block;
  color: #5ac31a;
  font-family: Geometria-Bold;
}

.box-title-price i{
  font-size: 20px;
  font-style: normal;
}

.box-title-split {
  width: fit-content;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  background-color: #1A3F40;
  color: #fff;
}

.box-title-garant {
  width: fit-content;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  background-color: #5ac31a;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 5px;
}

.box-title .seria {
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.box-title  .seria span {
  margin-bottom: -1px;
}

.box-title-seria {
  background: transparent !important;
  margin-bottom: 3rem;

  color: #5B7778;
  font-family: 'Geometria-Medium';

}

.box-title-seria.seria-s {
  /* color: #0076BF; */
}

.box-title-seria.seria-c {
  /* color: #725FA2; */
}

.box-title-seria.seria-p {
  /* color: #BF3A59; */
}

.block-sec-text-img .seria {
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;

  margin-top: 0px;
}

.block-sec-text-img  .seria span {
  margin-bottom: -1px;
}


.block-sec-text-img .hit {
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  
  position: absolute;
  left: 150px;
  top: 0px;

  background: #F13131;
  color: #fff;
  padding: 0px 20px;
  padding-left: 50px;

  margin-top: 0px;
}

.block-sec-text-img {
    padding-left: 0px;
    padding-right: 5px;
    position: relative;
    height: auto;
}

.block-sec-img-container {
  height: auto;
  /* position: sticky; */
  top: 0px;

  border-radius: 10px;

  aspect-ratio: 9/16;
  background-size: cover !important;
}


.block-sec-zamer .block-sec-img-container {
  aspect-ratio: 3/4;
}

.zamer-img-show {
  transition: all 0.2s ease-out;
}

.block-sec .box-title {
    display: flex;
    /* lign-items: center; */
    gap: 10px;
    margin-bottom: 3px;
    font-size: 34px;
}

.block-sec .box-title h2{
  margin-top: 0px;
}

.block-sec .box-sub-title {
    margin-bottom: 10px !important;
    font-size: 19px;
    font-family: 'Geometria-Medium';
    color: #1A3F40;
    margin-top: 3rem;
}

.block-sec .box-descr {
  color: #5B7778;
  margin-bottom: 0rem;
}

.box-descr a{
  display: block;
  font-size: 17px;
  margin-top: 0.5rem;
}

.block-sec-text-img img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.block-sec .tabs-nav {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.profil-header {
  display: flex;
  margin-top: 10px;

  margin-bottom: 70px;
  border-radius: 15px;
  background: #F6F6F6;
  overflow: hidden;

  padding: 20px 30px;
  justify-content: center;

  padding-top: 50px;
}

.profil-header-img {
  width: 40%;
}

.profil-header-img img{
  width: 100%;
  height: auto;
}

.profil-header-text {
  /* width: 60%; */
  /* padding-top: 1rem; */
  display: flex;
  padding-left: 2rem;
  flex-direction: column;
  justify-content: center;
}

.profil-header-text-title {
    line-height: 42px;
    font-size: 34px;
    font-weight: bold;
    color: #1A3F40;
    margin-bottom: 5px;
    font-family: 'Geometria-Bold';
}

.profil-header-text-title span {
  font-weight: 400 !important;
  font-family: 'Geometria';
}

.profil-header-text .box-title-price {
  font-size: 38px;
  /* margin-bottom: 3rem; */

  line-height: 42px;
}

.profil-header-text .box-title-price s{
  color: #5B7778;
  font-family: 'Geometria';
  font-size: 20px;

  text-decoration: none;
  position: relative;
}

.profil-header-text .box-title-price s:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1A3F40;
  top: 50%;
  left: 0px;
}

.profil-header-text-nav {
  display: flex;
  gap: 20px;
  justify-content: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.profil-header-text-nav-stik {
  position: fixed;
  top: 0px;
  z-index: -10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
  background: #fff;
  opacity: 0;
  width: 100%;
  font-size: 16px;

  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;

  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border-bottom: solid 1px rgba(0, 0, 0, .05);

  background: rgb(245 245 245 / 90%);
    backdrop-filter: blur(7px);
}

.profil-bottom-text-nav-stik {
  position: absolute;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
  background: transparent;
  opacity: 0;
  width: 100%;
  font-size: 16px;
  bottom: 25px;

  display: none;


  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
}

.profil-bottom-text-nav-stik-container {
  /* background: rgb(245 245 245 / 90%); */
  background: rgb(215 252 209 / 90%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  width: auto;
  padding: 3px;
  border-radius: 40px;

  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border: solid 1px rgba(0, 0, 0, .1);

    display: flex;
}

.profil-bottom-text-nav-stik a {
    display: inline-block;
    /* padding: 18px 25px; */
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 2px;
    background: transparent;
    color: #1A3F40 !important;
    font-family: Geometria-Medium !important;
    font-size: 18px;
    border: solid 0px #7AAD35;
    border-radius: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profil-bottom-text-nav-stik a:after {
    content: "";
    width: 1px;
    height: 30px;
    position: relative;
    background-color: rgba(26, 63, 64, 0.2);
    left: 20px;
    top: 0px;
    display: inline-flex;
}

.profil-bottom-text-nav-stik a:first-child {
  margin-left: 0px;
}

.profil-bottom-text-nav-stik a:last-child:after {
  display: none;
}

.profil-header-text-nav-stik-show {
  opacity: 1;
  z-index: 6000;
}

.profil-bottom-text-nav-stik-show {
  opacity: 1;
}

.profil-header-text-nav-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    gap: 60px;

    justify-content: flex-end;
}

.profil-header-text-nav-right .socials1 .phonecall {
    display: inline-flex;
}

.right-50 {
  width: 90%;
  justify-content: flex-start;
}

.right-25 {
  /* width: 25%; */
}

.stik-right-1 {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}

.stik-right-1-otzyvy:before {
  font-family: 'Material Symbols Outlined';
  content: "star star star star star";
  font-size: 21px;
  letter-spacing: -12px;
  color: #FFCC00;
  left: -20px;
  top: -1px;
  position: relative;
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 48;
}

.stik-right-1-otzyvy {
  margin-left: 15px;
}

.stik-right-1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1A3F40;
}

.stik-right-1 a:hover {
  color: #0069b4;
}

.stik-right-1 a.razdel {
  width: 1px;
  border-left: solid 1px #cccccc;
  height: 22px;
}

.stik-right-1 strong {
  display: inline-block;
  font-weight: 500;
  font-family: 'Geometria-Bold';
}

.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg); // Наклон
  animation: flareAnimation;
  left: -850%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimationBut 5s infinite linear; // Время и тип анимации можно менять
}



@keyframes flareAnimationBut {

  0% {
    left: -150%;
  }
  30% {
    left: 150%;
  }
  100% {
      left: 150%;
  }
}



.stik-right-1 a.bar-btn {
    color: #fff;
    font-weight: 300;
    text-transform: none;
    border-radius: 38px;
    margin-top: 0px;
    border: 0px;
    background: var(--color-0);
    margin-right: 0px;
    min-height: 36px;

    transition: all 0.5s ease-out;

    position: relative;
    overflow-x: hidden;
}

.stik-right-1 a.bar-btn:hover {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  border-radius: 38px;
  margin-top: 0px;
  border: 0px;
  background: #5ac31a;

  transform: scale(1.0161290323);
}

.stik-right-1 a.bar-btn.btn-light {
  color: var(--color-1);
  background: transparent;
  padding: 0px;
}

.stik-right-1 a.bar-btn.btn-light:hover {
  color: var(--color-1);
  background: transparent;
  padding: 0px;
  text-decoration: underline;
}

.profil-header-text-nav-left {
  display: flex;
  justify-content: flex-start;
  padding: 0px 20px;
  gap: 30px;
  align-items: center;

  /* width: 25%; */
}

.profil-header-text-nav-left strong{
  font-family: Geometria-Medium;
  font-weight: 500;
}

.nav-stik-menu {
  width: 45px;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}

.nav-stik-menu span{
  width: 100%;
  margin: 4px 0px;
  height: 2px;
  background: #1A3F40;

  transition: all 0.5s ease-out;
}

.nav-stik-menu.nav-stik-menu-show span:first-child{
  transform: translateY(5px) rotate(15deg);
}

.nav-stik-menu.nav-stik-menu-show span:last-child{
  transform: translateY(-5px) rotate(-15deg);
}

.header.stik-menu-show {
  z-index: 10000;
  position: sticky;
  top: 52px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);

  background: rgb(255 255 255 / 90%) !important;
  backdrop-filter: blur(7px);
}

.header.stik-menu-show .menu .nav a {
  font-family: 'Geometria';
}

.header.stik-menu-show > .container{
  display: none;
}

.header.stik-menu-show.text-1 {
  display: none;
}

.header.stik-menu-show .menu{
  background: transparent !important;
  padding-top: 0px;
}

.header.stik-menu-show .menu .container{
  background: transparent !important;
}

.nav-stik-close {
  right: 70px;
  color: #F13131;
  cursor: pointer;
  display: flex;
  align-items: center;

  width: 45px;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
}


.nav-stik-close span{
  width: 100%;
  margin: 4px 0px;
  height: 2px;
  background: #1A3F40;

  transition: all 0.5s ease-out;
}

.nav-stik-close span:first-child{
  transform: translateY(5px) rotate(15deg);
}

.nav-stik-close span:last-child{
  transform: translateY(-5px) rotate(-15deg);
}


.profil-header-text-subtitle {
  background: transparent !important;
  font-family: Geometria-Medium;
}

.profil-header-text-subtitle.seria-s {
  /* color: #0076BF; */
}

.profil-header-text-subtitle.seria-c {
  /* color: #725FA2; */
}

.profil-header-text-subtitle.seria-p {
  /* color: #BF3A59; */
}

.profil-header-text-descr {
  margin-bottom: 3rem;
}

.profil-header .product-details{
  margin-bottom: 1rem;
}

.profil-video {
  width: 100%;
  border-radius: 10px;
  margin-top: -300px;
}

.viz-container {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 15px;
}

.viz-block {
  padding: 0px;
}

.container.content-page {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 768px) {

  .dia-block {
    padding-right: 0px;
  }

  .dia-block-item-lines span {
    width: 28px !important;
    height: 7px;
}

.dbi-cold .dia-block-item-lines span {
  background-size: 360px 7px;
  width: 33px;
  height: 7px;
}

.dia-block-item-lines span:nth-child(2) {
  background-position-x: -30px;
}

.dia-block-item-lines span:nth-child(3) {
  background-position-x: -60px;
}

.dia-block-item-lines span:nth-child(4) {
  background-position-x: -90px;
}

.dia-block-item-lines span:nth-child(5) {
  background-position-x: -120px;
}

.dia-block-item-lines span:nth-child(6) {
  background-position-x: -150px;
}

.dia-block-item-lines span:nth-child(7) {
  background-position-x: -180px;
}

.dia-block-item-lines span:nth-child(8) {
  background-position-x: -210px;
}

.dia-block-item-lines span:nth-child(9) {
  background-position-x: -240px;
}

.dia-block-item-lines span:nth-child(10) {
  background-position-x: -270px;
}

.dia-block-item-lines span:nth-child(11) {
  background-position-x: -300px;
}

.dia-block-item-lines span:nth-child(12) {
  background-position-x: -330px;
}

.dia-block-stage.stage-1 {
  left: 190px;
}

.dia-block-stage.stage-2 {
  left: 286px;
}

.dia-block-stage.stage-3 {
  left: 382px;
}

.dia-block-stage span {
  left: -83px;
}

.dia-block {
  padding-bottom: 50px !important;
}

.dia-block-title {
  margin-bottom: 40px;
}

.dia-block-item-title {
  font-size: 16px;
}

.plus-full {
  margin-left: -30px !important;
}

.stage-pvh span {
  bottom: 5px !important;
  left: -180px !important;
  font-size: 12px !important;
  width: 180px !important;
}

.dia-checks {
  right: auto;
  left: 0px;
  top: 30px;
}

.box-title-price {
  position: absolute;
  top: 60px;
}

.block-sec .box-title {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 28px;
}

.block-sec-text-img {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.art-links a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  min-height: auto;
  font-weight: 400;

  padding: 8px 20px;
  border-radius: 10px;

}

}









.v-modal-theme {
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
z-index: -100;
opacity: 0;
transition: all 0.3s ease-out;
}

.v-modal-theme-2.v-modal-theme-show {
z-index: 8000;
opacity: 1;
}

.v-modal-theme-show {
  z-index: 6000;
  opacity: 1;
  }

.v-modal-wrapper {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1300;
transition: all 0.3s ease-out;
}

.v-modal-table {
align-items: center;
display: flex;
flex: 1 0 auto;
flex-direction: column;
min-height: 100%;
  width: 100%;
justify-content: center;
padding: 5px 0px;
padding-top: 30px;
position: relative;
height: fit-content;
transition: all 0.3s ease-out;
padding-left: 15px;
}

.v-modal {
/* position: absolute; */
z-index: -100;
padding: 0px 0px;
border-radius: 20px;
/* background: #fff;


-webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px); */
  background: rgba(255, 255, 255, 1);

/* box-shadow: 0 0 4px rgba(0, 0, 0, .2);
border: solid 1px rgba(0, 0, 0, .2); */

/* box-shadow: 0 0 12px rgba(0,0,0,.1); */
transition: all 0.3s ease-out;
opacity: 0;

top: 60%;
  width: calc(50% - 27px);
 width: 924px;
/* position: relative; */

  /* max-width: calc(50% - 40px); */

  /* min-width: calc(50% - 40px); */

height: 0vh;
  left: 0;
  right: 0;
  /* margin-left: auto; */
  /* margin-right: auto; */
/* border: solid 20px #fff; */

/* overflow-y: hidden; */
overflow-y: hidden;
display: block;

transform: translateY(80%);  opacity: 0;
/* transition: all 0.3s ease-out; */
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}




.v-modal-trans {
  background: transparent;
  border: 0px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.v-modal-trans .v-modal-content {
  padding: 0px;
}

.v-modal-trans .teh-group {
  background: #fff !important;
  margin-bottom: 10px;
  width: 100%;
}

.v-modal-trans .product-details-container .product-details {
  width: 100%;
}

.v-modal-trans .spec-1 {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.v-modal.v-modal-trans h2 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.v-modal-trans .product-details .teh-subtitle {
  margin-top: 20px;
}

.v-modal-theme-trans .v-modal-close {
  background: #fff;
}


.v-modal-left {
  position: sticky;
  top: 20px;
  display: flex;
  width: auto;
  height: 100%;
  align-items: flex-start;
}

.v-modal-left-block {
    background: #fff;
    border-radius: 20px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}

.v-modal-left-block strong{
  color: #5B7778;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

.v-modal-left-block .nav-tabs {
  border: 0px;
}

.v-modal-left-block .nav-tabs .nav-item {
  width: 100%;
}

.v-modal-left-block .nav-tabs .nav-item .nav-link{
  border: 0px;
  font-family: 'Geometria-Medium';
  color: #5B7778;
}

.v-modal-left-block .nav-tabs .nav-item .nav-link.active{
  background: #F6F6F6 !important;
  color: #1A3F40 !important;
}

.v-modal-left-block .nav-tabs .nav-item .nav-link:hover{
  color: #1A3F40;
}

.v-modal-right {
  position: sticky;
  top: 20px;
  display: flex;
  width: auto;
  height: 100%;
  align-items: flex-start;
}

.v-modal-right .v-modal-close {
  position: relative;
  left: 0px;
  top: 0px;
}

.v-modal-table {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.v-modal-864 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-modal-864 .v-modal-content {
  display: flex;
    flex-direction: column;
    align-items: center;
}

.v-modal-wrap-864 {
  /* width: 864px; */
}

.product-details-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-details-container .product-details{
  width: 864px;
}

.v-modal-theme-2 .v-modal {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 12px rgba(0,0,0,.1);
  border: solid 1px rgba(0, 0, 0, .2);
}

.v-modal-tall {
width: calc(40% - 27px);
}

.v-modal-wide {
width: 90%;
}


.v-modal-form {
width: calc(35% - 27px);
}

.v-modal-show {
height: auto;
  opacity: 1;
  z-index: 301;
  transform: translateY(0%);
  /* position: fixed; */
top: 5%;
/* transition: all 0.3s ease-out; */
/* animation: shtorka-old 0.7s forwards linear; */
transform: translateY(0%); opacity: 1;
}

.v-modal.gray {
border: solid 20px #F5F4F2;
background: #F5F4F2;
}

.v-modal.gray .v-modal-close{
background: #fff;
}

.v-modal.gray .v-modal-close:hover{
/* background: var(--color-blue-but); */
}

.v-modal-content {
height: 100%;
/* overflow-y: hidden; */
/* overflow-y: scroll; */
display: block;
padding: 10px 30px;

color: #5B7778;
}

.v-modal-content.content-page{
  /* padding: 10px 10px; */
}

.v-modal-content-wrap {
  padding: 20px 40px;
}

.v-modal-content-wrap-title {
  padding: 0px 0px;
}

.bg-dark {
  background: #1A3F40 !important;
  color: #fff;
  border-radius: 20px;
  display: flex;
  gap: 30px;
}

.bg-dark .spec{
  display: flex;
  padding: 0px 30px;
}

.bg-dark .p{
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px !important;
  text-align: left !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-dark .p:first-child {
  width: 70%;
  padding-right: 40px !important;
  flex-grow: 1;
}

.bg-dark .p:nth-child(2) {
  width: 15%;
  color: #5ac31a;
  font-family: Geometria-Bold;
}

.bg-dark .p:last-child {
  //font-size: 84px;
  font-weight: 600;
  color: #fff;
}

.bg-dark .block-sec .btn-green {
  background-color: rgb(232 232 237 / 20%);
}

.bg-gray {
  /*background: #F6F6F6;
  background: #D7FCD1 !important;
  color: #5ac31a;
  padding: 20px 20px;
  border-radius: 10px;*/
  padding: 20px 0px;
  background: transparent;

  /*margin-top: -30px;*/
}

.bg-gray p {
  padding: 0px 0px !important;
  padding-right: 20% ;
  padding-left: 20%;
  text-align: center;
}

.bg-gray a.expl{
  padding: 0px 20px !important;
}

.bg-gray h2{
  margin-left: 20px;
  margin-top: 20px !important;
  
}

.bg-gray p.spec {
  padding: 20px 20px;
  margin: 10px 0px;
  margin-top: 0px !important;
  padding-top: 5px !important;
}

.spec-1 {
  font-family: Geometria;
  color: var(--color-0);
  border-color: #D7FCD1 !important;
  background-color: #D7FCD1 !important;
  display: inline-flex;
  /* width: 100%; */
  width: 864px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 15px;
}

.spec-1 span{
  /* font-size: 22px; */
}

.spec-2 {

  font-family: Geometria;

  color: #1A3F40 !important;
  background-color: #fff37cc7 !important;

  display: inline-flex;
  /* width: 100%; */
  width: 864px;
  align-items: center;
  justify-content: center;
  padding: 10px 5%;
  border-radius: 10px;
  gap: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px;
  font-size: 16px !important;

  /* border: solid 1px rgba(0, 0, 0, 0.1); */
}

.spec-2 p{
  text-align: left;
  margin-bottom: 0px;
}

.spec-2 p:first-child{
  font-size: 36px;
}

.v-modal-content p strong {
  color: #1A3F40 !important;
  font-family: 'Geometria-Medium';
  font-weight: 500;
}

.v-modal-content p.spec{
  color: #5ac31a;
  color: #1A3F40;
  /* background: #ffff; */
  padding: 20px 30px;
  border-radius: 10px;

  margin: 10px 0px;
}

.v-modal-content-video {
margin-bottom: -10px;

}

.v-modal-content-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.v-modal-content::-webkit-scrollbar {
  width: 2px;
}

.v-modal-content::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  border-radius: 30px;
}

.v-modal-content::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}



@keyframes shtorka-old {
0% { 	transform: translateY(80%);  opacity: 0;}  
/* 78% { 	transform: translateY(7%); opacity: 0.9;} */
/* 80% { 	transform: translateY(5%); opacity: 1;} */
/* 90% { 	transform: translateY(2%); opacity: 1;}*/
100% { 	transform: translateY(0%); opacity: 1;}
}

.v-modal-close {
position: absolute;
  top: 20px;
  right: 20px;
z-index: 100;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  background: #F5F4F2;
  justify-content: center;
  align-items: center;
cursor: pointer;
transition: all 0.3s ease-out;
}

.v-modal-close:hover {
/* background: #d9d9d9;
color: #fff; */
color: var(--color-gray-light);
}

.v-modal-open {
cursor: pointer;
}

.v-modal-bg {


background: rgb(41 41 41 / 90%);
/*background:rgb(90 195 26 / 1); */
/* background: rgba(26, 63, 64, 0.6); */
  backdrop-filter: blur(3px);

position: fixed;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
z-index: -10;
opacity: 0;
transition: all 0.3s ease-out;

background: #fff;

background: #F6F6F6 !important;
}

.v-modal-bg-2 {

  /*background:rgb(90 195 26 / 1); */
  /* background: rgba(26, 63, 64, 0.6); */
  /*background: rgb(41 41 41 / 95%);
    backdrop-filter: blur(3px);*/
  
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -10;
  opacity: 0;
  transition: all 0.3s ease-out;


  background: rgb(226 226 226 / 90%);
  backdrop-filter: blur(3px);

  /*background: #F6F6F6 !important;*/

  }

.v-modal-bg-show {
z-index: 5200;
opacity: 1;
}

.v-modal-bg-2.v-modal-bg-show {
  z-index: 6100;
  opacity: 1;
  }
  

.body-blocker {
	overflow: hidden;
	/* height: 100%; */
	/* position: relative; */

	overflow: hidden;
    overscroll-behavior: none;
}


.v-modal-fon {
/* height: 350px; */
overflow: hidden;
background-position: center;
aspect-ratio: 16/9;
}

.v-modal-content a {
  text-decoration: none;
  text-wrap: nowrap;
}

.v-modal-content a:hover {
text-decoration: none;
}

.v-modal-theme.proj .main-item-img-stick {
  display: flex !important;
  align-items: center;
  padding: 13px;
  justify-content: center;
  border-radius: 50%;
left: 20px;
top: 20px;
right: auto;
}

.v-modal-theme.proj .main-item-img-stick span {
  top: 0px;
  font-size: 34px;
}



.v-modal-theme-big .v-modal-show {
  min-height: 95vh;
}
.v-modal-theme-big .v-modal-table {
justify-content: flex-end;
padding: 0px;
padding-top: 00px;
}

.v-modal-theme-big .v-modal-wrapper {

}

.v-modal-theme-big .v-modal {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
width: 100%;
  max-width: 1424px;
margin-left: 15px;
}

.v-modal-theme-big .v-modal-close {
position: sticky;
z-index: 10000;
/* margin-left: 50%;
margin-top: 100px; */
transform: translateY(80px) translateX(670px);
top: 0px;
opacity: 0;
}
.v-modal-theme-big.v-modal-theme-show .v-modal-close {
animation: fadeInFromNone 0.5s ease-out;
animation-fill-mode: forwards;
animation-delay: 0.5s;
}

@keyframes fadeInFromNone {
  0% {
      opacity: 0;
  transform: translateY(100px) translateX(670px);
  }
  20% {
      opacity: 0.1;
  transform: translateY(100px) translateX(670px);
  }
  100% {
  transform: translateY(80px) translateX(670px);
      opacity: 1;
  }
}

.v-modal-fon-title {
  height: 100%;
}

.v-modal-fon-title .box-title{
  position: relative;
  /* top: 100px; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  letter-spacing: -1px;
  font-family: Geometria-Bold;
  gap: 20px;
  z-index: 10;
  align-items: center;
}

.v-modal-fon-title .box-title-price {
  color: #fff;
}

.v-modal-fon {
  position: relative;
}

.v-modal-fon:after {
  content: "";
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 6;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
}

.v-modal h2 {
  /* font-size: 22px; */
  font-size: 36px;
  margin-top: 35px;
  margin-bottom: 25px;
}

.v-modal .center h2 {
  text-align: center;
  font-size: 42px;

  /* text-align: left;
  padding-right: 50%;

  display: flex;
  justify-content: flex-start; */
}

.center h2 {
  text-align: center;
  margin-bottom: 8px;
  padding: 0px 10%;

  text-align: left;
  padding: 0px 0%;
  padding-right: 50%;
}

.center h2.small {
  font-size: 28px;
}

.header-block {
  margin-bottom: 30px;
  padding-left: 10px;
}

.header-block h2 {
  margin-bottom: 20px;
  padding-right: 50% !important;
}

@media (max-width: 768px) {

.header-block h2 {
  margin-bottom: 20px;
  padding-right: 30% !important;
}

}

.header-block .h2-descr {
  text-align: left;
  color: #5B7778;
  font-family: Geometria;
  padding-right: 40% !important;
}

.header-block .h2-descr.gray {
  text-align: left;
  color: var(--color-gray-light);
  font-family: Geometria;
  padding-right: 20% !important;
  margin-bottom: 18px;
}

.v-modal-form h2 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-right: 50px;
}

.header-block-center h2{
  padding: 0px 10%;
  text-align: center;
}

.header-block-center .h2-descr{
  padding: 0px 10%;
  text-align: center;
}



@media (max-width: 768px) {

.v-modal {
  width: 100%;
  border-radius: 0px;
}

.v-modal-table {
  padding: 0px;
  border-radius: 0px;
}

.v-modal-content {
  padding: 25px 0px;

  height: 100vh;
  padding: 25px;
}

}


.expl-hid {
  transition: all 1s ease-out;
  opacity: 0;
  height: auto;
  overflow: hidden;
margin-top: 20px;
}

.expl-vis {
  opacity: 1;
margin-top: 0px;
}







form .v-but {
	width: 100%;
	justify-content: center;
}

form .form-control {
	border-radius: 10px;
	padding: 15px 25px !important;
	margin-bottom: 10px;
	height: auto;

	background: transparent;
}

.v-modal form .v-but {
	border-radius: 10px;
	//padding: 7px 27px;
	min-height: 57px;
	border-radius: 63px;
/*
	background: rgb(246 246 246 / 90%) !important;
    backdrop-filter: blur(7px);
    box-shadow: inset 0 0 2px rgb(0 0 0 / 7%);
    border: solid 1px rgba(26, 63, 64, 0.1);

	color: #1A3F40 !important;*/
	font-weight: 500;
	font-size: 1rem;

  border: 0px;

  margin-top: 20px;
}

.v-modal form .v-but:hover {
	color: #fff !important;
}

.v-modal-form .nav-tabs{
	background: transparent;
	display: inline-flex;
    width: auto;
	align-items: center;
}

.nav-tabs .nav-link.active{

}

.form-line {
	display: flex;
    align-items: center;
}

form .form-line {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

form .form-control-2 {
	width: 49%;
	display: inline-flex;
}



.v-but {
	display: inline-flex;
	align-items: center;
	background: #F5F4F2;
	border-radius: 20px;
	padding: 15px 25px;
	text-decoration: none;
	color: #1A3F40;
	transition: all 0.3s ease-out;

	cursor: pointer;
}

.v-but:hover {
	background: #f0f0f0 !important;
	/* color: #fff; */
	text-decoration: none;
}

.v-but.active {
	background: #5ac31a;
	color: #fff;
	text-decoration: none;
}

.v-but.active:hover {
	background: #5ac31a !important;
	color: #fff;
	text-decoration: none;
}






.split-box {
  display: flex;
  flex-direction: column;
}

.split-box .nav-tabs {  
  margin-top: 30px;            
  margin-bottom: 20px;
}

.split-box .tab-content {
  width: 100%;
}

.split-block {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
}

.split-block-item{
  flex: 1;
  padding: 10px 15px;
  background: #F6F6F6;
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;

  justify-content: space-between;

  /* box-shadow: 0 -10px 22px 0 rgba(0, 0, 0, .03), 0 2px 16px 0 rgba(0, 0, 0, .06); */
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.split-block-item:first-child {
 /*background: #1A3F40;
 background: #5ac31a;
 color: #5ac31a;*/
}

.split-block-item:first-child .split-block-item-sum {
  /*color: #5ac31a;*/
  color: #2D9644;
}

.split-block-item-sum{
  font-family: 'Geometria-Bold';
  font-size: 36px;
  color: #1A3F40;
}

.split-6 .split-block-item-sum {
  font-size: 26px;
}

.split-6 .split-block-item-sum {
  font-size: 22px;
}

.split-6 .split-block-item-date {
  font-size: 16px;
}

.split-box-prev {
  display: flex;
  align-items: center;
}

.split-box-prev-img{
  position: relative;
  /*transition: all 0.1s ease-out;*/
}

.split-box-prev-img span{
  position: absolute;
  background: var(--color-0);
  display: inline-flex;
  padding: 8px 10px;
  color: #fff;
  bottom: 75px;
  left: 0px;
  border-radius: 10px;
  font-family: 'Geometria-Medium';
  font-size: 26px;
  z-index: 15;
}

.split-box-prev-img span.old{
  position: absolute;
  background: #F6F6F6;
  display: inline-flex;
  padding: 8px 10px;
  color: #1A3F40;
  bottom: 125px;
  left: 0px;
  border-radius: 10px;
  font-family: 'Geometria-Medium';
  font-size: 20px;
  z-index: 10;
}

.split-box-prev-img span.old:after {
  content: "";
  position: absolute;
  width: 86%;
  height: 1px;
  background-color: #1A3F40;
  top: 50%;
  left: 7%;
}

.split-box-prev-img img{

}

.split-box-prev-img .img{
  content: url(/img/okno/okno_euro-trans.png);
}

.split-box-prev-text{
  padding: 20px 20px;
  padding-top: 20px;
  color: #5B7778;
}

.split-box-prev-text .small{
  font-size: 16px;
}

.text-dark {
  color: #1A3F40 !important;
  font-family: 'Geometria-Bold';
}

.link-go:before {
	font-family: 'Material Symbols Outlined';
	content: "arrow_outward" !important;
	font-size: 22px;
	margin-right: 5px;
	position: relative;
	top: 5px;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 200, 'opsz' 48;
}


.split-box-bottom-text { 
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.split-box-bottom-text { 
  width: 100%;
}

.split-box-bottom-text.spec-1 .small-text{
  width: 864px;
  position: relative;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 0px;
  /*display: flex;
  align-items: center;*/
}

.split-box-bottom-text.spec-1 .small-text:after {
  /*
  content: "";
  background: #fff;
  width: 45px;
  height: 45px;
  position: absolute;
  left: -10px;
  top: 0%;
  border-radius: 50%;
  */
}

.split-box-bottom-text.spec-1 .small-text:before{
  color: var(--color-0);
  font-family: 'Material Symbols Outlined';
  content: "bolt" !important;
  font-size: 24px;
  z-index: 10;
  display: flex;
  position: absolute;
  left: 20px;
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 24;
  transition: all .3s cubic-bezier(0,0,0.5,1);
}

.split-box-bottom-text.spec-1 a {
  color: var(--color-0);
  text-decoration: underline;
}

.split-box-bottom-text.spec-1 a:hover {
  text-decoration: none;
}

.split-box .nav-tabs .nav-link.active {
  color: #1A3F40 !important;
  border-color: #D7FCD1 !important;
  background-color: #D7FCD1 !important;
  cursor: default;
}

.split-box .nav-tabs .nav-link {
  position: relative;
}

.split-box .nav-tabs .nav-link span {
  width: fit-content;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 14px;
  background-color: #F13131;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: -15px;
  right: 19px;
}

.seria-box .nav-tabs .nav-link {
    color: #1A3F40 !important;
  border-color: #F6F6F6 !important;
  background-color: #F6F6F6 !important;

}



@media (max-width: 768px) {

body {
  background: #fff;
}

.seria-box {
  padding-top: 20px;
}

.seria-box .nav-tabs {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}

.seria-box .nav-tabs .nav-item {
  display: inline-block;
  margin-right: 5px;
}

.block-sec {
  margin-top: 20px;
  margin-bottom: 2rem;
}

.box-txt {
  font-size: 19px !important;
}

.block-sec .box-title {
  margin-bottom: 3rem;
  max-height: 30px;
}

.block-sec .box-title-price {
  position: absolute;
  top: 50px;
}


.block-sec .box-title-seria {
  margin-bottom: 2rem;
  max-height: 23px;
}

.block-sec-text-img .seria {
  left: 10px;
  top: 149px;
}

.block-sec-text-img .hit {
  top: 149px;
}

.block-sec-img-container {
  margin-bottom: 2rem;
}

.block-sec .box-descr {
  margin-bottom: 2rem;
  font-size: 17px;
}

.block-sec .box-sub-title {
  margin-top: 0rem;
}

.tab-content p {
  text-align: left;
}

.tab-content .cont-block p {
  text-align: center;
}


.banner-balkony {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 0px;
}

.banner-balkony .title {
  font-size: 30px;
  line-height: 34px;
}

.banner-balkony .btns a {
  font-size: 18px;
  font-family: 'Geometria';
  margin: 0px;
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 30px;

}

.banner-balkony11 {
  aspect-ratio: 3 / 4;
  border-radius: 0px;
}

.banner-balkony11 .div {
  aspect-ratio: 3 / 4;
  border-radius: 0px;
}

.banner-balkony .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    border-radius: 0px;
}

.landing-buttons .bar-btn {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.banner-balkony .btns {
  aspect-ratio: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.banner-balkony .btns form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.md-bot-text a{
    display: inline;
    padding: 0px !important;
    font-size: 12px !important;
    color: #cccccc;
}

.block-sec-img-container {
  aspect-ratio: 1/1 !important;
}

.block-sec-zamer .block-sec-img-container {
  aspect-ratio: 3 / 4 !important;
}

.text-1 .row {
  margin: 0px;
}

.text-1 .container {
  padding-left: 0px;
}

.profil-header-text-nav-stik {
  display: none !important;
}

.profil-bottom-text-nav-stik {
  display: none !important;
}

.profil-header {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}

.profil-header-img {
  width: 100%;
}

.profil-header-text {
  width: 100%;
}

.profil-header .box-title-price {
  position: relative;
  top: -5px;
}

.profil-header-text-subtitle {
  margin-bottom: 2rem;
}

.split-box-prev {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.split-box-prev-img img {
  width: 100%;
}

.split-block {
  display: block;
  text-wrap: nowrap;
  overflow-x: auto;
}

.split-block-item {
  display: inline-flex;
  margin-right: 14px;
}


.banner-container {
  padding-left: 0px;
  padding-right: 0px;
}




}

@media (max-width: 1400px) {
  
  .stik-right-1 {
  gap: 15px;
  padding-right: 0px;

  }

  .right-50 {
    padding-left: 0px;
  }

  .right-25 {
    padding-left: 0px;
  }
  .right-25 .socials {
    margin-left: 0px;
  }
 
}


.zamer-section .btn {
	font-weight: 700 !important;
	font-size: 1.3rem;
	color: #1A3F40;
}

.zamer-section .btn-link {
  border-bottom: solid 1px #738f904d !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 0px !important;
  font-size: 19px;

  display: flex;
  justify-content: flex-start;
  align-items: center;

  font-family: 'Geometria-Medium';
  text-wrap: initial;

  color: #1A3F40;
}

.zamer-section .btn-link:hover {
  color: #1A3F40;
}

.zamer-section .card .card-header {
  display: block;
}

.zamer-section .card {
  font-size: 19px;
  color: #5B7778;
}

.zamer-section .card > .collapse:not(.show) {
    display: none;
}

.zamer-section .btn-link.collapsed:before {
  content: "expand_more";
}

.zamer-section .btn-link:before {
  color: #1A3F40 !important;
  content: "expand_less";
  font-family: 'Material Symbols Outlined';
  font-size: 26px;
  margin-right: 5px;

  position: relative;
  top: 1px;
}

.zamer-section .card-header {
  border-bottom: 0px;
}

.cont-centr-but {
    background-color: rgb(232 232 237 / 50%);
    border: 0px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    color: #1A3F40;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 10px;
}

.cont-centr-but span {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}










.slide-panel-1 {
	position: sticky;
    width: auto;
    height: 53px;
    border-radius: 10px;
    transition: all 1s ease-out;
    bottom: 30px;
    /* margin-left: -30px; */
    z-index: 1000;
    //transform: translateY(150px);
    //opacity: 0;
    top: 0px;
	/*
    background: rgb(246 246 246 / 90%);
    backdrop-filter: blur(7px);
    box-shadow: inset 0 0 1px rgb(0 0 0 / 11%);
	*/
	background: transparent;
}

.slide-panel-1-active {
	/* animation: opacityAnimation 1s forwards; */
	animation: translateYAnimation 1s forwards;

}

.slide-panel-1-active .panel-slider-content {
  display: flex !important;
}

.slide-panel-1-hide {
	/* animation: opacityAnimationHide 1s forwards; */
 // animation: translateYAnimationHide 1s forwards;
}

.slide-panel-1-hide .panel-slider-container {
	opacity: 0;
	transition: all 0.1s ease-out;
	transition-delay: 0s;
}

.slide-panel-1-hide .panel-slider-content {
	opacity: 0;
	transition: all 0.5s ease-out;
	transition-delay: 0s;

}



@media (max-width: 768px) {

  .slide-panel-1-hide .panel-slider-content {
    display: none;
  }

  .panel-slider-content {
    display: none !important;
  }

.panel-slider-content {
  flex-direction: column;
}

}



.block-sec .btn-green, .section-block  .btn-green{
  /*background-color: rgb(232 232 237 / 50%);*/
  background: transparent;
  backdrop-filter: blur(0px);
  /*border: solid 4px #fff; */
  /*color: #1A3F40;*/
  color: #0069b4;
  /*font-family: 'Geometria-Medium';*/
  font-family: 'Geometria';

  padding: 8px 0px;
  margin-right: 10px;

}

.block-sec .btn-green:not(.btn-green-empty) .icon-green:before, .section-block .btn-green:not(.btn-green-empty) .icon-green:before {
  color: #0069b4 !important;
  content: "keyboard_arrow_right" !important;
  margin-left: -5px;
}

.block-sec .btn-green .icon-green, .section-block .btn-green .icon-green{
  margin-left: 0px !important;
}

.block-sec .btn-green:not(.btn-green-empty), .section-block .btn-green:not(.btn-green-empty){
  display: inline-flex;
  /*justify-content: space-between;*/
  justify-content: center;
  /*min-width: 200px;*/
  min-width: 180px !important;
}

@media (max-width: 768px) {

.block-sec .btn-green:not(.btn-green-empty), .section-block .btn-green:not(.btn-green-empty){
  min-width: 100px !important;
  min-height: 10px;
  padding: 0px;
  margin: 0px;
}

}

.block-sec .btn-green .icon-green, .column .btn-green .icon-green, .section-block .btn-green .icon-green{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 15px;
  margin-right: -15px;

  position: relative;

  border: solid 1px #1A3F40;
}

.block-sec .btn-green .icon-green:after,  .column .btn-green .icon-green:after,  .section-block .btn-green .icon-green:after {
  content: "";
  /* background: var(--color-0); */
  background: #fff;
  width: 35px;
  height: 35px;
  transform: scale(1);
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 50%;

}

.block-sec .btn-green .icon-green:before, .column .btn-green .icon-green:before, .section-block .btn-green .icon-green:before {
  opacity: 1;
  color: #1A3F40;
}




.slide-panel-1-active .btn-green{
  /* animation: btnGreenBlink 1s ease-out; */
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
  /*background: none;
  background: rgb(26 63 64 / 90%);*/

 /* background-color: rgb(255 255 255 / 50%);*/
  /*background-color: rgb(232 232 237 / 50%);*/
 background-color: rgb(44 183 66 / 100%);


  /*border: solid 4px #fff; */

  /*color: #1A3F40;*/
  color: #fff;

  /*font-family: 'Geometria-Medium';*/
  font-family: 'Geometria';
}

.slide-panel-1-active.slide-panel-1-bottom .btn-green{
  background-color: rgb(232 232 237 / 50%);
  color: #1A3F40;


  background: transparent;
  color: #0069b4;
  border: 0px;
  padding: 0px !important;
  padding-bottom: 0px !important;
  /*border-bottom: dashed 1px #0069b4 !important;*/
  border-radius: 0px;
  width: auto;
  min-width: auto;
  min-height: 20px;
  height: 26px;

  font-weight: 500;
}

.slide-panel-1-active.slide-panel-1-bottom .btn-green:hover{
  color: #2688EB;
}




.slide-panel-1-active.slide-panel-1-bottom .btn-green{
  transform: scale(1);
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green:after {
  background: transparent !important;
}

.slide-panel-1-active.slide-panel-1-bottom .btn-green .icon-green:before {
  color: #0069b4;
}

.slide-panel-1-active.slide-panel-1-bottom .btn-green:hover .icon-green:before{
  color: #2688EB !important;
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green {
  margin-left: 0px;
  left: -5px;
  top: 0px;
  position: relative;
  /*border: solid 1px #0069b4 !important;
 display: none;*/
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green:before {
  content: "keyboard_arrow_right" !important;
  font-size: 22px;
}


.slide-panel-1-active .btn-green .anim{

}


.slide-panel-1-active .icon-green {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 15px;
  margin-right: -15px;

  position: relative;
}


.slide-panel-1-active .icon-green:after {
  content: "";
  /* background: var(--color-0); */
  background: #fff;

  /*background: #1A3F40;*/
  width: 35px;
  height: 35px;
  transform: scale(0);
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 50%;

  animation: scaleAnimation 0.2s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.52s;

  opacity: 1;
}

.slide-panel-1-active .btn-green-empty .icon-green:after {
  background: transparent !important; 
}

.block-sec .btn-green-empty .icon-green:after {
  /*background: #1A3F40; */
  background: transparent;
}

.slick-arrow.btn-green-empty {
  border: solid 1px #1A3F40;
}

.block-sec .btn-green-empty {
  background: transparent; 
}

.block-sec .btn-green-empty .icon-green{
  transition: all 0.3s ease-out;
}


.block-sec .btn-green-empty:hover .icon-green {
  background: var(--color-0);
  border-color: var(--color-0);
}

.block-sec .btn-green-empty:hover .icon-green:before {
  color: #fff;
}


.icon-green:before {
  content: "arrow_outward";
  /* color: #fff; */
  color: var(--color-0);
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 24;
  transition: all .3s cubic-bezier(0,0,0.5,1);

  opacity: 0;
}

.btn-green-empty {
  background: transparent;
  /* border: solid 1px #1A3F40; */
}

.btn-green-empty.slick-arrow:hover {
  background: var(--color-0);
  border-color: var(--color-0);
}

.btn-green-empty.slick-arrow:hover .icon-green:before  {
  color: #fff !important;
}

.btn-green-empty .icon-green:before {
  color: #fff;
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green:before{
  color: #1A3F40;
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green:after{
  background: var(--color-0);
}

.slide-panel-1-active.slide-panel-1-bottom .icon-green:before{
  color: #fff;
}

.icon-green.icon-green-add:before {
  content: "add" !important;
}

.icon-green.icon-green-rub:before {
  content: "currency_ruble" !important;
  font-size: 20px;
}

.icon-green.icon-green-zamer:before {
  content: "measuring_tape" !important;
  font-size: 24px;

  font-variation-settings:
  'FILL' 0
}

.icon-green.icon-green-before:before {
  content: "navigate_before" !important;
  font-size: 26px;
}

.icon-green.icon-green-next:before {
  content: "navigate_next" !important;
  font-size: 26px;
}

.slide-panel-1-active .icon-green:before {
  animation: opacityAnimation 0.3s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}

.slide-panel-1-active .btn-green:hover{
  /* color: #fff; */
}

@keyframes scaleAnimation {
	0%   {   transform: scale(0); }
	100% {   transform: scale(100%);}
}

@keyframes opacityAnimation {
	0%   {   opacity: 0; }
	100% {   opacity: 1;}
}

@keyframes translateYAnimation  {
	0%   {       transform: translateY(150px); }
	100% {       transform: translateY(0px);}
}

@keyframes translateYAnimationHide  {
	0%   {       transform: translateY(0px); }
	100% {       transform: translateY(150px);}
}



@keyframes btnGreenBlink {
  0% {
	background: var(--color-2);
	color: #fff;
  }
  80% {
    background: rgb(245 245 245 / 90%);
    color: #1A3F40;

    /*-webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgb(232 232 237 / 70%);*/

    }
  100% {
    background: rgb(245 245 245 / 90%);
	color: #1A3F40;

 /* -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgb(232 232 237 / 70%); */

  }
}


@keyframes opacityAnimation {
	0%   { opacity:0; }
	75%  { opacity:0.9;}
	100% { opacity:1;}
}

@keyframes opacityAnimationHide {
	0% { opacity:1;  transform: scale(1);}
	30% { opacity:1;  transform: scale(1);}
	75%   { opacity:0.75; transform:  scale(0);}
	100%  { opacity:0;}

}

@keyframes opacityAnimation0 {
	0%   { }
	50%  { }
	100% {}
}

@keyframes opacityAnimation1 {
	0%   {border: solid 0px rgba(26, 63, 64, 0.637);}
	50%  { }
	100% { 	margin-left: 0px; width: auto; border: solid 0px rgba(26, 63, 64, 0.1); min-width: 160px;}
}

.slide-panel-left {
  display: flex;
  justify-content: flex-start !important;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
}

.slide-panel-left .btn-green-empty .icon-green:before {
  color: #1A3F40;
  opacity: 1;
}

.slide-panel-left .btn-green-empty .icon-green {
  position: relative;
}

.panel-item {
	height: 56px;
	border-radius: 56px;
	background: rgb(246 246 246 / 90%);
    backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
    box-shadow: inset 0 0 2px rgb(0 0 0 / 7%);
    border: solid 1px rgba(26, 63, 64, 0.1);

	text-wrap: nowrap;
    margin-right: 10px;
	margin-left: 10px;
	padding: 0px 30px;

	display: flex;
	justify-content: center;
    align-items: center;

}

/*

@keyframes opacityAnimation {
  0%   { opacity:0,8; transform: translateY(50px) scale(0);  border: solid 0px #5ac31a;}
  75%  { opacity:0.9; border: solid 20px #5ac31a; height: 93px; width: 93px; margin-left: -50px;}
  100% { opacity:1;  transform: translateY(0px) scale(1); border: solid 0px #5ac31a;}
}

@keyframes opacityAnimationHide {
  0% { opacity:1;  transform: scale(1);}
  30% { opacity:1;  transform: scale(1);}
  75%   { opacity:0.75; transform:  scale(0);}
  100%  { opacity:0;}

}

@keyframes opacityAnimation0 {
  0%   { }
  50%  { }
  100% {}
}

@keyframes opacityAnimation1 {
  0%   {}
  50%  { }
  100% {margin-left: -65px; width: 130px;}
}
*/

.panel-slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    padding: 0px 20px;
}

.panel-slider-content a {
    /* color: #1A3F40; */
	cursor: pointer;
}

.num-del {
  display: inline-block;
  font-style: normal;
  padding-left: 5px;
}

.box-title-price > .num-del {
  font-size: 38px;
}















/* ламинация */

.lamin-section .main-block-descr {
	font-size: 1.3rem;
	color: var(--color-gray-light);
	font-weight: 500;
  padding-right: 20% !important;
  padding-left: 20% !important;
  text-align: center;
}

.lamin-section .col-lg-12 {
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.lamin-section .main-block-descr strong, .spectral-section .main-block-descr b {
	color: #1A3F40;
}

.lamin-section .gray-hero-top-link {
	padding-bottom: 70px;
	display: inline-flex;
}

.lamin-colors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lamin-colors-item {
	display: inline-flex;
	width: 39px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	box-shadow: inset 0 0.5px 1px rgba(0,0,0,.5);
	margin: 0px 0px;
	border: solid 4px #fff;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.lamin-colors-item.active {
	border: solid 4px var(--color-0);
}

.lamin-descr {
    position: absolute;
    width: 400px;
	margin-left: -200px;
    height: 100px;
	left: 50%;
    margin-top: -120px;
    border-radius: 10px;
	/*
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
	*/
    transition: all 0.3s ease-out;

	/* background: rgb(246 246 246 / 90%) !important; */
    backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
    box-shadow: inset 0 0 2px rgb(0 0 0 / 7%);

}

.lamin-img {
	transition: all 0.3s ease-out;
}



.lamin-descr:after {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
	transition: all 0.3s ease-out;
}

.lamin-descr.lm-color-1:after {
	content: "Угольно-серый";
}

.lamin-descr.lm-color-2:after {
	content: "Антрацитово-серый";
}

.lamin-descr.lm-color-3:after {
	content: "Коричневый дуб";
}

.lamin-descr.lm-color-4:after {
	content: "Орех";
}

.lamin-descr.lm-color-5:after {
	content: "Золотой дуб";
}

.lamin-descr.lm-color-6:after {
	content: "Светло-серый";
}

.lamin-descr.lm-color-7:after {
	content: "Угольно-коричневый";
}

.lamin-descr.lm-color-8:after {
	content: "Коричневый каштан";
}

.lamin-descr.lm-color-9:after {
	content: "Ледяной серый";
}

.lamin-descr.lm-color-10:after {
	content: "Мерцающий антрацит";
}

.lm-color-1 {
	background: url('/img/lamin/lamin-KDB74.jpg');
}

.lm-color-2{
	background: url('/img/lamin/lamin-KDB74-F7.jpg');
}

.lm-color-3 {
	background: url('/img/lamin/lamin-UQ901.jpg');
}

.lm-color-4 {
	background: url('/img/lamin/lamin-UK103.jpg');
}

.lm-color-5 {
	background: url('/img/lamin/lamin-UK117.jpg');
}

.lm-color-6 {
	background: url('/img/lamin/lamin-KACH7.jpg');
}

.lm-color-7 {
	background: url('/img/lamin/lamin-KDB74-34.jpg');
}

.lm-color-8 {
	background: url('/img/lamin/lamin-NDT46.jpg');
}

.lm-color-9 {
	background: url('/img/lamin/lamin-KADF8.jpg');
}

.lm-color-10 {
	background: url('/img/lamin/lamin-KDG14.jpg');
}

.lamin-img {
	transition: all 0.3s ease-out;
	border-radius: 10px;
	width: 100%;
}


.lamin-panel .panel-slider-content {
	border-radius: 56px;
	background-color: rgb(232 232 237 / 50%);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
  min-height: 53px;
  padding-left: 10px;
  padding-right: 10px;
}




/* ручки */

.furn-section .main-block-descr {
	font-size: 19px;
	color: var(--color-gray-light);
	font-weight: 500;
  padding-right: 20px;
  padding-left:  20px;
  text-align: center;
}

.furn-section .main-block-descr strong{
  color: #1A3F40;
  font-family: Geometria-Bold;
}

.furn-section .col-lg-6 {
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.furn-section .col-lg-6 {
  /*background: #fff;*/
  padding-right: 0px;
}

.furn-section .col-lg-6:last-child {
  /*border: solid 1px rgba(0, 0, 0, 0.1);*/
  border-left: 0px;
}

.furn-section .main-blocks {
    border-radius: 15px;
    overflow: hidden;
    background: #F6F6F6;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.03);
}

.furn-tips {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.furn-tip {

}

.furn-tip-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.furn-tip-1 .furn-tip-img {

}

.furn-tip-2 .furn-tip-img {

}


.furn-tip-descr {

}

.furn-colors {
    display: flex;
    align-items: center;
    justify-content: center;
}

.furn-colors-item {
	display: inline-flex;
	width: 70px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	box-shadow: inset 0 0.5px 1px rgba(0,0,0,.5);
	margin: 0px 5px;
	border: solid 4px #fff;
	cursor: pointer;
  background-size: cover !important;
	transition: all 0.3s ease-out;
}


.furn-1 {
	background: url('/img/furn/furn-rhapsody-bel.jpg');
}

.furn-2{
	background: url('/img/furn/furn-rhapsody-bronz.jpg');
}

.furn-3 {
	background: url('/img/furn/furn-rhapsody-kor.jpg');
}

.furn-4 {
	background: url('/img/furn/furn-rhapsody-serebro.jpg');
}

.furn-5 {
	background: url('/img/furn/furn-rhapsody-titan.jpg');
}

.furn-6 {
	background: url('/img/furn/furn-rhapsody-shamp.jpg');
}

.furn-7 {
	background: url('/img/furn/furn-dublin-serebro.jpg');
}

.furn-8 {
	background: url('/img/furn/furn-dublin-cher.jpg');
}

.furn-9 {
	background: url('/img/furn/furn-dublin-titan.jpg');
}


.furn-colors-item.active {
	border: solid 4px var(--color-0);
}

.furn-descr {
  position: absolute;
  width: 400px;
  margin-left: -200px;
  height: 70px;
  left: 50%;
  bottom: 30px;
  /* margin-top: -120px; */
  display: flex;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  background: rgb(246 246 246 / 50%) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: inset 0 0 2px rgb(255 255 255 / 50%);
  justify-content: center;
  align-items: center;
  color: #1A3F40;
  font-family: Geometria-Medium;
}

.furn-img {
	transition: all 0.3s ease-out;
}

.furn-descr:after {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
	transition: all 0.3s ease-out;
}

.furn-img {
  transition: all 0.3s ease-out;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-image: url(/img/furn/furn-rhapsody-bel.jpg);
  background-size: cover !important;
  aspect-ratio: 1 / 1;

  /*border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;*/
}


.furn-panel .panel-slider-content {
	border-radius: 56px;
	background-color: rgb(232 232 237 / 50%);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
  min-height: 64px;
  padding-left: 10px;
  padding-right: 10px;
}





.zavod-block {

}

.zavod-block h2 {
}

.zavod-block .col-lg-12{
	display: flex;
    justify-content: center;
}
.zavod-block .p-descr {
	font-size: 1.3rem;
}

.zavod-block strong{
	font-size: 1.9rem;
	color: #1A3F40;
}

.zavod-block-bg {
	width: 100%;
  background: url(/img/okno/zavod.jpg) center center no-repeat;
  background-size: cover;

  height: 300px;
  border-radius: 15px;

  display: flex;
  position: relative;
}

.zavod-block-bg:before {
    color: #fff;
    content: "play_circle" !important;
    font-family: 'Material Symbols Outlined';
    font-size: 119px;
    position: absolute;
    top: 50%;
	left: 50%;
    z-index: 200;
    display: flex;
	margin-left: -60px;
	margin-top: -90px;
}

.zavod-block-video {
    width: 50%;
    height: 297px;
    position: sticky;
    top: 80px;
    border-radius: 10px;
    overflow: hidden;
	cursor: pointer;
}

.section .row {
  margin-left: 0px;
  margin-right: 0px;
}









/* youtube */

.youtube-block {
  margin-bottom: 1rem;
}

.youtube-block h2.small {
  margin-bottom: 5px;
  font-size: 19px;
  font-family: 'Geometria';
}

.youtube-block p {
  margin-bottom: 0px;
}

.youtube-block .white-block-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.youtube-block-img:after{
	content: "";
	width: 100px;
	height: 70px;
	background: url('/vasilich/youtube-logo.png') no-repeat;
	background-size: contain;
	position: absolute;
	margin-left: -70px;
}

.youtube-block img {
	width: 100%;
}



.new-nav .nav-glider {
  background: #fff !important;
  padding: 5px !important;
  /* padding: 0px !important; */
  border-radius: 60px;
  margin-top: 0px;

  position: relative;
}

.new-nav  .nav-glider .nav-link {
background-color: transparent !important;
border: 0px;
min-height: -webkit-fill-available !important;
}

.new-nav .nav-glider .nav-item {
    position: relative;
    z-index: 10;
    min-height: 35px;
    display: flex;
}

.new-nav .nav-glider .nav-link.active {
    color: #1A3F40 !important;
    background-color: transparent !important;

}

.glider {
height: 45px;
/*height: 52px;*/
position: absolute;
left: 0px;
z-index: 5;
border-radius: 60px;
min-width: 30px;
/* background: #1A3F40;*/
/* background: #F6F6F6;*/
background: #fff;

margin-top: -1px;
/* margin-top: 0px; */

transition: 0.3s ease-out;
}

.furn-section .glider {
  /* background: #F6F6F6; */
}

.new-nav .tabs-nav {
	/*background: #fff;
	padding: 0px 0px 1px 0px;
	border-radius: 10px !important;
	width: auto;

	gap: 30px;
	*/

    background-color: transparent;
    padding: 3px;
    display: inline-flex;

    margin-bottom: 20px;
    border-bottom: 0px;

    gap: 10px;

    min-height: 53px;
  }

  .new-nav .tabs-nav .nav-item {
	/* width: 33.333333%; */
  }

  .new-nav .nav-tabs .nav-link {
	/*
	padding: 5px 0px;
	min-height: auto;
	margin: 0px px;
	font-size: 0.9rem;
	background: transparent;
	color: var(--color-gray-light);
	border-radius: 0px !important;
	border-bottom: solid 2px transparent;

	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
	*/

    display: inline-flex;
    padding: 0px 15px;
    align-items: center;
    border-radius: 10px;

    font-size: 16px;
    border-color: transparent;

    color: #1A3F40;

	background: #F6F6F6;
  min-height: 35px;
  min-height: -webkit-fill-available;
  transition: all 0.3s ease-out;

  }

  .new-nav .tabs-nav .nav-link {
    font-size: 16px;
  }


  .new-nav .tabs-nav .nav-link:hover {
	color: #1A3F40 !important;
	/* background: #e7e7e7; */
  transform: scale(1.0161290323);
  }


  .new-nav .tabs-nav .nav-link.active {
    /*background: #F5F5F7;*/
	   /*border-bottom: solid 2px var(--color-1);
	   color: var(--color-1);*/

	   color: #fff;
	   /* background-color: #1A3F40 !important; */
	   cursor: default;

  }

  .comments-box .new-nav .nav-glider, .split-box .new-nav .nav-glider {
    background: #F6F6F6 !important;

    /* background: #fff !important;
    border: solid 1px rgba(0, 0, 0, 0.1); */

  }

  .new-nav .nav-glider {
    background: #F6F6F6 !important;
    gap: 0px;
  }

  .furn-section .nav-glider {
    /*background: #fff !important;*/
  }


  .cont-centr-but-line {
    right: 50px;
    z-index: 24000;
    position: fixed;
    font-size: 16px;

    width: 320px !important;
    height: 0px;
    bottom: 105px !important;
    /*border: solid 1px rgba(0, 0, 0, 0.1);*/
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(7px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Geometria-Medium;

    transition: all 0.5s ease-out;
  }

  .cont-centr-but-line.show-line {
    height: 150px;
    transform: translateY(-5px);
  }

  .cont-centr-but-line span{
    opacity: 0;
    padding: 5px 10px;
    display: block;
    transition: all 0.5s ease-out;
  }

  .cont-centr-but-line.show-line span.show-line {
    opacity: 1;
  }

  .cont-centr-but-line span i{
    font-style: normal;
    transform: translateY(-2px);
    display: inline-block;
    animation: slideBottom 1s infinite linear;
  }

@keyframes slideBottom {
  0% {
    transform: translateY(-2px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(2px);
  }
  75% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2px);
  }
}

.but-line-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #5B7778;
  opacity: 0.7;
  cursor: pointer;
}

@media (max-width: 768px) {

.cont-centr-but-line {
  display: none !important;
}

}










/* хорошее окно */

.bg-blur {
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.okna-ok {
	padding: 0px !important;
	margin-bottom: 14px !important;

}
.okna-ok .okna-vasilich {
	display: flex;
	justify-content: space-between;
}

.okna-ok .okna-vasilich .main-blocks-item:first-child {
    justify-content: flex-end !important;
}

.okna-ok .okna-vasilich .main-item-img-stick span {
	font-size: 30px;
	color: var(--color-1);
	font-weight: 200;
}

.okna-ok .mb-item1 .main-block-title {
	font-size: 0.9rem;
	font-weight: 400;
	display: flex;
    align-items: center;
	padding-left: 8px;
	color: #657476;
}

.okna-ok .mb-item1 .main-block-title:after {
    color: var(--color-gray-light) !important;
    content: "help" !important;
    font-family: 'Material Symbols Outlined';
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    top: 0px;
	display: inline-flex;
}

.okna-ok .main-blocks-item {
    padding: 0px !important;
    display: flex;
    flex-direction: row-reverse;

}

.okna-ok-bg {
	aspect-ratio: 16/9;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.okna-ok-bg-content {
	position: absolute;
	width: 300px;
	top: 20px;
	right: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;

    display: none;
}

.okna-ok-bg-content-item {
	padding: 10px 20px;
	border-radius: 0px;
  background-color: rgb(255 255 255 / 80%) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
	height: max-content;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 10px 0px;
}

.okna-ok-bg-content-item .circle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;

  position: relative;
  top: 5px;

  cursor: pointer;
}

.okna-ok-bg-content-item .circle span{
  font-size: 24px;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 24;
}

.okna-ok-bg.active .okna-ok-bg-links-item b {
    color: #1A3F40;
    opacity: 1;
    visibility: visible;
}

.okna-ok-bg h3{
	font-size: 1.5rem !important;
}

.okna-ok-bg img{
	width: 100%;
	height: 100%;
}

.okna-ok-text {
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* background: #fff; */
  background: #F6F6F6;
  border-radius: 15px;
  height: calc(100% - 0px);
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33%;
	padding: 20px;
	transition: all 0.3s ease-out;
	transform: translateX(480px);
  opacity: 0;
}

.okna-ok-text-show {
	transform: translateX(0px);
  opacity: 1;
}

.okna-ok-text-hide {
	opacity: 0 !important;
}


.okna-ok-text-block {
	/* background: #F5F4F2; */

  /*background-color: rgb(255 255 255 / 80%);
  backdrop-filter: blur(7px);*/
  -webkit-backdrop-filter: blur(7px);

}

.okna-ok-text-block img{
	width: 100%;
	border-radius: 20px;
}

.okna-ok-bg-links {
	position: absolute;
	/*width: 67%;*/
  width: calc(67% - 14px);
	top: 0px;
	left: 0px;
	height: 100%;
}

.okna-ok-bg-links-item {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
    justify-content: center;
	position: relative;
	z-index: 10;
	transition: all 0.3s ease-out;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.okna-ok-bg-links-item:after {
	color: #1A3F40;
    content: "add" !important;
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    position: absolute;
	z-index: 10;
	display: flex;
	align-items: center;
	height: 30px;
	font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 200,
  'opsz' 24
}

.okna-ok-bg-links-item.active:after {
	color: var(--color-blue-but);
    content: "circle" !important;
    font-family: 'Material Symbols Outlined';
    font-size: 16px;
    position: absolute;
	z-index: 10;
	display: flex;
	font-variation-settings:
  'FILL' 1,
  'wght' 800,
  'GRAD' 200,
  'opsz' 24
}

.okna-ok-bg-links-item.active:before {
	content: '';
    border: 10px solid var(--color-blue-but);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -11px;
    bottom: -11px;
    animation: pulsate 1.6s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
}

.okna-ok-text-block .okna-ok-bg-links-item {
	position: relative;
	display: inline-flex;
	top: 5px;
	left: 10px;
	margin-right: 20px;
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.okna-ok-bg-links-item:hover {

}

.okna-ok-bg-links-item.active {

}

.okna-ok-bg-links-item.color-1:before, .okna-ok-bg-links-item.color-1.active:after {
    border-color: var(--color-1);
	color: var(--color-1);
}

.okna-ok-bg-links-item.color-2:before, .okna-ok-bg-links-item.color-2.active:after {
    border-color: var(--color-2);
	color: var(--color-2);
}

.okna-ok-bg-links-item.color-3:before, .okna-ok-bg-links-item.color-3.active:after {
    border-color: var(--color-3);
	color: var(--color-3);
}

.okna-ok-bg-links-item.color-4:before, .okna-ok-bg-links-item.color-4.active:after {
    border-color: var(--color-4);
	color: var(--color-4);
}

.okna-ok-bg-links-item.color-5:before, .okna-ok-bg-links-item.color-5.active:after {
    border-color: var(--color-5);
	color: var(--color-5);
}

.okna-ok-bg-links-item.color-6:before, .okna-ok-bg-links-item.color-6.active:after {
    border-color: var(--color6);
	color: var(--color-6);
}

.okna-ok-bg-links-item b {
  font-size: 16px;
	display: block;
	position: absolute;
	font-weight: 400;
    background: rgba(245, 244, 242, 0.7);
    backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border-radius: 5px;
	padding: 3px 12px;
	width: max-content;
	margin-top: -95px;
	opacity: 0;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	visibility: hidden;
}

.okna-ok-bg-links-item:hover b {
  color: #1A3F40;
	opacity: 1;
	visibility: visible;
}

.okna-ok-bg-links-item.active b {
	opacity: 1;
	visibility: visible;
}

.okna-ok-bg-links-item b:before {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -9px;
    border: 5px solid transparent;
    border-top: 5px solid rgba(245, 244, 242, 0.7);
}

#triangle-up {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
}

@keyframes pls {
  0% {
	width: 30px;
	height: 30px;
  }
  100% {
	width: 50px;
	height: 50px;
  }
}

.ok-slide-1 {
	position: absolute;
	top: 160px;
	left: 90px;
}

.ok-slide-2 {
	position: absolute;
	top: 230px;
	left: 200px;
}

.ok-slide-3 {
	position: absolute;
	top: 460px;
	left: 450px;
}

.ok-slide-4 {
	position: absolute;
	top: 300px;
	left: 300px;
}

.ok-slide-5 {
	position: absolute;
	top: 340px;
	left: 510px;
}

.ok-slide-6 {
	position: absolute;
	top: 190px;
	left: 100px;
}

.ok-slide-7 {
	position: absolute;
	top: 290px;
	left: 220px;
}

.ok-slide-8 {
	position: absolute;
	top: 510px;
	left: 510px;
}

.ok-slide-9 {
	position: absolute;
	top: 350px;
	left: 320px;
}

.ok-slide-10 {
	position: absolute;
	top: 300px;
	left: 420px;
}

.okna-ok-text-container-1 {
	position: absolute;
    /* left: 60px; */
    top: 285px;
    width: auto;
    padding: 3px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* background: #F5F4F2; */
    right: 15px;
    border-radius: 38px;
	z-index: 100;
}

.okna-ok-text-container-1 .slider-descr-link:before {
	display: none;
}

.okna-ok-text-block-img {
	margin-bottom: 90px;
	aspect-ratio: 4/3;
	border-radius: 20px;
	overflow: hidden;
}

.okna-ok-text-block-title {
	/* font-size: 1.29rem; */
  font-family: Geometria-Bold;
    line-height: 116%;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.okna-ok-text-block-text {
	font-size: 1.1rem;
}

.okna-ok-text-block-but {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.okna-ok-text-block-but .v-but {
	width: 100%;
	border-radius: 64px;
	justify-content: center;
    align-items: center;
}

.okna-ok-text-container, .okna-ok-bg .tab-content, .okna-ok-bg .tab-pane, .okna-ok-text-container .slick-list, .okna-ok-text-container .slick-track, .okna-ok-text-container .slick-slide {
	height: 100%;
}

.okna-ok-text-container .slick-slide {
	position: relative;
}

.okna-ok-text-container-1 .slider-descr-link {
	  background: #fff;
	  height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.okna-ok-text-container-1 .slider-descr-link:after {
	font-size: 24px;
  font-family: 'Material Symbols Outlined';
  color: #5B7778;
}

.okna-ok-text-container-1 .slider-descr-link-left:after {
	content: "navigate_before";
}

.okna-ok-text-container-1 .slider-descr-link-right:after {
	content: "navigate_next";
}

.okna-ok-text-container .slick-dots {
	position: absolute;
    bottom: 20px;
    width: 100%;
    margin-bottom: 0px;
}

.okna-ok-text-container .slick-dots li.slick-active button:before {
	background: #fff !important;
}

.okna-ok-bg .nav-tabs {
	background: transparent;
}

.okna-ok-bg .nav-tabs .nav-link {
	padding: 0px;
	margin: 0px;
  border-radius: 50% !important;
}

.okna-ok-bg .nav-tabs .nav-link:not(:hover) {
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.okna-ok-text-block-img-arrows {
	position: absolute;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    top: 100px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.img-arrows-show {
	opacity: 1;
}

.img-arrow {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
    align-items: center;

    background-color: rgb(255 255 255 / 80%);
    border: 0px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);


    color: #5B7778;
	justify-content: center;
	cursor: pointer;
}

.img-arrow.img-prev {

}

.img-arrow.img-next {
	
}

.img-arrow:after {
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    position: relative;
}

.img-arrow.img-prev:after {
    content: "navigate_before";
}

.img-arrow.img-next:after {
    content: "navigate_next";
}

.okna-ok-nav {
	border-radius: 35px !important;
    /* border: 1px solid #F5F4F2; */
    width: auto !important;
    position: absolute;
    z-index: 100;
    background: transparent;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0px;
}

.okna-ok-nav .nav-link {
    border-radius: 35px !important;
    padding: 5px 15px;
	background: transparent;
	color: #fff;
	margin: 0px !important;
	font-size: 0.9rem;
}

.okna-ok .new-nav {
  position: absolute;
}

.okna-ok .new-nav .nav-glider {
  background-color: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.okna-ok .seria-box {
  padding-top: 20px;
}

.okna-ok-nav .nav-item {
  /*
    margin-bottom: -1px;
    margin-left: -1px;
    margin-top: -1px;
    */
}

.okna-ok-text {
	padding: 0px;
}

.okna-ok-text-block img {
	border-radius: 0px !important;
}

.okna-ok-text-block-img {
  margin-bottom: 30px;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
	/*border-left: solid 6px #F5F4F2;*/
  margin: 10px;
  margin-bottom: 20px;
}

.okna-ok-bg h3 {
    position: absolute;
	border-radius: 10px;
    padding: 10px 15px;
    background: var(--color-blue-but);
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 1rem;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
	border-top-left-radius: 0px;
    z-index: 100;
    font-weight: 400;
    font-size: 1.29rem !important;
	left: 0px;
	height: 34px;
	font-size: 1rem !important;
    padding: 5px 15px;
    border-radius: 35px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-top: 20px !important;

    display: flex;
    align-items: center;
}

.okna-ok-bg h3.color-1 {
	background: var(--color-1);
}

.okna-ok-bg h3.color-2 {
	background: var(--color-2);
}

.okna-ok-bg h3.color-3 {
	background: var(--color-3);
}

.okna-ok-bg h3.color-4 {
	background: var(--color-4);
}

.okna-ok-bg h3.color-5 {
	background: var(--color-5);
}

.okna-ok-bg h3.color-6 {
	background: var(--color-6);
}

.okna-ok-text-block-title {
	padding: 0px 120px 0px 15px;
}

.okna-ok-text-block-title {
	padding: 0px 50px 0px 15px;
}

.okna-ok-text-block-text {
	padding:  0px 15px;
}

.okna-ok-text-block-but {
	padding:  0px 15px;
}

.okna-ok-text-block-but {
    position: absolute;
    bottom: 10px;
}



.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: 100%;}













/* бегущая полоса */

.section-marquee .wrap {

	margin: auto;
	padding: 20px 0px;
  }
  
  .section-marquee .items-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 14px;
  }
  
  .section-marquee .items-wrap:before,
  .section-marquee .items-wrap:after {
	content: "";
	height: 100%;
	top: 0;
	width: 10%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
  }
  .section-marquee .items-wrap:before {
	left: 0;
	/*background: linear-gradient(
	  90deg,
	  rgba(255, 255, 255, 1) 0%,
	  rgba(255, 255, 255, 0) 100% 
	);*/
  }
  .section-marquee .items-wrap:after {
	right: 0;
	/* background: linear-gradient(
	  90deg,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 1) 100% 
	);*/
  }
  .section-marquee .items {
	flex-shrink: 0;
	display: flex;
	gap: 14px;
	counter-reset: item;
	justify-content: space-around;
	min-width: 100%;
  }
  .section-marquee .item {
	/*background: #ccc;*/
	flex: 0 0 auto;
	width: auto;
	/* aspect-ratio: 16/9; */
	height: 300px;
	counter-increment: item;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 7px 0px;
	transition: all 0.1s ease-in-out;

	overflow: hidden;
	cursor: default;
	position: relative;
  }

  .section-marquee .item img{
	width: auto;
	height: 100%;
  }


.section-marquee .item .gray-hero-top-link a{
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
    box-shadow: inset 0 0 2px rgb(0 0 0 / 7%);
    background: #F6F6F6;
    color: #1A3F40 !important;
    border-color: #F6F6F6;
}

.section-marquee .item-link.item-link-icon {
    border-right: solid 1px #cccccc;
}

.section-marquee .gray-hero-top-link .item-link:before {
    color: #1A3F40;
}

.section-marquee .item .gray-hero-top-link{
  /*position: absolute;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;*/
}

.section-marquee .item:hover .gray-hero-top-link{
	 /*opacity: 1;
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;*/
}

  .section-marquee .item:hover {

	transform: scale(1.01);
	 /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  }

  .section-marquee .item:hover:before {
	/*opacity: 0.4;
	transform: scale(1.01);
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  }
  
  .section-marquee .item:before {
	 /*content: counter(item);
	 position: absolute; */
	 content: "";
	 width: 100%;
	 height: 100%;
	 background-color: #000;
	 opacity: 0;
	 border-radius: 10px;
	 position: absolute;
  }
  
  .section-marquee .marquee-okna {
	animation: scroll 100s linear infinite forwards;
  }

  .section-marquee .reverce {
	animation-direction: reverse;
  }

  .section-marquee .items-wrap:hover .marquee-okna {
	/* animation-play-state: paused; */
  }

  .section-marquee .items-wrap.pause .marquee-okna {
    animation-play-state: paused;
  }
  
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(calc(-100% - 14px));
	}
  }

  .section-marquee .arrows-container {
	flex-direction: row;
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
  }

  .section-marquee .slider-descr-link.active:after {
	content: "stop";
  }

  .section-marquee .slider-descr-link:after {
	font-size: 32px;
	content: "play_arrow";

	font-variation-settings:
	'FILL' 1,
	'wght' 200,
	'GRAD' 0,
	'opsz' 24
  }


.block-more {
  margin-bottom: 20px;
}

.block-more-hidden {
  display: none;
  top: 20px;
  position: relative;
}

.button-more {
  font-size: 16px;
}

.teh-group-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav-har-menu {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: inline-flex;
}

.nav-har-menu .nav-link {
  color: #5B7778;
  font-size: 16px;

  transition: all 0.3s ease-out;
}

.nav-har-menu .nav-link:hover {
  color: #1A3F40;
  border-color: transparent;
}

.nav-har-menu .nav-link.active {
  color: #1A3F40;
  border-color: transparent;
  border-bottom: solid 1px #1A3F40;
}

.teh-group-menu a.bar-btn {
  width: fit-content;
  height: 36px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  border-radius: 38px;
  margin-top: 0px;
  border: 0px;
  background: var(--color-0);
  margin-right: 0px;
  min-height: 36px;

  font-size: 16px;

  transition: all 0.5s ease-out;

  position: relative;

  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}

.teh-group-menu a.bar-btn:hover {
color: #fff;
font-weight: 300;
text-transform: none;
border-radius: 38px;
margin-top: 0px;
border: 0px;
background: #5ac31a;

transform: scale(1.0161290323);
}

.teh-group-menu a.bar-btn.btn-light {
color: var(--color-1);
background: transparent;
padding: 0px;
}

.bar-btn-price {
  height: 36px;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: clip;
}

.bar-btn-price:after {
  content: "keyboard_arrow_right";
  color: #fff;
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 100, 'opsz' 24;
}

.teh-group-menu .socials1 .phonecall {
  display: inline-flex;
}


.faq h2 {
  padding-right: 20px !important;
}













.section-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;

}

.section-block .section-title{
    line-height: 42px;
    font-size: 34px;
    font-weight: bold;
    color: #1A3F40;
    font-family: 'Geometria-Bold';
    margin-bottom: 20px;
    padding-left: 10px;
}

.section-block .section-img{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.section-block .section-img img{
    width: 100%;
}

.section-block .section-sub-title{
  color: #5B7778;
  font-family: 'Geometria';
  margin-bottom: 20px;
  padding-left: 10px;
}

.section-block .section-txt{
  padding: 5px 25px;
}

.section-content {
  background: rgb(245 245 245 / 90%);
  border-radius: 15px;
  padding: 10px;

  border: solid 1px rgba(0, 0, 0, 0.03);
}

.section-block .landing-buttons {
  margin: 20px 25px;
  margin-top: 14px;
}

.section-block .landing-buttons .btn{
  /*background: #fff;*/
  min-width: auto !important;
  justify-content: center;
}

.section-block .btn-green .icon-green:after {
  background: rgb(245 245 245 / 90%);
}

.section-block .button-more {
  width: fit-content;
  display: inline-block;
}

.section-block .block-more {
    margin-bottom: 0px;
    color: #5B7778;

}

.section-block .button-more, .block-sec .box-descr a{
  /*color: #1A3F40;
  font-family: 'Geometria-Medium';*/
  color: #5B7778;
  font-family: 'Geometria-Medium';
  font-size: 16px;

  width: fit-content;

  /*display: inline-block;*/
}

.section-block .button-more:after, .block-sec .box-descr a:after {
  content: "";
  border-bottom: dashed 1px #5B7778;
  display: block;
  width: 100%;
  margin-top: -3px;
}


.section-rasr {
    width: fit-content;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 12px;
    font-size: 16px;
    background-color: #F13131;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease-out;
}

.section-rasr:hover {
  transform: scale(1.0161290323);
  color: #fff;
}

.block-sec-zamer {
    margin-bottom: 0px;
}

.links-line {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}

.links-line a{
  display: inline-flex;
  align-items: center;
}

.link-svg {
  margin-right: 5px;

}

.link-svg img{
  width: 20px;
  position: relative;
  top: -2px;
}

.link-svg-yt svg{
  fill: #c4302b;
}

.link-svg-vk svg{
  fill: #0077ff;
}


.places .slick-track {
  padding-top: 10px;
}

@media (max-width: 769px) {
  .places-item {
    max-width: 320px !important;
  }


  .places-item.active .places-text-hid {
    width: 120px;
    max-width: 320px;
    text-wrap: auto;
    font-size: 12px;
  }


  .new-block {
    margin-bottom: 2rem;
  }

  .card {
    border: 0px;
  }

  #zamer-accordion {
    padding-top: 20px;
  }

  .links-line {
    font-size: 16px;
  }

  .nav-seria.nav-glider {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    height: 44px;
  }

  .glider {
    top: 5px;
  }

  .new-nav .nav-glider .nav-item {
    display: inline-flex;
    min-height: 44px;
  }

  .header-block-center .h2-descr {
    padding: 0px 2%;
    text-align: center;
  }

  .comm-item {
    padding: 0px 5%;
  }

  .comments-box {
    margin-bottom: 1rem;
  }

}

.text-1 .article-text-block {
  background: rgb(245 245 245 / 90%) !important;
  border-radius: 15px;
  padding: 30px 30px;
  text-align: left;
}

.article-text-block h3 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: 'Geometria-Medium';
}

.dia-check-new {
  color: #0069b4;
  font-family: 'Geometria';
  font-size: 16px;
}

.dia-check-new:after {
  content: "";
  /*border-bottom: dashed 1px #5B7778; */
  display: block;
  width: 100%;
  margin-top: -3px;
}

.btn-green-empty .icon-green:before{
  color: #1A3F40 !important;
  margin-left: 0px;
  content: "keyboard_arrow_right";
}

.btn-green-empty:hover .icon-green:before{
  color: #fff !important;
}

.btn-green-empty .icon-green
{
  display: flex;
  align-items: center;
  justify-content: center;
}










.new-banner {
  min-height: 1000px;
}

.new-banner .banner-balkony {
  justify-content: flex-start;
  padding: 160px 60px;
}

.new-banner .banner-balkony .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.new-banner .banner-balkony .title {
  text-align: left;
}

.new-banner .btn-kontur {
  background: transparent !important;
  box-shadow: inset 0px 0px 0px 2px #fff;
  backdrop-filter: blur(7px);
}

.new-banner .banner-balkony .descr {
}

.new-banner .banner-panels {
  display: flex;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.new-banner .banner-panel {
    display: flex;
    border-radius: 10px;
    background: #00000061;
    color: #ffffff;
    font-size: 15px;
    flex-direction: column;
    padding: 8px 20px;
    backdrop-filter: blur(7px);
    width: max-content;
    align-items: flex-start;
    border: solid 1px #838383f7;
}

.new-banner .banner-panel span {
  display: block;
  font-size: 26px;
   color: var(--color-0);
   font-family: Geometria-Bold;
}

.new-banner .banner-balkony11 {
  aspect-ratio: auto;
}

.new-banner .banner-balkony11 .div {
  aspect-ratio: 16 / 9;
  animation: topblockAnim 15s infinite linear;
}

.new-banner .banner-balkony .btns {
  display: flex;
  gap: 10px;
  margin-top: 60px;
}

.new-banner .banner-balkony .btns a {
  margin: 0px;
}

@keyframes topblockAnim {
        0% {
          background-size: 100%;
        }
        25% {
          background-size: 105%;
        }
        50% {
          background-size: 110%;
        }
        75% {
          background-size: 105%;
        }
        100% {
          background-size: 100%;
        }
}

.new-banner .raiting {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 60px;

  display: flex;
  gap: 60px;
  align-items: center;
}

.new-banner .raiting span {
  position: relative;
  text-align: left;
}

.new-banner .raiting > span:first-child:after {
    content: "help";
    font-family: 'Material Symbols Outlined';
    font-size: 17px;
    margin-left: 5px;
    position: absolute;
    top: -1px;
}

.new-banner .raiting .menu-star {
  margin-left: 3px;
  top: 2px;
}

@media (max-width: 768px) {
  .new-banner .banner-balkony {
    aspect-ratio: auto;
    padding: 30px 10px;
    border-radius: 0px;
    padding: 0px 0px;
  }

  .new-banner .banner-balkony11 {
    aspect-ratio: auto;
  }

  .new-banner .banner-balkony .title {
    margin-top: 50px;
    padding: 0px 20px;
    padding-top: 30px;
  }

  .new-banner .banner-panels {
    padding: 0px 20px;
  }

  .new-banner .mob-scroll .banner-panels {
    display: flex;
    flex-wrap: nowrap;

  }

  .new-banner .mob-scroll .banner-panel {
    display: inline-flex;
        width: max-content;


    
  }

  .new-banner .mob-scroll2 .banner-panel {
    display: inline-flex;
    width: max-content;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
    
  }
  

  .new-banner .raiting > span:first-child:after {
    position: relative;
    top: 4px;
  }

  .new-banner .raiting {
    margin-bottom: 30px;
    padding: 0px 20px;
  }

  .new-banner .banner-balkony11 .div {
    aspect-ratio: auto;
    animation: none;
    border-radius: 0px;
  }

  .new-banner .btns {
    margin-bottom: 30px;
    padding: 0px 20px;
    flex-wrap: wrap;
  }

  .new-banner .btns a{
    width: -webkit-fill-available;
  }

  .new-banner .banner-balkony .container {
    padding: 0px;
    display: flex;
    align-items: flex-start;
  }

  .new-banner .mob-scroll {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    width: -webkit-fill-available;
  }

  .new-banner .menu-stars {
    display: flex;
  }
}

.ya-otz-list-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -30px;
}

.otvety {
 /* gap: 50px;
  display: flex;
  flex-wrap: wrap;*/
  columns: 2;
  column-gap: 30px;
  margin-bottom: 4rem;
}

.otvety-item {
  /*flex-basis: 45%;*/
  break-inside: avoid-column;
  margin-bottom: 30px;
  border-radius: 10px;
  background: rgb(245 245 245 / 90%);
  padding: 15px 20px;
}

.otvety-item-title {
  font-family: 'Geometria-Medium';
  font-size: 20px;
  margin-bottom: 15px;
}

.otvety-item-text {
  color: #5B7778;
}

@media (max-width: 768px) {

  .otvety {
    /* gap: 50px;
     display: flex;
     flex-wrap: wrap;*/
     columns: 1;
     column-gap: 30px;
     margin-bottom: 1rem;
   }

  .otvety-item {
    flex-basis: 95%;
  }
}


.columns {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
}

.column {
  display: flex;
  gap: 20px;
  flex-direction: column;
  height: fit-content;
}

.column-2{
  width: 49%;
}

.column-3{
  width: 33%;
  //width: calc((100% / 3) - (((3-1) / 3)* 20)px);
  max-width: (100% * 1/3) - ((20 * (3 - 1)) / 3);

  max-width: calc(33% - 20px);
}

@media (max-width: 768px) {
  .column-2{
    width: 100%;
  }

  .column-3{
    width: 100%;
    max-width: 100%;
  }

  .columns {
    flex-direction: column;
  }
  .columns .places-item {
    width: 100% !important;
  }
}

.columns .gray-art-item-img {
  aspect-ratio: auto;
  display: block;
}
.columns .gray-art-item {
  height: fit-content;
}

.columns .gray-art-item-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.columns .gray-art-item-img .article-line-1 {
  position: absolute;
  transform: translateY(0px);
}

.columns .gray-art-item:hover .article-line-1 {
  /*transform: translateY(-60px);
  opacity: 1;*/
}






.block-produce {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.block-produce-content {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  gap: 40px;
  position: relative;
}

.block-produce-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  /*right: -35px;
  top: 3px;*/
  z-index: 1;
  margin-left: 10px;
}

.block-produce-img img{
  width: 21px;  
  height: fit-content;
  transition: transform 1s ease-in-out;
}

.block-produce-content:hover .block-produce-img img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.block-produce-img:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.block-produce-text {
  display: flex;
  color: #5B7778;
}

.block-produce-list {
  width: 100%;
  display: flex;
  gap: 20px;
}

.block-produce-list-item {
  width: 25%;
  display: flex;
  padding-top: 0px;
  flex-direction: column;
  align-items: flex-start;

  background: #F6F6F6;
  border-radius: 15px !important;
  padding: 10px;

  border: solid 1px rgba(0, 0, 0, 0.03);
}

.block-produce-list-img {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.block-produce-list-img img {
  width: 100%;
  aspect-ratio: 1/1;
}



.block-produce-list-img.circle {
  border-radius: 50%;
}

.block-produce-list-img-logo {
  display: inline-block;
  width: max-content;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 60px;
  margin-left: -50px;
}

.block-produce-list-img.circle .block-produce-list-img-logo{
  margin-left: -15px;
}

.block-produce-list-img-logo img {
  height: 20px;
  width: auto;
  aspect-ratio: auto;
  transition: all 0.3s ease-out;
}

.block-produce-list-item:hover .block-produce-list-img-logo img {
  height: 22px;
} 

.block-produce-list-text {
  margin-top: 15px;
  font-family: Geometria-Medium;
}

.block-produce-list-text span{
  display: block;
  font-family: Geometria;
  color: var(--color-gray-light);
}


@media (max-width: 768px) {

    .block-produce-content {
      display: none;
    }

  
    .block-produce-list {
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }


    .block-produce-list-item {
      width: 65%;
      display: inline-flex;
    }

    .block-produce-list-img {
    width: 200px;
    aspect-ratio: 1 / 1;
    height: 200px;
  }

  .block-produce-img {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -35px;
    margin-left: -25px;
    top: 30px;
    display: none;
  }

  .block-produce-img img {
    width: 60px;
    height: 60px
  }
}

.dia-block {
    overflow: hidden !important;
  padding-right: 0px;
  padding-bottom: 30px;
}


.dia-block-item {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
}
.dia-block-item-lines {
  opacity: 1;
  transition: all 1.3s ease-out;
  overflow: visible;
}

.dia-block-item-lines span {
  width: 50px;
  margin-right: 0px;
  border-radius: 0px;
  opacity: 1 !important;
}

.dia-block-item-lines:before {
  background: #F6F6F6;
}

.dia-block-item-lines span.disable {
  background: #F6F6F6;
  opacity: 1;
}

.dia-block-item-lines span:nth-last-child(1 of :not(.disable)) {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.dia-block-item-lines span:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.dia-block-item-lines span:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dia-block-item-lines:last-child span:not(.disable) {
  background: #5B7778 !important;
}

.der {
  opacity: 0;
  height: 0px;
}

.der-vis {
  opacity: 1;
  height: auto;
}

.dia-block {
  overflow: visible;
}

.stage-pvh span{
    width: 260px;
    text-align: left;
    bottom: 0px;
    left: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.dia-block-stage {
  height: calc(100% + 50px);
  top: 5px;
}

.dia-block-item-lines span {
  /* width: 70px; */
  background-size: 840px 10px;
}

.dbi-cold .dia-block-item-lines span {
  /* width: 70px; */
}

.dbi-cold .dia-block-item-lines span {
  opacity: 0.75;
  margin-right: 0px;
}

.plus {
  font-size: 14px;
    display: block;
    position: absolute;
    font-weight: 400;
    background: #1A3F40;
    /* backdrop-filter: blur(7px); */
    -webkit-backdrop-filter: blur(7px);
    border-radius: 5px;
    padding: 0px 7px;
    width: max-content;
    margin-top: -40px;
    margin-left: 20px;
     opacity: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
     visibility: hidden;
    color: #fff;
    transition: all 0.7s ease-out;
    transform: translateY(5px);
}

.plus.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.plus:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #1A3F40;
}

.plus-full {
  margin-left: -20px;
}

.dia-check-new {
  transition: all 0.5s ease-out;
}

.dia-check-new.disable {
  opacity: 0.3;
  cursor: default;
  z-index: -1;
}

.dia-block-stage.stage-pvh {
	left: 290px;
}

.dia-check-new-block {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
}

@media (max-width: 769px) {

.dia-block-stage.stage-pvh {
	left: 180px !important;
}

}



.places-kuda-slider .places-item-img {
    aspect-ratio: 16 / 9 !important;
}



.places-dveri-slider .places-item {
  flex-basis: 29% !important;
  max-width: 1200px !important;
}

.places-dveri-slider.places-kuda-slider .places-item {
  flex-basis: 49% !important;
  max-width: 1200px !important;
}

@media (max-width: 769px) {

  .places-dveri-slider .places-item {
  flex-basis: 89% !important;
  max-width: 1200px !important;
}

}

.places-sticks {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--color-gray-light);
  flex-wrap: wrap;

  display: flex;
  align-items: center;

}


.places-sticks:before {
    /* color: #725FA2 !important;
    content: "tune" !important;
    font-family: 'Material Symbols Outlined';
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 0px; */
}

.places-sticks .stick{
  background: #D7FCD1;
  /*background: #fff !important;*/
  font-size: 12px;
  /*color: #5B7778;*/
  color: var(--color-0);
  /*border: solid 1px #725FA2;*/
  display: flex;
  border-radius: 35px;
  padding: 1px 9px;
  padding-top: 1px;

  width: max-content;

  display: flex;
  align-items: center;

  /*-webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -o-transform: skew(-18deg);*/

  border: solid 1px rgba(44, 183, 66, 0.30);
}

.places-dveri-slider .places-sticks .stick {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0%);
  -o-transform: skew(0deg);

  border-radius: 35px;
  background: #fff !important;
  color: #0069b4;
  border: solid 0px #0069b4 !important;
}


.places-dveri-slider .places-sticks .stick span{
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0%);
  -o-transform: skew(0deg);
}

.places-sticks .stick:after {
    /* color: #725FA2 !important;
    content: "chevron_right" !important;
    font-family: 'Material Symbols Outlined';
    height: 20px;
    position: relative;
    top: -1px;
    padding-left: 2px; */
}


.places-sticks .stick:first-child:before {
    /* color: #725FA2 !important;
    content: "chevron_right" !important;
    font-family: 'Material Symbols Outlined';
    height: 20px;
    position: relative;
    top: -1px;
    padding-right: 2px; */
}


.places-sticks .stick:last-child:after {
  /* content: "";
  display: none; */
}

.places-sticks .stick span {
  /*-webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -o-transform: skew(18deg);*/
}

.places-sticks-title {
  display: block;
  width: 100%;
}


.places-price {
  /*font-size: 15px;*/
  color: #8C959C;
  /*float: right;*/
  padding-right: 30px;
  font-family: 'Geometria-Medium';

  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 15px;
}

.places-price span{
  font-size: 22px;
  font-family: 'Geometria-Bold';
  color: #1A3F40;
}

.places-price .price-2 {
    /* background: url('/img/pay/yapay.png') left center no-repeat;
    background-size: contain;*/
    padding-left: 25px;
    height: 21px;
    display: flex;
    align-items: center;
}

.places-price .price-2 span{
    background: var(--color-0) !important;
    font-size: 12px;
    color: #fff;
    display: flex;
    border-radius: 25px;
    padding: 4px 12px;
    width: max-content;
    font-family: 'Geometria';
}

.places-price .price-2 img {
  height: 25px;
  margin: 0px 4px;
}

.places-dveri-slider .places-item-img {
  aspect-ratio: 16 / 9 !important;
}

.places-dveri-slider .places-descr {
  /*min-height: 60px;

  display: none !important;*/

  margin-bottom: 30px;

  display: none;
}

.places-dveri-slider .places-text {
  width: 100%;
}

.price-num {
  font-style: normal;
  display: inline-block;
  margin-left: 3px;
}

.stick-original {
    background: rgb(235,43,96);
    background: linear-gradient(90deg, rgba(235,43,96,1) 0%, rgba(235,43,56,1) 35%, rgba(235,43,96,1) 100%);
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    border-radius: 35px;
    padding: 0px 4px;
    padding-top: 0px;
    padding-right: 7px;
    /*padding-left: 40px;*/
    width: max-content;

    align-items: center;

}

.stick-original:before {
  color: #fff !important;
  content: "verified" !important;
  font-family: 'Material Symbols Outlined';
  height: 20px;
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.h2-descr .stick-original {
    margin-left: 35px;
}

.places-item  .stick-original{
  position: absolute;
  bottom: 10px;
  left: 10px;
}



.stick-art-type{
  background: var(--color-0) !important;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  border-radius: 35px;
  padding: 0px 4px;
  padding-top: 0px;
  padding-right: 7px;
  /*padding-left: 40px;*/
  width: max-content;

  align-items: center;

}

.stick-art-type:before {
color: #fff;
content: "";
font-family: 'Material Symbols Outlined';
height: 20px;
position: relative;
top: 0px;
margin-right: 5px;
}

.stick-art-type.type-3 {
  background: #BF3A59 !important;
}

.stick-art-type.type-3:before {
  content: "play_circle";
}

.stick-art-type.type-4 {
  background: #AD7BAC !important;
}

.stick-art-type.type-4:before {
  content: "phone_iphone";
}

.stick-art-type.type-1 {
  background: var(--color-0) !important;
}

.stick-art-type.type-1:before {
  content: "article";
}

.stick-art-type.type-5 {
  background: #1A3F40 !important;
}

.stick-art-type.type-5:before {
  content: "post";
}

.gray-art-item-img .stick-art-type{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.gray-art-item-img-empty .stick-art-type {
  margin-bottom: 10px;
}












.more-link {
	cursor: pointer;
	position: relative;
}

.more-link b {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    position: absolute;
    font-weight: 400;
    /*background: rgba(245, 244, 242, 0.8);
	
    backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);*/
    border-radius: 15px;
    padding: 0px 0px;
    width: max-content;

    bottom: calc(100% + 5px);
	top: auto;

	right: 0px;
	margin-top: 45px;
    opacity: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    visibility: hidden;
	z-index: 21000;

	/* overflow: hidden; */

	transition: all 0.3s ease-out;

    border: solid 1px rgba(0,0,0,.1);
}

.more-link b .has-menu b {
	background: transparent;
}

.more-link b:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-radius: 15px;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background: rgba(245, 245, 245, 0.5);
  z-index: -1;
}

.more-link.left-half b:before {
	left: 0px;
}

.more-link-b-close {
  height: 33px;
  width: 33px;
  /* background: #F6F6F6; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  right: 20px;
  top: 20px;
}

.more-link-b-close:after {
  position: absolute;
  transition: all 0.3s ease-out;
  color: #1A3F40;
  font-size: 22px;
  content: "close";
  font-family: 'Material Symbols Outlined';
}

.more-link.top-half > b {
	bottom: auto;
	top: 2px;
}

.more-link.active b {
    opacity: 1;
    visibility: visible;
}

.item-icon {
	display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.item-icon-wh {
	background: url(/img/icons/small/wh.png) no-repeat center center;
    background-size: 20px;
}

.item-icon-tg {
    background: url(/img/icons/small/tg.png) no-repeat center center;
    background-size: 20px;
}

.item-icon-ph {
    background: url(/img/icons/small/phone.png) no-repeat center center;
    background-size: 20px;
}

.item-icon-phin {
    background: url(/img/icons/small/phone-in.png) no-repeat center center;
    background-size: 20px;
}

.more-link b a, .more-link b .a, .more-link b .a.bold-gray {
	font-size: 0.9rem;
	/*width: 100%;*/
	width: calc(100% - 8px);
	padding: 6px 15px;
	display: flex;
	align-items: center;
	transform: none;
	border-radius: 5px;
	color: #1A3F40;

	position: relative;

	margin: 0px 4px;
}

.more-link b a:first-child, .more-link b .a:first-child, .more-link b .a.bold-gray:first-child {
	margin-top: 4px;
}

.more-link b a:last-child, .more-link b .a:last-child, .more-link b .a.bold-gray:last-child {
	margin-bottom: 4px;
}

.more-link b .item:first-child {
	margin-top: 4px;
}

.more-link b .item:last-child {
	margin-bottom: 4px;
}


.more-link b .a {
	cursor: default;
}

.more-link .lines {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
	justify-content: center;
}

.more-link .lines span:nth-child(2) {
	display: block;
	color: var(--color-gray-light);
	font-size: 0.8rem;
}

.more-link .lines span {
	padding-left: 34px;
}

.more-link .lines i{ 
	font-style: normal;
	font-size: 34px;
	position: absolute;
	left: 9px;
	top: 3px;
}


.more-link b a:hover{
	font-size: 0.9rem;
	color: #fff;
	background: rgb(0 105 180 / 90%);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);

	transform: none;
}

.more-link .lines:hover span:not(.material-symbols-outlined), .more-link .lines.act span:not(.material-symbols-outlined){
	color: #fff !important;
}


.more-link b .act.has-menu{ 
	background: rgb(0 105 180 / 90%);
	color: #fff !important;
}

.more-link b .act.has-menu:after{ 
	color: #fff !important;
}

.more-link b a.bold, .more-link b .a.bold{
	font-weight: 600;
}

.more-link b a.bold, .more-link b .a.bold-gray{
	font-weight: 500;
	color: var(--color-gray-light);
	font-size: 0.8rem;
	opacity: 0.6;
}

.more-link .item-spec {
	/* color: #5ac31a !important; */
	font-weight: 500;
}

.more-link .item-spec:after {
	/* color: #5ac31a !important; */

}

.more-link b div.has-menu{
	font-size: 0.9rem;
	width: calc(100% - 8px);
	padding: 6px 15px;
	display: flex;
	align-items: center;
	transform: none;
	border-radius: 5px;

	margin: 0px 4px;

	color: #1A3F40;
	position: relative;

	padding-right: 40px;
}

.more-link b div.has-menu:hover{
	font-size: 0.9rem;
	color: #fff;
	background: rgb(0 105 180 / 90%);
	/*backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);*/

	transform: none;
}

.more-link b div.has-menu:hover:after{
	color: #fff;
}

.more-link b .has-menu:after {
	font-family: 'Material Symbols Outlined';
    content: "navigate_next";
    font-size: 20px;
    padding-right: 3px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    color: #1A3F40;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-weight: 200;

	position: absolute;
    right: 0px;
    height: 30px;
}

.more-link b a.has-menu:hover:after {
	color: #fff;	
}

.more-link b .hr {
	display: flex;
	width: 94%;
	height: 1px;
	margin: 1px 3%;
	background: #1a3f402f;
	position: relative;
}

.more-link b .has-menu b {
    opacity: 0;
    visibility: hidden;

	margin-top: 0px;
    /* right: -100%; */
    /* margin-left: -200%; */
    left: -98%;
    /* margin-left: 100px; */

	bottom: auto;
    top: -4px;
}

.more-link b .has-menu b.b-content {
	margin-left: 5px;
	min-width: 100%;
	color: #1A3F40;
}

.more-link b .has-menu b.b-content .form-control{
	width: auto;
}

.more-link b .has-menu b.b-content .v-but {
	width: auto;	
}

.more-link.left-half b{
    left: 0%;	
}

.vasilich-top-menu.more-link b {
    left: -10px;
	margin-top: 30px;
}

.more-link.left-half b .has-menu b {
	left: 0px;
    right: auto;
    margin-left: 100%;
}

.more-link b .has-menu:hover > b {
    /*opacity: 1;
    visibility: visible;
	*/
}

.more-link b .has-menu > b {
    opacity: 0;
    visibility: hidden;
}

.more-link b .has-menu.act > b {
    opacity: 1;
    visibility: visible;
}

.more-link b .material-symbols-outlined {
	position: relative;
	min-width: 25px;
	padding-left: 0px;
	top: -1px;
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 48
}

.more-link b .material-symbols-outlined.small {
	font-size: 23px;
}









.places-dveri-slider .places-item {
  background: #F6F6F6;
  border-radius: 15px !important;
  align-items: flex-start;
  flex-direction: column;
  border: solid 0px #fff;
  padding: 10px;

  aspect-ratio: auto;
  padding-bottom: 20px;

  border: solid 1px rgba(0, 0, 0, 0.03);
}

.places-dveri-slider .places-title {
  font-size: 12px !important;
}

.places-dveri-slider .places-item-img {
    min-width: 100%;
    aspect-ratio: 4 / 4;
    border-radius: 10px;
    margin-left: 0%;
    margin-top: 0%;
    border: solid 0px #fff;

    position: relative;
}

.places-dveri-slider .places-text {
    position: relative;
}

.places-dveri-slider .block-sec .btn-green-empty .icon-green:after {
    background: #1A3F40;
}

.places-dveri-slider .block-sec .btn-green-empty .icon-green:before {
  color: #fff !important;
}

.places-dveri-slider .slick-list {
padding-left: calc((100vw - 1160px) / 2) !important;
}

.places-dveri-slider .places-close {
  display: none;
}

.container-dveri .places-dveri-slider .places-item-img {
    aspect-ratio: 4 / 3 !important;
}

.container-dveri .places {
  flex-wrap: wrap;
}

.places-title span {
  font-size: 20px;
  font-family: 'Geometria-Medium';
  display: block;
}

@media (max-width: 769px) {
  .container-dveri {

  }

  .places-dveri-slider .places-item {
    flex-basis: 45%;
  }

  .places-title span {
    /* font-size: 12px !important; */
  }


  .container-dveri .places {
    flex-wrap: wrap !important;
  }

}




.places-dveri-slider .places-item {
  display: flex;
  background: #F6F6F6;
  border-radius: 15px !important;
  align-items: flex-start;
  flex-direction: column;
  border: solid 0px #fff;
  padding: 10px;

  aspect-ratio: auto;
  padding-bottom: 20px;

  border: solid 1px rgba(0, 0, 0, 0.03);
}

.places-dveri-slider .places-title {
  font-size: 12px !important;
}

.places-dveri-slider .places-item-img {
    min-width: 100%;
    aspect-ratio: 4 / 4;
    border-radius: 10px;
    margin-left: 0%;
    margin-top: 0%;
    border: solid 0px #fff;

    position: relative;
}

.places-dveri-slider .places-text {
    position: relative;
}

.places-dveri-slider .block-sec .btn-green-empty .icon-green:after {
    background: #1A3F40;
}

.places-dveri-slider .block-sec .btn-green-empty .icon-green:before {
  color: #fff !important;
}

.places-dveri-slider .slick-list {
padding-left: calc((100vw - 1160px) / 2) !important;
}

.places-dveri-slider .places-close {
  display: none;
}

.container-dveri .places-dveri-slider .places-item-img {
    aspect-ratio: 4 / 3 !important;
}

.container-dveri .places {
  flex-wrap: wrap;
}


.places-container {  
  padding-bottom: 100px;

  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.places-item {
    border-radius: 15px !important;

    aspect-ratio: 4/4;
    border-radius: 15px;
    display: inline-flex !important;
    align-items: flex-end;
    flex: 1;
    margin: 0px;
    padding: 0px;
    align-items: center;
    /*background: #F6F6F6;*/

    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);

    /*cursor: pointer;*/
    transition: all 0.3s ease-out;

    max-width: 460px;
    position: relative;
}

.places-item:hover {
  transform: scale(1.02);
}

@media (max-width: 769px) {
  .container-dveri {

  }

  .places-dveri-slider .places-item {
    flex-basis: 45%;
  }

  .places-title span {
    /* font-size: 12px !important; */
  }


  .container-dveri .places {
    flex-wrap: wrap !important;
  }

}

