@charset "UTF-8";

.responsive {
    overflow-x: auto;
}

.tab {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    width: 100%;
    padding-bottom: 2rem;
}

div.price {
    border: 3px solid #143840;
    width: 100%;
    text-align: left;
    color: #ffffff;
    border-collapse: collapse;
}

.divTable.price .divTableCell,
.divTable.price .divTableHead {
    font-size: 1.3rem;
    border: 2px solid #143840;
    padding: 5px 4px;
}

.divTable.price .divTableBody .divTableCell {
    font-size: 1.3rem;
}

.divTable.price .divTableHeading {
    background: #143840;
    background: -moz-linear-gradient(top, #143840 0%, #143840 66%, #ff000 100%);
    background: -webkit-linear-gradient(top, #143840 0%, #143840 66%, #ff000 100%);
    background: linear-gradient(to bottom, #143840 0%, #143840 66%, #ff000 100%);
    border-bottom: 3px solid #143840;
}

.divTable.price .divTableHeading .divTableHead {
    font-size: 1.3rem;
    font-weight: bold;
    color: #f35225;
    /*цвет заглавных*/
    text-align: center;
}

.price .tableFootStyle {
    font-size: 1.3rem;
}

.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

.container {
    width: 100%;
}

.container .master-text ul {
    list-style: none;
}

.container .master-text {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 1rem;
    border-style: double;
    border-width: 0px 4px 0px 4px;
    border-color: #ff0000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.container .master-text img {
    border: 3px solid #c9916b;
    border-radius: 20px;
}

.container .master-text p {
    margin-right: 1rem;
}

.container .master-text .navspisok {
    display: block;
    gap: 1.5rem;
    padding-left: 1rem;
}

.container .master-text .navspisok  a {
    font-size: 1rem;
    color: #FFFF00;
}

.container .master-text .navspisok a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.container .master-img {
    text-align: right;
}

.contacti {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(imager/master.webp);
    padding-right: 4rem;
}

.call {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: dodgerblue;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.call i {
  z-index: 1000;
}

.call::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  border-radius: 100%;
  animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
  90% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
 
 .knopka
{
  width: 98%;
  /*max-width: 960px;*/
  margin: 1em 0 0 1em; /* центрируем основной контейнер */
  /*background: #DCDCDC;*/
  text-align: left;
}

.mknopka  {
    text-decoration: none;
    /*display: -moz-inline-box;*/
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 1em 0 0 1em;
    border-radius: 10px;
}

.box .mknopka .img {
    display: none;
    border-radius: 10px;
    border: 5px #ccc solid;
}

.mknopka .w {
  width: 9em;
  float: left;
  text-align: center;
}

.mknopka .w:hover {
  /*box-shadow: 0 0 35px 8px #0a7ec9;*/
  border-color: #0096ff;
  /*background: rgb(255, 255, 255);*/
  transform: scale(1.1);
  border-radius: 8px;
  box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.6);
}

/*.box {
    background-color: #111111;
    border: 1px solid #006621;
    padding: 1rem;
    margin: 1rem;
}

.box .zagolovok {
    padding-bottom: 1.5rem;
}*/

@media (max-width: 1200px) {
    
    .img {
        max-width: 100%;
    }
    
    .container .master-text {
        display: block;
        align-items: center;
        text-align: center;
        padding: 1rem;
    }

@media (max-width: 991px) {
    
    .img {
        max-width: 70%;
    }
    
    .container .master-text {
        display: block;
        align-items: center;
        text-align: center;
        padding: 1rem;
    }

@media screen  and (max-width:575px) {
    
    .img {
        max-width: 50%;
    }
    
  .video {
    display: inline-block;
    margin: 0;
}
}