html * {font-family: 'Gilroy Regular';}

/*Fonts variations*/
.font-pick {font-family: 'Gilroy Semibold';}
.font-pick {font-family: 'Gilroy Medium';}
.font-pick {font-family: 'Gilroy Bold Italic';}
.font-pick {font-family: 'Gilroy Bold';}
.font-pick {font-family: 'Gilroy Regular';}
.font-pick {font-family: 'Gilroy Medium Italic';}

/*Main menu*/
.mainMenu {background:#171612;}
.mainMenu .navbar-nav li a {font-family: 'Gilroy Semibold'; font-size: 17px; color: #fff;}
.mainMenu .navbar-nav li a:hover,
.mainMenu .navbar-nav li a:focus,
.mainMenu .navbar-nav li a:active,
.mainMenu .navbar-nav li a.active {color:#E0D3A5;}

/*Animation hamburger*/
button.navbar-toggler {
	padding: 0px;
	border: none;
}
.navbar-toggler-icon {
	background-image: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.8);
}
button.navbar-toggler:hover,
button.navbar-toggler:focus,
button.navbar-toggler:active,
.navbar-toggler-icon:hover,
.navbar-toggler-icon:focus,
.navbar-toggler-icon:active {
	border: none;
    box-shadow: none;
    outline: none!important;
}
#nav-icon3 {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 60%;
  background: #fff;
  opacity: 1;
  left: 0;
	right: 0;
	margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 13px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 23px;
}

#nav-icon3 span:nth-child(4) {
  top: 33px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-brand img {
	width: 230px;
	height: auto;
}


/*Mobile menu*/
@media (max-width: 992px) {
	.navbar {padding: 0px; background-color:rgba(0,0,0,0);}
	.navbar-brand {display: none;}
	button.navbar-toggler {
		right: 0;
		position: fixed;
		top: 0;
		z-index: 1001;
	}
    .navbar-collapse {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
        position: fixed;
		background: rgb(11 10 6 / 0.85);
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
		z-index: 1;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
	.mainMenu .navbar-nav li a {font-size: 2em;}
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	.addInfo, .addInfo a {
		font-family: 'Gilroy Medium Italic';
		font-size: 18px;
		color: #F1DFA0;
		text-decoration: none;
	}
}


/*Top Line*/
.topLine {
	background: rgb(242 235 210 / 0.8);
	position: relative;
	z-index: 1;
}
.topLine * {font-family: 'Gilroy Semibold'; font-size: 16px; color: #000;}
.topLine a:hover {color:#454545;text-decoration: none;}


/*Screen1*/
.screen1 {
	position: relative;
	background: url(../img/mainBG.jpg) no-repeat center;
	background-size: cover;
	height: 90vh;
}
.screen1.shkaf {background: url(../img/mainBG2.jpg) no-repeat center;}
.screen1 .trick {height: 100%;}
.screen1 .box1,
.screen1 .box2 {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.screen1 .box1 {align-items: flex-end;}
.screen1 .box1 *,
.screen1 .box2 * {color: #fff;}
.screen1 .box1 h1 {
	font-family: 'Gilroy Bold';
    font-size: 52px;
    text-shadow: 0px 0px 5px #000;
}
.screen1 .box1 h1 .h1big {
	font-family: 'Gilroy Bold';
    font-size: 52px;
}
.screen1 .box1 .subtitle {
	font-family: 'Gilroy Semibold'; 
	font-size: 27px;
	text-shadow: 0px 0px 3px #000;
}
.box1 .inner {width: fit-content;}
.box1list {
	background:rgb(29 27 22 / 0.6);
	padding: 20px;
	max-width: fit-content;
	margin-top: 15px;
}
.box1list ul {
	list-style: none;
	padding-left: 0px;
	padding-left: 1rem;
    position: relative;
}
.box1list ul li {font-size: 17px;letter-spacing: 1px;}
.box1list ul li::before {
	display: block;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    background: url(../img/bullet.png) no-repeat center;
    margin-top: 7px;
}
.box1list h2 {
	font-family: 'Gilroy Bold';
	font-size: 28px;
	color: #FDD842!important;
}
.box2 {}
.box2 .vipform {
	width: fit-content;
	background:rgb(248 245 218 / 0.9);
	padding: 40px;
}
.box2 .vipform h3,
.box2 .vipform h3 span {
	font-family: 'Gilroy Bold';
	color: #000;
	font-size: 24px;
}
.box2 .vipform .txt1 {
	font-family:'Gilroy Medium';
	color: #000;
	margin-bottom: 15px;
}
.box2 .vipform .txt1 .b1 {
	font-family: 'Gilroy Bold'; 
	font-size: 20px;color: #000;
}
.box2 .input-group-append button {
	background: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #000;
	color:#fff;
}
.box2 input.form-control {
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
}
.box2 .vipform ul {
	list-style: none;
	padding-left: 0px;
	padding-left: 1.5rem;
    position: relative;
}
.box2 .vipform ul li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
}
.box2 .vipform ul li::before {
	display: block;
    left: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    background: url(../img/bullet2.jpg) no-repeat center;
    margin-top: 4px;
}
.box2 .vipform ul li b {color:#000;}
.box2 .beige {color: #856D2F !important;}

@media (max-width: 992px) {
	.screen1 {
		padding-top: 100px;
    	padding-bottom: 50px;
		height: auto;
		background: url(../img/mainBGmobile.jpg);
	}
	.screen1.shkaf {background: url(../img/mainBGmobile2.jpg);}
	.screen1 .box1 {align-items: center;}
	.screen1 .box1 .inner {text-align: center;}
	.screen1 .box1 h1 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.screen1 .box1 h1 .h1big {
		display: inline-block;
		width: 100%;
	}
	.screen1 .box1 .subtitle {
		font-size: 1.3em;
		margin: 15px 0px;
	}
	.screen1 .box1 .box1list {text-align: left;}
	.box1list h2 {font-size: 20px;text-align: center;}
	.box1list ul li {font-size: 16px;}
}

/*Advantages block*/
.advantage {background:#2c2921;}
.advantage .t1 .inner {
	display: flex;
    flex-direction: row;
    align-items: center;
	color: #fff;
}
@media (max-width: 992px) {
	.advantage .t1 {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.advantage .t1 .inner {
		max-width: 250px;
		min-width: 250px;
	}
}

/*Gifts*/
.gifts {background:#262521;}
.gifts h2,
.gifts h2 .t2 {
	font-family: 'Gilroy Bold Italic';
	font-size: 55px;
	color: #fff;
	text-transform: uppercase;
}
.gifts .subtitle,
.gifts .subtitle .yellow {
	font-family: 'Gilroy Medium';
	font-size: 20px;
	color: #fff;
}
.gifts .subtitle .yellow {color:#FDD842;}
.gifts .giftBox {
	align-items: center;
	flex-direction: column;
	position: relative;
}
.gifts .giftBox img {width: fit-content;}
.gifts .giftBox .t1 {
	position: absolute;
    bottom: 30px;
}
.gifts .giftBox .t1 .txt1,
#giftSlider .t1 .txt1 {
	font-family: 'Gilroy Semibold';
	font-size: 23px;
	color: #fff;
}
.gifts .giftBox .t1 .txt2,
#giftSlider .t1 .txt2 {
	font-family: 'Gilroy Semibold';
	font-size: 13px;
	color: #FFE68C;
}

@media (max-width: 992px) {
	.gifts h2 {font-size: 40px;}
	.gifts h2 .t2 {
		display: inline-block;
		width: 100%;
		font-size: 30px;
	}
	#giftSlider .t1 {
		position: relative;
		margin-top: 15px;
	}
}

/*Catalog*/
.catalog {background:#39372e;}
.catalog h2,
.catalog .subtitle {color:#fff;}
.catalog h2 {
	font-family: 'Gilroy Bold';
	font-size: 80px;
}
.catalog .subtitle {
	font-family: 'Gilroy Semibold';
	font-size: 28px;
}
.catalog .fakeOuter {position: relative;}
.catalog .fakeOuter:before {
	position: absolute;
    display: block;
    content: "";
    top: -15px;
    bottom: -15px;
    left: 30px;
    right: 0px;
    background: #313025;
}
.catalog .item .img {
	display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .item .img .sale,
.catalog .item .img .credit {position: absolute;}
.catalog .item .img .sale {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
    left: 15px;
    width: 70px;
    height: 70px;
    background: #ffe68c;
    font-family: 'Gilroy Bold';
    font-size: 25px;
}
.catalog .item .img .credit {
	top: 0;
    right: 14px;
}
.catalog .ttlBox {
	background: #343229;
	color: #fff;
}
.catalog .ttlBox .name {
	font-family: 'Gilroy Bold';
	font-size: 28px;
}
.catalog .ttlBox .subname {
	font-family: 'Gilroy Regular';
	font-size: 12px;
}
.catalog .priceBox {
	flex-direction: row;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.catalog .priceBox .price {
	font-family: 'Gilroy Bold';
    font-size: 30px;
    width: fit-content;
}
.catalog .priceBox .oldPrice s {
	color: #D1B13D;
    font-family: 'Gilroy Bold';
    font-size: 20px;
}
.catalog .actionBox {}
.catalog .actionBox .but1,
.catalog .actionBox .but2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Gilroy Semibold';
	font-size: 16px;
	float: left;
	min-height: 40px;
	box-shadow:inset 0 0 0 2px #e0d3a5;
	transition: all 0.3s ease;
}
.catalog .actionBox .but1 {
	width: 60%;
	background:#e0d3a5;
	color: #000;
}
.catalog .actionBox .but2 {
	width: 40%;
	background:#343229;
	color: #e0d3a5;
}
.catalog .actionBox .but1:hover,
.catalog .actionBox .but1:active,
.catalog .actionBox .but1:focus,
.catalog .actionBox .but2:hover,
.catalog .actionBox .but2:active,
.catalog .actionBox .but2:focus {text-decoration: none;}
.catalog .actionBox .but1:hover,
.catalog .actionBox .but1:active,
.catalog .actionBox .but1:focus {background:#343229;color:#e0d3a5;}
.catalog .actionBox .but2:hover,
.catalog .actionBox .but2:active,
.catalog .actionBox .but2:focus {background:#e0d3a5;color: #000;}
.catalog .item.dark .ttlBox,
.catalog .actionBox .but2 {background:#25241e;}
.catalog .divider {
	align-items: center;
	justify-content: center;
	height: 80px;
}
.catalog .divider span {
	display: inline-block;
	width: 70%;
	border-top: 1px solid #e0d3a5;
}
.catalogSlider ol {
	top: 15px;
	bottom: unset;
}
.catalogSlider .carousel-indicators li {height: 10px;}
.catalogSlider .ttlBox,
.catalogSlider .actionBox {
	width: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
}
.catalogSlider .ttlBox {bottom: 40px;}
.catalogSlider .ttlBox .ttl {text-align: left;}
.catalogSlider .item .img .credit {right: -1px;}
.catalogSlider .item .img .sale {
	right: 165px;
	left: auto;
	top: -3px;
}
.catalogSlider .carousel-control-next, 
.catalogSlider .carousel-control-prev {
	width: 50px;
    background: #e0d3a5;
    opacity: 1;
    height: 100px;
    top: 40%;
}
.ourWork .spec1 {
	background: #ffe68c;
    color: #000;
}
.ourWork .spec2 {font-size: 13px;}
.ourWork .workTtl {box-shadow: inset 0 0 0 3px #ffe68c;}
.ourWork .workTtl .name {font-size: 18px;}

@media (max-width: 992px) {
	.catalog h2 {font-size: 50px;}
	.ourWork h2 {font-size: 38px;}
	.catalog .subtitle {font-size: 18px;}
	.catalog .fakeOuter:before {display: none;}
	.catalog .priceBox {flex-direction: column;}
	.catalog .priceBox .price,
	.catalog .priceBox .oldPrice {
		display: flex;
		width: 100%;
		justify-content: flex-end;
	}
	.catalog .actionBox .but1, 
	.catalog .actionBox .but2 {font-size: 12px;padding: 10px;}
	.catalog .ttlBox .name {font-size: 20px;}
	.catalog .priceBox .price {font-size: 25px;}
}

/*Rass4et*/
.rass4et {background: #e0d3a5;}
.rass4et .inner {max-width: 758px;}
.rass4et .inner .txt,
.rass4et .inner .rasForm {float: left;}
.rass4et .inner .txt h3 {
	font-family: 'Gilroy Bold';
	font-size: 35px;
}
.rass4et .inner .rasForm span {
	font-family: 'Gilroy Medium';
	font-size: 16px;
}
.rass4et .input-group-append button {
	background: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #000;
	color: #fff;
}
.rass4et input.form-control {
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	background-color:#e0d3a5;
}

/*Types*/
.types {background:#333128;}
.types h3 {
	font-family: 'Gilroy Bold';
	font-size: 35px;
	color: #fff;
}
.types .t1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.types .t1 img {width: fit-content;}
.types span {
	position: relative;
	font-family: 'Gilroy Regular';
	font-size: 17px;
	color: #fff;
}
.types span.dot {
	color: #e0d3a5;
    font-size: 23px;
}
.types .t1:nth-child(1),
.types .t1:nth-child(2),
.types .t1:nth-child(4){box-shadow: inset -1px 0 #e0d3a5;}

@media (max-width: 992px) {
	.types h3 {font-size: 28px;}
	.types .t1:nth-child(1),
	.types .t1:nth-child(2),
	.types .t1:nth-child(4){
		box-shadow: none;
		margin-bottom: 25px;
	}
}

/*Offer*/
.offer {
	padding-top: 200px;
	padding-bottom: 200px;
	background: url(../img/offer.jpg) no-repeat center;
	background-size: cover;
}
.offer.shkaf {background: url(../img/offer2.jpg) no-repeat center;background-size: cover;}
.offer .offerBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 758px;
	background: rgb(248 245 218 / 0.9);
    padding: 40px;
}
.offer .offerBox h3 {
	font-family: 'Gilroy Bold';
	font-size: 38px;
}
.offer  .input-group {max-width: 60%;}
.offer .input-group-append button {
	background: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #000;
	color: #fff;
}
.offer input.form-control {
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
}

@media (max-width: 992px) {
	.offer {
		padding-top: 0px;
		padding-bottom: 0px;
		background: transparent;
	}
	.offer .offerBox {
		background: rgb(248 245 218 / 1);
		max-width: unset;
		padding: 45px 15px;
	}
	.offer .offerBox h3 {font-size: 28px;}
	.offer  .input-group {max-width: 100%;}
}

/*Offer*/
.compare {background:#333128;}
.compare h3 {
	font-family: 'Gilroy Bold';
	font-size: 35px;
	color: #fff;
}
.compare .sideInfo * {color: #fff;}
.compare .sideInfo .t1 {
	border:3px solid #e0d3a5;
	padding: 15px;
	text-align: center;
	margin-bottom: 28px;
}
.compare .sideInfo .t1 .yellow {
	font-weight: bold;
	color: #e0d3a5;
	letter-spacing: 1px;
}
.compare .sideInfo .t2 {
	padding: 15px;
	background: #e0d3a5;
	text-align: center;
}
.compare .sideInfo .t2 * {
	font-family: 'Gilroy Semibold';
	color: #000;
	font-size: 26px;
}
.compare .sideInfo .t2 .yellow {
	font-family: 'Gilroy Bold';
	letter-spacing: 1px;
	font-size: 30px;
}
.compare .info1,
.compare .info2 {
	font-size: 14px;
	color:#e0d3a5;
	float: left;margin-top: 15px;
}
.compare .info1 {width:65%;}
.compare .info2 {
	width: 35%;
	box-shadow: inset 1px 0px 0px #e0d3a5;
}

@media (max-width: 992px) {
	.compare .sideInfo,
	.compare .sidePic {padding-left: 0px;padding-right: 0px;}
	.compare .sideInfo .t1,
	.compare .sideInfo .t2 {
		padding: 5px;
		text-align:left;
		font-size: 12px;
	}
	.compare .sideInfo .t2 .s1 {font-size:12px;}
	.compare .sideInfo .t2 .yellow {font-size:18px;}
	.compare .sideInfo .t1 {
		margin-bottom: 0px;
		border-left: none;
		border-right: none;
	}
	.compare .sideInfo .t1:nth-child(2) {border: 3px solid transparent;}
	.compare .sidePic {
		overflow: hidden;
		background: url(../img/compare2.jpg) no-repeat center;
		background-size: cover;
	}
	.compare .sidePic img {
		max-width: initial !important;
		min-width: fit-content;
	}
}

/*Calc*/
.calc {background: #e0d3a5;}
.calc .ttl {
	display: flex;
	max-width: 758px;
}
.calc .ttl .ttl1 {
	display: flex;
	align-items: center;
	font-family: 'Gilroy Bold';
	font-size: 38px;
}
.calc .ttl .ttl2 {
	font-family: 'Gilroy Semibold';
	font-size: 18px;
} 

#calc {
	max-width: 758px;
	background: #343229;
}
#calc ol {
    position: relative;
    border: 2px solid #000;
    width: 100%;
    margin: 0px;
}

#calc .carousel-indicators li {
	display: none;
	width: 100%;
	height: auto;
	margin: 0px;
	background: #e0d3a5;
	color: #000;
	flex:auto;
	text-indent: inherit;
	padding: 10px;
	opacity:1;
	cursor: default;
	border:none;
}
#calc .carousel-indicators li.active {display: flex;}
#calc .carousel-indicators li span {
	position: absolute;
	right: 10px;
}
#calc .carousel-item .inner {
	display: flex;
	min-height: 455px;
	align-items: center;
	justify-content: center;
	padding:30px 15px;
	background:#343229;
	color: #fff;
}
#calc .t1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#calc .t1 img {max-width: 100px;}
#calc .naviBlock {
	background: #343229;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
#calc .naviBlock .t1 {
	display: inline-block;
	padding:10px 20px;
	transition: all 0.3s ease;
	width: fit-content;
}
#calc .naviBlock .back {background: #000;color:#fff;float: left;}
#calc .naviBlock .next {background:#fff;color:#000;float: right;}
#calc .naviBlock .submit {background:#fff;color:#000;float: right; display: none;}
#calc .naviBlock .t1:hover,
#calc .naviBlock .t1:active,
#calc .naviBlock .t1:focus {
	background:#fff; 
	color:#000;
	cursor:pointer;
	text-decoration:none;
}
#calc .calcTtl {
	font-family: 'Gilroy Semibold';
	font-size: 21px;
}
#calc input.phone {
	border-radius:0px;
	font-weight: bold;
	max-width: 300px;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {border-color:#00cfff;}
.custom-control-input:focus ~ .custom-control-label::before {box-shadow: 0 0 0 0.2rem rgb(0 208 255 / 25%);}
.custom-control-input:checked ~ .custom-control-label::before {color:#fff;border-color:#000;background-color:#000;}

@media (max-width: 992px) {
	.calc .ttl .ttl1 {font-size: 25px;}
	.calc .ttl .ttl2 {font-size: 13px;}
	#calc .custom-control-label {
		font-size: 12px;
		min-height: 36px;
	}
}

/*Footform*/
.footForm .img {
	background:url("../img/footForm.jpg") no-repeat center;
	background-size:cover;
}
.footForm.shkaf .img {background:url("../img/footForm2.jpg") no-repeat center;background-size:cover;}
.footForm .vipform {background:#f8f5da;}
.footForm .vipform .input-group {width: 50%;}

@media (max-width: 992px) {
	.footForm .img {min-height:300px;}
	.footForm .vipform .input-group {width: 100%;}
}

/*Contact*/
.contact {background:#2c2921;}
.contact .cont,
.contact .cont a {
	color:#B4A983;
	font-size:12px;
}
.contact .cont .ttl {
	font-family: 'Gilroy Bold';
	font-size:26px;
	color:#fff;
}
.contact .cont.c2 b {color:#fff;}
.contact .cont .bb {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #B4A983;
}

/*Footer*/
.footer {background:#23211b;}
.footer * {color:#fff;font-size:14px;}
.footer .ttl {
	font-family: 'Gilroy Bold';
	font-size:20px;
	color:#FFE68C;
}
.footer a {
	display:inline-block;
	width:100%;
}
.footer a:hover,
.footer a:focus,
.footer a:active {color:#B4A983;}
.footer b {letter-spacing:1px;}
.footer .bs {border-right:1px solid #333129;}

@media (max-width: 992px) {
	.footer .bs {border:none;}
	.fLogo {
		margin-bottom:15px;
		text-align:center;
	}
}

/*Шкаф кнопки*/
.board a {
	padding: 15px;
	border-radius: 5px;
	background:#e0d3a5;
	color: #343229;	
	text-decoration:none;
	transition:all 0.3s ease;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.board a:hover,
.board a:active,
.board a:focus {
	box-shadow:none;
	background:#FFE68C;
	box-shadow: 2px 2px 2px #000;
}
@media (max-width: 767px) {
	/*.board {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}*/
	.board a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 72px;
		margin-bottom:10px;
	}
}
.dropdown-menu {
	background: #e0d3a5;
}
.dropdown-menu a.dropdown-item {color: #171612 !important;}





/*Credit modal 2*/
#creditModal2 {margin-bottom:15px;}
#creditModal2 .ttl span {
	font: 25px/1 PragmaticaSlabWebBook;
	float:left;
	line-height: 48px;
}
#creditModal2 .ttl img {
	width: 97px;
    height: 48px;
	margin-left:10px;
	float:right;
}
#creditModal2 .list {
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
	text-align:left;
	margin-bottom:15px;
}
#creditModal2 .list .item {
	display:inline-block;
	width:100%;
	margin: 5px 28px;
	line-height: 1.71;
}
#creditModal2 input {
	width:100%;
	margin:10px 0px;
	
	padding: 10px 23px;
    border-radius: 2px;
    border: solid 2px #e5e7eb;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
    height: 60px;
    -webkit-appearance: none;
    background: #fff;
    font: 400 20px Open Sans,sans-serif;
}
#creditModal2 .footInf {
	margin: 10px 0px;
    padding: 0px;
}
#creditModal2 .footInf button {
	background: #cc003d;
    background-color: #cc003d;
    border-color: #cc003d;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.33;
    letter-spacing: 0.8px;
    width: 210px;
    padding: 15px 0px;
    border: none;
	cursor:pointer;
}
#creditModal2 .footInf {
	line-height: 50px;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	#creditModal2 .ttl span, #creditModal2 .ttl img {float:none;}
}



.bank {
	height: 150px;
	line-height: 150px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: block;
	cursor: pointer;
	background: #fafafa;
}
.bank:hover {
	background: #fff;
}
.bank img {
	vertical-align: middle;
	width: 80%;
}


#anketaModal h5 {
	font-weight: bold;
    font-size: 24px;
    font-family: arial;
}
#anketaModal .subtitle {
	margin-bottom:20px;
}
#anketaModal .bacnkimg,
#anketaModal .inputs {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#anketaModal .bacnkimg img {
	height: 50px;
    margin: 5px;
}
#anketaModal .inputs input {
    width: 100%;
    max-width: 300px;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 1px solid #ececec;
    color: #000;
    padding: 0 10px;
    height: 44px;
    font-weight: normal;
    font-size: 14px;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px auto;
    text-align: left;
    transition: background 0.3s;
}
#anketaModal .total input {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #f4fff2;
    border: 1px solid #17a200;
    padding: 0 10px;
    height: 44px;
    font-weight: normal;
    font-size: 18px;
    appearance: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px auto;
}


.mobileCall a {
	display: block;
	width: 100%;
	background: #f00;
	color: #fff;
	text-decoration: none;
	padding: 7px 0px;
	font-size: 18px;
	border-radius: 4px;
}
.mobileCall a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/icon-phone.png);
	background-size: 16px 16px;
	margin-right: 10px;
}
.mobileCall a:after {
	content: "без вых. с 9:00 до 22:00";
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
}



/* -------- */
#whatsapp {
    bottom:25px;
    right: 20px;
    width: 150px;
    height: 150px;
    position:fixed;
	z-index: 10;
}
#whatsapp span {
    transform-origin: center;
    display: block;
}
#whatsapp .img-circle{
    background-color:#43d854;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
#whatsapp .circlephone{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    border: 2px solid #43d854;
    width:150px;
    height:150px;
    bottom:-25px;
    right:10px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
#whatsapp .circle-fill{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background-color:#43d854;
    width:100px;
    height:100px;
    bottom:0px;
    right:35px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
#whatsapp .img-circle {
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    bottom: 14px;
    right: 49px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
#whatsapp .img-circleblock{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    background-image:url(/img/wa_sm.png);
    background-position: center center;
    background-repeat:no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
#whatsapp .img-circle:hover{
    opacity: 1;
}
 @keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
     50% {
        transform: scale(1);
         opacity: 1;
    }
     100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
 @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
     50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
     100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
 @keyframes tossing {
     0% {
        transform: rotate(-8deg);
    }
     50% {
        transform: rotate(8deg);
    }
     100% {
        transform: rotate(-8deg);
    }
}
 @-webkit-keyframes tossing {
     0% {
        -webkit-transform: rotate(-8deg);
    }
     50% {
        -webkit-transform: rotate(8deg);
    }
     100% {
        -webkit-transform: rotate(-8deg);
    }
}
 @-moz-keyframes circle-anim {
     0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
     30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
     100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}
 @-webkit-keyframes circle-anim {
     0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
     30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
     100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
 @-o-keyframes circle-anim {
     0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
     30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
     100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
 @keyframes circle-anim {
     0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
     30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
     100% {
        transform: rotate(0deg) scale(1) skew(1deg);
         opacity: .1;
    }
}
 @-moz-keyframes circle-fill-anim {
     0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
     50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
     100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
 @-webkit-keyframes circle-fill-anim {
     0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
     50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
     100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
 @-o-keyframes circle-fill-anim {
     0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
     50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
     100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
 @keyframes circle-fill-anim {
     0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
     50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
     100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
/* XS */
@media (max-width: 767px) {
	#whatsapp{
		bottom: 90px;
		right: 10px;
		width: 55px;
		height: 55px;
	}
	#whatsapp .circlephone, #whatsapp .circle-fill{
		display: none;
	}
	#whatsapp .img-circle {
		right: 0px;
		bottom: 0px;
		width: 55px;
		height: 55px;
		opacity: 1;
	}
	#whatsapp .img-circleblock{
		width: 55px;
		height: 55px;
	}
}



.side-icons {
	position: fixed;
	z-index: 15;
	left: 20px;
	top: 50%;
	width: 80px;
	height: 245px;
	margin-top: -122px;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
}
.side-icons a {
	display: block;
	margin: 15px auto;
	width: 60px;
	height: 60px;
}
.side-icons a.chat {
	background: url(../../img/icon-chat.png) no-repeat;
	height: 63px;
}
.side-icons a.wa {
	background: url(../../img/icon-wa.png) no-repeat;
}
.side-icons a.tg {
	background: url(../../img/icon-tg.png) no-repeat;
}

@media (max-width: 767px) {
	.side-icons {
		top: auto;
		bottom: 90px;
		left: 5px;
		background: none;
		width: 50px;
		margin-top: 0px;
		height: 180px;
	}
	.side-icons a {
		margin: 0px 0px 10px 0px;
		width: 50px;
		height: 50px;
		background-size: 50px auto !important;
	}
	.side-icons a.chat {
		height: 54px;
	}
}