html, body {
    height: 100%;
	margin: 0;
    padding: 0
}
html {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: transparent
}
body {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
    max-width: 100%
}
#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


.section-h1{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin-bottom:0;
    font-family: 'Sobolewfonts',Arial,sans-serif;
}

.rubix-template a {
	color: #d18250;
}
.rubix-template a:hover {
	color: #cb8c64;
}


.rubix-header {
	position: relative;
}
.rubix-header-top {}
.rubix-header-top-wrapper {
	padding: 0 40px;
	background-color: rgb(209, 130, 80);
	box-shadow: none;
	position: fixed;
	width: 100%;
	top: 0;
	transition: 0.3s background-color ;
}
.rubix-header-banner .rubix-header-top {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	
	
	position: relative;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-top-wrapper {
	background-color: rgb(209, 130, 80);
}

.rubix-header-banner .rubix-header-top .rubix-header-top-wrapper {
	background-color: transparent;
}
.rubix-header-banner .rubix-header-top[data-role="no-banner-page"] {
	position: relative;
}
.rubix-header-banner .rubix-header-top[data-role="no-banner-page"] .rubix-header-top-wrapper {
    position: fixed;
    background-color: #ffffff;
    z-index: 999;
    /*padding-bottom: 60px;*/
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-top-wrapper {
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
.rubix-header-banner {
	position: relative;
	z-index: 1;
}
.rubix-header-top-logo-wrap {
	/*padding: 0 40px;*/
	padding-right: 40px;
}
.rubix-header-phone,
.rubix-header-phone * {
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #fff!important;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}

.rubix-header-top-logo a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.rubix-header-top-logo svg {
    width: 113px;
    margin-right: 38px;
}
.rubix-header-top-logo .widget-tag-line {
    font-size: 20px;
    /*font-size: 28px;*/
    font-family: 'Sobolewfonts',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #D1824F;
    text-decoration: none;
}
.rubix-header-links .present {
    padding-bottom: 15px;
}
.rubix-header-links .present a,
.rubix-header-btn-call {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #080606;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
    font-family: 'Sobolewfonts', Arial, sans-serif;
}

.rubix-header-contacts .email a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.88px;
    text-align: center;
    padding-bottom: 4px;
    display: inline-block;
    font-family: 'Sobolewfonts', Arial, sans-serif;
}
.rubix-header-contacts .phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #080606;
    text-decoration: none;
    font-family: 'Sobolewfonts', Arial, sans-serif;  
	transition: 0.4s;
}
.rubix-header-links .present a:hover,
.rubix-header-contacts .phone a:hover {
    color: #d1824f;
}
.rubix-header-contacts .phone {
    padding-bottom: 7px;
    text-align: right;
}

.rubix-header-button div {
    cursor: pointer;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 500;
    line-height: 18.7px;
    display: inline-block;
    font-family: 'Sobolewfonts', Arial, sans-serif;
    color: #fff;
    padding: 18px 29px;
    background-color: #D1824F;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid #D1824F;
}

.rubix-header-button div:hover {
    color: #D1824F;
    background: #fff;
}
.rubix-header-contacts .social a {
    display: inline-block;
    text-decoration: none;
    margin-right: 11px;
}
.rubix-header-contacts .social a svg path {
    transition: 0.4s;
}
.rubix-header-contacts .social a:hover svg path {
    fill: #d1824f;
}
.rubix-header-personal a {
    background: #D1824F;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.9%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Sobolewfonts', Arial, sans-serif;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
	transition: all .3s;
}
.rubix-header-personal a:hover {
    color: #ffffff;
    background: #080606;
	transition: all .3s;
}
.rubix-header-personal a svg {
    margin-right: 10px;
}
.rubix-header-contacts {
	display: flex;
	flex-direction: column;
}
.rubix-header-menu {
}
.rubix-header-top-desktop {
    padding-top: 25px;
    padding-bottom: 25px;
}

.rubix-header-banner .rubix-header-basket {
	margin: 0 20px;
}
.rubix-header-banner .rubix-header-top .rubix-header-top-desktop {
	transition:0.4s;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-top-desktop {
    padding: 10px 0;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-menu {
    margin-top: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-menu .logo-mini svg {
    width: 40px;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-top-desktop {
    padding-top: 0;
}
.rubix-header-menu .logo-mini {
    display: none;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-menu .logo-mini {
    display: block;
    margin-right: 30px;
}
.rubix-header-menu .rubix-header-basket,
.rubix-header-menu .rubix-header-personal {
    display: none;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket {
    display: block;
    margin-right: 39px;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket .bx-basket-block a {
    width: auto;
    height: auto;
    background: transparent;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket .bx-basket-block a svg {
    width: 22px;
    height: 21px;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket .bx-basket-block a .num {
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    margin-left: 10px;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-personal {
    display: block;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-personal a {
    background: transparent;
    color: #080606;
    padding: 0;
}
.rubix-header-banner .rubix-header-top.scroll .rubix-header-menu .rubix-header-menu-left, 
.rubix-header-banner .rubix-header-top.scroll .rubix-header-menu .rubix-header-menu-right {
    display: flex;
    align-items: center;
}
.rubix-header-links .phone-mobile, .rubix-header-links .social-mobile {
    display: none;
}
.rubix-header-btn-call {
	background: #D1824F;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 103.9%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Sobolewfonts', Arial, sans-serif;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	width: fit-content;
	transition: all .3s;
}

.rubix-header-btn-call:hover {
	background: #000;
	transition: all .3s;
}
@media (max-width: 1337px) {
	.rubix-header-top-mobile .rubix-header-contacts {
		display: block !important;
	}
	.rubix-header-top-logo .widget-tag-line {
		max-width: 277px;
	}
	.rubix-header-top-logo .widget-tag-line br {
		display: none;
	}
	.rubix-header-links .phone-mobile, .rubix-header-links .social-mobile {
		display: block;
	}
	.rubix-header-contacts {
		display: none;
	}
	.rubix-header-links .phone a {
		font-weight: 500;
		font-size: 26px;
		line-height: 34px;
		color: #080606;
		text-decoration: none;
		font-family: 'Sobolewfonts', Arial, sans-serif;
		transition: 0.4s;
	}
	.rubix-header-links {
		position: relative;
	}
	.rubix-header-links .phone.phone-mobile, 
	.rubix-header-links .present, 
	.rubix-header-btn-call {
		display: block;
		margin-right: 50px;
	}
	.rubix-header-links .social-mobile {
		display: inline-flex;
		flex-direction: column;
		position: absolute;
		right: 0;
		top: 7px;
	}
	.rubix-header-links .social-mobile a {
		margin-bottom: 10px;
	}
	.rubix-header-links .phone.phone-mobile {
		margin-bottom: 10px;
		text-align: center;
	}
	.rubix-header-top-wrapper {
		padding: 0 0;
	}
	.rubix-header-top-logo-wrap {
		padding: 0 0;
	}
}


.rubix-main-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(8, 6, 6, 0.5);
}
.delivery-ang-payment-title {
    color: #D18250;
    font-size: 28px;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.delivery-ang-payment-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #080606;
    font-family: 'Sobolewfonts', Arial, sans-serif;
}
.delivery-ang-payment-text b {
    font-weight: 500;
}
.delivery-ang-payment-item {
    padding-bottom: 40px;
    max-width: 500px;
}
.delivery-ang-payment-item:last-child {
    padding-bottom: 0;
}
.delivery-ang-payment-text ul {
    padding: 0;
    list-style-type: none;
    position: relative;
}
.delivery-ang-payment-text ul li:after {
    content: "—";
    position: absolute;
    left: -20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #D18250;
    top: 0;
}
.custom-container-full.custom-container-full-bg {
    position: relative;
}
.delivery-ang-payment-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px!important;
    margin-left: -10px!important;
}
.delivery-ang-payment-flex-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.rubix-template {
    overflow: hidden;
}

.rubix-header-top-mobile {
	display: none;
}

.rubix-footer {
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('images/Texture-4-2.jpg');
	padding-top: 120px;
	padding-bottom: 40px;

	color: #ffffff;
	font-size: 16px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.7;
	font-weight: 400;
}
.rubix-footer-text {
	color: #ffffff;
	font-size: 52px;
	line-height: 1;
	font-weight: 600;
	padding-top: 20px;
	text-align: center;
}
.rubix-footer-phone {
	color: #d18250;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	margin: 60px 0;
}
.rubix-footer-phone a {
	text-decoration: none;
}
.rubix-footer-address {
	text-align: center;
}
.rubix-footer-score {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
}
.rubix-footer-score-title {
	font-weight: 500;
}
.rubix-footer-score-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.rubix-footer-score-map {}
.rubix-footer-score-map a {
	color: #d18250;
	border-bottom: 1px solid #d18250;
	box-shadow: inset 0px 0px 0px 0px #d18250;
	-webkit-box-shadow: inset 0px 0px 0px 0px #d18250;
	-moz-box-shadow: inset 0px -0px 0px 0px #d18250;
}
.rubix-footer-copyright {
	text-align: center;
	margin-top: 60px;
}
.rubix-footer-emails {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.7;
}
.rubix-footer-email {}
.rubix-footer-email +.rubix-footer-email {
	margin-top: 30px;
}
.rubix-footer-email span {
	display: block;
	color: #fff;
	font-weight: 500;
}
.rubix-footer-email a {}
.rubix-header-links .rubix-header-btn-call-mobile {
	color: #d18250;
}
.rubix-footer-copyright-wrap {
	margin-top: 90px;
}
.rubix-footer-copyright {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.4;
}
.rubix-footer-urinfo {
	text-align: center;
}
.main-about {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 50px;
	position: relative;
}
.main-about-title {
	color: #080606;
	font-size: 90px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 0.8;
	font-weight: 600;
	padding-top: 60px;

	display: inline-block;
	text-align: left;
}
.main-about-title span {
	margin-left: 45px;
}
.main-about-text {
	color: #080606;
	font-size: 16px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.55;
	font-weight: 400;
	margin-left: 45px;
}
.main-about-picture {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.rubix-main-title {
	color: #080606;
	font-size: 40px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 2px;
}

.main-b1-teasers {
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("images/Texture-4-1.jpg");
	padding: 100px 0 80px;
}
.main-b1-teasers .rubix-main-title {
	color: #fff;
	text-align: center;
 }
.main-b1-teasers-btns {
	text-align: center;
}
.main-b1-teasers-btn.main-btn {
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: 58px;
	background-color: #fff;
	border-color: #fff;
	color: #080606;
	margin-top: 20px;
}
.main-b1-teasers-btn.main-btn:hover {
	background-color: #d18250;
	border-color: #d18250;
	color: #ffffff;
}
.main-b1-teasers-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
}
.main-b1-teasers-container {
	padding: 30px 0 20px;
}
@media (max-width: 400px) {
	.main-b1-teasers-btn.main-btn {
		font-size: 12px;
		height: 60px;
		line-height: 58px;

	}
}

.main-b2-stages {
	color: #080606;
	font-size: 30px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	padding: 70px 0;
}
.main-b2-stages .main-stages-plus {
	margin: 0 20px;
}
.main-b2-stages .main-stages-equals {
	margin: 0 20px;
}
.main-b2-stages .main-stage img {
	margin-bottom: 40px;
}
.main-b2-stages .main-stages-items {
	margin-top: 50px;
}
.main-b2-stages .main-stage-number {
	color: #d18250;
	font-size: 50px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 0.5;
	font-weight: 600;
	padding-top: 26px;
}
.main-b2-stages .main-stage-logo {
	width: 100%;
	max-width: 166px;
}
@media (max-width: 992px) {
	.rubix-header-links .phone.phone-mobile, .rubix-header-links .present, .rubix-header-btn-call {
		margin-right: 0;
	}
	.mobile-wrap {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	.rubix-header-contacts .phone {
		padding-bottom: 0;
	}
	.main-b2-stages {
		font-size: 24px;
	}
	.rubix-footer-text {
		font-size: 40px;
	}
	.rubix-footer-phone {
		font-size: 36px;
	}
	.rubix-footer-copyright-wrap {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.main-b2-stages {
		font-size: 17px;
	}
	.main-b2-stages .main-stage-number {
		font-size: 30px;
		padding-top: 0px;
	}
}
@media (max-width: 600px) {
	.rubix-footer-text {
		font-size: 30px;
	}
	.rubix-footer-phone {
		font-size: 30px;
		margin: 40px 0;
	}
	.rubix-footer-address {
		padding: 0 20px;
	}
	.main-b2-stages {
		font-size: 30px;
	}
	.main-b2-stages .main-stages-items {
		flex-wrap: wrap;
	}
	.main-b2-stages .main-stages-items * {
		text-align: center;
	}
	.main-b2-stages div {
		width: 100%;
	}
	.main-b2-stages .main-stages-plus, .main-b2-stages .main-stages-equals {
		margin: 20px;
	}
	.main-b2-stages .main-stage-number {
		font-size: 50px;
		padding-top: 26px;
	}
}
@media (max-width: 425px) {
	.rubix-footer-text {
		font-size: 26px;
	}
	.rubix-footer-phone {
		font-size: 24px;
	}
}

.main-b3-about {
	font-family: 'Sobolewfonts',Arial,sans-serif;
	font-size: 16px;
	line-height: 1.55;
	position: relative;
	text-align: right;
	overflow: hidden;
	margin-bottom: 70px;
}
.main-b3-about-content {
	max-width: 420px;
	padding: 50px;
	background-image: url("images/Texture-3.webp");
	background-size: cover;
	position: relative;
	right: 0;
	display: inline-block;
	margin-top: 160px;
	margin-right: 140px;
	text-align: left;
}
.main-b3-about-title {
	color: rgb(209, 130, 80);
	font-weight: 500;
}
.main-b3-about-text {
	color: #fff;
	margin-top: 20px;
}
.main-b3-about-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.main-b3-about-image img {
	max-width: 100%;
}
.main-b3-about-btn {
	margin-top: 40px;
}
@media (max-width: 992px) {
	.main-b3-about-image {
		position: relative;
	}
	.main-b3-about-content {
		width: 100%;
		margin: 0;
		max-width: initial;
	}
	.main-b3-about-btn {
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}
@media (max-width: 700px) {
	.main-b3-about-content {
		padding: 30px;
	}
}


.main-b4-faq {
	padding: 60px 0 90px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
}
.main-b4-faq-title {
	font-size: 18px;
	line-height: 1.5;
	color: rgb(209, 130, 80);
	text-align: center;
}
.main-b4-faq-text {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin: 30px 0;
}
.main-b4-faq-btn {
	max-width: 320px;
	margin: 0 auto;
}
.main-b4-faq-wrapper {
	margin: 50px 0;
}
@media (max-width: 992px) {
	.main-b4-faq {
		max-width: 640px;
		margin: 0 auto;
	}
}

.main-b5-our-awards .rubix-main-title {
	text-align: center;
	margin-bottom: 57px;
}
.main-b5-our-awards {
	margin-top: 120px;
	margin-bottom: 75px !important;
}

.main-btn {
	display: block;
	width: 100%;
	text-align: center;
	height: 48px;
	line-height: 46px;
	color: #d18250;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	border-width: 1px;
	border-radius: 1px;
	background-position: center center;
	border-color: #d18250;
	border-style: solid;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.main-btn:hover {
	background-color: #d18250;
	color: #fff!important;
}

.footer-social a svg path {
	fill: #fff;
	transition: all .3s;
}
.footer-social a:hover svg path {
	fill: #d18250;
	transition: all .3s;
}
.footer-ur_consult {
	font-size: 14px;
	line-height: 1.55;
	color: #000;
	padding: 20px;
}
.footer-ur_consult-title {
	color: #080606;
	font-size: 36px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 2px;
}
.footer-ur_consult b {
	font-weight: 500;
}
.rubix-footer-social {
	text-align: center;
}
.rubix-footer-social a {
	display: inline-block;
	margin: 0 10px;
}
.rubix-footer-social svg {
	width: 30px;
}


.custom-container {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
    position: relative;
}

@media (max-width: 992px) {
	.main-about-title-wrap {
		text-align: center;
	}

	.main-about-title {
		font-size: 80px;
	}

	.main-about-picture {
		max-width: 45%;
	}
}
@media (max-width: 768px) {
	.main-about-title {
		font-size: 70px;
	}

	.main-about-text {
		margin-left: 0;
		text-align: center;
	}
}


@media (max-width: 576px) {
	.main-about-title {
		font-size: 55px;
	}
}

@media (max-width: 400px) {
	.main-about-title span {
		margin-left: 0;
	}
}

.btn.btn-mobile-menu {
	color: #d18250!important;
	font-size: 28px;
	padding: 0;
	line-height: 1;
}
.rubix-header-mobile-logo {
	width: 50px;
}

.rubix-menu-mobile-score-title {
	color: #d18250 !important;
	font-weight: 500 !important;
	text-align: center;
	margin-top: 10px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	font-size: 14px;
}
.rubix-menu-mobile-score-text {
	text-align: center;
	margin-top: 10px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	font-size: 14px;
}
.rubix-header-top-mobile .rubix-header-top-logo {
    display: flex;
}

@media (max-width: 992px) {
	.rubix-template.no-overflow-mobile {
		overflow: visible;
	}
	.mobile-sticky-container {
		display: block !important;
	}
	.mobile-sticky-container .mobile-sticky-item {
		position: sticky;
		top: 85px;
		z-index: 9;
		background: #fff;
		overflow: auto;
		max-height: 100vh;
	}
	.mobile-sticky-container .mobile-sticky-item .sticky-sidebar__inner {
		padding-bottom: 0;
	}
	.rubix-header-top-logo svg {
		width: 72px;
		margin-right: 30px;
	}
	.rubix-header-top-desktop {
		display: none;
	}
	.rubix-header-top-logo-wrap {
		display: none;
	}
	.rubix-header-top-mobile {
		display: block;
		padding: 4px 40px;
	}
	.rubix-header-banner .rubix-header-top.scroll .d-flex {
		display: flex !important;
	}
	.rubix-header-banner .rubix-header-top .rubix-header-top-wrapper{
		/*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
	}
	.rubix-header-top-logo .widget-tag-line {
		max-width: 244px;
		font-size: 16px;
		line-height: 2;
	}
	.rubix-header-top-mobile .rubix-header-basket .bx-basket-block a {
		background: transparent;
		width: auto;
		height: auto;
	}
	.rubix-header-top-mobile .rubix-header-basket .bx-basket-block a svg {
		width: 23px;
	}
	.rubix-header-top-mobile .rubix-header-basket .bx-basket-block .num {
		position: relative;
		right: 0;
		width: 30px;
		height: 30px;
		margin-left: 8px;
	}
	.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket {
		margin-right: 20px;
	}
	.rubix-header-banner .rubix-header-top.scroll .rubix-header-personal a {
		padding: 10px 20px;
	}
	.rubix-header-top-mobile .rubix-header-personal a {
		background: transparent;
		font-size: 0;
		padding: 10px 20px 10px 10px;
	}
	.rubix-header-top-mobile .rubix-header-personal a svg {
		margin-right: 0;   
		width: 30px;
		height: 24px;
	}
	.rubix-header-top-mobile .rubix-header-personal {
		margin-left: 23px;
		margin-right: 16px;
	}
	.rubix-header-top-mobile .btn-mobile-menu {
        position: relative;
        top: -5px;
        margin-left: 20px;
	}
	.rubix-main-title{
		font-size: 32px;
	}
	.slide-block__body {
    display: none;
}

}
.present-mobile-link,
.rubix-header-btn-call-mobile {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #080606;
	text-decoration: none;
	transition: 0.4s;
	cursor: pointer;
	font-family: 'Sobolewfonts', Arial, sans-serif;
}
@media (max-width: 992px) {
	.mobile-sticky-container .mobile-sticky-item {
		top: 74px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.rubix-header-banner .rubix-header-top.scroll .rubix-header-basket {
		margin-right: 8px;
		margin-left: 8px;
	}
}
@media (max-width: 615px) {
	.mobile-sticky-container .mobile-sticky-item {
		top: 94px;
	}
}
@media (max-width: 380px) {
	.mobile-sticky-container .mobile-sticky-item {
		top: 105px;
	}
}

.rubix-footer.footer-2 {
	padding-top: 0;
	overflow: hidden;
}
.rubix-footer.footer-2 .container {
	max-width: 1000px;
}
 .footer-2 .rubix-footer__title {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Sobolewfonts',Arial,sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 60px; /*140*/
    padding-bottom: 100px;
    background: #141112;
    box-shadow: 0px 60px 100px #141112;
}
.footer-2 .rubix-footer-phone {
	font-size: 50px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1.7;
	font-weight: 500;
	margin: 0;
	text-align: left;
	margin-bottom: 27px;
}
.footer-2 .rubix-footer-email +.rubix-footer-email {
	margin-top: 0px;
}
.footer-2 .rubix-footer-email span {
	display: inline-block;
}
.footer-2 .rubix-footer-address {
	text-align: left;
}
.footer-2 .rubix-footer-score-text {
	margin: 0;
}
.footer-2 .rubix-footer-score + .rubix-footer-score {
	margin-top: 30px;
}
.footer-2 .rubix-footer-copyright {
	text-align: left;
}
.footer-2 .rubix-footer-urinfo {
	text-align: right;
}

.rubix-footer-btn-wrap {
	text-align: center;
	margin-top: 20px;
}
.rubix-footer-btn {
	color: #080606;
	font-size: 14px;
	font-family: 'Sobolewfonts',Arial,sans-serif;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	border-width: 1px;
	border-radius: 1px;
	background-color: #ffffff;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	min-width: 270px;
}
.rubix-menu-mobile-bottom .rubix-menu-mobile-score-phone, .rubix-menu-mobile-bottom .rubix-menu-mobile-score-phone a {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #080606;
    text-align: center;
}
.rubix-menu-mobile-bottom .rubix-menu-mobile-score-socials a svg path {
    fill: #000 !important;
}
.rubix-menu-mobile-bottom .rubix-menu-mobile-score-socials a {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 6px;
}
.rubix-menu-mobile-bottom .rubix-menu-mobile-score-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.rubix-menu-mobile-bottom {
    padding-bottom: 40px;
}
.rubix-menu-mobile-score-personal {
    text-align: center;
}

.rubix-menu-mobile-score-personal a {
    font-family: 'Sobolewfonts', Arial, sans-serif;
    display: inline-flex;
    padding: 9px 15px;
    margin: 0;
    white-space: nowrap;
    color: #080606;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 45px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.rubix-menu-mobile-score-personal a svg {
    margin-right: 6px;
}

@media (max-width: 900px) {
	.rubix-footer-contact {
		text-align: center;
	}
	.footer-2 .rubix-footer-phone {
		text-align: center;
		font-size: 40px;
	}
	.footer-2 .rubix-footer-address {
		text-align: center;
	}
	.footer-2 .rubix-footer-copyright {
		text-align: center;
	}
	.footer-2 .rubix-footer-urinfo {
		text-align: center;
	}
	.footer-2 .rubix-footer__title {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}
.rubix-menu-mobile-score-basket .bx-basket {
    position: absolute;
    right: 20px;
    bottom: -36px;
}
.rubix-menu-mobile-score-basket {
    position: relative;
}
.rubix-menu-mobile-score-personal a:hover {
    color: #d1824f;
}
@media (max-width: 640px) {
	.rubix-menu-mobile-score-basket .bx-basket {
		position: static;
		text-align: center;
		padding-top: 40px;
	}
}
@media (max-width: 600px) {
	.footer-2 .rubix-footer-phone {
		font-size: 30px;
	}

	.footer-2 .rubix-footer__title {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}



@media (max-width: 992px) {
	.delivery-ang-payment-title{
		font-size: 23px;
	    padding-bottom: 14px;
	}
	.delivery-ang-payment-flex-2 img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.delivery-ang-payment-flex{
		margin-right: -19px!important;
		margin-left: -19px!important;
	}
	.delivery-ang-payment-flex-2{
		padding-right: 19px!important;
		padding-left: 19px!important;
	}
}
@media (max-width: 768px) {
	.rubix-header-top-logo svg {
		margin-right: 7px;
	}
	/*.rubix-header-top-logo .widget-tag-line {*/
	/*	max-width: 260px;*/
	/*	font-size: 21px;    */
	/*	letter-spacing: 1px*/
	/*}*/
	.delivery-ang-payment-flex-2 img{
		margin-bottom: 20px;
	}
	.delivery-ang-payment-flex {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.delivery-ang-payment-flex-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.rubix-header-top-mobile .rubix-header-personal {
		margin-left: 10px;
		margin-right: 9px;
	}
}
@media (max-width: 700px) {
	.rubix-header-top-logo .widget-tag-line {
		display: none;
	}
}
@media (max-width: 615px) {
	.rubix-header-banner .rubix-header-top .rubix-header-top-wrapper{
		padding: 10px 0 !important;
		margin-bottom: 20px;
	}
	.rubix-header-top-mobile {
		padding: 4px 15px;
	}
	.custom-container-relative .custom-container {
		padding: 0;
	}
}
.rubix-header-top-mobile .widget-tag-line-bottom{
	display: none;
}
.sotrudnichestvo-description-banner{
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0;
}
@media (max-width: 565px) {    .rubix-header-top-logo svg {
width: 42px;}
	.sotrudnichestvo-description-banner {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
	.rubix-header-top-mobile .widget-tag-line-bottom:after {
    content: "";
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    left: -17px;
    right: -18px;
    top: 0;
    position: absolute;
}
	/*.rubix-header-top-logo .widget-tag-line {*/
	/*	display: none;*/
	/*}*/
	.rubix-header-top-mobile .widget-tag-line-bottom{
		display: block;
		font-size: 20px;
		font-family: 'Sobolewfonts',Arial,sans-serif;
		line-height: 1.4;
		font-weight: 700;
		letter-spacing: 0.6px;
		color: #D1824F;
		text-decoration: none;
		text-align: center;
		padding: 30px 0 20px 0;
		margin-top: 10px;
		position: relative;
	}
	.rubix-header-top.scroll .widget-tag-line-bottom {
		display: none;
	}
}
@media (max-width: 470px) {
	.mobile-image-full img{
		width: 100%;
	}
}
@media (max-width: 410px) {
	.rubix-header-top-mobile .rubix-header-contacts .phone a {
		font-size: 15px;
	}
}
@media (max-width: 380px) {


	
}