@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.html {
  font-size: 62.5%;
  box-sizing: border-box;
}


  *,
  *::after,
  *::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  a{
    text-decoration: none;
    color: inherit;
  }
  
  body {
    font-family: "Poppins", sans-serif;
  }
  /* ///////////..utility classes../////////// */
  .container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }
  
  .btn {
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: small;
  }
  
  .btn-primary {
    color: #fff;
    background: #ff0000;
  }
  
  .btn-primary:hover {
    background: #d62000;
    transition: background 0.3s ease-in-out;
  }
  
  /* ............/header/............ *
  
  /* desktop mode............/// */
  
  .header input[type="checkbox"],
  .header .hamburger-lines {
    display: none;
  }
  
  .header {
    box-shadow: 10px 5px 10px 0px #ded0d0;
    position: fixed;
    width: 100%;
    background: #070707;
    color: #000;
    opacity: 0.9;
    height: 70px;
    z-index: 12;
  }
  .submenu{
    margin: 0;
    max-width: 200px;
    position: absolute;
    z-index: 5;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: .3s linear;
    visibility: hidden;
    opacity:0;
  }
  .submenu .submenu{
    position: absolute;
    top: 0;
    left:100%;
    transition: .3s linear;
  }
  .submenu a{ 
    border-bottom: 1px solid #ffffff;
    padding: 12px 18px;
    background-color: #111111 ;
    font-size: 14px;
    display: block;
    color: #ddd;
  }
  .menu-items .submenu li{
    position: relative;
    margin: 0;
    margin-top: 0;
    margin-left: 0;
    white-space: normal;
  }
  .header li:hover >.submenu{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
  }
  .header-container {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
  }
  
  .menu-items {
    order: 1;
    display: flex;
    margin-left: 3rem;
    white-space: nowrap;
    margin-right: 3rem;
  }
  .menu__list-link{
    white-space: nowrap;
  }
  .menu-items li {
    list-style: none;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    white-space: normal;
  }
  
  .menu-items a {
    text-decoration: none;
    color: #e7dddd;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
  }
  
  .menu-items a:hover {
    color: #b10404;
    transition: color 0.3s ease-in-out;
  }
  
  .logo {
    order: 1;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #e5e3e3;
    white-space: nowrap;
  }
  .logo1 {
    order: 1;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #e5e3e3;
  }
  .header__phone {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #f6e7e7;
    text-decoration: none;
    white-space: nowrap;
    
    
  }
  /* ............//// Showcase styling ////......... */
  
  .showcase-area {
    height: 57vh;
    background: 
      url('../img/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .showcase-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  
  .main-title{
    
    margin-top: 2.4em;
    color: #2b2222;
    font-weight: bold;
   
  }
  
  /* ......//about us//...... */
  
  #about {
    padding: 75px 0;
    background: #f5f5f7;
  }
  
  .about-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  #about h2 {
    font-size: 2.3rem;
  }
  
  #about p {
    font-size: 1.2rem;
    color: #121212;
  }
  
  #about .small {
    font-size: 1.2rem;
    color: #1b1b1b;
    font-weight: 600;
  }
  
  .about-img {
    flex: 1 1 400px;
    padding: 30px;
    transform: translateX(-150%);
    animation: about-img-animation 1s ease-in-out forwards;
  }
  
  @keyframes about-img-animation {
    100% {
      transform: translate(0);
    }
  }
  
  .about-text {
    flex: 1 1 400px;
    padding: 30px;
    margin: auto;
    transform: translate(-150%);
    animation: about-text-animation 1s ease-in-out forwards;
  }
  
  @keyframes about-text-animation {
    100% {
      transform: translate(0);
    }
  }
  
  .about-img img {
    display: block;
    height: 400px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: right;
  }
  
  
  
  #usl {
    padding: 5rem 0 7rem 0;
  }
  

  #usl3 {
    padding: 5rem 0 4rem 0;
  } 
  #usl3 h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;

    text-transform: uppercase;
    color: #1c1c1c;
    margin-top: 2rem;
  }
  

  .usl-container {
    margin: auto;
  }
  
  .usl-container img {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 5%;
  }
  
  .img-container {
    margin: 0 1rem;
    position: relative;
  }
  
  .img-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
  }
  
  .img-content h3 {
    color: #fff;
    font-size: 2rem;
  }
  
  .img-content a {
    font-size: 1.2rem;
  }
  
  .img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.871);
    opacity: 0;
    z-index: 1;
  
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .img-container:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
  
  .img-container:hover .img-content {
    opacity: 1;
    top: 40%;
  }
  
  /* ...........//............ */
  
  .usl-menu-heading {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 400;
    color: #232323;
    margin-top: 20px;
  }
  
  .usl{
    display: center;
    font-size: 3.4rem;
    font-weight: 400;
    color: #282828;
    margin-top: 70px;
  }
  .usl3{
    display: center;
    font-size: 3.4rem;
    font-weight: 400;
    color: #282828;
    margin-top: 70px;
  }
  
  .usl-menu-container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 30px 0px;
  }
  
  .usl-menu-container img {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 10%;
    object-fit: cover;
    object-position: center;
  }
  
  .usl-menu-item {
    display: flex;   
    justify-content: space-evenly;
    margin-bottom: 3rem;
  }
  
  .usl-description {
    margin: auto 1.5rem;
  }
  
  .usl-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #444;
  }
  
  .usl-description p {
    font-size: 1.4rem;
    color: #555;
    font-weight: 500;
  }
  
  .usl-description .food-price {
    color: #ff0000;
    font-weight: 700;
  }

  .containervid{
    text-align: center;
    margin-bottom: 2%;
    border-left: 10px;
  }
  /* FOOTER*/
  .footer{
    background:#0a0909;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    margin-top: 20px;
    }
    
    .footer .row{
    width:100%;
    margin:2% 2%;
    padding:0.6% 0%;
    color:gray;
    font-size:1em;
    text-decoration: none ;
    
    }
    
    .footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    }
    
    .footer .row a:hover{
    color:#fff;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    
    }
    
    .footer .row a i{
    font-size:2em;
    margin:1% 2%;
    }
    
    @media (max-width:720px){
    .footer{
    text-align:left;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:left;
    }
    .footer .row a i{
    margin:0% 3%;
    }
    }
    .phones_nav-bar__phones{

      margin:10px 10px;
      
    }
    .footer_contact li{
      display: inline-block;
      margin:0px 30px 10px;
      text-align: center;

    }
    .telnom li{
      text-align: center;
      margin-top: 10px;
    }
    .mywhatsappicon img{
      width: 50px;
    }
    .vibericon img{
      width: 50px;
    }
    .footer .vibericon img {
      width: 50px;
      margin: 1.5rem;
  }
  .footer .mywhatsappicon img {
    width: 50px;
    margin: 1.5rem;
}

  /* ........./ Testimonial /.......... */
  
  #testimonials {
    padding: 5rem 0;
    background: rgb(144, 151, 220);

    width: 35%;
  }
  
  .testimonial-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #555;
  }
  
  .testimonial-container {
    /*display: flex; */
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 1rem;
  }
  
  .testimonial-box .checked {
    color: #ff9529;
  }
  
  .testimonial-box .testimonial-text {
    margin: 1rem 0;
    color: #444;
    margin: 2rem;
    font-size: 2rem;
    
  }
  
  .testimonial-box {
    text-align: center;
    padding: 1rem;
  }
  
  .customer-photo img {
    display: block;
    width: 65%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
  }
  
  /* ........ Contact Us........... */
  
  #contact {
    padding: 5rem 0;
    background-color: #9c9c9c;
    width: 65%;
  }
  
  .contact-container {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-evenly;
  }
  
  .contact-container p{
    font-size: 1.5rem;;
    color:#1b1b1b;
    margin-bottom: 1rem;
    margin-top: 5%;
  }
  
  .contact-img1 a {
    display: block;
    margin: 0.3rem;;
  font-size: 1.5rem;
  white-space: nowrap;
}
.contact-img1
  {
    display: flex;
    flex-direction: column;
}
.contact-img2
  {
    display: flex;
    flex-direction: column;
}


  .nomer1{
    display: block;
    margin: 2rem;;
    font-size: 1.5rem;
    justify-content: center;

  }
 
  .contact-img img {
    display: block;
    height: 400px;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }
  
  .form-container {
    padding: 1rem;
    width: 50%;
    margin: auto;
  }
  
  .form-container input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    box-shadow: none;
    outline: none;
    margin-bottom: 1rem;
    color: #444;
    font-weight: 500;
  }
  
  .form-container textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    color: #444;
    outline: none;
    padding: 1rem 0;
    resize: none;
  }
  
  .form-container h2 {
    font-size: 2.7rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 1rem;
    margin-top: -1.2rem;
  }
  
  .form-container a {
    font-size: 1.3rem;
  }
  

  .contact3{
    display: flex;
    justify-content: center;
  }
  .footcontact{
    margin-top: -15rem;
  }
  
  /* ......../ media query /.......... */
  
  @media (max-width: 768px) {
    .header {
      opacity: 0.95;
    }
  
    .header-container input[type="checkbox"],
    .header-container .hamburger-lines {
      display: block;
    }
  
    .header-container {
      display: block;
      position: relative;
      height: 64px;
    }
  
    .header-container input[type="checkbox"] {
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      left: 20px;
      z-index: 5;
      opacity: 0;
    }
  
    .header-container .hamburger-lines {
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      top: 17px;
      left: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  
    .header-container .hamburger-lines .line {
      display: block;
      height: 4px;
      width: 100%;
      border-radius: 10px;
      background: #e6dede;
    }
  
    .header-container .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
  
    .header-container .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
    }
  
    .header-container .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
  
    .header .menu-items {
      padding-top: 100px;
      background: #0b0b0b;
      height: 100vh;
      max-width: 340px;
      transform: translate(-170%);
      display: flex;
      flex-direction: column;
      margin-left: -40px;
      padding-left: 50px;
      transition: transform 0.5s ease-in-out;
      box-shadow: 5px 0px 10px 0px #aaa;
    }
    
    .header .menu-items li {
      margin-bottom: 2rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
    .header .menu-items .submenu li {
      margin-bottom: 0;
      font-size: 1.3rem;
      font-weight: 500;
      margin-left: 0;
      margin-top: 0;

    }
    .logo  {
      display:block;
      position: absolute;
      top:17px;
      right: 5%;
      font-size: 1.3rem;
      
      white-space: nowrap;
    }
    .logo1 {
      display: none;
    }
  
  
    .header-container input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0);
    }
  
    .header-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(35deg);
    }
  
    .header-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }
  
    .header-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-35deg);
    }
    .submenu{
      padding: 0 0;
    }
  
  
    .usl-container {
      flex-direction: column;
      align-items: stretch;
    }
  
    .usl-type:not(:last-child) {
      margin-bottom: 3rem;
    }
  
    .usl-type {
      box-shadow: 5px 5px 10px 0 #aaa;
    }
  
    .img-container {
      margin: 0;
    }
  }
  
  @media (max-width: 500px) {
    html {
      font-size: 65%;
    }
  
    .header .menu-items li{
        font-size: 1.6rem;
    }
  
    .testimonial-container {
      flex-direction: column;
      text-align: center;
    }
  
    .usl-menu-container img {
      margin: auto;
    }
  
    .usl-menu-item {
      flex-direction: column;
      text-align: center;
    }
  
    .form-container {
      width: 90%;
    }
  
    .contact-container {
      display: flex;
      flex-direction: column;
    }
  
    .contact-img {
      width: 90%;
      margin: 3rem auto;
    }
  
    .logo {
      display:block;
      position: absolute;
      top: 06px;
      right: 15px;
      font-size: 3rem;
      display: none;
      white-space: nowrap;
    }
    .logo1 {
      display: none;
    }
  
    .header .menu-items li {
      margin-bottom: 2.5rem;
      font-size: 1.8rem;
      font-weight: 500;
    }
    .header .menu-items .submenu li {
      margin:0;
      font-size: 2.1rem;
      font-weight: 500;
    }
   
  }
  
  @media (max-width: 1100px){
    .logo1{
      display: none;
    }

  }
  @media (min-width: 769px) and (max-width: 1200px) {
    
    .img-container h3 {
      font-size: 2rem;
    }
  
    .img-container .btn {
      font-size: 1rem;
    }
  }
  
  @media (orientation: landscape) and (max-height: 500px) {
    .showcase-area {
      height: 50vmax;
    }

    
  }
  @media (orientation: landscape) and (max-height: 350px) {
    .showcase-container .main-title{
      display: none;
      margin-left: 5%;
    }
  }
  .scrollup {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('img/icon_top.png') no-repeat;
  }
  
  /* ТАБЛИЦА............................\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\...............................*/
  .global-fld-table-desc thead th {
    vertical-align: middle;
  }
  .global-fld-table-desc th {
    padding: 0.7rem 1rem;
  }
  .tab-content{
    margin: 10%;
    font-size: 1rem;
  }
  .tab-content tr{
    margin: 10%;
    font-size: 3rem;

  }
  
    .caption-top {
      caption-side: top;
  }
  .global-fld-table-desc {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .global-fld-table-desc thead {
    background: #f90008;
    color: #fff;
  }
  .tabble-responsive th {
    padding: 0.7rem 1rem;
  }
  .tabble-responsive {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
  
    vertical-align: middle;
  }
  .table h1{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
  }
 

  th{
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    
  }

  
  
  /* demo styles */
  
  body{
   
    font-family: 'Roboto', sans-serif;
  }
  
  /* follow me template */
  .made-with-love {
    margin-top: 40px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    color: #fff;
  }
  .made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .made-with-love a {
    color: #fff;
    text-decoration: none;
  }
  .made-with-love a:hover {
    text-decoration: underline;
  }
  
  
  /* for custom scrollbar for webkit browser*/
  
  ::-webkit-scrollbar {
      width: 6px;
  } 
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  } 
  ::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  }
/* СТРАНИЧКА С КАРТОЙ.....................*/
.map{
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;;
  width:750px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  
}
.map-baza{
  font-size: 18px ;
  margin-top: 10%;
}
.map {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: 90%;
  display: flex;
  justify-content: center;
}
.locate-block{

font-size: 1.6rem;
font-family: 'Roboto' sans-serif;
}
.locate-block__title h1{
  font-family: 'Roboto' sans-serif;
  color: #353535;
  text-align: center;
  margin: 20px;
  font-size: 2rem;
  
}
.locate-block__elem p{
  font-size:1.rem ;
  text-align: center;
  color: #383838;
  margin-bottom: 0.5rem;
}
.locate-block__elem {
  font-size:1.5rem ;
  margin: 2rem;
}

.contacts__title p{
  font-size: 1.6rem;
  color: #1c1b1b;
  margin:3rem;
}
.contacts__title img{
  width: 40px;
  margin: 0;
  padding: 0;
}


/*  СТРАНИЧКА С КОНТАКТАМИ.............................................................*/


.pum-text{
  font-family: 'Roboto', sans-serif;
}
.baza__right{
  margin-left: auto;
  width: 20vw;
  
  }
  .tizery-vr{
  padding: 5px; /* Внутренний отступ со всех сторон от края сайдбара (виджета). Если не требуется - удаляем строку */
  }
  .tizery-vr img {
  height: 100%; /* Установили принудительно высоту картинки в 100px, на случай если у вас будут все разного размера */
  margin: 0 10px 0 0; /* Внешний отступ картинки. Сверху 0px, справа 10 px (чтобы не сливалось с текстом), снизу и слева 0 */
  padding: 5px 0 0 0; /* Внутренний отступ картинки. Сделали сверху 5px, чтобы стало ровно по верхней границе с текстом (не было лесенки) */
  max-width: 100%;
  }
  .tizery-vr a {
  display:block; /* Позиционирование каждого блока с тизером. Оставляем как есть */
  margin: 10px 0;
  text-align: center;}

.address_item{
  margin-left: 10%;
  margin-right: 10%;
}

.contacts__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contacts__marker svg {
  width: 12px;
  height: 16px;
}

 /*-------------ТАБЛИЦЫ----=====================--*/
  .table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
  .table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #070707;
    font-size: 1.5rem;
  }
  .table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
  }
  .table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
  }
  .table tbody td {
    text-align: left ;
    border: none;
    padding: 10px 15px;
    font-size: 1.4rem;
      
  }
.tablichka{
  margin: 40px 30px 40px 30px;
}
  .table tbody td a {
    color: #070707;
  
  }
  .table tbody tr:nth-child(even){
    background: #9f9d9d;
  }
  .table tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
  }
  .table tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
  }
  .table tbody tr td:first-child {
    width: 85%;
  }
  .table tbody tr td:last-child {
    width: 15%;
  }

  /*=============КАРТА САЙТА==========================*/

 .col-md-12 h1 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 15px;
    background: none;
    font-size: 3rem;
    line-height: 1.4em;
 }
 

 .col-md-12 a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.col-md-12  {
    text-decoration: none;
    font-size: 1.8rem;
    margin: 0.5rem;
    cursor: pointer;
    margin: 15px;
}

.col-md-12 a {
    color: #337ab7;
    text-decoration: none;

}
.col-md-12  li a2{
  font-size: 1.3rem;
  color: #337ab7;
  margin-left: 25px;
  list-style: disc;

}
.col-md-12 a3{
  font-size: 1.1rem;
  color: #337ab7;
  margin-left: 60px;

}

.col-md-12 ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    

}

/*=============РЕКЛАМА=========================*/


/*.content1{

  width: 75%;
  height: 100%;
}
.parent1{
  display: block;
  width: 25%;
  height: 100%;
}
.float1{
  background: #ff3c00;
  color: #fff;
  margin: 10px;
  padding: 10px;
  position: sticky;
  top: 0;
}

.header{

  width: 100%;
  height: 100px;
  text-align: center;
  margin-bottom: 10px;
}
.snp-wrap-content{
  display: flex;
  width: 100%;
  
}*/


/*============КРАСИВАЯ ШТУКА С УСЛУГАМИ=========================*/
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper1 h1{
  font-size: 2.5rem;
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}

.wrapper2{
  font-size: 4rem;
  font-weight: normal;
  color: #1c1b1b;
  text-align: center;
  margin-top: 10rem ;
}
.wrapper1{
  width: 80%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  
  margin: 1rem;
  cursor: pointer;
}

.container1{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}
.innerimg{
  margin-top: 3rem;
}
.front,
.back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 47vh;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #e7cece 0%,#596a72 100%);
  background: linear-gradient(45deg,  #592626 0%,#383e41 100%);
}
.back li{
  list-style: disc;
  margin-left: 1rem;
  text-align: left;

}
.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}

.front1{
  background-image: url('../img/a5.jpg');
}

.front2{
  background-image: url('../img/a4.jpg');
}
.front3{
  background-image: url('../img/a8.jpg');
}
.front4{
  background-image: url('../img/a7.jpg');
}
.container1:hover .front,
.container1:hover .back{
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
    font-size: 1.3rem;
}
.inner p{
  margin:0.7rem;
}
.container1 .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container1 .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container1:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container1:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}


.map{
  position: relative
}
.default-map-with-contacts--contacts-inner{
  position: absolute;
  right: 50px;
    top: 80px;
}
@media screen and (min-width:1800px){
  .col{
    width: 45%;
    /*height: 280px;*/
    margin-bottom: vh;
    .inner p{
      margin:0.8rem;
    }
    
  }
  .cols{
    margin-bottom: 3.5vh;
  }
  .back .inner{
    font-size: 1.2rem;
  }

}
@media screen and (max-width: 1800px){
  .col{
    width: 45%;
    /*height: 280px;*/
    margin-bottom: vh;
    .inner p{
      margin:0.8rem;
    }
    
  }
  .cols{
    margin-bottom: 3.5vh;
  }
  .back .inner{
    font-size: 1.2rem;
  }

}

@media screen and (max-width: 1200px){
  .col{
    width: 100%;
    margin-bottom: 7vh ;
  /* height: 650px; */
  }
}

@media screen and (max-width: 800px){
  .col{
    width: 100%;
    margin-bottom: 2vh;
    /* height: 300px; */
  }
  .back .inner{
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px){
  .col{
    width: 100%;
    margin-bottom:1vh ;
    /* height: 200px; */

  }
  .back .inner{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px){
  .col{
    width: 100%;
    margin-bottom:2vh ;
    /* height: 200px; */
  }
  .poiuy{
    width: 95%;
    margin-left: 2rem;
  }
  .back .inner{
    font-size: 1.2rem;
  }
}
.default-map-with-contacts.center-right .default-map-with-contacts--contacts-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.default-map-with-contacts--contacts-inner {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   height: 100px;
  box-sizing: border-box;
}
@media (max-width:500px){
  .default-map-with-contacts--contacts-inner {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 150px;
    height: 100px;
    box-sizing: border-box;
    width: 170px;
    font-size: 1rem;
  
  }}

@media (min-width: 641px){
.default-map-with-contacts--contacts {
    max-width: 330px;
    text-align: left;
    padding: 30px 35px;
}}
.default-map-with-contacts--contacts {
    position: relative;
    z-index: 2;
    border-radius: 6px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
}
@media (min-width: 641px){
.default-map-with-contacts--contacts {
    max-width: 330px;
    text-align: left;
    padding: 30px 35px;
}
}
.default-map-with-contacts--address {
  font-size: 1.2rem;
  line-height: 1.35;
  padding-bottom: 12px;
}
.default-map-with-contacts--phones {
  font-size: 1.3rem;
  color: #fff;
  padding-bottom: 8px;
  font-weight: 500;
}
.default-map-with-contacts {
  padding: 60px 20px 20px;
  position: relative;
}
@media (min-width: 641px){
.default-map-with-contacts--all-map a {
    display: none;
}}

.default-map-with-contacts--all-map a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 5px;
}

@media (max-width: 1200px){
  .cnp_wrap_slider{
    display: none;
  }
}
.contact-container li {
  width :50px;
  height: 50px;
  margin: 2rem;
}
.callback-block1 {
  display:flex;
  justify-content: center;
  margin-top: 1rem;
}
.usl3-items{
  display:flex;
  justify-content: center;
}
@media (max-width: 800px){
  .usl3-items{
    display:flex;
    flex-direction: column; 
  }
  .customer-photo img {
    
    width: 50%;
    
}

  #contact{
    width: 100%;
  }
  #testimonials{
    width: 100%;
  }
  }

  .button-one1 {
    background-color: #969696;
    transform: translateY(0);
    margin-bottom: 2rem;
  }
  
  .button-one1 .nomer1 {
    display: block;
    margin: 0;
    font-size: 1.5rem;
  }
  .button-one1::before {
    background: linear-gradient(to right, #191919, #6c1313);
    -webkit-transform: scaleY(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 100% 0%;
    transition: 0.4s cubic-bezier(.86, .01, .15, .99);
  }
  
  .button-one1:hover::before {
    transform: scaleX(1.1) scaleY(1.1);
  }
  
  .button-one1:hover {
    color: #b40202;
  }
  button {
    font-size: 30px;
    padding: 10px 30px;
    margin: 10px;
    border: 0;
    cursor: pointer;
    color: black;
    text-transform: lowercase;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
  }
  
  button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }
  
  
  
  button.gradient:hover {
    color: white;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.6);
    transform: translateY(-5px);
  }
  

  .poiuy{
    margin: 1.5rem;
    margin-top: 4rem;
    width: 90%;
    text-align: center;
  }
  .poiuy h1 {
  color: hsla(0, 0%, 0%, .9);
  font: normal 1.6rem Varela Round, sans-serif;

  left: 0;
  letter-spacing: 2px;

  text-align: center;
  text-transform: uppercase;
  width: 100%;
  animation: move linear 5000ms infinite;  
}


/*============РАЗНОЦВЕТНЫЙ ТЕКСТ========================*/
@keyframes move {
  0% {
    text-shadow:
      0.1px -0.1px 0 hsla(0, 100%, 50%, 1), 
      0.3px -0.3px 0 hsla(0, 100%, 50%, 1), 
      0.2px -0.2px 0 hsla(0, 100%, 50%, 1), 
      0.1px -0.1px 0 hsla(0, 100%, 50%, 1),
      -0.4px 0.4px 0 hsla(180, 100%, 50%, 1), 
      -0.3px 0.3px 0 hsla(180, 100%, 50%, 1), 
      -0.2px 0.2px 0 hsla(180, 100%, 50%, 1), 
      -0.1px 0.1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  25% {    
    text-shadow:      
      -0.4px -0.4px 0 hsla(18, 100%, 50%, 1), 
      -0.3px -0.3px 0 hsla(18, 100%, 50%, 1), 
      -0.2px -0.2px 0 hsla(18, 100%, 50%, 1), 
      -0.1px -1px 0 hsla(18, 100%, 50%, 1),
      0.4px 4px 0 hsla(0, 100%, 50%, 1), 
      0.3px 3px 0 hsla(0, 100%, 50%, 1), 
      0.2px 2px 0 hsla(0, 100%, 50%, 1), 
      0.1px 1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  50% {
    text-shadow:
      -0.4px 0.4px 0 hsla(0, 100%, 5%, 1), 
      -0.3px 0.3px 0 hsla(0, 100%, 5%, 1), 
      -0.2px 0.2px 0 hsla(0, 100%, 5%, 1), 
      -0.1px 0.1px 0 hsla(0, 10%, 5%, 1),
      0.4px -0.4px 0 hsla(180, 100%, 5%, 1), 
     0.3px -0.3px 0 hsla(180, 100%, 5%, 1), 
      0.2px -0.2px 0 hsla(180, 100%, 5%, 1), 
      0.1px -0.1px 0 hsla(180, 100%, 5%, 1)
    ;
  }
  75% {
    text-shadow:
     0.4px 0.4px 0 hsla(180, 100%, 50%, 1), 
      0.3px 0.3px 0 hsla(180, 100%, 50%, 1), 
     0.2px 0.2px 0 hsla(180, 100%, 50%, 1), 
      0.1px 0.1px 0 hsla(180, 100%, 50%, 1),
      -0.4px -0.4px 0 hsla(0, 100%, 50%, 1), 
      -0.3px -0.3px 0 hsla(0, 100%, 50%, 1), 
      -0.2px -0.2px 0 hsla(0, 100%, 50%, 1), 
      -0.1px -0.1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  100% {
    text-shadow:
      0.4px -0.4px 0 hsla(0, 100%, 50%, 1), 
      0.3px -0.3px 0 hsla(0, 100%, 50%, 1), 
     0.2px -0.2px 0 hsla(0, 100%, 50%, 1), 
     0.1px -0.1px 0 hsla(0, 100%, 50%, 1),
      -0.4px 0.4px 0 hsla(180, 100%, 50%, 1), 
      -0.3px 0.3px 0 hsla(180, 100%, 50%, 1), 
      -0.2px 0.2px 0 hsla(180, 100%, 50%, 1), 
      -0.1px 0.1px 0 hsla(180, 100%, 50%, 1)
    ;
  }  
}


/* Slider */
#slider{
  width:100%;
  height:40%;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:400px;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:auto;
  margin-top: 3.5vh;
}




/*============СЛАЙДЕР С КАРТИНКАМИТ========================*/

.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}


@media screen and (max-width: 1800px){
  .slides {
    width: 400%;
    height: 400px;
  }

}

@media screen and (max-width: 1200px){
  .slides {
    width: 400%;
    height: 350px;
}}

@media screen and (max-width: 800px){
  .slides {
    width: 400%;
    height: 230px;
}}
@media screen and (max-width: 500px){
  .slides {
    width: 400%;
    height: 190px;
}
#contact {
    padding: 3rem 0 1rem;
}
.contact-text {
  margin: 0;
  
}}
@media screen and (max-width: 370px){
  .slides {
    width: 400%;
    height: 190px;
}}

@media (max-width: 1200px){

  #contact{
    width: 60%;
  }
  #testimonials{
    width: 40%;
  }
  }
  

@media (max-width: 950px){
  .usl3-items{
    display:flex;
    flex-direction: column; 
  }
  .customer-photo img {
    
    width: 50%;
    
}
#usl3{
  padding: 3rem 0;
}
  #contact{
    width: 100%;
  }
  #testimonials{
    width: 100%;
    padding: 0;
  }
  }

.contact-text{
  margin: 0 4rem 3rem;
  font-size: 1.5rem;
  text-align: justify;
}
@media (max-width: 500px){
  #usl3{
    padding: 5rem 0;
   }
}
@media screen and (max-width: 500px){
 .contact-text {
  margin: 1rem 3.5rem ;
  
}}

  .switch > ul > li {
    background: #000000ce;
    
}
