*{
	margin:0;
	padding:0;
}

hr {
  margin:20px 0px 0px 0px;
  color: #FFF;
  height: 3px;
  background: #FFF;
}

p {  
  
}

.hideRadio input {
  visibility: hidden; 
  position: absolute; 
}
/*-------------------------
	Форма заказа
--------------------------*/

.wrap {
    position: relative;
}

.calc {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0px 19px #5f5f5f;
  max-width: 850px;
  padding: 10px;
  margin: 50px auto;
  position: relative;
  height: auto;
  color: #5e5b64;
  text-align:center;
}

form{
	
}

form h1{
	color:#fff;
	font-size:64px;
	font-family:'Calibri', cursive;
	font-weight: normal;
	line-height:1;
	text-shadow:0 3px 0 rgba(0,0,0,0.1);
}

form ul{
	list-style:none;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align: left;
	margin:20px 0 15px;
}

form ul li{
	padding:20px 30px;
	background-color:#e35885;
	margin-bottom:8px;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	cursor:pointer;
}

form ul li span{
	float:right;
}

form ul li.active{
	background-color:#8ec16d;
}

div.total{
	border-top:1px solid rgba(255,255,255,0.5);
	padding:15px 0px;
	font-size:20px;
	font-weight:bold;
	text-align: left;
	color:#fff;
  margin-top: 20px;
  width: 100%;
}

div.total span{
	float:right;
}

.swt {  
  position: relative;
}

div.type {	
	padding: 15px 0px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  display: block;
}

.block_s {  
font-size: 20px;
text-align: left;
color: #fff;
}

.block_s .lenght {  
  width: 100px;
}

.block_s .width {  
  width: 100px;
}

.choose {  
  width: 200px;
  float:left;
}

.alert-success p {  
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
}

.alert-danger {  
  height: 100%;  
}

.alert-danger span {  
  line-height: 0;  
}

.well-lg {  
  line-height: 0;
}

.form-control {
  margin: 10px 0px;  
}

.row .block {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

.note {
    text-align: left;
    background: #eac4c4;
    color: #000;
}

input[type=radio]:checked + p {
  color: #000;
  font-weight: bold;
  z-index:2;
}

input[type=radio]:checked + p::before  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: #ebebeb;*/ 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.hideRadio {
  position: relative;
  padding: 3px;  
  width: 100%;
}

.chk{
  text-align: left;
  font-size: 18px;
}

.act img {
  padding: 10px 0px 0px;
  transition: transform .8s ease-in-out;
}

/*.col-md-6:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}*/

.act:hover img {
    -webkit-animation: 0.1s tremor ease-out infinite;  
    animation: 0.1s tremor ease-out infinite;    
}

.cold-icon img {
    padding: 0px;
    vertical-align: text-top;
}


.hot-icon img {
    padding: 0px;
    vertical-align: text-top;
}


@media screen and (max-width: 450px) {
   .lodzh img {
      width: 100%;
    }
   
   .img_lod{
        width: 100%;
    }
}

.wrap {
  /*height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/preloader.gif') center no-repeat, white;
  opacity: 1;
}

.is-hide-prl {
  animation: hide 5.5s normal forwards;
}

.spectit {
  padding-right: 0px;
  padding-left: 0px;
}

.char {
  background: -moz-linear-gradient(top, #ff9000 0%,#f39720 55%,#f28800 51%,#ff9000 100%);
  background: linear-gradient(to bottom, #ff9000 0%,#f39720 55%,#f28800 51%,#ff9000 100%);
  background: -webkit-linear-gradient(top, #ff9000 0%,#f39720 55%,#f28800 51%,#ff9000 100%);
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 10px;
  font-weight: bold;
}

.link {
    color: #FFF !important;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

@keyframes hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  55% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 0.5;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.is-show-prl {
  animation: show 6s normal forwards;
}

@keyframes show {
  0% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 0;
    visibility: visible;
  }
  55% {
    opacity: 0;
    visibility: visible;
  }
  75% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.show-block {
  -webkit-animation:0.5s show_b;
  animation:0.5s show_b;
}

@keyframes show_b {
  0% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 0.2;
    visibility: visible;
  }
  55% {
    opacity: 0.5;
    visibility: visible;
  }
  75% {
    opacity: 0.7;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}


@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    55%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    55%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    55%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    55%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    55%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
.infoblock {
border: 2px solid #004498;
padding: 15px 15px;
margin: 20px 0px;
}
.infoblock ul {
margin-left: 20px;
}
.infoblock a {
color: #004498;
}
.infoblock a:hover {
color: #004498;
}
.content-img {
border: 5px solid #fff;
box-shadow: #b3b3b3;
-webkit-box-shadow:1px 1px 13px #b3b3b3;
margin-bottom: 15px;
}
.adaptive-content ul {
margin-left: 30px;
}
.adaptive-content li {
margin-bottom: 30px;
}
.infoblock li {
margin-bottom: 10px;
}
.content-table {
margin: 0 auto;
}
.adaptive-content .subsections-margin {
margin: 20px 0px 0px 0px;
}
.adaptive-content > ul > li {
margin-bottom: 10px;
}
.adaptive-content p {
margin-top: 15px;
margin-bottom: 10px;
}
.infoblock table {
margin: 0 auto;
}
.infoblock table img {
margin: 0 20px;
margin-bottom: 10px;
}
.subsections {
background-color: #004498;
color: #fff;
}
.subsections {
padding: 10px 10px 10px 40px;
}
.subsections li {
padding: 5px 0px 5px 0px;
}
.subsections a {
color: #fff;
}
.subsections-margin {
margin: 20px 0px 0px 0px;
}

.subsections-osteklenie {
background-color: #004498;
color: #fff;
}
.subsections-osteklenie {
padding: 10px 10px 10px 40px;
}
.subsections-osteklenie li {
padding: 5px 0px 5px 0px;
}
.subsections-osteklenie a {
color: #fff;
}
.subsections-osteklenie {
margin: 20px 0px 0px 0px;
}
.content-blockquote {
 background: none repeat scroll 0 0 #fafafa;
    border-bottom: 3px dashed #bababa;
    border-top: 3px dashed #bababa;
    color: #878787;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 400px) {
   .pb-sdk-pos-credit__form {
       width: 330px !important;
   }
   
   .pb-sdk-pos-credit__cb-cont label {
       width: 300px !important;
   }
   
   .pb-sdk-pos-credit__form-group.pb-sdk-pos-credit__has-value input.pb-sdk-pos-credit__form-control {
       font-size: 11px !important;
   }
}
