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;
}


.content {
	background: #39372e;
	color: #fff;
}



/*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: 75px;
        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: 1.5em;}
    .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 .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 .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;}
}


.dmitrov {
	background:#262521;
}
/*
.dmitrov .bg {
	padding: 10px;
	background: #fff;
}

.dmitrov p {
	color: #000;
	font-size: 28px;
	line-height: 150%;
	padding-left: 150px;
	font-family: 'Gilroy Bold';
}
.dmitrov p span {
	color: #000;
	font-family: 'Gilroy Bold';
}
.dmitrov a {
	margin-top: 20px;
	display: inline-block;
	background: #ff0000;
	height: 50px;
	line-height: 50px;
	padding: 0px 50px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
	font-family: 'Gilroy Semibold';
}
.dmitrov a:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
	margin-right: 5px;
}
.dmitrov a:hover {
	text-decoration: none;
}
@media (max-width: 1200px) {
	.dmitrov p {
		padding-left: 50px;
	}
}
@media (max-width: 992px) {
	.dmitrov p {
		padding-left: 0px;
	}
}
@media (max-width: 768px) {
	.dmitrov {
		text-align: center;
	}
}
*/

/*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 .txt1 a {
	color: #fff;
	text-decoration: none;
}
.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;
	}
}






.reviews {background:#262521;}
.reviews h2,
.reviews h2 .t2 {
	font-family: 'Gilroy Bold Italic';
	font-size: 55px;
	color: #fff;
	text-transform: uppercase;
}
.reviews .subtitle {
	align-items: center;
	flex-direction: column;
	position: relative;
	color: #fff;
}
.reviews .review-item {
	margin-bottom: 30px;
}
.reviews .review-item span {
	display: block;
	border: 3px solid #ffe68c;
	cursor: pointer;
	position: relative;
}
.reviews .review-item span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0px 0px -24px;
	width: 48px;
	height: 48px;
	background: #00a1e7;
	border-radius: 6px;
}
.reviews .review-item span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 0 12px 20.8px;
	border-color: transparent transparent transparent #FFFFFF;
	transform: rotate(0deg);
}




@media (max-width: 992px) {
	.reviews h2 {font-size: 40px;}
	.reviews h2 .t2 {
		display: inline-block;
		width: 100%;
		font-size: 30px;
	}
}





/*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 #ffe68c;
	transition: all 0.3s ease;
}
.catalog .actionBox .but1 {
	width: 60%;
	background:#ffe68c;
	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) {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) {
		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 .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/compare.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;
	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;
}

.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 .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;
	}
}


/*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;
	margin-bottom: 15px;
}
.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;
}


.mobAddr {
	width: 100%;
	background: #e0d3a5;
	height: 50px;
	z-index: 100;
	justify-content: center;
	align-items: center;
	padding-right: 60px;
	padding-left: 15px;
}


.dropdown-menu {
	background: #e0d3a5;
}
.dropdown-menu a.dropdown-item {color: #171612 !important;}


.black {
	background-color: #141414;
	color: #fff;
	padding: 75px 0px;
	text-align: center;
}
.black .ttl {
	font-size: 42px;
	font-family: 'Gilroy Bold';
	line-height: 130%;
	max-width: 960px;
	margin: 0px auto;
}
.black .ttl span {
	font-family: 'Gilroy Bold';
	color: #f00;
}
.black .st {
	padding: 50px 0px;
	font-size: 26px;
	line-height: 130%;
	font-family: 'Gilroy Semibold';
}
.black .st span {
	font-family: 'Gilroy Semibold';
	color: #f00;
}
.black .b a {
	display: inline-block;
	border-radius: 6px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	font-family: 'Gilroy Semibold';
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
	margin: 0px 6px;
	min-width: 165px;
}
.black .b a:before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	vertical-align: middle;
	margin-right: 6px;
}
.black .b a.t {
	background: #2DA4D7;
	margin-right: 0px;
}
.black .b a.t:before {
	background-image: url(/img/thanks-t.svg);
}
.black .b a.w {
	background: #25D366;
	margin-left: 0px;
}
.black .b a.w:before {
	background-image: url(/img/thanks-w.svg);
}
@media screen and (max-width:768px) {
	.black .ttl {
		font-size: 36px;
		line-height: 130%;
	}
}

.panels {
	background: #fff;
	color: #000;
}


.tg {
	color: #fff;
}
.tg p {
	font-size: 18px;
	line-height: 138%;
}
@media (max-width: 992px) {
	.tg .img-fluid {
		margin-bottom: 30px;
	}
}


.img.frez {
	background: #fff;
}






.fanera {
	margin: 20px auto;
	max-width: 770px;
	width: 100%;
	border: 6px solid #fdd842;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fanera .text {
	text-align: right;
	font-family: "Gilroy Medium";
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
	position: relative;
}
.fanera .text::after {
	content: "";
	background: url(/img/fanera/fanera-arrow.webp) left bottom no-repeat;
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 169px;
	height: 20px;
}
.fanera .text i {
	font-style: normal;
	color: #fdd842;
}
.fanera .text strong {
	font-family: "Gilroy Bold";
	font-size: 28px;
}

.video-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.adaptive-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
	.fanera {
		flex-wrap: wrap;
	}
	.fanera .text {
		text-align: center;
	}
	.fanera .text::after {
		display: none;
	}
	.fanera .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.fanera img {
		width: 100%;
	}
	.fanera .text {
		font-size: 22px;
	}
	.fanera .text strong {
		font-size: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.fanera .text {
		font-size: 22px;
	}
	.fanera .text strong {
		font-size: 25px;
	}
}


.bottom-icons {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
	display: flex;
	height: 68px;
	border-radius: 1000px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
	padding: 0px 13px;
	align-items: center;
}
.bottom-icons a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left: 6px;
	background-image: url(/img/bottom-icon.png);
	background-size: 132px 44px;
	background-repeat: no-repeat;
}
.bottom-icons a.wa {
	background-position: -88px 0px;
}
.bottom-icons a.tg {
	background-position: -44px 0px;
}
.bottom-icons .text {
	text-align: right;
	margin: 0px 6px;
}
.bottom-icons .text div {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.bottom-icons .text div + div {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.bottom-icons .text div:first-child::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #32D951;
	margin-right: 5px;
	margin-bottom: 2px;
}

@media (max-width: 767px) {
	.bottom-icons {
		width: 325px;
		right: auto;
		left: 50%;
		margin-left: -162px;
		bottom: 10px;
	}
}