#menu-item-54:hover .sub-menu {
	opacity:1;
	position: absolute;
}
.header {
  	background-color: #313233;
  	width: 100%;
  	z-index: 99999999999999; 
}
  .header-top {
    display: flex;
    justify-content: space-between; }
  .header-logo {
    width: 100px;
    max-height: 100px;
    margin: 10px 0; }
  .header-menus {
    display: flex; }
  .header-menu {
    display: flex;
    align-items: center; }
    .header-menu li a {
      color: #fff;
      padding: 0 10px;
      font-size: 20px; }
  .header-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .header-contact__text {
      padding-left: 10px;
      padding-right: 20px;
      font-size: 18px; }
    .header-contact__item1 {
      display: flex;
      align-items: center; }
      .header-contact__item1 a {
        color: #fff; }
    .header-contact__item {
      position: relative;
      background-color: #ef7f1b; }
    .header-contact__photo {
      width: 30px;
      height: 30px;
      display: block; }
    .header-contact__zaiavka {
      background-color: #ef7f1b;
      padding: 10px 30px;
      color: #313233;
      font-size: 20px;
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center; }
      .header-contact__zaiavka .right {
        margin-left: 5px;
        width: 15px;
        height: 15px; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.arrow {
  border: 2px solid #313233;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  height: 100%;
  max-height: 100%; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.insert-items .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #000; }

.insert {
  position: relative; }
  .insert-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .insert-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px; }
  .insert-block {
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    width: 45%;
    max-width: 45%;
    margin: auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
  .insert-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 700;
    width: 100%;
    color: #434343;
    height: 100px; }
  .insert-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .insert-bottom {
    padding: 20px 0;
    z-index: 9999; }
    .insert-bottom__items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 100px; }
    .insert-bottom__item {
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
      border-radius: 8px;
      padding: 17px 0; }
    .insert-bottom__icon {
      height: 50px;
      width: 50px; }
    .insert-bottom__text {
      color: #126A3D;
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      padding-left: 20px; 
	}
.insert-bottom__span {
	display: block;
}
  .insert-btn {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 35px;
    background: #1B854F;
    box-shadow: 0px 8px 16px rgba(0, 41, 252, 0.08);
    border-radius: 8px;
    color: #fff; }
    .insert-btn:hover {
      box-shadow: 0px 0px 6px 2px #868173; }

.wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

.slider {
  position: relative;
  height: 80vh;
  width: 100%; }
  .slider .slick-list {
    height: 100%; }
  .slider .slick-track {
    height: 100%; }

.slide {
  position: relative;
  height: 100%;
  width: 100%; }
  .slide__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slide__text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .slide__text {
    display: inline; }

.typed-cursor {
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #434343;
  margin-left: 5px;
  margin-top: -5px; }

.typed-cursor.typed-cursor--blink {
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite; }

@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes typedjsBlink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slick-arrow {
  position: absolute;
  top: 100%; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 10px; }

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; 
}
  .slick-dots button {
    color: transparent;
    border-radius: 50%;
    outline: 0;
    cursor: pointer; }
  .slick-dots .slick-active button {
    background-color: red; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 999999999999;
  font-size: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: none;
  cursor: pointer; }

.slider .slick-arrow.slick-prev {
  left: 10%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/prev.png") 0 0/100% no-repeat; }

.slider .slick-arrow.slick-next {
  right: 10%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/next.png") 0 0/100% no-repeat; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.onas-sliders {
  position: relative;
  height: 400px;
  width: 100%; }

.onas-sliders .slick-list {
  height: 100%; }

.onas-sliders .slick-track {
  height: 100%; }

.onas-slider {
  position: relative;
  height: 100%;
  width: 100%; }

.onas-sliders .slick-dots {
  margin-top: 30px; }
  .onas-sliders .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
    width: 12px !important;
	max-width: 12px !important;
    height: 12px !important; 
	display: block;
	padding: 0px;
}
  .onas-sliders .slick-dots .slick-active button {
    background-color: #0f6135; }

.onas-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block; }

.onas {
  position: relative;
  padding: 70px 0;
  padding-bottom: 100px; }
  .onas-items {
    display: flex;
    justify-content: space-between; }
  .onas-item__left {
    width: 43%;
    max-width: 43%; }
  .onas-item__rigth {
    max-width: 52%;
    width: 52%; }
  .onas-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%; }
    .onas-bg__img {
      width: 100%;
      max-width: 100%;
      height: 100%; }
  .onas-title {
    font-family: CalibriRegular, sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #0f6135; }
  .onas-text {
    font-family: CalibriRegular, sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    margin: 20px 0; }
    .onas-text p {
      text-indent: 25px; }

.onas-preim {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px; }
  .onas-preim__item {
    text-align: left; }
  .onas-preim__number {
    font-size: 35px;
    font-weight: 600; }
  .onas-preim__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0; }

.my {
  padding: 80px 0;
  /*  position: relative; */
  background-image: url(https://satkey.kz/wp-content/themes/satkey/img/onas-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .my-onas {
    padding-bottom: 170px; }
  .my-bg11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -11; }
  .my-title {
    font-family: CalibriRegular, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-align: center; }
  .my-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 50px; }
  .my-block__number {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px; }
  .my-block__bottom {
    width: 70%;
    max-width: 70%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #fff; }
  .my-block__photo {
    width: 100px;
    max-width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px; }
  .my-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    height: 60%; }
  .my-block__number {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700; }
  .my-padd__bottom {
    padding-bottom: 150px; }

.uslugi {
  padding: 70px 0; }
  .uslugi-title {
    font-weight: 700;
    font-size: 33px;
    color: #ec7d21;
    text-align: center;
    position: relative; }
    .uslugi-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 70px;
      height: 5px;
      margin-top: 9px;
      background-color: #4b8a67;
      display: block; }
  .uslugi-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 250px);
    grid-template-areas: "uslugi-1 uslugi-2 uslugi-3"
 "uslugi-4 uslugi-2 uslugi-5";
    grid-gap: 20px;
    margin-top: 40px; }
  .uslugi-item {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .uslugi-item__img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transition: 1s; }
      .uslugi-item__img:hover {
        transform: scale(1.1); }
    .uslugi-item__content {
      position: absolute;
      left: 0;
      bottom: 20px;
      background-color: rgba(255, 255, 255, 0.5);
      width: 95%;
      padding: 10px;
      padding-right: 30%;
      font-size: 20px;
      color: #000;
      font-weight: 500;
      height: 60px; }
  .uslugi-block {
    background-color: red;
    width: 100%;
    height: 100%; }
  .uslugi-1 {
    grid-area: uslugi-1; }
  .uslugi-2 {
    grid-area: uslugi-2; }
  .uslugi-3 {
    grid-area: uslugi-3; }
  .uslugi-4 {
    grid-area: uslugi-4; }
  .uslugi-5 {
    grid-area: uslugi-5; }

.portfolio {
  padding-top: 50px; }
  .portfolio-u2__color {
    background-color: #f8f8f8; }
  .portfolio-title {
    font-family: CalibriRegular, sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #4b8a67;
    text-align: center;
    position: relative; }
    .portfolio-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 9px;
      background-color: #ec7d21;
      display: block; }
  .portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px; }
  .portfolio-item {
    position: relative;
    height: 600px;
    cursor: pointer; }
    .portfolio-item__img {
      display: block;
      width: 100%;
      height: 100%; }
    .portfolio-item__content {
      position: absolute;
      left: 0%;
      top: 0%;
      background-color: rgba(15, 97, 53, 0.7);
      width: 100%;
      max-width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 22px;
      font-weight: 500;
      opacity: 0; }
    .portfolio-item:hover .portfolio-item__content {
      opacity: 1;
      transition: all, 0.6s; }

.otzyvy {
  padding-bottom: 70px;
  padding-top: 70px; }
  .otzyvy-title {
    font-weight: 700;
    font-size: 33px;
    color: #ec7d21;
    text-align: center;
    position: relative; }
    .otzyvy-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 9px;
      background-color: #4b8a67;
      display: block; }
  .otzyvy-items {
    margin-top: 100px;
    width: 80%;
    max-width: 80%;
    margin: auto;
    margin-top: 30px; }
  .otzyvy-item {
    margin: 0 10px;
    margin-bottom: 10px; }
  .otzyvy-photo {
    display: block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px; }
  .otzyvy-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 1px 2px 10px 0px #4e4a4a; }
  .otzyvy-name {
    font-size: 22px;
    color: #4b8a67;
    font-weight: 700;
    margin-top: 30px;
    text-align: center; }
  .otzyvy-text {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
    width: 90%;
    max-width: 90%;
    margin: auto; }

.otzyvy-items {
  position: relative;
  height: auto;
  width: 100%; }

.otzyvy-items .slick-list {
  height: auto; }

.otzyvy-items .slick-track {
  height: auto; }

.otzyvy-items .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -15px 0px 0px 0px;
  z-index: 1;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer; }

.otzyvy-items .slick-arrow.slick-prev {
  left: -50px;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/prev.png") 0 0/100% no-repeat; }

.otzyvy-items .slick-arrow.slick-next {
  right: -50px;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/next.png") 0 0/100% no-repeat; }

.otzyvy-item {
  position: relative;
  height: auto;
  width: 100%; }

.otzyvy-items .slick-dots {
  margin-top: 30px; }
  .otzyvy-items .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
    width: 12px !important;
	max-width: 12px !important;
    height: 12px !important; 
	display: block;
	padding: 0px;
}
  .otzyvy-items .slick-dots .slick-active button {
    background-color: #ec7d21; }

.rabotayem {
  padding: 50px 0;
  padding-bottom: 150px;
  background-color: #4b8a67; }
  .rabotayem-title {
    font-family: CalibriRegular, sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    text-align: center;
    position: relative; }
    .rabotayem-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 9px;
      background-color: #ec7d21;
      display: block; }
  .rabotayem-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-bottom: 20px; }
  .rabotayem-item {
    padding: 50px 0; }
  .rabotayem-item:nth-child(1) {
    border-bottom: 2px solid #fff; }
  .rabotayem-item:nth-child(2) {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff; }
  .rabotayem-item:nth-child(3) {
    border-bottom: 2px solid #fff; }
  .rabotayem-item:nth-child(5) {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff; }
  .rabotayem-block__top {
    display: flex;
    align-items: center;
    justify-content: center; }
  .rabotayem-block__img {
    max-width: 200px;
    max-height: 70px; }
  .rabotayem-block__number {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px; }
  .rabotayem-block__text {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    max-width: 70%;
    width: 70%;
    margin: auto;
    margin-top: 20px; }

.zakazat {
  margin-top: -160px; }
.zakazat-block {
    background-color: #ec7d21;
    width: 90%;
	margin: auto;
    border-radius: 10px;
    padding: 50px 0;
    position: relative; 
}
    .zakazat-block__bg1 {
      position: absolute;
      bottom: 5%;
      left: 2%;
      width: 50px;
      height: 50px; }
    .zakazat-block__title {
      font-size: 37px;
      font-weight: 700;
      color: #fff;
      text-align: center; }
    .zakazat-block__text {
      font-size: 22px;
      padding: 10px 0; }
    .zakazat-block__btn {
      background-color: #4b8a67;
      padding: 13px 25px;
      margin-top: 20px;
      border-radius: 10px;
      font-size: 18px;
      cursor: pointer;
      display: inline-block; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.type-items {
  position: relative;
  height: 600px;
  width: 100%; }

.type-items .slick-list {
  height: 100%; }

.type-items .slick-track {
  height: 100%; }

.type-items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 60px;
  height: 60px;
  background-color: #00000082;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.type-items .slick-arrow.prevArrow {
  left: 1%; }

.nextArrow-bg {
  width: 40%;
  height: 40%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/next2.png") 0 0/100% no-repeat;
  display: block;
  z-index: 999; }

.type-items .slick-arrow.nextArrow {
  right: 1%; }

.prevArrow-bg {
  width: 40%;
  height: 40%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/prev2.png") 0 0/100% no-repeat;
  display: block;
  z-index: 999; }

.type-item {
  position: relative;
  height: 100%;
  width: 100%; }

.type-items .slick-dots {
  margin-top: 30px; }
  .type-items .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
    width: 12px !important;
	max-width: 12px !important;
    height: 12px !important; 
	display: block;
	padding: 0px;
}
  .type-items .slick-dots .slick-active button {
    background-color: #0f6135; }

.type-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block; }

.type-item {
  position: relative;
  cursor: pointer; }

.type-item__conten:hover {
  background-color: #ef7f1b;
  color: #fff; }

.type-item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #ef7f1b;
  text-align: center;
  text-transform: uppercase; }

.pInsert {
  display: flex;
  height: 80vh;
  position: relative; }
  .pInsert-container {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    width: 100%;
    z-index: 999; }
  .pInsert-left {
    background-color: #ef7f1b;
    width: 50%;
    max-width: 50%; }
  .pInsert-rigth {
    width: 50%;
    max-width: 50%;
    height: 100%; }
  .pInsert-block {
    max-width: 50%;
    width: 50%; }
  .pInsert-title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; }
  .pInsert-text {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 40px; 
	padding-right: 15px;
}
  .pInsert-btn {
    background-color: #313233;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.pInsert-sliders {
  position: relative;
  height: 100%;
  width: 100%; }

.pInsert-sliders .slick-list {
  height: 100%; }

.pInsert-sliders .slick-track {
  height: 100%; }

.pInsert-sliders .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: #00000082;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.pInsert-sliders .slick-arrow.prevArrow {
  left: 1%; }

.nextArrow-bg {
  width: 40%;
  height: 40%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/next2.png") 0 0/100% no-repeat;
  display: block;
  z-index: 999; }

.pInsert-sliders .slick-arrow.nextArrow {
  right: 1%; }

.prevArrow-bg {
  width: 40%;
  height: 40%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/prev2.png") 0 0/100% no-repeat;
  display: block;
  z-index: 999; }

.pInsert-slider {
  position: relative;
  height: 100%;
  width: 100%; }

.pInsert-sliders .slick-dots {
  margin-top: 30px; }
  .pInsert-sliders .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
    width: 12px !important;
	max-width: 12px !important;
    height: 12px !important; 
	display: block;
	padding: 0px; 
}
  .pInsert-sliders .slick-dots .slick-active button {
    background-color: #0f6135; }

.pInsert-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block; 
}
.pInsert-rigth img {
	width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block; 
}
.footer {
  background-color: #313233;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  position: relative; }
  .footer-logo {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin-top: 60px; }
    .footer-logo img {
      max-width: 100%;
      height: 100%; }
  .footer-menu {
    padding: 20px 0; }
    .footer-menu ul {
      display: flex;
      justify-content: center; }
      .footer-menu ul li a {
        color: #fff;
        padding: 10px;
        font-size: 20px;
        font-weight: 400; }
  .footer-p {
    padding-top: 30px; }
  .footer-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 40px; }
  .footer-text {
    font-size: 20px;
    line-height: 35px; }

.network-icon {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  .network-icon li {
    width: 35px;
    height: 35px;
    margin: 0 5px; }

.neobkhodimo {
  padding: 70px 0; }
  .neobkhodimo-title {
    text-align: center;
    font-size: 27px;
    font-weight: 500; }
  .neobkhodimo-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 1100px;
    max-width: 1100px;
    margin: auto;
    margin-top: 30px; }
  .neobkhodimo-item {
    border: 1px solid #ddd;
    padding: 42px 40px;
    cursor: pointer; }
    .neobkhodimo-item:hover {
      border: 1px solid #ef892e7a;
      box-shadow: 0px 0px 2px 1px #ef892e7a; }
    .neobkhodimo-item__photo {
      max-width: 50px;
      height: 50px; }
    .neobkhodimo-item__img {
      max-width: 100%; }
    .neobkhodimo-item__title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 14px;
      display: block; }
    .neobkhodimo-item__text {
      color: #5E5E5E;
      font-size: 16px; }

.primer {
  padding-top: 50px; }
  .primer-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
  .primer-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	  grid-template-rows: 420px;
    margin-top: 30px; }
  .primer-item__img {
    display: block; 
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.pText {
  padding-top: 50px; }
  .pText-text {
    text-align: center;
    font-size: 20px;
    line-height: 25px; }

.title {
  font-family: CalibriRegular, sans-serif;
  font-weight: 700;
  font-size: 33px;
  color: #0f6135;
  text-align: center; }

.bottom {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px; }
  .bottom:hover {
    box-shadow: 0px 1px 1px 1px #636060; }

.gren {
  background-color: #0f6135; }

.modal-header {
  position: fixed;
  z-index: 999999999999999999;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6); }

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  max-width: 400px;
  z-index: 1000; 
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }

.modal-close {
  color: #aaa;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer; }

.modal-title {
  font-size: 22px;
  font-weight: 700; }

.modal-label {
  width: 100%; }

.modal-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ef7f1b;
  outline: none;
  margin: 10px 0;
  border-radius: 10px; }

.modal-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ef7f1b;
  outline: none;
  margin: 10px 0;
	height: 130px;
  border-radius: 10px; }

.modal-btn {
  text-align: center;
  background-color: #ef7f1b;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 10px; 
	    width: 100%;
    border: none;
}

.modal-one {
  display: block; }

.modal-two {
  display: none; }

.b-tab {
  display: none; }

.b-tab.active {
  display: block; }

.b-nav-tab {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000000;
	cursor: pointer;
  margin-bottom: 10px; }

.b-nav-tab.active {
  color: #ec7d21; }

.tab-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 10px;
  border-bottom: 2px solid #ec7d21; }

.tab-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin-top: 40px; }

.tab-item {
  position: relative;
  cursor: pointer;
  height: 500px; }
  .tab-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tab-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700; }
  .tab-item:hover .tab-item__content {
    opacity: 1; }

.pro-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 700; }

.korpusnoy {
  position: relative; }
  .korpusnoy-bg {
    background-color: #ef7f1b;
    width: 100%;
    height: calc(65%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3; }
  .korpusnoy-par {
    background-color: #fff;
    box-shadow: 1px 0px 19px -1px #c5c3c0;
    border-radius: 10px;
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    padding: 50px 0; 
	position: relative;
	  top: -100px;
}
  .korpusnoy-block {
    padding-top: 10vh; }
  .korpusnoy-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #ef7f1b; }
  .korpusnoy-text {
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
    padding-top: 20px;
    max-width: 95%;
    width: 95%;
    margin: auto; }
    .korpusnoy-text p {
      text-align: center; }

.slick-list {
  overflow: hidden; }

.slick-track {
  display: flex; }

.korpusnoy-items {
  position: relative;
  height: 100vh;
  width: 100%;}

.korpusnoy-items .slick-list {
  height: 100%; }

.korpusnoy-items .slick-track {
  height: 100%; }

.korpusnoy-items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer; }

.korpusnoy-items .slick-arrow.slick-prev {
  left: 10%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/prev.png") 0 0/100% no-repeat; }

.korpusnoy-items .slick-arrow.slick-next {
  right: 10%;
  background: url("https://satkey.kz/wp-content/themes/satkey/img/next.png") 0 0/100% no-repeat; }

.korpusnoy-item {
  position: relative;
  height: 100%;
  width: 100%; }

.korpusnoy-items .slick-dots {
  margin-top: 30px; }
  .korpusnoy-items .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
	width: 12px !important;
	max-width: 12px !important;
    height: 12px !important; 
	display: block;
	padding: 0px;
}
  .korpusnoy-items .slick-dots .slick-active button {
    background-color: #0f6135; }

.korpusnoy-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block; }

.ispolzuem {
  padding: 50px 0; }
  .ispolzuem-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
    width: 90%;
    margin: auto; }
  .ispolzuem-item {
    position: relative; }
    .ispolzuem-item__block {
      box-shadow: 0px 0px 3px 0px #807a7a;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .ispolzuem-item__logo {
      max-width: 150px; }
    .ispolzuem-item__text {
      padding: 10px;
      font-size: 35px;
      line-height: 45px;
      font-weight: 500;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .ispolzuem-item1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 150px 150px;
    grid-gap: 20px; }

.ostavte {
  background-color: #126A3D;
  padding: 70px 0; }
  .ostavte-title {
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 600; }
  .ostavte-text {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 20px; }
  .ostavte-forma {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 20px; }
  .ostavte-input {
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 10px; }
  .ostavte-btn {
    background-color: #ef7f1b;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px; }

.interior .my-block__photo {
  margin-top: 30px;
  margin-bottom: 20px; }

.qwer123 {
}

.one {
  background-color: #fff9f2;
  padding: 50px 0; }
  .one-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    position: relative; }
    .one-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 9px;
      background-color: #ef7f1b;
      display: block; }
  .one-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px; }
  .one-item {
    display: flex;
    margin-bottom: 50px; }
    .one-item__photo {
      width: 60px;
      height: 60px; }
    .one-item__rigth {
      padding-left: 40px; }
    .one-item__title {
      font-weight: 600;
      font-size: 22px;
      color: #000;
      margin-bottom: 10px;
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 2px solid #ef7f1b; }
    .one-item__text {
      font-size: 18px;
      text-align: left;
      line-height: 25px;
      padding-bottom: 25px;
      width: 95%;
      max-width: 95%; }
    .one-item__btn {
      background-color: #ef7f1b;
      padding: 10px 20px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      cursor: pointer;
      display: none; }

.myagkaya-insert {
  max-width: 100%;
  width: 100%;
  height: 90vh;
  position: relative; }
  .myagkaya-insert__bg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .myagkaya-insert__content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    background-color: #313233b0;
    padding: 50px;
    border-radius: 5px; }
  .myagkaya-insert__title {
    font-size: 45px;
    font-weight: 700;
    color: #fff; }
  .myagkaya-insert__text {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px; }
  .myagkaya-insert__btn {
    background-color: #ec7d21;
    display: inline-block;
    padding: 15px 50px;
    color: #313233;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px; }

.myagkaya-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 980px;
  max-width: 980px;
  margin: auto; }

.myagkaya-item__photo {
  width: 50px;
  height: 50px;
  margin: auto; }

.myagkaya-item__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0; }

.myagkaya-item__text {
  text-align: center; }

.myagkaya-razdel {
  background-color: #4b8a67;
  position: relative;
  margin-top: 50px; }
  .myagkaya-razdel__bg {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .myagkaya-razdel__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .myagkaya-razdel__rigth {
    padding: 70px 30px;
    padding-bottom: 200px; }
  .myagkaya-razdel__text {
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    text-align: center; }
  .myagkaya-razdel__lists {
    display: flex;
    justify-content: center; }
  .myagkaya-razdel__list li {
    list-style-type: square;
    color: #ec7d21;
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 50px; }
    .myagkaya-razdel__list li span {
      color: #fff; }
  .myagkaya-razdel__list-1 {
    margin-left: 20px; }

.sozdayutsya {
  padding: 50px 0;
  position: relative; }
  .sozdayutsya-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1; }
  .sozdayutsya-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
  .sozdayutsya-items {
    display: grid;
    grid-template-columns: repeat(1fr);
    width: 980px;
    max-width: 980px;
    margin: auto;
    margin-top: 30px; }
  .sozdayutsya-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8f8f8c;
    padding: 20px 0; }
    .sozdayutsya-item:last-child {
      border: none;
      padding-bottom: 0; }
    .sozdayutsya-item__title {
      font-size: 20px;
      font-weight: 700; }
    .sozdayutsya-item__photo {
      height: 200px;
      width: 30%;
      max-width: 30%; }
    .sozdayutsya-item__p {
      width: 67%;
      max-width: 67%; }
    .sozdayutsya-item__img {
      display: block;
      height: 100%;
      max-width: 100%;
      width: 100%; }
    .sozdayutsya-item__text {
      font-size: 18px;
      line-height: 25px;
      padding-top: 10px;
      margin: auto; }

.myagkaya-razdel1 {
  position: relative;
  padding: 150px 0;
  background-image: url(https://satkey.kz/wp-content/themes/satkey/img/tempsnip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.myagkaya-razdel__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: -1; }

.u2Abount {
  background-color: #f7f7f7;
  padding: 50px 0; }
  .u2Abount-title {
    font-size: 40px;
    font-weight: 700; }
  .u2Abount-text {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px; }
    .u2Abount-text p {
      text-indent: 25px; }
  .u2Abount-btn {
    background-color: #ef7f1b;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px; }
  .u2Abount-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    width: 90%;
    margin: auto; }
  .u2Abount-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 250px);
    grid-gap: 20px; }
  .u2Abount-block {
    background-color: #fff;
    position: relative; }
    .u2Abount-block__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .u2Abount-block__title {
      text-align: center;
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 10px;
      width: 100%; }
    .u2Abount-block__text {
      font-size: 18px;
      text-align: center;
      width: 100%; }
    .u2Abount-block__color {
      background-color: #ef7f1b;
      color: #fff; }
      .u2Abount-block__color .u2Abount-block__title {
        font-size: 25px;
        font-weight: 700; }
  .u2Abount-p {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(250, 250, 250, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center; }

.kontakty {
  padding: 70px 0; }
  .kontakty-body .footer-logo {
    margin-top: 0; }
  .kontakty-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700; }
  .kontakty-items {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    margin-top: 40px; }
  .kontakty-item__block {
    margin-bottom: 30px; }
  .kontakty-item__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px; }
  .kontakty-item__text {
    font-size: 18px; }
  .kontakty-item__map {
    width: 100%;
    height: 500px; }

.network-icon__con {
  display: flex; }
  .network-icon__con li {
    width: 40px;
    height: 40px;
    margin-right: 10px; }

.about-insert {
  position: relative;
  height: 100vh;
  top: 0;
  background-color: #ef7f1b; }
  .about-insert__items {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    height: 100vh;
    grid-template-rows: repeat(1fr); }
  .about-insert__item1 {
    position: relative; }
  .about-insert__item-bg {
    position: absolute;
    top: 70%;
    transform: translateY(-70%); }
  .about-insert__item-title {
    position: absolute;
    top: 40%;
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    z-index: 999;
    color: #fff; }
    .about-insert__item-title span {
      font-size: 53px; }

.about-bg .header {
  position: absolute;
  width: 100%; }

.about {
  background-color: #f5f5f5;
  padding: 60px 0; }
  .about-items {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px #d7d5d5; }
  .about-items1 {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    background-color: #fff; }
  .about-item {
    padding-bottom: 30px; }
    .about-item__img {
      display: block; }
    .about-item__title {
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 20px; }
    .about-item__text {
      font-size: 18px;
      margin-bottom: 10px; 
		line-height: 25px;
}
    .about-item__photo {
      max-width: 70%;
      max-height: 100%;
      margin-top: -40px; }
    .about-item__block {
      width: 60%;
      max-width: 60%;
      margin: auto;
      padding: 30px 0; }
    .about-item__photo1 {
      max-width: 70%;
      max-height: 50%;
      margin: auto; }

.aboutCom {
  padding: 70px 0; }
  .aboutCom-title {
    font-weight: 700;
    font-size: 33px;
    color: #313233;
    text-align: center;
    position: relative; }
    .aboutCom-title::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 9px;
      background-color: #ec7d21;
      display: block; }
  .aboutCom-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 250px);
    grid-gap: 10px;
    margin-top: 50px;
    grid-template-areas: "uslug1 uslug1 uslug3"
 "uslug1 uslug1 uslug2"
 "uslug4 uslug5 uslug2"; }
  .aboutCom-item__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .aboutCom-item__1 {
    grid-area: uslug1; }
  .aboutCom-item__2 {
    grid-area: uslug2; }
  .aboutCom-item__3 {
    grid-area: uslug3; }
  .aboutCom-item__4 {
    grid-area: uslug4; }
  .aboutCom-item__5 {
    grid-area: uslug5; }

.u3-preimuschestva {
  padding: 50px 0; }
  .u3-preimuschestva__h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    position: relative; }
    .u3-preimuschestva__h1::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 5px;
      margin-top: 15px;
      background-color: #4b8a67;
      display: block; }
  .u3-preimuschestva__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    padding-top: 60px; }
  .u3-preimuschestva__item {
    padding: 20px; }
  .u3-preimuschestva__photo {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f7f7;
    font-size: 30px;
    font-weight: 700; }
  .u3-preimuschestva__icon {
    width: 50%;
    height: 50%; }
  .u3-preimuschestva__title {
    font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px; }
  .u3-preimuschestva__text {
    font-size: 15px; }

.u3-preim__1 {
  background-color: #f5ebeb; }
  .u3-preim__1 .u3-preimuschestva__photo {
    background-color: #cb9696; }

.u3-preim__2 {
  background-color: #dcebdd; }
  .u3-preim__2 .u3-preimuschestva__photo {
    background-color: #8bbd8e; }

.u3-preim__3 {
  background-color: #f5efd8; }
  .u3-preim__3 .u3-preimuschestva__photo {
    background-color: #d1b54a; }

.u3-preim__4 {
  background-color: #f4e6d8; }
  .u3-preim__4 .u3-preimuschestva__photo {
    background-color: #d29a61; }

.u3Block {
  padding-top: 0;
	padding-bottom: 0;
}
  .u3Block-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    text-align: center;
    position: relative; }
    .u3Block-title::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      margin-top: 10px;
      background-color: #ef7f1b; }
  .u3Block-text {
    font-size: 18px;
    line-height: 25px;
    text-indent: 25px;
    width: 80%;
    max-width: 80%;
    margin: auto;
    margin-top: 30px; }
  .u3Block-top {
    z-index: 999;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 1px 0px 19px -1px #a5a5a5; 
    position: relative;
	      top: -100px;
}
  .u3Block-wrapers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 80%;
    max-width: 80%;
    margin: auto; }
  .u3Block-wraper {
    text-align: center;
    margin: 20px 0;
    border-right: 1px solid #ef7f1b; }
    .u3Block-wraper:last-child {
      border-right: none; }
    .u3Block-wraper__photo {
      width: 70px;
      max-width: 70px;
      height: 70px;
      margin: auto; }
    .u3Block-wraper__title {
      font-size: 20px;
      font-weight: 500;
      padding: 10px 0; }
    .u3Block-wraper__text {
      font-size: 18px; }
/*
.pInsert-hpu {
  z-index: -1; }
*/
.ldspAbout {
  background-color: #f6ece3;
  padding: 50px 0; }
  .ldspAbout-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; }
  .ldspAbout-item__title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px; }
  .ldspAbout-item__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px; }
    .ldspAbout-item__text p {
      text-indent: 25px; }
  .ldspAbout-item__bg {
    max-width: 100%;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .ldspAbout-item__btn {
    display: inline-block;
    background-color: #ef7f1b;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer; }
  .ldspAbout-item1 {
    display: flex;
    align-items: center; }

.ldspColor {
  padding: 50px 0; }
  .ldspColor-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px; }
  .ldspColor-text {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 15px; }
  .ldspColor-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 30px; }
  .ldspColor-item {
    border: 1px solid #ededed;
    cursor: pointer; }
    .ldspColor-item:hover .ldspColor-content {
      opacity: 1; }
  .ldspColor-photo {
    position: relative;
    width: 100%;
    height: 300px; }
  .ldspColor-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .ldspColor-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ef7f1b;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    padding: 15px; }

.ldspPrim {
  padding: 50px 0;
  background-color: #f6ece3; }
  .ldspPrim-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
    position: relative; }
    .ldspPrim-title::after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      margin-top: 10px;
      background-color: #ec7d21;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .ldspPrim-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 90%;
    max-width: 90%;
    margin: auto;
    margin-top: 30px; }
  .ldspPrim-text {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    text-indent: 25px; }
  .ldspPrim-item__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 10px; }
  .ldspPrim-photo {
    width: 60px;
    height: 60px;
    margin: auto; }
    .ldspPrim-photo__img {
      max-width: 100%;
      height: 100%; }

.u5-insert__content {
  background-color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  padding: 50px; }

.u5-insert__title {
  font-size: 40px;
  font-weight: 700;
  color: #000; }

.u5-insert__text {
  font-size: 25px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px; }

.u5-insert__btn {
  background-color: #ec7d21;
  display: inline-block;
  padding: 10px 30px;
  color: #313233;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer; }

.u5-info {
  background-color: #0f613552;
  padding: 70px 0; }
  .u5-info__block {
    max-width: 90%;
    width: 90%;
    margin: auto;
    text-align: center; }
  .u5-info__text {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    text-align: center; }
  .u5-info__p {
    font-size: 29px;
    line-height: 37px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px; }
  .u5-info__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    background-color: #ec7d21;
    margin: auto;
    margin-top: 30px; }
    .u5-info__btn:hover {
      box-shadow: 0px 1px 1px 1px #636060; }

.uslugPage {
  padding: 50px 0; }
  .uslugPage-title {
    font-size: 30px;
    font-weight: 700; }
  .uslugPage-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 250px);
    grid-gap: 20px;
    margin-top: 30px;
    grid-template-areas: "uslug1 uslug2 uslug3"
 "uslug1 uslug5 uslug5"
 "uslug4 uslug5 uslug5"; }
  .uslugPage-item {
    background-color: rosybrown;
    position: relative; }
    .uslugPage-item:hover .uslugPage-content {
      opacity: 1; }
  .uslugPage-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .uslugPage-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
  .uslugPage-text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative; }
    .uslugPage-text::after {
      content: "";
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ef7f1b;
      position: absolute;
      margin-top: 10px;
      left: 50%;
      transform: translateX(-50%); }
  .uslugPage-1 {
    grid-area: uslug1; }
  .uslugPage-2 {
    grid-area: uslug2; }
  .uslugPage-3 {
    grid-area: uslug3; }
  .uslugPage-4 {
    grid-area: uslug4; }
  .uslugPage-5 {
    grid-area: uslug5; }

.prod1 {
  padding: 50px 0;
  background-color: #f7f7f7; }
  .prod1-text {
    font-size: 22px;
    line-height: 30px; }
  .prod1-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin-top: 70px; }
  .prod1-item__photo {
    width: 60px;
    height: 60px; }
  .prod1-item__title {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0; }
  .prod1-item__text {
    font-size: 18px;
    line-height: 25px; }

.prod2 {
  padding: 70px 0;
  position: relative; }
  .prod2-items {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr; }
  .prod2-item__photo {
    height: 400px; }
  .prod2-item__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .prod2-item__block {
    max-width: 90%;
    width: 90%;
    margin: auto;
    border: 3px solid #ef7f1b;
    border-left: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 15px;
    position: relative; }
    .prod2-item__block::after {
      content: "";
      display: block;
      height: 30%;
      border-left: 3px solid #ef7f1b;
      position: absolute;
      top: 0;
      left: 0; }
  .prod2-title {
    text-align: left;
    font-size: 35px;
    font-weight: 700; }
  .prod2-text {
    font-size: 18px;
    line-height: 25px;
    text-indent: 25px;
    margin-top: 30px;
    margin-bottom: 50px; }
  .prod2-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; }
  .prod2-h2 {
    font-size: 25px;
    font-weight: 500; }
  .prod2-block {
    box-shadow: 0 0 30px 4px #bdbdbd;
    background-color: #fff;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    height: 350px; }
    .prod2-block:hover .prod2-block__text {
      display: block; }
    .prod2-block__bg {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .prod2-block__content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 20px; }
    .prod2-block__title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px; }
    .prod2-block__text {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      display: none; }

.prod2Box {
  padding: 70px 0; }
  .prod2Box-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px; }
  .prod2Box-text {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    margin: auto; }
  .prod2Box-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-top: 30px; }
  .prod2Box-item {
    display: flex;
    overflow: hidden; }
    .prod2Box-item__title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px; }
    .prod2Box-item__text {
      font-size: 18px;
      line-height: 27px;
      padding-bottom: 30px; }
  .prod2Box-number span {
    background-color: #ef7f1b;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    color: #f7f7f7; }
  .prod2Box-content {
    width: 100%;
    max-width: 100%;
    padding-left: 10px; }
  .prod2Box-line {
    height: 100%;
    position: relative; }
    .prod2Box-line::after {
      content: "";
      display: block;
      width: 2px;
      height: 90%;
      background-color: #ef7f1b;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%, 0); }

.prod2B {
  padding: 70px 0;
  background-color: #f7f7f7; }

.bi-brush-fill {
  color: red !important; }

.prod2Type-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 550px; }

.prod2Type-item {
  position: relative;
  cursor: pointer; }
  .prod2Type-item__img {
    max-width: 100%;
    width: 100%;
    height: 100%; }
  .prod2Type-item:hover .prod2Type-content {
    opacity: 1; }

.prod2Type-content {
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #2c2b2b;
  background-color: #f7f7f7;
  font-weight: 600;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.prod2New {
  padding: 50px 0; }
  .prod2New-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    position: relative; }
  .prod2New-line {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 2px;
    background-color: #ebebeb; }
    .prod2New-line::after {
      content: "";
      display: block;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      margin-top: -5px;
      border: 3px solid #a0a1a5; }
    .prod2New-line::before {
      content: "";
      display: block;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      margin-top: -10px;
      margin-left: 100%;
      border: 3px solid #a0a1a5; }
  .prod2New-item {
    text-align: center; }
    .prod2New-item:hover .prod2New-rad {
      color: #fff;
      border: 3px solid #ef7f1b; }
    .prod2New-item:hover .prod2New-rad__color {
      opacity: 1; }
    .prod2New-item:hover .prod2New-rad::after {
      background-color: #ef7f1b; }
    .prod2New-item:hover .prod2New-title {
      color: #ef7f1b !important; }
    .prod2New-item:hover .bi-ui-checks-grid path {
      fill: #fff !important; }
    .prod2New-item:hover .bi-ui-checks-grid {
      fill: #fff !important; }
    .prod2New-item:hover .bi-pencil-square {
      fill: #fff !important; }
  .prod2New-rad {
    position: relative;
    color: #2c2b2b;
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    z-index: 1;
    height: 119px;
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
	  margin: auto;
    border: 3px solid #ebebeb; }
    .prod2New-rad::after {
      content: "";
      display: block;
      width: 2px;
      height: 70px;
      background-color: #ebebeb;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-top: 15px;
      transform: translate(-50%, -10%); }
    .prod2New-rad__color {
      content: "";
      display: block;
      background-color: #ef7f1b;
      width: 90%;
      height: 90%;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      z-index: -1; }
    .prod2New-rad__img {
      width: 40px;
      height: 40px; }
  .prod2New-title {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 100px; }
    .prod2New-title__h1 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 70px; }
  .prod2New-text {
    font-size: 18px;
    line-height: 25px;
    padding: 15px; }
@media (max-width: 1600px) {
	.portfolio-item {
		height: 460px;
	}
}
@media (max-width: 1400px) {
  .typed-cursor {
    height: 32px; }
  .insert-title {
    font-size: 25px;
    line-height: 32px; }
  .insert-bottom__items {
    grid-gap: 50px; }
  .slider .slick-arrow {
    height: 40px;
    width: 40px;
    top: 45%; }
  .zakazat-block {
    max-width: 90%;
    margin: auto;
    padding: 40px 0; }
  .rabotayem-block__text {
    font-size: 18px;
    line-height: 25px;
    max-width: 80%;
    width: 80%; }
  .portfolio-item {
    height: 500px; }
	.portfolio-item {
		height: 430px;
	}
}

@media (max-width: 1300px) {
  .insert-bottom__items {
    grid-gap: 40px; }
  .onas-sliders {
    height: 350px; }
  .onas-preim__number {
    font-size: 30px; }
  .tab-item {
    height: 350px; }
  .korpusnoy-items {
    height: 90vh; }
  .korpusnoy-par {
    padding: 40px; }
  .korpusnoy-title {
    font-size: 30px; }
  .korpusnoy-text {
    font-size: 18px; }
  .type-item__content {
    width: 180px;
    height: 180px;
    font-size: 18px;
    line-height: 23px; }
  .u5-insert__title {
    font-size: 35px; }
  .u5-insert__text {
    font-size: 20px;
    line-height: 32px; }
  .u5-insert__btn {
    font-size: 18px; }
  .u5-info__p {
    font-size: 25px;
    line-height: 37px; }
  .u5-info__text {
    font-size: 20px;
    line-height: 27px; }
  .u5-info__btn {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 25px; }
  .zakazat-block__title {
    font-size: 30px; }
  .zakazat-block__text {
    font-size: 20px; }
  .zakazat-block__btn {
    font-size: 18px;
    padding: 10px 25px; }
  .otzyvy-text {
    font-size: 18px;
    line-height: 25px; }
  .footer-title {
    font-size: 25px;
    line-height: 32px; }
  .footer-text {
    font-size: 18px;
    line-height: 25px; }
  .footer-menu ul li a {
    font-size: 16px;
    line-height: 22px; }
  .pInsert-title {
    font-size: 40px; }
  .prod2New-title {
    font-size: 18px; }
    .prod2New-title__h1 {
      font-size: 25px; }
  .prod2New-text {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px; }
  .prod2-title {
    font-size: 30px; }
  .prod2-block__text {
    font-size: 16px; }
  .portfolio-item {
    height: 400px; } 
	.portfolio-item {
		height: 400px;
	}
	.primer-items {
	    grid-template-rows: 370px;
	}
	.pInsert {
	height: 70vh;
	}
}

@media (max-width: 1200px) {
  .insert-bottom__items {
    grid-gap: 10px; }
  .onas-text {
    font-size: 18px;
    line-height: 25px; }
  .onas-sliders {
    height: 320px; }
  .uslugi-items {
    grid-gap: 10px; }
  .zakazat-block__title {
    font-size: 32px; }
  .zakazat-block__text {
    font-size: 22px; }
  .zakazat-block__btn {
    font-size: 18px; }
  .footer-text {
    font-size: 18px;
    line-height: 25px; }
  .kontakty-items {
    grid-template-columns: 1fr 1fr; }
  .b-nav-tab {
    font-size: 18px; }
  .myagkaya-insert__content {
    padding: 40px; }
  .myagkaya-insert__title {
    font-size: 35px; }
  .myagkaya-razdel1 {
    padding: 100px 0; }
  .myagkaya-razdel__text {
    font-size: 25px; }
  .myagkaya-razdel__list li {
    font-size: 22px; }
  .u2Abount-title {
    font-size: 33px; }
  .u2Abount-items {
    width: 100%;
    max-width: 100%;
    grid-gap: 10px; }
  .u2Abount-blocks {
    grid-template-rows: repeat(2, 220px);
    grid-gap: 10px; }
  .sozdayutsya-item__text {
    font-size: 18px;
    line-height: 25px; }
  .prod2Type-items {
    grid-template-columns: repeat(2, 1fr); 
	    grid-template-rows: repeat(2, 500px);
	}
  .prod2Type-content {
    width: 250px;
    height: 250px;
    text-align: center; }
  .prod2-title {
    font-size: 25px; }
  .prod2-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .prod2Box-item__title {
    font-size: 18px; }
  .prod2Box-item__text {
    font-size: 16px; }
  .portfolio-item {
    height: 350px; }
.pInsert {
    height: 65vh;
}
}

@media (max-width: 992px) {
  .header-top {
    flex-wrap: wrap; }
  .header-logo {
    padding: 15px;
    position: relative; }
    .header-logo img {
      position: absolute;
      top: -50px; }
  .header-contact {
    grid-template-columns: 1.5fr 0.5fr;
    order: -1;
    width: 100%;
    margin-top: 20px; }
    .header-contact__item1 {
      justify-content: flex-end; }
    .header-contact__text {
      font-size: 16px; }
    .header-contact__item {
      background-color: transparent; }
    .header-contact__zaiavka {
      font-size: 18px;
      padding: 10px 25px; }
  .bottom {
    padding: 10px 25px; }
  .typed-cursor {
    height: 25px; }
  .insert-title {
    font-size: 22px;
    line-height: 29px; }
  .insert-bottom {
    position: relative; }
    .insert-bottom__items {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto; }
    .insert-bottom__item {
      padding: 30px 0; }
  .uslugi-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 250px);
    grid-template-areas: "uslugi-1 uslugi-2"
 "uslugi-3 uslugi-4"
 "uslugi-5 uslugi-4";
    grid-gap: 20px;
    margin-top: 40px; }
  .otzyvy-text {
    font-size: 18px;
    line-height: 25px; }
  .onas {
    padding: 50px 0;
    padding-bottom: 100px; }
    .onas-text {
      margin-bottom: 30px; }
    .onas-items {
      flex-wrap: wrap; }
    .onas-sliders {
      height: 380px; }
    .onas-item__left {
      width: 100%;
      max-width: 100%; }
    .onas-item__rigth {
      width: 100%;
      max-width: 100%;
      order: -1;
      margin-bottom: 40px; }
  .rabotayem-items {
    grid-template-columns: repeat(2, 1fr); }
  .rabotayem-item {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }
    .rabotayem-item__top {
      border: none; }
  .rabotayem-item:nth-child(2) {
    border-right: none; }
  .rabotayem-item:nth-child(5) {
    border-right: none;
    border-left: none;
    border-bottom: none; }
  .rabotayem-item:nth-child(6) {
    border-bottom: none; }
  .zakazat-block__title {
    font-size: 30px; }
  .zakazat-block__text {
    font-size: 20px;
    padding: 10px 20px 0 2px; }
  .kontakty-items {
    grid-template-columns: 1fr; }
  .kontakty .ymaps-2-1-78-map {
    width: 100%;
    max-width: 100%; }
  .uslugPage-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 270px);
    grid-gap: 10px;
    grid-template-areas: "uslug1 uslug2"
 "uslug1 uslug5"
 "uslug4 uslug5"
 "uslug3 uslug3"; }
  .tab-header {
    grid-template-columns: repeat(2, 1fr); }
  .tab-items {
    grid-template-columns: repeat(2, 1fr); }
  .tab-item {
    height: 350px; }
  .about-insert__item-title {
    font-size: 55px;
    line-height: 55px; }
    .about-insert__item-title span {
      font-size: 45px; }
  .about-insert__item-bg {
    top: 55%;
    transform: translateY(-55%); }
  .about-items {
    grid-template-columns: 1fr; }
  .about-item__block {
    width: 90%;
    max-width: 90%;
    padding-bottom: 0; }
  .about-item__photo {
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-top: 0; }
  .about-item__img {
    max-width: 100%;
    width: 100%;
    height: 100%; }
  .aboutCom-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 300px 300px 350px;
    grid-gap: 10px;
    grid-template-areas: "uslug1 uslug2"
 "uslug3 uslug4"
 "uslug5 uslug5"; }
  .one-item {
    text-align: center;
    display: block;
    margin-bottom: 10px; }
    .one-item__photo {
      margin: auto;
      margin-bottom: 20px; }
    .one-item__left {
      text-align: center; }
    .one-item__rigth {
      padding: 0; }
  .one-items {
    grid-template-columns: repeat(1, 1fr); }
  .ispolzuem-items {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 0.8fr 1fr; }
  .ispolzuem-item__text {
    font-size: 29px;
    line-height: 37px; }
  .portfolio-items {
    grid-template-columns: repeat(2, 1fr); }
  .portfolio-item {
    height: 420px; }
  .korpusnoy-items {
    height: 70vh; }
  .sozdayutsya-title {
    font-size: 25px; }
  .sozdayutsya-items {
    width: 100%;
    max-width: 100%; }
  .u2Abount-items {
    grid-template-columns: repeat(1, 1fr); }
  .u2Abount-item:first-child {
    margin-bottom: 20px; }
  .myagkaya-insert__content {
    padding: 30px; }
  .pInsert {
    height: 70vh; }
  .u3Block-title {
    font-size: 25px; }
  .u3Block-top {
    margin-top: 0; }
  .u3Block-wrapers {
    max-width: 100%;
    width: 100%; }
  .u3Block-wraper__photo {
    width: 60px;
    height: 60px; }
  .u3Block-wraper__title {
    font-size: 18px; }
  .prod2-title {
    font-size: 25px; }
  .prod2-item__block {
    width: 95%;
    max-width: 95%;
    padding-top: 20px;
    padding-bottom: 10px; }
  .prod2-text {
    margin-top: 20px; }
  .prod2-blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
  .prod2-block__content {
    padding: 10px; }
  .prod2-block__title {
    font-size: 18px; }
  .prod2-block:last-child {
    grid-column: 1 / 3; }
  .u3-preimuschestva__items {
    grid-template-columns: repeat(2, 1fr); }
  .ldspAbout-item__bg {
    height: 380px; }
  .ldspColor-items {
    grid-template-columns: repeat(2, 1fr); }
  .ldspPrim-items {
    width: 100%;
    max-width: 100%;
    grid-gap: 10px; }
  .u5-insert__title {
    font-size: 30px; }
  .u5-insert__text {
    font-size: 22px;
    line-height: 29px; }
  .pInsert-title {
    font-size: 30px; }
  .pInsert-text {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 30px; }
  .pInsert-btn {
    padding: 10px 30px; }
  .prod2New-line {
    top: 50px; }
  .prod2New-title {
    font-size: 16px; }
  .prod2New-title__h1 {
    font-size: 22px; }
  .prod2New-rad {
    width: 100px;
    height: 100px;
    line-height: 100px; }
  .prod2New-text {
    padding: 0; }
  .primer-items {
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 400px);	
} 
.pInsert {
	height: 55vh;
	}
	.insert-bottom__item {
		flex-wrap: wrap;
	}
	.insert-bottom__text {
		text-align: center;
		margin-top: 10px;
		width: 100%;
		max-width: 100%;
	}
	.insert-bottom__span {
		display: inline;
	}
}

@media (max-width: 768px) {
	.primer-items {
		grid-template-rows: 350px 350px;
	}
  .insert-title {
    font-size: 20px;
    line-height: 27px;
    height: 120px; }
  .insert-block {
    width: 60%;
    max-width: 60%; }
  .my-blocks {
    grid-template-columns: repeat(2, 1fr); }
  .my-block:last-child {
    grid-column: 1 / span 2; }
  .portfolio {
    padding-top: 20px; }
    .portfolio-items {
      grid-template-columns: repeat(2, 1fr); }
    .portfolio-item {
      height: 370px; }
  .uslugi {
    padding: 40px; }
    .uslugi-items {
      grid-gap: 10px; }
  .otzyvy {
    padding: 30px 0; }
    .otzyvy-items .slick-dots {
      margin-top: 10px; }
    .otzyvy-name {
      margin-top: 15px; }
  .tab-item {
    height: 300px; }
  .interior .my-blocks {
    grid-template-columns: repeat(1, 1fr);
    max-width: 80%;
    width: 80%; }
  .interior .my-block {
    display: flex; }
    .interior .my-block:last-child {
      grid-column: 1 / span 1; }
  .u3Block-wrapers {
    grid-template-columns: repeat(2, 1fr); }
  .u3Block-wraper:nth-child(2) {
    border-right: none; }
  .prod2-items {
    grid-template-columns: 1fr; }
  .prod2-item:last-child {
    order: -1;
    margin-bottom: 50px; }
  .pInsert {
    flex-wrap: wrap; }
    .pInsert-block {
      width: 100%;
      max-width: 100%;
      text-align: center;
      background-color: #0d0d0d96;
      padding: 20px; }
    .pInsert-left {
      width: 100%;
      max-width: 100%;
      display: none; }
    .pInsert-rigth {
      width: 100%;
      max-width: 100%; }
    .pInsert-title {
      font-size: 30px; }
    .pInsert-text {
      font-size: 20px;
      font-weight: 500; }
    .pInsert-btn {
      background-color: #ef811e;
      padding: 10px 20px; }
  .u3-preimuschestva__items {
    grid-template-columns: repeat(1, 1fr); }
  .u3-preimuschestva__item {
    text-align: center; }
  .u3-preimuschestva__photo {
    margin: auto; }
  .myagkaya-insert__title {
    font-size: 25px; }
  .ldspAbout-items {
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr); }
  .ldspAbout-item1 {
    max-width: 100%;
    width: 100%; }
  .ldspAbout-item__title {
    font-size: 25px; }
  .ldspAbout-item__text {
    margin-bottom: 30px; }
  .ldspAbout-item__btn {
    padding: 10px 20px;
    font-size: 16px; }
  .ldspAbout-item__bg {
    height: 380px; }
  .ldspColor-photo {
    height: 250px; }
  .ldspColor-items {
    grid-gap: 15px; }
  .ldspPrim-title {
    font-size: 25px; }
  .ldspPrim-items {
    grid-template-columns: repeat(1, 1fr);
    width: 70%;
    max-width: 70%;
    margin-bottom: 30px; }
  .u5-insert__content {
    padding: 25px; }
  .u5 .ldspAbout-item1 {
    order: -1; }
  .u5 .otzyvy {
    padding-bottom: 140px; }
  .u5-info__p {
    font-size: 25px;
    line-height: 32px; }
  .u5-info__text {
    font-size: 22px;
    line-height: 27px; }
  .prod2-blocks {
    grid-template-columns: repeat(1, 1fr); }
  .prod2-block:last-child {
    grid-column: 1; }
  .footer-logo {
    margin-top: 40px; }
  .footer-p {
    padding-top: 20px; }
  .footer-title {
    margin-bottom: 30px; }
  .pInsert {
    height: 80vh; }
    .pInsert-title {
      font-size: 22px; }
    .pInsert-text {
      font-size: 18px; }
  .prod2New-line {
    display: none; }
  .prod2New-items {
    grid-template-columns: repeat(1, 1fr); }
  .prod2New-title__h1 {
    font-size: 20px;
    margin-bottom: 40px; }
  .prod2Type-items {
    grid-template-rows: 400px; }
  .prod2Type-content {
    width: 200px;
    height: 200px;
    font-size: 16px; }
  .prod2Box-text {
    font-size: 20px; }
  .prod2Box-items {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 576px) {
	.modal-content {
		width: 90%;
		max-width: 90%;
		z-index: 9999999999999;
	}
	.onas-sliders .slick-dots {
  margin-top: 30px; }
  .onas-sliders .slick-dots button {
    margin: 0 3px;
    border: none;
    background-color: #d2d3d5;
	  width: 1px;
	  height: 20px;
	      display: block;
}
	#menu-item-54 .sub-menu {
		opacity:1;
		position: relative;
		padding-top: 0;
	}
	#menu-item-54 .sub-menu {
    opacity: 1;
    position: relative !important;
				padding-top: 0;
}
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .slider {
    height: 70vh; }
    .slider .slick-arrow {
      width: 35px;
      height: 35px; }
  .slider .slick-arrow.slick-prev {
	  z-index: 111111111;
    left: 2%; }
  .slider .slick-arrow.slick-next {
	 z-index: 111111111;
    right: 2%; 
	}
  .insert-title {
    font-size: 18px;
    line-height: 25px; }
  .insert-block {
    width: 80%;
    max-width: 80%; }
  .insert-btn {
    margin-top: 20px; }
  .insert-bottom {
    width: 90%;
    max-width: 90%;
    margin: auto; }
    .insert-bottom__items {
      grid-template-columns: 1fr; }
    .insert-bottom__item {
      box-shadow: 0px 0px 5px #00000077;
      margin-bottom: 10px;
      padding: 40px 0; }
  .onas-text {
    font-size: 16px;
    line-height: 23px; }
  .onas-bg {
    height: 50%;
    bottom: 20%;
    top: auto;
    width: 100%; }
  .onas-item__rigth {
    text-align: center; }
  .onas-preim {
    grid-template-columns: repeat(2, 1fr); }
    .onas-preim__item {
      text-align: center;
      margin-bottom: 20px; }
      .onas-preim__item:last-child {
        margin-bottom: 0;
        grid-column: 1 / span 2; }
  .onas-sliders {
    height: 280px; }
    .onas-sliders .slick-dots {
      margin-top: 15px; }
  .my {
    padding: 40px 0; }
    .my-blocks {
      grid-auto-columns: 1fr;
      margin-top: 30px; }
    .my-title {
      font-size: 30px; }
    .my-block__photo {
      width: 70px;
      max-width: 70px;
      height: 70px;
      margin-bottom: 15px; }
    .my-block__bottom {
      max-width: 100%;
      width: 100%;
      font-size: 16px;
      line-height: 22px; }
  .uslugi {
    padding: 40px 0; }
    .uslugi-items {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(5, 300px);
      grid-template-areas: "uslugi-1 uslugi-1"
 "uslugi-2 uslugi-2 "
 "uslugi-3 uslugi-3"
 "uslugi-4 uslugi-4"
 "uslugi-5 uslugi-5";
      grid-gap: 0; }
    .uslugi-item {
      margin-bottom: 15px; }
  .portfolio-items {
    grid-template-columns: 1fr; }
  .portfolio-item {
    height: 350px; }
  .otzyvy-photo {
    height: 100px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .otzyvy-text {
    font-size: 16px;
    line-height: 22px;
    text-align: left; }
  .otzyvy-items .slick-arrow {
    width: 30px;
    height: 30px; }
  .otzyvy-items .slick-arrow.slick-next {
    right: -40px; }
  .otzyvy-items .slick-arrow.slick-prev {
    left: -40px; }
  .rabotayem-items {
    grid-template-columns: 1fr; }
  .rabotayem-block__text {
    width: 100%;
    max-width: 100%; }
  .rabotayem-item {
    border: none;
    padding: 20px 0; }
    .rabotayem-item:nth-child(1) {
      border: none; }
    .rabotayem-item:nth-child(2) {
      border: none; }
    .rabotayem-item:nth-child(3) {
      border: none; }
  .zakazat-block {
    width: 95%;
    max-width: 95%; }
    .zakazat-block__title {
      font-size: 25px; }
    .zakazat-block__text {
      padding: 10px; }
    .zakazat-block__btn {
      font-size: 16px;
      margin-top: 10px;
      padding: 10px 20px; }
  .footer-logo {
    margin-top: 35px; }
  .footer-title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px; }
  .footer-p {
    padding-top: 20px; }
  .footer-menu ul {
    display: block; }
  .footer-menu li {
    margin-bottom: 10px; }
    .footer-menu li a {
      font-size: 18px; }
  .network-icon {
    margin-top: 0px; }
  .header-contact {
    grid-template-columns: 1fr; }
    .header-contact__text {
      padding-right: 0; }
    .header-contact__item {
      display: none; }
  .header-menus {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative; }
  .header-menu {
    display: block;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: -150%; }
    .header-menu__icon {
      width: 30px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      right: 0;
      top: -25px; }
      .header-menu__icon::after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 8px; }
      .header-menu__icon::before {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: -8px; }
    .header-menu li a {
      display: block;
      padding: 5px 0; }
  .header-active {
    position: relative;
    left: 0; }
  .uslugPage-items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 300px);
    grid-gap: 10px;
    grid-template-areas: "uslug1 uslug1"
 "uslug2 uslug2"
 "uslug3 uslug3"
 "uslug4 uslug4"
 "uslug5 uslug5"; }
  .tab-header {
    grid-template-columns: repeat(1, 1fr); }
  .tab-items {
    grid-template-columns: repeat(1, 1fr); }
  .tab-item {
    height: 350px;
    margin-bottom: 10px; }
  .korpusnoy-par {
    width: 95%;
    max-width: 95%;
    padding: 20px 10px; }
  .korpusnoy-title {
    font-size: 25px; }
  .korpusnoy-text {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px; }
    .korpusnoy-text p {
      text-indent: 25px; }
  .ispolzuem-items {
    grid-template-columns: repeat(1, 1fr); }
  .ispolzuem-item__text {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    padding: 0; }
  .ispolzuem-item__logo {
    text-align: center; }
  .ispolzuem-item__img {
    max-width: 90%;
    width: 90%;
    margin: auto; }
  .ispolzuem-item1 {
    grid-gap: 10px; }
  .type-items {
    height: 470px; }
    .type-items .slick-arrow {
      width: 45px;
      height: 45px; }
  .one-title {
    font-size: 25px; }
  .one-item__text {
    margin: auto;
    font-size: 16px; }
  .one-item__title {
    font-size: 20px; }
  .myagkaya-insert__title {
    font-size: 22px; }
  .myagkaya-insert__text {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .myagkaya-insert__btn {
    font-size: 16px;
    padding: 10px 30px; }
  .myagkaya-insert__content {
    width: 85%;
    max-width: 85%; }
  .myagkaya-razdel1 {
    padding: 60px 0; }
  .myagkaya-razdel__text {
    font-size: 20px;
    line-height: 27px; }
  .myagkaya-razdel__lists {
    flex-wrap: wrap; }
  .myagkaya-razdel__list {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
    .myagkaya-razdel__list li {
      font-size: 18px; }
  .sozdayutsya-item {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .sozdayutsya-item:last-child {
      margin-bottom: 0; }
    .sozdayutsya-item__photo {
      width: 100%;
      max-width: 100%; }
    .sozdayutsya-item__p {
      width: 100%;
      max-width: 100%;
      margin-top: 20px; }
    .sozdayutsya-item__text {
      font-size: 16px; }
  .u2Abount-text {
    font-size: 16px;
    line-height: 23px; }
  .u2Abount-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px); }
  .u2Abount-block__color {
    display: none; }
  .u2Abount-btn {
    margin-top: 20px; }
  .u3Block-text {
    font-size: 16px;
    max-width: 95%;
    width: 95%; }
  .prod2-item__block {
    width: 100%;
    max-width: 100%; }
  .prod2-item__photo {
    height: 300px; }
  .prod2-title {
    font-size: 25px; }
  .prod2-text {
    margin-bottom: 20px;
    font-size: 16px; }
  .u3-preimuschestva__h1 {
    font-size: 25px; }
  .pInsert-block {
    width: 90%;
    max-width: 90%;
    margin: auto; }
  .pInsert-title {
    font-size: 22px; }
  .pInsert-text {
    font-size: 16px;
    font-weight: 400; }
  .pInsert-sliders .slick-arrow {
    width: 35px;
    height: 35px; }
  .ldspAbout-item__bg {
    height: 340px; }
  .u5-insert__title {
    font-size: 25px; }
  .u5-insert__content {
    width: 90%;
    max-width: 90%; }
  .u5-insert__text {
    font-size: 20px; }
  .u5-insert__btn {
    font-size: 18px; }
  .u5-info {
    padding: 50px 0; }
    .u5-info__text {
      font-size: 16px;
      line-height: 23px; }
    .u5-info__p {
      font-size: 24px;
      line-height: 30px; }
  .prod2Type-item__img {
    -o-object-fit: cover;
    object-fit: cover; }
  .prod2Type-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 350px 350px 350px 350px; }
  .primer-items {
    grid-template-columns: repeat(1, 1fr);
	    grid-template-rows: repeat(4, 320px);
	}
  .prod2Box {
    padding: 50px 0; }
    .prod2Box-text {
      font-size: 18px; }
    .prod2Box-item__text {
      font-size: 16px;
      line-height: 23px; }
  .interior .my-blocks {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    width: 100%; }
  .interior .my-block {
    display: flex;
    justify-content: space-between; }
    .interior .my-block__bottom {
      width: 67%;
      max-width: 67%;
      text-align: left; }
    .interior .my-block__number {
      font-size: 25px; }
    .interior .my-block__photo {
      margin-top: 0;
      margin-bottom: 0; }
  .about-insert__items {
    grid-template-columns: 1fr;
    grid-template-rows: 50% 1fr; }
  .about-insert__item-title {
    position: relative;
    font-size: 40px;
    line-height: 42px;
    text-align: center; }
    .about-insert__item-title span {
      font-size: 35px; }
  .about-insert__item-bg {
    width: 100%;
    height: 100%;
    padding-bottom: 15px; }
  .about-item__text {
    font-size: 16px;
    line-height: 23px; }
  .about-item__photo {
    height: 270px; }
  .aboutCom-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 280px);
    grid-gap: 10px;
    grid-template-areas: "uslug1"
 "uslug2"
 "uslug3"
 "uslug4"
 "uslug5"; }
  .ldspAbout-item__text {
    font-size: 16px;
    line-height: 23px; }
  .ldspColor-title {
    font-size: 25px; }
  .ldspColor-text {
    padding: 0;
    font-size: 18px;
    padding: 15px 0; }
  .ldspColor-items {
    grid-template-columns: 1fr; }
  .ldspPrim-items {
    width: 100%;
    max-width: 100%; }
  .ldspPrim-item__title {
    font-size: 18px; }
  .ldspPrim-text {
    font-size: 16px;
    width: 100%;
    max-width: 100%; } 
	.my-padd__bottom {
		padding-bottom: 150px;
	}
}

@media (max-width: 321px) {
  .pInsert-title {
    font-size: 20px; }
  .u3Block-title {
    font-size: 20px;
    line-height: 27px; }
  .u3Block-wraper__title {
    font-size: 16px; }
  .prod2-title {
    font-size: 20px; }
  .prod2-text {
    font-size: 16px; }
  .prod2-item__photo {
    height: 250px; }
  .u3-preimuschestva__h1 {
    font-size: 20px; }
  .u3-preimuschestva__photo {
    width: 70px;
    height: 70px;
    font-size: 25px; }
  .zakazat-block {
    width: 100%;
    max-width: 100%; }
    .zakazat-block__title {
      font-size: 20px; }
    .zakazat-block__text {
      font-size: 18px; }
  .ldspAbout-item__bg {
    height: 300px; }
  .ldspAbout-item__title {
    font-size: 22px;
    padding-bottom: 20px; }
  .ldspAbout-item__text {
    margin-bottom: 20px; }
  .u5-info__p {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 20px; }
  .u5-info__btn {
    margin-top: 20px;
    padding: 10px 25px; }
  .footer-title {
    font-size: 20px;
    line-height: 27px; }
  .footer-text {
    font-size: 16px;
    line-height: 22px; }
  .footer-menu ul li a {
    font-size: 16px;
    line-height: 22px; } }

/*# sourceMappingURL=main.css.map */
