.phon-icon-mobile{
	color: #bebebf;
}
.ns-bitrix.c-menu.c-menu-mobile-1 .menu-panel-logotype img {
    max-height: 80px;
}
.detail-page-urlsvg#scene,
svg#question {
    overflow: visible;
}
.detail-page-url{

}
.advantages-wrap .detail-page-url {
    margin-top: 45px;
}
.bubbly-button {
    display: inline-block;
    padding: 19px 48px;
    text-decoration: none;
    margin-bottom: 60px;
    -webkit-appearance: none;
    background-color: #feb907;
    color: #fff;
    border-radius: 28px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, background 0.4s;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    transform: scale(1); 
	font-weight: 600;
}
.bubbly-button:hover, .bubbly-button:active {
    background-color: #FE7E07;
    text-decoration: none;
    color: #fff;
}

.bubbly-button:focus {
  outline: 0;
}
.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, transparent 20%, #feb907 20%, transparent 30%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, #feb907 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FE7E07 15%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, #feb907 20%, transparent 20%), radial-gradient(circle, #feb907 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #feb907 20%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, transparent 10%, #FE7E07 15%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%), radial-gradient(circle, #feb907 20%, transparent 20%), radial-gradient(circle, #FE7E07 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  
  background-color: #FE7E07;
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 1.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 1.75s forwards;
}
.bubbly-button.bubbly-button-transparent {
    margin-bottom: 0;
    border: 1px solid #FEAA38;
    background-color: transparent;
    border-radius: 3px;
    padding: 11px 25px;
}
.bubbly-button.bubbly-button-transparent:hover {
    background-color: #feaa38;
}
.advantages-wrap {
    max-width: 2000px;
    overflow: hidden;
    margin: 0 auto; 
	margin-top: 100px;
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}
@keyframes animBg {
  0% {
   transform:rotate(0deg);
  }
  10% {
    transform:rotate(15deg);
  }
  20% {
    transform:rotate(0deg);
  }
   20% {
    transform:rotate(30deg) translate(50px 20px);
  }
  100% {
    transform:rotate(360deg) translate(0);
  }
}

.advantages-wrap .advantages-wrap-fix {
    flex-grow: 1;
    max-width: 40%;
}
.advantages-wrap .widget-content {
    margin-top: 20px !important;
}
.advantages-wrap .c-advantages.c-advantages-template-2 .widget-description {
    margin-top: 24px !important;
}
.sale-wrap .sale-wrapper {
    position: relative;
    padding: 15px 60px 15px 100px;
    background: #FEAA38 !important;
    border-radius: 41px;
}
.sale-wrap .sale-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/persent.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	animation: animBg ease-in-out 22s infinite;
}
.sale-wrap .sale-wrapper .sale-header {
    font-weight: 800;
    font-size: 50px;
    line-height: 56px;
    color: #FFFFFF;
}
.sale-wrap .sale-wrapper .sale-header > span {
    position: relative;
    z-index: 2;
}
.sale-wrap .sale-wrapper .sale-header > span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    right: 0;
    background: #FFCA82;
    height: 30%;
    transition: 0.4s;
    z-index: 1;
}
.sale-wrap .sale-wrapper .sale-header > span > span {
    position: relative;
    z-index: 2;
}
.sale-wrap .sale-wrapper .sale-header > span:hover:after {
    height: 100%;
}
.sale-wrap .sale-wrapper .detail-page-sale {
    position: relative;
    z-index: 3;
}
.sale-wrap .sale-wrapper .detail-page-sale a {
    display: inline-block;
    margin-top: 22px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.4s;
    text-decoration: none;
}
.sale-wrap .sale-wrapper .detail-page-sale a span.icon {
    overflow: hidden;
    display: inline-flex;
}
.sale-wrap .sale-wrapper .detail-page-sale a span.icon svg {
    transform: translateX(-10px);
    transition: 0.4s;
}
.sale-wrap .sale-wrapper .detail-page-sale a:hover span.icon svg {
    transform: translateX(0px);
}
.sale-wrap .sale-wrapper  .sale-image {
    height: 100%;
}
.sale-wrap .sale-wrapper .sale-image .sale-image-bg {
    height: 100%;
    background-image: url(/images/sale-img.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sale-wrap .sale-wrapper .sale-text-wrap {
    padding: 45px 0 42px 0px;
}
.advantages-wrap .c-advantages.c-advantages-template-2 {
    padding-top: 17px;
}
.sale-wrap {
    margin-top: 110px; 
	margin-bottom: 110px;
}

@media all and (max-width: 1000px) {
	.advantages-wrap .advantages-wrap-fix {
    flex-grow: 1;
    max-width: 100%;
}
	.sale-wrap {
		margin-top: 0px; 
		margin-bottom: 0px;
	}
.advantages-wrap .c-advantages.c-advantages-template-2 {
    padding-top: 0px;
    margin-bottom: -100px;
}
	.advantages-wrap{
		margin-top:0;
	}
	.advantages-row-reverse{
		flex-direction: column-reverse;  
	}
	.advantages-row-reverse svg#scene {
		width: 100% !important;
		height: auto !important;
		max-width: 350px;
	}
	.sale-wrap .sale-wrapper .intec-grid {
		flex-direction: column-reverse;
	}
	.sale-wrap .sale-wrapper .sale-image {
		height: 150px;
	}
	.sale-wrap .sale-wrapper .sale-image .sale-image-bg{
		background-position: left center;	
	}
	.sale-wrap .sale-wrapper .sale-text-wrap {
		padding: 10px 0;
	}
	.sale-wrap .sale-wrapper .sale-header{
		font-size: 26px;
		line-height: 28px;	
	}
	.sale-wrap .sale-wrapper .detail-page-sale a{
		margin-top: 10px;	
	}
	.sale-wrap .sale-wrapper {
		padding: 15px 15px; 
		border-radius: 20px;
	}
}


.mobile-hide{
	display:block;
}
.mobile-show{
	display:none;
}
.advantages-wrap .adv-wrap {
    text-align: center;
}
@media all and (max-width: 768px) {
	.mobile-hide{
		display:none;
	}
	.mobile-show{
		display:block;
	}
}


.check-icon-list li:before {
content:url('/images/pecha.jpg');
padding: 0;
top: -2px;
}

.check-icon-list li {
padding: 0 0 0 45px;
margin: 0 0 20px 0;
}


.main-icons-steps {
text-align:center;
}

.main-icons-steps-header {
font-weight: 400;
font-size: 13px;
line-height: 18px;
}

.main-icons-steps-item {
padding:30px;
}

.main-icons-steps-item:before {
content:"";
position:absolute;
background-image:url("/images/next-arrow.png");
background-size:cover;
background-repeat:no-repeat;
width:40px;
height:40px;
top:36%;
right:-20px;
opacity: 0.5;
}

@media (max-width:750px) {
.main-icons-steps-item:before {
display:none
}
}

.main-icons-steps-item.last-item:before {
background-image:none;
}


.custom-content-box-white {
   background: url(/images/banneri.png) no-repeat;
   background-position: 20px center;
   padding: 25px 25px 25px 110px;
}

.pills {
    list-style: none;
    counter-reset: li;
    margin-right: 41px;
}

.pills li {
    padding: 10px 0;
    position: relative;
    left: 1.5em;
    margin-bottom: 0.75em;
    padding-left: 1em;
    background-color: rgba(254,184,7,0);
}

.pills li:before {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5em;
    width: 1.875em;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #feb807;
    border-bottom-left-radius: 70em;
    border-top-left-radius: 70em;
    counter-increment: li;
    content: counter(li);
}


.custom-number-line .custom-number-line-icon {
color:white;
background-color:#afc3fe;
font-size: 32px;
width:45px;
text-align:center;
border-radius:50%;
margin-bottom:40px;
z-index: 2;
position: relative;
}

.custom-number-line-item {
position: relative;
}

.custom-number-line .custom-number-line-item:before {
content: "";
    position: absolute;
    background-image: url(/images/arrow-icon-long3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 40px;
    top: 31px;
right: -15px;
}

@media (max-width:1000px) {
.custom-number-line {
width: 280px;
margin: auto !important;
}
.custom-number-line-icon, .custom-number-line-icon-last {
float:left;
}
.custom-number-line .custom-number-line-item:before {
background-image: url(/images/arrow-icon.png);
right:auto;
top: 75px;
left: -3px;
transform: rotate(90deg);
width:50px;
}
.custom-number-line-text {
padding-left: 65px;
padding-top: 10px
}
}

.preimushestva-element-wrapper-number {
    position: absolute;
    top: 0px;
    right: 25px;
    padding: 8px 9px;
    border-radius: 50%;
    background-color: #fff;
}
.preimushestva-element-number {
    font-size: 36px;
    line-height: 36px;
    color: white;
    border-radius: 50%;
    padding: 7px 14px;
    background-color: #feb807;
width:50px;
text-align:center
}
.preimushestva-element-text {
    display: flex;
    align-items: center;
    padding: 35px 40px 30px 40px;
    background-color: #ffffff;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 8px 15px 50px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 8px 15px 50px 0px rgba(0,0,0,0.09);
    box-shadow: 8px 15px 50px 0px rgba(0,0,0,0.09);
    transition: 0.4s;
}
.preimushestva-element-text-name {
    display: inline-block;
 
    width: 100%;
   font-size: 16px;
    font-weight: bold;
   
text-align: center;
margin-bottom: 15px;
}
.preimushestva-element-text-description {
    display: inline-block;
text-align: center;
    width: 100%;
    font-size: 14px;
}
.widget-element-wrapper-preimushestva {
    position: relative;
    padding: 25px 50px 30px 50px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-element-wrapper-preimushestva:hover .preimushestva-element-text {
background-color: #cf553b;
color: white !important;
}
.widget-element-wrapper-preimushestva:hover .preimushestva-element-wrapper-number {
    background-color: #fff;
}


.box-white {
   background: url(/images/circle-outline-with-exclamation-point-min.png) no-repeat;
   background-position: 20px center;
   border-radius: 6px;
   padding: 25px 25px 25px 90px;
   border: 2px solid #2a388e;
}

@media (max-width:1100px) {
.custom-service-feedback .text {
margin: auto !important;
padding: 0 !important;
}
.custom-service-feedback {
padding: 50px 100px !important;
}
.custom-service-feedback .product-img {
max-width: 300px !important;
}
}

@media (max-width:1000px) {
.custom-service-feedback-text {
margin-bottom: 60px;
}
}

@media (max-width:650px) {
.custom-service-feedback {
padding: 50px 0 !important;
}
}

@media (max-width:430px) {
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
font-size: 12px;
}
}

.catalog-element-description .preimushestva-element-text:nth-child(3n+3) {
background-color: red
}

.expertise-element::after {
display: block;
content: '';
background: url(/images/dot-arrow.png);
width: 138px;
height: 24px;
position: absolute;
right: -56px;
top: 56px;
}

.intec-content .intec-content-wrapper:after, .intec-content .intec-content.intec-content-primary .intec-content-wrapper:after {
display: table;
content: "";
clear: both;
}

.expertise-element {
width: 240px;
}

.expertise-element2 {
width: 240px;
}

.expertise-element .numbers {
display: block;
width: 100px;
line-height: 100px;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 32px;
background-image: url(/images/number_bg.png);
transition: all 0.2s;
margin-right: 36px;
margin-top: 7px;
margin: auto;
color: #f29e37;
}

.expertise-text {
text-align: center;
margin-top: 20px;
}

@media (min-width: 992px) {
.col-md-20 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (max-width: 992px) {
.col-md-20 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (max-width: 538px) {
.col-md-20 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (max-width: 992px) {
.expertise-element::after {
    display: none;
    content: '';
width: 138px;
    height: 24px;
    position: absolute;
    right: -56px;
    top: 56px;
}
}

.intec-content .intec-content-wrapper, .intec-content .intec-content.intec-content-primary .intec-content-wrapper {
display: block;
margin-right: 20px;
margin-left: 20px;
}

.expertise-element2 .numbers {
display: block;
width: 100px;
line-height: 100px;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 32px;
background-image: url(/images/number_bg.png);
transition: all 0.2s;
margin-right: 36px;
margin-top: 7px;
margin: auto;
color: #f29e37;
cursor: pointer;
}

.about-company-custom-button {
color: #9a9a9a;
text-decoration: none !important;
transition: 0.4s;
}
.about-company-custom-button:hover {
color: #feb807;
}


@media (min-width: 1470px) and (min-width: 1900px) {
.main-wrapper .aside-nav__list, .main-wrapper .container {
padding-left: 2.125rem;
}
}

@media (min-width: 1815px) {
.aside-nav__list, .container {
max-width: 1480px;
}
}

@media (min-width: 1200px) {
.s-now__item--border {
padding: 1.5625rem .625rem 1.5625rem 1.5625rem;
}
}

@media (min-width: 768px) {
.s-now__item--border {
border-radius: 5px;
border: 2px solid #e7e7e7;
height: 100%;
padding: 1.25rem .625rem .9375rem .9375rem;
}
}

@media (min-width: 1200px) {
.s-now__count--lg, .s-now__count--md {
font-size: 1.625rem;
}
}

@media (min-width: 768px) {
.s-now__count--md {
line-height: 1;
font-size: 1.75rem;
color: #feb907;
margin-bottom: .25em;
padding-bottom: 0;
margin-right: -25px;
}
}

.s-now__count--md {
color: #feb907;
}




.popup-window-overlay {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.table-in-contacts td {border-top:none !important; border-bottom: 1px solid rgba(119,10,10,0.2); padding: 3px 10px !important;}
.table-in-contacts tr {border-top:none}
.table-in-contacts {border-top:none; margin: 20px 0}


/**/

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase-fast {
	color: #999 !important;
}

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase-fast:hover {
	color: #feb807 !important;
}
