@import url(/font/circe/stylesheet.css);

body {
  font-family: 'Circe';
  font-size: 16px;
  background-color: #fff;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.burgerMenu__btn {
  display: none;
  z-index: 1002;
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: fixed;
  background: 0;
  float: right;
  margin: 2rem;
  height: 2.7rem;
  width: 3.5rem;
  outline: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 768px) {
  .burgerMenu__btn {
    display: block;
  }
}

.burgerMenu__bar,
.burgerMenu__bar::before,
.burgerMenu__bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
  background: #fff;
  margin: auto;
  width: 100%;
  height: 0.3rem;
  content: '';
  top: 50%;
  right: 0;
}

.burgerMenu__bar {
  margin-top: -0.2rem;
}

.burgerMenu__bar::before {
  top: -1.2rem;
}

.burgerMenu__bar::after {
  top: 1.2rem;
}

.burgerMenu__bar::before,
.burgerMenu__bar::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.burgerMenu__btn.active .burgerMenu__bar {
  background: 0;
}

.burgerMenu__btn.active .burgerMenu__bar::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burgerMenu__btn.active .burgerMenu__bar::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burgerMenu__btn.active .burgerMenu__bar::before,
.burgerMenu__btn.active .burgerMenu__bar::after {
  top: 0;
}

.burgerMenu__btn.active .burgerMenu__bar,
.burgerMenu__btn.active .burgerMenu__bar::before,
.burgerMenu.active .burgerMenu__bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

.burgerMenu__nav {
  z-index: 1001;
  overflow-y: auto;
  width: 250px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  padding-top: 6.2rem;
}

.menu-open .burgerMenu__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.burgerMenu__list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.burgerMenu__item {
  font-size: 2.6rem;
  text-transform: uppercase;
}

.burgerMenu__link {
  display: block;
  padding: 20px 8px;
  color: #fff;
}

.burgerMenu__link:hover,
.burgerMenu__link:focus,
.burgerMenu__link:active {
  background-color: rgba(13, 120, 146, 1);
  text-decoration: none;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px !important;
  line-height: 45px !important;
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 80px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  border: 1px solid #337ab7;
  color: #337ab7;
  background: #fff;
  text-decoration: none;
}

.toTop:focus {
  border: 1px solid #337ab7;
  color: #fff;
  background: #337ab7;
  text-decoration: none;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #090909;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-top__phone-link {
  color: #fc6701;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #fc6701;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #090909;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #fc6701;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #fc6701;
  color: #fff;
  border-radius: 5px;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.header {
  background-color: #090909;
  background-image: url(/img/shapka_bg.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 999;
}

.shapka {
  padding: 24px 0;
}

.shapka__inner {
  /*padding: 30px 0;*/
}

.shapka__adress {
  color: #fff;
}

.shapka__text {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 100;
}

.shapka__phone {
  font-size: 2.6em;
  font-weight: 200;
  color: #fff;
}

.shapka__phone:hover,
.shapka__phone:active,
.shapka__phone:focus {
  color: #fc6701;
}

.shapka__mail {
  font-size: 1.5em;
  font-weight: 200;
  color: #fff;
}

.shapka__mail:hover,
.shapka__mail:active,
.shapka__mail:focus {
  color: #1cd2d3;
}

.shapka__knopki {
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .shapka__knopki {
    float: none;
    text-align: center;
    padding-top: 16px;
  }
}

.shapka__knopki div {
  padding-left: 16px;
}

.shapkaZvonok {
  margin-top: 14px;
}

.shapka__zvonok {
  background-color: #fc6701;
  color: #fff;
  padding: 14px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  text-align: center;
  display: block;
}

.shapka__zvonok:hover,
.shapka__zvonok:active,
.shapka__zvonok:focus {
  background-color: #be4f03;
  color: #fff;
}

.shapka__img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.shapka__img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  /* IE 6-9 */
}

.gen-title {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.gen-1 {
  background-image: url(/img/title/1.png);
}

.gen-2 {
  background-image: url(/img/title/2.png);
}

.gen-3 {
  background-image: url(/img/title/3.png);
}

.gen-4 {
  background-image: url(/img/title/4.png);
}

.header {}

.shapkaMenu {
  background-color: #fff;
  padding: 30px 0;
}

.shapkaMenu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1400px) {
  .shapkaMenu {
    width: 100%;
  }
}

.topMenu__inner {}

.topMenu {
  display: flex;
  justify-content: space-between;
}

.topMenu__item {
  margin-right: 12px;
}

.topMenu__link {
  color: #182028;
  text-transform: uppercase;
  font-size: 18px;
}

.topMenu__link:hover {
  color: #1cd2d3;
}

.shapkaMenu__knopki {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .shapkaMenu__inner {
    display: block;
  }

  .shapkaMenu__knopki {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }

  .shapkaMenu__knopki div {
    display: block;
  }
}

.btnOrang {
  background-color: #fc6701;
  padding: 12px;
  white-space: nowrap;
  margin-right: 12px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}

.btnOrang:hover {
  background-color: #be4f03;
  color: #fff;
}

.btnBlue {
  background-color: #1cd2d3;
  padding: 12px 16px;
  white-space: nowrap;
  border-radius: 5px;
  color: #172a48;
  text-transform: uppercase;
  display: block;
}

.btnBlue:hover {
  background-color: #0da2a3;
  color: #172a48;
}

.superSlider {}

/*.sliderOkno {
    padding: 128px 0 128px 32px;
    }*/
.slider__title {
  padding: 4px 0;
}

.slider__title span {
  background-color: #fc6701;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 4px 8px;
}

.sliderOkno__inner {
  background-color: rgba(47, 60, 81, 0.8);
  padding: 32px;
  color: #fff;
}

.sliderInTit {}

.slider__text {
  font-size: 2em;
}

.sliderItem1,
.sliderItem2,
.sliderItem3,
.sliderItem4,
.sliderItem5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 485px;
}

.sliderItem1 {
  background-image: url("/img/slider/slide1.jpg");
}

.sliderItem2 {
  background-image: url("/img/slider/001.jpg");
}

.sliderItem3 {
  background-image: url("/img/slider/002.jpg");
}

.sliderItem4 {
  background-image: url("/img/slider/003.jpg");
}

.sliderItem5 {
  background-image: url("/img/slider/004.jpg");
}

.content {}

.plitkaMenu {
  padding: 72px 0;
  background-color: #fff;
}

.plitkaMenu__item {
  padding-bottom: 26px;
  width: 100%;
}

.plitkaMenu__item a {
  color: #fff;
}

.plitkaMenu__img {
  width: 100%;
  position: relative;
  border-radius: 12px;
}

.plitkaMenu__btn {
  display: none;
  position: absolute;
  bottom: 25%;
  left: 32px;
}

.plitkaMenu__item:hover .plitkaMenu__btn {
  display: block;
}

.btnLinePlitka {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.75;
  color: #ffffff;
}

.plitkaMenu__title {
  font-family: Roboto;
  font-size: 14px;
  line-height: 2.36;
  color: #ffffff;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 32px;
  background-color: #e77817;
  padding: 4px 8px;
}

.plitkaMenu__title span {
  text-transform: none;
  font-size: 0.9em;
  font-weight: 400;
}

.plitkaBtn {
  margin-left: 16px;
}

.block1__img {
  width: 100%;
  float: right;
}

.whiteBlock {
  margin-bottom: 30px;
  background-color: #000;
}

.whiteBlock__title {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 32px;
}

.whiteBlock__text {
  font-family: Roboto;
  font-size: 12px;
  color: #ffffff;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .whiteBlock__title {
    font-size: 1.2em;
    line-height: 1.1 !important;
  }

  h1.whiteBlock__title {
    /*font-weight: 700;*/
    font-size: 1.2em;
  }
}

.whiteBlock__titleW {
  font-size: 1.8em;
  color: #fff;
}

.oranList {
  margin: 32px 0;
  list-style:
}

.oranList li {
  color: #fc6701;
}

.oranList li span {
  color: #333;
}

.block1 {
  padding: 32px 0;
  background-image: url(/img/block1_bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 98%;
}

.block2 {
  padding: 32px 0;
}

.block2_1 {
  background-color: #fff;
  padding: 32px 0;
}

.block2_2 {
  background-color: #fff;
  padding: 32px;
  border-bottom: 1px solid #090909;
}

.block3_1 {
  padding: 32px 0;
}

.block3__logo {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.block3_2 {
  background-color: #0e2a4e;
  padding: 16px 32px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
}

.block4__img {
  text-align: center;
  width: 100%;
}

.whiteBlock__text4 {
  padding-top: 16px;
}

.generalH2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 32px 0;
}

.preimushestva {
  padding: 54px 0;
  background-color: #f7f7f7;
}

.preimushestva__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 42px;
}

.preimushestva__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.preimushestva__img {
  margin-right: 30px;
}

.preimushestva__title {
  font-family: Roboto;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}

.newsIsob {
  padding: 54px 0;
}

.news__item {
  display: flex;
  border: 1px solid #aaaaaa;
  border-bottom: none;
}

.news__item:last-child {
  border-bottom: 1px solid #aaaaaa;
}

.news__text {
  background-color: #fff;
  position: relative;
  padding: 16px;
  width: 100%;
}

.news__textBg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #1cd2d3;
  width: 100%;
  height: 100%;
}

.news__item:hover .news__textBg {
  display: block;
}

.newsBtnLine {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.news_btn {
  margin-left: 16px;
}

.news__link span {
  color: #1b1b1b;
}

.news__date {
  color: #8a8a8a;
  font-size: 0.8em;
  padding-bottom: 8px;
}

.news__title {
  font-size: 0.9em;
}

.sob__img {
  width: 100%;
}

.sobWhite {
  background-color: #fff;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}

.sobWhite__text {
  font-size: 0.9em;
  color: #707070;
}

.sobWhite__title {
  font-size: 1.6em;
  color: #172a48;
}

.owl-carouselOtziv {
  padding: 0 54px;
  position: relative;
}

.otziv__item {
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
  padding: 24px 32px 48px;
}

/*.otziv__item:before {
    content: url(/img/openqot.png);
    padding-bottom: 16px;
}

.otziv__item:after {
    content: url(/img/closeqot.png);
    float: right;
}*/
.otziv__text {
  color: #172a48;
  font-family: Roboto;
  font-size: 12px;
  color: #000000;
}

.otziv__link {
  color: #fc6802;
  font-weight: bold;
  white-space: nowrap;
}

.otziv__name {
  color: #707070;
  font-size: 0.9em;
  padding-top: 12px;
}

.superSliderLeft {
  z-index: 900;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.superSliderLeft:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.superSliderRight {
  z-index: 900;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.superSliderRight:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.otzivLeft {
  z-index: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.otzivLeft:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.otzivRight {
  z-index: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.otzivRight:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.owl-carouselPartners {
  background-color: #fff;
  padding: 32px 0 72px;
  position: relative;
}

.partnersLeft,
.klientLeft {
  z-index: 900;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.partnersLeft:hover,
.klientLeft:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.partnersRight,
.klientRight {
  z-index: 900;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.partnersRight:hover,
.klientRight:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.owl-carouselKlient {
  background-color: #fff;
  padding: 32px 128px;
  position: relative;
  margin-bottom: 30px;
}

.formArea {
  padding: 32px 0 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: relative;
  background-color: #fff;
}

.formMain {}

.formMain__input {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-right: 16px;
  outline-style: none;
  border: solid 1px #1fd2d4;
}

.formMain__input::placeholder {
  color: #fff;
}

@media (max-width: 992px) {
  .formMain__input {
    margin-bottom: 12px;
  }
}

.form_btn {
  background-color: #e77817;
  padding: 12px 42px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  border: none;
}

.form_btn:hover {
  background-color: #e77817;
}

.help-text {
  color: #fff;
}

.yesLine {
  padding-top: 16px;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 12px;
  color: #6d6d6d;
}

.yesLine a {
  color: #6d6d6d;
}

.footer {
  padding: 48px 0;
  background-color: #000;
}

.footer__title {
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  padding-bottom: 16px;
}

.socButton {
  display: flex;
  justify-content: space-between;
}

.soc__img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  cursor: pointer;
}

.soc__img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.footer__phone {
  font-size: 2.3em;
  font-weight: 200;
  color: #fff;
}

.footer__phone:hover,
.footer__phone:active,
.footer__phone:focus {
  color: #fc6701;
}

.footerPhone {
  text-align: right;
  margin: 16px 0 16px;
}

.footerBtn {
  text-align: right;
  margin-bottom: 32px;
}

.footer__btn {
  background-color: #fc6701;
  padding: 12px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.footer__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.footer_cha {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.footerRight {
  text-align: right;
  margin: 48px 0 8px;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__item {
  padding-bottom: 16px;
}

.footer__link {
  color: #fff;
}

.footer__link:hover,
.footer__link:active,
.footer__link:focus {
  color: #fc6701;
}

.footer__right {
  color: #fff
}

.footer__right:hover,
.footer__right:active,
.footer__right:focus {
  color: #fc6701;
}

.compan {
  color: #fff;
  font-weight: 200;
}

/*modalMain*/
.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

/*modalMain*/
.content__inner {
  /*    background-image: url("/img/body_bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;*/
  padding: 32px 0;
  background-color: #fff;
}

.leftMenu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  border: solid 1px #f1f1f1;
  overflow: hidden;
}

.leftMenu__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #1fd2d4;
  padding: 12px;
}

.leftMenu__item:last-child {
  border: none;
}

.leftMenu__link {
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
  display: block;
  padding: 12px 16px;
}

.leftMenu__link:hover {
  background-color: #ff6800;
  color: #fff;
}

.leftMenu__active {
  border-left: 4px solid #fff;
  background-color: #1cd2d3;
  color: #172a48;
}

.leftMenu__active:hover {
  border-left: 4px solid #fff;
  background-color: #1cd2d3;
  color: #172a48;
}

.leftMenu__btn {
  background-color: #1fd2d4;
  color: #fff;
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 5px;
  text-transform: uppercase;
}

.leftMenuBtn__img,
.leftMenu__btn span {
  display: inline-block;
  vertical-align: middle;
}

.leftMenuBtn__img {
  margin-right: 32px;
  width: 31px;
}

.leftMenuBtn {
  margin-top: 16px;
}

.leftMenu__btn:hover {
  color: #172a48;
  background-color: #0da2a3;
}

.plitkaMenuInn__img {
  position: relative;
  width: 100%;
}

.plitkaMenuInn__title {
  position: absolute;
  top: 10%;
  left: 10%;
  color: #fff;
  font-size: 1.8em;
}

.plitkaMenuInn__btn {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 900;
}

.btnLinePlitkaInn {
  color: #fff;
}

.plitkaMenuInn__item {
  position: relative;
  margin-bottom: 22px;
}

.plitkaMenuInn__bg {
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fc6701;
  display: none;
  z-index: 899;
}

.plitkaMenuInn__item:hover .plitkaMenuInn__bg {
  display: block;
}

.text__area {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}

.superSlider {
  position: relative;
}

@media (max-width: 992px) {
  .shapka__knopki div {
    padding-left: 0;
  }

  .shapka__knopki {
    justify-content: space-between;
  }

  .text__area {
    margin: 16px 0;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 24px;
  }

  /*    .superSliderRight {
        top: 32px;
    }
    .superSliderLeft {
        top: 32px;
        }*/
  .plitkaMenu__item {
    margin: 0;
    display: block;
  }

  .logo {
    padding-bottom: 16px;
  }

  .header {
    padding-bottom: 0px;
    background-size: cover;
    background-position: 65%;
  }

  .shapkaMenu {
    display: none;
  }

  .shapka__phone {
    font-size: 2.6em;
  }
}

@media (max-width: 670px) {
  .block3__logo {
    display: block;
  }

  body {
    font-size: 16px;
  }
}

@media (max-width: 670px) {
  .shapka__phone {
    font-size: 2.2em;
  }
}

table img {
  width: 100%;
  height: auto;
}

.form-control {
  max-width: 100%;
  min-width: 100%;
}

.photo-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.photo-gallery img {
  width: 100%;
}

.photo-gallery li {
  margin-bottom: 12px;
}

/*# sourceMappingURL=main.css.map */
#contanctList {
  padding: 8px 0;
}

#contanctList .photo-gallery li {
  vertical-align: top;
}

.contanctList__card {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}

.contanctList__card iframe {
  border: none;
}

.contanctList__inner {
  padding: 16px 8px;
}

.contanctList__adress {
  font-size: 1.4em;
  padding: 0 0 4px;
}

.contanctList__metro {
  font-size: 1.1em;
  padding: 0 0 4px;
}

.contanctList__work-time {
  padding: 0 0 4px;
}

.contanctList__phone {
  font-size: 1.2em;
}

.contactMap__header {
  padding: 4px 0;
}

.contactMap__body {
  padding: 4px 0;
}

.contactMap__adress {
  padding: 0 0 4px;
}

.contactMap__button {
  padding: 4px 0 0;
}

#contactMapInner {
  width: 100%;
  height: 350px;
}

.photo-gallery ul li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.photo-gallery_center li {
  text-align: center;
}

.ustanovka-table,
.ustanovka-table td,
.ustanovka-table tr,
.ustanovka-table thead,
.ustanovka-table tbody {
  display: block
}

.ustanovka-table tbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ustanovka-table tr {
  display: block;
  width: 31%;
}

.ustanovka-table a {
  color: #0f0f0f;
}

.instagram-area {
  padding: 90px 0;
  background-color: #000;
}

.instagram-area__inner {}

.insta__item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  float: none;
  width: 20%;
}

.insta__item img {
  width: 100%;
  padding: 1px;
}

.row-instagram {
  /*margin: 8px 0;*/
  padding: 8px;
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teleseti {
  margin-top: 16px;
  text-align: right;
}

.wa__ico {
  padding: 6px 10px 2px;
  background-color: #64bd52;
  color: #fff;
  font-size: 1.6em;
  border-radius: 5px;
  margin: 0 4px;
}

.vi__ico {
  padding: 6px 10px 2px;
  background-color: #77509e;
  color: #fff;
  font-size: 1.6em;
  border-radius: 5px;
  margin: 0 4px;
}

.wa__ico:hover,
.vi__ico:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .leftMenu {
    display: none;
  }
}

.plitka__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  margin-bottom: 12px;
  width: 33.3333333%;
  text-align: center;
  padding: 8px;
}

.plitka__img img {
  width: 100%;
  margin-bottom: 12px;
}

.plitka__title a {
  color: #0f0f0f;
  font-weight: 600;
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .plitka__item {
    width: 50%;
  }

  .shapka,
  .leftMenuBtn {
    display: none;
  }
}

@media (max-width: 450px) {
  .plitka__item {
    width: 100%;
  }
}

.line-opt {
  background-color: #090909;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  text-decoration: none;
  font-weight: 600;
}

.otziv-yx__item img {
  width: 100%;
}

.otziv-yx__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  margin-bottom: 12px;
}

.hone__title {
  display: inline;
}

.black {
  color: #000;
}

.stlogo__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: Roboto;
  font-size: 14px;
  color: #000000;
}

.klient__item {
  display: inline-block;
  margin-right: -4px;
  float: none;
  vertical-align: top;
  width: 16.6666666%;
  border: 1px solid #e6e6e6;
}

.klient__item img {
  width: 100%;
  padding: 24px;
}

.klients {
  padding: 54px 0;
}

.center .otziv__item {
  box-shadow: 0 0 15px 10px rgba(224, 224, 224, 0.5);
}

.klients__inner {
  padding: 26px 0;
}

.insta__title {
  font-family: Roboto;
  font-size: 36px;
  color: #ffffff;
  margin: 42px 0;
}

.insta__link a {
  font-family: Roboto;
  font-size: 36px;
  color: #ffffff;
}

.insta__text {
  font-family: Roboto;
  font-size: 24px;
  color: #ffffff;
}

.form__title {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 42px;
}

.form__subtitle {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 42px;
}

  {}

.formMain__input::-webkit-input-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
}

.formMain__input::-moz-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
}

.formMain__input:-moz-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
}

.formMain__input:-ms-input-placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  color: #6d6d6d;
  text-transform: uppercase;
}

.formArea__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forma__img {
  width: 40%;
}

.forma__right {
  width: 60%;
}

.forma-girl {
  width: 100%;
}

.newsBlock {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .stlogo__item {
    margin-bottom: 30px;
    display: block;
  }

  .stlogo__text {
    margin-top: 20px;
  }

  .insta__text {
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .klient__item {
    width: 33.33333%;
  }
}

@media (max-width: 560px) {
  .plitkaMenu-sm {
    width: 100%;
  }
}

.help-text {
  color: red;
}

.owl-carouselOtziv {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .owl-carouselOtziv {
    padding: 80px 0 24px;
  }
}

#photoGallerySlider .owl-item>div {
  margin: 20px 30px;
  transition: margin 400ms ease-out;
}

#photoGallerySlider .owl-item.center>div {
  margin: 0;
}

#photoGallerySlider .owl-carousel #photoGallerySlider .owl-stage {
  padding: 64px 0;
}

#photoGallerySlider .owl-carousel {
  margin: 0;
  position: relative;
  width: 100%;
}

#photoGallerySlider .owl-next,
#photoGallerySlider .owl-prev {
  position: absolute;
  top: 50%;
  width: 33.33333333%;
}

#photoGallerySlider .owl-next {
  right: -120px;
}

#photoGallerySlider .owl-prev {
  left: -120px;
}

.slider-xs {
  display: none;
}

@media (max-width: 768px) {
  .slider-xs {
    display: block;
  }

  .superSlider {
    display: none;
  }
}

.newplitka__inner img {
  width: 100%;
}

.newplitka__inner {
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #f0f0f0;
}

.newplitka__inner:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  border: solid 1px #d8d8d8;
}

.newplitka__item {
  margin-bottom: 16px;
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-right: -4px;
}

.newplitka__title {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 4px;
}

.newplitka__inner:hover .newplitka__title {
  background-color: #fc6802;
  color: #fff;
}

table img {
  padding: 4px;
}

.line-top__phone a {
  color: #fc6701;
}

.wa__top,
.vi__top {
  display: block;
  margin-left: 12px;
  font-size: 1.2em;
}

.teleseti-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teleseti-top a {
  display: block;
  margin: 0 8px;
}

.otziv__img {
  width: 60px !important;
  margin-right: 16px;
}

.line-top__phone .wa__top {
  color: #43d854;
  font-size: 1.7em;
}

.line-top__phone .vi__top {
  color: #7360f2;
  font-size: 1.7em;
}

.otziv__item {
  display: flex;
  align-items: center;
}

.shapkaMenu__imgbtn img {
  height: 46px;
  margin-right: 16px;
}

.footer-bot {
  padding: 12px 0;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  background-color: #000;
}

.nam15 {
  color: #1cd2d3;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -4px;
}

.nam15 span {
  color: #fc6701;
  font-size: 70px;
  font-weight: 600;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width: 992px) {
  .header {
    display: none;
  }

  .sticky-wrapper {
    height: 0 !important;
  }

  .formArea {
    background-image: none !important;
  }
}

.open-kontakty {
  cursor: pointer;
}

.shapka-kontakty {
  
  padding-bottom: 20px;
  background-color: #090909;
  transition-duration: 0.3s;
}

.shapka-kontakty__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  border-top: 1px solid rgba(225, 225, 225, 0.5);
  padding-top: 20px;
}

.shapka-kontakty__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2px;
}

.shapka-kontakty__title a {
  color: #1cd2d3;
}

.shapka-kontakty__phone a {
  color: #fc6701;
}

.shapka-kontakty__mail a {
  color: rgba(225, 225, 225, 0.7);
}

.open-kontakty img {
  width: 42px;
}

.shapka-kontakty-soc {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.shapka-kontakty-soc a {
  font-size: 18px;
  padding: 0;
  background-color: inherit;
}

.shapka-kontakty-soc .vi__ico {
  color: #77509e;
}

.shapka-kontakty-soc .wa__ico {
  color: #64bd52;
}

@media(max-width: 992px) {
  .open-kontaktymob img {
    width: 32px;
  }

  .shapka-kontakty {
    display: none;
    position: fixed;
    width: 100%;
    top: 57px;
    left: 0;
    padding-top: 20px;
    z-index: 899;
  }

  .shapka-kontakty__inner {
    flex-direction: column;
    align-items: center;
  }
}
/*
.new-year {
  min-height: 70px;
  width: 100%;
  background-color: #090909;
  background-image: url(/img/ng1.png);
  background-size: contain;
  background-repeat: repeat;
}*/

.enter-btn a {
  background-color: #fc6701;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }
}