@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


header
{
	    height: 100vh;
}
.slideBack
{
	height: 100%;
    width: 100%;
    background: rgb(98 71 0 / 60%);
        position: absolute;
            z-index: 1;

}
.mainList
{
	    z-index: 2;
    position: relative;
        height: 100%;
}
.h1-style
{
    font-size: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
        font-weight: 700;
}
.bt
{
    text-transform: uppercase;
    padding: 15px 20px;
    display: inline-block; 
    border: 2px solid #fff;
    	transition: 0.5s;
    	margin: 0px 12px;
}
.bt-1
{
	color: #fff;

}
.imageGal img
{
	    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.fas31
{
	    height: 100%;
    align-items: baseline;
    display: flex;
}
.bt-1:hover
{
    background: #8b5b04;
    color: #fff;
	text-decoration: none;
}
.bt-2
{
	background: #fff;
	color: #000;
}
.bt-2:hover
{
    background: #8b5b04;
    color: #fff;
	text-decoration: none;
}
.logo
{
	width: 150px;
}
.slideStyle
{
    text-align: center;
    margin-top: 65px;
    margin-bottom: 25px;
    line-height: 57px;
}
.slideText
{
	color: #fff;
    text-align: center;
    margin-bottom: 57px;
    font-size: 23px;
    font-weight: 100;
}
.spade
{
	    padding: 80px 0px;
}
.h2-style
{
    color: #8b5b04;
    font-size: 32px;
    margin-bottom: 30px;
        text-transform: uppercase;
    line-height: 40px;
}
.bt-3
{
	    border-color: #8b5b04;
    color: #8b5b04;
}
.bt-3:hover
{
	 background: #8b5b04;
	  color: #fff;
	  text-decoration: none;
}
.dp-image
{
	width: 50%;
    height: auto;
}
.dp-block
{
	display: flex;
	    margin: 20px;
}
.colored
{
	    text-decoration: underline;
    color: #8b5b04;
}
.grayText
{
	    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #939393;
    text-align: center;
    margin-top: 17px;
}
.content-p
{
	    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.checkBl li
{
	    display: flex;
    align-items: center;

    margin-bottom: 14px;

}

.checkBl img
{
	    width: 20px;
}
.checkBl span
{
	    color: #fff;
    margin-left: 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
}
.bckg
{
	background: #8b5b04;
	 background: linear-gradient(to bottom right, #8b5b04 0%, #663300 100%);
}
.dfle2
{
	    display: flex;
    align-items: center;
}
.zkText
{
	    display: block;
    text-align: center;
    font-size: 26px;
    margin-bottom: 26px;
        margin-top: 20px;
       line-height: 40px;
}
.color-white
{
	    color: #fff;
}
img
{

	max-width: 100%;
}
.footerTextSt
{
	
    font-size: 22px;
    color: #fff;
    margin-bottom: 33px;

}
.footerTextSt a
{
	color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 34px;
    margin: 0px 9px;
}
.footerTextSt small
{
	    display: block;
    font-size: 20px;
    margin-top: 10px;
}
.calcBlock-title
			{
				    font-size:18px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid;
 padding-bottom: 10px;
			}
		.totalPriceBlock
			{
			    display: inline-block;
    font-size: 17px;
    color: #8b5b04;
    margin-top: 0px;
    padding-top: 10px;
    float: right;
    padding: 16px;
    background: rgb(139 91 4 / 15%);
			}

.totalPriceValue
			{
				    font-size: 32px;
    color: #000;
    text-decoration: underline;
			}
.fw_rew
			{
				display: flex;
			
			}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #fff;
    line-height: 20px;
        background: rgb(255 255 255 / 8%);
}			
.card button
{
	color: #fff;
    margin-left: 0px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
        border-radius: 0px;

    color: #1a1a1a;
    background-color: #fff;
        white-space: inherit;
}

.card button:hover
{

    color: #1a1a1a;
    background-color: #fff;
    text-decoration: none;
}


.card button.collapsed
{
	color: #fff;
	background-color: transparent;

}
.totalPriceBlock small
{
	    display: block;
    font-size: 12px;
    text-align: right;
    color: #717171;
    margin-top: 6px;
}

.bt-3st
{
	    margin-right: 0;
    margin-top: 15px;
}
	.firstBlock, .secondBlock
			{
    display: flex;
    justify-content: space-evenly;
			}

.materialType, .kuhType
			{
				margin-right: 0px;
    text-align: center;
				opacity:0.5;
				cursor:pointer;
				transition:0.5s;
			}
		.materialType:hover, .kuhType:hover
			{
				
				opacity:0.9;
			}
				.materialType.selectedType, .kuhType.selectedType
			{
				margin-right: 0px;
    text-align: center;
				opacity:1;
				    position: relative;
			}


.dfltc
{
	    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.phoneBlock a
{
	color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.phoneBlock li
{
	margin-bottom: 10px;
}
.socialBlock li
{
	margin-bottom: 5px;
}
.socialBlock a
{
	color: #fff;
    font-weight: normal;
    font-size: 16px;
}
footer
{
	    background: #342100;
    padding: 15px;
    text-align: center;
    color: #fff;
}
footer a
{
	color: #fff;
	font-size: 12px;
}
footer a
{
	text-decoration: none;
}
.problem
{
border: 1px solid #f00;
    background: rgb(255 255 255 / 50%);
    padding: 11px;
    opacity: 0.5;
        line-height: 20px;
}
.noproblem
{
border: 1px solid rgb(90 182 0);
    background: rgb(255 255 255);
    line-height: 20px;
    padding: 11px;
    position: relative;
    top: -12px;
    scale: 1.05;
    box-shadow: 1px 1px 4px 0px #4f4f4f;
}
.ppr small
{
	    display: block;
    font-size: 12px;
    font-style: italic;
}
.pb-title
{
	    display: block;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 17px;
    padding-bottom: 5px;
}
.do
{
	    position: absolute;
    top: 9px;
    left: 9px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 9px;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #610b0b;

}
.posle
{
	position: absolute;
    top: 9px;
    right: 9px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 9px;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #00b62c;
}
.social-image
{
	    width: 30px;
}
.social-image:hover
{
opacity: 0.7;
}
.social-image-2
{

    margin-right: 7px;
}
.slideText small
{
	    display: block;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.inpstyle
{
	    display: block;
    width: 100%;
    padding: 9px;
    margin-bottom: 15px;
}


.formTt
{
	    color: #8b5b04;
    font-size: 22px;
}
.bt-bt
{
	cursor: pointer;
	    margin: 0;
    float: right;
    background: #fff;
}




/*NEW*/
			.btnCal
			{
				    height: auto !important;
    margin-top: 40px !important;
				text-align:center;
			}
			.sizeInput
			{
				    width: 50px;
    margin-left: 10px;
    margin-bottom: 0px !important;
				
			}
			.sizeType2
			{
				    display: flex;
			}
			.sizeB span
			{
				    font-size: 18px;
				
			}
			.saw
			{
				margin-top: 40px;
			}
			
			
			
		
				.materialType.selectedType:before, .kuhType.selectedType:before
			{
			content: " ";
    background-image: url(assets/images/n/checked.png);
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 50;
    background-size: cover;
    left: 50%;
    margin-left: -30px;
    top: 20px;
    opacity: 0.8;
			}
	
			.pic2-line {
  
    background-attachment: fixed;
}
			.miniText
			{
			    color: #fff;
    font-size: 14px;
    display: block;
    float: right;
    margin-top: 19px;
			}
			
			.sizeB
			{
				display: flex;
    align-items: center;
				margin-right: 20px;
			}
			.kuhType.selectedType:before
			{
			    top: 80px;
			}
			.materialType span, .kuhType span
			{
				    display: block;
    font-size: 18px;
    margin-top: 10px;
			}
		
			

			.btn-form-5
			{
				width: auto;
				margin-top: 10px;
				height: 38px;
				padding: 8px 10px;
				display: inline-block;
				cursor: pointer;
				position: relative;
				background: #1163DF;
				-webkit-border-radius: 2px;
				border-radius: 2px;
				color: #fff;
				text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
				border: 1px solid rgba(0,0,0,0.1);
				background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
				background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
				background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
				background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
				background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
				background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
				-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
				-webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 10%);
				box-shadow: inset 0 0 1px rgb(0 0 0 / 10%);
				-webkit-transition: all 0.2s ease;
				transition: all 0.2s ease;
			}
			.formBlock
			{
				margin-top: 50px;
				text-align: center;
			}
			.inputNew
			{
				display: block !important;
				margin: 0 auto;
				padding: 10px 20px !important;
				font-size: 20px !important;
			}
			.btn-form-5:hover
			{
				background: #333;
			}
			.yellowBlock
			{
				background: rgba(255, 245, 0, 0.72);
				padding: 20px;
				border-radius: 40px;
				border: 2px solid #160F64;
				margin-bottom: 20px;
			}
			.sizeType-hidden
			{
				display:none !important;
			}
			
			.socialLink-icon
			{
				width: 30px;
			}
			.socialLink
			{
				display: flex;
				margin-top: 10px;
			}
			.socialLink .socialLink-a:first-child
			{
				margin-right:10px;
			}
		
			.tableNew
			{
				font-size: 34px;
				margin-top: 50px;
				text-align: center;
				font-weight: bold;
				color: #000;
			}
			.dpRow
			{
				display: flex;
				align-items: center;
				font-size: 54px;
				color: #000;
				margin-top: 40px;
			}
			.etapsBlock
			{
				display: flex;
				align-items: center;
				text-align: center;
				font-size: 40px;
			}
			.etapsBlock-item
			{
				padding: 14px;

			}
			.cf3
			{
				width: 370px;
				margin: 0 auto;
				margin-top: 25px;
			}
			.cf4
			{
				width: 370px;
				margin: 0 auto;
				margin-top: 25px;
			}
			.formbb
			{
				float:left;
			}
			.sta14
			{
				line-height: 38px;
			}
			.iconGl
			{
				float: left;
color: #1AA500;
font-size: 24px;
padding: 5px;
			}
			.bdaq
			{
				padding-top: 50px;
			}
			@media only screen and (min-width: 100px) and (max-width: 879px)
			{
.newDep
				{
					margin: 0 auto;
				}
				.sizeType2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
				.col-title {

    text-align: center;
}
			
				.col-title {
					display:block;
					text-align:center;
				}
	
				.firstBlock, .secondBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
}
				.materialType, .kuhType {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s;
}
				.bdaq
				{
					    padding-top: 0px;
    text-align: center;
				}
				.iconGl
			{
				float: none;

			}
				.doposle img {
					max-width: 100% !important;
					border-radius: 30px;
				}
				.formbb
				{
					float:none;
				}

				.cf4,.cf3
				{
					width:100%;

				}
				.iblo
				{
					width: 100% !important;
				}
				.btn-form-5
				{
					width: 100% !important;
					font-size: 15px;
				}
				.pic2-line, .pic3-line, .pic-line  {

					background-size: cover;
					background-position: center;

				}
				.newli {

					margin: 20px 0px;
				}

				.newli .icon-chevron-right:before {
					transform: rotate(
						90deg
					);
					margin: 0px 20px;

				}
				.dpRow {
					display: block;
					border-bottom: 10px solid #ffffff;
					padding-bottom: 30px;
					padding-top: 30px;
				}
				.icon-arrow-right:before {

					transform: rotate(90deg);
				}	
				.etapsBlock
				{
					display:block;
				}
				.etapsBlock-item
				{
					display:block;

				}
				.fasd
				{
					text-align: center;
				}
				.bra {
					text-align: center;
					padding: 13px;
					border-radius: 54px;
					border: 1px solid #fff;
					font-size: 18px !important;
					display: block;
					width: 100%;
					margin-left: 0px !important;
					background: rgba(0, 0, 0, 0.49);
				}
			}




@media screen and (max-width:480px){
	.logo {
   /* width: 125px;*/
        width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.h1-style
{
	    margin-top: 150px;
}
.phoneBlock a {
  
    font-size: 17px;
}
.socialBlock a {

    font-size: 13px;
}
.slideStyle {

    line-height: 38px;
}
.h1-style {
    font-size: 27px;

}

.slideText { 
    font-size: 19px;
  
}
.bt {

    margin-bottom: 13px;
}
.h2-style {

    font-size: 25px;
  
    line-height: 32px;
}
.content-p {
    font-size: 17px;
    line-height: 23px;
  
}
.zkText {
    font-size: 21px;
    line-height: 33px;
}
.checkBl span {
    font-size: 15px;
}
.firstBlock, .secondBlock {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
.materialType
{
	flex-basis: 50%;
}
.kuhType {

    flex-basis: 45%;
}
.calcBlock-title {
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
    text-align: left;
    line-height: 18px;
}
html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}
.footerTextSt a {

    display: block;
    margin-top: 16px;
    }
    .tacent
    {
    	    text-align: center;
    }
    .fospa
    {
    	    border-top: 1px solid #fff;
    display: block;
    margin-top: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
    padding-bottom: 20px;
    }
}