.form__input-box input[name='surname'] {
    display: none;
}

.hide_pages {
    display: none;
}

.less_margin {
    margin-top: 5px !important;
}

.less_margin_bottom {
    margin-bottom: 35px !important;
}

.goback {
    position: fixed;
    width: 68px;
    height: 68px;
    left: 10px;
    top: 250px;
    text-align: center;
    background: #d3d3d3e8;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s;
    z-index: 5;
}

.goback img {
    width: 60%;
    margin-top: 18px;
}

.goback a {
    text-decoration: none;
    color: #3B3B3B;
    font-weight: bold;
}

a .goback {
    text-decoration: none;
    color: #3B3B3B;
    font-weight: bold;
}

.goback:hover {
      background: #b8b8b8e8; 
    
}

.header_hidden{opacity: 0 !important;}


@media (max-width: 768px) {
    .goback {
        display: none;
    }
}

.product-new-article-mobile {
    display: block !important;
}


.product-new-article-mobile {
    padding-top: 16px !important;
    border-top: 1px solid #E0E0E0 !important;
    text-align: left !important;
}

.new-button-presentation-hard-card {
    display: block;
	width: 297px;
    margin-top: 10px;
	background-color: #c69604;
    border: 1px solid #c69604;
	height: 56px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.new-button-presentation-hard-card:hover {
    background: white;
    color: black;
	border: 1px solid black;
}
.photo-on-top-new-hard-card {
	z-index:100;
}

.popup-form__form{
    max-height: 612px;
}
    
.form-section-card  {
	    padding: 50px 0 !important;
		    margin-bottom: 40px;
    height: 541px;
}

.contacts-page_right-col .smart-captcha{margin-top: 10px;}



.form-section-card .smart-captcha{margin-bottom: 15px;}
.smart-captcha-category{margin-bottom: 15px;}

.form {    height: 512px;}



.sliders__info-inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 20px 0 20px 0;
	
}

.sliders__info-box {
    position: relative;
    display: inline-block;
}

.sliders__price-btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #705abf;
    background-color: transparent;
    border-radius: 100px;
    padding: 6px 12px;
    cursor: pointer;
    white-space: nowrap;
}

.info-content {
    position: absolute;
    top: calc(100% + 5px);
    left: 0px;
    min-width: 300px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05),
    0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05),
    0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 10px 20px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}


.info-content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 4px;
}

.info-content__list {
    margin-bottom: 10px;
}

.info-content__list li {
    padding-bottom: 7px;
}

.info-box--open .info-content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.info-box--open .btn-icon-1 {
    display: none;
}
.info-box--open .btn-icon-2 {
    display: block;
}

.sliders__info-box:hover .btn-icon-1 {
    display: none;
}
.sliders__info-box:hover .btn-icon-2 {
    display: block;
}

.btn-icon-1 {
    display: block;
}

.btn-icon-2 {
    display: none;
}

.ab-team__item-img-no-video{ margin-bottom: 16px;   }
.ab-team__item-img-no-video img{width: 100%;border-radius: 16px;}



@media (hover: hover) {
    .sliders__info-box:hover .info-content {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

.sliders__info-inner .sliders__info-box{
height: auto;

}

.sliders__info-inner  .sliders__price-btn1 {
height: 100%;
padding: 2px 12px;
}

.sliders__info-inner svg {
	max-width:20px;
}

@media (max-width: 768px){
.sliders__info-inner  .sliders__price-btn1  {
min-height: 35px;
}
.sliders__info-inner .info-content {
min-width: 299px;
}
.item_params_line_text {
    text-align: right;
}
.sliders__info-inner {
	flex-wrap: wrap;
}

}

.sliders__info-inner a {
	text-decoration: underline;
}

.sliders__info-inner h6 {
	    margin-top: 10px;
}

.sliders__info-inner .info-content {
	padding: 20px 20px 20px 20px;
}

@media (min-width: 768px){
.footer__logo {
	margin-bottom: 0px;
}
.footer__column-button-mob {
	display:none !important;
}
}

@media (max-width: 768px){

.footer__column-button-pc {
	display:none !important;
}
}

.footer__column-button {
    width: 151px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 2px 16px;
    border-radius: 7px;
    -webkit-transition: background-colorease-in-out 0.2s, colorease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s, colorease-in-out 0.2s;
    font-weight: 500;

}

.footer__column-button:hover{
  background-color: #fff;
  color: #705abf;
  transition: background-color ease-in-out 0.2s, colorease-in-out 0.2s; 
}

.sliders__info-inner .sliders__price-btn1 {
    border: 1px solid #bdbdbd;
}


.item_params_header{font-weight: bold; margin: 10px 0;  font-size: 14px;}
.item_params_line{display: flex; justify-content: space-between; font-size: 13px;}
.item_params_sep{margin-top: 10px;}
.item_params_line_title {
	
}