@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeueRegular.otf") format("opentype");
    font-weight: 400
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeueBold.otf") format("opentype");
    font-weight: 700
}

@font-face {
    font-family: "helv-roman";
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype")
}

@font-face {
    font-family: "helvneue";
    src: url("../fonts/HelveticaNeueCyr-Medium.otf") format("opentype");
    font-weight: 500
}

@font-face {
    font-family: "helvneue";
    src: url("../fonts/HelveticaNeueCyr-Bold.otf") format("opentype");
    font-weight: 700
}

body {
    min-width: 320px !important
}

body {
    color: #2b3139
}

p,ul,h2,h3,h4,h5,address {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

a {
    outline: none !important
}

a:hover {
    color: inherit
}

h3 {
    margin: 45px 0 30px;
    text-align: center;
    font: 500 28px helvneue;
    text-transform: uppercase
}

h3::after {
    display: block;
    width: 145px;
    /*background: #ff1717;*/
    height: 4px;
    margin: 20px auto 0;
    content: ""
}

h3 a {
    text-decoration: none !important;
    color: inherit
}

h3.left {
    text-align: left
}

h3.left::after {
    margin: 20px 0 0
}

.container-fluid {
    max-width: 1280px
}

.header.container-fluid {
    padding: 0;
    width: 100%
}

.header.container-fluid .row {
    margin: 0
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px .75rem
}

.header__content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 992px) {
    .header__content .logo a img {
        max-width:80px;
        height: auto
    }
}

@media (max-width: 390px) {
    .header__content .logo a img {
        max-width:60px
    }
}

.header__content .mcs-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto
}

.header__content div.adr.hidden-xs.mcs-module>div:nth-child(2)>div:nth-child(1)>img.adr-address__icon {
    position: relative;
    left: auto;
    top: auto;
    margin-right: 5px
}

@media (max-width: 992px) {
    .header__content .tel a {
        font-size:16px
    }
}

@media (max-width: 390px) {
    .header__content .tel a {
        font-size:14px
    }
}

.adr-address__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.soc-icons-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 156px
}

@media (max-width: 992px) {
    .soc-icons-header {
        max-width:120px
    }
}

@media (max-width: 390px) {
    .soc-icons-header {
        max-width:102px
    }
}

.soc-icons-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.soc-icons-header img {
    padding: 2px
}

@media (max-width: 992px) {
    .soc-icons-header img {
        max-width:40px;
        height: auto
    }
}

@media (max-width: 390px) {
    .soc-icons-header img {
        max-width:34px;
        padding: 4px;
        height: auto
    }
}

.navbar-toggle {
    border: 0px solid #fff
}

.navbar-toggle span {
    border-top: 1px solid #fff
}

.btn {
    font: 20px/50px helv-roman;
    color: #2b3139;
    padding: 0 25px;
    border: 3px solid #ff1717;
    border-radius: 28px;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 15px
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    background: #ff1717;
    border-radius: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn:hover {
    color: #000
}

.btn span {
    position: relative;
    z-index: 1
}

body>.fa {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f1f3;
    text-align: center;
    line-height: 44px;
    font-size: 30px;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    opacity: 0
}

body>.fa:hover {
    color: #fff;
    background: #ff1717
}

body>.fa.show {
    opacity: 1
}

body>header,body>footer {
    padding-bottom: 15px;
    font: 16px/22px helv-roman;
    background: #fff
}

body>header a,body>footer a {
    color: #ff1717;
    text-decoration: underline
}

body>header a:hover,body>footer a:hover {
    text-decoration: none;
    color: #ff1717
}

body>footer .row>div {
    float: left;
    padding: 0 15px
}

body>header .logo a {
    display: inline-block;
    max-width: 100%
}

body>footer .tel {
    font: 21px/26px helv-roman
}

body>header .tel span,body>footer .tel span {
    color: #a6afbc;
    font-size: 16px;
    display: none
}

body>footer .tel a {
    font-size: 16px
}

body>header .adr .row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #a6afbc
}

body>header .adr .row div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #a6afbc
}

body>header .adr .row div:last-child {
    margin-left: 5px;
    font-size: .9em
}

body>header .adr .row:first-child {
    padding-bottom: 13px
}

body>header .mode {
    width: 17%
}

body>header .mode span {
    color: #a6afbc;
    display: block;
    padding-top: 10px
}

body>header .mvd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font: 700 23px bebas
}

body>header .mvd span {
    color: #ff1717
}

body>header .mvd img {
    margin: 5px auto
}

nav,div.menu {
    background: #2b3139;
    width: 100%;
    z-index: 11
}

nav .nav-justified>li,div.menu .nav-justified>li {
    text-align: center
}

nav .nav-justified>li>a,div.menu .nav-justified>li>a {
    display: inline-block;
    font: 18px/50px helv-roman;
    color: #fff;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s
}

nav .nav-justified>li>a:hover,div.menu .nav-justified>li>a:hover {
    border-color: #ff1717;
    text-decoration: none
}

nav.fix {
    position: fixed;
    top: 0;
    left: 0
}

nav.fix+* {
    margin-top: 55px
}

.main-video {
    height: 490px;
    background: url(../img/bg-main-video_2.jpeg) top center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: rgba(43,49,57,0.3)
}

.main-video {
    text-transform: uppercase;
    font: 18px/26px bebas
}

.main-video p {
    font: 700 45px/40px bebas;
    padding-top: 35px;
    color: #fff
}

.col-md-offset-5 {
    color: #fff
}

.main-video span {
    display: block;
    color: #ff1717
}

.main-present {
    background: #f5f6f8 url(../img/bg-main-present.jpg) top center no-repeat;
    background-size: cover;
    padding: 0px;
}

.main-present p {
    margin-bottom: 34px;
    font: 16px/26px helv-roman
}

.main-pluses {
    padding: 70px 15px 60px;
    font: 16px/22px helv-roman;
    text-align: center;
    overflow: hidden
}

.main-pluses .img-responsive {
    margin: 0 auto
}

.main-pluses p {
    height: 110px
}

.main-pluses h5 {
    font: 500 24px helvneue;
    color: #ff1717;
    margin-bottom: 15px
}

.main-pluses div>img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    -webkit-transform: translate(55px, 45px);
    transform: translate(55px, 45px)
}

.main-pluses p,.main-pluses h5,.main-pluses span {
    position: relative;
    z-index: 1
}

.main-pluses .row>div {
    margin-bottom: 60px
}

.main-area {
    padding: 25px 0 50px;
    background: #ff1717;
    text-align: center;
    font: 500 18px/24px helvneue;
    color: #fff
}

.main-area h4 {
    font-size: 38px;
    margin-bottom: 35px
}

.main-area h4 span {
    color: #2b3139
}

.main-area p {
    font: 14px/20px helv-roman;
    margin-top: 15px
}

.main-area table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.main-area td {
    padding: 83px 15px 25px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center 20px
}

.main-area tr:first-child td:first-child {
    background-image: url(../img/main-area-1.png)
}

.main-area tr:first-child td:first-child:hover {
    background-image: url(../img/main-area-hov-1.png)
}

.main-area tr:first-child td:nth-child(2) {
    background-image: url(../img/main-area-2.png)
}

.main-area tr:first-child td:nth-child(2):hover {
    background-image: url(../img/main-area-hov-2.png)
}

.main-area tr:first-child td:nth-child(3) {
    background-image: url(../img/main-area-3.png)
}

.main-area tr:first-child td:nth-child(3):hover {
    background-image: url(../img/main-area-hov-3.png)
}

.main-area tr:first-child td:nth-child(4) {
    background-image: url(../img/main-area-4.png)
}

.main-area tr:first-child td:nth-child(4):hover {
    background-image: url(../img/main-area-hov-4.png)
}

.main-area tr:nth-child(2) td:nth-child(1) {
    background-image: url(../img/main-area-5.png)
}

.main-area tr:nth-child(2) td:nth-child(1):hover {
    background-image: url(../img/main-area-hov-5.png)
}

.main-area tr:nth-child(2) td:nth-child(2) {
    background-image: url(../img/main-area-6.png)
}

.main-area tr:nth-child(2) td:nth-child(2):hover {
    background-image: url(../img/main-area-hov-6.png)
}

.main-area tr:nth-child(2) td:nth-child(3) {
    background-image: url(../img/main-area-7.png)
}

.main-area tr:nth-child(2) td:nth-child(3):hover {
    background-image: url(../img/main-area-hov-7.png)
}

.main-area tr:nth-child(2) td:nth-child(4) {
    background-image: url(../img/main-area-8.png)
}

.main-area tr:nth-child(2) td:nth-child(4):hover {
    background-image: url(../img/main-area-hov-8.png)
}

#owl-sert {
    text-align: center;
    padding: 0 10px 0;
    margin-bottom: 50px
}

.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 31px;
    background: url(../img/owl-nav.png);
    margin-top: -15px;
    left: 0
}

.owl-buttons div:hover {
    background-position: 0 -39px
}

.owl-buttons .owl-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#owl-sert a {
    display: inline-block;
    padding: 22px;
    border: 6px solid #2b3139
}

.main-news {
    text-align: center;
    font: 16px/22px helv-roman
}

.main-news address {
    font-size: 14px;
    color: #a3acb7;
    margin-top: 15px
}

.main-news p {
    margin-bottom: 15px
}

.main-news .row>div {
    padding-bottom: 80px
}

.main-news .row a:first-child {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%
}

.main-partners {
    background: #f5f6f8;
    padding-bottom: 50px
}

.main-partners img {
    margin: 0 auto
}

#owl-partner {
    padding: 0 20px
}

body>footer .logo {
    text-align: center;
    width: 12%
}

body>footer .logo a {
    display: inline-block;
    margin-top: 42px;
    max-width: 100%
}

body>footer .about {
    font-size: 14px;
    padding-top: 38px !important;
    width: 29%
}

body>footer .tel span {
    padding-top: 35px
}

body>footer .adr {
    padding-top: 38px !important;
    width: 21%
}

body>footer .adr .btn {
    font: 16px/28px helv-roman;
    border-width: 2px;
    border-radius: 16px;
    margin-top: 11px
}

body>footer .adr .btn:hover::before {
    height: 28px;
    border-radius: 14px
}

body>footer .mode {
    width: 17%
}

body>footer .mode span {
    color: #a6afbc;
    display: block;
    padding-top: 38px
}

.contacts-menu {
    margin-bottom: 37px
}

.contacts-menu .dropdown,aside.mob .dropdown {
    display: inline-block;
    width: 235px;
    background: #ff1717;
    font: 16px/40px helv-roman;
    padding: 0 10px 0 17px;
    color: #fff;
    border-radius: 5px
}

.contacts-menu .dropdown:last-child {
    margin-left: 27px
}

.contacts-menu .dropdown button,aside.mob .dropdown button {
    border: none;
    background: none;
    width: 100%;
    text-align: left
}

.contacts-menu .dropdown .caret,aside.mob .dropdown .caret {
    float: right;
    margin-top: 18px
}

.contacts-menu .dropdown-menu,aside.mob .dropdown-menu {
    min-width: 100%
}

.contacts-adr {
    font: 14px/18px helv-roman;
    margin: 30px auto 110px
}

.contacts-adr .row>div {
    margin-bottom: 18px
}

.contacts-adr .row>div:nth-child(3n+1) {
    clear: left
}

.main-pluses.contacts-pluses {
    padding: 0 15px
}

.main-pluses.contacts-pluses div>img {
    margin-left: -110px;
    -webkit-transform: translate(80px, 35px);
    transform: translate(80px, 35px)
}

.main-pluses.contacts-pluses .row>div:nth-child(3n+1) {
    clear: left
}

.main-pluses.contacts-pluses .btn,.cart-info .btn {
    margin-top: 15px;
    font: 18px/40px helv-roman;
    border-radius: 23px
}

.main-pluses.contacts-pluses .btn:hover::before,.cart-info .btn:hover::before {
    border-radius: 23px;
    height: 40px
}

.contacts-text {
    margin-bottom: 100px
}

.contacts-text p {
    margin-bottom: 15px;
    font: 16px/26px helv-roman
}

aside.desc {
    float: left;
    width: 280px;
    padding: 55px 0
}

aside.desc ul {
    margin-bottom: 30px
}

aside.desc li {
    padding-bottom: 5px
}

aside.desc li:first-child {
    margin-bottom: 10px
}

aside.desc li span a {
    display: inline-block;
    background: #ff1717;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font: 500 26px/42px helvneue;
    padding: 0 10px;
    text-decoration: none
}

aside.desc li {
    list-style: none;
}

aside.desc li>a {
    color: #2b3139;
    font: 16px helv-roman;
    display: block;
    border: 3px solid transparent;
    padding: 3px 10px 3px 0;
    text-decoration: none;
    border-right: none;
    position: relative;
    margin-right: 20px
}

aside.desc li>a:hover,aside.desc li>a.active {
    border-color: #ff1717;
    color: #ff1717;
    padding-left: 15px
}

aside.desc li>a:hover::after,aside.desc li>a.active::after {
    content: "";
    position: absolute;
    right: -20px;
    top: -3px;
    bottom: -3px;
    width: 20px;
    background: url(../img/aside-arrow.png) no-repeat;
    background-size: contain
}

aside.mob {
    margin: 30px 0;
    text-align: center
}

aside.mob .dropdown {
    margin: 0 5px 20px
}

main {
    margin: 45px 0 45px 330px
}

main h4 {
    font: 500 28px helvneue
}

main h4::after {
    content: "";
    display: block;
    width: 145px;
    border-top: 4px solid #ff1717;
    margin: 25px 0 45px
}

.catalog-product a {
    text-align: center;
    display: block;
    color: #2b3139;
    font: 16px helv-roman
}

.catalog-product a span {
    display: block;
    height: 198px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 3px solid transparent;
    line-height: 192px;
    margin-bottom: 15px
}

.catalog-product img {
    display: inline-block;
    max-width: 100%;
    max-height: 98%;
    height: auto;
    width: auto
}

.catalog-product a:hover {
    color: #ff1717;
    text-decoration: none
}

.catalog-product a:hover span {
    border-color: #ff1717;
    -webkit-box-shadow: none;
    box-shadow: none
}

#cart-slider.photosgallery-std {
    width: 390px;
    height: 425px;
    padding-bottom: 155px;
    float: left
}

#cart-slider .sliderkit-panel {
    width: 100%;
    height: 270px;
    line-height: 270px;
    text-align: center;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15)
}

#cart-slider .sliderkit-panel img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

#cart-slider .sliderkit-nav {
    background: transparent
}

#cart-slider .sliderkit-nav {
    padding: 0;
    height: 125px;
    width: 100%
}

#cart-slider .sliderkit-nav li {
    width: 180px !important;
    height: 125px !important;
    padding: 5px
}

#cart-slider .sliderkit-nav li a {
    width: 100%;
    height: 115px;
    text-align: center;
    line-height: 109px;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15)
}

#cart-slider .sliderkit-nav li a:hover {
    border-color: #ff1717
}

#cart-slider .sliderkit-nav img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.cart-info {
    margin-left: 415px
}

.cart-info h5 {
    font: 500 26px/32px helvneue;
    margin-bottom: 40px
}

.cart-info li {
    font: 16px helv-roman;
    padding: 0 0 15px 15px
}

.cart-info li::before {
    content: "- ";
    display: inline-block;
    margin-left: -15px;
    color: #ff4747;
    width: 15px
}

.cart-info .price {
    margin: 32px 0;
    font: 22px helv-roman
}

.cart-info .price span {
    font: 500 22px helvneue;
    color: #ff1717
}

#inline {
    color: #252627;
    text-align: center;
    max-width: 333px;
    display: none
}

#inline h5 {
    font: 30px Roboto
}

#inline p {
    font: 300 18px/27px Roboto;
    margin: 7px 0 30px
}

#inline .form-control {
    text-align: center;
    color: #929aa6;
    font: 16px Roboto;
    height: 47px;
    border-radius: 0;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 4px rgba(42,56,79,0.05);
    box-shadow: inset 0 4px rgba(42,56,79,0.05);
    border: solid 1px #b3b9c4;
    margin-top: 15px
}

#inline .form-control[type='submit'] {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #ff4747;
    border: 3px solid #ff4747;
    font: 20px Roboto;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

#inline .form-control[type='submit']:hover {
    color: #ff4747;
    background: transparent
}

.fancybox-close {
    background: url(../img/fancy-close.png);
    width: 17px;
    height: 17px;
    top: 0;
    right: -36px
}

.catalog-cat {
    text-align: center
}

.catalog-cat a:first-child {
    /* height:162px; */
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 3px solid transparent;
    display: block;
    line-height: 156px;
    /* margin-bottom:20px; */
}

.catalog-cat a:first-child img {
    max-width: 100%;
    max-height: 97%;
    display: inline-block;
    width: auto;
    height: auto
}

.catalog-cat a:last-child {
    font: 16px helv-roman;
    color: #2b3139
}

.catalog-cat>div>div:hover a:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff1717
}

.catalog-cat>div>div:hover a:last-child {
    color: #ff1717;
    text-decoration: none
}

.catalog-cat>div {
    max-width: 20%;
    margin-bottom: 30px
}

.catalog-cat>div:nth-child(5n+1) {
    clear: left
}

.btn.ppt {
    font: 700 20px/19px helvneue;
    height: 60px;
    margin: 55px auto 10px;
    padding-top: 7px;
    border-radius: 30px
}

.btn.ppt b {
    display: block;
    font: 16px/19px helv-roman
}

.btn.ppt:hover::before {
    border-radius: 27px;
    height: 54px
}

.service-list {
    text-align: center;
    margin: 60px 0
}

.service-list .btn {
    font: 500 18px helvneue;
    border-radius: 31px;
    border-color: transparent;
    white-space: normal;
    display: table-cell;
    height: 62px
}

.service-list .btn:hover {
    border-color: #ff1717
}

.service-list .btn:hover::before {
    border-radius: 28px;
    height: 56px
}

.service-list p {
    display: inline-block;
    vertical-align: top
}

#map {
    height: 400px
}

.content-category>.article>.article_desc {
    text-align: justify
}

.content-category>.article {
    margin-top: 90px
}

.content-category>.article>h2>a {
    text-decoration: none;
    color: #2b3139;
    margin-bottom: 10px
}

.content-category>.article>h2 {
    margin-bottom: 10px
}

.content-category>.article .imgprevartc {
    margin: 5px 10px 0 0
}

.content-category>.article>.time {
    float: right;
    color: #a6afbc;
    font-size: 12px
}

.artitem {
    text-align: justify
}

main a.pathway {
    text-decoration: none;
    color: #2b3139
}

.pic {
    display: block;
    height: 198px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: 3px solid transparent;
    line-height: 192px;
    margin-bottom: 25px;
    height: 198px
}

li.actives>a {
    border-color: #ff1717 !important
}

.padd {
    margin-top: -140px
}

.warning {
    border-color: #b94a48 !important
}

#inline>span {
    color: #b94a48
}

.regions>li>a {
    color: #ff1717;
    text-decoration: none;
    font: 16px/22px helv-roman
}

.regions>li>a:hover {
    color: #ff1717;
    text-decoration: underline
}

.regions {
    margin: 20px
}

.tel a {
    text-decoration: none;
    color: #2b3139;
    font: 21px/26px helv-roman
}

.tel a:hover {
    text-decoration: none;
    color: #2b3139
}

.contacts-adr a {
    text-decoration: none;
    color: #2b3139
}

.present {
    text-align: center;
    margin-bottom: 0
}

@media (max-width: 390px) {
    .present .btn {
        white-space:normal;
        border-radius: 50px
    }
}

nav,nav.fix {
    min-width: 320px !important
}

video {
    max-height: 230px;
    max-width: 480px;
    width: 100%;
    background: rgba(2,0,0,0.5)
}

.cont {
    max-width: 480px;
    margin-top: 10px
}

.navbar-header {
    text-align: center
}

#owl-sert .owl-item img {
    max-width: 160px
}

.shema_pr {
    position: absolute;
    margin-left: 15px;
    margin-top: 75px
}

.artitem ul {
    margin-bottom: 15px;
    list-style-type: square
}

.artitem ul li {
    font: 16px/26px helv-roman;
    margin-bottom: 15px;
    list-style-type: square
}

.article_desc img {
    width: 150px
}

body>footer>div>div.custom {
    padding-top: 38px !important;
    width: 21%
}

@media (max-width: 576px) {
    body>footer>div>div.custom {
        width:100%
    }
}

body>footer>div>div.custom .btn {
    font: 16px/28px helv-roman;
    border-width: 2px;
    border-radius: 16px;
    margin-top: 11px
}

.table_prod {
    width: 100%
}

.table_prod td {
    padding: 10px;
    border: 1px solid silver
}

.table_price {
    width: 100%
}

.table_price td {
    padding: 5px;
    border: 1px solid silver
}

.cntrpagk {
    margin: 0 auto;
    text-align: left;
    width: 150px;
    color: #144ab1
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fireseo {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    width: 200px
}

.fireseo a {
    display: inline-block;
    background: url("../img/fireseo3.png") 0px 2px no-repeat;
    width: 62px;
    height: 24px;
    margin: 0 0 0 0px;
    text-indent: -999999px;
    line-height: 36px
}

.fireseo a {
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: gray;
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all .25s;
    transition: all .25s
}

.fireseo span:hover a {
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: all .25s;
    transition: all .25s
}

.insta {
    margin-top: 15px
}

.gde-kupit {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 10px;
    text-align: center
}

.gde-kupit-wrap {
    width: 100%;
    text-align: center
}

body>header .mvd {
    width: 100px;
    text-align: center
}

.pagination {
    display: block;
    border-top: 1px solid #bbb;
    margin: 40px 0 0px;
    padding: 15px 0 0;
    border-radius: 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 0 7px;
    font-size: 18px
}

.pagination li a {
    color: #000;
    text-decoration: underline
}

.pagination .pagination-start,.pagination .pagination-prev,.pagination .pagination-next,.pagination .pagination-end {
    display: none
}

@media screen and (min-width: 1899px) {
    .main-video {
        background-size:contain
    }
}

@media screen and (max-width: 1199px) {
    nav .nav-justified>li>a,div.menu .nav-justified>li>a {
        font-size:16px
    }

    body>footer .logo {
        width: 20%
    }

    body>footer .tel {
        width: 30%
    }

    body>footer .adr {
        width: 25%
    }

    body>footer .mode {
        width: 25%
    }

    #cart-slider.photosgallery-std {
        float: none;
        width: 100%
    }

    .cart-info {
        margin: 30px 0 0
    }
}

@media screen and (max-width: 991px) {
    nav .nav-justified>li>a,div.menu .nav-justified>li>a {
        font-size:13px
    }

    .main-video {
        text-align: center
    }

    .main-present {
        background-image: none
    }

    .main-pluses .row>div:nth-child(3n+1) {
        clear: left
    }

    .main-area {
        font: 500 16px/22px helvneue
    }

    body>footer .logo {
        width: 20%
    }

    body>footer .tel {
        width: 40%
    }

    body>footer .adr {
        width: 40%
    }

    .contacts-adr .row>div:nth-child(3n+1) {
        clear: none
    }

    .contacts-adr .row>div:nth-child(2n+1) {
        clear: left
    }

    .catalog-cat>div {
        max-width: none
    }

    .catalog-cat>div:nth-child(5n+1) {
        clear: none
    }

    .catalog-cat>div:nth-child(4n+1) {
        clear: left
    }

    .cont {
        margin: 0 auto
    }
}

@media screen and (max-width: 770px) {
    .contacts-text {
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size:28px
    }

    body>footer .logo {
        width: 30%
    }

    body>footer .tel {
        width: 70%;
        text-align: center
    }

    nav .nav-justified>li>a {
        font: 18px/35px helv-roman
    }

    .main-video p {
        font: 700 30px/30px bebas
    }

    body>header {
        position: fixed;
        width: 100%;
        z-index: 2;
        left: 0;
        top: 0
    }

    nav,nav.fix {
        top: 90px;
        position: fixed
    }

    nav+*,nav.fix+* {
        margin-top: 138px
    }

    .nav-justified li a {
        line-height: 20px !important
    }

    .nav-justified {
        margin-top: 10px !important
    }

    .main-area td {
        display: block
    }

    .main-area h4 {
        font-size: 26px
    }

    main {
        margin-left: 0
    }

    .catalog-cat>div:nth-child(4n+1) {
        clear: none
    }

    .catalog-cat>div:nth-child(2n+1) {
        clear: left
    }

    .present {
        margin-top: -20px;
        margin-bottom: 0px !important
    }

    .main-present {
        padding-bottom: 20px
    }

    .main-pluses {
        padding-top: 20px
    }

    .main-partners h3 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .main-partners h3::after {
        margin: 10px auto 0
    }

    footer .logo a {
        margin-top: 6px !important
    }

    #inline p {
        margin-bottom: 10px !important
    }
}

@media screen and (max-width: 515px) {
    body>footer .tel {
        margin-top:-3px !important
    }

    .main-area td {
        margin-top: -40px
    }

    .main-area table {
        margin-bottom: -70px !important
    }

    #owl-sert {
        margin-bottom: 0px
    }

    .main-news .row>div {
        padding-bottom: 20px
    }

    .main-partners {
        padding-bottom: 0px
    }

    footer .row>div {
        padding-top: 10px !important
    }

    footer {
        margin-top: -25px !important
    }

    .tel span {
        font-size: 14px !important;
        line-height: 15px !important;
        margin-bottom: 5px
    }

    nav,.fix {
        top: 90px
    }

    .main-video {
        margin-top: 138px
    }
}

@media screen and (max-width: 450px) {
    body>footer .logo {
        display:none
    }

    body>footer .tel {
        width: 100%
    }

    nav,nav.fix {
        top: 90px
    }

    nav+*,nav.fix+* {
        margin-top: 161px
    }

    .main-video p {
        font-size: 25px
    }

    .catalog-product>div,.catalog-cat>div {
        float: none;
        width: auto
    }

    .contacts-menu {
        text-align: center
    }

    .contacts-menu .dropdown:last-child {
        margin: 15px 0 0 0
    }

    .fancybox-close {
        right: 0;
        top: -36px
    }

    .btn.ppt {
        font-size: 14px
    }

    .btn.ppt b {
        font-size: 11px
    }

    .service-list .btn {
        font-size: 14px
    }
}

@media (max-width: 390px) {
    nav,nav.fix {
        top:88px
    }

    nav+*,nav.fix+* {
        margin-top: 136px
    }
}

.catalog-product a.item {
    height: 30px !important;
}

.main-video h1 {
    display: block;
    color: #ff1717;
}

.main-video p {
    font: 700 45px/40px bebas;
    padding-top: unset;
    color: #fff;
}

.tags {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.tags .wrap {
    display: flex;
    flex-direction: column;
}

.tags .wrap .btn {
    font-size: 1.7rem;
}

.main-pluses h2 {
    margin-bottom: 6rem;
    font-size: 3.5rem;
}

.main-pluses h3 {
    font: 500 24px helvneue;
    color: #ff1717;
    margin-bottom: 15px;
}

.main-pluses h3 {
    position: relative;
    z-index: 1;
}

.main-pluses .catalog-product {
    padding-top: 5rem;
}

.main-news .row .col-md-3.col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.main-news a.btn {
    align-self: center;
}

.delivery {
    padding-top: 3rem;
    line-height: 3rem;
}

.catalog-product.related {
    padding-top: 5rem;
    display: none;
}

.header.container-fluid {
    z-index: 6;
}

@media (min-width: 992px) {
    .documents {
        width: 67.666667%;
    }
}

@media (max-width: 771px) {
    .padd {
        margin-top: -100px;
    }

    .main-news .row > div {
        min-height: auto !important;
        margin-bottom: 3rem;
    }
}

@media (max-width: 516px) {
    .main-area > div > .desc {
        margin-top: 8rem;
    }
}


.left a {
      border: 3px solid #ff1617;
    padding: 8px 25px 5px 25px;
  border-radius: 50px;
}