.product-details-content p {
    color: #424242;
    line-height: 30px;
	font-size: 13px;
    line-height: 18px;
}

.searchHead {
    position: relative;
    margin: 0px 0px 0px -254px;
    opacity: 0;
    width: 200px;
    transition: 1s;
}

.searchShow {
    z-index: 9999;
    opacity: 1;
    transition: 1s;
}

.searchShow .searchInput {
    display: block;
}
.searchShow .searchHeadBody {
    display: none;
}

.searchInput {
    display: none;
    height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(219, 219, 219);
}

.searchHeadBody {
    position: absolute;
    display: none;
    width: 250px;
    z-index: 9999;
    padding: 10px;
    background: #f9f9f98f;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 5px 5px;
}

.searchHeadBody ul li:hover {
    color: #eaaa85;
}

/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
    /* CSS для ширины от 992px до 1199px */
}

/* md-размер (<=991px) */
@media (max-width: 991px) {
    /* CSS для ширины от 768px до 991px */
}

/* sm-размер (<=768px) */
@media (max-width: 767px) {
    /* CSS для ширины от 576px до 767px */
}

/* xs-размер (<=575px) */
@media (max-width: 575px) {
    .searchShow {
        width: 93%;
        margin-top: 137px;
        background: white;
        position: absolute;
    }

    .searchHeadBody {
        background: white;
    }
}

@media (max-width: 575px) and (-webkit-min-device-pixel-ratio: 0) {
    .searchShow {
        width: 93%;
        right: 15px;
        top: -30px;
        background: white;
        position: absolute;
    }

    .searchHeadBody {
        background: white;
    }
}
.textarea_inp {
    border: none;
}

.loading {
    content: "ЖДИТЕ";
    background: #ebebeb !important;
}

.blank-page-area .page-not-found {
    margin-top: -26px !important;
}
.requisites {
    padding-top: 20px;
    font-size: 14px;
}
.blank-page-area {
    height: auto;
}
.text-sertificat {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.5;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .deal-image img {
        justify-content: center;
        align-items: center;
        height: 350px;
        width: 250px;
    }
}

.snipet-text {
    text-transform: none;
    color: #7e7e7e;
}
.otziv-1 {
    color: #eaaa85;
}
.otziv-1:hover {
    color: #313131;
}

.nav-link{
   color: #313131 !important;
}
.nav-pills .nav-link.active {
   background-color: #eaaa85 !important;
}
.btnradio {
   display: none;
}
.fake {
   display: inline-block;
   width: 20px;
   height: 20px;
   border: solid #eaaa85;
   border-radius: 100%;
   position: relative;
}

.fake::before {
   content: "";
   position: absolute;
   display: block;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 8px;
   height: 8px;
   background-color: #eaaa85;
   border-radius: 100%;
   opacity: 0;
   transition: 0.5s;
}

.btnradio:checked + .fake::before {
   opacity: 1;
}
.contact-form .contact-form-style textarea {
    height: 120px !important;
}
.btn-file {
    border: none !important;
    height: 56px;
}
/* Чекбоксы */
.btnchexbox {
   display: none;
}
.fakecheck {
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-right: 5px;
   border: solid #eaaa85;
   border-radius: 20%;
   position: relative;
}
.text-check {
    margin-right: 5px;
    display: inline-block;
}

.fakecheck::before {
   content: "";
   position: absolute;
   display: block;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 10px;
   height: 10px;
   background-color: #eaaa85;
   border-radius: 10%;
   opacity: 0;
   transition: 0.5s;
}

.btnchexbox:checked + .fakecheck::before {
   opacity: 1;
}

/* Добавить файл */
.filebtn .btn-tertiary {
   color: #555;
   padding: 0;
   line-height: 40px;
   width: 220px;
   display: block;
   border: 1px solid #dedede;;
}
.btn-tertiary:hover,
.filebtn .btn-tertiary:focus {
   color: #888;
   border-color: #888;
}
.filebtn .input-file {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
.filebtn .input-file + .js-labelFile {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   /*    padding: 0 10px; */
   cursor: pointer;
}
.filebtn .input-file + .js-labelFile .icon:before {
   content: "\f093";
}
.filebtn .input-file + .js-labelFile.has-file .icon:before {
   content: "\f00c";
   color: #5aac7b;
}
.js-fileName {
    margin-left: 10px;
}





	.divka {
		height: 900px !important;
		width: 100%;
	}



@media (max-width: 575px) { 
	.divka {
		height: 300px !important;
		width: 100%;
	}
 }

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) {
	.divka {
		height: 300px !important;
		width: 100%;
	}
}

/* md (>=768 и <=991) */
@media (min-width: 768px) and (max-width: 991px) {
	.divka {
		height: 500px !important;
		width: 100%;
	}
}

/* lg (>=992 и <=1199) */
@media (min-width: 992px) and (max-width: 1199px) { 
	.divka {
		height: 600px !important;
		width: 100%;
	}
}

/* xl (>=1200) */
@media (min-width: 1200px) and (max-width: 1500px) { 
	.divka {
		height: 700px !important;
		width: 100%; 
	}
}


.product .thumb .badges span.new {
    background-color: #000000;
}
.product .thumb .badges span {
    font-size: 12px;
    line-height: 1.7;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}


.pt-50px {
	padding-top: 50px;
}




.ty-product-block__description-link {
    color: #cb7f88;
    text-decoration: underline;
    margin-top: 6px;
    display: inline-block;
    font-size: 13px;
    font-family: GothaProMed;
}



.product-details-content .pricing-meta ul li {
    margin-bottom: 5px;
}

.pt-15px {
    margin-top: 15px;
}



.content-grid-products .ty-product-block__tabs-block {
    margin-bottom: 0;
}
.row-fluid .ty-limited-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.ty-product-block__tabs-block {
	margin-bottom: -30px;
}
.ty-limited-row {
	padding-left: 11px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}


.ty-product-block .ty-tabs {
    margin-bottom: 0;
}
.ty-product-block .ty-tabs {
    padding-bottom: 17px;
    margin-bottom: 26px;
    border-color: #e0e0e0;
}
.ty-product-block__tabs-block .ty-tabs {
    margin-top: 0;
    margin-bottom: 5px;
}
.ty-tabs {
    padding-bottom: 11px;
    margin-bottom: 30px;
    border-color: #e0e0e0;
}
.ty-tabs {
    margin-top: 30px;
    vertical-align: bottom;
    border-bottom: 1px solid #d9dde1;
}
.ty-tabs__list {
    vertical-align: bottom;
}

.ty-product-block .ty-tabs__item.active, .ty-product-block .ty-tabs .subtab.active {
    background: none;
}

.ty-product-block .ty-tabs__item, .ty-product-block .ty-tabs .subtab {
    background: none;
    margin: 0 40px 0 0;
    padding: 0;
    border-radius: 0px;
}

.ty-tabs__item, .ty-tabs .subtab {
    margin: 0 5px 0 0;
    padding: 0;
    border-radius: 3px;
}
.ty-tabs__item, .ty-tabs .subtab {
    float: left;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    margin: 2px 2px 0 0;
    padding: 0 0 0 3px;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.ty-product-block .ty-tabs__content {
    padding: 15px 0;
}

.ty-tabs__content {
    padding: 15px 5px;
}

.content-description {
    line-height: 1.4;
    word-wrap: break-word;
}
.ty-wysiwyg-content {
    word-wrap: break-word;
}

p {
    margin: 0;
    padding: 6px 0;
}

.ty-wysiwyg-content ul, .ty-wysiwyg-list ul {
    list-style-type: disc;
}
.ty-wysiwyg-content ul, .ty-wysiwyg-content ol, .ty-wysiwyg-content ul ul, .ty-wysiwyg-content ol ol, .ty-wysiwyg-content ul ol, .ty-wysiwyg-content ol ul, .ty-wysiwyg-list ul, .ty-wysiwyg-list ol, .ty-wysiwyg-list ul ul, .ty-wysiwyg-list ol ol, .ty-wysiwyg-list ul ol, .ty-wysiwyg-list ol ul {
    margin: 0 0 0 24px;
}

.ty-wysiwyg-content ul li, .ty-wysiwyg-content ol li, .ty-wysiwyg-list ul li, .ty-wysiwyg-list ol li {
    list-style-type: inherit;
}

.azimutTabs {
	display: none;
}

.activeTabAzimut {
	display: block !important;
}

.bottomItemMenu {
	padding: 14px;
	z-index: 99999999999999999;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 75px;
    background: white;
    border-top: 1px solid #3a3a3a;
    left: 0px;
}

.bottomItemMenuButton {
	position: absolute;
	border: 1px solid black;
	padding: 8px;
	right: 15px;
	color: white;
	background: black;
}

.bottomItemMenuPrice {
	font-size: 25px;
	float: left;
	padding-left: 16px;
}