@font-face {
    font-family: 'Montserrat Black';
    src: url('/files/fonts/Montserrat-Black.eot');
    src: url('/files/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-Black.woff') format('woff'),
    url('/files/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('/files/fonts/Montserrat-Bold.eot');
    src: url('/files/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Light';
    src: url('/files/fonts/Montserrat-Light.eot');
    src: url('/files/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-Light.woff') format('woff'),
    url('/files/fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Medium';
    src: url('/files/fonts/Montserrat-Medium.eot');
    src: url('/files/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-Medium.woff') format('woff'),
    url('/files/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat MediumItalic';
    src: url('/files/fonts/Montserrat-MediumItalic.eot');
    src: url('/files/fonts/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-MediumItalic.woff') format('woff'),
    url('/files/fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('/files/fonts/Montserrat-Regular.eot');
    src: url('/files/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/Montserrat-Regular.woff') format('woff'),
    url('/files/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Montserrat", Arial, apple-system, sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom: 100px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
}

::-webkit-input-placeholder {color:#dddddd;}
::-moz-placeholder          {color:#dddddd;}/* Firefox 19+ */
:-moz-placeholder           {color:#dddddd;}/* Firefox 18- */
:-ms-input-placeholder      {color:#dddddd;}

a { color: #00548b; }
a:hover { color: #00548b; text-decoration: underline; }
a.hover { text-decoration: underline; }
.text-indent { text-indent: 10px; }
.text-color-brand { color: #00548b; }
.bg-color-brand { background-color: #00548b; }
fieldset > legend {text-transform:uppercase;font-weight: bold;}
fieldset {margin-bottom: 15px; position: relative;}
fieldset > .close {position: absolute;top: 10px;right: 0;color: red;font-size: 40px;}
fieldset[data-n="1"] > .close {display: none;}
#btn-zakaz {
    padding-left: 3rem;
    padding-right: 3rem;
}
#btn-login {
    margin-left: 5px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
label.error {
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}
.form-control.error {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.alert-a-block {
    position: absolute;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.ya-map-for-dpd {
    display: none;
}

/* Модальное окно */
.modal-body img {width: 100%;}

/* ОСТАЛЬНЫЕ СТРАНИЦЫ */
.header-zag {
    margin-top: 116px;
}
.header-zag h1 {
    display: inline-block;
    border-bottom: 5px solid #00548b;
    padding-bottom: 7px;
}

/* TOOLTIP / ПОДСКАЗКА */
.tooltip {
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px;
}
.tooltip .arrow::before {
    border-bottom-color: #00548b;
}
.tooltip-inner {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #00548b;
}
.tooltip.show {
    opacity: 1;
}

/* НАВИГАЦИЯ */
.navbar {
    transition: 0.7s ease;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.bg-dark {
    background-color: #000 !important;
}
.bg-dark-i {
    background-color: #000 !important;
}
.navbar-nav.justify-content-center {
    margin: 0 auto;
}
.navbar-nav > .nav-item {
    margin: 0 25px;
}
.navbar-nav > .nav-item > .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    position: relative;
}
.navbar-nav > .nav-item > .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: 4px solid #00548b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav > .nav-item > .nav-link:hover {
    text-decoration: none;
}
.navbar-nav > .nav-item > .nav-link:hover::after, .navbar-nav > .nav-item > .nav-link:focus::after {
    left: 0;
    right: 0;
}
.navbar-nav > .nav-item.active > .nav-link::after {
    border-bottom: 4px solid #00548b;
    left: 0;
    right: 0;
}
.dropdown-item {
    font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #00548b;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #00548b;
}

/* СЛАЙДЕР НА ГЛАВНОЙ */
#carouselHome .carousel-item {
    min-height: 800px;
    height: 100vh;
}
#carouselHome .slide1 {
    background-image: url('https://bull-pt.com/files/images/bg-slider-1.jpg');
}
#carouselHome .slide1 .block-h-t {
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
#carouselHome .slide1 .block-h-b {
    margin-top: 10%;
    z-index: 10;
    color: #fff;
    text-align: left;
}
#carouselHome .slide1 .block-h-t h1, #carouselHome .slide1 .block-h-t h2,
#carouselHome .slide1 .block-h-b h1, #carouselHome .slide1 .block-h-b h2 {
    font-weight: bold;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
}
#carouselHome .slide1 .block-h-t h1 {
    font-size: 85px;
}
#carouselHome .slide1 .block-h-t h2 {
    font-size: 25px;
}
#carouselHome .slide1 .block-h-b h2 {
    font-size: 50px;
}
#carouselHome .slide1 .block-h-b .media-body {
    font-size: 12px;
    font-weight: 300;
}
#carouselHome .slide1 .block-h-b .media img {
    margin: auto;
}

/* ВРЕМЕННО ОТКЛЮЧАЕМ */
#carouselHome .carousel-control-prev,
#carouselHome .carousel-control-next,
#carouselHome .carousel-indicators {
    display: none;
}

/* КНОПКИ */
.btn-primary {
    color: #fff;
    background-color: #00548b;
    border-color: #00548b;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    color: #00548b;
    background-color: #fff;
    border-color: #00548b;
}
.btn-outline-primary {
    color: #00548b;
    border-color: #00548b;
}
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background-color: #00548b;
    border-color: #00548b;
}

/* SECTION 1 */
section h1 {
    color: #000;
    text-align: center;
    margin: 0 auto;
}
section h3 {
    color: #00548b;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 40px 0;
}
section .line-arrow {
    height: 5px;
    margin: 15px auto;
    width: 250px;
    background: #00548b;
}
.block-vigoda .container {
    border: 1px solid #ddd;
    padding: 10px 20px;
    height: 100%;
}
.block-vigoda .img img {
    width: 85px;
}
.block-vigoda .zag h3 {
    display: table-caption;
    /*font-size: 24px;*/
}
.block-vigoda .text {
    font-weight: 500;
    color: #818181;
    font-size: 14px;
}

.block-garant-left .container, .block-garant-right .container {
    border: 1px solid #ddd;
    padding: 30px 20px;
}
.block-garant-left .zag h4 {
    font-weight: 600;
}
.block-garant-left ol {
    margin-left: 0px;
}
.block-garant-left ol li {
    padding-left: 0px;
}
.block-garant-left .list-group-item {
    border: 0;
    padding-bottom: 2px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.block-garant-left .list-group-item .num-round {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: #edf3f7;
    color: #00548b;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
}
.block-garant-left .list-group-item::after {
    content: "";
    height: 20px;
    border: 2px solid #edf3f7;
    position: absolute;
    top: 33px;
    left: 10px;
    z-index: 2 !important;
}
.block-garant-left .list-group-item:last-child::after {
    content: "";
    border: 0px solid #edf3f7;
}

.block-garant-right .container {
    min-height: 279px;
}
.block-garant-right .result,
.block-garant-right .result-btn {
    display: none;
}
.block-garant-right .result .answer i {
    font-size: 3em;
    color: #00548b;
}
.block-garant-right .zag h6 {
    font-weight: 600;
}
.block-garant-right .text {
    font-size: 13px;
    font-weight: 500;
    color: #818181;
    margin: 6px 0;
}

/* ДИСТРИБЬЮТЕР */
#distributors h2 {
    font-size: 20pt;
}

/* ФООТЕР, ПОДВАЛ */
footer {
    background: url(https://bull-pt.com/files/images/bg-footer.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    display: block;
    padding: 30px 0;
}
footer .f-text-left {text-align: left;}
footer .f-text-center {text-align: center;}
footer .f-text-right {text-align: right;}
footer p {
    color: #fff;
    font-weight: 500;
}
footer p i {
    font-weight: normal;
    font-size: 35px;
}
footer p a {
    color: #fff;
}

/* КАТАЛОГ ПРОДУКЦИИ */
section .h4-icon {
    margin-bottom: 10px;
}
section .h4-icon img {
    background: #00548b;
    padding: 4px;
    width: 42px;
    margin: 0 35px 14px 0;
}
section .h4-icon h4 {
    display: inline-block;
    vertical-align: bottom;
}
section .prod {
    padding: 20px;
    border: 1px solid #ddd;
    position: relative;
}
section .prod h6 {
    text-transform: inherit;
    font-size: 21px;
    font-weight: 600;
}
section .prod .img .prod-image-small {
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 136px;
}
section .prod ul.list-group {
    font-size: 12px;
    font-weight: 500;
}
section .prod ul.list-group > li {
    border: 0;
    padding: 2px 0;
}
section .prod ul.list-group > li > span {
    font-weight: 700;
    text-align: right;
    min-width: 50px;
}

section .prod .prod-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 84, 139, 0.35);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    opacity: 0;
}
section .prod .prod-over a {
    margin: 15%;
}
section .prod .prod-param {
    line-height: 18px;
}

.prod-p-icon {
    display: inline-block;
    margin: 2px 1px;
}
.prod-p-icon img {
    height: 22px;
}
.prod-p-icon-a {position: absolute;bottom: 28px;}
.prod-p-icon-a img {height: 32px;}

/* КАРТОЧКА ТОВАРА ******************************************************************************** */
#tovar .block-right {
    background: #fff;
}

header.header-tovar {
    margin-top: 100px;
}
header.header-tovar .breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding-left: 0;
}
header.header-tovar .breadcrumb > li {
    margin-right: 20px;
    text-transform: uppercase;
    color: #595959;
}
header.header-tovar .breadcrumb > li a {
    color: #595959;
}
header.header-tovar .breadcrumb > li:not(:last-child)::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-left: 20px;
}
header.header-tovar h1 {
    display: inline-block;
    font-size: 32px;
    border-bottom: 4px solid #00548b;
    padding-bottom: 7px;
    text-transform: unset
}

/* TOVAR SLIDER */
#tovar .tovar-slider {
    width: auto;
    background: #fff;
    color: white;
    padding: 20px 0;
    margin-bottom: 0px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.slick-slide img {
    display: inline-block;
    width: 100%;
}
#tovar .slick-prev,
#tovar .slick-next {
    top: 40%;
    z-index: 1;
}
#tovar .slick-next {
    right: 0;
}
#tovar .slick-prev {
    left: 0;
}
.slick-prev:before,
.slick-next:before {
    color: #00548b;
    font-size: 28px;
}
#tovar .slick-dots {
    position: unset;
    margin: 10px 0;
    width: inherit;
}
#tovar .slick-dots > li {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 2px;
    border: 1px solid #ddd;
    overflow: hidden;
    opacity: 0.6;
    transition: 0.5s ease;
}
#tovar .slick-dots > li.slick-active {
    border: 1px solid #00548b;
    opacity: 1;
    transition: 0.5s ease;
}
#tovar .slick-dots > li img {
    width: 200%;
    height: auto;
    position: absolute;
    left: -50%;
    bottom: -50%;
}

#tovar .block-text {
    margin-top: 5px;
}
#tovar .block-text .zag {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
#tovar .block-text .text {
    font-size: 14px;
    margin-left: 5px;
}

/* КОНТЕНТ */
/* переключатели товаров */
#tovar .block-left {padding: 0 0 0 15px;}
#tovar .slider-page {margin-bottom: 70px;}
#tovar .slider-page .prev,
#tovar .slider-page .next {
    margin: 0 15px;
    text-decoration: none;
}
#tovar .slider-page .prev::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f137";
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}
#tovar .slider-page .next::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    margin-left: 10px;
    font-size: 24px;
    vertical-align: middle;
}

#tovar .data-teh .zag h4 {
    display: inline-block;
    text-transform: unset;
    font-weight: 600;
    margin: 15px 0 0 0;
}
#tovar .data-teh .zag .icon-param {
    float: right;
}
#tovar .data-teh .prod-p-icon {
    display: inline-block;
    margin: 2px 1px;
}
#tovar .data-teh .prod-p-icon img {
    height: 39px;
}

#tovar .data-teh .params {
    margin-top: 15px;
}
#tovar .data-teh .params ul li {
    padding: 1px 0;
    font-weight: 500;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    font-size: 14px;
}
#tovar .data-teh .params ul li:last-child {
    border-bottom: 0;
}
#tovar .data-teh .params ul li > span {
    font-weight: 700;
    text-align: right;
}
#tovar .desc {
     margin-top: 25px;
     font-weight: 300;
}
#tovar .desc iframe {
    width: 100%;
    height: 315px;
}

/* DPD */
#ajax_filter_city .twitter-typeahead {
    display: block !important;
}
#ajax_filter_city .bs-example{
    font-family: sans-serif;
    position: relative;
    margin: 50px;
}
#ajax_filter_city .tt-hint {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#ajax_filter_city .typeahead {
    background-color: #FFFFFF;
}
#ajax_filter_city .typeahead:focus {
    border: 2px solid #0097CF;
}
#ajax_filter_city .tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#ajax_filter_city .tt-hint {
    color: #999999;
}
#ajax_filter_city .tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    padding: 8px 0;
    width: 100%;
    top: 70% !important;
}
#ajax_filter_city .tt-suggestion {
    font-size: 24px;
    line-height: 24px;
    padding: 3px 20px;
}
#ajax_filter_city .tt-suggestion.tt-is-under-cursor {
    background-color: #00548b;
    color: #FFFFFF;
}
#ajax_filter_city .tt-suggestion p {
    margin: 0;
    font-size: 1rem;
}
.row_tool .div_tools_artikul,
.row_tool .div_tools_tip,
.row_tool .div_tools_crash,
.row_tool .div_tools_cbox {display: none;}

/* login */
.login-form {
    width: 490px;
    margin: 50px auto;
}

/* profile */
.instr-card {
    max-width: 50%;
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
}
.instr-card:hover {
    background: #f9f9f9;
}
.instr-card .list-group {
    padding-bottom: 5px;
}
.instr-card .list-group-item {
    padding: 3px 10px;
}
.instr-card .del-instr {
    position: absolute;
    right: 2px;
    top: -16px;
    color: red;
    cursor: pointer;
    font-weight: bold;
    font-size: 36px;
    opacity: 0.3;
}
.instr-card:hover .del-instr {
    opacity: 1;
}

/* кнопка купить в каталоге */
#callback{bottom:25px;right:10px;position:fixed;z-index:999;}
#callback .img-circle{background-color:#4391c1;box-sizing:content-box;-webkit-box-sizing:content-box;}
#callback .circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
#callback .circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
#callback .img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
#callback .img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/files/images/icons/call_icon.png?v2);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
#callback .img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
    50% {transform: scale(1); opacity: 1; }
    100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
    50% {-webkit-transform: scale(1);opacity: 1;}
    100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
    0% {-webkit-transform: rotate(-8deg);}
    50% {-webkit-transform: rotate(8deg);}
    100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
    0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
    30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
    100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
    30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
    100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
    0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
    30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
    100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
    0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;}}
@-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/*  */

@media (min-width: 1200px) {
    nav > .container {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) { /* Больше 1200px */
    .container {
        max-width: 1300px; /*1440px;*/
    }
    .navbar .navbar-nav > .nav-item {
        margin: 0;
    }
    .block-garant-left .list-group-item::after {
        border: 0px solid #edf3f7;
    }
}
@media (max-width: 992px) { /* Больше 922px */
    .navbar {
        font-size: 11px;
        max-height: 50px;
    }
    .navbar .navbar-brand img {
        width: 80px;
    }
    #btn-zakaz {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 11px;
    }
    .block-vigoda {
        text-align: center;
    }
    .tooltip .tooltip-inner {
        font-size: 11px;
    }
    #carouselHome .block-h-b .media-body h5 {
          font-size: 16px;
    }
    #carouselHome .block-h-b .media-body {
        font-size: 11px;
    }
}
@media (max-width: 768px) { /* Больше 768px */
    .navbar {
        font-size: 8px;
    }
    section h3 {
        padding: 20px 0;
    }
    .block-vigoda {
        text-align: center;
    }
    footer .f-text-left {text-align: center;}
    footer .f-text-right {text-align: center;}
}
@media (max-width: 576px) {
    .navbar .dropdown-menu {display: none;}
    #btn-download-kat {font-size: 10px;}
    h1 {font-size: 24px;}
    .block-vigoda {text-align: center;}
    footer {padding: 15px 0;}
    footer .f-text-left {text-align: center;}
    footer .f-text-right {text-align: center;}
    .navbar-toggler {
        border: 2px solid #ffffff;
        color: #ffffff;
        z-index: 1000;
        width: 46px;
        height: 34px;
        font-size: 24px;
        padding: 0;
    }
    .navbar-collapse {
        background: #000;
        position: fixed;
        right: 0;
        top: 0;
        width: 250px;
        height: 100%;
        font-size: 15px;
        padding: 50px 10px 10px 10px;
        box-shadow: -1px 0px 12px #000;
        transition: all 0.2s ease;
    }
    .navbar-collapse.collapsing {
        height: 100% !important;
        transition: all 0.2s ease;
        left: 100%;
        box-shadow: 0px 0px 0px #000;
        width: 0px;
    }
    #carouselHome .carousel-item {
        min-height: 400px;
        height: 100vh;
    }
    #carouselHome .block-h-b {
        display: none;
    }
    #carouselHome .slide1 {
        background-image: url('/files/images/bg-slider-1-small.jpg');
        background-position: right;
    }

    .block-garant-left .list-group-item::after {
        border: 0px solid #edf3f7;
    }
    .block-garant-left .list-group-item .num-round {
        padding: 0 8px;
    }
    .block-garant-right .zag h6 {
        font-size: 18px;
    }
    /* catalog */
    .header-zag {margin-top: 60px;}
    section .h4-icon img {margin: 0 10px 14px 0;}
    .prod-p-icon img {height: 15px;}
    .prod-p-icon-a {position: inherit;bottom: 0;}
    .prod-p-icon-a img {height: 24px;}
    .prod .text h6 {font-size: 15px;}
    .prod .text .list-group {font-size: 10px;}
    section .prod .img .prod-image-small {
        background-size: contain;
        height: 100px;
    }
    /* tovar */
    header.header-tovar {margin-top: 55px;}
    header.header-tovar h1 {font-size: 20px;}
    header.header-tovar .breadcrumb {font-size: 10px;}
    header.header-tovar .breadcrumb > li {margin-right: 13px;}
    header.header-tovar .breadcrumb > li:not(:last-child)::after {margin-left: 13px;}
    #tovar .block-left {padding: 0 15px;}
    #tovar .slick-dots > li {
        width: 55px;
        height: 55px;
    }
    #tovar .slider-page {margin-bottom: 27px; font-size: 13px;}
    #tovar .slider-page .next::after {font-size: 18px;}

    #tovar .data-teh .zag .icon-param {display: block;float: none;}
    #tovar .data-teh .params ul li {font-size: 12px;}
    #tovar .desc {font-size: 12px;}

    /* service table */
    #belarus, #russia {
        width: 100%;
        overflow-x: auto;
    }
    #belarus table, #russia table {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        min-width: 500px;
        background: #f9f9f9;
    }
    .alert-a-block {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1031;
        width: 100%;
    }
    #callback {
        bottom: -9px;
        right: -42px;
    }
    #callback .circlephone {
        display: none;
    }
    #callback .circle-fill {
        width: 70px;
        height: 70px;
        bottom: 5px;
        right: 40px;
    }
    #callback .img-circle {
        width: 50px;
        height: 50px;
    }
    #callback .img-circleblock {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
}