:root {
  --main-color:     #ed1c29;
  --main-black:     #000000;
  --main-grey:      #f7f7f7;
  --main-blue-grey: #ececf6;
  --main-red-dark:  #c0121d;
  --main-font-color:#1f1f1f;
  --color2f: #2f2f2f;
}





html, body{
	width:100%;
	height: auto;
	padding:0;
	margin:0;
	font-size:14px;
	color: var(--main-black);
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;

}

.header-content-mobile-nav{
	display: none;
}

.header-content-mobile{
	display: none;
}

.canvas-outer{
	height: 594px;
	position: absolute;
	width:100%;
	z-index: 1;
	overflow: hidden;
	display: none;
}

.service-information h3{

    font-size: 18px;
 
    font-weight: 600;

}

.tc .container{
	width: 94%;
}

.container{
	width:1440px;
	margin:0 auto;
}

.container-inner{
	margin:0 15px;
}

.header-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.menu-mobile-content{
	display: none;
}

header{
	background: #fff;
    height: 82px;
    box-shadow: 0px 7px 15px 0px #f0f0f0;
    z-index: 200;
    position: relative;
}


.header-logo{
	width:126px;
	margin:0;
}
.header-logo a{
	display: block;
}

.slider{
	height: 594px;
	background: #f0f0f0;
}


.slider-bottom{
	height: 80px;
	background: var(--main-color);
}

.header-catalog-button{
	width:204px;
	position: relative;
}


.header-catalog-button-link{
	background: var(--main-color);
	color:white;
	font-size:16px;
	display: block;
	height: 40px;
	text-align: right;
	padding-right: 11px;
	text-decoration: none;
	border-radius: 4px;
	line-height: 40px;
	position: relative;
	transition: background .3s ease-in-out;
}

.header-catalog-button-link.active{
	color: white;
	background: #ed1c29;
}


.header-catalog-button-link.active:before{
    content: "";
    position: absolute;
    left: -10px;
    top: -27px;
    background: #ed1c29;
    width: 234px;
    height: 88px;
    z-index: -1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.header-catalog-button-link:hover{
	/*background: #ed1c29;*/
}


i.cbl{
	width: 30px;
	height: 30px;
	background: url('/assets/catalog_1.svg');
	background-size: 100%;
	position: relative;
	display: block;
}


.header-catalog-button-link.active i.cbl{
background: url('/assets/catalog_2.svg');
	background-size: 100%;
}



.icon-squares{
	width: 16px;
    height: 16px;
    background: url(img/icons/squares.png);
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
}

.icon-divider{
	background: url(img/icons/gray_squares.png);
	display: flex;
	width: 12px;
	height: 12px;
	margin:32px 27px;
}


.icon-envelope{
	background: url(img/icons/envelope.png);
	display: block;
	width: 16px;
	height: 14px;
	position: absolute;
	left: 14px;
	top:11px;
}

.header-contact-us{
	width:186px;
	height: 40px;
}

.action-button{
	background: var(--main-black);
	border-radius: 4px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
}



.header-contact-us-button{
	position: relative;
	background: var(--main-color);
	color:white;
	text-decoration: none;
	display: block;
	border-radius: 4px;
	text-align: right;
	padding-right:  14px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}


.header-menu ul{
	list-style: none;
	margin:0;
	padding:0;
}

.header-menu ul li{
	display: inline-block;
	margin:0 13px;
}

.header-menu ul li a{
	color:var(--main-font-color);
	font-size:16px;
	text-decoration: none;
}

.header-nav{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 0 0 55%;
}

.header-menu {
	margin-top: 0px;
	margin-left: 15px;
}

.header-phone{
	margin:-2px 0 0;
}

.header-phone-main{
	font-size:18px;
	position: relative;
	padding-right: 0px;
}

.header-phone-main a{
	color: 	#333;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    flex: 0 0 86%;
}
.header-phone-main a:before{
	content: "";
	background: url('/assets/img/support-icon.svg');
	background-size: 100%;
	width: 32px;
	height: 32px;
	position: absolute;
	left: -42px;
    top: -6px;
}

.header-phone-main span{
	color:var(--main-color);
}

.header-language{
	margin:0;
}

.header-language ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.header-language ul li{
	display: inline-block;
}

.header-language ul li a{
	display: block;
	border-radius: 4px;
	background: none;
	color:var(--main-font-color);
	text-decoration: none;
	width: 42px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

.header-language ul li a.active{
	background: var(--color2f);
	color:white;
}

.header-more-contacts{
	background: var(--color2f);
	width:16px;
	height: 12px;
	display: block;
	border-radius: 4px;
	position: absolute;
	top: 4px;
    right: 0;
}

.arrow-down{
	background: url('img/icons/angle-arrow-pointing-down.png');
	background-size:100%;
	position: absolute;
    width: 10px;
    height: 9px;
    left: 3px;
    top: 1px;

}

.hcp-text{
	font-weight: 900;
	font-size:28px;
	color:white;
	margin-right: 20px;
}

.arrow-right-long{
	background: url('img/icons/arrow-right-long.png');
	background-size:100%;
	position: absolute;
    width: 36px;
    height: 36px;
    left: 3px;
    top: 1px;
    display: block;
}

.breadcrumb-mobile{
	display: none;
}

.home-pager{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hcp-value{
	color: var(--main-red-dark);
	font-weight: 900;
	font-size:28px;
	margin-right: 20px;
}

.home-current-page{
	display: flex;

}

.slide-one{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
    min-height: 594px;
}

.hero-slider-arrows {
    position: absolute;
    top: 460px;
    width: 93%;
    z-index: 100;
}

.hero-slider-arrow-left{
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: 100px;
    transform: rotate(180deg);
}

.hero-slider-arrow-left:before{
	content: "";
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
}


.hero-slider-arrow-right{
    width: 70px;
    height: 70px;
    position: absolute;
    right: 100px;
}

.hero-slider-arrow-right:before{
	content: "";
    width: 40px;
    height: 40px;
    background: white;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
}

.hero-slider-arrow-left img{
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
}

.hero-slider-arrow-right img{
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
}



.next-slide{
	display: flex;
	text-decoration: none;
	transition: background .3s ease-in-out;
	padding:22px;
}

.prev-slide{
    display: flex;
    text-decoration: none;
    transition: background .3s ease-in-out;
    padding:22px;
}

.next-slide:hover{
	background: #e31c29;
}

.prev-slide:hover{
    background: #e31c29;
}

.next-slide:hover .hcp-value{
	/*color: var(--main-color);*/
}

.hcp-arrow{
	width: 36px;
	height: 36px;
	position: relative;
}

.hero-text ul{
	list-style: none;
	padding:0;
	width: 80%;
    margin-top: 30px;
    margin-left: 3px;
    margin-bottom: 30px;
}

.hero-text ul li{
	font-size:20px;
	color:var(--main-font-color);
	    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.hero-text ul li:before{
	content: '';
    width: 20px;
    height: 20px;
    background: url(img/icons/check-mark.png);
    background-size: 100%;
    margin-right: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.hero-span{
	font-size:40px;
	color:var(--main-font-color);
	font-weight: 300;
	line-height: 36px;
}

.hero-h2{
	font-size: 44px;
	font-weight: 900;
	color:var(--main-color);
	line-height: 36px;
    text-indent: 2px;
}

/*
.hero-text{
	position: relative;
	flex: 0 0 49%;
    left: 50px;
    top: 115px;
}*/

.hero-text {
    position: relative;
    flex: 0 0 59%;
    left: 14%;
    top: 115px;
}

.video-slide video{
	width: 100%;
	height: 100%;
}


.owl-dot{
	width: 20px;
	height: 20px;
	background: #d7d7d7a6 !important;
	border-radius: 100px;

}

.owl-dot.active{
	    background: #ed1c29a6 !important;
}

.owl-dots{
	margin-top: -150px;
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
}

.service-tabs .owl-dots{
	margin-top: 40px;
}

/*
.hero-svg{
    flex: 0 0 641px;
    margin-top: 0;
    margin-right: 71px;
    position: absolute;
    right: -150px;
    top: -29px;
    width: 880px;
}*/


.hero-svg{
flex: 0 0 641px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 6%;
    top: -29px;
    width: 880px;
}


.hero-svg img{
    width: 100%;
    height: auto;
}

.hsb-content{
	display: flex;
	column-gap: 37.5px;
	flex-wrap: wrap;
}

.hsb-item{
	width: 210px;
	height: 210px;


	margin-bottom: 30px;
	position: relative;
}

.hsb-item span{
	position: absolute;
	bottom:20px;
	left: 20px;
	font-weight: 600;
	font-size: 18px;
	color:var(--main-font-color);
}


.hsb-item a{
	text-decoration: none;
	display: block;
	width:210px;
	height: 210px;
	background: var(--main-grey);
	transition: all .26s ease-in;
	border-radius: 4px;
	text-align: center;
	overflow:hidden;
}


.hsb-item img {
	width: 210px;
    opacity: .9;
    margin-top: 35px;
    position: absolute;
    transform: rotate(338deg);
    top: 5px;
    right: -13px;
    filter: grayscale(1);
}

.hsb-right .hsb-item img{
	margin-top:40%;
}

.hsb-poly .hsb-item img{
	width: 140px;
}

.hsb-poly .hsb-item span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-font-color);
}


.hsb-poly .hsb-item{
	overflow:hidden;
	border-radius: 8px;
}

.hsb-poly .hsb-item img {
    width: 140px;
    top: auto;
    bottom: 0;
}

.hsb-item a:hover{

	background: #c0121d;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 40px -12px;
	transform: scale(1.02);
}

.hsb-item a:hover img{
	filter: grayscale(1) invert(1) brightness(2);
	opacity: 1;
}

.hsb-item a:hover span{
		color: white;
		font-size: 20px;
}

.hsb-title{
	font-size:24px;
	font-weight: 600;
	color:var(--main-font-color);
	margin: 30px 0;
}

.tc .hsb-title {
	margin: 0 0 30px;
	font-size: 28px;
}

.home-books-block.tc {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.hsb-title span{
	color: var(--main-red-dark);
}

.home-services-block{
	padding:40px 0;
}

.home-advantages-block{

	margin:70px 0;
}

.hab-inner{
	padding:40px;
	background: var(--main-grey);
	border-radius: 4px;
	position: relative;
}

.hab-grid {
    width: 70%;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

.hab-one{
	display: flex;
	column-gap: 30px;
	margin-bottom: 24px;
}

.hab-one-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.hab-one-text {
    font-size: 14px;
    color: #787878;
    width: 90%;
    letter-spacing: -0.2px;
}

.hab-desc{
	width:350px;
}

.hab-icon{
	display: block;
	border-radius: 4px;
	/*background: var(--main-color);*/
	text-align: center;
	width: 60px;
	height: 60px;
}

.hab-icon img{
	width:100%
	
}

.si-advantage-icon img{
	width: 60px;
}

.hab-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--main-black);
    margin: 0 0 30px;
}

.hab-title span{
	color: var(--main-color);
}

.hcb-one-value{
	font-weight:900;
	font-size:28px;
	color: var(--main-font-color);
}

.hcb-one-text{
    font-size: 10px;
    color: var(--main-color);
    font-weight: 600;
}

.hab-content-bottom{
	display: flex;
	column-gap: 40px;
	margin-top: 10px;
}

.home-building {
    position: absolute;
    right: -40px;
    top: 51px;
    width: 440px;
}

.home-building img{
	width: 100%;
}

.home-services-block-flex .hsb-item{
	width:100%;
	margin-bottom: 50px;
}

.home-services-block-flex .hsb-item a{
	width:100%;
	height: 230px;
}

.hsb-left{
	width:930px;
}
.hsb-right{
	width: 450px;
}

.home-services-block-flex  .hsb-right .hsb-item,
.home-services-block-flex  .hsb-right .hsb-item a{
	height: 492px;
}

.home-services-block-flex  .hsb-item span{
	bottom: 0
}

.home-services-block-flex  .hsb-right .hsb-item span{
	bottom: 20px;
}

.delivery-content{
	background: var(--main-blue-grey);
	height: 126px;
	border-radius: 4px;
	position: relative;
	padding:30px;
}

.delivery-description{
	margin-top: 39px;
	display: flex;
}

.delivery-description img {
	margin-right: 39px;
}

.delivery-girl{
	position: absolute;
	right: 60px;
	bottom:-4px;
}

.dct-main-title{
	font-size:24px;
	color:var(--main-color);
	font-weight: 900;
}

.dct-subtitle{
	font-size:16px;
	color:var(--main-font-color);
}

.delivery-button{
	padding:10px 20px;
	font-size: 16px;
}

.delivery-description span{
	margin-top: 6px;
	color:rgba(0,0,0,.75);
	font-size:12px;
	width:300px;
	display: inline-block;
	margin-left: 30px;
}

.subscribe-block{
	background: var(--main-grey);
	padding:30px;
	position: relative;
	text-align: right;
	border-radius: 4px;
	margin:0 0 30px;
}

.subscribe-bg{
	position: absolute;
	left: 0;
	top: 0;
}

.st-h1{
	font-size: 30px;
	font-weight: 900;
	color:var(--main-color);
}

.st-h2{
	font-size: 18px;
}

.subscribe-input{
	border: none;
    background: white;
    height: 48px;
    width: 570px;
    font-size: 16px;
    text-indent: 20px;
    font-family: 'Montserrat';
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.subscribe-content{
	position: relative;
	margin:30px 0 5px;
}

.subscribe-aftertext{
	font-size:12px;
	color: rgba(0,0,0,.47);
}

.submit-button{
	position: absolute;
    right: 0;
    padding: 14px 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-text{
	padding:25px 0;
}


footer{
	margin-top: 50px;
}

.footer-top{
	height: 100px;
	background: var(--main-color);
}

.footer-bottom{
	height: 50px;
	background: white;
}

.footer-top-inner{
	display: flex;
	justify-content: space-between;
}

.footer-logo{
	margin-top: 25px;
}

.footer-main{
	/*background: url(img/footer-bg-2.jpg);
	background-size: 100%;
	background-position: top;*/
	background:#e21c28;
	min-height: 500px;
}

.consult-button{
	position: fixed;
	bottom:60px;
	z-index: 1000;
	right: 60px;
}

.consult-button img{
	width:24px;
	position: absolute;
	left: 15px;
	top:11px;
}

.consult-button a{
	background: var(--main-color);
	display: block;
	width:300px;
	text-align: center;
	height: 50px;
	color: white;
	text-decoration: none;
	font-size:16px;
	line-height: 20px;
	border-radius: 4px;
	text-align: right;
	padding-right: 15px;
	line-height: 50px;
	box-shadow: 0 0 15px #ed1c298f;
	animation: pulse-red 2s infinite;

}

.si-images > div{
	display: flex;
	column-gap: 40px;
}

.si-images{
	width: 927px;
}

@media(max-width: 1460px){
	.si-images {
   		 width: 790px;
	}

	.sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right{
		top:190px;
	}
}


.sl-arrows-posluga{
	position: absolute;
}


@media(max-width: 768px){
	.consult-button{
		right: 30px;
		bottom: 30px;
	}
	.consult-button a{
		background: var(--main-color);
	    display: block;
	    width: 54px;
	    text-align: center;
	    height: 50px;
	    color: white;
	    text-decoration: none;
	    font-size: 0;
	    line-height: 20px;
	    border-radius: 4px;
	    text-align: right;
	    padding-right: 0;
	    line-height: 50px;
	    box-shadow: 0 0 15px #ed1c298f;
	    animation: pulse-red 2s infinite;
	}
}


@keyframes pulse-black {
  0% {
    box-shadow: 0 0 0px 4px rgba(0, 0, 0, .4);
  }

  70% {
    box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}



.consult-button a.black{
	background: black;
	animation: pulse-black 2s infinite;
	box-shadow: 0 0 15px #00000059;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0px 5px #ed1c298f;
  }

  70% {
    box-shadow: 0 0 0px 5px rgba(255, 82, 82, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}



.footer-phone-number{
	font-size:22px;
	color:white;
	font-weight: 300;
}

.footer-phone-number a{
	color:#fff;
	text-decoration: none;
}

.footer-phone-number span{
	background: var(--main-red-dark);
	padding:5px;
	border-radius: 4px;
	display:inline-block;
	margin-right: 5px;
}

.footer-socials{
	display: flex;
	column-gap: 30px;
}

footer .header-contact-us{
	margin-top: 0;
}


footer .header-contact-us-button{
	background: var(--main-red-dark);
}

.footer-phone{
	margin-top: 32px;
	display: flex;
}

.footer-phone-info{
	color: #fff;
    font-size: 12px;
    width: 240px;
    margin-left: 26px;
    margin-top: 3px;
}

.footer-socials{
	margin-top: 30px;
}

.footer-main-inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 50px 0;
}

.footer-social-icons{
	display: flex;
	column-gap: 20px;
}

.footer-social-one img{
	width:24px;
	height: 24px;
}

.footer-social-one{
	margin-top: 8px;
}

.flm-content{
	display: flex;
	column-gap: 80px;
}

.flm-content ul{
	padding:0;
	margin: 0;
}

.flm-content li{
	list-style: none;
	margin: 0 0 5px;
}

.flm-content li a{
	text-decoration: none;
	color:#fff;
	font-size:14px;
}

.fbi-left,
.fbi-right{
	margin-top: 18px;
}

.fbi-right a{
	font-weight: 900;
	color:var(--main-color);
	text-decoration: none;
}

.footer-bottom-inner{
	display: flex;
	justify-content: space-between;
}

.flm-title{
	font-weight: 900;
	color:#fff;
	font-size:20px;
	margin-bottom: 20px;
}

.footer-links-item{
	margin-bottom: 30px;
}


	.menu-icon{
		display: block;
	    width: 26px;
	    height: 28px;
	    background: url(/assets/catalog_1.svg);
	    background-size: 100%;
	    left: 15px;
	    position: absolute;
	    top: 9px;
	}

	.phone-icon{
		display: block;
	    width: 24px;
	    height: 24px;
	    background: url(img/icons/phone.png);
	    background-size: 100%;
	    left: 16px;
	    position: absolute;
	    top: 11px;
	}



.header-catalog-items {
    position: absolute;
    top: 60px;
    left: -10px;
    /* background: #fffffff2; */
    border-radius: 0;
    /* box-shadow: 0px 0px 20px 2px #0000001a; */
    z-index: 100;
    display: none;
    width: 1410px;
    border-top: 6px solid #ed1c29;
}

@media(max-width: 1760px){
	.header-catalog-items {left: -190px; }
}

.header-catalog-items .flm-content li a {
    color: var(--main-font-color);
    font-size: 14px;
}

.header-catalog-items .flm-title{
	color: var(--main-font-color);
    font-size: 16px;
    font-weight: 600;
}

.header-catalog-items .footer-main-inner{
	padding:30px;
}

.header-catalog-items .flm-content{
	column-gap:25px;
	display: none;
}


.header-main-categories{
	background: var(--main-color);
    width: 300px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    box-shadow: 1px 8px 15px #ed1c2985;
}

.header-main-categories ul{
	list-style: none;
	margin:0;
	padding:0;
}

/*.header-main-categories > ul{
	border-right: 2px solid var(--main-red-dark);
}*/

.header-main-categories ul li a{
	color: white;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    padding: 12px;
   /* border-bottom: 1px solid #cb1924;*/
}

.header-main-categories > ul > li:hover {
	background: var(--main-red-dark);
}

.header-main-categories ul .li-inner{
	position: absolute;
    left: 298px;
    top: 0;
    background: white;
    box-shadow: 0px 0px 20px 2px #0000001a;
}



.header-main-categories ul .li-inner > ul li{
	padding:12px;
	border-bottom: 1px solid #f1f1f1;
	width: 320px;
}

.header-main-categories ul .li-inner > ul li:hover{
	background: #fbfbfb;
}

.header-main-categories ul .li-inner ul li a{
	color:var(--main-font-color);
	border:none;
	display: block;
	/*border-bottom: 1px solid var(--main-font-color);
	*/font-size:16px;
	font-weight: 400;
	padding:0;
}

.header-main-categories ul .li-inner ul li:hover a{
	font-weight: 600;
}

.li-inner{
	display: none;
}

.header-main-categories > ul li:hover .li-inner{
	display: block;
}

.overflow{
	display: none;
}


.overflow.active{
	    display: block;
    position: absolute;
    left: 0;
    top: 82px;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 110;
}


@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
       only screen and (    min--moz-device-pixel-ratio: 1.3 ),
       only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
       only screen and (         min-device-pixel-ratio: 1.3 ),
       only screen and ( min-resolution: 124.8dpi ),
       only screen and ( min-resolution: 1.3dppx ) {
	.icon-squares{
		background: url('img/icons/squares_2x.png');
		background-size: 100%;
	}
	.icon-divider{
	background: url(img/icons/gray_squares_2x.png);
	background-size: 100%;
	}

	.icon-envelope{
	background: url(img/icons/envelope_2x.png);
	background-size: 100%;
	}


	.arrow-down{
		background: url('img/icons/angle-arrow-pointing-down_2x.png');
		background-size:100%;
	}

	.arrow-right-long{
		background: url('img/icons/arrow-right-long_2x.png');
		background-size:100%;

	}

	.menu-icon{
		background: url(img/icons/menu-icon_2x.png);
		background-size: 100%;
	}

	.phone-icon{
		background: url(img/icons/phone_2x.png);
		background-size: 100%;
	}
}


@media(max-width: 1460px){
	.container{
		width:1280px;
	}
	.hsb-item{
		width:190px;
		height: 190px;
	}
	.hsb-item a{
		width:190px;
		height: 190px;
	}
	.hsb-content{
		column-gap: 22px;
	}
	.hsb-item span{
		font-size: 16px;
	}

	.header-language{
		margin:12px 0 0 ;
	}

	.header-language ul li {
	    display: block;
	    margin-bottom: 5px;
	}

	.icon-divider{
		margin:32px 18px;
	}

	.header-contact-us{
		width: 168px;
	}

	.header-contact-us-button{
		font-size:14px;
				padding-right: 10px;
				width: 150px;
	}

	.header-language ul li a{
		width: 38px;
		font-size:12px;

	}

	.icon-envelope{
		left: 10px;
		top: 12px;
	}

	.header-logo{
		margin-right: 80px;
	}

	.header-phone{
		    margin: 28px 0 0 39px;
	}

	.hab-desc{
		width: 246px;
	}

	.hab-one-text {
    font-size: 11px;
    color: #7c7c7c;
    width: 225px;
    letter-spacing: -0.2px;
    margin-top: 5px;
	}

	.hsb-left {
    width: 848px;
	}

	.hsb-right {
    width: 380px;
	}

	.home-services-block-flex .hsb-item{
		margin-bottom: 72px;
	}

	.home-services-block-flex .hsb-item span {
    bottom: -20px;
	}



}


@media(max-width: 1280px){
	.container{
		width:1024px;
	}

	.header-contact-us {
    	width: 160px;
	}

	.header-menu{
		display: none;
	}

	.header-phone {
    	margin: 28px 0 0 126px;
	}

	.icon-divider {
    	margin: 32px 22px;
	}
	.hsb-content {
     column-gap: 23.4px;
	}

	.hsb-item img{
		width: 80px;
	}

	.hsb-item {
    width: 180px;
    height: 180px;
    margin-bottom: 22px;
	}
	.hsb-item a {
    width: 180px;
    height: 180px;
	}

	.home-building{
		display: none;
	}


	.hab-one-text{
		font-size:12px;
		color:#9f9f9f;
		    width: 284px;
	    letter-spacing: -0.2px;
	}

	.hab-desc {
    width: 350px;
	}


	.hsb-left {
    width: 630px;
	}

	.hsb-right{
		width:340px;
	}

	.hsb-left .hsb-item{
		height: 190px;
	}

	.delivery-girl{
		right: 11px;
	}

	.subscribe-text {
    	padding: 12px 0;
	}

	.subscribe-aftertext {
    font-size: 12px;
    color: rgba(0,0,0,.47);
    text-align: right;
    margin-left: 63%;
    margin-top: 15px;
	}



	.flm-content {
    display: flex;
    column-gap: 28px;
	}

	.hero-svg {
    flex: 0 0 49%;
    margin-top: 70px;
    margin-right: 0;
	}


	.canvas-outer, .slider{
		height: 478px;
	}


	.hero-text{
		top:70px;
	}

	.hero-text ul li{
		font-size: 16px;
	}

	.hero-h2{
		font-size: 36px;
	}

	.hero-span{
		font-size: 31px;
		line-height: 23px;
	}

	.hero-text ul li:before{
		width: 16px;
		height: 16px;
		top:2px;
	}

	.action-button {
	    background: var(--main-black);
	    border-radius: 4px;
	    color: #fff;
	    text-align: center;
	    text-decoration: none;
	    font-size: 16px;
	    display: inline-block;
	    padding: 12px 24px;
	}
}

.mobile-menu-categories ul{
	padding:0;
	margin:0;
}

.mfs-1{
	display: flex;
	align-items: center;
	column-gap: 25px;
}

.mobile-menu-categories ul li{
	display: block;
	list-style:none;
	border-bottom: 1px solid #f1f1f1;
}

.mobile-menu-categories ul li > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding:8px 15px;
	font-size: 18px;
}

.mobile-menu-categories ul li > .menu-block-down a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	padding:8px 15px;
	column-gap: 25px;
}


.mobile-menu-categories ul li a span{
	color:#222;
	font-size: 18px;
}

.mobile-menu-categories ul li > a img{
	width: 40px;
}

.mobile-menu-categories ul li div a img{
	width: 32px;
}

.mobile-menu-categories ul li a .ar-menu img {
  width: 32px;
    opacity: .6;
    margin-top: 4px;
}


.menu-block-down{
	background: #f5f5f5;
	display: none;
}


#mobmenu .container, #mobmenu .container-inner{
	width: 100%;
	margin:0;
	padding:0;
}


.mdb-item a{
	display: flex;
	align-items: center;justify-content: flex-start;
	column-gap: 25px
}

.js-mob-menu-down.active .ar-menu img{
	transition: all .3s ease-in-out;
	transform: rotate(90deg);
}



.common-links ul li a{
	text-decoration: none;
	color:#222;
}

@media(max-width: 1024px){
	.canvas-outer{
		height: 390px;
	}
	.header-content-mobile{
		display: block;
	}

	.container{
		width:760px;
	}

	.header-content{
		display: none;
	}

	.mobile-menu{
		width: 56px;
		height: 46px;
		/*border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;*/
	}
	.mobile-contacts{
		width: 56px;
		height: 46px;
		/*border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;*/
	}

	.mobile-menu a{
		display: block;
		position: relative;
	}

	.mobile-contacts a{
		display: block;
		position: relative;
	}


	header{
		height: 46px;
	}

	.hcm-inner{
		display: flex;
		justify-content: space-between;
	}

	.header-logo-mobile img{
		width: 92px;
    	margin-top: 8px;
	}

	.hero .slide-one ul{
		display: none;
	}


	.action-button{
		margin-top: 30px;
	}

	.hero-text{
		top:110px;
	}

	.slider{
		height: 390px;
	}

	.slider-bottom{
		height: 38px;
	}

	.home-next-page{
		display: none;
	}

	.home-pager{
		display: block;
	}

	.home-current-page{
		column-gap: 0;
		margin-top: 0;
	}

	.hcp-value{
		font-size: 20px;
		margin-top: 7px;
	}

	.hcp-text {
	    font-weight: 900;
	    font-size: 17px;
	    color: white;
	    margin-right: 20px;
	    margin-top: 9px;
	}

	.hsb-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--main-font-color);
    margin: 30px 0;
	}

	.hsb-content {
    column-gap: 30px;
	}

	.hsb-item {
    width: 160px;
    height: 160px;
    margin-bottom: 22px;
	}

	.hsb-item a {
    width: 160px;
    height: 160px;
	}

	.hsb-item span {
    	font-size: 14px;
	}

	.hsb-item img {
    	width: 60px;
	}

	.hab-inner:before{
		content: '';
	    position: absolute;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    background-image: url(img/tvorugray.jpg);
	    background-size: cover;
	    top: 0;
	    left: 0;
	    border-radius: 4px;
	    opacity: 0.2;
	}

	.hab-grid{
		position: relative;
		z-index: 2;
		width: 100%;
		column-gap: 50px;
	}

	.hab-one-title {
	    font-size: 14px;
	    font-weight: 600;
	    position: relative;
		z-index: 2;
	}


	.hab-content-bottom{
		position: relative;
		z-index: 2;
	}

	.hab-icon {
    width: 113px;
    height: 50px;
	}
	.hab-desc,
	.hab-one-text{
		width:auto;
	}

	.hsb-right {
    width: 310px;
	}

	.hsb-left {
    width: 390px;
	}

	.dct-main-title{
		font-size:18px;
	}

	.dct-subtitle{
		font-size:14px;
	}

	.delivery-description span{
		display: none;
	}

	.delivery-description img{
		display: none;
	}

	.delivery-girl{
		right: 5px;
	}

	.delivery-description{
		margin-top: 47px;
	}

	.subscribe-text {
    padding: 12px 0;
    position: relative;
    z-index: 2;
    text-align: center;
	}

	.subscribe-content {
    position: relative;
    margin: 30px 0 5px -93px;
	}

	.subscribe-aftertext {
    font-size: 12px;
    color: rgba(0,0,0,0.77);
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
	}

	.subscribe-bg{
		opacity: .5;
	}

	.subscribe-block{
	overflow: hidden;
	}

	.footer-top{
		height: auto;
	}

	.footer-top-inner{
		display: block;
		text-align: center;
	}

	.footer-logo{
		padding-top: 30px;
	}

	.footer-phone {
    margin-top: 32px;
    display: block;
	}

	.footer-phone-info{
		display: block;
		width: auto;
		margin: 10px 0 0;
		padding:0 237px;
	}

	.footer-socials{
		display: block;
		margin-top: 15px;
	}

	.footer-social-icons{
		justify-content: center;
	}

	footer .header-contact-us{
		margin: 30px 0;
		display: inline-block;
	}

	.footer-links-item .flm-content{
		display: none;
	}

	.footer-main-inner{
		display: block;
	}

	.footer-links-item {
    margin-bottom: 18px;
    border-bottom: 1px solid #0000003d;
	}

	.footer-main-inner .footer-links-item:last-child{
		border-bottom: none;
	}

	.flm-title{
		font-weight: 600;
		font-size: 18px;
	}

	.footer-main-inner{
		padding:20px 0;
	}


}



@media(max-width: 768px){
	.container{
		width:360px;
	}



	.home-advantages-block .container{
		width:100%;
	}

	.home-advantages-block .container-inner{
		margin: 0;
	}

	.hab-grid{
		display: block;
	}
	
	.header-content-mobile .container{
		width: 100%;
	}


	.hab-icon {
    width: 64px;
    height: 50px;
	}

	.hsb-content{
		column-gap: 10px;
	}

	.hsb-item {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
	}

	.hsb-item a {
    width: 160px;
    height: 160px;
	}

	.footer-phone-info{
		padding: 0 20px;
	}

	.hab-title{
		position: relative;
		z-index: 2;
	}
	.hab-one-text{
		color:#5f5f5f;
	}

	.delivery-girl img{
		width:100%;
	}

	.delivery-content{
		height: auto;
	}

	.delivery-description{
		padding-bottom: 200px;
		justify-content: center;
		margin-top: 24px;
	}

	.dct-subtitle {
    font-size: 14px;
    margin-top: 12px;
    padding: 0 18px;
	}

	.delivery-girl {
    right: 12px;
	}

	.delivery-content-title{
		text-align: center;
	}

	.st-h1{
		font-size: 18px;
	}
	.st-h2{
		font-size: 13px;
	}

	.subscribe-content {
    position: relative;
    margin: 30px 0 0;
	}
	.subscribe-input{
		width: 100%;
		border-radius: 4px;
	}

	.submit-button {
    position: absolute;
    right: -4px;
    padding: 10px 2.5px;
    width: 100%;
    border-radius: 4px;
    top: 60px;
	}

	.subscribe-aftertext{
		margin-top: 76px;
	}

	.footer-main{
		display: none;
	}

	.footer-bottom-inner {
	    display: block;
	    text-align: center;
	}

	.footer-bottom-inner {
    display: block;
    text-align: center;
    padding: 20px 0;
	}

	.fbi-left, .fbi-right {
    margin-top: 0px;
	}

	.slide-one{
		display: block;
	}

	.hero-svg{
		width:100%;
		text-align: center;
		}

	.slider{
		overflow: hidden;
	}

	.hero-text{
		top:40px;
		text-align: center;
		left: auto;
	}

	.hero-span{
		font-size:24px;
	}

	.action-button{
		padding:12px 16px;
	}

	.hsb-right{
		width: 100%;
	}

	.action-button.submit-button {
	    padding: 12px 0;
	    position: relative;
	    width: 100%;
	    top: 0;
	}

	.subscribe-aftertext{
		margin-top: 12px;
	}
}



/*  posluga page */


.breadcrumbs{
	background: #f7f7f7;
}

.si-advantages-full{
	display: none;
}


.breadcrumbs-list{
	display: flex;
	padding:0;
	margin:0;
	column-gap: 30px;
	list-style: none;
}

.breadcrumbs-list li{
	padding:11px 0;
	position: relative;
}

.breadcrumbs-list li:after{
	content: '';
	width: 10px;
	height: 10px;
	background: url(img/breadcrumb-dot.png);
	background-size: 100%;
	display: inline-block;
	position: absolute;
	top:14px;
	right: -20px;
}

.breadcrumbs-list li:last-child:after{
	display: none;
}


.os-form-submit-button a span{
	color: white;
}

.os-form-submit-button a{
	width: 100%;
	margin:20px 0;
}

.breadcrumbs-list li a {
	color:var(--color2f);
	font-size: 12px;
	text-transform: uppercase;

	display: block;
	text-decoration: none;
	border-bottom: 1px solid var(--color2f);
}

.breadcrumbs-list li span{
	font-size:12px;
	color:#5f5f5f;
	display: block;
	text-transform: uppercase;
}

h1{
	font-size: 24px;
	color:#333;
	margin:40px 0;
}

.service-tabs-pills ul {
	display: flex;
	margin:0;
	padding:0;

}

.service-tabs-pills ul li {
	list-style: none;
	margin:0;
}

.service-tabs-pills ul li a{
	color: #333;
	font-size: 18px;
	padding:12px 20px;
	text-decoration: none;
	display: block;
	position: relative;
	transition: background .3s ease-in-out;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.service-tabs-pills ul li a:hover{
	background: var(--main-grey);
}

.service-tabs-pills ul li a.active{
	background: #2f2f2f;
	color:white;
	font-weight: 600;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.service-tabs-pills ul li a.reviews{
	padding:12px 50px 12px 30px;
}

.service-tabs-pills {
		border-bottom: 3px solid #2f2f2f;
}

.service-information .owl-carousel .owl-item img{
	border-radius: 6px;
}

.service-tabs-pills ul li a span {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 18px;
    height: 18px;
    background: #282828;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    text-indent: -1px;
}

.service-tabs-pills ul li a.active span{

	background: #ed1c29;
}

.service-image img{
	border-radius: 4px;
}

.service-image-album{
	display: none;
}

.service-tabs{
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

.si-cols{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.service-tab-content{
	flex:0 0 927px;
	display: none;
}

.service-tab-content--active{
	display: block;
}

.order-service{
	flex:0 0 360px;
}

.si-image{
	flex:0 0 390px;
}

.si-attribute{
	flex:0 0 450px;
}

.service-attributes ul{
	padding:0;
	margin:0;
}

.service-attributes-mobile{
	display: none;
}

.service-attributes ul li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f1f1f1;
	padding:12px 0;
	align-items: center;
}

.service-attributes ul li:last-child{
	border:none;
}

.service-attributes ul li span{
	flex: 0 0 46%;
}

.service-attributes ul li span.left{
	text-align: left;
	font-weight: 600;
}

.service-attributes ul li span.right{
	text-align: right;
}

.show-more-attributes{
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 58%);
height: 100px;
width:100%;
position: absolute;
bottom:0;
z-index: 5;
	display: flex;
    align-items: center;
    justify-content: center;
}

.service-attributes{
	/*max-height: 200px;
	overflow-y:hidden;*/
	position: relative;
	margin-bottom: 30px;

}
.service-attributes > a{
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid var(--main-color);
	color:var(--main-color);
	font-size:16px;
}

.ssd-tabs-pills ul{
	display: flex;
	padding:0;
	margin:0;
	list-style: none;
}

.ssd-tabs-pills ul li {
    display: block;
    flex: 0 0 100%;
    text-align: left;
    padding-left: 40px;
}

.ssd-tabs-pills ul li a{
	display: block;
	background: #ddd;
	color:#3f3f3f;
	text-decoration: none;
	font-size:14px;
	font-weight: 600;
	padding:11px;
		position: relative;
}

.ssd-tabs-pills ul li:first-child a{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ssd-tabs-pills ul li:last-child a{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ssd-tabs-pills ul li.active a{
	background: #2f2f2f;
	color:white;

}

.ssd-delivery-icon {
    width: 32px;
    height: 32px;
    background: url(/truck22.svg);
    display: block;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top: 5px;
}

.ssd-payment-icon{
	width:21px;
	height: 20px;
	background: url(img/paymentwalletblack.png);
	display: block;
	background-size:100%;
	position: absolute;
	left: 16px;
	top:11px;
}

.ssd-tabs{
	padding-top: 32px;
}

.ssd-item{
	margin-bottom: 25px;
}

.ssd-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
}

.ssd-item-subtitle {
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 5px;
}

.ssd-item-bottomtitle{
	font-size:12px;
	color:#999999;
}

.ssd-item-price{
	font-size: 12px;
	color: #2f2f2f;
}

.order-service{


}
.delivery-image img{
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.order-service-content{
	background: var(--main-grey);
	border-radius: 4px;
	padding:30px;
}

.order-service-content-inner{
	margin-top: 30px;
}

.order-service-title{
	font-weight: 900;
	font-size:20px;
	color:#3f3f3f;
}

.order-service-title span{
	color:var(--color2f);
}


.os-form-select{
	margin-bottom: 30px;
}

.os-form-select label{
	position: relative;
	margin-bottom: 7px;
	display: flex;
	justify-content: space-between;
}

.os-form-select label span{
	font-size:14px;
	font-weight: 600;
	color:#3f3f3f;
}

.current-pick{
	display: block;
	text-decoration: none;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border-radius: 4px;
	background: white;
	position: relative;
	color:#3f3f3f;
	font-weight: 400;

}

.current-pick span{
	padding-left: 15px;
}


.os-form-select ul{
	   position: absolute;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: white;
    border-radius: 4px;
    width: 364px;
    box-shadow:0px 9px 20px #00000012;
    z-index: 5;
    display: none;
}

.os-form-select ul.opened{
	display: block;
}

.os-form-select ul li{
	border-bottom: 1px solid #f1f1f1;
}

.os-form-select ul li a{
	text-decoration: none;
	padding:10px;
	color:#3f3f3f;
	display: block;
	transition:background .2s ease-in-out;
}

.os-form-select ul li a.active{
	color:var(--main-color);
}

.os-form-select ul li a:hover{
	background: var(--main-grey);
	color:#2f2f2f;
}

.os-form-select ul li a.active:hover{
	color:#2f2f2f;
}

.os-form-select input.os-input{
	border-radius: 4px;
    border: none;
    background: white;
    height: 48px;
    width: 360px;
    text-indent: 50px;
    display: block;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
}


.modal .os-form-select input.os-input{
	background: #f1f1f1;
	width: 386px;
}


.os-submit-button{
	display: flex;
	width: 360px;
	height: 56px;
	color:#fff;
	font-size:18px;
	text-align: right;
	text-decoration: none;
	background: var(--main-color);
	line-height:56px;
	border-radius: 4px;
	justify-content: space-between;
	transition: background .3s ease-in-out;
}

.os-send-icon{
display: block;
    width: 32px;
    height: 32px;
    background: url(/cccsend.svg);
    background-size: 100%;
    margin-left: 15px;
    margin-top: 11px;
}

.os-submit-button span{
	margin-right: 15px;
}

.os-submit-button:hover{
	    background: #ff1726;
    box-shadow: 0px 5px 11px 1px #ff17269c
}

.os-form-subinfo{
		font-size: 12px;
    color: #858585;
    text-align: justify;
    margin-top: 17px;
}

.os-form-select label i{
	font-style: normal;
	position: relative;
	display: block;
	font-weight: 600;
	font-size:11px;
	color:var(--color2f);
	text-transform: uppercase;
}

.os-form-select label i:before{
	content:'';
	display: inline-block;width:18px;
	height: 12px;
	background: url(img/eye.png);
	background-size: 100%;
	position: absolute;
	left: -25px;
	top: 1px;
}

.os-form-select .dropdown-button.rotated:before{
	transform: rotate(180deg);
}

.current-pick{
	position: relative;
	display: flex;
	justify-content: space-between;
}

.current-pick:hover{
	    box-shadow: 0 0 14px #9d9d9d36;
}

.dropdown-button{
	display: block;
	position: relative;
	width:48px;
	height: 48px;
	background: var(--color2f);
	text-align: center;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.dropdown-button:before{
	content:'';
	width:19px;
	height: 11px;
	background:url(img/arrowdown_lg.png);
	background-size: 100%;
	position: absolute;
	left: 15px;
	top: 19px;
}

.si-advantage-icon{
	padding:30px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}

.sia-icon{
	display: block;
	flex:0 0 50px;
	width: 50px;
	height: 50px;
	background: var(--color2f);
	border-radius: 4px;
	position: relative;
}

.si-advantages{
		display: flex;
    border-radius: 4px;
    background: var(--main-grey);
    margin: 50px 0;
    flex-wrap: wrap;
}

.si-advantages-full{
	display: none;
}


.si-advantage{
	flex: 0 0 49.9%;

}

.si1{
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.si2{
	border-bottom: 1px solid #efefef;
}
.si3{
	border-right: 1px solid #efefef;
}


.si-advantage-description{
	text-align: right;
}

.sad-title {
    font-size: 16px;
    font-weight: 600;
}

.sad-description {
    font-size: 12px;
    text-transform: none;
    color: #424242;
    margin-top: 10px;
    letter-spacing: 0;
}

.sia-pig:before{
	content: "";
	background: url(img/piggy-bank.png);
	background-size:100%;
	width:24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 14px;
	top:11px;
}

.sia-badge:before{
	content: "";
	background: url(img/badge.png);
	background-size:100%;
	width:22px;
	height: 28px;
	display: block;
	position: absolute;
	left: 14px;
	top:11px;
}
.sia-printer:before{
	content: "";
	background: url(img/scanner.png);
	background-size:100%;
	width:24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 14px;
	top:11px;
}
.sia-handshake:before{
		content: "";
	background: url(img/handshake.png);
	background-size:100%;
	width:26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 12px;
	top:13px;
}

.si-description{
	font-size:16px;
	line-height: 24px;
	color: #3f3f3f;
}

.si-description strong{
	font-weight: 600;
}

.owl-carousel .owl-item .hsb-item img{
	width:100px;
	display: inline-block;
}

.slc-left, .slc-right{
	display: block;
    position: relative;
    width: 48px;
    height: 48px;
    background: var(--main-color);
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
}

.sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right{
	background: #000000c7;
}

.sl-arrows-posluga .slc-left:hover, .sl-arrows-posluga .slc-right:hover{
	background:#000;
}

.slc-right{
	right: -20px;
	top: 80px;
}

.slc-left{
	left: -25px;
	top:80px;
}

.slc-left-pf{
	top:138px;
}

.slc-right-pf{
	top:138px;
}

.slc-icon{
	width: 19px;
    height: 11px;
    background: url(img/arrowdown_lg.png);
    background-size: 100%;
    position: absolute;
    left: 18px;
    top: 19px;
}

.sl-carousel-arrows{
	position: relative;
}

.sl-carousel .owl-dots{
	margin-top: 30px;
}


.service-information  .sl-carousel-arrows.sl-arrows-posluga{
	position: absolute;
	width: 100%;
	height: 100%;
}

.slc-left i {
	transform: rotate(90deg);
	left: 13px;
}

.slc-right i {
	transform: rotate(-90deg);
	left: 16px;
}

h3{
	font-size:24px;
	color:#3f3f3f;
	font-weight: 800;
}

.breadcrumbs-list li.breadcrumb-home{
	position: relative;
	padding-left: 22px;
}

.breadcrumb-home:before{
	content: '';
	width:14px;
	height: 12px;
	background: url(img/homeicon.png);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
}

/* posluga */

.si-mobile-button{
	display: none;
}




@media(max-width: 1460px){
	/*.order-service{flex: 0 0 320px; width: 320px;}
	.os-form-select input.os-input{
		width: 257px;
	}*/
	.service-tab-content {
    	flex: 0 0 790px;
	}
	/*..os-submit-button{width: 100%}
	.os-submit-button{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}

	.os-send-icon{
		width: 24px;
		height: 24px;
		margin-top: 14px;
	}

	os-form-select ul{
		width: 260px;
	}*/

	.si-attribute {
    flex: 0 0 360px;
	}

	.slc-left, .slc-right{
		top: 70px;
	}
}

@media(max-width: 1360px){
	.hero-text{
		left: 100px;
	}

	.hero-svg{
		right: -155px;
	}
}

@media(max-width: 1280px){
	.service-tab-content {
    	flex: 0 0 500px;
	}

	.si-images{
		width: 550px
	}

	.si-cols {
    	display: block;
	}

	.sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right{
		top:46%;
	}

	/*.service-image{
		display: none;
	}*/

	/*.service-image-album{
		display: block;
		width: 500px
	}*/

	.service-image-album img{
		width: 100%;
		height: auto;
	}

	.si-advantages{
		display: none;
	}

	.si-advantages-full{
		display: flex;
	}

	.hero-text{
		left: 50px;
	}

	.hero-svg {
		right: -71px;
		top: -25px;
		width: 710px;
		margin: 0;
	}

	.hero-slider-arrows{
		top:290px;
	}
}

@media(max-width: 1024px){

	.si-images{
		width: 100%;
	}

	.sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right {
	    top: 22%;
	}

	.service-attributes{
		display: none;
	}

	.service-attributes-mobile{
		display: block;
	}

	.menu-mobile-content.open{
		display: block;
		position: relative;
		z-index: 100;
	    background: white;
	}

	.menu-mobile-content ul li{
		border-bottom: 1px solid #f1f1f1;

	}

	.menu-mobile-content ul li:last-child{
		border-bottom: none;
	}

	.menu-mobile-content ul li .bullet{
		display: flex;
		justify-content: space-between;
	}



	.menu-mobile-content ul li a{
		display: block;
		text-decoration: none;
		font-size:20px;
		color:#3f3f3f;
		padding:15px 0;
		font-weight: 300;
	}

	.menu-mobile-content ul li a.bullet-plus{
		width: 30px;
		height: 30px;
		background: #f0f0f0;
		color: #2f2f2f;
		line-height: 30px;
		font-size:28px;
		text-align: center;
		font-weight: 300;
		margin-top: 13px;
		padding:0;
	}

	.menu-mobile-content ul li a.bullet-plus.active{
		line-height: 26px;
	}

	.menu-mobile-content ul li a.bullet-title{
		color:#1f1f1f;
		font-weight: 400;
	}


	.menu-mobile-content ul li  .li-inner {
		display: none;
	}

	.menu-mobile-content ul li  .li-inner a{
		font-size:16px;
		padding:15px 0 15px 0px;
	}
	.menu-mobile-content.open ul{
		padding:0;
		margin:0;
		list-style: none;
	}

	.slc-right,.slc-left{
		top:60px;
	}

	header{
		height: auto;

	}

	body.fixed header{
		position: fixed;
		width: 100%;
		  box-shadow: 0px 7px 15px 0px #56565645;
	}

	body.fixed main{
		padding-top: 92px;
	}
	.header-content-mobile-nav{
		display: block;
		height: 46px;
		background: var(--main-color);
	}

	.mobile-catalog-button{
		display: flex;
		text-decoration: none;
		color:white;
		font-size:18px;
		justify-content: space-between;
	}

	.mobile-catalog-button > div{
		width:56px;
		height: 46px;
		position: relative;
		border-left: 1px solid #db2631;
		border-right: 1px solid #db2631;
	}

	.mobile-catalog-button > span {
		display: block;
    	padding-right: 20px;
    	line-height: 46px;
    	border-right: 1px solid #db2631;
    	font-size: 16px;
	}

	.cubesmobile{
		width: 16px;
		height: 16px;
		background: url(img/cubes-menu.png);
		background-size:100%;
		display: block;
		position: absolute;
		left: 20px;
		top: 15px;
	}


	.service-tabs-pills ul li a{
		font-size: 16px;
		padding:12px 20px;
	}

	.service-tabs-pills ul li{
		margin-right: 0;
	}
	.service-tabs{
		display: block;
	}

	.service-image-album{
		width: 100%;
	}

	.si-mobile-button{display: none; margin:30px 0;}
	.si-mobile-button a{width:100%;}

	.service-tabs-pills ul{
		display: block;
	}

	.service-tabs-pills{

		border-radius: 6px;
	}
	.service-tabs-pills ul li{
		border-bottom: 1px solid #f1f1f1;
		border-left:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
	}

	.service-tabs-pills ul li:last-child{
		border-bottom: none;
		border-left:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
	}

	.service-tabs-pills ul li.active{
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border-top:1px solid var(--color2f);
		border-right:1px solid var(--color2f);
		border-left:1px solid var(--color2f);
		border-bottom: none;
		overflow: hidden;
		background: var(--color2f);
	}

	.service-tabs-pills ul li.active a.active{
		border-radius: none;
		border-radius: 0;
		background: none;
	}

	.si-description{
		border-top: 1px solid #f1f1f1;
		padding-top: 25px;
		margin-top: 40px;
	}

	.order-service-content .os-submit-button {
    display: flex;
    width: 270px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    text-decoration: none;
    background: var(--main-color);
    line-height: 56px;
    border-radius: 4px;
    justify-content: space-between;
    transition: background .3s ease-in-out;
	}

	.order-service-content .os-form-select input.os-input{
		width: 270px;
	}

	.service-tabs-pills ul li a.reviews {
    padding: 12px 50px 12px 20px;}

    .si-advantages-full{display: block;}
    .si1{border-right: none;}
    .si3{border-right: none; border-bottom: 1px solid #efefef}
    .si4{border-top: none}


    .breadcrumb-mobile li a{
    	position: relative;
    	display: block;
    	padding: 12px 16px 12px 24px;
    	color:#3f3f3f;
    	text-decoration: none;
    	text-align: right;
    }

     .breadcrumb-mobile{
     	padding:0;
     	margin: 0;
     	border-left: 1px solid #efefef;
     	border-right: 1px solid #efefef;
     	list-style: none;
     }

    .breadcrumb-mobile li a i{
    	display: block;
	    position: absolute;
	    left: 16px;
	    top: 16px;
	    background: url(img/arrowdown_lg_black.png);
	    background-size: 100%;
	    width: 19px;
	    height: 11px;
	    transform: rotate(90deg) scale(0.7);
    }

    .breadcrumbs-list {
    	display: none;
    }

    .breadcrumb-mobile{
    	display: block;
    }


	.hero-svg {
		right: 0px;
		top: 41px;
		width: 420px;
		margin: 0;
	}

	.hero-text{
		left: 20px;
	}
	.hero-slider-arrows {
		top: 250px;
	}

	.slide-one{
		min-height: 390px;
	}

	.prev-slide{
		padding:0;
	}


    @media(max-width: 768px){
    	.owl-carousel .owl-item .hsb-item img{width:70px;}
    }
}


	/* posluga */



/* posluga page ends */


/* contacts page starts */

.contacts-cols{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}

.contacts-left-col{
	flex: 0 0 687px;
}


.contacts-plashka{
	margin:30px 0;
}

.contacts-plashka img{
	border-radius: 4px;
}

.contacts-call-us{
	position: relative;
		overflow: hidden;
	border-radius: 4px;
}

.bgphone{
	width: 355px;
    height: 355px;
    position: absolute;
    left: 70px;
    top: 90px;
    z-index: 1;
}

.phone-bg{
	background: url(img/phonebg.png);
	width: 355px;
	height: 355px;
	position: absolute;
	background-size: 100%;
	opacity: 1;
}

.ccu-content{
	background: var(--main-grey);
	z-index: 3;
	overflow: hidden;
	position: relative;
}


.cf-content{
	background: var(--main-grey);
	padding:40px;
}

.cf-content-nobg{
	background: white;
}

.ccu-title{
	font-weight: 900;
	font-size:24px;
	color:#303030;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.ccu-title-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

.contacts-right-col{
	width: 644px;
}
.ccu-title span{
	color: #ed1c29;
}

.ccu-map-title{
	margin-bottom: 40px;
}

.babes{
	position: absolute;
	top:0px;
	right: 48px;
	z-index: 9;
}

.ccu-phone{
	padding:50px 35px;
}

.ccu-phone a{
	font-size:30px;
	font-weight: 300;
	color:#3f3f3f;
	text-decoration: none;
}

.ccu-phone a span{
	color:var(--main-color);
	font-weight: 600;
}

.ccu-phone > span{
    font-size: 12px;
    display: block;
    text-align: justify;
    text-transform: uppercase;
    width: 49.7%;
    margin: 15px 0;
}


.ccu-order-callback a{
	display: inline-block;
	background: var(--main-color);
	color:white;
	text-align: center;
	margin-left: 35px;
	font-size:14px;
	padding:14px 28px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 35px;
}


.routebutton{
	display: inline-block;
	background: var(--main-color);
	color:white;
	text-align: center;
	margin-left: 35px;
	font-size:14px;
	padding:14px 28px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 400;
	text-transform: none;
}

.ccu-footer{
	border-top: 1px solid #efefef;
	padding:35px;
	display: flex;
	justify-content: space-between;
}

.ccu-messangers-content{
	display: flex;
	column-gap: 10px;
}

.ccu-messangers-content > a{
	display: block;
	width:44px;
	height: 44px;
	border:1px solid #efefef;
	border-radius: 4px;
	position: relative;
	text-align: center;
	background: #fff;
}

.ccu-messangers-content > a img{
	padding-top: 10px;
}

.ccu-messangers-title{
	font-size:16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #3f3f3f;
	margin-bottom: 15px;
}

.ccu-messangers{
	flex: 0 0 49%;
}

.ccu-schedule{
	flex: 0 0 49%;
}

.scs-one-day{
	font-size:14px;
	font-weight: 600;
	color:#3f3f3f;
}

.scs-holidays .scs-one-day{
	color:var(--main-color);
}
.scs-holidays .scs-one-time{
	color:var(--main-color);
}

.scs-one{
	display: flex;
	column-gap: 10px;
}

.contacts-map{
	margin-top:40px;
}


.mt10{
	margin-top: 10px;
}

.contact-form .os-form-select input.os-input{
	width: 100%;
	height: 54px;
}

#contact_theme{
background: white;
    border: none;
    border-radius: 4px;
    height: 54px;
    padding: 10px;
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
    text-indent: 40px;
    font-weight: 400;
}

.contact-form .os-form-select label{
	text-transform: uppercase;
}

.contact-form .os-form-select {
	position: relative;
}

.contact-form .os-form-select textarea.os-input{
    background: white;
    border: none;
    border-radius: 4px;
    height: 150px;
    padding: 15px 15px 15px 66px;
    display: block;
    width: 485px;
    text-indent: 0;
    font-family: 'Montserrat';
    font-size: 16px;
}

.modal .os-form-select textarea.os-input{
	background: #f1f1f1;
	border:none;
	border-radius: 4px;
	height: 150px;
	padding: 10px;
	display:block;
	width: 370px;
}

.modal .os-form-select{
	position: relative;
}


.contact-form .os-submit-button {
    text-align: center;
    justify-content: space-between;
    width: 260px;
    font-weight: 600;
    margin: 0 auto;
}


.contact-form .os-send-icon{
	margin-right: 15px;
	margin-left: 15px;
}

.cuser{
	    width: 24px;
    height: 24px;
    background: url(/cccuser.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 40px;
    left: 15px;
}

.cat {
    width: 24px;
    height: 24px;
    background: url(/cccmail.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 42px;
    left: 15px;
}

.cat2{
    width: 24px;
    height: 24px;
    background: url(img/phone.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 38px;
    right: 12px;
    opacity: 0.75;
}

.cletter {
    width: 28px;
    height: 26px;
    background: url(/cccmsg.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 38px;
    left: 15px;
}

.cletter2 {
    width: 28px;
    height: 26px;
    background: url(/ccctheme.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 38px;
    left: 15px;
}

@media(max-width: 1460px){
	.contacts-right-col{
		width: 500px;
	}
	.contact-form .os-submit-button{
		width: 420px;
	}
	.contact-form .os-form-select textarea.os-input{
		width: 400px;
	}

	.contacts-plashka img{width: 100%;height: auto;}
}


@media(max-width: 1280px){
	.contacts-right-col{
		flex: 0 0 460px;
		width: 460px;
	}

	.contacts-left-col{
		flex: 0 0 460px;
		width: 460px;
	}
	.contact-form .os-submit-button{
		width: 420px;
	}
	.contact-form .os-form-select textarea.os-input{
		width: 400px;
	}

	.babes{
		width:150px;
		right: 30px;
	}

	.babes img{
		width:100%;
		height: auto;
	}

	.ccu-messangers-title{
		font-weight: 600;
		font-size: 14px;
	}

	.contact-form .os-form-select textarea.os-input{
		width: 360px;
	}

	.contact-form .os-submit-button{
		width: 380px;
	}

	.contacts-plashka img{width: 100%;height: auto;}
}


@media(max-width: 1024px){
	.contacts-right-col{
		width: 100%;
	}

	.contacts-left-col{
		width: 100%;
	}

	.contacts-cols{
		display: block;
	}

	.babes{
		width:auto;
		right: 30px;
	}

	.contact-form{
		margin-top:30px;
	}

	.contact-form .os-form-select textarea.os-input{
		width: 630px;
	}

	.contact-form .os-submit-button{
		width: 650px;
	}
}

.portfolio-mobile .pf-filter-content{
	display: none;
}

@media(max-width: 768px){
	.contact-form .os-form-select textarea.os-input{
		width: 234px;
	}

	.contact-form .os-submit-button{
		width: 254px;
	}

	.contacts-page .os-submit-button span{
		font-size: 15px;
		margin-right: 0;
	}

	.contacts-page .os-send-icon{
		display: none;

	}

	.ccu-phone > span{
		font-size:10px;
	}

	.ccu-phone a{
		font-size:21px;
	}

	.babes {
	    width: 100px;
	    right: 30px;
	    top: 42px;
	}

	.babes img{
		width:100%;
	}

	.ccu-order-callback a{
		width:270px;
		padding:12px 0;
		display: block;
		font-size:13px;
	}

	.ccu-footer{
		display: block;
	}

	.ccu-schedule{
		margin-top: 30px;
	}

	.ccu-title{
		font-size: 20px;
	}

	.ccu-title-flex{
		display: block;
	}

	.routebutton{
		margin-left: 0;
		display: block;
		width: 100%;
		padding:12px 0;
		margin-top: 30px;
	}

	.hero-svg {
		right: 0px;
		top: 125px;
		width: 96%;
		margin: 0;
		bottom: 0;
	}

	.hero-h2 {
		font-size: 24px;
		line-height: 28px;
		width: 266px;
		text-align: center;
		margin: 0 22px;
	}

	.hero-span {
		font-size: 22px;
	}

	.slide-one .action-button{
		position: absolute;
		width: 240px;
		margin: 0 26px;
		padding: 0;
		height: 40px;
		left: 0;
		line-height: 40px;
		top: 326px;
		z-index: 50;
	}

	.hero-text{
		width: 310px;
	}

	.canvas-outer{
		height: 460px;
	}

	.hero-slider-arrows {
		top: 290px;
	}

	.slider{
		height: 460px;
	}

	.slide-one {
		min-height: 460px;
	}

	.hero-slider-arrow-left{
		left: 20px;
	}

	.hero-slider-arrow-right{
		right: 20px;
	}
}
/* contacts page ends */




/*catalogpage*/

.cpc-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}

.cpc-item {
	flex:0 0 23.5%;
	margin-bottom: 30px;
}

.cpc-item a{
	display: block;
	color:#3f3f3f;
	text-decoration: none;
	font-size:20px;
	font-weight: 600;
}

.cpc-image{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--main-grey);
	border-radius: 4px;
	height: 370px;
}

.cpc-image img{
	width: 100%;
}

.cpc-title {
	margin-top: 20px;
}


.cpc-title{
	display: flex;
	position: relative;
}

.cpc-title span{
	background: white;
	padding-right: 20px;
	position: relative;
	z-index: 5;
}

.cpc-title-border{
	display: block;
	width:100%;
	height: 5px;
	background: var(--main-color);
	margin-top: 10px;
	position: absolute;
}

.content-page-banner{
	margin:40px 0 70px;
}

.content-page-banner a{
	height: 190px;
	display: block;
	background: var(--main-grey);
	border-radius: 4px;
}

.quick-search{
	display: none;
}

.catalog-description{
	margin-top: 70px;
}

.catalog-description p{
font-size: 16px;
    color: #3f3f3f;
    line-height: 20px;
}

.catalog-description strong{
	font-weight: 900;
	font-size: 16px;
	color: var(--main-color);
	margin-top: 30px;
	display: block;
}

@media(max-width: 1280px){
	.cpc-item{flex:0 0 314px;}
}

@media(max-width: 1024px){
	.cpc-item{flex:0 0 226px;}
	.cpc-image{height: 300px;}
}

@media(max-width: 768px){
	.cpc-item{flex:0 0 157px;}
	.cpc-image{height: 220px;}
	.cpc-inner{column-gap: 15px;}
	.cpc-item a{
		font-size:16px;
		font-weight: 600;
	}
	.cpc-title span{padding-right: 9px;}
	.cpc-title-border{height: 3px;margin-top: 8px;}
	.catalog-description p{text-align: justify;}
}


@media(max-width: 768px){
	.modal .os-form-select input.os-input{
		width:276px;
	}

	.modal .os-form-select textarea.os-input{
		width: 260px;
	}

	.modal .os-form-submit-button a span{
		font-size: 14px;
	}

	.slc-left{
		left: 15px;
	}

	 .slc-right{
		right: 15px;
	}

  .service-tab-content{
    width:330px;
  }

  .si-cols{
    width: 330px;
  }

  .sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right {
    top: 16%;
  }
}


#mobmenu{
  display: none;
}

#mobmenu.open {
    display: block;
    z-index: 199;
    position: fixed;
    background: #f1f1f1;
    width: 85%;
    height: 100%;
    top: 80px;
    left: 0;
    overflow-y: auto;
    box-shadow: 20px 0px 20px 2px #71717124;
}

.mobile-menu-categories > ul{
	background: white;
}

#mobmenu.open .container-inner > ul{
  padding:0;
  margin: 0;
}

#mobmenu.open .container-inner > ul li{
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

#mobmenu.open .container-inner > ul li:last-child{
  border:none;
}

#mobmenu .header-language ul {
  display: flex;
padding: 10px 12px 6px;
background: #f5f5f5;
border-radius: 4px;
}

#mobmenu.open .container-inner > ul li a{
  color:#3f3f3f;
  text-decoration: none;
    font-size: 18px;
}



@media(max-width: 400px){
	.cf-content-nobg{
		padding:10px;
	}
	.modal .os-form-select input.os-input {
    width: 254px;
	}
	.modal .os-form-select textarea.os-input {
    width: 234px;
	}
}

.grid-element{
	transition: all .3s ease-in-out;
}

.grid-element:hover{
	transform: scale(1.1);
}

.os-form-select span.error{
    font-size: 14px;
    font-weight: 600;
    color: #ed1c29;
    margin-top: 10px;
    display: block;
}

.os-input::placeholder{
	font-weight: 400;
}

@media (max-width: 1460px) {
   .header-right {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    height: 84px;
	    flex: 0 0 80%;
	}

	.icon-divider{
		display: none;
	}
			
	.header-language{
		display: none;
	}

	    .header-phone {
        margin: 0px 0 0 39px;
    }

    .header-menu ul li a{
    	font-size: 15px;
    }
}

@media(max-width: 1280px){
	    .header-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 84px;
        flex: 0 0 75%;
    }

    .header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 50%;
	}
}


.video-slide:before{
	content: "";
	width:100%;
	height: 600px;
	background: #4e4e4e66;
	position: absolute;
	left: 0;
	top:0;
}

.video-slide{
	position: relative;
}

.numbers .hab-content-bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.numbers .hab-content-bottom > div{
	flex:0 0 250px;
	background: var(--main-red-dark);
	border-radius: 4px;

}

.numbers {
    margin: -9px 0 0;
    background: #ed1c29;
}

.numbers .hcb-one-value {
    font-weight: 900;
    font-size: 46px;
    color: white;
    text-align: center;
    padding: 30px 0 0;
    display: block;
}

.numbers .hcb-one-text {
    font-size: 14px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    /* margin: 0 20px; */
    padding: 0 0 40px;
}

.slider-bottom{
	display: none;
}

.header-catalog-button-link {
    background: #ffffff;
    color: #111;
    font-size: 18px;
    display: flex;
    height: 40px;
    text-align: right;
    padding-right: 11px;
    text-decoration: none;
    border-radius: 4px;
    line-height: 40px;
    position: relative;
    transition: background .3s ease-in-out;
    align-items: center;
    column-gap: 15px;
    font-weight: 600;
    padding:0 12px;
}


.header-catalog-button {
    width: 218px;
    position: relative;
}

.header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 56%;
}

.header-phone-main a:before {
	    content: "";
    background: url(/call-chat-rounded.svg);
    background-size: 100%;
    width: 38px;
    height: 38px;
    position: absolute;
    left: -60px;
    top: 0px;
    opacity: 1;
}

.header-phone-main a {
    color: #333;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.header-phone-main span.time {
    display: block;
    font-size: 13.5px;
    color: #828282;
    font-weight: 400;
}


#hero_slider_mobile{
	display: none;
}

@media(max-width:600px){
	#hero_slider_mobile{display: block;}
	#hero_slider {display: none;}

	.hero-slider-arrow-right img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
	}

	.hero-slider-arrow-right:before {
	    content: "";
	    width: 27px;
	    height: 25px;
	    background: white;
	    position: absolute;
	    left: 12px;
	    top: 12px;
	    z-index: 1;
	}
	.hero-slider-arrow-left {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 20px;
        transform: rotate(180deg);
    }

	.hero-slider-arrow-left:before {
	    content: "";
	    width: 40px;
	    height: 40px;
	    background: white;
	    position: absolute;
	    left: 12px;
	    top: 12px;
	    z-index: 1;
	}

	.hero-slider-arrow-left img {
    width: 50px;
    	height: 50px;
    position: relative;
    z-index: 2;
	}

	.hero-slider-arrow-left:before {
        content: "";
        width: 27px;
        height: 30px;
        background: white;
        position: absolute;
        left: 12px;
        top: 7px;
        z-index: 1;
    	}

    .hero-slider-arrow-right {
        right: 0;
    }
    

    .numbers .hab-content-bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
	}	

	.numbers .hcb-one-value {
    font-weight: 900;
    font-size: 26px;
    color: white;
    text-align: center;
    padding: 0;
    display: block;
	}

	.numbers .hcb-one-text {
    	font-size: 10px;
	}

	.numbers .hab-content-bottom > div {
    flex: 0 0 130px;
    background: var(--main-red-dark);
    border-radius: 4px;
	}

	.numbers .hcb-one-text{
		padding:0 0 10px;
	}

	.numbers {
    margin: -10px 0 0;
    background: #ed1c29;
    padding: 20px 0 15px;
	}

	.numbers .container{
		width:95%;
		margin:0 auto;
	}

	    .hcm-inner {
        display: flex;
        justify-content: space-between;
       
    }

        .mobile-menu {
        width: 60px;
        height: 60px;
        
    	}

    	    .mobile-menu a {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        margin-left: 2px;
        margin-top: 7px;
    	}

    	    .header-logo-mobile img {
        width: 140px;
        margin-top: 13px;
    }

        .mobile-contacts {
        width: 60px;
        height: 60px;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    	}

    	.phone-icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/icons/phone.png);
    background-size: 100%;
    left: 18px;
    position: absolute;
    top: 18px;
	}

	.mobile-catalog-button > div {
        width: 60px;
        height: 52px;
        position: relative;
        border-left: 1px solid #db2631;
        border-right: 1px solid #db2631;
    	}	

    	    .header-content-mobile-nav {
        display: none;
        height: 54px;
        background: var(--main-color);
    	}

    	    .cubesmobile {
        width: 20px;
        height: 20px;
        background: url(img/cubes-menu.png);
        background-size: 100%;
        display: block;
        position: absolute;
        left: 20px;
        top: 18px;
    	}

    	    .mobile-catalog-button > span {
        display: block;
        padding-right: 20px;
        line-height: 54px;
        border-right: 1px solid #db2631;
        font-size: 18px;
    	}

    	header .container-inner{
    		margin:0;
    	}

    	.mobile-menu img{
    		margin-left: 10px;
    		margin-top: 5px;
    	}
}


.seo-category strong{
	display: inline;
	font-size: 16px;
	font-weight: 600;
	margin:0;
	color:#111;
}

.seo-category ul{
	margin: 20px 0;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px 30px 15px;
    display: inline-block;
}

.seo-category ul li{
	list-style: none;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    margin-bottom: 10px;
}

.seo-category ul li:before{
	content: "";
	width:20px;
	height: 4px;
	background: #ed1c29;
	position: absolute;
	left: 0;
	top:8px;
}



.si-description ul{
	margin: 20px 0;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px 30px 15px;
    display: inline-block;
}

.si-description ul li{
	list-style: none;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}

.si-description ul li:before{
	content: "";
	width:20px;
	height: 4px;
	background: #ed1c29;
	position: absolute;
	left: 0;
	top:8px;
}

.hero .tc{
	margin:30px 0 50px;
}

@media(min-width: 1920px){
	.slider {
    height: 594px;
    background: #f0f0f0;
    overflow: hidden;
		}
		.numbers {
    margin: 30px 0;
    background: var(--main-red-dark);
    border-radius: 8px;
		}
}

@media(max-width: 1920px){
	.slider {
    height: 520px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    
		}
		.numbers {
    margin: -10px 0 0;
    background: var(--main-red-dark);
    border-radius: 8px;
		}

		.slider video{
			width:115%;
		}
}



@media(max-width: 1650px){
		.slider video{
			width:125%;
		}
}

@media(max-width: 1450px){
		.slider video{
			width:145%;
		}

		.header-menu ul li.l1{
			display: inline-block;
		}
		
			.header-menu ul li.l2{
			display: none;
		}
			.header-menu ul li.l3{
			display: none;
		}
			.header-menu ul li.l4{
			display: none;
		}
			.header-menu ul li.l5{
			display: inline-block;
		}

		.numbers .hab-content-bottom > div {
    flex: 0 0 200px;
    background: var(--main-red-dark);
    border-radius: 4px;
		}

		.header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 50%;
		}
}

@media(max-width: 1300px){

	.slider video{
			width:166%;
		}
	.numbers .hcb-one-value {
    font-weight: 900;
    font-size: 32px;
    color: white;
    text-align: center;
    padding: 30px 0 0;
    display: block;
		}
		.numbers .hcb-one-text{font-size: 12px;}

		    .numbers .hab-content-bottom > div {
        flex: 0 0 160px;
        background: var(--main-red-dark);
        border-radius: 4px;
    }
}


.reviews-list{

}

.review-titles{
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.review-title a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color:#222;
	font-size:18px;
	border: 1px solid #cecece;
	border-radius: 100px;
	padding:0px 10px;
	height: 44px;
	
}

.review-title a.active{
	border: 1px solid #000;
	background: black;
	color:white;
}

.review-title a div{
	display: flex;
	column-gap: 15px;
	align-items: center;
}

.review-title a div:first-child{
	margin-right: 25px;
	padding-left: 0px;
}

.rt-logo img{
	width: 30px;
}

.rt-logo{
	flex:0 0 40px;
	margin-top: 5px;
}

.rt-name{
	font-size:16px;
	flex:0 0 120px;
	font-weight: 600;
}

.rt-name.rt-all{
	margin-left: 5px;
}

.rt-count{
	width: 28px;
    height: 28px;
    border-radius: 40px;
    background: black;
    color: white;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    justify-content: flex-end;
    font-weight: 600;
}

.review-title a.active .rt-count{
	background: #ed1c29;
}

.review-one {
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
}

.ro-text{
	font-size: 18px;
	width: 99%;
}

.ro-photo{
	flex:0 0 100px;
	margin-right: 25px;
	position: relative;
}

.ro-photo .source{
position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 100px;
    padding: 5px;
    border: 2px solid white;
    box-shadow: 0px 7px 10px #0000002b;
}

.review-content{
	margin:50px 0;
}

.instagram .review-one {
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    flex:0 0 30.9%;

}

.review-content.instagram{
	display: flex;
    align-items: flex-start;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 50px;
}


.ro-photo img{
	border-radius: 200px;
	width: 100%;
}

.ro-title{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.ro-date-score{
	display: flex;
	column-gap: 25px;
	align-items: center;
	margin-bottom: 15px;
}

.ro-score{
	display: flex;
	column-gap: 3px;
}

.ro-score img{
	width:24px;
}

.ro-attachments{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	align-items: center;
	margin:30px 0;
}

.ro-attachments a{
	flex:0 0 200px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

.ro-attachments a img{
	width:100%;
	border-radius: 6px;
}

.video-head video{
	width: 100%;
}

.video-head{
	position: relative;
	border-radius: 8px;
	overflow:hidden;
}

.video-head:before{
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: #51515145;
}

.ac-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.ac-block-image{
	flex:0 0 40%;
}

.ac-block-image img{
	border-radius: 10px;
}

.ac-block-text {
    font-size: 24px;
    flex: 0 0 50%;
    line-height: 33px;
    color: #444;
}

.ac-block-text1{
	flex: 0 0 53%;
}

.ac-block.last{
	margin-top: 100px;
}



.ac-block.last video{
	width: 100%;
	border-radius: 8px
}

.ac-block.last .ac-block-text{
	flex:0 0 40%;
}

.ac-block.last .ac-block-image{
	flex:0 0 50%;
}

.container.grey {
    background: #f5f5f5;
    width: 100%;
    padding: 100px 0;
}

.container.grey .container-inner{
	width: 1400px;
	margin: 0 auto;
}

.ac-100-top{
	margin-top: 100px;
}

.about-content{
	margin-bottom: 100px;
}

.blog-list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 49px;
}

.news-one{
	flex:0 0 31%;
	margin-bottom: 40px;
}

.ac-block-text strong{
	font-weight: 600;
}

.news-one a {
    color: #222;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;  
}

.news-one .image{
	overflow:hidden;
	border-radius: 8px;
}

.news-one img{
	width:100%;
	border-radius: 8px;
	transition: all .42s ease-in;
}
.news-one a:hover img{
	transform: scale(1.1);
}

.news-one a:hover{
	color:#ed1c29;
}


.news-one .date{
   
    font-size: 13px;
    border-radius: 8px;
    padding: 6px 8px 6px 12px;
    background: #f1f1f1;
    color: #000;
    width: auto;
    font-weight: 600;
    text-align: center;
}

.news-one .name{
	    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.blog-item{
	display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;
}

.blog-item .r-thumb{
	flex:0 0 22%;
}

.blog-item .r-text{
	font-size:16px;
	line-height: 18px;
	flex: 0 0 75%;
}

.blog-item .r-text strong{
	font-weight: 600;
}

.blog-item .r-text p:first-child{
	margin-top: 0;
}

.blog-item .r-thumb img{
	width: 100%;
	border-radius: 8px;
}

.header-main-categories-new {
    width: 100%;
    height:500px;
    background: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
    top: 0;
    box-shadow: 0px 10px 10px #00000038;
    display: flex;
    overflow: hidden;
    left: 0;
}

.main-block{
	flex:0 0 320px;
	background: #f7f7f7;
}

.main-block li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}

.main-block li a{
	color: #222;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    display: flex;
    text-decoration: none;
    column-gap: 20px;
    align-items: center;
    transition: all .3s ease-in;
}

.main-block li.active {
	border-bottom: 1px solid #fff;
}

.main-block li a:hover{
	background: #e7e7e7;
}

.main-block li.active a{
	background: white;
	color:#ed1c29;
}

.main-block li a span.image{
	width:38px;
	height: 38px;
	display: block;
}

.content-block{
	display: none;
}

.content-block.active{
	display: block;
}

.content-block .hsb-item{
	width: 23.6%;
	height: auto;
	margin-bottom: 15px;
}
.content-block .hsb-item img{
	width: 50px;
}

.content-block .hsb-item a{
width: 100%;
    height: auto;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.content-block .hsb-item span {
    position: relative;
    bottom: auto;
    left: auto;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    color: var(--main-font-color);
}


.content-block .hsb-content {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}


.content-block .hsb-item a:hover {
    background: white;
    box-shadow: none;
}

.sxs-menu{display: flex;flex-wrap: wrap; margin: 69px 40px 0;}
.sxs-menu .hsb-item{ display: flex; flex-direction:row; width: 33%;}
.sxs-menu .hsb-item img{width:36px; margin:0}

.content-block .sxs-menu   .hsb-item a{flex-direction: row; column-gap: 27px;}

.content-block .sxs-menu .hsb-item span{font-size: 14px;}

.si-description h2{
	font-weight: 600;
}


.home-books-block .hsb-item {
    width: 23.3%;
    overflow: hidden;
    border-radius: 8px;
}

@media(max-width: 1820px){
	.home-books-block .hsb-item{
		width: 23.2%;
	}

	.hsb-item {
    width: 208px;
    height: 210px;
    margin-bottom: 30px;
    position: relative;
	}
}

@media(max-width: 1720px){
	.home-books-block .hsb-item{
		width: 23.1%;
	}
}

@media(max-width: 1620px){
	.home-books-block .hsb-item{
		width: 23%;
	}

	.hsb-item img {
    width: 180px;
    opacity: .9;
    margin-top: 35px;
    position: absolute;
    transform: rotate(338deg);
    top: 36px;
    right: -30px;
    filter: grayscale(1);
	}
}


@media(max-width: 1520px){
	.home-books-block .hsb-item{
		width: 22.9%;
	}
}



.home-books-block .hsb-item a{
	width:100%;
}

.home-books-block .hsb-item span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-font-color);
    width: 50%;
    text-align: left;
}

.tb-services{
	margin-top: 40px;
}


.tb-services img{
	width: 72px;
}

.the-book h2{
	font-weight: 600;
	margin:0 0 30px;
}

.the-book ul {
	padding: 0;
	margin: 0;
}

.the-book ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #303030;
    font-weight: 400;
}

.the-book ul li:before{
	content: "";
	width: 24px;
	height: 24px;
	background: url("/check-badge.svg");
	background-size: 100%;
	position: absolute;
	left: 0;
	top:0;
}

.tf-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.tb-one {
    background: #f6f6f6;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 35px;
    flex: 0 0 46%;
    margin-bottom: 34px;
}

.the-book .tb-one a{
	padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 35px;
    text-decoration: none;
    border: none;
    color:#555;
    font-weight: 400;
}

.tb-title{
	font-size: 18px;
	font-weight: 600;
	color:#202020;
	margin-bottom: 8px;
}

.tb-subtitle{
	width:85%;
	font-size:14px;
}

.advantage-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

	margin:30px 0;
}

.catalog-description h2{
	font-weight: 600;
}

.advantage-flex ul{
	width: 60%;
	padding:0;
	margin:0;
}

h2.tf{
	margin-top: 30px;
	font-weight: 600;
}

.the-book p{
	font-size: 18px;
	line-height: 22px;
}

.stc-maket ul{
	padding: 0;
	margin: 30px 0;
}

.stc-maket ul li{
	list-style: none;
    position: relative;
    font-size: 18px;
    display: block;
    padding-left: 40px;
    margin-bottom: 20px;
    color:#404040;
}

.stc-maket ul li:before{
	content: "";
	width: 24px;
	height: 24px;
	background: url("/check-badge.svg");
	background-size: 100%;
	position: absolute;
	left: 0;
	top:0;
}

.stc-maket h2{
	    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.stc-maket  p {
	    font-size: 18px;
    line-height: 24px;
    color: #404040;
}


.stc-maket p a{
	text-decoration: none;
	border-bottom: 2px solid #ed1c29;
	font-weight: 600;
	color:#ed1c29;
}

.service-lookalike{
	    padding: 100px 0 200px;
    background: white;
    position: relative;
    z-index: 100;
}

.si-new {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.si-new .sad-title {
    font-size: 16px;
    font-weight: 600;
    padding: 30px 30px 0;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.si-new .sad-title img{
	width:44px;
}

.si-new .sad-description {
    font-size: 14px;
    text-transform: none;
    color: #202020;
    margin-top: 0;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px;
}

.si-new .si-advantage-icon {
    padding: 10px 30px 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.si-description {
    font-size: 16px;
    line-height: 24px;
    color: #3f3f3f;
    margin-top: 50px;
}

.si-description h2 {
    font-weight: 600;
    font-size: 20px;
    color:#111;
}


.order-service-content {
    background: none;
    border-radius: 4px;
    padding: 0;
}

.ssd-tabs-pills ul li.active a {
    background: none;
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.tf-items{
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;*/
	margin:50px 0 0;
}

.tf-items img{
	width: 100%;
	border-radius: 7px;
}

.tf-item{
	flex:0 0 23%;
}

.the-book strong{
	font-weight: 600;
	color:#222;

}

.the-book p {
    line-height: 30px;
    font-size: 18px;
}
.the-book a{
	text-decoration: none;
	border-bottom: 2px solid #ed1c29;
	color:#ed1c29;
	font-weight: 600;
}

.the-q{
	margin-bottom: 25px;
	position: relative;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 10px 30px;
    position: relative;
}

.the-q span.number {
    font-size: 32px;
    font-weight: bold;
    color: #ed1c29;
    margin-right: 10px;
    position: absolute;
    top: 17px;
    left: 32px;
}

.the-q span.title{
    font-size: 20px;
    font-weight: 600;
    padding-left: 50px;
    margin-top: 10px;
    display: block;
}

.the-q .answer {
    font-size: 16px;
    margin-top: 5px;
    color: #444;
    padding-left: 50px;
    padding-bottom: 10px;
}

.review-tab{
	display: none;
}

.review-tab.review-tab-active{
	display: block;
}

.ci-title {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.ci-title #add_review{
     position: relative;
    background: var(--main-color);
    color: white;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    text-align: right;
    padding-right: 15px;
    padding-left: 50px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    
}

.ci-title #add_review:before{
    content: "";
    background: url(/comment-smile.svg);
    background-size: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 8px;
    top: 5px;
}

.form-review .stars{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}

.form-review .stars a{
	display: block;
	width: 36px;
}


.form-review .stars a img{
	width: 100%;
	filter: grayscale(1);
}
.form-review .stars a.active img{
	filter: grayscale(0);
}


.form-review > label> span{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}


.form-review > label input[type="text"]{
	width: calc(100% - 30px);
	height: 44px;
	background: #f1f1f1;
	border-radius: 8px;
	border:none;
	padding:0 15px;
	font-family: "Montserrat";
	font-size: 18px;
}

.form-review > label input[type="email"]{
	width: calc(100% - 30px);
	height: 44px;
	background: #f1f1f1;
	border-radius: 8px;
	border:none;
	padding:0 15px;
	font-family: "Montserrat";
	font-size: 18px;
}


.form-review .text-danger{
	    color: #ed1c29;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}


.form-review > label textarea{
	width: calc(100% - 30px);
	height: 120px;
	background: #f1f1f1;
	border-radius: 8px;
	border:none;
	padding:15px;
	font-family: "Montserrat";
	font-size: 18px;
}



.form-review{
	margin-bottom: 25px;
}


.review-post input[type="submit"]{
    position: relative;
    background: var(--main-color);
    color: white;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    text-align: right;
    padding: 10px 70px;
    font-size: 16px;
    height: 50px;
    line-height: 31px;
    font-family: "Montserrat";
    border: none;
    cursor: pointer;
}

.dropzone.file {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    background: #f1f1f1;
    position: relative;
    border: 2px dashed #ccc;
}

.dz-details{
	display: none;
}

.dz-error-mark{
	display: none;
}

.dz-success-mark svg{
	width: 24px !important;
	height: 24px !important;
}


.dz-success-mark svg path{
	fill: #000;
}

.dz-success-mark{
	position: absolute;
	right: 0;
	top:0;
}

.dz-image img{
	    width: 90%;
    border-radius: 12px;
    overflow: hidden;
}

.dz-image{
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* height: 145px; */
    height: 198px;
    border-radius: 10px;
    overflow: hidden;
}

.file-before img {
    width: 40%;
    opacity: .3;
}

.file-placeholder{
	text-align: center;
}

.file-before{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.file-text{
	    font-weight: 600;
    font-size: 18px;
    opacity: 0.6;
}

#dropzone_container{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    min-height: 100px;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
}


.dropzone .dz-preview .dz-image{
	width: 100% !important;
	height: 100% !important;
	border-radius: 8px !important
}

.dropzone .dz-preview:hover .dz-image img{
	filter: none !important;
}

.dropzone .file-remove {
    position: absolute;
    right: -34px;
    top: -34px;
    z-index: 100;
}

.dz-remove img{
	width: 32px;
}

ul.pagination{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

ul.pagination li{
	list-style: none;
}


ul.pagination li a{
	text-decoration: none;
	color:#111;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #f1f1f1;
	border-radius: 8px;
	font-family: "Montserrat";
	font-size: 18px;
}

ul.pagination li span.page-link{
	text-decoration: none;
	color:#111;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #f1f1f1;
	font-size: 18px;
	border-radius: 8px;
}


ul.pagination li.page-item.active span{
	background: #e21c28;
	color:white;
}



.ro-date{
	    font-size: 14px;
    font-weight: 600;
    color: #303030;
    background: #f1f1f1;
    border-radius: 8px;
    padding: 5px 10px;
}

.date-view{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	align-items: center;
	 margin-top: 10px;
}

.date-view .views{
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
}

.date-view .views img{
	width: 24px;
    opacity: .3;
    margin-right: 10px;
}


.bin-block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 100px;
	margin:50px 0 100px;
}

.blog .bin-block{
	margin: 100px 0;
}


main .container.blog.first .bin-block{
	margin: 70px 0 100px;
}

.bin-block.grey{
	background: #f7f7f7;
}


.grey .bin-block{
	margin:0;
}


.bin-image{
	flex:0 0 45%;
}

.bin-image img{
	width: 100%;
	border-radius: 7px;
}

.bin-text{
	flex:0 0 47%;
}

.bin-text h2{
	font-size: 22px;
}

.bin-text p{
    line-height: 28px;
    font-size: 22px;
}

.bin-text p strong{
	font-weight: 600;
}


.blog h1 {
    font-size: 26px;
    color: #333;
    margin: 40px 0;
    font-weight: 600;
}

.blog h2{
	font-weight: 600;
}


.other-records{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px;
}


.other-records .news-one{
	flex:0 0 23%;
}

.other-records .news-one .name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.other-records-title{
	    font-size: 22px;
    font-weight: 600;
    margin: 80px 0 30px;
}

.si-action{
position: relative;
    padding: 25px 50px;
    background: #f7f7f7;
    border-radius: 7px;
    height: auto;
    margin: 50px 0;
}

.sia-manager {
    position: absolute;
    right: -92px;
    top: -46px;
}

.sia-manager img {
    width: 510px;
}

.sia-title{
	font-size: 22px;
	font-weight: 600;
}
.hsb2-item{
	margin-bottom: 5px;
}

.hsb2-item a{
	text-decoration: none;
	color:white;
	font-size: 16px;
	font-weight: 400;
}

.sia-subtitle {
font-size: 16px;
    width: 68%;
    margin: 5px 0 30px;
    /* text-transform: uppercase; */
    font-size: 14px;
    line-height: 18px;
}

.sf-one label{
	position: relative;
	font-weight: 600;
}

.sf-one label:before{
	content: "";
    background: url(/pph.svg);
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: 15px;
    top: 41px;
    display: block;
    position: absolute;
}

.sf-one label span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.sf-one input{
    display: block;
    width: 190px;
    border-radius: 7px;
    border: none;
    background: white;
    height: 46px;
    padding: 5px 5px 5px 70px;
    font-family: 'Montserrat';
    font-size: 18px;
    border: 1px solid #eee;
    margin-top: 8px;
    font-weight: 600;
}


.sf-one .os-form-submit-button a {
    width: 100%;
    margin: 25px 0 0;
}


.sf-one{
	width: 300px;
}

.sf-one .os-form-submit-button {
    width: 200px;
    margin-top: 15px;
    height: 50px;
}

.sf-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 600px;
	margin:20px 0;
}

.sf-flex .sf-one label span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 10px;
}

.sf-flex .sf-one label:before{
	top: 38px;
}

.sf-flex .sf-one .os-form-submit-button a{
	margin-top: 0;
}


.si-action  .sia-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px;
}


.sf-flex .sf-one input{
	margin-top: 12px;
}

@media(max-width: 600px){
	header{
		height: 80px;
	}

	.header-logo-mobile img {
        width: 140px;
        margin-top: 20px;
    }

        .mobile-menu a {
        align-items: center;
        display: flex;
        position: relative;
        width: 70px;
        height: 80px;
        /* margin-left: 2px; */
        /* margin-top: 7px; */
        margin:0 10px;
        justify-content: center;
    }
	
	.mobile-menu a img{
		margin:0;
	}

	.header-logo-mobile{
		flex: 0 0 140px;
		margin-left: 15px;
	}

	    .mobile-contacts a {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 60px;
    	}

        .mobile-contacts {
        width: 65px;
        height: 80px;
        border: none;
    }

    .slider {
        height: 280px;
        background: #f0f0f0;
        overflow: hidden;
    }

    .hero-slider-arrows{
    	display: none;
    }

        .canvas-outer {
       display: none;
    }

    .numbers {
        margin: 0;
        background: #c22121;
        padding:15px 0 10px;
    }

    .slider video{
    	width: 180%;
    }

    .slider{
    	height: auto;
    }

    .video-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #4e4e4e66;
    position: absolute;
    left: 0;
    top: 0;
	}

	#hero_slider_mobile .slide-one {
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .numbers .hcb-one-value{
    	padding:0;
    }

    .hab-content-bottom{
    	margin:0;
    }
	
	.numbers .hab-content-bottom > div{
		background: transparent;
	}

	.numbers .hcb-one-text{
		font-size: 10px;
	}

	body.mobile-open header {
    background: #fff;
    height: 82px;
    box-shadow: 0px 7px 20px 0px #e8e8e8;
    z-index: 200;
    position: fixed;
    top:0;
    width: 100%;
	}

	body.home .container{
		width: 100%
	}

	body.home main .hsb-content {
        column-gap: 0;
        justify-content: space-between;
        row-gap: 20px;
    }

    body.home .home-books-block .hsb-item {
    	width: 47%;
	}

	body.home .hsb-title {
        font-size: 22px;
        font-weight: 600;
        color: var(--main-font-color);
        margin: 0 0 30px;
    }

    body.home .home-books-block .hsb-item span {
    position: absolute;
    bottom: auto;
    top: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--main-font-color);
    text-align: left;
    font-weight: 600;
	}

	    body.home .hsb-item img {
        margin-top: 25px;
        top: auto;
        bottom: -21px;
        width: 108px;
    }

	 body.home   .hsb-item {
        width: 47%;
        height: 160px;
        margin-bottom: 10px;
    	}

    body.home .hsb-item a {
        width: 100%;
        height: 160px;
    }

    .common-links{
	background: #f1f1f1;
	margin-bottom: 150px;
	}

	.common-links ul{
		margin:0;
		padding:15px;
	}

	.common-links ul li a{
		padding: 10px 15px;
        display: block;
	}

	.mbd-inner{
		padding:25px;
	}
}


header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 7px 15px 0px #00000021;
    top:0;
}

.service-tabs.fixed .order-service {
    flex: 0 0 360px;
    position: fixed;
    width: 360px;
    right: calc((100dvw - 1420px) / 2);
    top: 110px;
}

body.service footer{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}


.service-tab-content{
	min-height:  100vh;
}

.questions-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 20px;
}

.questions-list .js-open-question{
	display: block;
	color:#202020;
	text-decoration: none;
	font-size: 18px;
}

.question{
	border-radius: 7px;
    background: #f7f7f7;
    padding: 25px;
}

.question-text{
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
	column-gap: 40px;
	line-height: 20px;
}


.question-text span {
    font-size: 48px;
    font-weight: 400;
    color: #202020;
}

.question-answer{
    font-size: 18px;
    color: #404040;
    padding-left: 67px;
    padding-right: 60px;
    display: none;
    line-height: 24px;
}



.question-answer p:last-child{
	margin-bottom: 0;
}

.question.open .question-answer{
	display: block;
}

.question-answer ul{
	margin:0;
	padding:0;
}

.question-answer ul li{
	list-style: none;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.question-answer ul li:before {
    content: "";
    width: 16px;
    height: 3px;
    background: #ed1c29;
    position: absolute;
    left: 0;
    top: 10px;
}


.service-tab-content .review-content {
    margin: 20px 0px;
}


.service-tab-content  .ci-title {
    display: flex;
    column-gap: 25px;
    align-items: center;
    margin-top: 50px;
}

.reviews-pagination{
	margin-bottom: 150px;
}

.portfolio-content{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}

.portfolio-element{
	flex: 0 0 30.8%;
	overflow:hidden;
	border-radius: 12px;
}

.portfolio-element:hover img{
	transform: scale(1.1);
}

.portfolio-element img{
	width: 100%;
	transition: all .3s ease-in;
}

.portfolio-filter a {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    color: #303030;  
    position: relative;
}


.portfolio-filter a:before{
	content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 7px;
    background: #f1f1f1;
}

.portfolio-filter a.active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    top: 12px;
    left: 4px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }



.pf-filter-title{
	position: relative;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 600;
}

.pf-filter-title:before{
	content: "";
	width: 26px;
	height: 26px;
	background: url(/assets/filter-circle.svg);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
    top: -2px;
}

.portfolio-filter a span{
	margin-left: 20px;
}


.portfolio-filter{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    column-gap: 25px;
    row-gap: 25px;
}

.portfolio-filter a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 25px;
}

.portfolio-filter a img{
	width: 36px;
	margin-top: -4px;
	display: none;
}



.portfolio-filter a.active {
    background: #ffffff;
    border: none;
    color: #111;
}

.portfolio-filter a.active:before{
	background: #ed1c29;
	border: 1px solid #ed1c29;
}


.portfolio-content{
	margin-bottom: 50px;
}

.pp-paginate{
	margin-bottom: 200px;
}

.container.blog strong{
	font-weight: 600;
	color:#303030;
}


.container.blog ul li
{
list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.container.blog ol li
{
list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.container.blog ul li:before{
	content: "";
	width: 18px;
	height: 4px;
	background: #ed1c29;
	position: absolute;
	left: -10px;
    top: 8px;
}

.record h1 {
    font-size: 26px;
    color: #333;
    margin: 40px 0 0;
    font-weight: 600;
}

.record .date{
	    background: #f1f1f1;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 600;
    color: #444;
}

.container.blog.carousel img{
	border-radius: 12px;
}

.bin-block.bin-carousel{
	margin:40px 0 80px;
}

.container.blog.carousel{
	margin-top:100px;
}

.bin-video video{
	width: 420px;
	border-radius: 12px;
}

.container.blog.carousel .owl-dots{
	margin-top: 50px;
}


@media(max-width: 600px){
	.record h1 {
    font-size: 20px;
    color: #333;
    margin: 40px 0 0;
    font-weight: 600;
    line-height: 20px;
	}

	.bin-block{
		flex-direction: column;
	}

	.bin-text p {
    line-height: 18px;
    font-size: 16px;
	}

	main .container.blog.first .bin-block {
    margin: 40px 0;
	}

	.container.grey {
    background: #f5f5f5;
    width: 100%;
    padding: 40px 0;
	}

	.bin-text {
    flex: 0 0 100%;
	}

	.container.grey {
		width: 100%;
	}

	.container.grey .container-inner {
    width: 340px;
    margin: 0 15px;
	}

	    .bin-video video {
        width: 100%;
        border-radius: 12px;
        margin: 0 auto;
        display: block;
    }

	.other-records .news-one {
    flex: 0 0 100%;
	}


	.bin-text h2 {
    font-size: 18px;
	}

	.container.blog ul li{
		font-size: 16px;
		line-height: 18px;
	}

	.news-one {
    flex: 0 0 100%;
    margin-bottom: 40px;
	}

	ul.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding: 0;
	}
}

.cpc2{
	margin-top: 100px;
}

.tff2 p{
	font-size: 18px
}
.tff2{
	margin-top: 100px;
}

.cpc3 strong{
	font-weight: 600;
}

.book-service-carousel .owl-dots{
	margin-top:50px;
}


.tff2 .answer ul{
	padding:0;
	margin: 15px 0 0;
}

.tff2 .answer ul li{
	position: relative;
    display: block;
    list-style: none;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 35px;
}

.tff2 .answer ul li:before{
	    content: "";
    width: 20px;
    height: 4px;
    background: #ed1c29;
    position: absolute;
    left: 0;
    top: 8px;
}


.book-service-carousel{
	width: 98%;
	margin:0 auto;
}
.advantage-flex ul li {
    position: relative;
    display: block;
    list-style: none;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.advantage-flex ul li:before{
	content: "";
    width: 20px;
    height: 4px;
    background: #ed1c29;
    position: absolute;
    left: 0;
    top: 8px;
}

@media(max-width: 600px){
	.the-book p {
    line-height: 26px;
    font-size: 16px;
	}
	    .tb-one {
        flex: 0 0 calc(100% - 30px);
    }

	.af-image img{
		width: 100%;
	}

	.the-book .tb-one a{
		flex-direction: column;
	}

	.service-attributes-mobile ul {
		display: none;
	}

	.tb-services img {
    width: 60px;
    margin-bottom: 30px;
	}

	.tb-title{
		font-size: 16px;
	}

	.tb-subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
	}

	    .sl-arrows-posluga .slc-left, .sl-arrows-posluga .slc-right {
        top: 26%;
    	}


    	.si-images .owl-dots{
    		display: none;
    	}

    	.sf-flex{
    		width: 100%;
    	}

    	.si-action .sia-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 20px;
	}

	.si-action{
		padding:25px;
	}

	.sf-one input{
		width: 202px;
	}

	.sf-one .os-form-submit-button {
    width: 100%;
    margin-top: 15px;
    height: 50px;
	}

	.advantage-flex ul {
    width: 100%;
    padding: 0;
    margin: 30px 0;
	}
}


.books-store{
	  font-family: "Libre Franklin", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  font-size: 16px;
}

.book-name h1{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 25px;
}

.book-head {
    position: relative;
    margin-bottom: 100px;
}

.book-like{
	position: absolute;
    left: -70px;
    top: -5px;
}

.book-like a{
	width: 44px;
	height: 44px;
	background:#f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.book-like a img{
	width: 28px;
}

.book-tabs ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding:0;
	margin:0;
}

.book-tabs ul li a{
	text-decoration: none;
	color:#333;
	font-size:18px;
	background: white;
	border-radius: 8px;
	padding:10px 20px;
}

.book-tabs ul li a.active{
	color:#fff;
	background: #e61b27;
	border-radius: 8px;
}


.book-content{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	column-gap: 100px;
}


.book-main{
	flex:0 0 60%;
}

.book-right{
	flex:0 0 30%;
}


.book-main__carousel{
	width: 660px;
	margin-top: 50px;
}


#book_carousel a {
	padding: 5px;
    border-radius: 8px;
   /* border: 2px solid #f1f1f1;*/
    display: block;
}

#book_carousel a img{
	border-radius: 8px;
}

#book_carousel a.active {
	padding: 5px;
    border-radius: 8px;
    /*border: 2px solid #000;*/
    display: block;
}

.book-main__carousel-arrows{
	position: absolute;
	width: 660px;
}

.book-main__carousel-arrows .bmca-left {
    left: -24px;
    width: 50px;
    height: 50px;
    background: black;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    top: 60px;
    transform: rotate(90deg);
    border-radius: 8px;
}


.book-main__carousel-arrows .bmca-right{
	right: -24px;
	top: 60px;
	width: 50px;
	height: 50px;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(270deg);
	position: absolute;
	border-radius: 8px;
	z-index: 100;
}

.book-main__carousel-arrows a img{
	width: 24px;
}

.book-main__carousel-arrows .bmca-right img{
	margin-top: 4px;
}

.book-main__carousel-arrows .bmca-left img{
	margin-top: 3px;
}

.author-block{display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 44px;}

.author-photo{width: 100px;border-radius: 100px;}

.author-title{
	    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

.author-name{
	font-weight: 600;
    font-size: 20px;
}

.author-desc{
	    font-size: 14px;
    width: 232px;
    margin-top: 10px;
}

.author-links{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: center;
	margin-top: 10px;
}

.author-links a img{
	width: 24px;
}

.author-links a.in img{
	width: 32px;
}


.review-photo-social img{
	width: 32px;
}


.book-right .price{
	font-size: 40px;
	margin-top:44px;
}

.book-right .price-title{
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
}

.book-right .price span{
	font-size: 20px;
	text-transform: uppercase;
}

.buy{
	margin:15px 0;
}

.buy a{
position: relative;
    display: block;
    height: 50px;
    border-radius: 8px;
    background: #222;
    color: white;
    font-size: 20px;
    text-align: right;
    text-decoration: none;
    padding: 5px 20px;
    line-height: 48px;
    transition: all .3s ease-in-out;
}

.buy a:hover{
	background: #ed1c29;
}

.buy a:before{
content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: url(/assets/book/wallet.svg);
    background-size: 100%;
}

.payment-systems{
	display: flex;
	align-items: center;justify-content: center;
	column-gap: 26px;
}

.payment-systems img.ps1{
	width: 40px;
}

.payment-systems img.ps2{
	width: 40px;
}

.payment-systems img.ps3{
	width: 40px;
}

.payment-systems img.ps4{
	width: 54px;
}

.payment-systems img.ps5{
	width: 54px;
}

.ss-head{
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.ss-head .ss-icon img{
	width: 30px;
}

.ss-list .ss-one{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.ss-value{
	color:#777;
}

.shipping-systems > .ss-one{
	margin-bottom: 50px;
}

.shipping-systems{
	margin:50px 0;
}

.attributes-list ul{
	list-style: none;
	padding:0;
	margin:40px 0;
}

.attributes-list ul li{
	display: flex;
	font-size: 18px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.attributes-list ul li span:last-child{
	color:#777;
}

.attributes-list ul li a{
	text-decoration: none;
	border-bottom: 2px solid #222;
	color:#222;
	font-weight: 600;
}

.attributes-list__showFull{
	margin:15px 0;
}

.attributes-list__showFull a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	color: #222;
}

.attributes-list__showFull a:after{
content: "";
    width: 10px;
    height: 12px;
    background: url(/arrow-down-black.svg);
    background-size: 100%;
    position: absolute;
    right: -16px;
    top: 3px;
}

.reviewsBlock{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.book-main__reviewsBlock .reviewsBlock > a{
	color: white;
	padding:10px 25px;
	border-radius: 8px;
	background: #222;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

.review-images a img{
	width: 200px;
	border-radius: 8px;
}

.review-images{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin:40px 0;
}


.reviewsBlockContent .hidden{
	display: none;
}

.show-more-review{
	text-decoration: none;
    border-bottom: 2px solid #222;
    color: #222;
    font-weight: 600;
    font-size: 16px;
}


.book-main__reviewsBlock .review-name{
	font-weight: bold;
    font-size: 20px;
}



.book-main__reviewsBlock .review-photo-link img{
	width: 120px;
	border-radius: 200px;
}


.book-main__reviewsBlock .review-photo{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.reviewsBlockContent .review-content {
    margin: 0;
}

.reviewsBlockContent .review-one{
	column-gap: 35px;
}

.review-quoute{
position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background: #ed1c29;
    border-radius: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.review-quoute img{
	width: 40px;
}

.reviewsBlockContent .review-one{
	position: relative;
	margin-bottom: 70px;
}

.reviewsBlockContent{
	margin-top: 50px;
}

.book-main__reviewsBlock{
	padding-top: 50px;
}


.book-content.fixed .book-right {
    position: fixed;
    top: 156px;
    right: calc((100% - 600px) / 5);
    width: 20%;
}


.book-content.fixed {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 100px;
}



.book-block{
	display: block;
}

.book-block img{
	width: 100%;
	margin-bottom: 15px;
	display: block;
}

.book-block span{
	font-weight: 400;
	font-size: 22px;
}


.book-block.hidden{
	display: none;
}

.book-main__description{
	margin-top: 100px;
}

.book-description-text p{
	font-size: 20px;
	line-height: 26px;
}


@media(max-width: 600px){
	.book-name h1 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}

.book-tabs ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    background: white;
    border-radius: 8px;
    padding: 10px 12px;
}

.book-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    flex-direction: column;
}

.book-main {
    flex: 0 0 100%;
        width: 100%;
}

.book-main img{
    flex: 0 0 100%;
        width: 100%;
}

.book-main__carousel {
    display: none;
}


.review-one {
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 20px 0;
    display: flex;
    justify-content: center;	
    align-items: center;
    flex-direction: column;
}

.book-main__reviewsBlock .review-photo {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    flex-direction: column;
}

.review-photo-social{
	width: 32px;
}
}

.your-order .bbook-block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.your-order .bbook-block img{
	width: 120px;
}

.your-order .bbook-block span{
	font-size: 16px;
}



 .book-right .your-order .price {
    font-size: 24px;
    margin-top: 10px;
}

.your-order .book-block-info{
	width: 64%;
}

.your-order .bbook-block span {
    font-size: 14px;
}

.your-order-title{
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.book-block-info div:first-child{
	font-size: 16px;
    font-weight: 500;
    color: #333;
}

.book-content2{
	justify-content: flex-start;
	align-items: flex-start;
}

.checkout-block-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
    margin-bottom: 40px;
    row-gap: 20px;
}

.checkout-item{
	flex:0 0 48%;
}

.ps-one{
	flex:0 0 48%;
}



.checkout-item input{
	width: calc( 100% - 30px);
	display: block;
	height: 46px;
	border:none;
	background: #f1f1f1;
	border-radius: 8px;
	padding: 0 15px;
	font-family: "Libre Franklin";
	font-weight: 600;
	font-size: 16px;
}

.checkout-item  label span{
	font-size:16px;
	display: block;
	margin-bottom: 5px;
}

.checkout-item input{
	margin-bottom: 0px;
}

.payment-shipping{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.payment-shipping .checkout-item{
	flex:0 0 100%;
}


.checkout-item.ps-item div label{
	display: flex;
	align-items: center;
	column-gap: 24px;
	margin-bottom: 0px;
}

.checkout-item.ps-item input[type="radio"]{
	width: 28px;
	height: 28px;
	margin: 0;
}

.checkout-item.ps-item label span{
	margin:0;
}

.book-head2 {
    position: relative;
    margin-bottom: 50px;
}

.buy2{
	margin-top: 50px;
}

.checkout-item.ps-item div{
	margin-bottom: 24px;
}

.checkout-item.ps-item div:last-child{
	margin-bottom: 0;
}


.portfolio-flex{
  display: flex;
  align-items: flex-start;justify-content: space-between;
}

.portfolio-flex .portfolio-filter{
  flex: 0 0 20%;
  background: #fff;
  border-radius: 8px;
}

.portfolio-flex .portfolio-content{
  flex: 0 0 77%;
}

.shdr .hsb-item {
    width: 321px;
    height: 210px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.shdr .hsb-item a{
	width: 100%;
}

.shdr .hsb-item span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 600;
    font-size: 20px;
    color: var(--main-font-color);
    width: 50%;
    text-align: left;
}


@media(max-width: 600px){
	.hcb-one{
		margin-bottom: 0px;
	}
	.hab-content-bottom{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.hab-inner{
		padding:40px 40px 30px;
	}

	.ac-block{
		flex-direction: column;
	}

	.ac-block.last{
		margin-top: 0;
	}

	.ac-block-text {
    font-size: 18px;
    flex: 0 0 50%;
    line-height: 22px;
    color: #444;
	}

	

}


.tbb-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px 0;
	column-gap: 60px;
}

.tbb-block .tbb-left{
	flex: 0 0 44%;
}

.tbb-block .tbb-right{
	flex: 0 0 44%;
}


.tbb-block .tbb-left img{
	border-radius: 8px;
	width: 90%;
}

.tbb-block .tbb-right img{
	border-radius: 8px;
	width: 90%;
}

.tbb-left p{
	font-size: 18px;
	line-height: 22px;
}

.tbb-block ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #303030;
    font-weight: 400;
}

.tbb-block h2{
	font-weight: 600;
	margin-top: 35px;
}

.tbb-block a{
	font-weight: 600;
	color: var(--main-red-dark);
	text-decoration: none;
	border-bottom: 2px solid var(--main-red-dark);
}

.tbb-block ul {
	padding:0;
	margin: 0;
}

.tbb-block ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/check-badge.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tf-items2 {
    margin: 100px 0 0;
    background: #f5f5f5;
    padding: 70px 0;
}

.tf-items2 .owl-dots{
	display: none !important;
}


.si-action.si-action-full .sia-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.si-action-full .sf-one{
	width: auto;
}

.si-action-full .sf-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    column-gap: 25px;
    padding-bottom: 15px;
}

.si-action-full .sf-flex .sf-one label:before {
    top: 28px;
}

.si-action-full .sf-one input{
	width: 294px;
	padding: 5px 15px 5px 70px;
	text-align: right;
}
.si-action-full .sf-one .os-form-submit-button{
	margin-top: 5px;
}

.blog .bin-text a{
	color:var(--main-red-dark);
	text-decoration: none;
	border-bottom: 2px solid var(--main-red-dark);
	font-weight: 600;
}

.bt2 p {
    line-height: 28px;
    font-size: 22px;
}

.bt2-image{
	width: 80%;
}

.af-2{
	margin-bottom: 100px;
}

.af-2 img{
	width: 90%;
	border-radius: 8px;
}

.af-2 .af-image{
	flex: 0 0 40%;
}

.af-2 .af-left{
	flex: 0 0 55%;
}

.advantage-flex.af-2 ul{
	width: 100%;
}

.tbb-block strong{
	font-weight: 600;
}

.af-2 p{
	font-size: 18px;
}

@media (max-width: 600px) {

	.service-lookalike{
		display: none;
	}
    .hsb-item {
        width: 160px;
        height: 160px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

    .owl-carousel .hsb-item {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

    .owl-carousel .hsb-item a {
        width: 100%;
        height: 100%;
    }

    .hsb-item img{
    	top: 50px;
        right: -15px;
        width: 100px;
    }

    .hsb-item span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-font-color);
	bottom:auto;
		}

		#same_services .owl-item{
			width: 200px;
		}
}

.portfolio-mobile{
	display: none;
}

@media(max-width: 640px){
	.portfolio-mobile{
		display: block;
	}

	.breadcrumb-mobile li a i{
		top: 18px;
	}

	.container.portfolio-container{
		width: 90%;
	}

	.portfolio-filter{
		display: none;
	}

	.portfolio-mobile a {
		display: block;
	    width: calc(100% - 30px); 
	    border-radius: 8px;
	    background: var(--main-red-dark);
	    height: 54px;
	    padding: 0 15px;
		color: white;
		text-decoration: none;
		line-height: 54px;
	}

	.portfolio-mobile .pf-filter-title{
		padding:0;
		display: block;
		text-align: right;
	}

	.portfolio-mobile .pf-filter-title:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/assets/filter-circle.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 3px;
    top: 14px;
    filter: brightness(2) invert(1);
	}

	.portfolio-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
	}

	.portfolio-flex .portfolio-content {
    flex: 0 0 100%;
    column-gap: 9%;
	}

	.portfolio-element {
	    flex: 0 0 45.5%;
	    overflow: hidden;
	    border-radius: 12px;
	}


	.portfolio-filter.mobile{display: block;}

	.portfolio-filter.mobile .pf-filter-title {display: none;}

	.portfolio-filter.mobile .pf-filter-content{
		 
	    border-radius: 8px;
	   
	    width: 100%;
	    overflow-y: auto;
	    max-height: 300px;
	}

	.portfolio-flex .portfolio-filter{
		flex: 0 0 100%;
		width: 100%;
	}

	h1 {
    font-size: 24px;
    color: #333;
    margin: 25px 0;
    font-weight: 600;
	}

	.pp-paginate .pagination{
		row-gap: 15px;
		column-gap: 17px;
		justify-content: flex-start;
	}

	ul.pagination li.page-item.active span{
		background: var(--main-red-dark);
	}
}


.container.portfolio-container{
	width: 94%;
}


.header-social-icons{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
}

.header-social-icons .footer-social-one{
	margin: 0;
}

.header-social-icons .footer-social-one a{
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    transition: all .3s ease-in;
}


.header-social-icons .footer-social-one a img{
	transition: all .3s ease-in;
}


.header-social-icons .footer-social-one a:hover svg{
	transform: scale(1.12);
}

.carousel-home{
	
	padding:60px 0;
	margin: 60px 0;
}

.ch-title {
   
    margin: 0 0 60px;
}


.carousel-home img{
	border-radius: 8px;
}


.work-item-home{
width: 100%;
    height: 430px;
    background-size: cover !important;
    border-radius: 8px;
	
}

.work-item a {
	transition: all .3s ease-in;
	width: 300px;
	height: 430px;
	border-radius: 8px;
	display: block;
}

.work-item a:hover figure{
	filter: brightness(1.05);
}

.work-item{
	width: 300px;
	height: 430px;

}

@media(max-width: 600px){
	.work-item a{
		width:  100%;
		height: 280px;
	}
	.work-item{
		width:  100%;
		height: 280px;
	}

	.work-item-home{
		height: 280px;
	}

	    .hero .carousel-home.tc {
        margin: 0 0 25px;
        padding: 60px 0 0;
    }

}