.link-file {
	margin-bottom: 20px;
    display: block;
    text-decoration: none;
}
/*.col-md-2 {
    width: 16.66666667%;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/
#result p.intro {
    font-size: 50px;
    line-height: 115%;
    color: #26b1eb;
  	padding-bottom: 15px;
	text-align:center;
}
#result p.result-desc {
    font-size: 16px;
    text-transform: none;
    line-height: 1.5;
    padding: 0px 15px 30px 15px;
}

.cost-all {
    position: absolute;
    top: 45px;
    left: 60px;
    color: #fff;
}
.info-message {
    display: block;
    text-transform: initial;
    width: 100%;
    font-size: 25px;
    line-height: 29px;
}
.cost-ajax {
    font-size: 50px;
    color: #26b1eb;
}
/*.col-md-7 {
    width: 58.33333333%;
	float:left;
}
.col-md-8 {
    width: 66.66666667%;
	float:left;
}
.col-md-5 {
    width: 41.66666667%;
	float:left;
	padding-top:18px;
}
.col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.gdlr-core-item-list p {
	margin:20px 0 5px 2px;
}


#potolok div.choose {
    border:none;
}

.choose {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.choose > div {
    height: 200px;
    margin-bottom: 10px;
}


#lavki .choose div {
    height: 200px;
}


div.choose.active {
    border:0;
    box-shadow: none;
    color: #21304F;
}
div.choose.active > div {
    border-color:#21304F;
}

#interer:after, #potolok:after, #light:after, #dopob:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
#potolok .param, #light .param {
	display: inline-block;
	float:none;
	margin-top: 15px;
	vertical-align: top;
	line-height: normal;
	font-size: 18px;
	text-align:left;
    text-transform:initial;
    color:#3e3f3e;
    font-family:'Lato';
}
#interer > div {
    margin-top: 15px;
    line-height:normal;
	font-size: 18px;
	text-align:left;
    text-transform:initial;
    color:#3e3f3e;
    font-family:'Lato';
}
#interer {
    text-align: center;
}


#interer .choose div, #dopob .choose div, #light .choose div {
    height: 200px;
}


#interer .choose img {
	height: 90px;
	margin-top:10px;
}

#light .choose span, #dopob .choose span {
    display: block;
    text-align: center;
    color: #000;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    text-align-last: center;
    line-height: 18px;
    padding-top: 8px;
    font-size: 14px;
}

#calculation-fast {
    background: #21304F;;
    padding: 5px 0;
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    top: 73px;
    z-index: 3;
}

#calculation-fast-name, #calculation-fast-price, #calculation-fast-desc,#calculation-fast-button {
    display: block;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}

#calculation-fast-name {
    font-size: 15px;
    padding-top: 11px;
    float: left;
    margin: 0 0 0 0;
    width: 20%;
}

#calculation-fast-price {
    font-size: 17px;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    float: left;
    margin: 5px 20px 5px 0;
    width: 25%;
}

#calculation-fast-desc {
    font-size: 15px;
    padding: 0;
    width: 30%;
    float: left;
    margin: 4px 0 0 0;
}

#calculation-fast-button {
    float: right;
}

#calculation-fast-button a{
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 11px 13px 9px;
    position: relative;
    background: #a9917c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    float: left;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #fff;
}
#sendEmail {
    position: absolute;
    top: -10px;
    right: 40px;
    width: 382px;
    height: 78px;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}
.mailto {
    position:relative;
    padding-left:20px;
    font-size:13px;
}
.mailto:before {
    position:absolute;
    content:'';
    background:url(images/mail.png);
    width:15px;
    height:11px;
    left:0;
    top:6px;
}
.mailto span {
    text-decoration:underline;
}
.mailto:hover span {
    text-decoration:none;
}
.calc-text p {
    font-size:14px;
    color:#3e3f3e;
}
.calc-text p strong {
    font-size:16px;
}
.calc-text {
    margin:-10px 10px 0;
}
.calc-text ul {
    list-style:none;
    padding-left:0;
    column-count:2;
}
.calc-text ul li {
    padding-left:20px;
    position:relative;
    color:#777;
    font-size:14px;
}
.calc-text ul li:before {
    position:absolute;
    content:'';
    background:#eec9b6;
    border-radius:50%;
    width:6px;
    height:6px;
    left:0;
    top:9px;
}

#sendEmail input {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid gray;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 0 0 5px 0;
    text-align: center;
}

#sendEmail button {
    width: 150px;
    display: block;
    margin: 0 auto;
    border-color: buttonface;
}

#showSendEmail {
    cursor: pointer;
}
.glass {
	width:40px;
	float:left;
	margin: 3px 0 0 3px;
}
.glass img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

@media (max-width: 1270px) {

	.your .result {
		width: 100%;
		float: none;
	}
	.your .buttons {
		float: none;
		width: 100%;
		position: relative;
	}
	#showSendEmail {
		float: right;
		margin: 12px 20px 0 0;
	}
	.your .buttons a {
		width: 40%;
		padding: 16px 0;
	}
	#sendEmail {
		width: 60%;
	}
	#light .choose {
		height: auto;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width:991px) {
    .your {
        display:block !important;
    }
    .your .result {
        margin-bottom:20px;
    }
    .size-item {
      width: calc(33% - 30px);
   }
}
@media (max-width: 768px) {
	#potolok {
		text-align:center;
	}
	
	#calculation-fast-name {
		width:40%;
	}
	#calculation-fast-desc {
    	padding: 50px 0 7px 0;
    	width: 100%;
    	float: none;
    	margin: 0;
	}
	#calculation-fast-button {
		position: absolute;
		top: 0;
		right: 15px;
		top: 12px;
	}
	#dopob {
		text-align:center;
	}
	body.infinite-body-front .gdlr-core-container {
		max-width:none !important;
	}
}

@media (max-width: 580px) {
	.your .buttons a {
		font-size: 18px;
	}
}
@media only screen and (max-width:480px) {
    .your .buttons {
		display:block;
	}
	.your .buttons a {
		width: 100%;
		margin-bottom:20px;
	}
	#showSendEmail {
		float: none; 
	}
	#sendEmail {
		position: absolute;
		top: 70px;
		right: 0;
	}
    
}
@media (max-width: 450px) {
	#calculation-fast-desc {
		text-align: center;
	}
	#calculation-fast-button {
		position: inherit;
		float: none;
		width: 135px;
		display: block;
		margin: 0 auto 0px;
	}
	#calculation-fast-button a {
		width: 135px;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.your .result .right {
		width: 100%;
		text-align: center;
		float: none;
		padding: 0 0 15px 0;	
	}
	.your .result .left {
		width: 100%;
		float: none;
	}
	.your .buttons a {
		width:100%;
	}
	
	#showSendEmail {
		margin: 10px auto;
		float: none;
		width: 120px;
		display: block;
	}
	#sendEmail {
		width: 100%;
		display: block;
		top: auto;
		bottom: -25px;
	}
}
@media only screen and (max-width:414px){
    .choose > div, #lavki .choose div, #interer .choose div, #dopob .choose div, #light .choose div {
        height: 150px;
    }
}
#calculation-fast {
    top: 0;
    max-width: 1170px;
    margin-left: -15px;
}

.gdlr-core-pbf-background-wrap {
    margin-right: -15px;
    margin-left: -15px;
}

blockquote {
    quotes: none;
    padding: 30px 30px 15px;
    font-size: 17px;
    margin-bottom: 0px;
    font-style: italic;
    margin-top: 0px;
    border-left-width: 2px;
    border-left-style: solid;
    border-color: #414a5a;
}

.infinite-body input, .infinite-body textarea {
    color: #4e4e4e;
}
.myh3 {
    font-size:26px;
    font-weight:900;
    position:relative;
    padding-left:35px;
}
.myh3:before {
    position:absolute;
    content:'';
    background:url(images/h3-check.png);
    width:27px;
    height:27px;
    left:0;
}

@media (max-width: 450px) {
    #calculation-fast-name,
    #calculation-fast-price,
    #calculation-fast-desc {
        width: 100%;
    }
    #calculation-fast-name {    
        text-align: center;
    } 
    #calculation-fast {
        margin-left: 0;
        left: 0;
        right: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

#interer .choose div {
    background-size: cover !important;
}