body{
	font-family: Helvetica;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;

}
.hidden {
    display:none;
}
nav a {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}
.nav-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav-item a{
	display:  block;
	text-align: center;
}
/*
nav .container-fluid{
	width: 1440px;
}
*/
.navform form input{
    background-color: #494949;
    border-radius:4px;
    border: none;
    height: 36px;
}
.navform form button {
	border: none;
	background-color: #494949;
	top: 4px;
	left: 1rem;
}

nav .container-fluid{
	width: 1600px;
}
.page-item:first-child .page-link{
    border-radius: 0;
}
.chrsproduct table tr td{
    width: 50%;
    color: #5A5A5A;
}
.table{
    --bs-table-striped-bg: #fff;
    --bs-table-striped-color: #5A5A5A;
}
@media screen and (max-width: 1599px){
	nav .container-fluid{
    	width: 1440px;
    }
    #recommends .container{
        width: 1440px;
    }
}
@media screen and (max-width: 1439px){
	nav .container-fluid{
    	width: 100%;
    }
    #recommends .container{
        width: 100%;
    }
}
.navcontact{
	flex-wrap: wrap;
}
.navbar-expand-md .navbar-nav .nav-link{
	padding: 1rem 3.5rem;
}
.navbar-brand{
	width: 17%;
	text-align: left;
}
.navbar-nav{
	width: 100%;
	justify-content: space-between;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 1rem 0.5rem;
}
a.ph{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	vertical-align: center;
	letter-spacing: 10%;
	text-decoration: none;
	color: #fff;
}
.navaddress{
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: right;
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link{
	color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
	color: rgba(255,255,255,.55);
}
main{
	margin-top: 86px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	position: relative;
}
.owl-nav {
	position: absolute;
	/*top: calc(19vw - 30px);*/
	top: calc(50% - 30px);;
	width: 96vw;
	left: 1vw;
	padding: 0 2rem;
}
/*
.owl-next{
	position: absolute;
	right: 0;
}
*/
.owl-nav button.owl-prev {
  left: 2rem;
}
.owl-nav button.owl-next {
  right: 2rem;
}
#videos .owl-dot>span, #recommends .owl-dot>span{
    display:none;
    
}
#videos .owl-dots button.owl-dot.active {
	background-color: #fff !important;
	width: 15px;
	height: 15px;
}

.owl-dots {
  text-align: center;
  padding-top: 2rem;
}

.owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: #C4C4C4 !important;
	margin: 0 1rem;
}
.owl-dots button.owl-dot.active {
	background-color: #0F7BD1 !important;
	width: 12px;
	height: 12px;
}
.owl-dots button.owl-dot:focus {
	outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
*/
.owl-nav button:focus {
    outline: none;
}
.itemdescr{
	position: absolute;
	top: 10vw;
	left: 13vw;
	font-family: Roboto;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.05em;
	text-align: left;
	width: 524px;
	z-index:100;
}
.spisok{
    top: 5vw;
}
.spisok ul{
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.636;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left:0;
}
.spisok ul li{
    /*list-style-type:none;*/
    list-style-position: inside;
}
a.mainbutton{
    background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);
    height: 55px;
    width: 260px;
    border-radius: 4px;
    color:#fff;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    padding: 1rem 0;
    font-family: Helvetica;
    font-weight: 400;
    line-height: 1.363;
    letter-spacing: 0.05em;
}
a.artbutton, button.artbutton{
    height: 35px;
    width: 128px;
    border-radius: 4px;
    border: 1px solid #000;
    text-align: center;
    text-decoration:none;
    padding:0.2rem;
    color:#000;
    background-color:#fff;

}
a.artbutton:hover, button.artbutton:hover{
    background-color:#000;
    color:#fff;
}
.modal-title{
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
}
.modal-header{
    border:none;
}
.btn-close{
    border-radius:0;
    top:1rem;
    right:1rem;
    z-index:5;
}
#preimusch, #otzyvy{
    position: relative;
}
.fonpreim{
    font-family: Roboto;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.167;
    letter-spacing: 0.2em;
    text-align: center;
    color: #F3F3F3;
    position: absolute;
    width: 100%;
	top: 2rem;
}
div.oned{
    top:0;
    left:0;
}
h2{
    font-family: Roboto;
    font-size: 2.47rem;
    font-weight: 300;
    line-height: 1.167;
    letter-spacing: 0.25em;
    text-align: center;
    position:relative;
    z-index:100;
    text-transform:uppercase;
}
.icon, .namepluse{
    text-align:center;
}
.icon{
    height:calc(55px + 4.3rem);
    padding-top:4.3rem;
}
.pre{
    position:relative;
}
img.linebot, img.lineright{
    position: absolute;
    display: block;
}
img.linebot{
    left:95px;
    bottom:0;
}
img.lineright{
    right:0;
    top:58px;
}
/*
.pre4 img.lineright, .pre8 img.lineright{
    display: none;
}
.pre5 img.linebot, .pre6 img.linebot, .pre7 img.linebot, .pre8 img.linebot{
    display: none;
}
*/
.namepluse{
    padding:1rem;
    text-align:center;
}
.pt-170{
    padding-top: 170px !important;
}
.pb-170{
    padding-bottom: 170px !important;
}
.mt-170{
    margin-top: 170px !important;
}
.mb-170{
    margin-bottom: 170px !important;
}
.pt-140{
    padding-top: 140px !important;
}
.pb-140{
    padding-bottom: 140px !important;
}
.mt-140{
    margin-top: 140px !important;
}
.mb-140{
    margin-bottom: 140px !important;
}
.pt-110{
    padding-top: 110px !important;
}
.pb-110{
    padding-bottom: 110px !important;
}
.mt-110{
    margin-top: 110px !important;
}
.mb-110{
    margin-bottom: 110px !important;
}
.p-80{
    padding: 80px !important;
}
.pt-80{
    padding-top: 80px !important;
}
.pb-80{
    padding-bottom: 80px !important;
}
.m-80{
    margin: 80px !important;
}
.mt-80{
    margin-top: 80px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.p-70{
    padding: 70px !important;
}
.pt-70{
    padding-top: 70px !important;
}
.pb-70{
    padding-bottom: 70px !important;
}
.m-70{
    margin: 70px !important;
}
.mt-70{
    margin-top: 70px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.pt-60{
    padding-top: 60px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.w-90{
    width:90%;
}
#articles{
    background-color:#F4F6FB;
}
.oneart{
    position: relative;
}
.oneart .preview{
    width:60%;
}
.oneart .opis{
    width:40%;
    padding: 1.5rem;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.oneart .opis p{
    font-size: 0.85rem;
}
.oneart .zag{
    font-family: Roboto;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.043;
    letter-spacing: 0.05rem;
    text-align: left;
}
.oneart img.position-absolute{
    top:0;
    left:15px;
}
.oneart:nth-child(1) img.position-absolute, .oneart:nth-child(2) img.position-absolute, .oneart:nth-child(3) img.position-absolute{
    display:none;
}
#services .oneart:nth-child(3) img.position-absolute, #services2 .oneart:nth-child(3) img.position-absolute, #services3 .oneart:nth-child(3) img.position-absolute{
    display: block;
}
.beginblock .oneart:nth-child(1), .beginblock .oneart:nth-child(2), .beginblock .oneart:nth-child(3){
    
}
#houses{
    background-color:#F4F6FB;
}
#houses .container{
    width: 1460px;
}
#houses .opis{
    width: 100%;
    padding-left: 0;
    font-weight: 500;
}
#houses .oneart .zag{
    font-size:20px;
}
/* #houses .col-md-4{
    width: 32%;
    margin-right:1.1%;
} */
#houses .oneart a.artbutton{
    bottom: 2rem;
    right: 2rem;
    background: transparent;
    border:1px solid #fff;
    text-transform:uppercase;
    color:#fff;
    font-size: 0.8rem;
}

#houses .oneart a.artbutton:hover{
    background-color:#1882D7;
    border:1px solid #1882D7;
}
#houses .oneart .preview {
	width: 100%;
}
#houses .oneart .preview img{
    border-radius: 4px;
}
#onedom{
    font-size: 1.176rem;
    line-height: 1.3;
    font-weight: 300;
    font-family: Helvetica;
    letter-spacing: 0.05em;
    text-align: left;
}
#onedom h2{
    top: 0.5rem;
}
#onedom .razr h2 {
	text-align: left;
	width: 300px;
	color: #fff;
	font-size: 2.4rem;
	margin: 113px auto;
	line-height: 1.1;
}
#onedom .form h2{
    font-family: Roboto;
    font-size: 2.118rem;
    font-weight: 400;
    line-height: 1.167;
    letter-spacing: 0.1em;
    text-align: center;
}

.blackfon{
    width: 100%;
    height: 404px;
    background: #0F1012;
}
.blackfon form{
    width: 624px;
    height: 570px;
    padding: 2rem 6rem;
    background: #F4F6FB;
    box-shadow: 4px 4px 10px rgba(0, 30, 53, 0.2);
    border-radius: 4px;
    top: -4rem;
    left: 0;
}
.blackfon form input, .blackfon form textarea{
    width: 100%;
    padding: 1rem;
    margin-top: 1.7rem;
}
.blackfon form textarea{
    height: 9rem;
}
.blackfon form .servicebutton{
    margin: 2rem auto;
    display: block;
}
#onedom .howwework h2{
    font-size: 2.53rem;
    letter-spacing: 0.75rem;
}
#onedom .fonpreim {
    font-size: 3.1rem;
}
.etaps .etap{
    width: 156px;
    height: 156px;
    background: url(../../site/img/icons/round.svg);
    margin-right: 104px;
    position: relative;
}
.etaps .etap:last-child{
    margin-right:0;
}
.etaps .etap .icon{
    padding: 0;
    width: 70px;
    height: 70px;
    margin: 2.5rem 2rem;
}
.etaps .etap .position-absolute{
    top: 66px;
    left: 156px;
}
.etaps .etap p {
	text-align: center;
	margin-top: 2rem;
}
#category{
    margin-top: 6rem;
}
#category .servicebutton{
    padding: 0.7rem 0.5rem;
}
#category .servicebutton:hover{
    color: #fff;
}

.mainimg h2{
	top: 46%;
	position: absolute;
	width: 100%;
	font-family: Roboto;
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 0.05em;
    text-align: center;
    color:#fff;
}
.oneusl {
    flex-direction:column;
    position:relative;
}
.oneusl .zag{
    font-size: 1.176rem;
    font-weight: bold;
}
.oneusl .text{
    font-size: 0.824rem;
}
.oneusl .servicebutton {
	text-decoration: none;
	text-align: center;
	padding: 0.5rem;
	float: right;
	width: 170px;
    height: 40px;
    font-family: Helvetica;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform:uppercase;

}
.oneusl .opis, .oneusl .preview, .oneusl .but{
    width: 84%;
}


.products-catalog {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.products-catalog__item {
	flex: 0 0 calc(327/ 1220 * 100%);
	width: calc(327/ 1220 * 100%);
	margin-right: calc(115/ 1220 * 100%);
	margin-bottom: 50px;
}

.products-catalog__item:nth-of-type(3n) {
	margin-right: 0;
}

.products-catalog__item:nth-of-type(3n) .products-catalog-card__image:before {
	display: none;
}

.products-catalog-card {}

.products-catalog-card__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: calc(24 / 20);
	letter-spacing: 0.05em;
	color: #0F1012;
}

.products-catalog-card__description {
	font-family: 'Helvetica';
	font-weight: 300;
	font-size: 14px;
	line-height: calc(18 / 14);
	color: #5A5A5A;
	margin-top: 3.8px;
}

.products-catalog-card__image {
	position: relative;
	margin-top: 15px;
	padding-bottom: calc(250 / 327 * 100%);
}

.products-catalog-card__image:before {
	content: '';
	display: block;
	position: absolute;
	right: calc(59 / 327 * -100%);
	top: 50%;
	width: 1px;
	height: calc(150 / 250 * 100%);
	background-color: #5A5A5A;
	transform: translateY(-50%);
}

.products-catalog-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.products-catalog-card__actions {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.products-catalog-card__actions::before {
	content: '';
	display: inline-block;
	width: calc(100/ 327 * 100%);
	height: 1px;
	background-color:  #5A5A5A;
}

.products-catalog-card__actions a,
.products-catalog-card__actions button {
	display: inline-block;
	text-decoration: none;
	width: auto;
}






/*
.oneusl .lineprod{
    position:absolute;
    bottom: 1rem;
    width: 120px;
}
.oneusl .lineprodright{
    width: 1px;
    top: 12rem;
    position: absolute;
    right: 3.5rem;
}
*/

.preview:after {
    content: '';
    display: inline-block;
    height: 140px;
    width: 1px;
    background-color: black;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(40px, -50%);
}
#services .preview:after, #services2 .preview:after, #services3 .preview:after {
    display: none;
}

.preview {
   position: relative;
}
#catalog h1 {
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: bold;
}
#catalog .servicebutton {
	text-decoration: none;
	text-align: center;
	padding: 0.6rem 1rem;
	/*width: 129px;
    height: 36px;*/
    font-family: Helvetica;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);
    border: 1px solid #1A6EAD;
    border-radius: 4px;
}
#catalog .servicebutton:hover{
    background: none;
    color: #000;
    border: 1px solid #000;
}
.amenucat{
    text-decoration: none;
    color: #0F1012;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3;
    display: block;
    padding: 1rem 0;
}
.accordion>li{
    list-style-type: none;
}
.product h4{
    font-size: 1.2rem;
    font-weight: 400;
}
.product .vendor, .product .size {
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Helvetica';
	font-style: normal;
	margin-bottom: 0.3rem;
	color: #5A5A5A;
}
.product .pri{
    font-size: 1.35rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "");
}
#oneproduct .breadcrumb-item a {
	text-decoration: none;
	color: #747474;
	font-size: 0.824rem;
	font-weight: bold;
}
#oneproduct h1 {
	padding-left: 0;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 1.4rem;
	font-weight: 700;
}
#msProduct table th{
    font-weight: normal;
    border: none;
}
tbody, td, tfoot, th, thead, tr, .table > :not(caption) > * > *{
    border: none !important;
    font-weight: normal;
}
.tablechars{
    width: 100%;
    /* margin-top: -295px; */
}
.tablechars th, .tablechars td{
    padding: 0.9rem 1.8rem;
}
.ordernow{
    height: 47px;
    width: 296px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);
    border: none;
}
.ordernow:hover {
    background: linear-gradient(180deg, #4eb1fd 0%, #3e93d8 47.19%, #0674CB 100%);
}
.text-right{
    text-align: right;
}
#oneproduct {
    padding-top: 55px;
    background-color: #F4F6FB;
}
.page-link{
    border: none;
    color: #0F1012;
}
.page-link a{
    color: #0F1012;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #c4c4c4;
	border-color: #c4c4c4;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
	margin-top: 3rem;
}
.breadcrumb a, .breadcrumb-item.active{
    color: #747474;
    text-decoration: none;
}







   /**
* Компоненты аккордеона.
*/
.accordion {
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}
.accordion_toggle{
    display: block;
}

.accordion > li {
  position: relative;
}

.accordion > li:after{
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:50%;
    height:1.1px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
    background-color:red;
    position: absolute;
    right:0;
    top:-1px;
}


.accordion > li:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	width: 113px;
	height: 1px;
	background-color: #5A5A5A;
}




.accordion > li a{
    text-decoration: none;
    color: #000;
    font-weight: normal;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    position: relative;
}
.accordion > li.bluecolor > a, .accordion li.bluecolor > a{
    color: #1A6EAD;
}
.accordion > li > ul{
    display: none;
}
.accordion > li.bluecolor > ul{
    display: block;
    padding-left: 0.9rem;
}
.accordion > li.bluecolor > ul li{
    list-style-type:disc;
}
.accordion > li.bluecolor > ul li a{
    font-weight: 300;
    font-family: Helvetica;
}

.accordion > li.bluecolor a>.bluesquare, .accordion > li a>.square{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 1rem;
}
.accordion > li.bluecolor a>.bluesquare{
    background: url(../img/up-chevron-2.svg);
}
.accordion > li a>.square{
    background: url(../img/up-chevron-3.svg);
}
.accordion_item {
  position:relative;
  list-style-type:disc;
}
.accordion_item:after{
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:50%;
    height:1.1px;/* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
    background-color:white;
    position: absolute;
    right:0;
    top:-1px;
}
.accordion_item:last-of-type {
  border-bottom: none;
}
/**
* Элемент label который запускает открыть/закрыть.
*/
.accordion_trigger {
  display: block;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  padding: 1rem 0;
  font-size: 1.2rem;
    font-weight: 600;
}
.accordion .accordion_item > .accordion_target > ul > .accordion_item > .accordion_trigger {
    padding: 0.25rem 0;
}
/* меняем цвет фона у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}
 
/**
 * эти элементы radio/checkbox всегда должны быть скрыты.
 */

.accordion_toggle {
	position: absolute;
	display: block;
	top: 0.5rem;
	right: 0;
	border-radius: 3px;
}
.accordion > .accordion_item > .accordion_toggle{
    width: 26px;
	height: 26px;
	top: 0.8rem;
}

/**
* скрытое содержание аккордеона.
*/
.accordion_target {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: #fff;
  color: #000;
}
/**
* когда переключатель checked на radio/checkbox, показать содержимое аккордеона.
*/    
.accordion_toggle:checked ~ .accordion_target {
  position: static;
  overflow: visible;
  clip: auto;
  margin: auto;
  padding: 1rem 0;
  width: auto;
  height: auto;
/* задержка появления  функция анимации */
  -webkit-animation:fadeIn ease-in 0.5s; 
  -moz-animation:fadeIn ease-in 0.5s;
  animation:fadeIn ease-in 0.5s; 
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fadeIn {
    from { opacity: 0; }
to { opacity: 1 }
}



.accordion_item lable{
    width: 100%;
}




input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 0;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
}

input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0.9rem;
    width: 26px;
    height: 26px;
    border: 1px solid #C0C0C0;
    background-color: #C0C0C0;
    color:#fff;
}
input[type="checkbox"]:checked + label:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #0F7BD1;
    background-color: #0F7BD1;
    color:#fff;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 4px;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    right: 8px;
    top: 21px;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
}
input[type="checkbox"]:checked + label:after{
    top: 6px;
}
.catchek input[type="checkbox"]:checked+label{
    color: #1A6EAD;
}
/*
.catchek input[type="checkbox"]:not(:checked) + label::before {
	top: 0;
}
.catchek input[type="checkbox"]:not(:checked) + label::after{
    bottom: 12px;
}
*/
.accordion > .accordion_item input[type="checkbox"]:checked+label{
    font-weight: bold;
}
#recommends .owl-nav{
    width: 100%;
}
@media (min-width: 1400px){
    
    #onedom .container,  #onedom .container-lg,  #onedom .container-md,  #onedom .container-sm,  #onedom .container-xl,  #onedom .container-xxl{
    	max-width: 1220px;
    }
    #onedom .container .content img{
        width: 90%;
    }
    #onedom .blueicons{
        max-width: 1380px;
        width: 1380px;
    }
    #category .container{
        width: 1215px;
    }
    .category .container .rowcat{
        width:112%;
    }
}

@media (min-width: 1500px){
    #onedom .blueicons{
        max-width: 1460px;
        width: 1460px;
    }
    #catalog .container, #oneproduct .container {
        width: 1416px;
        max-width: 100%;
    }
}


#onedom strong{
    font-weight:700;
}
.blackportfolio, .blackportfolio h2{
    background-color:#0F1012;
    color:#fff;
}
.whiteportfolio, .whiteportfolio h2{
    background-color:#F4F6FB;
    color:#0F1012;
}
.portfolioslide .item a.button {
	color: #0F7BD1;
	background: transparent;
	border: 1px solid #0F7BD1;
	border-radius: 4px;
	width: 228px;
	height: 47px;
	display: block;
	margin: 1rem auto;
	text-decoration: none;
	padding: 0.7rem;
	font-size: 1rem;
}
.portfolioslide .item a.button:hover{
    background: linear-gradient(0deg, #1A6EAD, #1A6EAD); /* linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);*/
    color: #fff;
}
.portfolioslide .owl-carousel .owl-nav button.owl-next, .portfolioslide .owl-carousel .owl-nav button.owl-prev{
    font-size: 5rem;
}
.portfolioslide .owl-theme .owl-nav {
  margin-top: -3rem;
}
#videos .owl-nav .owl-next, #videos .owl-nav .owl-prev {
	font-size: 4rem;
	top: calc(50% - 1.5rem);
	padding: 2rem !important;
}
#videos .owl-nav .owl-prev{
    left: 2rem;
}
#videos .owl-nav .owl-next{
    right: 2rem;
}
 .blackportfolio .portfolioslide .item {
    color:#fff;
}
#videos .portfolioslide .item {
    color:#fff;
}
#videos .portfolioslide .item iframe{
    min-height:280px;
}
#portfolio .portfolioslide .item img{
    height: 280px;
    width: auto;
    margin: 0 auto;
}
.whiteportfolio .portfolioslide .item {
    color:#0F1012;
}
.opisanie {
	color: #F4F6FB;
	margin-top: 1.8rem;
}
.portfolioslide .item .position-absolute {
	top: 0;
	left: 0;
	padding: 2rem;
	background-color: rgba(0,0,0,0.5);
	font-size: 0.95rem;
	text-align: left;
	opacity: 0;
    z-index: -1;
    transition: opacity 150ms;
}
.item .imgh{
    margin: 0 auto;
}
/*dop v*/
#videos .item .imgh{
    position: relative;
    padding-bottom: calc(279 / 452 * 100%);
}
#videos .item .imgh a{
    max-height: 279px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videos .item .imgh a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#videos .portfolioslide .item .position-absolute{
    opacity: 1;
    z-index: initial;
}
/*dop v end*/
.portfolioslide .item .imgh:hover .position-absolute {
    opacity: 1;
    z-index: 1;
    background-color: rgba(0,0,0,0.8);
}
.portfolioslide .owl-theme .owl-dots .owl-dot span{
    opacity: 0;
}
img.linebot {
	left: calc((100% - 140px)/2);
	bottom: 0;
}
.videoslide .item{
    color:#fff;
}
.videoslide .item iframe{
    width: 452px !important;
    height: 279px;
} 
/*
.oneotz {
    width: 19%;
    margin: 1rem 0.5%;
}
*/
/*
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl 
  */  
.oneotz img{
    max-height:36vh;
}
.servicebutton{
    background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);/*linear-gradient(0deg, #1A6EAD, #1A6EAD), linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%)*/
    box-sizing: border-box;
    width: 237px;
    height: 45px;
    /*background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);*/
    border: 1px solid #1A6EAD;
    border-radius: 4px;
    color:#fff;
}
.servicebutton:hover{
    background: linear-gradient(180deg, #1A6EAD, #1A6EAD), linear-gradient(0deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);
}
#services2{
    background-color: #0F1012;
}
#services2 .oneart .opis, #services2 .oneart .text{
    color: #fff;
}
#services .oneart .opis, #services2 .oneart .opis, #services3 .oneart .opis {
	padding: 0.2rem 1rem 0.2rem 1.5rem;
}
#services .oneart .text, #services2 .oneart .text, #services3 .oneart .text{
    width: 100%;
    overflow: hidden scroll;
    font-size: 1rem;
    margin: 1.176rem 0;
    height: 190px;
    scrollbar-color: #2D93E3 #E6EAF2; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина  auto | thin | none*/
}
#services .oneart .text::-webkit-scrollbar, #services2 .oneart .text::-webkit-scrollbar, #services3 .oneart .text::-webkit-scrollbar {
    width: 9px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

#services .oneart .text::-webkit-scrollbar-button, #services2 .oneart .text::-webkit-scrollbar-button, #services3 .oneart .text::-webkit-scrollbar-button {
    display: none;
}

#services .oneart .text::-webkit-scrollbar-track, #services2 .oneart .text::-webkit-scrollbar-track, #services3 .oneart .text::-webkit-scrollbar-track {
    background-color: transparent
}

#services .oneart .text::-webkit-scrollbar-track-piece, #services2 .oneart .text::-webkit-scrollbar-track-piece, #services3 .oneart .text::-webkit-scrollbar-track-piece {
    background-color: transparent
}

#services .oneart .text::-webkit-scrollbar-thumb, #services2 .oneart .text::-webkit-scrollbar-thumb, #services3 .oneart .text::-webkit-scrollbar-thumb {
    height: 15px; /*50px*/
    background-color: #2D93E3;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
#services .oneart .text::-webkit-scrollbar-corner, #services2 .oneart .text::-webkit-scrollbar-corner, #services3 .oneart .text::-webkit-scrollbar-corner  {
    background-color: #2D93E3;
}

#services .oneart .text::-webkit-resizer, #services2 .oneart .text::-webkit-resizer, #services3 .oneart .text::-webkit-resizer {
    background-color: #E6EAF2; /*transparent*/
}

#services .oneart .text::-webkit-scrollbar, #services2 .oneart .text::-webkit-scrollbar, #services3 .oneart .text::-webkit-scrollbar {
    width: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
#services .oneart .text ul, #services2 .oneart .text ul, #services3 .oneart .text ul{
    padding-left:1rem;
}
#services .oneart .opis, #services2 .oneart .opis, #services3 .oneart .opis {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.text ul li ul li{
    list-style-type:disc;
}
.leftmenu{
    padding-left: 0;
}
.accordion .accordion_item .accordion_trigger{
    font-weight: 400;
}
.accordion > .accordion_item > .accordion_trigger{
    font-weight: bold;
}
.accordion > .accordion_item > .accordion_target > ul{
    padding-left: 1rem;
}
#articles .endblock{
    margin-top: -3.5rem;
}
.recommendsslide .imgh .position-absolute{
    display: none;
}
@media screen and (min-width: 1600px){
    /*
    .itemdescr{
        font-size: 2rem;
    }
    */
    #recommends .container{
        width: 1600px;
        max-width: 1600px;
    }
    .spisok ul{
        font-size:1.2rem;
    }
    #services .container, #services2 .container, #services3 .container{
	    width:1590px;
	    max-width:1590px;
	}
	#services .oneart, #services2 .oneart, #services3 .oneart {
	    height: 390px;
	}
	#services .oneart .preview, #services2 .oneart .preview, #services3 .oneart .preview {
	    width: 396px;
    }
    #services .oneart .opis, #services2 .oneart .opis, #services3 .oneart .opis {
        width: calc(100% - 396px);
    	padding: 0.2rem 1rem;
    }
    #otzyvy .container{
        max-width: 1600px;
    }
    
    #footer .container{
        width: 1580px;
        max-width: 100%;
    }
}
#portfolio .portfolioslide .item .position-absolute {
	color: #fff;
}
@media (max-width: 1500px){
    #onedom .razr h2 {
    	font-size: 2.2rem;
    }
    .etaps {
        justify-content: center;
    }
    .etaps .etap {
    	width: 100px;
    	height: 100px;
    	background: url(../../site/img/icons/round.svg);
    	margin-right: 100px;
    	position: relative;
    	background-size: 100%;
    }
    .etaps .etap .icon {
    	padding: 0;
    	width: 50px;
    	height: 50px;
    	margin: 23px 13px;
    }
    .etaps .etap .position-absolute {
    	top: 36px;
    	left: 95px;
    }
    #onedom {
    	font-size: 0.8rem;
    	line-height: 1.3;
    	font-weight: 400;
    	font-family: Helvetica;
    	letter-spacing: 0.05em;
    }
    
}
@media screen and (min-width: 1440px){
	.articles .container{
	    width:92.3vw;
	    max-width:92.3vw;
	}
}
@media screen and (max-width: 1439px){
	nav .container-fluid{
		width: 100%;
	}
	#services .oneart .preview, #services2 .oneart .preview, #services3 .oneart .preview {
    	width: 52%;
    }
    #services .oneart .opis, #services2 .oneart .opis, #services3 .oneart .opis {
    	width: 48%;
    }
    #onedom .razr h2 {
    	font-size: 1.9rem;
    }
    .oneart .zag {
    	font-size: 20px;
    }
    .accordion > li a {
    	font-size: 1rem;
    }
    .spisok {
    	top: 4vw;
    }
    .itemdescr {
    	font-size: 40px;
    }
    a.mainbutton {
    	margin-top: -2rem;
    }
    .oneart {
        margin-bottom: 0 !important;
    }
    .articles{
        padding-bottom: 60px;
    }
    .articles .modal-content {
        padding: 30px !important;
    }
    .houses-catalog-card__title{
        font-size: 1.1rem !important;
    }
}
@media screen and (max-width: 1200px){
    .spisok {
    	top: 2vw;
    }
    .spisok ul{
        font-size:1.2rem;
    }
    .itemdescr{
        font-size:2rem;
    }
    .item {
        overflow:hidden;
    }
    /*
    .owl-carousel .owl-item {
        height: 80vh;
    }*/
    .owl-carousel .owl-item img{
        /*height: 80vh;*/
        width: auto;
    }
    .owl-carousel .owl-item img {
    	height: auto;
    }
    nav a {
    	font-size: 12px;
    }
    /*
    a.mainbutton {
    	margin-top: 0;
    }
    */
}
@media screen and (max-width: 980px){
	.navbar-nav {
		width: 100%;
		justify-content: space-between;
	}
	.owl-carousel .owl-item img {
    	width: initial;
    	right: 0;
        position: relative;
    }
    .accordion > li a {
    	font-size: 0.9rem;
    }
    .product {
        font-size: 0.9rem;
    }
    .product h4 {
    	font-size: 1rem;
    	font-weight: 600;
    }
    .product .pri {
    	font-size: 1.2rem;
    }
    #footer .d-flex{
        flex-wrap: wrap;
    }
    .text-end {
    	width: 100%;
    	text-align: center !important;
    	margin-top: 1rem;
    }
    /*
    a.mainbutton {
    	margin-top: 1rem;
    }*/
}
@media screen and (max-width: 860px){
	main{
		margin-top: 10vw;
	}
	#articles .endblock {
    	margin-top: 0;
    }
}
@media screen and (max-width: 768px){
	.oneart img.position-absolute{
        display:none;
    }
    .footer .container{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 640px){
	body{
		font-size: 13px;
	}
	.itemdescr{
		max-width: 60%;
		font-size: 2.3rem;
		top: 10vh;
		height:65vh;
	}
	.owl-nav{
		width: 100vw;
		left: 0;
	}
	.owl-nav button.owl-prev {
    	left: 1rem;
    }
    .owl-nav button.owl-next {
    	right: 1rem;
    }
	.itemdescr a.mainbutton{
	    display:block;
	    position:relative;
	    top: 1.5rem;
        bottom: initial;
	}
	#oneproduct {
    	background-color: #F4F6FB;
    	padding: 55px 1rem;
    }
    #onedom .fonpreim {
    	font-size: 2.1rem;
    }
    #onedom {
        font-size: 1rem;
    }
    #onedom  .mt-60 .col-md-7{
        margin-top: 1rem;
    }
    #onedom .razr h2 {
    	font-size: 1.4rem;
    	margin: 30px auto;
    }
    .blackfon form {
    	width: 96%;
    	height: auto;
    	padding: 2rem 1rem;
    	position: relative !important;
    	margin: 1rem auto;
    }
    .blackfon {
    	height: auto;
    	padding-bottom: 2rem;
    }
    .blackfon form{
        top: 1rem;
    }
    #onedom .howwework h2 {
    	font-size: 2rem;
    	letter-spacing: 0.75rem;
    }
    #onedom .howwework.mt-170 {
    	margin-top: 50px !important;
    }
    #onedom {
        margin-top: 15px !important;
    }
    .etaps {
    	justify-content: flex-start;
    	width: 360px;
    	margin: 1rem auto;
    }
    .etaps .etap {
    	height: auto;
    	background: url(../../site/img/icons/round.svg) no-repeat top left;
    	background-size: 100px;
    	margin-right: 80px
    }
    .etaps .etap p {
    	text-align: left;
    	margin-top: 1rem;
    	margin-bottom: 3rem;
    	font-size: 0.9rem;
    	font-weight: bold;
    }
    .etaps .etap .position-absolute {
    	top: 42px;
    	left: 95px;
    	width: 80px;
    }
    .blueicons.pb-110{
        padding-bottom: 10px !important;
    }
    .modal-dialog .p-70{
        padding: 1rem !important;
    }
    .modal-title {
    	line-height: 1.2;
    }
}
@media screen and (max-width: 440px){
	.itemdescr{
		max-width: 70%;
		font-size: 2.3rem;
		top: 15vh;
		height:60vh;
	}
	.spisok{
	    top: 3rem;
	}
	.spisok ul{
	    font-size:1.3rem;
	    margin-top: 2rem;
	}
	.navcontact>div{
		text-align: center !important;
	}
	.oneart {
    	flex-wrap: wrap;
    }
    #services .oneart .preview, #services2 .oneart .preview, #services3 .oneart .preview {
    	width: 100%;
    }
    #services .oneart .opis, #services2 .oneart .opis, #services3 .oneart .opis {
    	width: 100%;
    	margin-top: 1rem;
    }
}
@media screen and (max-width: 380px){
    .itemdescr{
		font-size: 1.8rem;
	}
}
#btn-back-to-top{
    z-index: 1000;
}
#btn-back-to-top img{
    border-radius: 4px;
}
.portfolioslide .item .position-absolute.butyt, .recommendsslide .item .position-absolute.butyt{
    background: url(../../site/img/icons/youtube-eee.svg) no-repeat center center;
    display: block;
    opacity: 1;
    z-index: 6;
}
.portfolioslide .item .position-absolute.butyt:hover, .recommendsslide .item .position-absolute.butyt:hover{
    background: url(../../site/img/icons/youtube-red.svg) no-repeat center center;
}
#recommends .opisanie{
    color: #0F1012;
}
#recommends .item img{
    max-height: 280px;
}
#recommends .owl-nav {
	position: absolute;
	top: calc(50% - 80px);
	left: 0;
	padding: 0 2rem;
}
#recommends .owl-nav .owl-next{
    padding: 2rem !important;
    right: -6rem;
}
#recommends .owl-nav .owl-prev{
    padding: 2rem !important;
    left: -6rem;
}
.simplesearch-paging{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.simplesearch-page{
    display: block;
    margin-right: 1rem;
}
.simplesearch-page a{
    display: block;
    padding: 0.5rem 1rem;
    background: linear-gradient(180deg, #3D9FEA 0%, #1E86DB 47.19%, #0674CB 100%);
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
}
.simplesearch-result-pages {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0;
}
.simplesearch-page a{
    text-decoration: none;
    color: #fff;
}
.simplesearch-current-page, .simplesearch-page:hover a {
    background: none;
    padding: 0.5rem 1rem;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
}