.fedback .item:before{
    display: none;
}
.fedback .item{
    text-align: center;
}
.fedback .item img{
    display: inline-block;
}
.fedback .item .carousel-caption{
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    text-shadow: none;
    margin-top: 30px;
}
.fedback .item .carousel-caption p{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}
.fedback .item .carousel-caption h3{
    font-size: 18px;
    font-weight: 700;
    color: #1abc9c;
    text-align: center;
}
.fedback .item .carousel-caption span{
    font-size: 14px;
    font-weight: 400;
    color: #515151 ;
    text-align: center;
    line-height: 24px;
}
.addddd{
    display: inline-block;
    padding: 13px 30px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 10px;
    background: #1abc9c
}
.addddd:hover{
    border: 2px solid #000;
}
@media(min-width: 801px) {
  .imge {
  width: 800px;
  /* height: 500px; */
  }
  .album{ /* Задаю общие характеристики сладеру */
   position: relative;
   margin: 5% auto;
   width: 800px;
   /* height: 500px; */
   overflow: hidden;
   }
   .album ul, .album li { /* Подгоняю размеры видимой области элементов списка и убираю маркер */
   list-style-type: none;
   padding: 0;
   margin: 0;
   float: left;
   width: 800px;
   /* height: 500px; */
   }
   .fedback .item img{
       width: : 800px;
       margin: 0 auto;
   }
}
@media(max-width: 800px) {
  .imge {
  width: 300px;
  /* height: 120px; */
  }
  .album{ /* Задаю общие характеристики сладеру */
   position: relative;
   margin: 5% 20% 0 20%;
   width: 300px;
   /* height: 120px; */
   overflow: hidden;
   }
   .album ul, .album li { /* Подгоняю размеры видимой области элементов списка и убираю маркер */
   list-style-type: none;
   padding: 0;
   margin: 0;
   float: left;
   width: 300px;
   /* height: 120px; */
   }
   .fedback .item img{
       width: : 300px;
       margin: 0 auto;
   }
}
.cost, #payss {
  position: relative;
  left: 80%;
}
 .album ul { /* Для того чтобы все изображения отображались, для них нужно создать активное полотно во всю ширину. Поэтому 800px*4=3200px*/
 width: 3200px;
}
 .album .nav {/* Описываю внешний вид навигации (она будет выглядеть как панель с кнопками радио)*/
 position: absolute;
 bottom: 16px;
 left: 45%;
 }
 .album .nav span { /*Редактирую внешний вид каждой навигационной кнопки */
 display: block;
 margin-right:13px;
 background: #fff;
 border-radius: 9px;
 height: 16px;
 width: 16px;
 height: 16px;
 overflow: hidden;
 float: left;
 box-shadow: 1px 2px 3px #001;
 }
 .album .nav span.on { /*Изменяю фоновый цвет элемента навигации, если изображение, за которое он отвечает, отображается */
 background: #98FB98;
 }
 .opisanie {
   width: 800px;
   margin: 0 auto;
 }
.resp-tab {
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.resp-tab th, .resp-tab td {
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    font-family: Verdana, sans-serif;
    border: 1px solid #1abc9c;
    vertical-align: top;
}
.resp-tab th {
    color: #FFF;
    background: #1abc9c;
    font-weight: bold;
    border: 1px solid #1abc9c;
    text-transform: uppercase;
    text-align: center;
}
.resp-tab tr:nth-child(even) {
    background: #edf7ff;
}
.resp-tab td span {
    background: #337AB7;
    color: #FFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 768px) {
    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }
    .resp-tab td span {
        display: block;
    }
}
@media(max-width: 480px) {
    .resp-tab td {
        width: 100%;
    }
}
.btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 15px 15px 0;
	outline: none;
	border: none;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	color: #385898;
	background-color: #e7f3ff;
	cursor: pointer;
	user-select: none;
	appearance: none;
	touch-action: manipulation;
}
.btn:focus-visible {
	box-shadow: 0 0 0 2px #666;
}
.btn:hover {
	background-color: #DBE7F2;
}
.btn:active {
	transform: scale(0.96);
}
.btn:disabled {
	pointer-events: none;
	opacity: 0.65;
}
.delmod {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.spasf {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.newu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.dimg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.newt {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.transparent {
   position: relative;
   max-width: 400px;
   padding: 0px 50px;
   margin: 50px auto 0;
   background-size: cover;
}
.transparent:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #fff;
}
.form-inner {
   position: relative;
}
.form-inner h3 {
   position: relative;
   margin-top: 0;
   color: black;
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 26px;
   text-transform: uppercase;
}
.form-inner h3:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -6px;
   height: 2px;
   width: 60px;
   background: #1762EE;
}
.form-inner label {
   display: block;
   padding-left: 15px;
   /* font-family: 'Roboto', sans-serif; */
   /* color: rgba(255, 255, 255, .6); */
   /* text-transform: uppercase; */
   font-size: 14px;
}
.form-inner input, select {
   /* display: block; */
   width: 100%;
   padding: 0 15px;
   margin: 10px 0 15px;
   border-width: 0;
   line-height: 40px;
   border-radius: 1px;
   color: white;
   background: rgba(255, 255, 255, .2);
   font-family: 'Roboto', sans-serif;
   border: 1px solid #000;
}
.form-inner textarea {
   /* display: block; */
   width: 100%;
   padding: 0 15px;
   margin: 10px 0 15px;
   border-width: 0;
   line-height: 40px;
   border-radius: 1px;
   color: white;
   background: rgba(255, 255, 255, .2);
   font-family: 'Roboto', sans-serif;
   border: 1px solid #000;
}
select {
	height: 40px;
  border: 1px solid #000;
}
   option{
     color:#fff;
     background:#369;
   }
.form-inner input[type="checkbox"] {
   position: absolute;
   opacity: 0;
}
#custom-checkbox+label {
   position: relative;
   margin: 20px 0;
   text-transform: none;
   cursor: pointer;
}
#custom-checkbox+label:before {
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-right: 10px;
   vertical-align: text-top;
   background: white;
}
#custom-checkbox:checked+label:before {
   background: #1762EE;
}
#custom-checkbox:checked+label:after {
   content: "";
   position: absolute;
   width: 2px;
   height: 2px;
   left: 20px;
   top: 9px;
   background: white;
   box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
   transform: rotate(45deg);
}
}

.wraptet {
  margin: 50px auto 0 auto !important;
  text-align: center !important;
  max-width: 1300px;

}
.cart_but_block {
  display: none;
}
.prod_line {
  margin: 25px 0;
}
.boxt {
  background: white;
  text-align: center;
  padding: 5px 5px;
  margin; 10px 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.boxt:hover .cart_but_block{
  display: block;
}
.blue {
  background: #93C5C2;
}
.boxt h4 {
    font-size: 18px;
    color: #333333;
    font-family: 'Roboto';
}
h5 {
    font-size: 1.5em;
    color: #666666;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: 'Roboto';
}
.images img{
    width: 100%;
}
.price_W {
  font-size: 20px;
  margin: 5px 0;
  text-decoration: none;
  font-family: 'Roboto';
}
.blue .images {
  background: white;
  color: #333333;
}
.blue h1, .blue h2, .blue p {
  color: white;
}
.about {
  margin: 10px 0px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 1.5em;
  color: #888888;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.button {
    text-decoration: none !important;
    display: inline-block !important;
    margin: 20px auto !important;
    padding: 10px 20px !important;
    background: #fff !important;
    border: 2px solid #1abc9c;
    color: #000000;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 10px;
}
.button:hover {
  background: #1abc9c !important
}

@media (min-width: 767px){
.documents{
  padding: 0 20%;
  font-size: 16px;
  width: 100%
}
.code {
  max-width: 600px;
}
.wrapt {
  max-width: 1300px;
}
}
@media (max-width: 767px){
  .documents{
    max-width: 650px;
    padding: 0 2%
  }
  .code, pre {
    max-width: 270px;
  }
}
.mes {
  color: white;
  font-size: 16px;
}
.wrapper {
  background-color: whitesmoke;
  list-style-type: none;
  padding: 0;
  border-radius: 3px;
}
.form-row {
  display: flex;
  justify-content: flex-end;
  padding: .5em;
}
.form-row > label {
  padding: .5em 1em .5em 0;
  flex: 1;
}
.form-row > input {
  flex: 2;
}
.form-row > input,
.form-row > button {
  padding: .5em;
}
.form-row > button {
  background: gray;
  color: white;
  border: 0;
}
