html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'PTSansRegular', 'Arial', 'Helvetica', sans-serif;
}

p, div, li, a {
	font-size: 16px;
	color: #000000;
}

a {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hidden {display:none;}
a:hover {
	color: #005aab;
	text-decoration: none;
}

.clearfix {
    clear: both;
}

h1 {
    font-size: 40px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
}

#content-wrap h2.Q_answer {
      font-size: 40px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
}

#content-wrap h3.Q_answer {
    font-size: 30px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
    margin-bottom: 10px;
}

h2 {
      font-size: 40px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
}

b, strong {
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}

.row-nomargin {
    margin: 0;
}

#page-wrap {
	/*background: url('../img/site-bg.jpg') center 0px no-repeat;*/
	background-size: 100% auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

img {
	max-width: 100%;
}
.upper {
    text-transform: uppercase;
}
.green-blue-fill-text {
    background: linear-gradient(to bottom, #7fc35b 40%, #2768ae 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #005aab;
    line-height: 0.9;
    font-family: 'OpenSansBold', 'Arial', 'Helvetica', sans-serif;
}

#header {

}

#header .header-item {
	vertical-align: middle;
}

#header .header-phones {
	padding: 0;
}

#header .header-phones .header-phones-title {
	/*color: #585858;*/
	font-size: 14px;
	/*margin-bottom: 8px;*/
    color: #005aab;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 6px;
}

#header .header-phones .header-phones-text {
	font-size: 17px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}

#header .header-forms-bts-item {
    margin: 0px 0px 6px 0px;
}

#header .header-forms-bts-item:first-of-type {
    margin: 0px 0px 12px 0px;
}

#top-menu-wrap {
    position: relative;
    margin: 0;
}
.painted {
    color: #005aab;
}
.element-top-border {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #63b350;
    top: 0;
    left: 0;
}

.element-right-border {
	position: absolute;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, #60b053, #136b9a);
	right: 0;
	top: 0;
}

.element-bottom-border {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #0f689d;
	bottom: 0;
	left: 0;
}

.element-left-border {
	position: absolute;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, #60b053, #136b9a);
	left: 0;
	top: 0;
}

#top-menu-wrap .top-menu-body {
	vertical-align: middle;
	padding: 0;
}

#header-cart-wrap {
    vertical-align: middle;
    padding: 5px 17px;
}

#header-cart-wrap:before {
    content: " ";
	position: absolute;
	left: 0;
	top: 0;
}

#header-cart-wrap .header-cart-item {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}

#header-cart-wrap .header-cart-item .header-cart-ico {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0px 5px 0px;
    width: 24px;
    text-align: center;
    position: relative;
}

#header-cart-wrap .header-cart-item .header-cart-ico:before, #header-cart-wrap .header-cart-item .header-cart-ico:after {
    background: url("../img/cart-ico.png");
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#header-cart-wrap .header-cart-item .header-cart-ico:after {
    background-position: 24px 0px;
    opacity: 0;
}

#header-cart-wrap a.header-cart-item:hover .header-cart-ico:before {
    opacity: 0;
}

#header-cart-wrap a.header-cart-item:hover .header-cart-ico:after {
    opacity: 1;
}

#header-cart-wrap .header-cart-item .header-cart-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

#content-wrap {
    margin: 20px auto 80px;
    position: relative;
}

#footer {
    border-top: 1px solid #d4d4d4;
    width: 100%;
}

#footer .footer-item {
	font-size: 14px;
    vertical-align: middle;
}

#footer .footer-item strong {
	color: #323223;
}

#footer .footer-item a {
	color: #585858;
}

#footer .footer-item .footer-item-slogan {
    color: #348e00;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}

.tab__offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab__offer .top-list-btn {
    display: flex;
    width: 57%;
    padding-top: 0;
    justify-content: flex-end;
}

.tab__offer .top-list-btn .info-section__quick-button {
    width: auto;
    margin: 0 1.5%;
    height: 40px;
    padding: 0;
}

.tab__offer .info-section__quick-button .how_order_page {
    padding: 6px 6px;
}

.modal-backdrop.in {
    background: #FFFFFF;
    opacity: 0.9;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    -webkit-transition: opacity 0.6s 0.6s, height 0s 1.2s;
    -o-transition: opacity 0.6s 0.6s, height 0s 1.2s;
    transition: opacity 0.6s 0.6s, height 0s 1.2s;
    z-index: 100;
}

.custom-modal.opened {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.custom-modal .custom-modal-dialog {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	background: #FFFFFF;
	padding: 20px;
}

#call-me-form .custom-modal-dialog {
    height: 650px;
}

#rent-form .custom-modal-dialog {
    height: 650px;
}


#quick-order-form .custom-modal-dialog{
     height: 500px;
}
#call-me-form select {
	position: relative;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
	color: #5d5d5d;
}
#call-me-form .select-section {
    position: relative;
    display: inline-block;
    width: 100%;
}
#call-me-form .select-section:after {
    content: "▼";
    position: absolute;
    right: 1px;
    top: 6px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    color: #005aab;
    font-size: 20px;
}

#rent-form select {
    position: relative;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #5d5d5d;
}
#rent-form .select-section {
    position: relative;
    display: inline-block;
    width: 100%;
}
#rent-form .select-section:after {
    content: "▼";
    position: absolute;
    right: 1px;
    top: 6px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    color: #005aab;
    font-size: 20px;
}

#ask-question-form .custom-modal-dialog {
    height: 560px;
}




.form-logo-section {
    background-image: url(https://bts-arenda.ru/upload/bts-logo-addon.jpg);
    width: 100%;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
}


.custom-modal.opened .custom-modal-dialog {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s 0.6s;
	-o-transition: all 0.6s 0.6s;
	transition: all 0.6s 0.6s;
}

.custom-modal .custom-modal-dialog button.close {
	background: url("../img/modal-close.png") no-repeat;
	width: 21px;
    height: 21px;
    border: none;
    top: -28px;
    position: absolute;
    opacity: 1;
}

.custom-modal .custom-modal-dialog .custom-modal-title {
    text-transform: uppercase;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
}

.custom-modal .custom-modal-dialog .form-group {
	margin: 20px 0px;
}

.custom-modal .custom-modal-dialog input[type = "text"],
.custom-modal .custom-modal-dialog input[type = "email"],
#call-me-form.custom-modal .custom-modal-dialog select,
#rent-form.custom-modal .custom-modal-dialog select,
.custom-modal .custom-modal-dialog textarea {
    //border: 1px solid #e5e5e5;
    border: 1px solid #005aab;
    padding: 9px 15px;
    font-size: 14px;
    color: #000000;
    font-family: 'PTSansRegular', 'Arial', 'Helvetica', sans-serif;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.custom-modal .custom-modal-dialog textarea {
    resize: none;
}

.custom-modal .custom-modal-dialog input[type = "text"]:focus, .custom-modal .custom-modal-dialog input[type = "email"]:focus, .custom-modal .custom-modal-dialog textarea:focus {
    border-color: #005aab;
}

.blue-border-btn {
    font-size: 14px;
    background: #005aab;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    border: 2px solid #005aab;
    padding: 8px 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.blue-border-btn:hover {
	background: transparent;
	color: #005aab;
}

#YMapsID {
    border-radius: 4px;
}

#YMapsID img, #OYMapsID img {
    max-width: none;
}

.visible-print-block {
    display: none;
}

#content-wrap h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#content-wrap p {
    color: #575757;
    font-size: 14px;
    margin-bottom: 10px;
}

#content-wrap p a {
    color: #005aab;
    font-size: 14px;
}

#content-wrap ul {
    list-style-type: disc;
    padding-left: 40px;
}

#content-wrap ul li, #content-wrap ol li {
    color: #575757;
    font-size: 14px;
    margin: 10px 0px;
}

#content-wrap li ol {
    padding-left: 20px;
}

#content-wrap ol {
    list-style-type: decimal;
}

#content-wrap ol {
    list-style: none;
    counter-reset: li;
}

#content-wrap ol li:before {
    counter-increment: li;
    content: counters(li,".") ". ";
}

.right-colum-body {
    position: relative;
    padding-top: 25px;
    overflow: hidden;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#content-wrap .inner-back-link {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    display: inline-block;
    padding-top: 3px;
}

#content-wrap .inner-back-link:before {
    content: " ";
    background: url("/local/templates/bts_new/img/button-back-treug.png");
    display: inline-block;
    width: 13px;
    height: 30px;
    vertical-align: top;
}

#content-wrap .inner-back-link p {
    display: inline-block;
    padding: 2px 15px 5px;
    border: 1px solid #9bbecd;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    font-size: 14px;
    color: #719aac;
}

#content-wrap .inner-back-link span {
    display: inline-block;
    border-bottom: 1px solid #719aac;
}

#content-wrap .inner-back-link:hover:before, #content-wrap .inner-back-link:active:before, #content-wrap .inner-back-link:focus:before {
    background-position: 0px -40px;
}

#content-wrap .inner-back-link:hover p, #content-wrap .inner-back-link:active p, #content-wrap .inner-back-link:focus p {
    border-color: #71bf44;
    color: #71bf44;
}

#content-wrap .inner-back-link:hover span, #content-wrap .inner-back-link:active span, #content-wrap .inner-back-link:focus span {
    border-bottom: 1px solid #71bf44;
}

.pull-right {
    float: right;
}

.call-me-open, .ask-question {
    color: #005aab;
}

#header .hedaer-faq-link {
    margin-left: 40px;
    color: #005aab;
}

#order-wrap {
    font-size: 0;
}

.order-form .form-group {
    font-size: 0;
    margin: 0px -20px 15px;
}

.foto-page .page-name {
    margin: 0px 0px 0.67em 15px;
}

#content-wrap .catalog-detail-header {

}

#content-wrap .catalog-detail-header h1 {
    margin: 0px 0px 0px 30px;
}

#content-wrap .no-padding {
    padding: 0;
    list-style-position: inside;
    margin: 30px 0px;
}

.row.technic-list-block .col-height {
    font-size: 0;
}

.h1-hidden {
    display: none;
}

#content-wrap .technic-basket-list .technic-item-add,
#give-me-material .materials-option-list p.material-item-add,
#content-wrap .materials-option-list .material-item-add
{
    font-weight: bold;
    color: #005AAB;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}

#content-wrap .technic-basket-list .technic-item-add span {

}

#page-wrap .form-checkbox-block {

}

#page-wrap .form-checkbox-block input {
    display: none;
}

#page-wrap .form-checkbox-block label {
    font-size: 14px;
    color: #575757;
}

#page-wrap .form-checkbox-block label a {
    font-size: 14px;
    color: #005aab;
}

#page-wrap .form-checkbox-block label a:hover {
    text-decoration: underline;
}

#page-wrap .form-checkbox-block .form-checkbox-ico {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    //border: 1px solid #afafaf;
    border: 1px solid #005aab;
    margin: 2px 5px 0px 0px;
    position: relative;
}
#give-me-material .form-checkbox-block .form-checkbox-ico:before,
#page-wrap .form-checkbox-block .form-checkbox-ico:before {
    content: " ";
    background: url("../img/check_bg.png");
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
}

#page-wrap .form-checkbox-block .active .form-checkbox-ico:before,
#give-me-material .form-checkbox-block .active  .form-checkbox-ico:before
{
    visibility: visible;
}

.right-colum #carousel-yellow .carousel-caption li:before, .right-colum #carousel-yellow .carousel-indicators li:before {
    display: none;
}

.right-colum .carousel-caption li:before , .right-colum .carousel-indicators li:before {
    display: none;
}

.align-center {
    text-align: justify;
}

.contacts-requisites-block {
    margin: 18px 0px 0px;
}

.contacts-requisites-block .blue-border-btn {
    display: inline-block;
}

 .name-worker-0 .name-person {
    color: #005aab;
}

.thumbnail-over .heavyweights-text-icon {
    padding: 4px 11px;
    line-height: 1;
    color: #FFFFFF;
    font-size: 14px;
    box-shadow: 0px 4px 6px -5px #000000;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    right: 25px;
    top: 1px;
    z-index: 1000;
    background: #579334;
}

.thumbnail-over.heavyweights-icon::before {
    display: none;
}

.personal-link {
    opacity: 0.4;
}
#content-wrap .attention-info {
    font-size: 17px;
    color: #000;
}
.footnote-text {
    border-top: 1px solid #bdbdbd;
    padding-top: 13px;
}

.technic-list-block .technic-list-item {
    position: relative;
    overflow: hidden;
}

.technic-list-item .technic-list-item-prices {
	/* display:none; */
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    z-index: 1001;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
	padding: 10px 5px 0px 13px;
}

/* .technic-list-item:hover .technic-list-item-prices {
    opacity: 1;
} */

.thumbnail.technic-list-item.price-list-active:hover {z-index:99999; position:absolute !important; width: 89.06%;}
.thumbnail.technic-list-item.price-list-active:hover .technic-list-item-prices {display:block;}.thumbnail.technic-list-item.price-list-active:hover .technic-list-item-prices {display:block;}
#content-wrap .technic-list-item .technic-list-item-prices .price-list-item {
    text-align: left;
}

#content-wrap .technic-list-item a.add_to_order {
    position: relative;
    /* z-index: 1002; */
}
.technic-foto-list a {
	/*width: 276px;*/
}


.thumb_half img {
        filter: none;
        -webkit-filter: grayscale(0);
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 5px;
        width: 350px;
        height: 250px;
        object-fit: cover;
}

.technic-foto-list img {
	max-width: none;
}
#content-wrap .materials-section .bold {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
table.materials-section__table {
   /*  border: 2px solid #005aab; */
	width:100%;
    max-width: 70%;
    margin: 30px auto;
}
table.materials-section__table tr, table.materials-section__table td {
   /*  border: 2px solid #005aab; */
}
table.materials-section__table td {
    padding: 8px 20px;
}
.materials-section__bottom {
    margin: 20px 0px;
}
.section-bottom__item {
    display: inline-block;
    padding: 30px 70px;
    border: 2px solid #005aab;
    border-radius: 10px;
}
.bottom-item__name {
    color: #005aab;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
#content-wrap p.bold.special-title {
    margin-bottom: 20px;
}
#content-wrap .materials-section ol li, #content-wrap .materials-section p {
    font-size: 16px;
}
#content-wrap .materials-section__futnote p {
    text-align: center;
}
span.red-liner {
    color: red;
    text-decoration: underline;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
.materials-section {text-align:center;}
.materials-section__list ol {display: inline-block; text-align:left;}
.materials-section.form-container.inert-materials.custom {
    min-height: 114em;
}
#content-wrap .materials-section.form-container.inert-materials h2.sitename {
    line-height: 130%;
}
span.futnote-title {
    display: block;
    margin-bottom: 15px;
}
.materials-section__futnote {
    margin: 40px 0px;
}
#content-wrap .materials-section.form-container.inert-materials .materials-section__map h2.sitename {
    margin: 0px 0px 40px 0px;
}
#content-wrap .big-size {font-size:18px;}
#content-wrap .red-alert.big-size {
    margin: 40px 0px;
}
canvas.inner_page.custom {top: 90em;}
.materials-section__map {
    position: relative;
    z-index: 999999;
}
.materials-section__table td span{
	color: #0f689d;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}
.btn__map-download {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    width: 100%;
    max-width: 30%;
    margin: 40px auto;
    padding: 20px;
    background: #005aab;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
	position:relative;
	z-index:999999;
}
span.upper-text.right {
    text-align: right;
    display: block;
    width: 420px;
}
#main-slider-wrap span.upper-text {
    display: inline-block;
    font-size: 52px !important;
    text-transform: uppercase;
}
.green-blue-fill-text.custom {
    font-size: 110px !important;
}
.call-filled { position: fixed; bottom: 50px; right: 50px; width: 80px; z-index: 10;}

@keyframes bouncing{
  0%  { opacity: 0.5;}
  100%{ opacity: 1;}
}

.call-filled  a {
  animation: bouncing 1.25s cubic-bezier(0, 0.05, 1, 1) 3s infinite alternate both;
}

#mod_calltoorder_circle{z-index:1039;position:fixed;opacity:.8;border-radius:100%;cursor:pointer}
.mod_calltoorder_circle {
    z-index: 1038;
    top: 10%;
    left: 25%;
    position: absolute;
    border-radius: 100%;
    background-image: url(/images/phone.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
}
#mod_calltoorder_circle.call-me-open {width:120px; height:120px; right:50px; bottom:85px;}
.mod_calltoorder_circle {background-color: #005aab; width:60px; height:60px;}
.mod_calltoorder_circle_wave_out {background-color: #005aab; background: linear-gradient(#005aab, #71bf44); width:60px; height:60px;}
#mod_calltoorder_circle {right:0px !important;}
.mod_calltoorder_circle_wave_out{z-index:1037;top:10%;left:25%;position:absolute;border-radius:100%;-webkit-animation:mod_calltoorder_wave_out 2s infinite linear;animation:mod_calltoorder_wave_out 2s infinite linear}
.mod_calltoorder_circle_wave_in{z-index:1036;top:10%;left:25%;border-color:#00df43; width:58px; height:58px;position:absolute;border-style:solid;border-width:1px;border-radius:100%;-webkit-animation:mod_calltoorder_wave_in 2s infinite linear;animation:mod_calltoorder_wave_in 2s infinite linear}
@-webkit-keyframes mod_calltoorder_wave_out{0%{-webkit-transform:scale(1);-webkit-opacity:.5}100%{-webkit-transform:scale(2);-webkit-opacity:0}}
@keyframes mod_calltoorder_wave_out{0%{transform:scale(1);opacity:.5}100%{transform:scale(2);opacity:0}}
@-webkit-keyframes mod_calltoorder_wave_in{0%{-webkit-transform:scale(2);-webkit-opacity:0}100%{-webkit-transform:scale(1);-webkit-opacity:.5}}
@keyframes mod_calltoorder_wave_in{0%{transform:scale(2);opacity:0}100%{transform:scale(1);opacity:.5}}



.materials-section__table td span{
	color: #0f689d;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
}
.btn__map-download {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    width: 100%;
    max-width: 30%;
    margin: 40px auto;
    padding: 20px;
    background: #005aab;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
	position:relative;
	z-index:999999;
}
.info-section div {
    display: inline-block;
    width: 100%;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
	cursor:pointer;
}
.info-section__license {background-color:#005aab; padding: 12px 10px; text-align: center;}
.info-section__quick-button, .info-section__license {margin-bottom:17px;}
.info-section .section-license__header, .info-section .section-license__text {color:#fff;}
.info-section .section-license__header {font-size:14px;}
.info-section .section-license__text {font-size:12px; font-family:initial; text-transform:initial; color: #7fddff;}
.info-section__quick-button .green-button, .info-section__quick-button .ultramarine-button {padding:10px;}
.info-section__quick-button .green-button {
    background-color: #159b14;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA5YzAyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0OWNlM2UiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIyIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwOWMwMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDk2MzBiIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 156, 2)),color-stop(0.22, rgb(73, 206, 62)),color-stop(0.51, rgb(0, 156, 2)),color-stop(1, rgb(9, 99, 11)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(top,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(9, 99, 11) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(9, 99, 11) 100%);
    background-image: -ms-linear-gradient(top,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(9, 99, 11) 100%);

}
.info-section__quick-button .ultramarine-button {
    background-color: #005eac;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA1YWFmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDg1ZDgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIyIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNWFhZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAzZTc3IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 90, 175)),color-stop(0.22, rgb(0, 133, 216)),color-stop(0.51, rgb(0, 90, 175)),color-stop(1, rgb(0, 62, 119)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(top,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
    background-image: -ms-linear-gradient(top,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
}

.info-section__quick-button .green-button:hover {background-color:#005aab;}
.info-section__quick-button .ultramarine-button:hover {background-color:#559b25;}
.info-section__quick-button a {
	display: inline-block;
	width: 100%;
    color: #fff;
	text-align: center;
    text-transform: uppercase;
	font-size:14px;
	border-radius: 5px 5px 0px 0px;

}

.info-section__quick-button{border-radius: 5px;}
.info-section__quick-button.yellow {
    background-color: #f7cf54;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZkNTM1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmVmOTkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjIyIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZTI0ZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuNTEiLz48c3RvcCBzdG9wLWNvbG9yPSIjZTA4YzIxIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 213, 53)),color-stop(0.22, rgb(255, 239, 153)),color-stop(0.51, rgb(255, 226, 79)),color-stop(1, rgb(224, 140, 33)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(top,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
    background-image: -ms-linear-gradient(top,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
}
.info-section__quick-button.green:hover .green-button {
    background-image: linear-gradient(to bottom,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(26, 200, 30) 100%);
    background-image: -ms-linear-gradient(to bottom,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(26, 200, 30) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(26, 200, 30) 100%);
}
.info-section__quick-button.ultramarine:hover .ultramarine-button{
	background-image: linear-gradient(to bottom,rgba(0, 93, 181, 0.91) 0%,rgb(3, 158, 255) 22%,rgb(0, 101, 196) 51%,rgb(3, 134, 255) 100%);
    background-image: -ms-linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 133, 255) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 133, 255) 100%);
}
.info-section__quick-button.yellow:hover {
	background-image: linear-gradient(to bottom,rgb(255, 235, 157) 0%,rgb(255, 246, 195) 22%,rgb(255, 235, 133) 51%,rgb(200, 140, 65) 100%);
	background-image: -ms-linear-gradient(to bottom,rgb(255, 235, 157) 0%,rgb(255, 246, 195) 22%,rgb(255, 235, 133) 51%,rgb(200, 140, 65) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgb(255, 235, 157) 0%,rgb(255, 246, 195) 22%,rgb(255, 235, 133) 51%,rgb(200, 140, 65) 100%);
	border-bottom: 5px solid #ad7207;
}


.info-section__quick-button.green:hover{
	border-bottom: 5px solid #49a909;
}
.info-section__quick-button.ultramarine:hover{
	border-bottom: 5px solid #0166c0;
}
.info-section__quick-button.yellow {
    border-bottom: 5px solid #956207;
}
.info-section__quick-button.green{
	border-bottom: 5px solid #294a13;
}
.info-section__quick-button.ultramarine {
    border-bottom: 5px solid #022a4d;
}

.info-section__quick-button .how_order_page {
    display: inline-block;
    color: #000000;
    margin-bottom: 0px;
    background-size: cover;
    background-position: 0px -12px;
    padding: 6px 0px;
    width: 100%;
	float:initial;
	background:initial;
}

#carousel-green-shodow.working-conditions #carousel-green p.text-center {
	font-size: 16px;
    margin-top: 20px;
    color: #FFFFFF;
    text-align: center;
}
.cta-section {
    width: 100%;
    display: inline-block;
    text-align: center;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	line-height: 330%;
	margin: 0px 0px 30px 0px;
	position:relative;
}
#content-wrap .cta-section__header {
    font-size: 28px;
    color: #005aab;
    text-transform: uppercase;
}
.cta-section__phone {
    font-size: 25px;
}
span.phone-item.phone-one {
    border-right: 2px solid #d4d4d4;
    padding-right: 12px;
}
span.phone-item.phone-two {
    padding-left: 5px;
}
.cta-section__email {
    font-size: 22px;
}
.om-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
	height: 39px;
	line-height: initial;
}
.om-button__link a {
    padding: 10px 34px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.om-button__link:hover {
    background: #005aab;
	position: relative;
}
.om-button__link:hover a {color:#fff;}
.om-button__link:hover .element-top-border {color:#fff;}
.info-section__license {
    background-color: #005eac;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(0, 90, 175)),color-stop(0.22, rgb(0, 133, 216)),color-stop(0.51, rgb(0, 90, 175)),color-stop(1, rgb(0, 62, 119)));
    background-image: -webkit-linear-gradient(top,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
    background-image: linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
    background-image: -ms-linear-gradient(top,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
    border-bottom: 5px solid #022a4d;
    border-radius: 5px;
}
a.call-me-open.how_order_page.price-button {height:initial;}
.working-conditions .carousel-caption {text-align:center;}
.info-section__license:hover{
	background-image: linear-gradient(to bottom,rgba(0, 93, 181, 0.91) 0%,rgb(3, 158, 255) 22%,rgb(0, 101, 196) 51%,rgb(3, 134, 255) 100%);
    background-image: -ms-linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 133, 255) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 133, 255) 100%);
	border-color:#0166c0;
}
span.special-bage:after {
    content: "";
    display: inline-block;
    height: 33px;
    width: 185px;
    background-image: url(/local/templates/bts_new/img/delivery.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}
.inner-page h2.blue-bold {color: #005aab; font-weight:bold;}

.materials-option-list input, .materials-option-list select {
    border: 1px solid #afafaf;
    border-radius: 3px;
    box-shadow: none;
    color: black;
    font-size: 15px;
    line-height: 24px;
    outline: medium none;
    transition: none 0s ease 0s;
}
.info-section .driving-directions__text {
    font-size: 12px;
    font-family: initial;
    text-transform: initial;
    color: #fff;
}
.material-order input, .material-order textarea {padding: 2px 7px;}
input.material-count {width: 100%;}
.materials-option-list div, .materials-option-list label {padding: 0px;}
.materials-option-list select {padding: 2.5px;}
input[name="material-pickup"], input[name="material-delivery"] {width: 20px; height: 20px;}
.material__type select {width:100%;}
.material__data input {width: 32.7%;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
#material-delivery-term input[type="date"] {
    background: #fff url(/local/templates/bts_new/css/../img/data-picker-icon.png) no-repeat center right 5px;
	padding:0px 7px;
}
#material-delivery-term input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
#material-delivery-term input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.materials-option-list .material-item:hover, .materials-option-list .material-border:hover {border-color: #40ae00; border-radius: 3px;}
.materials-option-list .material-border {padding: 10px 45px 15px 15px; margin: 0; position: relative; border-color: transparent;}

#order-wrap .materials-option-list .thumbnail.material-item button.close, #give-me-material .materials-option-list .thumbnail.material-item button.close {
    font-size: 40px;
    float: right;
    font-weight: 400;
    color: #575757;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
	background:initial;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.form-section, .combo-section {display: inline-block; margin-bottom: 15px; width: 100%;}
#order-wrap .materials-option-list .thumbnail.material-item button.close:hover, #give-me-material .materials-option-list .thumbnail.material-item button.close:hover {color: #fbcf32;}
/* .materials-option-list .thumbnail.material-item button.close:hover {color: #fbcf32;} */
.material-order input::-webkit-input-placeholder, .material-order textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.material-order input::-moz-placeholder, .material-order textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.material-order input:-moz-placeholder, .material-order textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.material-order input:-ms-input-placeholder, .material-order textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.material-order input:focus::-webkit-input-placeholder, .material-order textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.material-order input:focus::-moz-placeholder, .material-order textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.material-order input:focus:-moz-placeholder, .material-order textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.material-order input:focus:-ms-input-placeholder, .material-order textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.materials-option-list input {padding: 1px 6px;}
select#material-units {width: 97%;}
.form-section.material__method {display:initial;}
.form-section.material__method.material-pickup .col-md-1.form-checkbox-block {text-align:right;}
.form-section.material__method.material-pickup {width: 33.5%; display: inline-block; text-align: right; margin-bottom: 0px;}
.addition-number__phone {font-size: 17px; font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;}
/* .form-section.material__method.material-pickup {width: 20%;} */
.form-section.material__method.material-pickup label{width: 51%;}
.deactivation {color: #d6d6d6;}
#page-wrap .deactivation .form-checkbox-block .form-checkbox-ico {border-color:#d6d6d6;}
.content-section__bottom-block {
    position: absolute;
    bottom: 14px;
    right: 0px;
    left: 0px;
    padding: 0px 25px;
}

#give-me-material .custom-modal-dialog {width: 35%; position: relative; margin: 6% auto;}
#give-me-material .materials-option-list .material-border {padding:10px 15px;}
#give-me-material {position:absolute; top:0px;}
#give-me-material .thumbnail.material-item .col-md-4,
#give-me-material .form-section.material__scope .col-md-4,
#give-me-materia .col-md-8.material-order.order-form .form-group .control-label {width: 26.666666%;}
#give-me-material .custom-modal-dialog button.close {top: -27px; right: -30px;}
#give-me-material.custom-modal {overflow:initial;}
#give-me-material .form-section.material__type .col-md-5{width: 60.3%;}
#give-me-material .form-section.material__scope .col-md-3{width: 50%;}
#give-me-material .form-section.material__scope .col-md-2{width: 10.2%;}
#give-me-material .form-checkbox-block .form-checkbox-ico { display: inline-block; vertical-align: top; width: 20px; height: 20px; border: 1px solid #afafaf; margin: 2px 5px 0px 0px; position: relative; }
#give-me-material .form-checkbox-block input { display: none; }
#material-delivery-term { width: 61%; }
#give-me-material .material__data input { width: 47.9%; }
#give-me-material .form-section.material__method.material-pickup .col-md-4 { width: 40%; }
/* #give-me-material .form-section.material__method.material-pickup { width: 46.3%; } */
#give-me-material .form-section.material__method.material-pickup { width: 52.3%; }
#give-me-material.custom-modal .custom-modal-dialog input[type = "text"],
#give-me-material.custom-modal .custom-modal-dialog input[type = "email"],
#give-me-material.custom-modal .custom-modal-dialog textarea { padding: 2px 7px; border: 1px solid #ccc; border-top: 2px solid #ccc; border-radius: 3px; box-shadow: none; color: #aaa; font-size: 15px; line-height: 24px; outline: medium none; transition: none 0s ease 0s; width: 100%; }
#give-me-material .col-md-8.material-order.order-form {width:100%;}
#give-me-material .col-md-8.material-order.order-form label.control-label { padding: 0px; width: 28.888888%; }
#give-me-material .col-md-8.material-order.order-form {
    width: 100%;
}
#give-me-material .form-group .col-md-8.col-lg-9 {
    padding: 0px;
    width: 57%;
}
#give-me-material.custom-modal .custom-modal-dialog input[type = "text"]:focus,
#give-me-material.custom-modal .custom-modal-dialog input[type = "email"]:focus,
#give-me-material.custom-modal .custom-modal-dialog textarea:focus {border: 1px solid #40ae00; border-top: 2px solid #40ae00; color: #323232;}


.custom-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	-webkit-transition: opacity 0.6s 0.6s, height 0s 1.2s;
	-o-transition: opacity 0.6s 0.6s, height 0s 1.2s;
	transition: opacity 0.6s 0.6s, height 0s 1.2s;
	z-index: 100;
}
.custom-modal-background.opened {
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;

}
#give-me-material .custom-modal-dialog.success-form { margin: 40% auto; padding: 40px; }
#give-me-material .custom-modal-dialog.success-form .custom-modal-header button.close { top: 10px; right: 10px; }
#give-me-material .message.succes { font-size: 21px; color: #63b350; }
#give-me-material div#myModalLabel { margin: 20px 0px; font-size: 20px; }
#give-me-material .custom-modal-dialog.close { height: 0px; opacity: 0; padding: 0px; visibility: hidden; margin: 0px; }
#give-me-material .col-md-4.col-lg-3.left-crutch { width: 29%; }


.animation-item {
    display: block;
	height:0px;
	overflow:hidden;
    position: absolute;
    background: #333;
    padding: 20px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
	background-color: #fff;
	z-index: 3;
	left: 0px;
	padding: 20px 10px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175), 0 0 0 1px rgba(0,0,0,0.08);
    background-clip: padding-box;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
}

.animation-item.show-me {
    visibility: visible;
    opacity: 1;
    top: 0px;
    height: initial;
    z-index: 9999999;
    width: 95.5%;
    left: 1.4%;
    padding: 60px 40px;
    margin: 0px;
    border: 2px solid #63b350;
    border-radius: 40px;
}
#content-wrap .animation-item.show-me h2 {
    color: #005aab;
    font-weight: bold;
	margin:0px 0px 25px 0px;
	text-align:center;
}
.animation-item.show-me .bottom-text {margin-top:30px;}
#content-wrap .red-alert {
	color: #fc050e;
	font-weight: bold;
	text-align: center;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
#content-wrap .animation-item.show-me li {
    color: #000;
}
.animation-item.show-me button.close {
    width: 40px;
    height: 40px;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    right: 10px;
    position: absolute;
    top: 20px;
    background: url(/local/templates/bts_new/css/../img/modal-close.png) no-repeat;
}
.animation-item.show-me span {
    display: none;
}
.list-wrapper {margin-left:20px;}
.success-section__title .first-text,
.success-section__title .second-text {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}
.success-section {
    margin: 40px 0px;
}
.success-section__title {
    border-bottom: 1px solid;
	margin-bottom:10px;
}
.success-section__title .first-text {
    font-weight: bold;
}
.success-section__desc {
    font-style: italic;
    color: #999;
}
.success-section__img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/upload/ok.png);
    background-size: cover;
	margin-right:10px;
}
.success-section__header {
    display: inline-block;
	vertical-align: top;
}
div#ask-question-form .form-logo-section {
    margin-bottom: 20px;
}
.row.technic-list-block.dop-technic-list-block {
    min-height: initial;
}
.owl-carousel .img-circle {border-radius:initial !important;}
.owl-carousel .owl-item img {max-height: 450px;       max-width: 700px;
    margin: 0 auto;  object-fit: contain;}
.materials-content__section .catalog-list-item-border {
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: all 0.6s;
}
.materials-content__section:after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(229, 229, 229);
	border-image: initial;
}
.materials-content__section:hover .catalog-list-item-border{opacity:1;}
.block-item__button {position:relative; z-index:10;}
.color-blue { color: #005AAB; font-weight: bold; }
.uppercase {text-transform:uppercase;}
table.price-table tr,
table.price-table td,
table.price-table th {
    border: 1px solid #000;
	padding:5px 10px;
}
table.price-table th {
    text-align: left;
    padding: 15px 20px;
    font-size: 20px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	background: #bdd6ee;
	color: #000;
}
table.price-table {
    width: 100%;
    margin-bottom: 40px;
	text-align:center;
}
.banner-section {
    display: inline-block;
	position:relative;
    width: 100%;
    height: 164px;
    margin-bottom: 40px;
    background-color: #fff;
    background-image: url(/upload/iblock/765/765775d8ca32fbf2040d86801fea69d5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center right;
}
.hi-section {
    display: inline-block;
    width: 100%;
}
#content-wrap .hi-section__right p.red-alert{
    font-size: 40px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	margin: 0.67em 0;
	text-align:right;
}
.call-me__button {
    position: relative;
    text-align: center;
    width: 20%;
    margin: auto;
}
.bottom-section__conditions {
    margin: 40px 0px 0px 0px;
}
.bottom-section__option {position:relative; padding: 30px;}
.option__img {
    width: 100%;
    height: 140px;
    display: inline-block;
    background-image: url(/upload/iblock/83e/83e70551a45d252c7a3230b487bcdb1d.png);
    background-repeat: no-repeat;
    background-position: center;
}
.option__title {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
}
.option__foot-n {
    text-align: center;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	min-height:30px;
}
.bottom-section__option.col-md-5 {
    width: 48.666667%;
}
.bottom-section__option.right {float:right;}
.bottom-section__text {
    text-align: center;
    margin: 40px 0px;
}
#content-wrap .bottom-section__text p {
    margin-bottom: 30px;
	font-size:20px;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	text-transform:uppercase;
}
#content-wrap p.text-colored {
    color: #005aab;
}
.bottom-section .cta-section {
    margin-top: 40px;
}
.call-me__button .om-button__link a {padding: 20px 34px; font-size:16px;}
a.call-me-open.break {
    height: initial;
    width: initial;
    right: initial;
    bottom: initial;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
.banner-section__button a {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 10px;
	font-size: 12px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #000;
    text-transform: uppercase;
    background-color: #bdd6ee;
    text-decoration: underline;
}
.option__wrapper span {display:none;}
.bottom-section h2.cta-section__header {
    text-align: center;
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
.hi-section__left h1 {
    text-transform: uppercase;
}
.bold {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
}
span.small-smile {
    font-size: 30px;
}

/***************************Куль-куль старт*******************************/
.left {float:left;}
.right {float:right;}

.calc-section__right-side {
    width: 45%;
    float: right;
	position:relative;
}
.calc-section__left-side {
    width: 50%;
    text-align: left;
    float: left;
}
.calc-section__header-left, .calc-section__header-right {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	color: #005aab;
}
.calc-section__car {
	display: inline-block;
    width: 100%;
    max-width: 480px;
	margin-top: -5px;
}

.calc-section__car:last-child, .calc-section__car.thirty {margin-top: 30px;}
.calc-section__car:not(:last-child){margin-bottom: 30px;}
.calc-section__car-introduse {float:left;}

.calc-section__car-img {
    width: 154px;
    height: 70px;
    float: left;
    margin-top: 22px;
}
.calc-section__car-count {
	float: right;
	width: 100%;
	max-width: 120px;
	height: 120px;
	border: 2px solid #63b350;
	border-radius: 20px;
	padding: 38px 10px;
	text-align: center;
}
.fifteen-tons {background: url('/upload/15.png') no-repeat right bottom; background-size: contain;}
.thirty-tons {background: url('/upload/30.png') no-repeat right bottom; background-size: contain;}
.forty-tons {background: url('/upload/40.png') no-repeat right bottom; background-size: contain;}

.calc-section__car-result {
    font-size: 25px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
    line-height: 73%;
    margin-bottom: 10px;
}
.calc-section__car-title {
    font-size: 18px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    margin-bottom: 0px;
	text-align:right;
}
.calc-section__car-declension {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #005aab;
    font-size: 20px;
}
.calc-section label {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.calc-section__input-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.calc-section__input span {color:#000fff;}
.calc-section__input {
    display: inline-block;
    width: 43%;
}
.calc-section__input input {
    border: 2px solid #63b350;
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    max-width: 100%;
	outline:none;
}
.calc-section__mat-select {
    border: 2px solid #63b350;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 20px;
    margin-bottom: 30px;
    outline: none;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.calc-section__left-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 90%;
}

.calc-section__disclaimer {
    text-align: left;
    font-size: 18px;
}
.calc-section__input.left {position:relative;}
.calc-section__input.left:after {
    content: "=";
    position: absolute;
    right: -30%;
    top: 46px;
    font-size: 70px;
    line-height: 18px;
}
.calc-section__select {position:relative;}
.calc-section__select:after {
	content: "▼";
	font-size: 40px;
	position: absolute;
	width: 58px;
	height: 58px;
	display: inline-block;
	top: 25px;
	right: 0px;
	border-radius: 10px;
	pointer-events: none;
	box-sizing: border-box;
	line-height: 61px;
	color: #005aab;
}
.calc-section__footnote {
	display: inline-block;
	width: 100%;
	margin: 40px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
	color: #ff0000;
}
::-webkit-input-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; }
.calc-section {
	position: absolute;
	top: 0px;
	left: -11px;
	right: 0px;
	width: 95%;
	max-width: 1145px;
	margin: auto;
	background: #fff;
	padding: 30px;
	z-index: 999;
	border: 3px solid #71bf44;
	border-radius: 30px;
	display:none;
}
.calc-section button.close {
	background: url(/local/templates/bts_new/css/../img/modal-close.png) no-repeat;
	width: 32px;
	height: 40px;
	border: none;
	top: 22px;
	right: 29px;
	position: absolute;
	opacity: 1;
	background-size: contain;
	z-index:9;
}
.calc-blancet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    opacity: 1;
    -webkit-transition: opacity 0.6s 0.6s, height 0s 1.2s;
    -o-transition: opacity 0.6s 0.6s, height 0s 1.2s;
    transition: opacity 0.6s 0.6s, height 0s 1.2s;
    z-index: 100;
	display:none;
}
.green-button.calc-button {
    cursor: pointer;
}
.calc-section__seporator {
    position: relative;
    display: inline-block;
    width: 100%;
}
.calc-section__linewrapper {
    width: 100%;
    position: absolute;
}
.calc-section__linewrapper hr {
    margin: 18px;
    background: linear-gradient(to right, #60b053, #136b9a);
    border: none;
    height: 3px;
}
.calc-section__sepor-text {
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    background-color: #005aab;
    padding: 0px;
    margin: auto;
    line-height: 100%;
    width: 80px;
    padding: 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
    position: relative;
}
/****************************Куль-куль финиш******************************/


/****************************Стили для карточки START******************************/

.material-section__right-side {
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	text-align:center;
    background-color: #ebebeb;
	border-radius:10px;
	height:513px;
	max-height:513px;
	overflow:hidden;
	padding: 0px 20px;
}
.material-rs__wrapper, .material-rs__content {
	height:inherit;
}
.material-rs__wrapper {
	width:100%;
	display:table;
}
.material-rs__content {
	display:table-cell;
	vertical-align:middle;
}
.material-rs__title {
    font-size: 27px;
}
.material-rs__info {
    margin: 21px 0px;
}
.material-info__item, .material-info__item span {
    font-size: 27px;
}
.material-info__item:first-child {margin-bottom: 20px;}
.material-info__item span{
	color: #005aab;
}
.material-cta__title{
    font-size: 27px;
    margin-bottom: 6px;
	text-transform:uppercase;
	color: #005aab;
}
.material-cta__phones {
    font-size: 27px;
}
.cta-phones__wrapper {
    display: inline;
    /* border-bottom: 1px solid #000; */
	text-decoration:underline;
}
.material-buttons__left, .material-buttons__right {
    font-size: 20px;
    background: #d5e1f8;
    padding: 11px 16px;
    width: 100%;
    max-width: 30%;
    border-radius: 10px;
	transition: all ease-out 0.5s;
}
.material-buttons__left {margin-right: 30px;}
.section-title {font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif; font-size: 24px; margin-bottom:20px;}
.section-title h2 {
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif!important;
    font-size: 24px!important;
    margin-bottom:20px!important;
}
#content-wrap .text-content p, #content-wrap .mat-list__item  {font-size:18px;}
#content-wrap .mat-list__item {margin:0px;}
#content-wrap .mat-list {padding: 0 0 0 10px;}
#content-wrap .mat-list__item:not(:last-child) {
    margin-bottom: 10px;
}
#content-wrap .inner-back-link {margin-left:0px;}
.material-section__options {font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif; font-size: 18px; margin: 50px 0 20px;}
.section-options__item {text-align: center; min-height: 140px;}
.options-item__text {color: #005aab;}
.options-item__img {height:80px; margin-bottom:16px;}
.options-item__wrapper {
    display: inline-block;
    width: 100%;
    max-width: 70%;
    min-height: 180px;
	padding: 20px 0px 10px 0px;
	cursor:pointer;
	transition: all ease-out 0.5s;
}
.options-item__wrapper:hover{
	box-shadow: -3px 2px 20px 0 rgba(0,0,0,0.2);
}

.option-one {background: url(/upload/option-1.png) no-repeat center center/contain;}
.option-two{background: url(/upload/option-2.png) no-repeat center center/contain;}
.option-three {background: url(/upload/option-3.png) no-repeat center center/contain;}
.option-four {background: url(/upload/option-4.png) no-repeat center center/contain;}
.option-five {background: url(/upload/option-5.png) no-repeat center center/contain;}
.material-ls__big-img {margin-bottom:15px;}
.big-img__item {position:relative; height: 380px; background-size: cover !important;}
.big-img__item_desc {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    padding: 15px;
}
.thumbnails-item{height: 118px; background-size: cover !important;}
.material-ls__big-img .owl-item img {height: 380px; object-fit: cover; display:none;}
.material-ls__thumbnails .owl-item img {height: 118px; object-fit: cover; display:none;}
.material-ls__big-img .owl-prev, .material-ls__big-img .owl-next {top:45%;}
.mat-list__item {position:relative; list-style-type: none; padding-left: 20px;}
.mat-list__item:before {content: ""; width: 6px; height: 6px; background: #005aab; display: block; position: absolute; left: 0px; top: 9px;}
.material-section__use {margin-bottom: 30px;}
.material-section__text {margin-bottom: 20px;}
.material-section__questions {text-align: center;}
.material-section__work {margin-bottom: 50px;}
.material-section h1 {margin: 10px 0px;}
/* .material-section .arrow-box {display:none;} */
.material-questions__title {
	font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
	font-size: 27px;
	color: #335aa7;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.material-questions__button {
    padding: 20px;
    font-size: 20px;
    background: #335aa7;
    width: 100%;
    max-width: 291px;
    margin: auto;
    text-transform: uppercase;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    cursor: pointer;
	transition:all ease-out 0.5s;
}
.material-questions__button:hover {background: #26437c;}

.material-questions__button.call-me-open {height:inherit;}
.material-section__pm-properties {margin-bottom: 35px;}
.pm-properties__content {
    margin: 28px 0 0 0;
}
.pm-properties__title {
    text-align: center;
    color: #005aab;
    font: 24px 'PTSansBold';
}
.pm-properties__table {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'PTSansBold', 'Arial', 'Helvetica', sans-serif;
}
.pm-properties__table th {
    background-color: #d5e1f8;
	border-bottom: 2px solid #fff;
}
.pm-properties__table td {
    background-color: #ebebeb;
	color:#005aab;
}
.pm-properties__table td, .pm-properties__table th {
    padding: 25px 10px;
    border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 1%;
}
.row.material-section .bold, .row.material-section a {
    font-size: inherit;
}

.row.material-section a {display:block; width: 100%; text-decoration:underline;}
.material-cta__phone {font-size: 27px;}
.material-rs__buttons {margin: 25px 0 25px 0;}

#content-wrap .row.material-list-block .list__name {
	color: #575757;
	text-align: left;
	margin: auto;
	width: 92%;
	text-align:center;
	margin: 10px auto 10px;
	min-height: 50px;
}

#content-wrap .row.material-list-block .thumbnail a.add_to_order:hover,
#content-wrap .row.material-list-block .thumbnail a.add_to_order:active,
#content-wrap .row.material-list-block .thumbnail a.add_to_order:focus {
    color: #579234;
    border: 1px solid #579234;
}


#content-wrap .row.material-list-block .thumbnail a.add_to_order {
	text-decoration: none;
	border: 1px solid #7ca5d9;
	text-align: center;
	border-radius: 4px;
	display: block;
	padding: 3px 10px 6px;
	margin: 0 10px 10px;
}
.middle-block__item {position:relative; z-index:10;}
.block-item__name a {
    font-size: inherit;
    border-bottom: 1px solid #005aab;
}

.block-item__name {
    text-align: left;
    color: #303131;
    font-size: 16px;
}
.block-dimensions_item {
    font-size: 14px;
}
.material-list__img {
    display: block;
    height: 180px;
}
.thumbnail.material-list-item img {
    max-width: 100%;
    max-height: 100%;
}
.header-yellow {
    background-color: #f7cf54;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 213, 53)),color-stop(0.22, rgb(255, 239, 153)),color-stop(0.51, rgb(255, 226, 79)),color-stop(1, rgb(224, 140, 33)));
    background-image: -webkit-linear-gradient(top,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
    background-image: linear-gradient(to bottom,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
    background-image: -ms-linear-gradient(top,rgb(255, 213, 53) 0%,rgb(255, 239, 153) 22%,rgb(255, 226, 79) 51%,rgb(224, 140, 33) 100%);
}
.gallery-career__header {padding: 20px 0; font: 21px PTSansBold; border-bottom: 5px solid #956207;}
.gallery-career .carousel {background: #7abe5d !important; padding: 0 !important; text-align: center;}
#content-wrap .gallery-career {width: 100%; overflow: hidden; padding:0;}
.gallery-career .item a {display:block; position: relative;}
.right-colum .gallery-career .carousel-inner img {max-width:100%;}
.right-colum .gallery-career .carousel .item {padding:0;}
.fancybox-lock body {overflow: initial !important;}
#content-wrap .sidebar-contacts-section h2,
#content-wrap .sidebar-contacts-section .text-center {color:#fff; margin:0;}
.sidebar-contacts-section h2 {font: 21px PTSansBold;}
.sidebar-contacts-section {display: inline-block;width: 100%;text-align: center;}
.sidebar-contacts-section .phone-side__item {font: 21px PTSansBold;}
.sidebar-contacts-section .phone-side {margin: 20px 0;}
.section-green {padding: 14.5px 20px; background: url(/local/templates/bts_new/css/../img/right-green-block-bg.png) repeat-y right top; background-size:contain;}
.gallery-career  .item__img-info{position: absolute; right: 0; bottom: 0; width: 100%; z-index: 99; color: #fff; padding: 10px; text-align: right;}
.who_i_am {display:none;}
.input-error {border-color: #ff0000 !important;}
.input-success {border-color: #7abe5d !important;}
#SIMPLE_QUESTION_598, #form_dropdown_SIMPLE_QUESTION_859 {display:none;}

.fast-scroll-section {display:none !important;}
.fs-section__up,
.fs-section__down {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    top: 90%;
    right: 28.9px;
    border-radius: 50%;
	cursor:pointer;
}
.fs-section__up{background: url(/upload/arrows.png) no-repeat 15.3px 22px #337bbc; background-size: 50%;}
.fs-section__down{background: url(/upload/arrows.png) no-repeat 15.3px -23px #337bbc; background-size: 50%;}

.top-page-material{
	display: flex;
	width:100%;
}
.top-page-carier-sand{
	display: flex;
	width:100%;
	margin-bottom: 20px;
}
.top-page-carier-sand h1{
	width:35%;
}
.top-page-material .name-section.col-xs-12{
	width:50%;
}
.top-list-btn{
	display: flex;
    width: 50%;
    padding-top: 30px;
}
.top-list-btn-carier-sand{
	display: flex;
    width: 65%;
    padding-top: 30px;
}
.top-list-btn-carier-sand > div{
	width:31%;
	margin:0 1%;
	height: 100px;
}

.top-list-btn-carier-sand .info-section__quick-button.green{
    background-image: linear-gradient(to bottom,rgb(0, 156, 2) 0%,rgb(73, 206, 62) 22%,rgb(0, 156, 2) 51%,rgb(9, 99, 11) 100%);
}
.top-list-btn-carier-sand .info-section__quick-button.green > a{
	background:none;
}
.top-list-btn-carier-sand .driving-directions__text{
	color:white;
}
.top-list-btn-carier-sand .info-section__license > div{
	display:flex;
	width:100%;
	color: white;
}

.top-list-btn .info-section__quick-button{
	width: 30%;
    margin: 0 1.5%;
    height: 40px;
}
.col-sm-9.col-md-8.col-lg-9.bulk-materials{
	width:100%;
}
.top-page-sand-and-shcheben{
	display:flex;
}
.top-list-btn-sand-and-shcheben{
	height: 40px;
    margin: 15px 30px;
}
@media screen and (max-width: 992px){
	.top-list-btn .info-section__quick-button{

		height: 70px;
	}
}

@media screen and (max-width: 480px){
    .top-list-btn .info-section__quick-button{
        height: 40px;
        width: 85%;
        margin: 5px 1.5%;
    }
    .top-list-btn {
        display: block;
        width: 50%;
        padding-top: 15px;
    }
}

@media screen and (max-width: 400px){
    .top-list-btn .info-section__quick-button{
        height: 40px;
        width: 70%;
        margin: 5px 15.5%;
        font-size: 14px;
    }

    .info-section__quick-button a {
        font-size: 10px;
    }

}
.bulk-materials__content{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.bulk-materials__content .materials-content__section{
	width: 33%;
	    margin: 0 0 1% 0.3%;
}
.bulk-materials__content .materials-content__section .content-section__middle-block .middle-block__item{
	display: flex;
}

.bulk-materials__content .materials-content__section .content-section__middle-block .middle-block__item .block-item__name{
	word-break: break-word;
}
@media screen and (max-width: 992px){
	.bulk-materials__content .psevdo-link{

		font-size: 12px;
	}
}

.info-section__quick-button.ultramarine{
	    background: linear-gradient(to bottom,rgb(0, 90, 175) 0%,rgb(0, 133, 216) 22%,rgb(0, 90, 175) 51%,rgb(0, 62, 119) 100%);
}

.advantages-section__item.section-item__right{
float: right;
}
@media screen and (max-width: 992px){
	.bulk-materials__content{
  		display: grid;
	}
	.bulk-materials__content .materials-content__section{
		width: 99.5%;
	}

    .tab__offer {
        align-items: baseline;
    flex-direction: column;
    }


    .tab__offer .top-list-btn {
            display: flex;
        width: 100%;
        padding-top: 0;
        justify-content: flex-start;


    }
    .tab__offer .top-list-btn .info-section__quick-button {
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
}

}

@media screen and (max-width: 576px){
.tab__offer .info-section__quick-button .how_order_page {
    padding: 6px 6px;
    font-size: 10px;
}
}


.thumb img {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.thumb img:hover {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
}

.thumb {
    padding: 5px;
}
.mark-list p {padding-left: 25px; position: relative;}
.mark-list p:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 50%;
    background: -webkit-linear-gradient(90deg, #edca7c 0%, #e3af49 48%, #c58b3d 99%);
    background: -moz-linear-gradient(90deg, #edca7c 0%, #e3af49 48%, #c58b3d 99%);
    background: -o-linear-gradient(90deg, #edca7c 0%, #e3af49 48%, #c58b3d 99%);
    background: -ms-linear-gradient(90deg, #edca7c 0%, #e3af49 48%, #c58b3d 99%);
    background: linear-gradient(0deg, #edca7c 0%, #e3af49 48%, #c58b3d 99%);
    width: 6px;
    height: 6px;
}


.accordion-item_close {
        display: none;
    }

.accordion-title {
    position: relative;
    cursor: pointer;
}

.accordion-title_close::after{
    content: '>';

    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 46px;
        color: #0064b3;

    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.accordion-title_opened::after {
    content: '>';

     transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 46px;
    color: #0064b3;

    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.accordion-title .line_bottom {
    font-weight: 700;
}
.dd_to_order_gr-btn {
display: block; width: 237px;
    height: 70px;
    background: url(/local/templates/bts_new/css/../img/button_add_to_order.png) no-repeat top center;
    text-align: center;
    margin: 20px auto 45px;
    color: #575757;
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.video_play {
    display: block;
    width: 300px;
    height: 300px;
    -webkit-filter: grayscale(0);
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    object-fit: cover;
}
.center__block {
    text-align: center;
    z-index: 100;
}
.phone__order {
    color: #005aab;
    border-color:#005aab;
    text-decoration: none;
    font-size: 20px;
}
.font-black {
    color: #000;
}

.bottom-category .cat-toggle::after {
    content: "▼";
    margin-left: 10px;
}

.bottom-category .cat-toggle {
    text-align: center;
    font-size: 14px;
    display: none;
}
.bottom-category .cat-item {
    list-style: none;
}
.bottom-category a {
    text-decoration: none;
    color: #b1b1b1;
    font-size: 11px;
}
.bottom-category {
	margin-top: 20px;
}
@media screen and (max-width: 767px){
	.bottom-category .cat-toggle {
		display: inline-block;
	}
	.bottom-category .bottom-category__show {
		display: none;
	}
}
.top-block__desc {
    display: block;
    text-align: left;
    position: relative;
}
.top-block__name {
    width: 100%;
}
.materials-content__section {
    min-height: 420px!important;
}
.header-text {
    padding: 15px;
    min-width: 445px;
}
@media screen and (max-width: 1100px){
    .header-text {
        min-width: 435px;
    }
}
@media screen and (max-width: 620px){
    .header-text {
        display: none;
    }
}
.like-h3 {
    font-size: 21px;
}
.list-special-description {
    padding: 0 0 0 10px;
}
#content-wrap .text-content p .inner-link {font-size: 18px;}
#content-wrap ul li.our_works_item, #content-wrap ol li.our_works_item {
    font-size: 16px;
    font-weight: bold;
}