@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&subset=cyrillic');
body {
    font-family: 'Montserrat', sans-serif;overflow: hidden;
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}
.used_proj_slider .owl-height{height:auto!important;}
.used_proj_slider.owl-carousel .owl-item{min-height:0!important;}
.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0px !important;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before, .row.flex::after {
    display: none
}
.flex.center {
    align-items: center;
}
.page_side_bar {
    /* overflow: auto; */
    position: relative;
    height: 100vh;
    width: 510px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
}
.top_part {
    padding: 50px 90px;
}
.logo {
    display: block;
    margin-bottom: 110px;
}
.logo img {
    max-width: 100%;
}
.topSlide_text1 {
    font-size: 23px;
    color: #111111;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 27px;
}
.topSlide_text2 {
    line-height: 32px;
    color: #343232;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}
.footer_part {
    display:flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 24px 70px;
    border-top: 1px solid #c9c9c9;
}
.footer_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.footer_part p {
    margin-bottom: 0;
    font-size: 12px;
    color: #343232;
    font-weight: 300;
}
.side_in {
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
}
.owl-dots {
    text-align: center;
    position: relative;
}
.owl-dot {
    background-color: #cbcbcb;
    width: 8px;
    height: 8px!important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
}
.owl-dot.active {
    background-color: #202020;
}
.counter_wrp .owl-dots {
    text-align: right;
    margin-top: 50px;
    padding-left: 80px;
}
.counter_div {
    position: relative;
    position: absolute;
    bottom: 0;
    z-index: 100;
}
.counter_div div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.counter_div p {
    display: inline-block;vertical-align: middle;
    margin: 0;
    font-size: 14px;
    color: #1c1c1c;
}
.counter_div p span {
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
}
.counter_wrp {
    position: relative;
}
.page_inner_wrapper {
	overflow: auto;
    background-color: #f8f8f8;
    display: inline-block;
    vertical-align: top;
    height: 100vh;
    width: calc(100% - 510px);
    padding-bottom: 50px;
    padding-top: 120px;
    position: relative;
}
.header_top_wrp {
    padding: 45px 60px;
    position: relative;
    z-index: 1000;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control_div> a {
    display: inline-block;vertical-align: middle;
    margin-left: 45px;
}
.control_div> a img {
    transition: 0.3s;
}
.control_div> a img:hover {
    transform: scale(1.1)
}
.control_div > a:first-child {
    margin-left: 0;
}
.header_top_wrp ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header_top_wrp ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 27px
}
.header_top_wrp ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #363636;
}
.header_top_wrp ul li a::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #ef7204;
    height: 3px;
    width: 50%;
    left: 0;
    transition: 0.3s;
    bottom: -5px;
    opacity: 0;
}
.header_top_wrp ul li a::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #05b4f7;
    height: 3px;
    width: 50%;
    right: 0;
    transition: 0.3s;
    bottom: -5px;
    opacity: 0;
}
.header_top_wrp ul li a:hover::after, 
.header_top_wrp ul li a:hover::before,
.header_top_wrp ul li.active a::before,
.header_top_wrp ul li.active a::after {
    opacity: 1;
}
.openNav {
    cursor: pointer;
    transition: 0.3s;
}
.openNav:hover {
    transform: scale(1.1)
}
.owl-dot:hover {
    background-color: #b1b1b1
}
.footer_part p img {
    margin-right: 5px;
}
.footer_part ul li {
    transition: 0.3s;
}
.footer_part ul li:hover {
    transform: scale(1.1)
}
.main_tab_wrp {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 75px;
}
.tab_items {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-right: -4px;
    padding-top: 200px;
}
.tab_items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tab_items ul li {
    display: block;
    margin-bottom: 60px;
}
.tab_items ul li:last-child {
    margin-bottom: 0;
}
.tab_items ul li > a {
    display: block;
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.45;
}
.tab_items ul li > a:hover {
    font-weight: 600;
}
.tab_items ul li.active > a {
    text-decoration: none!Important;
    font-weight: 600;
}

.tab_items ul li > a:nth-child(2) {
    display: none;
    margin-top: 14px;
}
.tab_items ul li.active > a:nth-child(2) {display: block;
    font-size: 12px;
    color: #05b4f7;
    font-weight: 200;
}
.tab_items ul li > a:nth-child(2) img {
    margin-right: 5px;
}
.tab_items ul li.active > a a:hover {
    text-decoration: underline;
}
.tab_panels {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    width: calc(100% - 293px);
}
.cataegory_over {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.cataegory_over p {
    margin-bottom: 0;
    font-size: 13px;
    color: #1c1c1c;
}
.cataegory_over p img {
    margin-right: 15px;
}
.cataegory_over a {
    font-size: 13px;
    color: #05b4f7;
}
.cataegory_over a img {
    margin-right: 15px;
}
.cataegory_over a:hover {
    text-decoration: underline
}
.item_wrp_slide {
    display: block;
    position: relative;
    overflow: hidden;
}
.item_wrp_slide > img {
    position:relative;
    width: 100%;
    height: auto;
    transition: 0.3s;
}
.item_info {
    position: absolute;
    top: 40px;
    left: 40px;
    text-align: center;
    z-index: 100;
}
.item_ttle {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
}
.item_price {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 300;
}
.item_price span {
    font-size: 26px;
    color: #1d1d1d;
    font-weight: 500;
    padding-right: 5px;
}
.item_price img {
    position: relative;
    top: -3px;
}
.car_nav_type2 .owl-prev {
    position: absolute;
    z-index: 100;
    left: 20px;
    bottom: 2px;
}
.car_nav_type2 .owl-next {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 1px
}
.car_nav_type2 .owl-dots {
    margin-top: 15px;
    padding: 0 50px;
}
.item_descript_wrp {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    padding: 45px 15px;
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 0;
    width: 100%;
}
.item_descript_wrp p {
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 7px;
}
.item_descript_wrp span {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 1.35;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.product_img {
    background-position: center;
    position: relative;
    z-index: 100;
    background-size: auto 100%;
    display: block;
    height: 474px;
    transition: 0.3s;
}
.product_img.smaller {
    height: 222px;
    margin-bottom: 30px;
}
.product_img.smaller:last-child {
    margin-bottom: 0;
}
.product_img > span {
    font-size: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 35px 10px
}
.tab-content .tab-pane {display: block;height:0;overflow: hidden}
.tab-content .active {height:auto}

.header_wrapper, .nav_in {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    max-width: calc(100% - 510px);
    z-index: 1000;
}
.nav_in {
    background-color: #fff;
    z-index: 10000;
    padding-top: 25px;
    padding-bottom: 35px;
    height: 100vh;
    overflow: auto;
    display: none;
    padding-left: 15px;
}
.closeNav {
    cursor: pointer;
    margin-bottom: 75px;
}
.cat_ttle {
    font-size: 24px;
    color: #262626;
    margin-bottom: 0;
    line-height: 1.3;
}
.cat_divider  {
    display: block;
    margin-top: 15px;
    margin-bottom: 45px;
}
.cat_img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 255px;
}
.cat_img img {
    max-width: 100%;
    display: block;
    
}
.nav_in ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav_in ul li {
    display: block;
    margin-bottom: 20px;
}
.nav_in ul li a {
    font-size: 20px;
    color: #131313;
    font-weight: 300;
}
.nav_in ul li a:hover{
    color:#0fb7f7;

    /* text-decoration: underline */
}
.nav_in ul li:last-child {
    margin-bottom: 0;
}
.closeNav img {
    transition: 0.3s;
}
.closeNav:hover img {
    transform: scale(0.9)
}
.fixiedVar {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}
.header_top_wrp {
    transition: 0.3s;
}
.opening_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: 0.3s;
    transform: scale(0);
    transform-origin: center;
    flex-direction: column;
}
.opening_panel.open {
    transform: scale(1);
}
.inner_open {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
#search_foot_form form{margin-bottom:0;}
div.title-search-result{    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;}
.search_text {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 28px;
    color: #111111;
}
.search_input {
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 300;
    background: none;
    border: none;
    display: block;
    width: 100%;
    padding: 0 35px;
  height: 58px;
border: 1px solid #e9e9e9
}

.item_wrp_slide:hover img {
    transform: scale(1.05);
    transform-origin: center;
}
.product_img:hover {
    background-size: auto 105%
}


.user-input-wrp {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	background:#fff;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: none !important;
	padding: 2px 10px;
}
.user-input-wrp .inputText:focus{
	border-color: blue;
	border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 18px;
	left: 10px;
	transition: 0.2s ease all;
	font-size: 14px;
	color: #828282;
	font-weight: 200;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 0px;
	left: 10px;
	font-size: 13px;
	opacity: 1;
}
.login_text {
    font-size: 28px;
    color: #111111;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.2;
}
.orRegister {
    font-size: 13px;
    color: #b7b7b7;
    margin-bottom: 35px;
    line-height: 1.3;
}
.orRegister a {
    display: block;
    font-size: 15px;
    color: #05b4f7;
}
.orRegister a:hover {
    text-decoration: underline;
}
.submit_but {
    display: block;
    background: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #171616;
    text-transform: uppercase;
    border: 1px solid #c3c3c3;
    width: 210px;
    height: 55px;
    margin-top: 50px;
}
.submit_but:hover {
    background-color: #c3c3c3;
    color: black;
}
.foget_pass {
    font-size: 13px;
    color: #05b4f7;
    margin-top: 25px;
    display: block;
}
.foget_pass img {
    margin-right: 15px;
}
.foget_pass:hover {
    text-decoration: underline
}
.changeHeader .header_top_wrp {
    z-index: inherit;
    background: none;
}
.changeHeader .openNav {
    transform: scale(0);
}

.changeHeader .header_top_wrp ul {
    transform: scale(0);
}
.changeHeader .control_div> a {
    transform: scale(0);
}
.changeHeader .thisopen {
    transform: scale(1)!important;
}
.control_div > a {
    position: relative;
}
.control_div > a span {
    display: none;
    position: absolute;
}
.control_div > a.thisopen span {
    display: block;
    left: calc(50% - 19px);
    top: calc(100% + 20px);
    z-index: 10;
}
.page_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.user-input-wrp br {
    display: block!important
}
.margin_en {
    margin-top: 80px;
}
.innerPage_wrp .page_side_bar {
    width: 250px;
    border-right: 1px solid #c9c9c9;
}
.innerPage_wrp .top_part {
    padding: 50px;
}
.innerPage_wrp .footer_part {
    display: block;
    text-align: center;
    padding-top: 15px;
}
.innerPage_wrp .page_inner_wrapper {
    width: calc(100% - 250px);
    background: #fff;
}
.innerPage_wrp .header_wrapper, .innerPage_wrp .nav_in {
    max-width: calc(100% - 250px)
}
.innerPage_wrp .inner_page_wrp {
    padding: 70px 120px;
    position: relative;
    padding-top: 90px;
}
h2 {
    margin: 0;
    font-size: 26px;
    color: #1c1c1c;
    margin-bottom: 55px;
    font-weight: normal;
}
.account_img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
    position: relative;
    top: -4px;
}
.tooltip-inner {
    max-width: 340px;
    padding: 3px 8px;
    color: #6b6b6b;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.09);
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 14px;
}
.tooltip.right .tooltip-arrow {
    display: none
}
.personal_sale {
    margin-bottom: 30px;
    font-size: 15px;
    color: #3a3a3a;
    vertical-align: middle;
}
.personal_sale > span {
    display: inline-block;
    vertical-align: middle;
    color: #3a3a3a;
    font-size: 15px;
    margin-left: 70px;
    position: relative;
    top: -4px;
}
.personal_sale > span > span {
    font-size: 25px;
    color: #141313;
    font-weight: bold;
    padding-left: 8px;
}
.personal_sale > span > span img {
    position: relative;
    top: -16px;
    left: 2px;
}
.lk_wrp > div {
    margin-bottom: 22px;
}
.lk_wrp .user-input-wrp {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
    max-width: inherit;
    max-width: 330px;
}
.lk_wrp .edit {
        display: inline-block;
    vertical-align: middle;
    width: 20px;
}
.tooltip-arrow {
    display: none
}
.lk_wrp {
    position: relative;
    z-index: 100;
}
.grayb,.grayb2 {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    color: #171616;
    font-weight: 300;
    position: relative;
    top: 0;
    transition: 0.3s;
    padding: 0px 25px;
    margin-right: 30px;
    border: 1px solid #d3d3d3;
    height: 52px;
}
.buttons_group {
    margin-top: 45px;
}
.grayb:last-child {
    margin-right: 0;
}
.grayb img {
    margin-right: 22px;
}
.grayb2 img {
    margin-right: 22px;
}
.grayb:hover {
    top: -2px
}
.grayb2:hover {
    top: -2px
}
.grayb.gocatalog {
    
}
.grayb.gocatalog img {
    margin-right: 0;
    margin-left: 22px;
}
.categories_wrp {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 55px 0;
    margin-bottom: 35px;
}
.catalog_div h2 {
    margin-bottom: 30px;
}
.innerPage_wrp .catalog_div {
    padding-top: 30px;
}
.category_item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 140px;
    text-align: center;
    margin-right: 80px;
}
.category_item:last-child {
    margin-right: 0;
}
.category_item div {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    height: 140px;
    margin-bottom: 18px;
}
.category_item p {
    margin-bottom: 0;
    font-size: 15px;
    color: #585858;
    font-weight: 300;
}
.category_item.active div::after {
    background-image: url(/img/grad.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.category_item.active::before {
    content: '';
    display: block;
    background-image: url(/img/arb.png);
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 4px);
    top: -26px;
    position: absolute;
}
.category_item.active p {
    color: black;
    font-weight: 600;
}
.bread_ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style-type: none;
}
.bread_ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #d7d7d7;
    font-weight: 300;
}
.bread_ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #605f5f;
    font-weight: 300;
    position: relative;
    top: -1px;
}
.bread_ul li a:hover {
    text-decoration: underline;
    font-weight: 500
}
.bread_ul li::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/bread.png);
    width: 11px;
    height: 6px;
    margin: 0 30px;
}

.bread_ul li:last-child::after {
    display: none
}
.sort_by {
    margin-bottom: 35px;
    font-size: 13px;
    color: #737373;
    font-weight: 300;
}
.sort_by a {
    font-size: 13px;
    color: #05b4f7;
    padding-left: 6px;
}
.sort_by a img {
    margin-left: 5px;
}
.sort_by.desc a img{transform:rotate(180deg);}
.sort_by a:hover {
    text-decoration: underline;
}
.catalog_flex {
    margin: 0 -40px;
}
.catalog_flex > div {
    padding: 0 40px;
    margin-bottom: 100px;
}
.catalog_item {
    text-align: center;
    display: block;
}
.catalog_item >div {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    height: 430px;
    margin-bottom: 30px;
}
.catalog_item > p {
    font-size: 18px;
    color: #1d1d1d;
    margin-bottom: 0;
}
.catalog_item > p > span {
    font-size: 25px;
    color: #1d1d1d;
    font-weight: 500;
    padding-right: 4px;
}
.catalog_item > p img {
    position: relative;
    top: -3px;
}
.catalog_item > span {
    display: block;
    
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 300;
}
.catalog_item > div::after {
    background-image: url(/img/grad.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}
.catalog_item:hover > div::after {
    opacity: 1;
}
a.grayb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px;
}
.pagination_ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.pagination_ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #1b1b1b;
    font-weight: 300;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.pagination_ul li a:hover {
    font-weight: 600
}
.pagination_ul li.active a {
    border: 1px solid black;
    border-radius: 50%;
    color: black;
    font-weight: 600;
}
.opt_text {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 65px;
}
.opt_registration {
    margin-bottom: 30px;
    color: #1c1c1c;
    font-size: 15px;
}
.forM_flex >div {
    margin-bottom: 0 !important;
}
.required {
    position: relative;
}
.required::after {
    content: '*';
    display: block;
    position: absolute;
    font-size: 15px;
    color: #333232;
    top:5px;
    right: 0;
}
.send_form {
    background: none;
    border: none;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    height: 60px;
    border: 1px solid #52cbf9;
}
.send_form:hover {
    background: #52cbf9;
}
.pressing {
    position: relative;
    margin: 0;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 10px;
    color: #b9b9b9;
    line-height: 1.55;
    cursor: pointer;
}

.pressing a {
    color: #43c7fa;
}
.pressing a:hover {
    text-decoration: underline;
}
.pressing::before {
    content: '';
    display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0,0.17);
  border-radius: 3px;
  width: 30px;
  height: 30px;
position: absolute;
    left: 0;
    top: 0
}
.pressing.pressed::before {
    background-image: url(/img/press.png);
    background-repeat: no-repeat;
    background-position: center;
}
.noActive {
    opacity: .2!important
}
.cont_h2 {
    margin-bottom: 40px;
}
.cont_item {
    margin-bottom: 60px;
}
.cont_item p {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 5px;
}
.cont_item a {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 300;
}
.cont_item a.mainLink {
    font-size: 19px;
}
.contact_form .user-input-wrp {
    margin-bottom: 5px;
}
.contact_form .send_form {
    margin-top: 35px;
}
.haveq {
margin-bottom: 0;
    padding-top: 30px;
    font-size: 15px;
    color: #04b8fb;
}
.divideImg {
    display: block;
    margin-top: 18px;
    margin-bottom: 25px;
}
.shop_img {
    width: 100%;
    height: auto;
    margin-top: 44px;
}
.cont_text {
    line-height: 1.55;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
    margin-bottom: 5px;
}
.map_wp {
    height: 293px;
    margin-bottom: 20px;
}
.about_text {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 300;
    line-height: 33px;
    max-width: 670px;
    width: 100%;
}
.preim_wrp {
    margin: 35px 0;
    text-align: center;
    position: relative;
}
.preim_wrp img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 22px;
}
.preim_wrp p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.45;
}
.youtube_video_wrp {
    margin-top: 100px;
    position: relative;
    z-index: 100
}
.youtube_video_section::before {
    content: '';
    display: block;
    position: absolute;
    background: black;
    bottom: -50px;
    width: 100%;
    left: 0;
    height: 720px;
}
.used_proj_slider .catalog_item > span {
    margin: 0;
}
.used_proj_slider .catalog_item > div {
    height: 210px;
    margin-bottom: 20px;
}
.used_proj_slider .catalog_item > div::before, .used_proj_slider .catalog_item > div::after {
    display: none!important
}
.used_proj_slider .catalog_item > span {
    font-size: 17px;
}
.used_proj_slider .catalog_item > p {
    font-size: 17px;
}
.used_proj_slider .catalog_item > p span {
    font-size: 25px;
}
.over_items {
    margin: 0 -7px;
}
.over_items > a {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 25px);
    margin: 0 10px;
}
.proj_descript {
    max-width: 530px;
    width: 100%;
}
.proj_descript p {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 25px;
}
.proj_descript span {
    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
}
.project_item .category_slider {
    margin-bottom: 100px;
}
.project_item {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #8f8f8f;
}
.project_item:last-child {
    margin-bottom: 50px;
}
.tab_items ul li.active > a:nth-child(2):hover {
    font-weight: 600
}
.arrow {
    width: 20px;
    height: 10px;
    transition: 0.3s;
}
.owl-prev:hover .arrow, .owl-prev:hover .arrow *, .counter_div div:hover .arrow, .counter_div div:hover .arrow * {
    fill:#05b4f7!important
}
.smalerar {
    width: 10px;
    height: 5px;
}
.pad_left {
    position: relative;
    left: -25px;
}
.project_item .product_img {
    height: 690px;
}
.project_item .product_img.smaller {
    height: 330px;
}
.used_proj_slider .catalog_item > div {
    position: relative;
    transition: 0.3s;
    background-size: 100% auto
}
.used_proj_slider .catalog_item:hover > div {
    background-size: 105% auto;
}
.tooltipster-sidetip .tooltipster-content {
    color: #6b6b6b;
    line-height: 20px;
    padding: 22px 14px;
    margin: 0;
    font-weight: 200;
    font-size: 15px;
}
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 3px 8px;
    color: #6b6b6b;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.09);
    border: none;
}
.tooltipster-arrow {
    display: none
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 49px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 15px;
    color: #686868;
    font-weight: normal;
    margin: 0;
    font-weight: 300;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border: 1px solid #212121;
    border-radius: 100%;
    background: #fff;
    top: calc(50% - 17px);
    left: 0;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #05b4f7;
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio_wrapper p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 30px;
}
.radio_wrapper p:last-child {
    margin-right: 0;
}
.step_ttle {
    font-size: 15px;
    color: #1c1c1c;
    margin-bottom: 30px;
}
[type="radio"]:checked + label {
    color: black;
}
.form_fillIn_wrp {
    margin-top: 20px;
}
.step_wrp {
    margin-bottom: 70px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
  color: #6b6b6b;
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
  padding-left: 37px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0,0.17);
  border-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-color: #dadada;
  top: calc(50% - 12px);
}
.styled-checkbox:hover + label:before {
  background: #05b4f7;
}
.styled-checkbox:focus + label:before {
  /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); */
}
.styled-checkbox:checked + label:before {
  background: #05b4f7;
  border-color: #05b4f7;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grafik {
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 0;
}
.way_chose {
    width: 100%;
    max-width: 260px;
    position: relative;
}
.way_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 630px;
    margin-bottom: 48px;    
}
.way_item:last-child {
    margin-bottom: 0;
}
.price_delivery {
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 0;
}
.price_delivery img {
    margin-left: 4px;
    height: 13px;
    position: relative;
    top: -2px;
}
.payment_wrp .way_chose{
    max-width: 100%;
    display: inline-block;
    width: auto;
}
.way_chose .hint_wrp {
    position: absolute;
    top: 0;
    right: -36px;
}
.shrnuti_wrp {
    margin-bottom: 33px;
    border: 1px solid #52cbf9;
}
.total_header {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_header p {
    font-size: 19px;
    color: #000000;
    margin-bottom: 0;
}
.total_header a {
    font-size: 16px;
    color: #05b4f7;
    border-bottom: 1px solid #05b4f7;
    transition: 0.3s;
}
.total_header a:hover {
    border-bottom-color: transparent;
}
.total_body {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 25px;
}
.total_body p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #6d6d6d;
}
.total_body p span {
    color: #1d1d1d;
    display: inline-block;
    vertical-align: middle;
}
.total_body p i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 101px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.total_body p span img {
    margin-left: 4px;
    height: 13px;
    top: -2px;
    position: relative;
}
.total_body p:last-child {
    margin-bottom: 0;
}
.total_footer {
    padding: 30px 15px;
}
.total_footer p {
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
.total_footer span {
    
padding-left: 4px;
}
.total_footer img {
    margin-left: 5px;
    height: 16px;
    position: relative;
    top: -1px;
}
.onlyXS {
    display: none
}
.catalog_item div img {
    width: 100%;
    height: auto;
}
.catalog_item div:not([style]) {
    height: auto;
}
.lightSlider img {
    width: 100%;
    height: auto;
}
.item_in_row {
    padding-top: 11px;
}
.lSSlideOuter.vertical {
    position: relative;
    margin-left: -65px;
    padding-left: 110px!Important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: inherit;
    top: 0;
    left: 6px;
}
.lSSlideOuter.vertical {
    position: relative;
    margin-left: -112px;
    padding-left: 110px!Important;
    max-width: 610px;
}
.tovar_tabs {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    max-width: 520px;
    justify-content: space-between;
    margin-bottom: 35px;
}
.tovar_tabs li {
    display: inline-block;
    vertical-align: middle;
}
.tovar_tabs li a {
    font-size: 16px;
    color: #161616;
    display: flex;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.tovar_tabs li.active a {
    background-image: url(/img/gradient.png);
}
.tovar_ttle {
    margin-bottom: 45px;
    color: #1c1c1c;
    font-size: 38px;
}
.elem_content {
    margin-bottom: 30px;
    color: #7c7c7c;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}
.cart_row {
    margin-top: 75px;
}
.cart_wrp_main {
    position: relative;
}
.cart_item {
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom: -1px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.cart_item>  p {
    font-size: 17px;
    color: #1c1c1c;
    margin-bottom: 22px;
}
.cart_table {
    display: table;
    width: 100%;
}
.cart_table > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
}
.cart_table > div:first-child {
    padding-left: 0;
}
.cart_img {
    background-position: center;
    background-size: cover;
    width: 210px;
    height: 210px;
}
.cart_descript {
    width: 36%;
}
.cart_descript p {
    font-size: 13px;
    color: #1c1c1c;
    line-height: 1.35;
    margin-bottom: 18px;
}
.cart_descript p span {
    display: block;
    font-size: 15px;
    color: #a0a0a0;
    font-weight: 300;
}
.cart_descript p:last-child {
    margin-bottom: 0;
}
.roznica {
    margin-bottom: 30px;
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 300;
}
.roznica span {
    display: block;
    font-size: 19px;
    color: #1c1c1c;
}
.roznica span img {
    
height: 14px;
    
position: relative;
    
top: -2px;
}
.optom {
    position: relative;
    margin-bottom: 0;
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 300;
}
.optom span {
    display: block;
    font-size: 19px;
    color: #1c1c1c;
    font-weight: normal;
}
.optom span img {
    
}
.prices_wrp p{position:relative;}
.prices_wrp p.active{
}
.prices_wrp p.active span{
    display: block;
    font-size: 31px;
    color: #1c1c1c;
    font-weight: normal;
}
.prices_wrp p.active::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/img/price.png);
    width: 14px;
    height: 8px;
    top: 19px;
    left: -30px;
}
.plusMinus_wrp {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.plusMinus_wrp button {
    display: inline-block;vertical-align: middle;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.plusMinus_wrp input {
    background: none;
    border: none;
    text-align: center;
    font-size: 15px;
    color: #313131;
    width: 80px;
}

.addCart_button {
    background: none;
    border:none;
    display: block;
    font-size: 13px;
    color: #171616;
    text-transform: uppercase;
    font-weight: 300;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(195, 195, 195);
    width: 205px;
    height: 55px;
    margin: 0 auto;
}
.addCart_button img {
    margin-right: 20px;
}
.addCart_button:hover {
    background-color: #52cbf9;
    border-color: #52cbf9;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
.tovar_tabs li a {
    transition: 0.3s;
}
.tovar_tabs li a:hover {
    font-weight: 600
}
.tovar_tabs li.active a {
    font-weight: 600;
}
.cart_descript img {
    position: relative;
    left: 4px;
}
.realted_products_wrp {
    padding-top: 60px;
}
.realted_products_wrp .counter_div {
    position: relative;
    padding-right: 220px;
}
.realted_products_wrp .owl-dots {
    position: absolute;
    margin: 0;
    top: -53px;
    right: 0;
}
.realted_products_wrp .catalog_item > div::before, .realted_products_wrp .catalog_item > div::after {
    display: block!important
}
.modal_block {
    padding: 50px 70px;
    box-shadow: 5px 0px 18px rgba(0, 0, 0, 0.16);
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 955px
}
.closemod {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 20px;
    right: 20px;
}
.closemod img {
    height: 28px;
}
.add_img {
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    width: 255px;
    height: 255px;
}
.add_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 260px);
    padding-left: 86px;
}
.add_t {
    position: relative;
    font-size: 28px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 18px;
}
.add_t::before {
    background-image: url(/img/basket.png);
    display: block;
    position: absolute;
    content: '';
    width: 25px;
    height: 28px;
    top: calc(50% - 14px);
    left: -57px;
}
.add_descript {
    font-size: 20px;
    color: #111111;
    margin-bottom: 35px;
}
.add_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add_footer button {
    background: none;
    border: none;
    font-size: 13px;
    color: #171616;
    text-transform: uppercase;
    font-weight: 300;
    width: 225px;
    height: 50px;
    border: 1px solid #d1d1d1;
}
.add_footer button:hover {
    background-color: #d1d1d1
}
.add_footer a {
    font-size: 13px;
    color: #05b4f7;
}
.add_footer a img {
    margin-left: 6px;
}
.add_footer a:hover {
    text-decoration: underline;
}
.gallery_small {
    display: none
}
.cataloGo img {
    margin-right: 0;
    margin-left: 15px;
}
.page_cart_wrapper {
    position: relative;
    margin-top: 55px;
    margin-bottom: 30px;
}
.page_cart_item {
    margin-bottom: -1px;
    padding-top: 25px;
    padding-bottom: 45px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.page_cart_item > p {
    font-size: 14px;
    color: #1c1c1c;
    margin-bottom: 20px;
}
.page_cart_table {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 90px;
}
.page_cart_table>  a{
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 0;
    top: 20px;
}
.page_cart_table  > a img {
    height: 24px;
}
.page_cart_img {
    width: 115px;
    height: 115px;
    background-position: center;
    background-size: cover;
}
.page_cart_descript {
    max-width: 700px;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.page_cart_descript p {
    font-size: 13px;
    color: #1c1c1c;
    margin-bottom: 18px;
    display: inline-block;
    vertical-align: top;
    flex: 1 0 50%;
}
.page_cart_descript p span {
    font-size: 15px;
    color: #a0a0a0;
    display: block;
    font-weight: 300;
}
.page_cart_pricing {
    text-align: right;
}
.calculation {
    font-size: 15px;
    color: #1c1c1c;
    margin-bottom: 4px;
    font-weight: 300;
}
.price_car {
    font-size: 32px;
    color: #1c1c1c;
    margin-bottom: 10px;
    
}
.itogo_price {
    margin-bottom: 45px;
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 300;
    text-align: right;
    padding-right: 90px;
}
.itogo_price span {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 500
}
.itogo_price img {
    
position: relative;
    
top: -2px;
}
#ORDER_FORM .checkout-left{position:relative;}
#ORDER_FORM .checkout-left.loaded:before{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0;z-index:10;background:rgba(255,255,255,0.5);content:'';}
.error{color:red;}
.owl-carousel.col-md-8{width: 66.66666667%;}
.tab_panels_block .tab_panels{margin-left: 180px;}
.page_cart_wrapper{position:realative;}
.page_cart_wrapper.loaded:before{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0;z-index:10;background:rgba(255,255,255,0.5);content:'';}
.nettovarov{font-size: 20px;text-align: center;padding: 40px 0;}
.shrnuti_wrp_fixedblock{position: relative;}
.background_all_fade{position:fixed;z-index:9999999999;background:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;bottom:0;right:0;left;0;}
.step_wrp.step_wrpasdsfd{margin-bottom: 20px;}
.menu_mobile_logo{display:none;}


@media screen and (min-width:991px) {
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
}
.price_car img {
    position: relative;
    top: -2px;
    margin-left: 7px;
}
.addCart_div {
    width: 250px;
}

#bx-panel{
    z-index: 1001!important;
}