@font-face {
  font-family: HelveticaRegular;
  src: url(../fonts/HelveticaRegular.ttf); }
@font-face {
  font-family: HelveticaMedium;
  src: url(../fonts/HelveticaMedium.ttf); }
@font-face {
  font-family: HelveticaBold;
  src: url(../fonts/HelveticaBold.ttf); }
@font-face {
  font-family: HelveticaBlack;
  src: url(../fonts/HelveticaBlack.ttf); }
  
/*=============================
          TAG STYLE
=============================*/

* {
  padding: 0;
  margin: 0;
  font-family: 'HelveticaMedium', sans-serif; }
body {
  max-width: 1920px; 
}
a {color: #0086ce;}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  background: none;
  margin:2px;
}
*::-webkit-scrollbar-thumb {
  background-color: #4ad1fe;
  border-radius: 0px;
}

*::-webkit-scrollbar:horizontal {
  height: 20px;
}

*::-webkit-scrollbar-track:horizontal {
  background: #4AD1FE;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 45%, rgba(74, 209, 254, 1) 45%, rgba(74, 209, 254, 1) 50%, rgba(74, 209, 254, 1) 55%, rgba(0, 0, 0, 0) 55%);
  margin: 0px 20px 0px 20px;
}

*::-webkit-scrollbar-thumb:horizontal {
  background-color: #4ad1fe;
  border-radius: 0px;
  border-top:5px solid white;
  border-bottom:5px solid white;
  height: 20px;
  width: 20px;
}
/**::-moz-scrollbar {
  width: 4px;
}
*::-moz-scrollbar-track {
  background: none;
  margin:2px;
}
*::-moz-scrollbar-thumb {
  background-color: #4ad1fe;
  border-radius: 0px;
}
*::-moz-scrollbar-track:horizontal {
  background: none;
  margin: 0px 20px 0px 20px;
}

*::-moz-scrollbar-thumb:horizontal {
  background-color: #4ad1fe;
  border-radius: 0px;
  border-top:5px solid white;
  border-bottom:5px solid white;
  height: 8px;
  width: 8px;
}
*::-o-scrollbar {
  width: 4px;
}
*::-o-scrollbar-track {
  background: none;
  margin:2px;
}
*::-o-scrollbar-thumb {
  background-color: #4ad1fe;
  border-radius: 0px;
}
*::-o-scrollbar-track:horizontal {
  background: none;
  margin: 0px 20px 0px 20px;
}

*::-o-scrollbar-thumb:horizontal {
  background-color: #4ad1fe;
  border-radius: 0px;
  border-top:5px solid white;
  border-bottom:5px solid white;
  height: 8px;
  width: 8px;
}*/
#scrollUp {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 3px;
  right: 5px;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: 30% 30%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}
#scrollUp img {padding: 6px;}
#scrollUp:hover {
  background-color: rgba(255, 255, 255);
}
/*=============================
          /TAG STYLE
=============================*/

/*=============================
            GENERAL
=============================*/
.v_nalichii {color:#4CAF50;}
.pod_zakaz {color:#000080;}
.net_v_nalichii {color:#F44336;}
.dpn {display:none;}
.h-color {
    color: #e8e5dc;
}
.a_link {
    color:black;
    text-decoration: none;
}
.h-color_2 {
    color: #4ad1fe;
}
.h1 {font-size: 2em;}
.box {
    box-sizing:border-box;
    margin:0px;
    padding:0px 20px 0px 20px;
    max-width: 1920px;
    position:relative;
}
.horizontal_scrolling_box {
    box-sizing:border-box;
    border: 0px solid black;
    display:flex; /*flex*/
    width:100%;
    overflow-x:scroll;
    white-space: nowrap;
}
.horizontal_scrolling_inside-box {
    box-sizing:border-box;
    border: 0px solid red;
    display:flex;
}
.h {
    box-sizing:border-box;
    margin:0px;
    margin-top:30px;
    padding:0px;
    position:relative;
    display:inline-block;
    height:auto;
}
.price_old {
    text-decoration:line-through;
}
#breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
#breadcrumb .breadcrumb {
    padding: 8px 0px;
    list-style: none;
}
#breadcrumb .breadcrumb > li {
    display: inline-block;
    text-decoration:none;
    text-transform:uppercase;
}
#breadcrumb .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    font-size: 25px;
    line-height:1px;
    content: "→\00a0";
}
#breadcrumb .breadcrumb > .active {
    color: #7f7f7f;
}
#breadcrumb .breadcrumb > li a {
    text-decoration:none;
    color:black;
    padding:0px;
}
.content {
    font-size:14px;
}
.content ul, .content ol {
    box-sizing:border-box;
    margin-top:20px;
}
.content ul li, .content ol li {
    box-sizing:border-box;
    margin-top:5px;
    margin-left:20px;
}
.content p, .content h2 {
    box-sizing:border-box;
    margin-top:20px;
}
.content strong, .content em, .content h2 {
    font-weight:bold;
    color: #e8e5dc;
    font-style:normal;
}
b {
    font-weight:bold;
    color: #4ad1fe;
    font-style:normal;
}
.theme-color {
    color: #e8e5dc !important; 
}
.theme-color_2  {
    color: #4ad1fe !important;
}
.color_black {
    color:black;
}
.bold {
    font-weight:bold;
}
.modal {
  overflow-y: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none; 
}
.modal-2 {
  overflow-y: auto;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none; 
}
.kviz {margin-top:50px;margin-bottom:70px;}
.skidka {
    position: fixed;
    background-color: gray;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    transform:translate(-50%, -0%);
    text-align:center;
    font-size:1vw;
}
/*-------------messenger-button------------*/

  .messenger {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 60px;
  width:60px;
  height: 60px;
  /* overflow: hidden; */
  }
  .messenger-btn {
  padding: 14px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 60px;
  background-color: #4ad1fe;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  }
  .messenger-btn img {
  width: 32px;
  height: 32px;
  }
  .messenger-links {
  top: 0px;
  transform: scale(0);
  transform-origin: 100% 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  margin-right:70px;
  }
  .messenger-links.show {
  left: 0;
  transform: scale(1);
  }
  .messenger-links a {
  width: 40px;
  margin-left: 4px;
  text-decoration: none;
  }
  .messenger-links img {
  max-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
  .messenger-links a:hover img {
  transform: scale(1.1);
  text-decoration: none;
  }

.svg-icon-tel-1 {fill: #4ad1fe;}
.svg-icon-tel-2 {fill: #fff;}

.svg-icon-telegram-1 {fill: #4ad1fe;}
.svg-icon-telegram-2 {fill: #fff;}

.svg-icon-viber-1, .svg-icon-viber-5 {fill:none;}
.svg-icon-viber-2{fill:#4ad1fe;}
.svg-icon-viber-3{clip-path:url(#clip-path);}
.svg-icon-viber-4{fill:#fff;}
.svg-icon-viber-5{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.91px;}

.svg-icon-whatsapp-1 {fill:#4ad1fe;}
.svg-icon-whatsapp-2 {fill:#fff;}

/*-------------/messenger-button------------*/

/*-------------sell-button------------*/

  .sell {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 135px;
  width:60px;
  height: 60px;
  /* overflow: hidden; */
  }
  .sell-btn {
  padding: 14px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 60px;
  background-color: #4ad1fe;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  }
  .sell-btn img {
  width: 32px;
  height: 32px;
  }
 
  .sell-links {
  background-color:rgba(0, 0, 0, .5);
  display:none;
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index: 0;
  }
  .sell-links img {
  max-height:80vh;
  margin-top:5%;
  margin-bottom:5%;
  margin-left:25%;
  margin-right:25%;
    width:50%;
    object-fit: contain;
  }
  .sell-links.show {
      display:block;
  }


/*-------------/sell-button------------*/


/*=============================
            /GENERAL
=============================*/

/*=============================
            HEADER
=============================*/

.header-top {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top:10px;
    padding-top:10px;
}
.header-top-box-1 {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-top-box-2 {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left:10px;
    column-gap: 10px;
}
.header-top-box-2 a img {filter: hue-rotate(90deg);}
.header-top-box-3 {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left:10px;
    column-gap: 8px;
}
.header-top-box-3 span {font-size:18px;margin-left:20px;}
.header {
    border-bottom:1px solid black;
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.logpc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  display: inline-block;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  min-width: 70px;
  min-height: 70px;
  margin-top: 0px;
  position: relative; 
}
.logo_text {
  white-space: nowrap;
  overflow: hidden;
}
.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact {
  display: flex;
  align-items: end;
  flex-direction: column;
 
}
.header-contact-mb {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size:12px;
}
.phone, .phone a {
      text-decoration: none;
      color: #7f7f7f;
      padding:2px 0px;
}
.phone-mb, .phone-mb a {
      text-decoration: none;
      color: #7f7f7f;
      padding:2px 0px;
}
.btn-1 {
  position:relative;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #4ad1fe;
  outline: none;
  background: white;
  border: none;
  text-decoration: none;
  padding: 5px 10px;
  text-transform:uppercase;
}
.btn-2 {
  margin-top:20px;
  position:relative;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: white;
  outline: none;
  background: none;
  border: 2px solid white ;
  text-decoration: none;
  text-align: center;
  padding: 15px 10px;
  text-transform:uppercase;
}
.pop-up-form-1 {
    box-sizing:border-box;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:15px;
    background: white;
}
.pop-up-form-1 .btn-1 {
    margin-top:30px;
    font-size:25px;
}
.pop-up-form-1-h {
    box-sizing:border-box;
    width:100%;
    padding-right:30px;
    text-transform: uppercase;
    font-size:30px;
    text-align:left;
}
.pop-up-form-1-sub-h {
    width:100%;
    padding-top:20px;
    font-size:16px;
    text-align:left;
    font-weight:normal;
}
.pop-up-form-1-input-1 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:100%;
    padding: 10px 0px;
    border:none;
    border-bottom: 1px solid #7f7f7f;
    margin-top:20px;
    color:#7f7f7f;
    font-size: 16px;
}
.pop-up-form-1-input-2 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:15px;
    height:15px;
    font-size: 10px;
    line-height: 10px;
}
.pop-up-form-1-lable-2 {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
.pop-up-form-1-div-1 {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:100%;
    margin-top:40px;
}
/*-------------search-form-------------*/

.search-form {
    border: 1px solid #f7f7f7;
    border-radius: 0px 0px 0px 0px;
    padding: 3px 5px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form input {border:0px;outline:none;min-width: 50px;max-width:100px;background:none;}
.search-form input:active {outline:none;}
.search-form button {border:0px;background: none;height:20px;}

/*-------------/search-form------------*/

/*-------------header-mob--------------*/
.logmb {
    display: none;
    padding: 5px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.slicknav_menu {
    display: none;
    background: white;
}
.slicknav_nav a {outline: none;}
.fflexx {
    display: none;
    position: absolute;
    top: 60px;
    left: 10px;
    width: 80%;
    justify-content: space-between;
    align-items: center;
}
.fflexx .btn-1 {
    text-decoration: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 0px;
    background: #e8e5dc;
    color: white;
    font-size: 12px;
    margin: 5px;
    text-transform: uppercase;
}

/*-------------/header-mob-------------*/

/*-----------------menu----------------*/
.r2 {width: 40%;}
.r2-list-1 {
  list-style: none;
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative; }
  .r2-list-1 li {
    display: inline-block;
    text-align: left;
    position: relative;
    white-space: nowrap;
  }
    .r2-list-1 li:hover ul.sub-menu {
      display: block; }
    .r2-list-1 li ul.sub-menu {
      display: none;
      position: absolute;
      width: 300px;
      z-index: 1000;
      min-width: 160px;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      margin: 0;
      padding: 0;
      left: 0; }
    .r2-list-1 li ul.sub-menu li {display: block;width: 100%; }
    .r2-list-1 li ul.sub-menu li ul.sub-menu {display: none;top: 0;left: 100%; }
    .r2-list-1 li ul.sub-menu li a, .r2-list-1 li ul.sub-menu li span {padding: 8px 10px;display: block;white-space: nowrap;color: #212121 !important;text-decoration: none; }
    .r2-list-1 li ul.sub-menu li a:hover {color: #00b4f7 !important; }
    .r2-list-1 li ul.sub-menu li:hover ul.sub-menu {display: block; }
    .r2-list-1 li a, .r2-list-1 li span {
      cursor: pointer;
      text-decoration: none;
      font-family: 'HelveticaMedium', sans-serif;
      font-size: 16px;
      color: #000;
      outline: none;
      display: block;
      padding: 5px 0px;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease; }
    .r2-list-1 li a:hover {
      color: #00b4f7; }
      
/*-----------------menu----------------*/

/*=============================
            /HEADER
=============================*/

/*=============================
            MAIN PAGE
=============================*/
.h2-all {
    border-bottom:2px solid black;
    font-size:20px;
    line-height:30px;
    text-align:left;
    width:100%;
}
.main-page-view-all {
    display:inline-block;
    position:relative;
    font-size:20px;
    border-bottom:2px solid #e8e5dc;
    text-decoration: none;
    color:black;
    margin-top:30px;
    padding-right:30px;
}
.main-page-view-all:before {
    content:'';
    position:absolute;
    width:0px;
    height:0px;
    border: 5px solid transparent;
    border-left-color:#e8e5dc;
    border-right: 0;
    margin-left:100%;
    bottom:-6px;
}
.sub-h-main-page {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
/*-----------main-page-main-image-------*/
.main-page-main-image {
  background-image: url("../img/main-page-image.webp");
  background-position: 0% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:70vh;
  padding:15px;
  position:relative;
  margin-top: 200px;
  display: block;
}
.main-page-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .0);
}
.main-page-main-image-span_1 {
    position:relative;
    margin-top:0px;
    top:-190px;
    display:inline-block;
    width:100%;
	height:auto;
	font-size:45px;
	font-weight:bold;
	line-height: 50px;
}
.header_1-in-mane-page {
    box-sizing:border-box;
    margin:0px;
    margin-top:0px;
    top:-160px;
    padding:0px 0px 0px 130px;
    position:relative;
    display:inline-block;
    width:59.5%;
    height:auto;
    font-size:25px;
}
.main-page-main-image-span_2 {
    box-sizing:border-box;
    margin:0px;
    margin-top:0px;
    top:-160px;
    padding:0px;
    position:relative;
    display:inline-block;
    width:40%;
    height:auto;
    font-size:14px;
    color:black;
    text-align:right;
}
.main-page-main-image-span_3 {
    position:absolute;
    box-sizing:border-box;
    display:block;
    right:10px;
    bottom:10px;
}
.main-page-main-image-span_3 .btn-1 {
    display:inline-block;
    padding: 15px 50px;
}
.mpmi-span_2 {
    box-sizing:border-box;
    position:absolute;
    bottom:10px;
    left:10px;
    display:inline-block;
    padding: 20px;
    color:white;
    text-transform:uppercase;
    line-height:25px;
    font-size:20px;
    background-color:rgb(0,0,0,0.5);
}
/*----------/main-page-main-image-------*/

/*---------------8_prichin--------------*/
.h2-8-prichin {
    border-bottom:2px solid black;
    font-size:30px;
    line-height:45px;
    text-align:left;
    width:100%;
}
.h2-8-prichin-mob {
    display:none;
}
.prichina_1, .prichina_2, .prichina_3, .prichina_4, .prichina_5, .prichina_6, .prichina_7, .prichina_8 {
    margin-left:1%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:5px;
    min-width:23%;
    width:23%;
    height:70vh;
    max-height:600px;
    align-items: center;
    justify-content: center;
}
.prichin_8 {
    box-sizing:border-box;
    padding:0px 20px 0px 20px;
    margin-top:30px;
}
.prichin_8 div:first-child {
    margin-left:0px;
}
.prichin_8 .horizontal_scrolling_inside-box span {
    white-space:normal;
    text-align:center;
    padding:5px;
    background:rgba(0, 0, 0, 0.2);
    color:white;
}
.prichina_1 {background-image: url("../img/8_prichin_1.webp");}
.prichina_2 {background-image: url("../img/8_prichin_2.webp");}
.prichina_3 {background-image: url("../img/8_prichin_3.webp");}
.prichina_4 {background-image: url("../img/8_prichin_4.webp");}
.prichina_5 {background-image: url("../img/8_prichin_5.webp");}
.prichina_6 {background-image: url("../img/8_prichin_6.webp");}
.prichina_7 {background-image: url("../img/8_prichin_7.webp");}
.prichina_8 {background-image: url("../img/8_prichin_8.webp");}

/*---------------8_prichin--------------*/

/*---------------process--------------*/
.sub-h-main-page-process {
    font-size:30px;
    line-height:30px;
    text-align:center;
    width:100%;
}
.process {
    margin-top:30px;
}
.process div {
    margin-left:12.5%;
    padding:0px;
    min-width:25%;
    width:25%;
    max-height:400px;
    flex-direction:column;
    justify-content: start;
}
.process div:first-child {
    margin-left:0px;
}
.process div span {
    display:block;
    position:relative;
    white-space:normal;
    text-align:left;
    padding:0px;
}
.process-1 {
    border-bottom:2px solid gray;
    font-size: 100px;
}
.process-1:before {
    content:'';
    position:absolute;
    width:0px;
    height:0px;
    border: 5px solid transparent;
    border-left-color:gray;
    border-right: 0;
    margin-left:100%;
    bottom:-6px;
}
.process-2 {
    margin-top:30px;
    font-size: 35px;
}
.process-3 {
    margin-top:30px;
    font-size: 17px;
}
/*---------------/process-------------*/

/*---------------proekty--------------*/
.sub-h-main-page-proekty {
    font-size:20px;
    line-height:20px;
    text-align:left;
    width: auto;
}
.proekty {
    margin-top:30px;
}
.proekty div {
    margin-left:0.5%;
    padding:0px;
    min-width:33%;
    width:33%;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    text-align: center;
}
.proekty div:first-child {
    margin-left:0px;
}
.proekty div span {
    display:block;
    position:relative;
    white-space:normal;
    text-align:left;
    padding:0px;
}
.proekty-1 {
    width:100%;
}
.proekty-2 {
    margin-top:30px;
    font-size: 17px;
    text-transform:uppercase;
}
.proekty-3 {
    display:inline-block;
    margin-top:30px;
    font-size: 15px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    padding: 5px 20px;
}
/*--------------/proekty--------------*/

/*---------------katalog--------------*/
.katalog-main-page {
    margin-top:30px;
}
.katalog-main-page img{
    width:100%;
}
.katalog-main-page a{
    width:100%;
}
.katalog-main-page div {
    margin-left:5%;
    padding:0px;
    min-width:30%;
    width:30%;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-main-page div:first-child {
    margin-left:0px;
}
.katalog-main-page div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.katalog-main-page-1 {
    width:100%;
}
.katalog-main-page-2 {
    width:100%;
    margin-top:5px;
}
.katalog-main-page-2-1 {
    width:49%;
    color:#7f7f7f;
}
.katalog-main-page-2-2 {
    width:49%;
    text-align:right;
}
.katalog-main-page-2-3 {
    width:49%;
    color:black;
    font-size:20px;
    font-weight:bold;
}
.katalog-main-page-3 {
    display:inline-block;
    width:260px;
    margin-top:20px;
    font-size:20px;
    font-weight:bold;
}
.katalog-main-page-4 {
    display:inline-block;
    width:100%;
    margin-top:20px;
    font-size:20px;
}
.katalog-main-page-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 20px 20px;
}
/*--------------/katalog--------------*/

/*----------------form----------------*/

.sub-h-main-page-form-1 {
    display:block;
    position:relative;
    font-size:60px;
    text-align:center;
}
.sub-h-main-page-form-1-span-1 {
    position:relative;
    display:inline-block;
    left:-100px;
}
.sub-h-main-page-form-1-span-2 {
    position:relative;
    display:inline-block;
    left:100px;
}
.sub-h-main-page-form-2 {
    display:block;
    position:relative;
    font-size:20px;
    text-align:center;
    margin-top:30px;
}
.main-page-form-box {
    display:block;
    position:relative;
    text-align:center;
}
.main-page-form {
    display:inline-block;
    position:relative;
    margin-top:30px;
    text-align:left;
    width:50%;
}
.main-page-form .btn-1 {
    padding:20px 30px;
    width:100%;
    margin-top:20px;
    color: white;
    background: #e8e5dc;
}
.main-page-form-input-1 {
    display:inline-block;
    position:relative;
    width:100%;
    border:none;
    border-bottom: 1px solid #7f7f7f;
    margin-top:20px;
    color:#7f7f7f;
    font-size: 18px;
}
.main-page-form-input-2 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:15px;
    height:15px;
    margin-top:20px;
}
.main-page-form-lable-1 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    top:-2px;
    margin-left:30px;
    font-size: 15px;
    line-height:15px;
}
/*---------------/form----------------*/   
/*=============================
            /MAIN PAGE
=============================*/

/*=============================
       KATALOG BASSEINOV
=============================*/
.katalog-gidromassazhnyh-spa-basseinov-main-image {
  background-image: url("../img/katalog-gidomassazhnyh-spa-basseinov-image-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:0px;
  position:relative;
  margin-top: 0px;
  display: block;
}
.katalog-gidromassazhnyh-spa-basseinov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}

.katalog-plavatelnyh-spa-basseinov-main-image {
  background-image: url("../img/katalog-plavatelnyh-spa-basseinov-image-pc.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:0px;
  position:relative;
  margin-top: 0px;
  display: block;
}
.katalog-plavatelnyh-spa-basseinov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}

.katalog-basseinov-main-image-box {
    display:block;
    width:70%;
    position:absolute;
    bottom:40px;
}
.header_1-in-katalog-basseinov {
    box-sizing:border-box;
    margin:0px;
    padding:0px 0px 0px 40px;
    position:relative;
    display:inline-block;
    text-transform:uppercase;
    text-align:left;
    width:100%;
    font-size:25px;
    color:white;
}
.katalog-basseinov-main-image-span_1 {
    position:relative;
    margin-top:20px;
    padding:0px 0px 0px 40px;
    display:inline-block;
    width:100%;
	font-size:20px;
	line-height:25px;
	color:white;
}

/*---------category-view----------------*/  
.katalog-basseinov-kategory-view {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: nowrap;
}
.katalog-basseinov-kategory-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:40%;
}
.kbkvib-1 {
    width:100%;
    position:relative;
}
.kbkvib-2 {
    margin-top:10px;
    position:relative;
}
.kbkvib-2-1 {
    text-transform:uppercase;
    font-size: 17px; 
}
.kbkvib-2-2 {
    font-size: 20px;
    color:#7f7f7f;
    cursor:pointer;
}
.kbkvib-2-2:hover ~ .kbkvib-2-3 {
    visibility:visible;
}
.kbkvib-2-3 {
	display: block;
	max-width: 300px;
	min-width: 200px;
	min-height:250px;
	position: absolute;
	padding:5px;
	font-size: 12px;
	color:black;
	border:1px solid #7f7f7f;
	top: 20%;
	left: 105%;
	right: 0;
	bottom: 0;
	background-color:rgba(255, 255, 255, 1.0);
	z-index:999;
	visibility:hidden;
}
.kbkvib-3 {
    display:inline-block;
    margin-top:20px;
    font-size: 15px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    padding: 10px 20px;
}
/*--------/category-view----------------*/

/*---------product-view----------------*/  
.katalog-basseinov-product-view {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-basseinov-product-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:22.5%;
    margin-bottom:20px;
}
.katalog-basseinov-product-view div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.kbpv-1 {
    width:100%;
}
.kbpv-2 {
    width:100%;
    margin-top:5px;
    font-size:14px;
}
.kbpv-2-1 {
    width:64%;
    color:#7f7f7f;
}
.kbpv-2-2 {
    width:34%;
    text-align:right;
}
.kbpv-3 {
    display:inline-block;
    width:220px;
    margin-top:20px;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    color:black;
}
.kbpv-4 {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: end;
}
.kbpv-4-1 {
    display:inline-block;
    width:60%;
    margin-top:20px;
    font-size:20px;
}
.kbpv-4-2 {
    display:inline-block;
    width:35%;
    margin-top:20px;
    font-size:12px;
    text-align: right;
}
.kbpv-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}
/*--------/product-view----------------*/  

/*=============================
      /KATALOG BASSEINOV
=============================*/

/*=============================
       KATALOG PAVILIONOV
=============================*/
.katalog-pavilionov-main-image {
  background-position: 75% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:0px;
  position:relative;
  margin-top: 0px;
  display: block;
}
.katalog-pavilionov-main-image img {
    width:100%;
    position:absolute;
}
.katalog-pavilionov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}
.katalog-pavilionov-main-image-box {
    display:block;
    width:70%;
    position:absolute;
    bottom:40px;
}
.header_1-in-katalog-pavilionov {
    box-sizing:border-box;
    margin:0px;
    padding:0px 0px 0px 40px;
    position:relative;
    display:inline-block;
    text-transform:uppercase;
    text-align:left;
    width:100%;
    font-size:25px;
    color:white;
}
.katalog-pavilionov-main-image-span_1 {
    position:relative;
    margin-top:20px;
    padding:0px 0px 0px 40px;
    display:inline-block;
    width:100%;
	font-size:20px;
	line-height:25px;
	color:white;
}

/*---------category-view----------------*/  
.katalog-pavilionov-kategory-view {
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: nowrap;
}
.katalog-pavilionov-kategory-view-inside-box {
    margin-top:50px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:30%;
}
.kpkvib-1 {
    width:100%;
    position:relative;
}
.kpkvib-2 {
    margin-top:10px;
    position:relative;
}
.kpkvib-2-1 {
    text-transform:uppercase;
    font-size: 17px; 
}
.kpkvib-2-2 {
    font-size: 20px;
    color:#7f7f7f;
    cursor:pointer;
}
.kpkvib-2-2:hover ~ .kpkvib-2-3 {
    visibility:visible;
}
.kpkvib-2-3 {
	display: block;
	max-width: 300px;
	min-width: 200px;
	min-height:160px;
	position: absolute;
	padding:5px;
	font-size: 12px;
	color:black;
	border:1px solid #7f7f7f;
	top: 100%;
	left: 0%;
	right: 0;
	bottom: 0;
	background-color:rgba(255, 255, 255, 1.0);
	z-index:999;
	visibility:hidden;
}
.kpkvib-3 {
    display:inline-block;
    margin-top:20px;
    font-size: 15px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    padding: 10px 20px;
}
/*--------/category-view----------------*/

/*---------product-view----------------*/  
.katalog-pavilionov-product-view {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-pavilionov-product-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:22.5%;
    margin-bottom:20px;
}
.katalog-pavilionov-product-view div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.kppv-1 {
    width:100%;
}
.kppv-2 {
    width:100%;
    margin-top:5px;
    font-size:14px;
}
.kppv-2-1 {
    width:64%;
    color:#7f7f7f;
}
.kppv-2-2 {
    width:34%;
    text-align:right;
}
.kppv-3 {
    display:inline-block;
    width:225px;
    margin-top:20px;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    color:black;
}
.kppv-4 {
    display:inline-block;
    width:100%;
    margin-top:20px;
    font-size:20px;
}
.kppv-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}
/*--------/product-view----------------*/  

/*=============================
      /KATALOG PAVILIONOV
=============================*/

/*=============================
      TOVAR BASSEIN
=============================*/

.kartocka-basseina-tovar {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: nowrap;
    width:100%;
    margin-bottom:50px;
}
.kartocka-basseina-tovar-slider {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:block;
    width:50%;
    overflow:hidden;
    aspect-ratio: 1 / 1;
}
.kartocka-basseina-tovar-slider-line {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:flex;
    width:100%;
    transition: all 1s;
    
}
.kbts-prev{
    box-sizing:border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    padding-left:2%;

    color: rgba(70, 70, 70, 0.849);
    background-color: transparent;
    border: none;
    line-height: 1;
}

.kbts-next{
    box-sizing:border-box;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    padding-right:2%;

    color: rgba(70, 70, 70, 0.849);
    background-color: transparent;
    border: none;
    line-height: 1;
}
.kbtsl-1 {
    display:block;
    line-height: 0px;
    width:100%;
    min-width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.kbtsl-1-1 {
    position:relative;
    width:100%;
    height: 100%;
    object-fit: contain;
}
.kartocka-basseina-tovar-parametry {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:50%;
    padding-left:20px;
}
.kartocka-basseina-tovar-parametry .kbtp-3 {
    width:100%;
}

.kbtp-h1 {
    border:0px solid green;
    box-sizing:border-box;
    position:relative;
    width:100%;
    margin-bottom:30px;
    font-size:28px;
}
.kbtp-1 {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: nowrap;
    border:0px solid yellow;
    box-sizing:border-box;
    position:relative;
    width:100%;
    margin-bottom:15px;
}
.kbtp-1-1 {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    width:50%;
    font-size:24px;
}
.kbtp-1-2 {
    border:0px solid red;
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:50%;
    text-align:right;
    font-size:18px;
}
.kbtp-2 {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    border:0px solid yellow;
    box-sizing:border-box;
    position:relative;
    width:100%;
}
.kbtp-2-1 {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    width:50%;
}
.kbtp-2-2 {
    border:0px solid red;
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:50%;
    text-align:left;
}
.kbtp-2 span {
    position:relative;
    display:inline-block;
    width:100%;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:7px;
}
.kbtp-3 {
    width:100%;
    display:inline-block;
    margin-top:10px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}

.kartocka-basseina-tabs-lable {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:100%;
    margin-bottom:20px;
}
.kbtl-1 {
    border:2px solid #7f7f7f;
    border-bottom:none;
    box-sizing:border-box;
    position:relative;
    width:33.333%;
    text-transform:uppercase;
    font-size:18px;
    padding:20px 5px;
    text-align:center;
    color:#7f7f7f;
    cursor:pointer;
}
.kartocka-basseina-tabs-lable div:first-child {border-right:none;border-left:none;}
.kartocka-basseina-tabs-lable div:last-child {border-right:none;border-left:none;}

.kartocka-basseina-tabs-content {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:100%;
}
.kbtc-1 {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    width:100%;
    font-size:16px;
}
.active-tab {color:black;border-top: 2px solid #4ad1fe;}
.hidden-tab-content {visibility:hidden;width:0;height:0;overflow:hidden;}

.kartocka-basseina-pohozhie {
    width:100%;
    position:relative;
    margin-bottom:50px;
}
.kartocka-basseina-form {
    width:100%;
    position:relative;
    margin-bottom:50px;
}

/*=============================
      /TOVAR BASSEIN
=============================*/

/*=============================
             BLOG
=============================*/
.blog-page-h1 {
    width:100%;
    text-align:center;
    text-transform:uppercase;
}
.blog-page-box {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.blog-page-inside-box {
    width:45%;
    display:flex;
    flex-direction:row;
    align-items: start;
    flex-wrap: wrap;
}
.bpb-1 {
    width:100%;
    box-sizing:border-box;
    margin-top: 20px;
}
.bpb-1 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
.bpb-2 {
    width:100%;
    box-sizing:border-box;
    margin-top: 20px;
    text-decoration: none;
    color:black;
    font-size: 16px;
}
.bpb-3 {
    width:100%;
    box-sizing:border-box;
    margin-top: 20px;
}
.bpb-4 {
    box-sizing:border-box;
    width:100%;
    text-align:center;
    padding:20px 10px;
    margin-top: 20px;
    align-self: end;
    
}
/*=============================
            /BLOG
=============================*/

/*=============================
            KONTAKT
=============================*/
.kontakt-page-box {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.kontakt-page-inside-box {
    margin-top:30px;
    width:49%;
    display:flex;
    flex-direction:row;
    align-items: start;
    flex-wrap: wrap;
}
.kontakt-page-h1 {
    margin-bottom: 30px;
    width:100%;
    text-transform:uppercase;
    color:black;
}
.kpib-0 {
    width:100%;
    box-sizing:border-box;
    margin-top: 30px;
    display:flex;
    flex-direction:row;
    align-items: center;
    flex-wrap: wrap;
}
.kpib-0 address {font-style: normal;}
.kpib-0-1 {padding:0px 5px 0px 15px;}
.kontakt-page-inside-box .btn-1 {width:100%;margin-top:30px;padding: 15px 0px;}
.kpib-icon-adress {background: url(../img/css_sprites1.png) center center no-repeat; background-size:100% 100%; width:50px;height:50px;}
.kpib-icon-time {background: url(../img/css_sprites3.png) center center no-repeat; background-size:100% 100%;width:50px;height:50px;}
.kpib-icon-email {background: url(../img/css_sprites4.png) center center no-repeat; background-size:100% 100%;width:50px;height:50px;}
.kpib-icon-telephone {background: url(../img/css_sprites2.png) center center no-repeat; background-size:100% 100%;width:50px;height:50px;}
/*=============================
            /KONTAKT
=============================*/

/*=============================
            O NAS
=============================*/
.o_nas-main-image {
    background-image: url("../img/main-page-image.webp");
    background-position: 0% 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing:border-box;
    width:100%;
    min-height:70vh;
    position:relative;
}
.o_nas-main-image-banner {
    font-size:200px;
    position:absolute;
    bottom:10px;
    left: 10%;
}
.o_nas-section {
    margin-top:20px;
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    /*align-items: stretch;*/
    flex-wrap: wrap;
}
.o_nas-s1-slogan {
    font-size:40px;
    text-transform:uppercase;
}
.o_nas-s1-box {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.o_nas-s1-box-1 {
    margin-top:20px;
    width:50%;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.o_nas-s1-box-1-h2 {font-size:45px; text-transform:uppercase;}

.o_nas-s1-box-2 {
    margin-top:20px;
    width:40%;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.o_nas-s1-box-2-span {
    text-align:justify;
    font-size:18px;
    line-height:25px;
}

.o_nas-s0-box-1 {
    margin-top:20px;
    width:55%;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.o_nas-s0-box-1-h2 {width:100%;font-size:45px; text-transform:uppercase;}
.o_nas-s0-box-1-span {font-size:19px; text-transform:uppercase;}

.o_nas-s0-box-2 {
    margin-top:20px;
    width:40%;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size:18px;
    line-height:25px;
}

.o_nas-s2-box-3 {
    margin-top:30px;
}
.o_nas-s2-box-3-1 {
    margin-left:5%;
    padding:0px;
    min-width:30%;
    width:30%;
    flex-direction:column;
    justify-content: space-between;
    align-content:stretch;
    align-items:stretch;
    flex-wrap: wrap;
}
.o_nas-s2-box-3 .o_nas-s2-box-3-1:first-child {
    margin-left:0px;
}
.o_nas-s2-box-3-1 div {
    margin-top:10px;
    white-space: normal;
    box-sizing:border-box;
    border:2px solid #7f7f7f21;
    padding:20px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-grow: 1;
    font-size:18px;
    line-height:25px;
}
.o_nas-s2-box-3-1 div h3 {
    white-space: normal;
    width:100%;
    font-size:25px;
    font-weight:normal;
    text-transform:uppercase;
}
.o_nas-s2-box-3-1 div p {
    margin-top:100px;
    white-space: normal;
    width:100%;
}
.o_nas-s2-box-3-1 img {
    margin-top:10px;
    white-space: normal;
    width:100%;
}

.o_nas-s3-box-1 {
    margin-top:20px;
    width:40%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.o_nas-s3-box-2 {
    margin-top:20px;
    width:55%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap:30px
}
.o_nas-s3-box-2-1 {
    width:45%;
    display:flex;
    flex-direction:column;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.o_nas-s3-box-2-1 h3 {text-transform:uppercase;}
.o_nas-s3-box-2-1 p {margin-top:40px; font-size:16px; line-height:22px;}
.o_nas-s3-box-3 {
    margin-top:40px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.o_nas-s3-box-3 h2 {font-size:30px; text-transform:uppercase;}
.o_nas-s3-box-3 p {margin-top:20px; font-size:18px; line-height:25px;}
/*=============================
            /O NAS
=============================*/

/*=============================
            FOOTER
=============================*/
.footer-map-box {
    position:relative;
    display:block;
    width:100%;
    height:500px;
}
.footer-map-adress {
    position:relative;
    display:block;
    margin-top:70px;
    margin-bottom:20px;
    font-size:30px;
}
.footer {    
    box-sizing:border-box;
    display:flex;
    width:100%;
    margin-top:20px;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}
.footer span {box-sizing:border-box; display:inline-block;padding:0px; text-transform:uppercase; margin-bottom:20px;}
.footer span a {box-sizing:border-box; display:inline-block;padding:3px 0px;}
.footer a {text-decoration: none; color:black;}
.footer a:hover {color:#4ad1fe;transition: all 400ms ease;}
.footer-h {color:#7f7f7f; margin-bottom:15px;}

.footer-1, .footer-2, .footer-2-1, .footer-2-2, .footer-3, .footer-3-1, .footer-3-2, .footer-4  {
    box-sizing:border-box;
    display:flex;
}
.footer-1 {
    width:20%;
    flex-direction:column;
}
.footer-2 {
    width:35%;
    flex-direction:row;
}
.footer-2-1 {width:50%; flex-direction:column;padding-left:30px;}
.footer-2-2 {width:50%; flex-direction:column;}

.footer-3 {
    width:45%;
    flex-direction:column;
    justify-content: space-between;
    align-items: end;
    text-align:right;
}
.footer-3-1 {}
.footer-3-2 {color:#4ad1fe;font-size:85px;font-weight:bold;}

.fmenu {list-style-type: none;width:100%;}
.fmenu li a {box-sizing:border-box; display:inline-block;margin-bottom:20px;text-transform:uppercase;}
/*=============================
            /FOOTER
=============================*/
/*=============================
            404
=============================*/
.h1-404 {margin-top:30px; text-align: center; font-size: 250px;}
.h2-404 {margin-top:30px; text-align: center; font-size: 20px;}
.div-404 {margin-top:30px; margin-bottom:100px; width: 100%; text-align: center;}
/*=============================
            /404
=============================*/

/*==================================================

                    MEDIA 991px
                    
==================================================*/

@media all and (max-width: 991px) { 
    
/*=============================
     GENERAL | MEDIA 991px
=============================*/

.box {padding:0px 15px 0px 15px;}
/*.horizontal_scrolling_box::-webkit-scrollbar {
  width: 0px;
  height:0px;
  border: 0px solid;
}
.horizontal_scrolling_box::-moz-scrollbar {
  width:0px;
  height:0px;
  border: 0px solid;
}
.horizontal_scrolling_box::-o-scrollbar {
  width: 0px;
  height:0px;
  border: 0px solid;
}*/
#breadcrumb {
  margin-top: 10px;
  margin-bottom: 20px;
}
#breadcrumb .breadcrumb {
    padding: 8px 0px;
    list-style: none;
}
#breadcrumb .breadcrumb > li {
    display: inline-block;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
#breadcrumb .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    font-size: 15px;
    line-height:1px;
    content: "→\00a0";
}
#breadcrumb .breadcrumb > .active {
    color: #7f7f7f;
}
#breadcrumb .breadcrumb > li a {
    text-decoration:none;
    color:black;
    padding:0px;
}
.skidka {
    left: 30%;
    transform:translate(-30%, -0%);
    font-size:2.5vw;
}
/*-------------sell-button------------*/

.sell-links img {
    margin-top:5%;
    margin-left:10%;
    margin-right:10%;
    width:80%;

  }
/*-------------/sell-button------------*/

/*=============================
     /GENERAL | MEDIA 991px
=============================*/

/*=============================
      HEADER | MEDIA 991px
=============================*/
.header-top {display: none;}
.header {display: none;}
.logmb {display: flex;}
.r2 {width: 100%;}
.fflexx {display: flex;}
#menu {display: none; }
.slicknav_menu {display: block;}
.pop-up-form-1 {width:100%;}
.pop-up-form-1-h {font-size:25px;}
.pop-up-form-1-lable-2 {font-size: 6px;}
/*=============================
      /HEADER | MEDIA 991px
=============================*/

/*=============================
    MAIN PAGE | MEDIA 991px
=============================*/
.main-page-main-image-span_3 {
    position:relative;
    box-sizing:border-box;
    display:inline-block;
    right:auto;
    bottom:auto;
}
    
.h2-all {
    border-bottom:2px solid black;
    font-size:15px;
    line-height:15px;
    text-align:left;
    width:100%;
}
.main-page-view-all {
    display:inline-block;
    position:relative;
    font-size:12px;
    border-bottom:2px solid #e8e5dc;
    text-decoration: none;
    color:black;
    margin-top:30px;
    padding-right:30px;
}
.main-page-view-all:before {
    content:'';
    position:absolute;
    width:0px;
    height:0px;
    border: 5px solid transparent;
    border-left-color:#e8e5dc;
    border-right: 0;
    margin-left:100%;
    bottom:-6px;
}

/*-----------main-page-main-image-------*/

.main-page-main-image {
  background-image: url("../img/main-page-image.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:15px;
  position:relative;
  margin-top: 0px;
  display: block;
  text-align:center;
}
.main-page-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .3);
}
.main-page-main-image-span_1 {
    
    position:relative;
    margin-top:50px;
    top:0px;
    display:inline-block;
    width:100%;
	height:auto;
	font-size:35px;
	text-align: left;
	line-height: 50px;
}
.header_1-in-mane-page {
   box-sizing:border-box;
    margin:0px;
    margin-top:110px;
    top:0px;
    padding:0px;
    position:relative;
    display:inline-block;
    width:100%;
    height:auto;
    font-size:25px;
    text-align: left;
}
.main-page-main-image-span_2 {
    box-sizing:border-box;
    margin:0px;
    margin-top:150px;
    top:0px;
    padding:0px;
    position:relative;
    display:inline-block;
    width:100%;
    height:auto;
    font-size:15px;
    color:white;
    text-align:center;
}
.mpmi-span_2 {
    width:100%;
    position:relative;
    display:inline-block;
    left:0px;
    bottom:0px;
    margin-top:50px;
    font-size:16px;
    background-color:rgb(0,0,0,0.5);
    text-align:center;
}
/*----------/main-page-main-image-------*/

/*---------------8_prichin--------------*/
.h2-8-prichin-mob {
    display:inline-block;
    font-size:30px;
    line-height:45px;
    text-align:left;
}
.h2-8-prichin {
    display:none;
}
.prichina_1, .prichina_2, .prichina_3, .prichina_4, .prichina_5, .prichina_6, .prichina_7, .prichina_8 {
    margin-left:5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px;
    min-width:70%;
    width:70%;
    height:70vh;
    max-height:500px;
    align-items: center;
    justify-content: center;
}
.prichin_8 {
    box-sizing:border-box;
    padding:0px 15px 0px 15px;
}
.prichin_8 div:first-child {
    margin-left:0px;
}
.prichin_8 .horizontal_scrolling_inside-box span {
    white-space:normal;
    text-align:center;
    padding:5px;
    background:rgba(0, 0, 0, 0.2);
    color:white;
}
.prichina_1 {background-image: url("../img/8_prichin_1.webp");}
.prichina_2 {background-image: url("../img/8_prichin_2.webp");}
.prichina_3 {background-image: url("../img/8_prichin_3.webp");}
.prichina_4 {background-image: url("../img/8_prichin_4.webp");}
.prichina_5 {background-image: url("../img/8_prichin_5.webp");}
.prichina_6 {background-image: url("../img/8_prichin_6.webp");}
.prichina_7 {background-image: url("../img/8_prichin_7.webp");}
.prichina_8 {background-image: url("../img/8_prichin_8.webp");}

/*--------------/8_prichin--------------*/

/*---------------process--------------*/

.process {
    margin-top:30px;
}
.process div {
    margin-left:12.5%;
    padding:0px;
    min-width:65%;
    width:65%;
    max-height:400px;
    flex-direction:column;
    justify-content: start;
}
.process div:first-child {
    margin-left:0px;
}
.process div span {
    display:block;
    position:relative;
    white-space:normal;
    text-align:left;
    padding:0px;
}
.process-1 {
    border-bottom:2px solid gray;
    font-size: 90px;
}
.process-1:before {
    content:'';
    position:absolute;
    width:0px;
    height:0px;
    border: 5px solid transparent;
    border-left-color:gray;
    border-right: 0;
    margin-left:100%;
    bottom:-6px;
}
.process-2 {
    margin-top:30px;
    font-size: 25px;
}
.process-3 {
    margin-top:30px;
    font-size: 15px;
}
/*---------------/process-------------*/

/*---------------proekty--------------*/
.sub-h-main-page-proekty {
    font-size:12px;
    line-height:12px;
    text-align:left;
    width: 60%;
}
.proekty {
    margin-top:30px;
}
.proekty div {
    margin-left:5%;
    padding:0px;
    min-width:100%;
    width:100%;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap:wrap;
}
.proekty div:first-child {
    margin-left:0px;
}
.proekty div span {
    display:block;
    position:relative;
    white-space:normal;
    text-align:left;
    padding:0px;
}
.proekty-1 {
    width:100%;
}
.proekty-2 {
    width:50%;
    margin-top:10px;
    font-size: 11px;
    text-transform:uppercase;
}
.proekty-3 {
    display:inline-block;
    margin-top:10px;
    font-size: 11px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 5px 15px;
}
/*--------------/proekty--------------*/

/*---------------katalog--------------*/
.katalog-main-page {
    margin-top:30px;
}
.katalog-main-page img{
    width:100%;
}
.katalog-main-page a{
    width:100%;
}
.katalog-main-page div {
    margin-left:5%;
    padding:0px;
    min-width:100%;
    width:100%;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-main-page div:first-child {
    margin-left:0px;
}
.katalog-main-page div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.katalog-main-page-1 {
    width:100%;
}
.katalog-main-page-2 {
    width:100%;
    margin-top:5px;
}
.katalog-main-page-2-1 {
    width:49%;
    color:#7f7f7f;
}
.katalog-main-page-2-2 {
    width:49%;
    text-align:right;
}
.katalog-main-page-3 {
    display:inline-block;
    width:260px;
    margin-top:20px;
    font-size:20px;
    font-weight:bold;
}
.katalog-main-page-4 {
    display:inline-block;
    width:100%;
    margin-top:20px;
    font-size:20px;
}
.katalog-main-page-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 17px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 20px 20px;
}
/*--------------/katalog--------------*/

/*----------------form----------------*/

.sub-h-main-page-form-1 {
    display:block;
    position:relative;
    font-size:40px;
    text-align:left;
}
.sub-h-main-page-form-1-span-1 {
    position:relative;
    display:inline-block;
    left:0px;
}
.sub-h-main-page-form-1-span-2 {
    position:relative;
    display:inline-block;
    left:0px;
}
.sub-h-main-page-form-2 {
    display:block;
    position:relative;
    font-size:15px;
    text-align:right;
    margin-top:30px;
}
.main-page-form-box {
    display:block;
    position:relative;
    text-align:center;
}
.main-page-form {
    display:inline-block;
    position:relative;
    margin-top:30px;
    text-align:left;
    width:100%;
}
.main-page-form .btn-1 {
    padding:20px 30px;
    width:100%;
    margin-top:30px;
}
.main-page-form-input-1 {
    display:inline-block;
    position:relative;
    width:100%;
    border:none;
    border-bottom: 1px solid #7f7f7f;
    margin-top:30px;
    color:#7f7f7f;
    font-size: 18px;
}
.main-page-form-input-2 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:15px;
    height:15px;
    margin-top:30px;
}
.main-page-form-lable-1 {
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    top:-3px;
    margin-left:30px;
    font-size: 10px;
    line-height:12px;
}
/*---------------/form----------------*/ 

/*=============================
    /MAIN PAGE | MEDIA 991px
=============================*/

/*=============================
KATALOG BASSEINOV | MEDIA 991px
=============================*/
.katalog-gidromassazhnyh-spa-basseinov-main-image {
  background-image: url("../img/katalog-gidomassazhnyh-spa-basseinov-image.webp");
  min-height:80vh;
}
.katalog-gidromassazhnyh-spa-basseinov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}

.katalog-plavatelnyh-spa-basseinov-main-image {
  background-image: url("../img/katalog-plavatelnyh-spa-basseinov-image.webp");
  min-height:80vh;
}
.katalog-plavatelnyh-spa-basseinov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}

.katalog-basseinov-main-image-box {
    width:90%;
}
.header_1-in-katalog-basseinov {
    padding:0px 0px 0px 10px;
    width:100%;
    font-size:20px;
    line-height:30px;
}
.katalog-basseinov-main-image-span_1 {
    padding:0px 0px 0px 10px;
    width:100%;
	font-size:14px;
	line-height:20px;
}


/*---------category-view----------------*/  
.katalog-basseinov-kategory-view {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
}
.katalog-basseinov-kategory-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:48%;
}
.kbkvib-1 {
    width:100%;
    position:relative;
}
.kbkvib-2 {
    margin-top:5px;
    position:relative;
}
.kbkvib-2-1 {
    text-transform:uppercase;
    font-size: 12px; 
}
.kbkvib-2-2 {
    font-size: 17px;
    color:#7f7f7f;
    cursor:pointer;
}
.kbkvib-2-2:hover ~ .kbkvib-2-3 {
    visibility:visible;
}
.kbkvib-2-3 {
	display: block;
	max-width: 200px;
	min-width: 150px;
	min-height:200px;
	position: absolute;
	padding:5px;
	font-size: 10px;
	color:black;
	border:1px solid #7f7f7f;
	top: 100%;
	left: 0%;
	right: 0;
	bottom: 0;
	background-color:rgba(255, 255, 255, 1.0);
	z-index:999;
	visibility:hidden;
}
.kbkvib-3 {
    display:inline-block;
    margin-top:15px;
    font-size: 10px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    padding: 5px 10px;
}
/*--------/category-view----------------*/  

/*---------product-view----------------*/  
.katalog-basseinov-product-view {
    margin-top:50px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-basseinov-product-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:100%;
    margin-bottom:20px;
}
.katalog-basseinov-product-view div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.kppv-0 {
    width:100%;
}
.kbpv-1 {
    width:100%;
}
.kbpv-2 {
    width:100%;
    margin-top:5px;
    font-size:14px;
}
.kbpv-2-1 {
    width:64%;
    color:#7f7f7f;
}
.kbpv-2-2 {
    width:34%;
    text-align:right;
}
.kbpv-3 {
    display:inline-block;
    width:220px;
    margin-top:20px;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    color:black;
}
.kbpv-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}
/*--------/product-view----------------*/  

/*=============================
/KATALOG BASSEINOV | MEDIA 991px
=============================*/

/*=============================
    TOVAR BASSEIN | MEDIA 991px
=============================*/

.kartocka-basseina-tovar {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: end;
    flex-wrap: nowrap;
    width:100%;
    margin-bottom:50px;
}
.kartocka-basseina-tovar-slider {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}
.kartocka-basseina-tovar-slider-line {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:flex;
    width:100%;
    transition: all 1s;
    
}
.kbts-prev{
    padding:0;
    margin:0;
    box-sizing:border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    padding-left:2%;

    color: rgba(70, 70, 70, 0.849);
    background-color: transparent;
    border: none;
    line-height: 1;
}

.kbts-next{
    padding:0;
    margin:0;
    box-sizing:border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    padding-right:2%;

    color: rgba(70, 70, 70, 0.849);
    background-color: transparent;
    border: none;
    line-height: 1;
}
.kbtsl-1 {
    display:block;
    line-height: 0px;
    width:100%;
    min-width: 100%;
}
.kbtsl-1-1 {
    position:relative;
    width:100%;
}
.kartocka-basseina-tovar-parametry {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:100%;
    padding-left:0px;
    margin-top:30px;
}
.kbtp-h1 {
    border:0px solid green;
    box-sizing:border-box;
    position:relative;
    width:100%;
    margin-bottom:30px;
}
.kbtp-1 {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: end;
    flex-wrap: nowrap;
    border:0px solid yellow;
    box-sizing:border-box;
    position:relative;
    width:100%;
    margin-bottom:15px;
}
.kbtp-1-1 {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    width:50%;
    font-size:22px;
}
.kbtp-1-2 {
    border:0px solid red;
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:50%;
    text-align:right;
}
.kbtp-2 {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    border:0px solid yellow;
    box-sizing:border-box;
    position:relative;
    width:100%;
}
.kbtp-2-1 {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    width:40%;
}
.kbtp-2-2 {
    border:0px solid red;
    box-sizing:border-box;
    display:inline-block;
    position:relative;
    width:60%;
    text-align:right;
}
.kbtp-2 span {
    position:relative;
    display:inline-block;
    width:100%;
    text-transform:uppercase;
    font-size:15px;
    margin-bottom:7px;
}
.kbtp-3 {
    width:100%;
    display:inline-block;
    margin-top:10px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}

.kartocka-basseina-tabs-lable {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:100%;
    margin-bottom:20px;
}
.kbtl-1 {
    border:2px solid #7f7f7f;
    border-bottom:none;
    box-sizing:border-box;
    position:relative;
    width:33.333%;
    text-transform:uppercase;
    font-size:10px;
    padding:20px 5px;
    text-align:center;
    color:#7f7f7f;
    cursor:pointer;
}
.kartocka-basseina-tabs-lable div:first-child {border-right:none;border-left:none;}
.kartocka-basseina-tabs-lable div:last-child {border-right:none;border-left:none;}

.kartocka-basseina-tabs-content {
    border:0px solid red;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    width:100%;
}
.kbtc-1 {
    border:0px solid black;
    box-sizing:border-box;
    position:relative;
    width:100%;
    font-size:16px;
}
.active-tab {color:black;border-top: 2px solid #4ad1fe;}
.hidden-tab-content {visibility:hidden;width:0;height:0;overflow:hidden;}

.kartocka-basseina-pohozhie {
    width:100%;
    position:relative;
    margin-bottom:50px;
}
.kartocka-basseina-form {
    width:100%;
    position:relative;
    margin-bottom:50px;
}


/*=============================
   /TOVAR BASSEIN | MEDIA 991px
=============================*/

/*=============================
KATALOG PAVILIONOV | MEDIA 991px
=============================*/
.katalog-pavilionov-main-image {
  background-position: 75% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing:border-box;
  width:100%;
  min-height:80vh;
  padding:0px;
  position:relative;
  margin-top: 0px;
  display: block;
}
.katalog-pavilionov-main-image img {
    width:100%;
    position:absolute;
}
.katalog-pavilionov-main-image:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .4);
}
.katalog-pavilionov-main-image-box {
    display:block;
    width:90%;
    position:absolute;
    bottom:40px;
}
.header_1-in-katalog-pavilionov {
    padding:0px 0px 0px 10px;
    width:100%;
    font-size:20px;
    line-height:30px;
}
.katalog-pavilionov-main-image-span_1 {
    padding:0px 0px 0px 10px;
    width:100%;
	font-size:14px;
	line-height:20px;
}

/*---------category-view----------------*/  
.katalog-pavilionov-kategory-view {
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-pavilionov-kategory-view-inside-box {
    margin-top:50px;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:48%;
}
.kpkvib-1 {
    width:100%;
    position:relative;
}
.kpkvib-2 {
    margin-top:10px;
    position:relative;
}
.kpkvib-2-1 {
    text-transform:uppercase;
    font-size: 12px; 
}
.kpkvib-2-2 {
    font-size: 17px;
    color:#7f7f7f;
    cursor:pointer;
}
.kpkvib-2-2:hover ~ .kpkvib-2-3 {
    visibility:visible;
}
.kpkvib-2-3 {
	display: block;
	max-width: 250px;
	min-width: 180px;
	min-height:120px;
	position: absolute;
	padding:5px;
	font-size: 10px;
	color:black;
	border:1px solid #7f7f7f;
	top: 100%;
	left: 0%;
	right: 0;
	bottom: 0;
	background-color:rgba(255, 255, 255, 1.0);
	z-index:999;
	visibility:hidden;
}
.kpkvib-3 {
    box-sizing: border-box;
    text-align:center;
    display:inline-block;
    margin-top:20px;
    font-size: 10px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    text-decoration:none;
    color:white;
    padding: 10px 20px;
    width:100%;
}
/*--------/category-view----------------*/

/*---------product-view----------------*/  
.katalog-pavilionov-product-view {
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.katalog-pavilionov-product-view-inside-box {
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width:100%;
    margin-bottom:20px;
}
.katalog-pavilionov-product-view div span {
    display:inline-block;
    position:relative;
    white-space:normal;
    padding:0px;
}
.kppv-0 {
    width:100%;
}
.kppv-1 {
    width:100%;
}
.kppv-2 {
    width:100%;
    margin-top:5px;
    font-size:14px;
}
.kppv-2-1 {
    width:64%;
    color:#7f7f7f;
}
.kppv-2-2 {
    width:34%;
    text-align:right;
}
.kppv-3 {
    display:inline-block;
    width:220px;
    margin-top:20px;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    color:black;
}
.kppv-4 {
    display:inline-block;
    width:100%;
    margin-top:20px;
    font-size:20px;
}
.kppv-5 {
    width:100%;
    display:inline-block;
    margin-top:20px;
    font-size: 20px;
    border:none;
    background-color:#e8e5dc;
    cursor:pointer;
    text-transform:uppercase;
    color:white;
    padding: 7px 20px;
}
/*--------/product-view----------------*/  

/*=============================
/KATALOG PAVILIONOV | MEDIA 991px
=============================*/

/*=============================
        BLOG | MEDIA 991px
=============================*/
.blog-page-inside-box {width:100%;}
/*=============================
        /BLOG | MEDIA 991px
=============================*/

/*=============================
    KONTAKT | MEDIA 991px
=============================*/
.kontakt-page-inside-box {width:100%;}
.kontakt-page-inside-box iframe {aspect-ratio: 1 / 1;}
.kpib-0 a {font-size:13px;}
.kpib-0 address{font-size:13px;}
.kpib-0 span{font-size:13px;}
/*=============================
    /KONTAKT | MEDIA 991px
=============================*/

/*=============================
            O NAS
=============================*/
.o_nas-main-image {
    min-height:40vh;
}
.o_nas-main-image-banner {
    font-size:40px;
}
.o_nas-s1-slogan {
    font-size:18px;
}
.o_nas-s1-box {
    width:100%;
}
.o_nas-s1-box-1 {
    width:100%;
}
.o_nas-s1-box-2 {
    width:100%;
}
.o_nas-s1-box-2-span {
    font-size:16px;
    line-height:22px;
}
.o_nas-s0-box-1 {
    width:100%;
}
.o_nas-s0-box-1-h2 {font-size:28px;}
.o_nas-s0-box-1-span {font-size:12px;}
.o_nas-s0-box-2 {
    width:100%;
    font-size:16px;
    line-height:20px;
}
.o_nas-s2-box-3-1 {
    min-width:80%;
    width:80%;
}
.o_nas-s3-box-1 {
    width:100%;
}
.o_nas-s3-box-2 {
    width:100%;
    row-gap:20px
}
.o_nas-s3-box-2-1 {
    width:48%;
}
.o_nas-s3-box-2-1 h3 {font-size:12px;font-weight:normal;}
.o_nas-s3-box-2-1 p {margin-top:30px; font-size:12px; line-height:15px;}
.o_nas-s3-box-3 {
    margin-top:40px;
    width:100%;
}
.o_nas-s3-box-3 h2 {font-size:20px;}
.o_nas-s3-box-3 p {margin-top:20px; font-size:16px; line-height:20px;}
/*=============================
            /O NAS
=============================*/

/*=============================
      FOOTER | MEDIA 991px
=============================*/
.footer-map-adress {
    position:relative;
    display:block;
    margin-top:70px;
    margin-bottom:20px;
    font-size:20px;
}
.footer {    
    box-sizing:border-box;
    display:flex;
    width:100%;
    margin-top:20px;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}
.footer span {box-sizing:border-box; display:inline-block;padding:0px; text-transform:uppercase;}
.footer span a {box-sizing:border-box; display:inline-block;padding:3px 0px;}
.footer a {text-decoration: none; color:black;}
.footer a:hover {color:#4ad1fe;transition: all 400ms ease;}
.footer-h {color:#7f7f7f; margin-bottom:15px;}

.footer-1, .footer-2, .footer-2-1, .footer-2-2, .footer-3, .footer-3-1, .footer-3-2, .footer-4  {
    box-sizing:border-box;
    display:flex;
}
.footer-1 {
    width:50%;
    flex-direction:column;
}
.footer-2 {
    width:50%;
    flex-direction:column;
    justify-content: space-between;
    align-items: end;
    text-align:right;
}
.footer-2-1 {width:100%; flex-direction:column;}
.footer-2-2 {width:100%; flex-direction:column;}

.footer-3 {
    width:100%;
    margin-top:40px;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    text-align:center;
}
.footer-3-1 {width:100%;}
.footer-3-2 {color:#4ad1fe;font-size:70px;font-weight:normal;}

.fmenu {
    width:100%;
    list-style-type: none;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: start;
}
.fmenu li:first-child {
    text-align:left;
}
.fmenu li:last-child {
    text-align:right;
}
.fmenu li {display:flex;font-size:10px;}
.fmenu li a {padding-bottom:0px;text-transform:uppercase;}
/*=============================
    /FOOTER | MEDIA 991px
=============================*/
/*=============================
        404 | MEDIA 991px
=============================*/
.h1-404 {font-size: 150px;}
/*=============================
       /404 | MEDIA 991px
=============================*/
}

/*==================================================

                    /MEDIA 991px
                    
==================================================*/






.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }

[class^="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col-12-5 {
  width: 12.5%; }

.col-25 {
  width: 25%; }

.col-40 {
  width: 40%; }

.col-60 {
  width: 60%; }

.col-75 {
  width: 75%; }

.text-center {
  text-align: center; }



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      z-index: 2;
      color: #23527c;
      background-color: #eee;
      border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }
  .pagination > .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
    .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd; }

/*---------------------------button---------------------------*/
.gallery {
  text-decoration: none !important; }

/*---------------------------/button---------------------------*/

/*---------------------------form---------------------------*/
.icon-input {
  position: relative; }
  .icon-input > div {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 11px;
    left: 17px; }

.icon-input-user {
  background: url("../img/icon-sprite1.png") 0 -33px no-repeat; }
.icon-input-phone {
  background: url("../img/icon-sprite1.png") 0 -51px no-repeat; }
.icon-input-home {
  background: url("../img/icon-sprite1.png") 0 -68px no-repeat; }
.icon-input-phone-2 {
  background: url("../img/icon-sprite1.png") 0 -86px no-repeat; }

/*---------------------------/form---------------------------*/




/*---------------------------r3---------------------------*/
.r3 {
  background-image: url("../img/back1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 220px 0 110px; }
  .r3 input {
    width: 100%;
    height: 38px;
    border: 1px solid #FFFFFF;
    background: rgba(170, 191, 197, 0.62);
    padding: 10px;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 10px;
    -moz-placeholder: white;
    -webkit-input-placeholder: white; }
  .r3 button {
    border: none;
    outline: none;
    padding: 8px 4px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat; }
    .r3 button:hover {
      background: #F5C401; }
  .r3 input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF; }
  .r3 input::-moz-placeholder {
    color: #FFF; }
  .r3 h1 {
    font-family: "HelveticaRegular", sans-serif;
    color: #FFF;
    font-size: 45px;
    background: rgba(0, 55, 78, 0.89) none repeat scroll 0% 0%;
    max-width: 655px;
    width: 100%;
    position: relative;
    top: 20px;
    left: 20px;
    line-height: 56px;
    padding: 32px;
    text-align: left;
    display: inline-block; }
  .r3 h3 {
    font-family: 'HelveticaRegular', sans-serif;
    color: white;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 25px; }
  .r3 .form {
    padding: 20px;
    color: #FFF;
    max-width: 330px;
    width: 100%;
    background: rgba(0, 55, 78, 0.89) none repeat scroll 0% 0%;
    position: relative;
    top: 37px;
    left: 20px;
    display: inline-block; }
    .r3 .form .f-title {
      display: block;
      font-family: 'HelveticaRegular', sans-serif;
      font-size: 22px;
      padding: 5px;
      font-weight: bold;
      margin-bottom: 10px; }
    .r3 .form .f-title2 {
      font-family: 'HelveticaRegular', sans-serif;
      display: block;
      padding: 3px;
      font-size: 20px;
      padding: 5px; }
    .r3 .form .f-title3 {
      font-family: 'HelveticaRegular', sans-serif;
      font-size: 30px;
      display: block;
      color: #f5c401;
      text-transform: capitalize;
      padding: 5px; }
    .r3 .form .f-title4 {
      font-family: 'HelveticaRegular', sans-serif;
      display: block;
      font-size: 12px;
      padding: 5px;
      padding-top: 15px;
      display: block;
      margin: auto;
      margin-top: -10px;
      color: #c3e2ed; }
  .r3 .wrapper {
    position: relative;
    text-align: center; }

.r3-col-1 {
  background: url("../img/bg2-2.png") no-repeat;
  width: 700px;
  height: 315px;
  padding: 70px 0 0 20px; }
  .r3-col-1 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #2593be;
    width: 405px; }

.r3-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 30px;
  color: #20c3ff;
  margin-bottom: 5px;
  line-height: 36px;
  text-transform: uppercase; }

.r3-header-2 {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 20px;
  color: #fff; }

.r3-text-1 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #d4d4d4; }

.r3-text-2 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 19px;
  color: #d4d4d4; }

.r3-col-2, .r219-col-2 {
  position: absolute;
  width: 425px;
  background: white;
  height: 470px;
  top: 55px;
  border-radius: 5px;
  right: 100px; }
  .r3-col-2 form, .r219-col-2 form {
    width: 300px;
    margin: 60px auto 0; }

.r219-col-2 form {
  width: 90%; }

.r3-header-3, .modal-r14 .title {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 30px;
  color: #2B2B2B;
  text-align: center;
  margin-bottom: 51px; }

/*---------------------------/r3---------------------------*/
/*---------------------------r4---------------------------*/
.r4 {
  /* height: 1425px; */ }
  .r4 .op8 {
    display: inline-block; }
    .r4 .op8 > div {
      width: 262.5px;
      float: left;
      text-align: center;
      color: #5e5f60;
      font-size: 16px;
      margin: 0px 15px;
      padding-bottom: 30px; }
      .r4 .op8 > div > span {
        display: block; }
      .r4 .op8 > div > img {
        padding-bottom: 10px; }
  .r4 .catalog .item {
    width: 320px;
    float: left;
    height: 500px;
    margin: 5px;
    color: #424141;
    background: #FFF;
    text-align: center;
    position: relative; }
    .r4 .catalog .item .id {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #A7A7A7;
      font-size: 12px; }
    .r4 .catalog .item img {
      width: 100%; }
    .r4 .catalog .item .img {
      width: 100%;
      height: 210px;
      overflow: hidden; }
    .r4 .catalog .item h2 {
      padding: 10px;
      font-size: 16px; }
    .r4 .catalog .item .desc {
      text-align: center;
      padding: 20px;
      color: #737373;
      padding: 10px; }
      .r4 .catalog .item .desc b {
        display: block;
        color: #87a900;
        padding: 10px; }
    .r4 .catalog .item .price {
      display: block;
      text-align: center;
      color: #87a900;
      font-size: 24px;
      margin-top: 20px;
      position: absolute;
      bottom: 70px;
      left: 66px; }
    .r4 .catalog .item button {
      background: #7bc200;
      border: none;
      outline: none;
      padding: 10px 33px;
      border-radius: 3px;
      color: #FFF;
      font-size: 18px;
      cursor: pointer;
      margin: 15px;
      position: absolute;
      bottom: 0;
      left: 85px; }
      .r4 .catalog .item button:hover {
        background: #F5C401; }
  .r4 h1, .r4 .h1 {
    text-align: center;
    color: #5e5f60;
    font-family: 'HelveticaRegular', sans-serif;
    padding: 20px;
    font-size: 41px;
    max-width: 625px;
    text-align: left;
    text-transform: uppercase;
    margin: auto;
    padding-bottom: 35px; }
    .r4 h1 span, .r4 .h1 span {
      display: block;
      color: #109FD8;
      line-height: 30px; }
    .r4 h1 b, .r4 .h1 b {
      color: #109FD8;
      font-size: 89px;
      float: left;
      display: block;
      height: 52px;
      margin-top: -5px;
      padding-right: 9px; }
  .r4 h2, .r4 .h2 {
    text-align: center;
    font-family: 'HelveticaRegular', sans-serif;
    padding: 5px;
    font-size: 16px;
    color: #737373; }
  .r4 .price {
    padding-bottom: 20px; }
  .r4 .catalog {
    padding-top: 20px;
    display: flex;
    padding-bottom: 20px;
    background-image: url("../img/bg4.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #F0F0F0;
    text-align: center; }
    .r4 .catalog > .wrapper > button {
      background: #7a22dd;
      border: none;
      outline: none;
      padding: 10px 33px;
      width: 298px;
      color: #FFF;
      border-radius: 5px;
      font-size: 18px;
      cursor: pointer;
      margin: 20px; }
      .r4 .catalog > .wrapper > button:hover {
        background: #F5C401; }

.r4-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  text-align: center;
  margin-top: 75px;
  text-transform: uppercase; }

.r4-list-1 {
  padding-left: 0;
  list-style: none;
  margin-top: 22px; }
  .r4-list-1 li {
    position: relative;
    float: left;
    width: 50%;
    display: table-cell; }
    .r4-list-1 li:after {
      content: '';
      position: absolute;
      width: 90px;
      height: 90px;
      top: 0;
      left: 30px; }

.r3 .ico {
  position: relative;
  top: 77px;
  border: 2px solid #ecb200;
  background-color: #154a6069;
  display: inline-block;
  max-width: 962px;
  width: 100%;
  padding: 10px;
  padding-left: 30px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 auto; }
.r3 .line1 {
  border-bottom: 3px solid #F5C401;
  width: 40%;
  display: block;
  margin: auto;
  margin-bottom: 20px; }
.r3 .ico .i-ico {
  width: 25%;
  float: left;
  text-align: center;
  color: white;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .r3 .ico .i-ico img {
    padding: 25px 0;
    float: left;
    margin-right: 9px; }
  .r3 .ico .i-ico .line {
    display: block;
    border-bottom: 2px solid #F5C401;
    width: 20%;
    margin: auto;
    margin-bottom: 20px; }
  .r3 .ico .i-ico .l-txt {
    display: block;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 16px;
    padding: 31px 0;
    text-align: left; }

.r4-list-1 li.r4-icon-sprite-1-1:after {
  background: url("../img/icon-sprite3.png") no-repeat; }
.r4-list-1 li.r4-icon-sprite-1-2:after {
  background: url("../img/icon-sprite3.png") -100px 0 no-repeat; }
.r4-list-1 li.r4-icon-sprite-1-3:after {
  background: url("../img/icon-sprite3.png") 0 -99px no-repeat; }
.r4-list-1 li.r4-icon-sprite-1-4:after {
  background: url("../img/icon-sprite3.png") -100px -99px no-repeat; }

.r4-col-1 {
  background: url("../img/logo.png") center no-repeat;
  width: 215px;
  height: 160px;
  float: left; }

.r4-col-2 {
  border-left: 2px solid #55c0f6;
  width: 700px;
  height: 160px;
  float: left;
  padding-left: 20px; }

.r4-col-3 {
  clear: both;
  padding-top: 50px;
  height: 160px;
  margin-bottom: 60px; }

.r4-header-2 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 20px;
  color: #00a1f1;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 130px; }

.r4-header-3 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 20px;
  color: #00a1f1;
  margin-bottom: 15px; }

.r4-header-4 {
  clear: both;
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #2e323b;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase; }

.r4-header-5 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  margin-bottom: 15px; }

.r4-text-1 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #2e323b;
  margin-bottom: 50px;
  max-width: 455px; }

.r4-text-2, .r4-text-3 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #2e323b; }

.r4-list-2 {
  display: inline-block;
  list-style: none;
  border: 2px solid #55c0f6;
  padding: 25px; }
  .r4-list-2 li {
    display: table-cell;
    border-right: 2px solid #55c0f6;
    width: 160px;
    text-align: left;
    padding: 10px; }
    .r4-list-2 li:last-child {
      border-right: none; }

.r4-col-4 {
  text-align: center; }
  .r4-col-4 .btn-1 {
    margin-top: 30px;
    width: 300px; }

/*---------------------------/r4---------------------------*/
/*---------------------------r5---------------------------*/
.r5 {
  height: 142px;
  background: #434b55; }
  .r5 input {
    width: 24%;
    height: 37px;
    border: 1px solid #FFFFFF;
    background: rgba(170, 191, 197, 0.62);
    padding: 10px;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 10px;
    -moz-placeholder: white;
    -webkit-input-placeholder: white; }
  .r5 button {
    border: none;
    outline: none;
    padding: 10px 33px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    top: 1px;
    text-transform: uppercase;
    width: 50%;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat; }
    .r5 button:hover {
      background: #F5C401; }
  .r5 .wrapper {
    padding-top: 55px; }
  .r5 input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF; }
  .r5 input::-moz-placeholder {
    color: #FFF; }
  .r5 h1 {
    text-align: center;
    font-family: 'HelveticaMedium', sans-serif;
    padding: 15px;
    color: #62696c; }

.r5-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px; }

.r5-header-2 {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 26px;
  color: #fff;
  text-align: center; }

.r5-header-3 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px; }

.r5 hr {
  width: 140px;
  margin: 18px auto;
  border-color: #2390b8; }

.r5-list-1 {
  list-style: none;
  padding-left: 0; }
  .r5-list-1 li {
    float: left;
    width: 300px;
    margin-right: 20px; }
    .r5-list-1 li:last-child {
      margin-right: 0; }

.r5-header-4 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 20px;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 30px; }

.r5-block-1 {
  position: relative;
  padding-top: 20px; }
  .r5-block-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../img/bg4-2.png") 25px 0 no-repeat;
    height: 220px; }

.r5-list-2 {
  padding-left: 25px;
  list-style: none;
  margin-top: 45px;
  margin-bottom: 30px; }
  .r5-list-2 li {
    position: relative;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px; }
    .r5-list-2 li:last-child {
      margin-bottom: 30px; }
    .r5-list-2 li:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      background: #20c3ff;
      top: 5px;
      left: -25px; }

.r5-header-5 {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 48px;
  margin-bottom: 37px;
  clear: both; }

.r5-list-3 {
  padding-left: 0;
  list-style: none;
  width: 780px;
  margin: 0 auto;
  background: url("../img/icon-sprite4.png") no-repeat;
  padding-top: 160px; }
  .r5-list-3 li {
    float: left;
    display: table-cell;
    width: 143px;
    text-align: center;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-right: 16px; }
    .r5-list-3 li:last-child {
      margin-right: 0; }

.r5-header-6 {
  clear: both;
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 20px; }

.r5-text-1 {
  text-align: center;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #fff; }

/*---------------------------/r5---------------------------*/
/*---------------------------r6---------------------------*/
.r6 {
  background: url("../img/back2.jpg") no-repeat;
  position: relative;
  padding-bottom: 50px; }

.r6 .item {
  margin-bottom: 30px;
  display: inline-block; }
  .r6 .item .img {
    height: 250px;
    max-width: 500px;
    overflow: hidden;
    border: 3px dotted #94b7ce;
    float: left;
    margin-right: 18px;
    padding: 15px;
    border-radius: 10px; }
  .r6 .item img {
    border-radius: 10px;
    overflow: hidden; }
  .r6 .item .title {
    display: block;
    font-size: 24px;
    color: #0099d2;
    padding-bottom: 10px;
    padding-top: 25px; }
  .r6 .item .txt {
    display: block;
    font-size: 14px;
    color: #5e5f60;
    margin-bottom: 30px; }
.r6 button, .button {
  border: none;
  outline: none;
  padding: 10px 33px;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  top: 1px;
  text-transform: uppercase;
  max-width: 376px;
  width: 100%;
  background-image: url("../img/button_back.png");
  background-position: 50% -5px;
  background-repeat: repeat; }
  .r6 button:hover {
    background: #F5C401; }
.r6 h3, .r6 h1 {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #5e5f60;
  padding: 20px 0; }
.r6 h4 {
  color: #f5c401;
  position: relative;
  top: -125px;
  text-align: center;
  font-size: 48px; }
.r6 .btn {
  position: absolute;
  bottom: 18px;
  left: 768px;
  padding: 10px 20px;
  color: #7a22dd;
  outline: none;
  text-decoration: none !important;
  background: #FFF;
  border: 1px solid #7a22dd;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer; }
  .r6 .btn:hover {
    color: #FFCD00;
    border: 1px solid #FFCD00; }
.r6 img {
  position: relative; }
.r6 .r3-col-2 {
  top: 35px; }
.r6 .r3-header-2 span {
  color: #20c3ff; }

.r6-col-2 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #d4d4d4;
  margin-top: -3px;
  margin-left: 92px; }

.r6-col-3 {
  display: inline-block; }

.r6-list-1 {
  list-style: none;
  padding-left: 0;
  position: relative;
  top: 7px;
  left: 43px; }
  .r6-list-1 li {
    float: left;
    width: 78px;
    text-align: center;
    border-right: 1px solid #20c3ff; }
    .r6-list-1 li:last-child {
      border-right: none; }

.r6-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff; }

.r6-header-2 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #fff; }

.r6-1 {
  background: #fff url("../img/bg3.jpg") center -310px no-repeat;
  height: 433px; }
  .r6-1 .wrapper {
    padding-top: 59px; }
  .r6-1 .r3-col-2 {
    top: -42px;
    right: 110px;
    background: none; }
    .r6-1 .r3-col-2 form {
      background: #fff;
      padding: 30px; }

/*---------------------------/r6---------------------------*/
/*---------------------------r7---------------------------*/
.r7 {
  height: 522px;
  background: #f0f0f0;
  background: url("../img/back3.jpg") no-repeat;
  position: relative; }
  .r7 .whant {
    width: 75%;
    text-align: left; }
  .r7 button {
    border: none;
    outline: none;
    padding: 10px 33px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    top: 1px;
    float: left;
    text-transform: uppercase;
    max-width: 376px;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat; }
    .r7 button:hover {
      background: #F5C401; }
  .r7 h4 {
    color: #FFFFFF;
    text-align: left;
    font-size: 36px;
    padding-bottom: 50px; }
  .r7 h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 48px;
    padding-top: 70px;
    padding-bottom: 30px; }
  .r7 .video .v-item {
    width: 46%;
    margin: 10px;
    background: white;
    float: left; }
    .r7 .video .v-item .v-txt {
      display: block;
      text-align: center;
      padding: 20px; }
    .r7 .video .v-item .v-title {
      display: block;
      text-align: center;
      padding: 10px;
      font-size: 18px; }
    .r7 .video .v-item .line {
      display: block;
      text-align: center;
      border-bottom: 5px solid #87a900;
      width: 30%;
      margin: auto; }

.r7-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }

.r7-header-2 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  clear: both;
  padding-top: 55px; }

.r7-header-3 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 40px;
  color: #20c3ff;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 14px; }

.r7-header-4 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center; }

.r7-list-2 {
  padding-left: 0;
  list-style: none;
  display: table; }
  .r7-list-2 li {
    height: 70px;
    width: 236px;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 17px;
    color: #fff;
    padding-left: 45px;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    background: rgba(45, 49, 58, 0.7);
    border-bottom: 2px solid #373a3e;
    border-right: 2px solid #373a3e;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    .r7-list-2 li:first-child {
      border-left: 2px solid #373a3e; }
  .r7-list-2:first-child li {
    border-top: 2px solid #373a3e; }
  .r7-list-2 li:hover {
    color: #20c3ff; }
  .r7-list-2 li:after {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 10px;
    margin-top: -9px;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
  .r7-list-2 li:hover:after {
    border: 2px solid #20c3ff; }
  .r7-list-2 li.active {
    color: #20c3ff; }
    .r7-list-2 li.active:after {
      border: 2px solid #20c3ff;
      background: #20c3ff; }

.r7-col-2 {
  margin-top: 30px; }

.r7-list-1 {
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  width: 760px; }
  .r7-list-1 li {
    float: left;
    width: 133px;
    position: relative;
    margin-right: 19px; }
    .r7-list-1 li:before {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      background: url("../img/icon-sprite1.png") -18px 0 no-repeat;
      left: 11px; }

.r7 .icon-input {
  display: inline-block;
  float: left;
  margin-right: 18px; }
  .r7 .icon-input input {
    height: 46px; }
.r7 .btn-1 {
  width: 300px;
  float: left; }
.r7 .icon-input > div {
  top: 17px; }

/*---------------------------/r7---------------------------*/
/*---------------------------r8---------------------------*/
.r8 {
  min-height: 512px;
  padding-top: 28px;
  background-position: center;
  background: url("../img/back4.jpg") 0 150px no-repeat; }
  .r8 .rew {
    position: relative;
    text-align: center;
    margin: auto; }
    .r8 .rew .item {
      /* background: url("../img/window.png") no-repeat; */
      float: left;
      position: relative; }
      .r8 .rew .item img {
        position: relative;
        box-shadow: 0px 10px 31px #000;
        border-radius: 5px;
        border: 1px solid #68BFF1;
        margin: 0 auto 31px; }
      .r8 .rew .item span {
        position: relative;
        top: 25px;
        color: white;
        display: block;
        text-align: center; }
  .r8 h3 {
    text-align: center;
    font-size: 40px;
    color: #484c4f; }
    .r8 h3 b {
      display: block;
      color: #68bff1; }

.r8-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }

.r8 .bx-wrapper .bx-viewport {
  box-shadow: none;
  left: -20px;
  background: transparent;
  padding: 10px 10px 0; }
.r8 .bxslider a.fancybox {
  position: relative;
  display: block; }
.r8 .bxslider .r8-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent; }
.r8 .bxslider a.fancybox:hover .r8-overlay {
  background: rgba(0, 161, 241, 0.5); }
.r8 .bxslider .r8-overlay:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -40px;
  width: 78px;
  height: 80px; }
.r8 .bxslider a.fancybox:hover .r8-overlay:after {
  background: url("../img/icon-sprite1.png") center bottom no-repeat; }
.r8 .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 36px;
  width: 380px;
  left: 0; }
  .r8 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a6a6a6;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .r8 .bx-wrapper .bx-pager.bx-default-pager a:hover, .r8 .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #00a1f1; }
.r8 .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 36px;
  width: 380px;
  left: 0; }
.r8 .bx-wrapper .bx-prev {
  left: -40px; }
.r8 .bx-wrapper .bx-next {
  right: -40px; }

.r8-col-1 {
  width: 516px;
  float: left;
  margin-right: 10px; }

.r8-col-3 {
  margin-bottom: 10px; }

.r8 li {
  min-height: 405px; }

.r8-col-5 {
  width: 253px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.r8-col-6, .r8-col-2 {
  width: 253px;
  float: left; }

.r8-header-2 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 20px;
  color: #2e323b;
  margin-bottom: 14px;
  text-align: center; }

.r8-text-1 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 30px; }

.r8-col-8 {
  width: 49%;
  float: left;
  text-align: center; }
  .r8-col-8:first-child {
    border-right: 1px solid #6ad7ff;
    border-right: 1px solid #6ad7ff; }
  .r8-col-8:last-child {
    border-left: 1px solid #6ad7ff; }

.r8-col-9 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  padding-bottom: 15px;
  height: 40px;
  overflow: hidden; }
  .r8-col-9:first-child {
    border-bottom: 1px solid #6ad7ff; }
  .r8-col-9:last-child {
    padding-top: 12px;
    border-top: 1px solid #6ad7ff;
    padding-bottom: 0; }
  .r8-col-9 span {
    font-family: 'HelveticaBlack', sans-serif;
    font-size: 20px;
    color: #2e323b;
    display: block;
    margin-bottom: 3px; }

.r8 .bx-wrapper {
  top: 60px; }

.r8-text-2 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #2e323b;
  text-align: center;
  margin-bottom: 10px; }

.r8-header-3 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

.r8 .btn-1 {
  width: 300px;
  margin: 0 auto;
  display: block; }

/*---------------------------/r8---------------------------*/
/*---------------------------r9---------------------------*/
.r9 {
  height: 658px;
  padding-top: 45px;
  background-image: url("../img/back5.jpg");
  background-position: center;
  background-repeat: no-repeat; }
  .r9 h1, .r9 .h1 {
    color: #484c4f;
    text-align: center; }
    .r9 h1 b, .r9 .h1 b {
      display: block;
      text-align: center;
      color: #68bff1; }
  .r9 .bass {
    background: url("../img/bass.png") no-repeat;
    height: 510px;
    width: 1000px;
    margin: 50px auto 0; }
    .r9 .bass .b {
      text-align: center; }
    .r9 .bass .t {
      text-align: center;
      padding-top: 2px; }
      .r9 .bass .t img {
        margin: 10px;
        cursor: pointer;
        border: 3px solid rgba(255, 255, 255, 0); }
        .r9 .bass .t img.active, .r9 .bass .t img:hover {
          border: 3px solid #FFF;
          border-radius: 7px; }
  .r9 .form-div {
    border: 6px solid #7a22dd;
    position: relative; }
    .r9 .form-div .port img {
      position: relative;
      top: -30px;
      left: 30px; }
    .r9 .form-div .port .p-name {
      position: absolute;
      bottom: 33px;
      left: 180px;
      font-size: 24px; }
    .r9 .form-div .port .p-txt {
      position: absolute;
      bottom: 0;
      left: 0;
      bottom: 7px;
      left: 84px;
      font-size: 18px;
      color: #878787; }
    .r9 .form-div .form {
      position: absolute;
      height: 450px;
      width: 370px;
      right: 58px;
      top: -23px;
      background: url("../img/bg9.jpg") no-repeat;
      color: #FFF;
      text-align: center; }
      .r9 .form-div .form h2 {
        color: white;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 20px; }
      .r9 .form-div .form h3 {
        text-align: center;
        padding-bottom: 10px; }
      .r9 .form-div .form h4 {
        font-size: 16px;
        width: 80%;
        margin: auto;
        margin-top: 20px; }
      .r9 .form-div .form .line {
        display: block;
        border-bottom: 5px solid #87a900;
        width: 30%;
        margin: auto;
        margin-bottom: 50px;
        padding-top: 20px; }
      .r9 .form-div .form input {
        width: 280px;
        height: 17px;
        border: 1px solid #c1c1c1;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        margin: auto;
        margin-bottom: 10px;
        color: white; }
      .r9 .form-div .form button {
        background: #7a22dd;
        border: none;
        outline: none;
        padding: 10px 33px;
        width: 298px;
        color: white;
        border-radius: 5px;
        font-size: 18px;
        cursor: pointer; }
        .r9 .form-div .form button:hover {
          background: #87A900; }

.r9-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }

.r9-list-1 {
  padding-left: 0;
  list-style: none; }
  .r9-list-1 li {
    float: left;
    width: 300px;
    margin-right: 20px; }
    .r9-list-1 li:last-child {
      margin-right: 0; }

.r9 .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px; }
.r9 .bx-wrapper .bx-controls-direction a {
  margin-top: -51px;
  width: 16px;
  height: 40px;
  border: 7px solid #fff; }
.r9 .bx-wrapper .bx-prev {
  left: 0;
  background: #fff url("../img/arrows2.png") no-repeat -34px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r9 .bx-wrapper .bx-next {
  right: 0;
  background: #fff url("../img/arrows2.png") no-repeat -52px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r9 .bx-wrapper .bx-prev:hover {
  background-position: -17px 0; }
.r9 .bx-wrapper .bx-next:hover {
  background-position: -70px 0; }

.r9-block-1 {
  position: relative;
  padding-top: 20px;
  margin-bottom: 45px; }
  .r9-block-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../img/bg4-2.png") 25px 0 no-repeat;
    height: 220px; }

.r9-header-2 {
  text-align: center;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 20px;
  color: #00a1f1;
  margin-bottom: 30px; }
  .r9-header-2 span {
    font-family: 'HelveticaBlack', sans-serif;
    font-size: 20px;
    color: #2e323b;
    display: block; }

.r9-text-1 {
  text-align: center;
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 24px;
  color: #00a1f1;
  margin-bottom: 45px; }
  .r9-text-1 span {
    display: block;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 20px;
    color: #2e323b;
    text-decoration: line-through; }

.r9-text-2 {
  text-align: center;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #ababab; }

.catalog__text {
  padding: 40px 0; }
  .catalog__text h2 {
    margin: 20px 0; }
  .catalog__text h3 {
    margin: 15px 0 10px; }

/*---------------------------/r9---------------------------*/
/*---------------------------/single-catalog---------------------------*/
#single-catalog .single-catalog__item_img {
  border-radius: 8px;
  margin-bottom: 20px; }
  #single-catalog .single-catalog__item_img img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
#single-catalog .single-catalog__item_title {
  color: #1ca7db;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px; }
#single-catalog .single-catalog__item_subtitle {
  color: #1ca7db;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px; }
#single-catalog .single-catalog__item_list li, #single-catalog .single-catalog__item_list p {
  margin-bottom: 5px; }
  #single-catalog .single-catalog__item_list li span, #single-catalog .single-catalog__item_list p span {
    font-family: 'HelveticaRegular', sans-serif; }
#single-catalog .single-catalog__item_content {
  margin-bottom: 20px; }
  #single-catalog .single-catalog__item_content p, #single-catalog .single-catalog__item_content p span {
    font-family: 'HelveticaRegular', sans-serif; }
#single-catalog .single-catalog__item_consul button {
  border: none;
  outline: none;
  padding: 10px 16px;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  background-image: url("../img/button_back.png");
  background-position: 50% -5px;
  background-repeat: repeat;
  margin-bottom: 25px; }
  #single-catalog .single-catalog__item_consul button:hover {
    opacity: .9; }
#single-catalog .single-catalog__item_table {
  max-width: 480px;
  background-color: #e7eef2;
  padding: 25px 15px; }
  #single-catalog .single-catalog__item_table p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1; }
  #single-catalog .single-catalog__item_table table {
    width: 100%;
    border-collapse: collapse; }
    #single-catalog .single-catalog__item_table table tr td {
      width: 50%;
      padding: 5px; }
    #single-catalog .single-catalog__item_table table tr:nth-child(2n+1) {
      background-color: #f3f7f9; }

/*---------------------------blog---------------------------*/
#blog h1 {
  color: #484c4f;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px; }
  #blog h1 span {
    display: block;
    color: #68bff1; }
#blog .blog__item {
  border-bottom: 1px solid #e8e4e4;
  padding: 30px 0; }
  #blog .blog__item h2 {
    margin-bottom: 30px; }
    #blog .blog__item h2 a {
      color: #1ca7db; }
  #blog .blog__item_content {
    margin-bottom: 15px; }
  #blog .blog__item .btn {
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 33px;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat;
    text-decoration: none; }
    #blog .blog__item .btn:hover {
      opacity: .8; }

#single-blog h1 {
  color: #1ca7db;
  margin-bottom: 30px; }
#single-blog img {
  display: block;
  max-width: 100% !important;
  height: auto; }
#single-blog__img {
  float: left;
  margin-right: 30px; }
  #single-blog__img img {
    border-radius: 8px; }
#single-blog__content p {
  font-family: 'HelveticaRegular', sans-serif;
  margin-bottom: 15px;
  line-height: 1.3; }

#single-pavilon h1 {
  color: #1ca7db;
  margin-bottom: 30px; }
#single-pavilon img {
  display: block;
  max-width: 100%;
  height: auto; }
#single-pavilon__img {
  float: left;
  margin-right: 30px; }
  #single-pavilon__img img {
    border-radius: 8px; }
#single-pavilon__content p, #single-pavilon__content p span {
  font-family: 'HelveticaRegular', sans-serif;
  margin-bottom: 15px;
  line-height: 1.3; }

.but-pavilony {
  display: block;
  margin: 0 auto;
  border: none;
  background: rgba(255, 255, 255, 0);
  outline: none;
  padding: 10px 20px;
  color: #FFF;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  background-image: url(../img/btn1.png);
  background-position: 50% -1px;
  background-repeat: repeat;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21); }
  .but-pavilony_link {
    text-decoration: none; }

/*------------------------contacts-----------------------------*/
#contacts {
  position: relative;
  height: 100%; }
  #contacts .contacts__item {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%; }
    #contacts .contacts__item .wrapper {
      height: 100%;
      position: relative; }
    #contacts .contacts__item_block {
      position: absolute;
      top: 14%;
      left: 0;
      height: 52%;
      max-width: 480px;
      padding: 30px 30px 80px;
      border-radius: 8px;
      background-color: white;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.25); }
      #contacts .contacts__item_block address {
        font-style: normal; }
      #contacts .contacts__item_block .btn {
        border: none;
        width: 100%;
        outline: none;
        display: inline-block;
        padding: 10px 33px;
        color: #FFF;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        background-image: url("../img/button_back.png");
        background-position: 50% -5px;
        background-repeat: repeat;
        text-decoration: none;
        margin-top: 12px; }
        #contacts .contacts__item_block .btn:hover {
          opacity: .8; }
      #contacts .contacts__item_block_pic {
        height: 50px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
        padding-left: 70px;
        font-size: 18px;
        font-weight: 400;
        line-height: 15px; }
      #contacts .contacts__item_block_pic1 {
        background: url("../img/css_sprites1.png") center center no-repeat;
        background-position: 0;
        background-size: 50px 50px;
        line-height: 1.3; }
      #contacts .contacts__item_block_pic2 {
        background: url("../img/css_sprites2.png") center center no-repeat;
        background-position: 0;
        background-size: 50px 50px; }
        #contacts .contacts__item_block_pic2 a {
          display: block;
          color: black;
          text-decoration: none; }
          #contacts .contacts__item_block_pic2 a:hover {
            text-decoration: underline; }
      #contacts .contacts__item_block_pic3 {
        background: url("../img/css_sprites3.png") center center no-repeat;
        background-position: 0;
        background-size: 50px 50px;
        line-height: 1.3; }
      #contacts .contacts__item_block_pic4 {
        background: url("../img/css_sprites4.png") center center no-repeat;
        background-position: 0;
        background-size: 50px 50px;
        line-height: 1.3; }
        #contacts .contacts__item_block_pic4 a {
          display: block;
          color: black;
          text-decoration: none; }
          #contacts .contacts__item_block_pic4 a:hover {
            text-decoration: underline; }

#r10_cat {
  padding-top: 0; }
  #r10_cat select {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 20px;
    outline: none; }

.r10 {
  background: url("../img/back6.jpg") center bottom no-repeat;
  padding-top: 30px;
  padding-bottom: 30px; }
  .r10 .filter {
    margin: 10px 0; }
  .r10 .catalog, .r10 .catalog_spa {
    display: inline-block;
    padding-top: 10px; }
  .r10 .item {
    width: 242px;
    float: left;
    background: rgba(0, 0, 0, 0.62);
    color: white;
    padding: 20px;
    margin: 0 5px 10px;
    /* height: 380px; */ }
.r10 .item::nth-child(4n+4) {clear: both;}
    .r10 .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
      /*height: 180px;

      vertical-align: middle;

      display: table-cell;*/
      text-align: center;
      max-height: 165px;
      min-height: 165px; }
      .r10 .item .img a {
        display: inline-block; }
    .r10 .item img {
      height: auto;
      max-height: 165px;
      width: 100%;
      max-width: 165px; }
    .r10 .item a {
      text-decoration: none; }
    .r10 .item h2 {
      color: #87dfff;
      padding-top: 20px; }
    .r10 .item .h2_s {
      letter-spacing: -0.1px;
      height: 64px;
      font-size: 1.1em;
      color: #87dfff;
      padding-top: 20px;
    }
    .r10 .item .txt {
      padding: 15px 0; }
      .r10 .item .txt span {
        font-size: 14px; }
  .r10 .but-1 {
    border: none;
    background: rgba(255, 255, 255, 0);
    outline: none;
    padding: 10px 16px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    top: 2px;
    float: left;
    background-image: url("../img/btn1.png");
    background-position: 50% -1px;
    background-repeat: repeat;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21);
    text-decoration: none; }
  .r10 .but-2 {
	margin-right: 9px;
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    top: 1px;
    background-image: url("../img/btn2.png");
    float: left;
    background-position: 50% -1px;
    background-repeat: repeat;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21); }
  .r10 .but-1.cat {
    margin: 30px auto 0;
    display: inline-block;
    float: none; }
  .r10 .why {
    display: block;
    margin-top: 40px; }
  .r10 .but-1:hover, .r10 .but-2:hover {
    opacity: 0.8; }
  .r10 .why .w-item {
    width: 200px;
    height: 450px;
    margin: 5px;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    color: white;
    text-align: center; }
    .r10 .why .w-item h2 {
      color: #f5c401;
      padding: 20px; }
    .r10 .why .w-item .line {
      display: block;
      border-bottom: 4px solid #f5c401;
      width: 30%;
      margin: auto;
      padding-top: 20px;
      margin-bottom: 20px; }
    .r10 .why .w-item .w-txt {
      padding-bottom: 10px; }
  .r10 h3 {
    color: #484c4f;
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px; }
    .r10 h3 span {
      display: block;
      color: #68bff1; }
  .r10 h4 {
    color: #FFF;
    text-align: center;
    font-size: 48px; }

.r10-header-1 {
  text-align: center;
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-transform: uppercase;
  margin-bottom: 38px; }

.r10-header-4 {
  text-align: center;
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px; }

.r10-bxslider-1 li {
  text-align: center;
  min-height: 405px; }

.r10-bxslider-2 li {
  min-height: 245px; }

.r10-bxslider-1 li img {
  display: inline-block;
  margin: 0 auto 22px; }

.r10-header-2 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 7px; }

.r10-header-3 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #00a1f1;
  margin-bottom: 12px; }

.r10-text-1 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #e2e2e2;
  line-height: 19px; }

.r10 .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px; }
.r10 .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  width: 16px;
  height: 40px; }
.r10 .bx-wrapper .bx-prev {
  left: -78px;
  background: url("../img/arrows2.png") no-repeat;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r10 .bx-wrapper .bx-next {
  right: -78px;
  background: url("../img/arrows2.png") no-repeat -87px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r10 .bx-wrapper .bx-prev:hover {
  background-position: -17px 0; }
.r10 .bx-wrapper .bx-next:hover {
  background-position: -70px 0; }

.r10-block-1 .bx-wrapper .bx-controls-direction a {
  margin-top: -98px; }
.r10-block-1 .bx-wrapper .bx-prev {
  left: 0; }
.r10-block-1 .bx-wrapper .bx-next {
  right: 0; }

.r10-bxslider-3 a {
  position: relative;
  display: block; }
.r10-bxslider-3 .r10-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent; }
.r10-bxslider-3 a:hover .r10-overlay {
  background: rgba(0, 161, 241, 0.5); }
.r10-bxslider-3 .r10-overlay:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -40px;
  width: 78px;
  height: 80px; }
.r10-bxslider-3 a:hover .r10-overlay:after {
  background: url("../img/icon-sprite1.png") center bottom no-repeat; }

.fancybox-media {
  position: relative;
  display: block; }
  .fancybox-media:after {
    content: '';
    width: 62px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -31px;
    background: url("../img/icon-youtube.png") no-repeat; }
  .fancybox-media:hover:after {
    transform: scale(1.1); }

/*---------------------------/r10---------------------------*/
/*---------------------------r11---------------------------*/
.r11 {
  height: 174px;
  padding: 20px 0;
  position: relative; }
  .r11 .wrapper {
    position: relative; }
  .r11 .msg { padding-top: 15px;display: inline-block;color: #abb4bb; }
  .r11 .r-left {
    width: 50%;
    float: left;
    font-size: 40px;
    padding-top: 30px; }
    .r11 .r-right {
    width: 50%;
    float: right;}
    .r11 .r-left .title {
      display: block;
      color: #68bff1; }
    .r11 .r-left .txt {
      color: #494d50;
      font-size: 18px;
      line-height: 17px;
      display: block;
      padding-top: 20px; }
  .r11 button {
    border: none;
    outline: none;
    padding: 10px 16px;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat;}
    .r11 button:hover {
      opacity: .9; }

.r11-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #00a1f1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }

.r11 .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px; }
.r11 .bxslider img {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2); }
.r11 .bx-wrapper .bx-controls-direction a {
  margin-top: -20px;
  width: 16px;
  height: 40px; }
.r11 .bx-wrapper .bx-prev {
  left: -73px;
  background: url("../img/arrows2.png") no-repeat -34px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r11 .bx-wrapper .bx-next {
  right: -73px;
  background: url("../img/arrows2.png") no-repeat -52px 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
.r11 .bx-wrapper .bx-prev:hover {
  background-position: -17px 0; }
.r11 .bx-wrapper .bx-next:hover {
  background-position: -70px 0; }

/*---------------------------/r11---------------------------*/
/*---------------------------r12---------------------------*/
.r12 {
  background: #fff;
  height: 344px;
  position: relative; }
  .r12 .wrapper {
    position: relative; }
  .r12 .r3-col-2 {
    top: 186px;
    right: 59px; }

.r12-col-1 {
  width: 300px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 65px;
  position: relative; }
  .r12-col-1:after {
    content: '';
    border: 150px solid transparent;
    border-top: 90px solid rgba(0, 0, 0, 0.8);
    position: absolute; }

.r12-header-1 {
  font-family: 'HelveticaBlack', sans-serif;
  font-size: 34px;
  color: #20c3ff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

.r12-text-1 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center; }

/*---------------------------/r12---------------------------*/
/*---------------------------copyright---------------------------*/


/*---------------------------/copyright---------------------------*/
/*---------------------------modal---------------------------*/


.modal-r14 {
  overflow-y: scroll;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none; }
  .modal-r14 input {
    width: 280px;
    height: 17px;
    border: 1px solid #c1c1c1;
    background: rgba(245, 245, 245, 0.5);
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
    color: #000; }
  .modal-r14 .btn {
    border: none;
    outline: none;
    padding: 10px 33px;
    width: 298px;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    background-image: url("../img/button_back.png");
    background-position: 50% -5px;
    background-repeat: repeat; }
    .modal-r14 .btn:hover {
      opacity: .8; }
  .modal-r14 .r219-col-2 {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    top: 38%;
    left: 0;
    margin-top: -235px;
    position: absolute;
    color: #000;
    text-align: center;
    border: 1px solid #C1C1C1; }
    .modal-r14 .r219-col-2 .title {
      min-height: 34px; }
    .modal-r14 .r219-col-2 .title-form {
      margin-top: 45px;
      margin-bottom: 15px;
      font-size: 25px; }
    .modal-r14 .r219-col-2 .content {
      font-family: 'HelveticaRegular', sans-serif;
      text-align: justify;
      margin-bottom: 30px; }

#formSuccess {
  display: none;
  position: absolute;
  width: 353px;
  background: white;
  height: 220px;
  top: 38%;
  right: auto;
  left: 50%;
  margin-top: -235px;
  margin-left: -210px;
  border-radius: 5px; }
  #formSuccess > div {
    width: 300px;
    margin: 4px auto 0; }

.form-success-header-1 {
  font-family: 'HelveticaBold', sans-serif;
  font-size: 34px;
  color: #2e323b;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 19px;
  padding-left: 11px; }

.form-success-header-2 {
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 20px;
  color: #2e323b;
  text-align: center;
  padding-left: 11px; }

.btn-close {
  position: absolute;
  background: url("../fancybox/source/close-button.png") no-repeat;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  opacity: .7; }
  .btn-close:hover {
    opacity: 1; }

#map {
  height: 344px; }

/*---------------------------/modal---------------------------*/
.min-width-130 {
  min-width: 130px; }

.bx-wrapper .bx-controls-direction a {
  z-index: 7800; }

.hide {
  display: none !important; }

.empty_field {
  background: indianred !important; }

.r14 {
  background: #505965;
  padding-bottom: 30px; }
  .r14 h1, .r14 .h1 {
    text-align: center;
    padding: 30px 0;
    color: #cfd8e4; }
    .r14 h1 b, .r14 .h1 b {
      color: #68bff1; }
  .r14 .types {
    display: inline-block; }
    .r14 .types .item {
      max-width: 470px;
      float: left;
      background: #3d454e;
      margin: 15px;
      color: white;
      margin-bottom: 25px; }
      .r14 .types .item .left {
        display: block;
        width: 58%;
        padding: 0 10px;
        text-align: center;
        margin: auto;
        height: 45px; }
        .r14 .types .item .left .header {
          text-decoration: none;
          color: #68bff1;
          font-size: 24px;
          padding: 5px 0px;
          text-align: center;
          float: left;
          margin-right: 20px; }
        .r14 .types .item .left button {
		  text-decoration: none;
          border: none;
          background: rgba(255, 255, 255, 0);
          outline: none;
          padding: 10px 20px;
          border-radius: 3px;
          color: #FFF;
          font-size: 14px;
          position: relative;
          cursor: pointer;
          top: 2px;
          float: left;
          background-image: url("../img/btn1.png");
          background-position: 50% -1px;
          background-repeat: repeat;
          margin-right: 9px;
          border-radius: 5px;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.21); }
          .r14 .types .item .left button:hover, .r14 .types .item .left a:hover {
            opacity: 0.8; }
      .r14 .types .item .txt {
        float: right;
        /* width: 66%; */
        padding: 20px 0;
        margin-right: 20px; }

.r15 {
  background-image: url("../img/back7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 653px; }
  .r15 h1, .r15 .h1 {
    text-align: center;
    color: #3d454e;
    font-size: 60px;
    padding: 20px 0; }
    .r15 h1 b, .r15 .h1 b {
      display: block;
      color: #68bff1; }

.r16 {
  min-height: 292px;
  background-image: url("../img/back8.png");
  background-position: 31% center;
  background-repeat: no-repeat; }
  .r16 .left {
    width: 60%;
    float: left;
    font-size: 30px;
    padding-top: 50px; }
    .r16 .left span {
      color: #68bff1;
      display: block;
      font-size: 48px; }
  .r16 .right {
    width: 35%;
    float: left; }
    .r16 .right form {
      border: 2px solid #68bff1;
      padding: 30px;
      border-radius: 5px;
      margin-top: 60px; }
    .r11 .linn {
      float: right;
      width: 400px;
      text-align: center;
      border: 2px solid #68bff1;
      padding: 30px;
      border-radius: 5px;
      margin-top: 25px; }
    .r16 .right input {
      width: 100%;
      height: 38px;
      border: 1px solid #bdbfc1;
      background: rgba(255, 255, 255, 0.62);
      padding: 10px;
      color: #000;
      box-sizing: border-box;
      margin-bottom: 10px;
      -moz-placeholder: white;
      -webkit-input-placeholder: white; }
    .r16 .right button {
      border: none;
      outline: none;
      padding: 10px 16px;
      border-radius: 3px;
      color: #FFF;
      font-size: 16px;
      cursor: pointer;
      text-transform: uppercase;
      width: 100%;
      background-image: url("../img/button_back.png");
      background-position: 50% -5px;
      background-repeat: repeat; }
      .r16 .right button:hover {
        opacity: 0.8; }

.r17 {
  background-image: url("../img/back9.jpg");
  background-position: center;
  min-height: 450px; }
  .r17 h1, .r17 .h1 {
    color: white;
    text-align: center;
    padding: 20px 0; }
    .r17 h1 b, .r17 .h1 b {
      display: block;
      color: #8bd5ff; }
  .r17 .rew {
    margin: auto;
    color: white;
    text-align: center;
    display: block; }
    .r17 .rew .item {
      width: 33.333%;
      float: left; }
      .r17 .rew .item img {
        border-radius: 150px;
        border: 1px #8BD5FF solid;
        padding: 15px; }
      .r17 .rew .item .header {
        font-size: 18px;
        padding: 10px 0; }
      .r17 .rew .item .txt {
        font-size: 14px;
        color: #c9d9ed; }

.r18 {
  background-image: url("../img/back10.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 30px; }
  .r18 .bottom {
    text-align: center; }
  .r18 h1 {
    text-align: center;
    padding: 40px 0;
    color: #3d454e;
    font-size: 60px;
    padding-top: 60px; }
    .r18 h1 b {
      color: #68bff1; }
  .r18 .dop {
    text-align: center; }
    .r18 .dop .item {
      width: 310px;
      display: inline-block;
      vertical-align: top;
      height: 151px;
      margin: 10px;
      color: white;
      position: relative;
      background-position: center;
      background-repeat: no-repeat; }
      .r18 .dop .item .title {
        display: block;
        text-align: left;
        width: 134px;
        padding-top: 25px;
        padding-left: 10px; }
      .r18 .dop .item .btn {
        color: #eead00;
        position: absolute;
        bottom: 20px;
        left: 10px;
        width: 145px;
        font-size: 14px;
        text-align: left; }
        .r18 .dop .item .btn:hover {
          color: #00b4f7; }

.dop-cat {
  text-align: center; }
  .dop-cat .item {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    height: 151px;
    margin: 10px;
    color: white;
    position: relative;
    background-position: center;
    background-repeat: no-repeat; }
    .dop-cat .item .title {
      display: block;
      text-align: left;
      width: 134px;
      padding-top: 25px;
      padding-left: 10px; }
    .dop-cat .item .btn {
      color: #eead00;
      position: absolute;
      bottom: 20px;
      left: 10px;
      width: 145px;
      font-size: 14px;
      text-align: left; }
      .dop-cat .item .btn:hover {
        color: #00b4f7; }

.r19 {
  background: #f2f6f8; }
  .r19 h1 {
    text-align: center;
    padding: 30px 0;
    color: #494d50; }
  .r19 .cer {
    text-align: center;
    padding-bottom: 30px; }
    .r19 .cer a {
      padding: 40px; }
      
      
.inst {text-align: right;}

.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }


.r10 .item .txt {height: 115px;}

.otsivi .wrapper {display: flex;flex-wrap: wrap;}
.otsivi .wrapper .item { flex: 0 1 calc(25% - 60px);box-shadow: 0 1px 4px 0 rgb(0, 0, 0, 0.15);margin: 10px;padding: 40px 20px;}
.otsivi .wrapper .item .name {color: #004c62;font-size: 20px;text-align: center;padding: 15px 0;font-family: 'HelveticaBold', sans-serif;}
.otsivi .wrapper .item .txt {font-size: 14px;}
#single-blog .otsivi .wrapper .item .photo img {margin: auto;max-width: 160px !important;border-radius: 100px;}

.sitemap ul {padding-left: 20px;}
.sitemap ul li a {color: #777;text-decoration: none;}
#single-blog__content {margin: 20px 0 40px;}

/* ==========================================================================
  33. SCROLL TO TOP
  ========================================================================== */  
 




/*-------------------------------media 991px------------------------------------*/

@media all and (max-width: 991px) {


  .r3 {
    min-height: unset;
    padding-bottom: 53px; }
    .r3 h1 {
      font-size: 30px;
      width: calc(100% - 64px);
      left: unset;
      line-height: unset; }
    .r3 .form {
      left: 0;
      width: calc(100% - 40px); }
    .r3 .ico {
      width: calc(100% - 50px);
      display: none; }
      .r3 .ico .i-ico {
        width: unset; }

  .r6 .item {
    width: calc(100% - 20px);
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: solid #94b7ce 2px; }
    .r6 .item .img {
      height: unset;
      float: none;
      margin-right: unset;
      margin: 0 auto; }
  .r6 button {
    margin: 0 !important; }

  .r10 .catalog, .r10 .catalog_spa {
    overflow: hidden;
    width: 100%; }
  .r10 .item {
    float: none;
    margin: 0 auto 10px; }

  .r4 h1 span {
    line-height: 40px;
    font-size: 35px; }
  .r4 .op8 {
    width: 100%; }
    .r4 .op8 > div {
      float: none;
      margin: 0 auto; }

  .r5 {
    display: none; }

  .r7 {
    height: unset;
    padding-bottom: 50px; }
    .r7 h3 {
      text-align: center;
      font-size: 30px;
      padding-left: 10px; }
    .r7 h4 {
      font-size: 22px;
      text-align: center;
      padding-left: 10px; }
    .r7 button {
      margin: 0 auto;
      display: block;
      float: none; }
    .r7 .whant {
      width: 100%; }
    .r9 {
      height: 450px;
    }

  .r8, .r15, .r11, .logo {
    display: none; }

  .r14 .types, .r14 img {
    width: 100%; }
  .r14 .types .item {
    display: block;
    margin: 0 auto;
    float: none; }
    .r14 .types .item .left {
      width: unset; }

  .r16 .right, .r16 .left {
    width: 100%;
    float: none;
    text-align: center; }
  .r16 .right input, .r16 .right button {
    width: 30%; }
  .r16 .left span {
    font-size: 38px; }

  .r17 .rew .item {
    width: 100%;
    margin-bottom: 20px; }

  .r18 {
    background-repeat: repeat; }
    .r18 h1 {
      font-size: 35px; }
    .r18 .dop .item {
      max-width: 300px;
      width: 100%;
      float: none;
      margin: 10px auto; }

  .dop-cat .item {
    max-width: 300px;
    width: 100%;
    float: none;
    margin: 10px auto; }

}




@media all and (max-width: 991px) {
    
    .r3 {padding: 50px 0 110px;}
.btn-sm {
    width:20px;
    height:20px;
}
.otsivi .wrapper .item {flex: 0 1 calc(100%);}
.r4 h1 b, .r4 .h1 b {font-size: 75px;margin-top: -9px;}
.r4 h1, .r4 .h1 {font-size: 30px;}
.r3 {padding: 70px 0 110px;}

.r3-header-3, .modal-r14 .title {font-size: 25px;margin-bottom: 20px;}

    #single-blog {padding: 0 15px;}
    #single-blog__img {margin-right: 0;}
	.inst {text-align: left;}

.r1-col-2_2 {margin-left: 0px;}
  .r1 {
    min-height: 0; }
   
      

 
  [class^="col-"] {
    width: 100%;
    float: none; }

  .r16 .right input, .r16 .right button {
    width: 100%; }

  #contacts .contacts__item {/*display: none;*/}

  .r10 .item {
    width: 85%; }
    .r10 .item .img {
      min-height: auto;
      max-height: 100%; }
    .r10 .item img {
      max-width: 100%;
      max-height: 100%; }
      
}

/*# sourceMappingURL=style.css.map */

/*
.r1-col-1 {
  
}

.r1-col-2, .r1-col-3 {
  float: right;
  display: inline-block; }

.r1-col-2_2 {
  max-width: 230px;
  margin-left: 50px;
  text-align: left;
  padding-top: 24px; }
  .r1-col-2_2 address {
    font-style: normal; }

.r1-col-2 {
  margin-right: 20px;
  padding-top: 23px; }

.r1-col-3 {
  position: relative;
  font-family: 'HelveticaMedium', sans-serif;
  color: #737373;
  padding-top: 23px;
  padding-bottom: 20px; }
.r1-col-3 .phone {
    float: left;
    padding-left: 15px;
    font-size: 20px; }
.r1-col-2_2 .phone span {
      color: black;
      font-weight: bold; }
.r1-col-2_2 .phone a {
      text-decoration: none;
      color: #7f7f7f; }
.r1-col-2_2 .phone a img{height: 13px;}
.r1-col-2_2 .phone a:hover {
        text-decoration: underline; }
.r1-col-3 .btn-1 {
    border: none;
    outline: none;
    padding: 10px 33px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    position: initial;
    background: #f68f00;
	text-decoration: none;
    bottom: -18px;
    right: -7px; }
.r1-col-3 .btn-1:hover {
      text-decoration: none;
      background: #006e9c; }

.r1-list-1 {
  padding-left: 0;
  list-style: none;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 20px;
  color: #7f7f7f; }
.r1-list-1 span {
    font-family: 'HelveticaBold', sans-serif;
    color: #00a1f1; }
.r1-list-1 li {
    margin-bottom: 3px; }
.icon-phone-1, .icon-phone-2 {
  display: inline-block;
  margin-right: 1px;
  width: 18px;
  height: 16px;
  position: relative;
  top: 3px; }
.icon-phone-1 {
  background: url("../img/icon-sprite1.png") no-repeat; }

.icon-phone-2 {
  background: url("../img/icon-sprite1.png") 0 -17px no-repeat; }
  
.top {background: #f5f5f5;}
.top .wrapper {
    color: #5e5f60;
    display: flex;
    justify-content: space-between;
    padding: 8px 0 10px;
    font-size: 12px;
}
.top img {margin-bottom: -4px;}
.top a {color: #5e5f60;text-decoration: none;}
.top a:hover {color: #1C4B5F;}

.r2-link-1 {
  min-width: 144px;
  color: #fff !important;
  background: #00adf5;
  background: -moz-linear-gradient(top, #00adf5 0%, #0098e4 100%);
  background: -webkit-linear-gradient(top, #00adf5 0%, #0098e4 100%);
  background: linear-gradient(to bottom, #00adf5 0%, #0098e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adf5', endColorstr='#0098e4', GradientType=0); }
  .r2-link-1:hover {
    color: #fff !important;
    background: #006db8;
    background: -moz-linear-gradient(top, #006db8 0%, #0980d1 100%);
    background: -webkit-linear-gradient(top, #006db8 0%, #0980d1 100%);
    background: linear-gradient(to bottom, #006db8 0%, #0980d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006db8', endColorstr='#0980d1', GradientType=0); }
    
    .copyright {
  background: #fff;
  text-align: center;
  font-family: 'HelveticaRegular', sans-serif;
  font-size: 16px;
  color: #7f7f7f;
  padding: 11px;
  border-top: 1px solid #efefef; }
  .copyright .wrapper {
    height: 83px; }
  .copyright address {
    font-style: normal; }
  .copyright a {
    text-decoration: none;
    color: #7f7f7f; }
    .copyright a:hover {
      text-decoration: underline; }
      
    	.copyright .r1-col-1, .copyright .r1-col-2, .copyright .r1-col-3, .copyright .r1-col-2_2 {width: 100%;}
	 .copyright .r1-col-2, .copyright .r1-col-3 {float: left;}
*/
