body,
html {
    padding: 0;
    margin: 0
}

.btn,
.learn-more {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1c1c1', GradientType=0)
}

body {
    background: #FFE540;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased
}

:focus {
    outline: 0 !important
}

a {
    color: #B04C03;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #c05f18;
    text-decoration: none
}

a.js-link {
    text-decoration: none;
    border-bottom: 1px dashed #B04C03
}

a.js-link:hover {
    border-color: #c05f18
}

a[href*=tel] {
    color: #000;
    text-decoration: none
}

h1,
p {
    margin-bottom: 20px
}

h3 {
    font-size: 22px
}

.ng-cloak,
[ng-cloak],
[ng\:cloak] {
    display: none !important
}

.learn-more {
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .4);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #c1c1c1));
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #c1c1c1 100%);
    font-size: 16px;
    position: relative;
    z-index: 1
}

img {
    max-width: 100%
}

.btn {
    border: 5px solid #f3c62a;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    line-height: 40px;
    border-radius: 30px;
    padding: 0 20px;
    text-decoration: none;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #c1c1c1 100%);
    background: linear-gradient(to bottom, #fff 0, #c1c1c1 100%)
}

.btn:hover {
    border-color: #f3c62a;
    background: #c1c1c1;
    background: -webkit-linear-gradient(top, #c1c1c1 0, #c1c1c1 0, #fff 99%);
    background: linear-gradient(to bottom, #c1c1c1 0, #c1c1c1 0, #fff 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#ffffff', GradientType=0)
}

.btn.btn-lg {
    line-height: 60px;
    cursor: pointer;
    border-radius: 34px;
    padding: 0 30px 3px;
    margin: 0;
    font-size: 30px;
    color: #333;
    font-weight: 400
}

.wrapper {
    margin: 0;
    padding: 0;
    position: relative
}

header {
    height: 196px;
    border-bottom: 1px solid #D49721
}

header .info-section {
    position: relative;
    z-index: 1001;
    height: 110px;
    background: #FFF2A4
}

header .info-section .inner {
    max-width: 1170px;
    margin: 0 auto;
    height: 110px;
    position: relative
}

header .info-section .contact-block {
    float: right;
    margin: 25px 0 0
}

header .info-section .contact-block .number {
    font-size: 24px;
    line-height: 33px
}

header .info-section .contact-block .number a {
    color: #fff
}

header .info-section .contact-block .number .icon-phone {
    background-image: url(../img/sprite.png);
    background-position: -153px -6px;
    width: 25px;
    height: 33px
}

header .info-section .contact-block .link-row {
    font-size: 13px;
    margin: 3px 0 0
}

header .info-section .contact-block .link-row .request-call {
    float: left;
    position: relative
}

header .info-section .contact-block .link-row .request-call .call-back {
    position: absolute;
    right: 0;
    padding: 17px 14px 20px 20px;
    min-width: 300px;
    margin: 5px 0 0;
    border: 2px solid #d4922d;
    border-radius: 13px;
    background: #FFF;
    z-index: 100
}

header .info-section .contact-block .link-row .request-call .call-back input[type=submit] {
    padding: 5px 10px
}

header .info-section .contact-block .link-row .contact-link {
    float: right
}

header .info-section #logo {
    float: left;
    margin: 25px 0 0
}

header .info-section #logo a {
    display: block;
    border: none
}

header .info-section #logo a img {
    border: none;
    width: 100%
}

header .info-section .mobile-menu {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 120px;
    left: 0;
    text-indent: 9999px;
    overflow: hidden;
    padding: 3px;
    background: #FFE13C;
    border-radius: 3px;
    z-index: 10
}

header .info-section .mobile-menu .icon {
    display: block
}

header .info-section .mobile-menu .icon.open-menu {
    background-image: url(../img/sprite.png);
    background-position: -201px -6px;
    width: 23px;
    height: 19px
}

header .info-section .mobile-menu .icon.close-menu {
    background-image: url(../img/sprite.png);
    background-position: -178px -6px;
    width: 23px;
    height: 19px
}

header .nav-section {
    height: 86px;
    background: url(../img/header_nav_bg.png) repeat-x
}

header .nav-section .inner {
    max-width: 1170px;
    margin: 0 auto;
    height: 86px
}

header .nav-section .container {
    padding: 0
}

header .nav-section .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 13px
}

header .nav-section .nav-menu>li {
    display: block;
    float: left
}

header .nav-section .nav-menu>li>a {
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    line-height: 46px;
    padding: 0 5px;
    display: block;
    font-size: 12px
}

header .nav-section .nav-menu>li>a:hover {
    color: #D0A628
}

header .nav-section .nav-menu>li.current-page-parent>a,
header .nav-section .nav-menu>li.current_page_item>a {
    color: #333;
    background: #d0a628;
    background: -webkit-linear-gradient(top, #d0a628 0, #ffde58 50%, #ffdf5a 50%, #ffee9a 100%);
    background: linear-gradient(to bottom, #d0a628 0, #ffde58 50%, #ffdf5a 50%, #ffee9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0a628', endColorstr='#ffee9a', GradientType=0)
}

header .nav-section .nav-menu>li.current-page-parent>ul,
header .nav-section .nav-menu>li.current_page_item>ul {
    display: block
}

header .nav-section .nav-menu>li>ul {
    position: absolute;
    top: 46px;
    left: 0;
    padding: 0;
    display: none
}

header .nav-section .nav-menu>li>ul li {
    display: block;
    float: left;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 700;
    box-sizing: border-box;
    position: relative
}

header .nav-section .nav-menu>li>ul li.current_page_item {
    background: #D4922D;
    margin-left: -2px
}

header .nav-section .nav-menu>li>ul li.current_page_item a {
    color: #FFF
}

header .nav-section .nav-menu>li>ul li:last-child:after {
    display: none
}

header .nav-section .nav-menu>li>ul li:after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #D4922D
}

header .nav-section .nav-menu>li>ul li a {
    color: #930;
    text-decoration: none
}

header .nav-section .mobile-ver {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

header .nav-section .mobile-ver .nav-menu {
    display: block !important;
    padding: 0 0 50px;
    margin: 110px 0 0;
    list-style: none;
    background: #6E653C;
    box-shadow: inset 0 5px 3px 0 rgba(0, 0, 0, .4)
}

header .nav-section .mobile-ver .nav-menu>li {
    padding: 0;
    display: list-item;
    float: none
}

header .nav-section .mobile-ver .nav-menu>li .sub-menu {
    display: none
}

header .nav-section .mobile-ver .nav-menu>li>a {
    display: block;
    color: #fff;
    line-height: 43px;
    text-decoration: none;
    padding-left: 70px
}

header .nav-section .mobile-ver .nav-menu>li.current-page-parent>a,
header .nav-section .mobile-ver .nav-menu>li.current_page_item>a {
    color: #000;
    background: #d0a628;
    background: -webkit-linear-gradient(top, #d0a628 0, #ffde58 50%, #ffdf5a 50%, #ffee9a 100%);
    background: linear-gradient(to bottom, #d0a628 0, #ffde58 50%, #ffdf5a 50%, #ffee9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0a628', endColorstr='#ffee9a', GradientType=0);
    margin: 0 0 10px
}

header .nav-section .mobile-ver .nav-menu>li>ul {
    list-style: none;
    padding: 0 0 0 90px
}

header .nav-section .mobile-ver .nav-menu>li>ul li {
    padding: 0 0 10px
}

header .nav-section .mobile-ver .nav-menu>li>ul li.current_page_item a {
    color: #FFE572
}

header .nav-section .mobile-ver .nav-menu>li>ul li a {
    color: #fff;
    text-decoration: none
}

.mods-list ul {
    display: inline-block
}

.mods-list .mod-title {
    padding-left: 5px
}

.items-list-title {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px
}

ul.bl-type {
    border-radius: 12px;
    padding: 15px 22px 17px
}

ul.bl-type li {
    padding: 0
}

ul.bl-type li label {
    font-size: 18px
}

.page-template-template-stopbase-php .content-container .page-container {
    background: 0 0
}

.page-template-template-stopbase-php .content-container .page-container article {
    border-radius: 12px;
    background: #fff
}

.page-template-template-stopbase-php .content-container .page-container article img {
    margin-bottom: 30px
}

.page-template-template-stopbase-php .content-container .page-container article .h2 {
    margin-bottom: 25px
}

.page-template-template-stopbase-php .content-container .page-container article .h4 {
    margin-bottom: 30px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body {
    padding: 0;
    background: 0 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section {
    position: relative;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section .icons-container {
    float: left;
    padding-left: 15px;
    padding-right: 15px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section .icons-container .icons {
    border-radius: 12px;
    padding: 20px 20px 20px 0;
    background: rgba(255, 255, 255, .6)
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section .icons-container .icons img {
    margin-left: 20px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section .bl-type {
    border-radius: 12px;
    padding: 15px 22px 17px;
    background: rgba(255, 255, 255, .6)
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .top-section .bl-type ul li label {
    font-size: 22px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .selection-section {
    background: rgba(255, 255, 255, .6);
    border-radius: 12px;
    position: relative;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=boot] {
    z-index: 5
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=boot][class*=auto] {
    top: 122px;
    left: 330px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=boot][class*=manual] {
    left: 379px;
    top: 7px;
    z-index: 3
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=road] {
    z-index: 6;
    top: 200px;
    left: 20px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=road-2] {
    z-index: 1;
    top: 149px;
    left: 285px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=trafficlights] {
    z-index: 2
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=trafficlights][class*=auto] {
    left: 362px;
    top: -48px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=trafficlights][class*=manual] {
    left: 400px;
    top: -37px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=barrier] {
    z-index: 3
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=barrier][class*=auto] {
    left: 300px;
    top: 37px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=barrier][class*=manual] {
    left: 350px;
    top: 50px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=snow_protection] {
    top: 122px;
    left: 341px;
    z-index: 10
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blin][class*=stand_protection] {
    top: 156px;
    left: 326px;
    z-index: 6
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=boot] {
    z-index: 10
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=boot][class*=auto] {
    top: 111px;
    left: 256px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=boot][class*=manual] {
    left: 282px;
    top: -15px;
    z-index: 2
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=road] {
    top: 143px;
    left: 45px;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=road-2] {
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=trafficlights] {
    z-index: 5;
    left: 380px;
    top: -57px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=trafficlights][class*=manual] {
    top: -16px;
    left: 406px;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=barrier] {
    z-index: 6;
    left: 289px;
    top: 35px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=snow_protection] {
    z-index: 11;
    left: 406px;
    top: 112px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=levyj][class*=blon][class*=stand_protection] {
    left: 361px;
    top: 144px;
    z-index: 11
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=boot] {
    z-index: 5
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=boot][class*=auto] {
    top: 113px;
    left: 291px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=boot][class*=manual] {
    left: 379px;
    top: 7px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=road] {
    z-index: 11;
    top: 202px;
    left: 27px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=road-2] {
    z-index: 1;
    top: 146px;
    left: 272px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=road-3] {
    z-index: 10;
    top: 202px;
    left: 27px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=trafficlights] {
    left: 768px;
    top: -19px;
    z-index: 2
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=barrier] {
    z-index: 10
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=barrier][class*=auto] {
    left: 354px;
    top: 68px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=barrier][class*=manual] {
    left: 406px;
    top: 47px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=snow_protection] {
    z-index: 8;
    left: 291px;
    top: 113px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blin][class*=stand_protection] {
    left: 653px;
    top: 212px;
    z-index: 9
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=boot][class*=auto] {
    top: 100px;
    left: 256px;
    z-index: 10
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=boot][class*=manual] {
    left: 282px;
    top: 15px;
    z-index: 2
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=road] {
    top: 143px;
    left: 45px;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=road-2] {
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=trafficlights] {
    left: 790px;
    top: -40px;
    z-index: 5
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=trafficlights][class*=manual] {
    left: 794px;
    top: -34px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=barrier] {
    left: 431px;
    top: 58px;
    z-index: 12
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=snow_protection] {
    z-index: 11;
    top: 100px;
    left: 345px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=pravyj][class*=blon][class*=stand_protection] {
    left: 729px;
    top: 210px;
    z-index: 12
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=boot] {
    top: 116px;
    left: 279px;
    z-index: 5
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=road] {
    z-index: 12;
    top: 205px;
    left: 20px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=road-2] {
    z-index: 1;
    top: 149px;
    left: 261px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=road-3] {
    top: 205px;
    left: 31px;
    z-index: 6
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=trafficlights] {
    z-index: 2
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=trafficlights][class*=auto] {
    left: 732px;
    top: -31px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=barrier] {
    z-index: 11
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=barrier][class*=auto] {
    left: 351px;
    top: 79px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blin][class*=snow_protection] {
    z-index: 10;
    top: 117px;
    left: 280px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon] {
    z-index: 11
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=boot] {
    z-index: 10
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=road],
.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=road-2],
.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=road-3] {
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=trafficlights] {
    z-index: 5
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=czentralnyj][class*=blon][class*=barrier] {
    z-index: 12
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section img {
    max-width: none
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section [class*=grass] {
    top: 70px;
    left: 83px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .b-left-blin-snow_protection-auto {
    left: 346px;
    z-index: 6;
    top: 122px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .b-center-blin-snow_protection-auto {
    left: 277px;
    z-index: 2;
    top: 117px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img {
    margin: 40px 0 0;
    position: absolute;
    min-height: 515px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 515px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc {
    background: url(../img/calc/left-deepen-grass.png) 50% 50% no-repeat
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .in-1 {
    background: url(../img/calc/left-deepen-road.png) 30px 179px no-repeat;
    z-index: 3
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .in-2 {
    background: url(../img/calc/left-deepen-road-2.png) 295px 128px no-repeat;
    z-index: 1
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .left-deepen-skirt-auto {
    z-index: 4;
    top: 101px;
    left: 351px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .left-deepen-protection-auto {
    z-index: 3;
    top: 135px;
    left: 336px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .left-deepen-boot-auto {
    z-index: 2;
    top: 101px;
    left: 337px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .left-deepen-trafficlights-auto {
    z-index: 2;
    top: -70px;
    left: 370px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img.left-calc .left-deepen-bar-auto {
    z-index: 2;
    top: 20px;
    left: 317px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img .in-1,
.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img .in-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 515px;
    width: 100%
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-arrow {
    position: absolute;
    top: 291px;
    left: 248px;
    z-index: 20
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section {
    z-index: 5;
    padding: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .vendor-code {
    margin-bottom: 6px;
    padding: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .vendor-code input {
    font-size: 16px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .vendor-code label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.3
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .total-price {
    white-space: nowrap;
    padding: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .total-price .price-label {
    font-size: 16px;
    color: #333
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .total-price .price {
    font-size: 42px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .items-list li {
    white-space: normal
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-widget-content {
    border-radius: 0;
    height: 6px;
    position: relative;
    margin: 18px 0 0;
    z-index: 3
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-widget-content .scale-gray {
    background-color: #999;
    height: 3px;
    overflow: hidden
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-widget-content .scale-gray div {
    float: left;
    height: 3px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-widget-content .scale-gray div.red {
    background-color: #C30
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-widget-content .scale-gray div.last {
    position: absolute;
    right: 0;
    top: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range {
    list-style: none;
    padding: 5px 0 0;
    margin: -3px 0 0;
    overflow: hidden;
    position: relative
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li {
    font-size: 11px;
    line-height: 13px;
    font-family: Tahoma, sans-serif;
    cursor: default;
    position: relative;
    float: left;
    margin-right: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li:first-child .sep {
    left: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li:last-child {
    position: absolute;
    right: 0;
    text-align: right
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li:last-child .sep {
    left: auto;
    right: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li .sep {
    opacity: 1 !important;
    display: block;
    width: 3px;
    position: absolute;
    height: 4px;
    background-color: #999;
    top: -5px;
    left: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li.red_zone .sep {
    background-color: #C30
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .list-range li.frac i {
    display: block;
    opacity: 0
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-slider-handle {
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -170px -39px;
    width: 12px;
    height: 19px;
    top: -22px;
    margin-left: -6px
}

.page-template-template-stopbase-php .content-container .page-container .calc-section .r-scale-wrap .ui-state-focus {
    outline: 0;
    border: none
}

.icon-qq {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -263px -6px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: text-bottom
}

.copy-popup,
.floating-price-tag-container .floating-price-tag span {
    display: block
}

.transparent {
    opacity: 0 !important;
    -webkit-transition: .3s;
    transition: .3s
}

.calc-section .items-list.disabled_state label:hover,
.calc-section input[disabled=disabled]+label {
    opacity: .3
}

.copy-popup {
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 4px;
    top: 100%;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box
}

.floating-price-tag-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%
}

.floating-price-tag-container .floating-price-tag {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    top: 354px;
    left: 600px;
    position: relative;
    font-size: 1em;
    background: #fff;
    padding: .846em 1.154em 1em;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    width: 195px
}

.floating-price-tag-container .floating-price-tag span.price {
    font-size: 28px
}

.page-container {
    border-radius: 15px 15px 12px 12px
}

.page-container .calc-section .calc-body {
    background: #f3f6f7;
    border-radius: 9px;
    position: relative;
    padding: 20px 5px
}

.page-container .cerber .post-image img,
.page-container .stoplinel .post-image img,
.page-container .stoplines .post-image img,
.page-container .stoppro .post-image img {
    width: 100%
}

.page-container .stopup .popup-trigger {
    margin-left: 0
}

.page-container .stopup .post-image img {
    width: 100%
}

.page-container .stopeco p {
    margin-bottom: 20px
}

.page-container .stopeco hr {
    border-top: 3px solid #e3af47;
    margin-top: 20px;
    margin-bottom: 30px
}

.page-container .stopeco .list-spaced>li {
    position: relative;
    margin-bottom: 15px
}

.page-container .stopeco .calc-section .calc-body {
    background: 0 0
}

.page-container .stopeco .calc-section .alert h3 {
    margin-bottom: 0
}

.page-container .stopeco .calc-section h3 {
    margin-bottom: 25px
}

.page-container .stopeco .calc-section .calc-link-list .list-title span {
    text-align: center;
    white-space: nowrap;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 39px;
    display: inline-block;
    width: 100%
}

.page-container .stopeco .calc-section .nav-justified {
    padding: 0
}

.page-container .stopeco .calc-section .calc-link-list {
    margin-bottom: 0
}

.page-container .stopeco .calc-section .calc-link-list .calc-button {
    padding-left: 1px;
    padding-right: 1px;
    display: table-cell
}

.page-container .stopeco .calc-section .device-list .calc-button label {
    height: 90px
}

.page-container .stopeco .calc-section .device-list .calc-button label img {
    margin-top: 5px
}

.page-container .stopeco .calc-section .calc-button {
    display: block
}

.page-container .stopeco .calc-section .calc-button[class*=col-] {
    padding-left: 3px;
    padding-right: 3px
}

.page-container .stopeco .calc-section .calc-button.calc-button-sm label {
    height: auto;
    line-height: 39px
}

.page-container .stopeco .calc-section .calc-button label {
    width: 100%;
    display: block;
    font-size: 15px;
    height: 86px;
    text-align: center;
    margin-right: 2px;
    color: #666;
    border-bottom: 1px solid #909293;
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(100%, #dddede));
    background: -webkit-linear-gradient(top, #ececec 0, #dddede 100%);
    background: linear-gradient(to bottom, #ececec 0, #dddede 100%);
    cursor: pointer;
    margin-bottom: 5px
}

.page-container .stopeco .calc-section .calc-button label img {
    margin-top: 14px;
    display: inline-block
}

.page-container .stopeco .calc-section .calc-button label span {
    display: block
}

.no-display,
.page-container .stopeco .calc-section .calc-button [type=checkbox],
.page-container .stopeco .calc-section .calc-button input[type=radio] {
    display: none
}

.page-container .stopeco .calc-section .calc-button [type=checkbox]:checked+label,
.page-container .stopeco .calc-section .calc-button input[type=radio]:checked+label {
    background: #f9efda;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9efda), color-stop(100%, #f5d8af));
    background: -webkit-linear-gradient(top, #f9efda 0, #f5d8af 100%);
    background: linear-gradient(to bottom, #f9efda 0, #f5d8af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9efda', endColorstr='#f5d8af', GradientType=0);
    border-bottom: 1px solid #a38566
}

.page-container .stopeco .calc-section .order-form form {
    background: 0 0
}

.page-container .page-gallery img {
    margin-bottom: 15px
}

#article-section,
#price-section {
    color: #000;
    margin-bottom: 20px
}

.page-container .post-image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

#price-section {
    font-size: 22px
}

#price-section strong {
    font-size: 16px;
    display: block;
    line-height: 18px
}

#price-section .price {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px
}

#article-section input {
    font-size: 12px;
    padding: 5px 3px 3px;
    width: 220px
}

#article-section strong {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 18px;
    margin: 0 0 5px
}

.value-range {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 3px 0;
    font-weight: 400
}

.mar-bottom {
    margin-bottom: 30px !important
}

.embed-responsive {
    margin-bottom: 30px;
    margin-top: 30px
}

.no-pd {
    padding: 0
}

.margin-bottom-large {
    margin-bottom: 45px !important
}

.margin-bottom-medium {
    margin-bottom: 20px !important
}

.margin-bottom-small {
    margin-bottom: 10px !important
}

.margin-top-large {
    margin-top: 45px !important
}

.margin-top-small-negative {
    margin-top: -15px
}

.margin-top-medium {
    margin-top: 20px !important
}

.margin-left-medium {
    margin-left: 25px
}

.relat {
    position: relative
}

.calc-section {
    margin: 0 0 30px
}

.calc-section.stopmax input:checked+label {
    background: #abb0b8
}

.calc-section input[type=radio].jscalc-link,
.calc-section input[type=checkbox].jscalc-link {
    display: none
}

.calc-section input.jscalc-link+label {
    padding: 2px 5px;
    cursor: pointer;
    margin-bottom: 0
}

.calc-section input[type=radio].jscalc-link:checked+label,
.calc-section input[type=checkbox].jscalc-link:checked+label {
    background: #E3AF47;
    text-decoration: none;
    border-bottom: none
}

.calc-section input[type=radio].jscalc-link:checked+label span,
.calc-section input[type=checkbox].jscalc-link:checked+label span {
    color: #fff;
    border-bottom: none
}

.calc-section .vendor-code label {
    width: 100%;
    display: block;
    color: #c30;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 400
}

.calc-section .vendor-code input {
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    background: #f1f1f2;
    border: 1px solid #d6d5d5;
    box-shadow: inset 0 3px 4px 0 rgba(135, 135, 135, .27);
    cursor: text
}

.calc-section .calc_terms_block,
.calc-section .type_of_main,
.calc-section .whbg {
    background: rgba(250, 250, 250, .6);
    border-radius: 6px
}

.calc-section .total-price {
    font-size: 22px;
    font-weight: 400
}

.calc-section .total-price .price {
    font-family: "Arial Black", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1
}

.calc-section .total-price .price-label {
    display: block;
    color: #c30
}

.calc-section .type_of_main {
    padding: 15px;
    text-align: center;
    z-index: 10
}

.calc-section .type_of_main span.sep {
    display: inline-block;
    margin: 0 10px
}

.calc-section .calc_terms_block {
    padding: 15px
}

.calc-section .items-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.calc-section .items-list.control-box li {
    margin-right: 0
}

.calc-section .items-list.control-box label {
    display: inline;
    white-space: normal
}

.calc-section .items-list.hor-list>li {
    display: inline-block
}

.calc-section .items-list.hor-list>li:first-child {
    margin: 0 10px 0 0
}

.calc-section .items-list.ver-list>li.section .jscalc-link {
    margin: 0 3px 3px 0
}

.calc-section .items-list>li {
    font-size: 13px;
    white-space: nowrap
}

.calc-section .items-list>li:first-child {
    font-weight: 700
}

.calc-section .items-list>li:first-child .icon-qq {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -263px -6px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: text-bottom
}

.calc-section .option-section {
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 3px
}

.calc-section .rzslider .red-zone {
    position: absolute;
    z-index: 100;
    height: 2px;
    background: #C30
}

.calc-section .rzslider .rz-ticks .rz-tick .rz-tick-legend {
    left: -4px
}

.calc-section .rzslider .rz-ticks .rz-tick .step-zone {
    width: 0;
    height: 8px;
    background: #999
}

.order-form .modal-body,
.order-form form {
    background: #f9efda
}

.calc-section .rzslider .rz-ticks .rz-tick:last-child {
    text-align: left
}

.calc-section .rzslider .rz-ticks .rz-tick:last-child .step-zone {
    right: 0
}

.calc-section .items-list li {
    margin-right: 5px
}

.calc-section .items-list input.jscalc-link+label span {
    display: inline;
    color: #a74c03;
    border-bottom: 1px dotted #a74c03;
    line-height: 22px
}

.calc-section .items-list.disabled_state label {
    opacity: .3;
    cursor: default
}

.order-form .modal-content {
    overflow: hidden
}

.order-form .modal-header {
    border: none
}

.order-form .modal-footer {
    border: transparent;
    padding-top: 0;
    text-align: center;
    background: #f9efda
}

.order-form .modal-body form {
    padding-top: 1px
}

.order-form .required input.ng-valid {
    border: 1px solid #d3c4a3
}

.order-form .required input[type=text] {
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .75), inset 0 2px 2px rgba(0, 0, 0, .25);
    margin: 0 0 15px;
    padding: 0 5px
}

.order-form label {
    width: 100%;
    font-weight: 400
}

.disabled_state {
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
}

.disabled_state:hover {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.jscalc-link {
    text-decoration: none;
    display: inline-block;
    padding: 3px 6px
}

.jscalc-link span {
    border-bottom: 1px dashed #B04C03
}

.jscalc-link.big {
    padding: 2px 8px;
    font-size: 22px
}

.jscalc-link.select_state {
    color: #fff;
    background: #E3AF47;
    text-decoration: none
}

.jscalc-link.select_state span {
    border-bottom: none
}

.content-container {
    min-height: 200px
}

.content-container .front-page-head {
    margin: 0 0 40px
}

.content-container .front-page-head .adv {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.content-container .front-page-head .adv [class*=col-] {
    margin-bottom: 20px
}

.content-container .front-page-head .adv [class*=col-]:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 15px;
    width: 23px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: -224px -6px
}

.content-container .front-page-head .adv div.text {
    padding-left: 30px;
    display: inline-block
}

.content-container .front-page-head .head-title {
    color: #000;
    background: url(../img/extra_line.png) 0 100% repeat-x;
    padding: 0 0 40px;
    line-height: 34px
}

.content-container .inner-block {
    position: relative;
    margin: 0 auto;
    padding: 25px 0 0
}

.content-container .inner-block .btn-section {
    position: absolute;
    top: -27px;
    right: 0;
    z-index: 5
}

.content-container .page-container {
    min-height: 200px;
    background: #FFF
}

.content-container .page-container .content-header {
    border-bottom: 3px solid #e3af47;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px
}

.content-container .page-container .content-footer {
    margin: 15px 0 0;
    text-align: center;
    padding-bottom: 20px
}

.content-container .page-container .content-footer .short-strip {
    border-top: 1px solid #e2e2e2;
    width: 40%;
    margin: 0 auto 15px
}

.content-container .page-container .content-footer .text {
    margin: 0 0 20px
}

.content-container .page-container .content-footer strong {
    font-size: 18px
}

.content-container .page-container .main-content {
    position: relative
}

.content-container .page-container .main-content .file_pdf .icon_pdf {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -247px -6px;
    width: 16px;
    height: 16px;
    margin: 0 3px 0 0;
    vertical-align: middle
}

.content-container .page-container .main-content.front-page-selector .strip {
    border-bottom: 1px solid #e2e2e2;
    height: 1px;
    line-height: 1px;
    margin: 15px 0 20px
}

.content-container .page-container .main-content.front-page-selector .additional-title {
    font-size: 27px;
    margin: 0 15px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .media-left {
    padding-right: 18px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .media-body {
    font-style: italic
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon {
    float: left;
    display: block;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-1 {
    background-image: url(../img/sprite.png);
    background-position: -102px -53px;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-2 {
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-3 {
    background-image: url(../img/sprite.png);
    background-position: -51px 0;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-4 {
    background-image: url(../img/sprite.png);
    background-position: -102px 0;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-5 {
    background-image: url(../img/sprite.png);
    background-position: 0 -53px;
    width: 51px;
    height: 53px
}

.content-container .page-container .main-content.front-page-selector .col-md-4 .icon.icon-6 {
    background-image: url(../img/sprite.png);
    background-position: -51px -53px;
    width: 51px;
    height: 53px
}

.ramp label {
    cursor: pointer
}

footer {
    height: 198px;
    background: url(../img/footer_shadow.png) 50% 0 no-repeat
}

footer .info-section {
    height: 111px;
    border-bottom: 1px solid #D49721;
    max-width: 1170px;
    margin: 0 auto
}

footer .info-section .contacts-link {
    float: left;
    margin-top: 75px;
    font-size: 14px
}

footer .info-section .contacts-link a {
    text-decoration: underline
}

footer .info-section .contacts-link a:hover {
    text-decoration: none
}

footer .copyright-section {
    height: 86px;
    max-width: 1170px;
    margin: 0 auto
}

footer .copyright-section .copyright {
    float: left;
    margin: 32px 0 0
}

footer .copyright-section .dev {
    float: right;
    margin: 23px 0 0
}

footer .copyright-section .schetchik {
    float: right;
    margin-top: 28px;
    margin-right: 30px
}

.popover-trigger,
.popup-trigger {
    margin-left: 5px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

.popover-trigger:focus,
.popup-trigger:focus {
    outline: 0
}

.popover-content p:last-child {
    margin-bottom: 0 !important
}

.popover {
    font-size: 13px;
    border: 2px solid #d4922d;
    border-radius: 11px;
    background: #FFF;
    max-width: 320px;
    width: 320px;
    font-weight: 400;
    padding: 18px;
    line-height: 1.3em;
    margin-left: 10px;
    top: 0 !important
}

.popover .popover-content {
    padding: 0
}

.popover .arrow {
    display: none !important
}

.rzslider .rz-ticks .rz-tick:first-child {
    text-align: left
}

.rzslider .rz-ticks .rz-tick:last-child {
    text-align: right
}

.preloader-container {
    position: absolute;
    width: 1170px;
    height: 600px;
    top: -80px;
    background: url(../img/texture.png) #FFE540;
    z-index: 50
}

.preloader-container .preloader {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 15px;
    border-radius: 22px;
    background: #f3c62a;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
    border: 1px solid #dab124;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader-container .preloader img {
    position: relative !important;
    border-radius: 9px
}

.ng-fade.ng-hide {
    opacity: 0
}

.ng-fade.ng-hide-add,
.ng-fade.ng-hide-remove {
    display: block !important;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.media:first-child {
    margin-top: 15px
}

.captcha {
    overflow: hidden
}

@media only screen and (min-width :320px) {

    .content-container .front-page-head .head-title,
    h2 {
        font-size: 22px
    }

    header .info-section .contact-block {
        width: 100%;
        text-align: center
    }

    header .info-section .contact-block .number .icon-phone {
        display: inline-block;
        float: none;
        vertical-align: middle
    }

    ul.sub-menu {
        display: none
    }

    .mods-list .mod-title {
        display: block
    }

    .page-template-template-stopbase-php .content-container .page-container .main-content {
        padding: 0
    }

    .page-template-template-stopbase-php .content-container .page-container article {
        padding: 40px 15px 0
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .selection-section {
        padding: 25px 0 10px
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .selection-section .drive-position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section {
        margin-top: 20px
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .total-price {
        margin-top: 15px
    }

    .page-container .cerber .post-image,
    .page-container .stoplinel .post-image,
    .page-container .stoplines .post-image,
    .page-container .stoppro .post-image,
    .page-container .stopup .post-image {
        margin: -15px -15px -50px
    }

    .page-container .stopeco .calc-section .calc-link-list .list-title {
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 5px
    }

    .page-container .stopeco .calc-section .calc-link-list .calc-button {
        width: 50%;
        display: block;
        float: left
    }

    .calc-section .total-price {
        margin-top: 15px
    }

    .calc-section .rzslider .red-zone {
        right: 0
    }

    .order-form .thankyou {
        padding: 50px 0
    }

    .content-container .page-container .main-content {
        padding-top: 10px
    }

    .rzslider .rz-bar-wrapper,
    .rzslider .rz-ticks {
        width: 99%
    }
}

@media (min-width:570px) {
    .model-select {
        display: none
    }
}

@media only screen and (min-width :768px) {
    header .info-section .contact-block {
        width: auto
    }

    header .info-section .contact-block .number a {
        color: #333
    }

    header .info-section .contact-block .number .icon-phone {
        display: block;
        float: left;
        margin: 0 8px 0 0
    }

    .page-template-template-stopbase-php .content-container .page-container .main-content {
        padding: 20px
    }

    .page-container .stopeco .calc-section .calc-link-list .calc-button {
        width: 1%;
        display: table-cell;
        float: none
    }
}

@media only screen and (min-width :992px) {
    h2 {
        font-size: 28px
    }

    header .nav-section .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    ul.sub-menu {
        display: block
    }

    .mods-list .mod-title {
        display: inline-block
    }

    .page-template-template-stopbase-php .content-container .page-container article {
        padding: 40px 36px 0
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .selection-section {
        padding: 25px 25px 10px
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .selection-section .drive-position {
        display: block
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section {
        position: relative;
        top: -640px;
        left: -40px;
        z-index: 0
    }

    #article-section,
    #price-section {
        z-index: 10;
        position: absolute;
        right: 0
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section .calc-img img,
    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .images-section img {
        position: absolute
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section {
        float: right;
        margin-top: 0;
        margin-bottom: 120px
    }

    .page-template-template-stopbase-php .content-container .page-container .calc-section .calc-body .total-section .total-price {
        margin-top: 0
    }

    .page-container .stoplines .post-image {
        margin: -50px -65px -160px
    }

    .page-container .cerber .post-image {
        margin: 0 -65px -190px;
        min-height: 840px
    }

    .page-container .stoppro .post-image {
        margin: 0 -65px -190px
    }

    .page-container .stoplinel .post-image {
        margin: -50px -65px -160px
    }

    .page-container .stopup .post-image {
        margin: 0 -65px -160px
    }

    #price-section {
        top: 85px
    }

    #article-section {
        top: 0
    }

    .calc-section .calc-body {
        padding: 30px 30px 0
    }

    .calc-section .total-price {
        margin-top: 0
    }

    .calc-section .type_of_main {
        position: absolute;
        top: 0;
        left: 0
    }

    .calc-section .calc_terms_block {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000
    }

    .calc-section .rzslider .red-zone {
        right: 1px
    }

    .order-form .modal-dialog {
        width: 830px
    }

    .order-form .thankyou {
        padding: 150px 0
    }

    .content-container .front-page-head .adv [class*=col-] {
        margin-bottom: 0
    }

    .content-container .front-page-head .head-title {
        font-size: 30px
    }

    .content-container .front-page-head .col-20 {
        width: 20%;
        float: left;
        box-sizing: border-box;
        overflow: hidden
    }

    .content-container .front-page-head .col-20 .icon {
        display: block;
        float: left;
        margin: 3px 15px 0 0;
        background-image: url(../img/sprite.png);
        background-position: -224px -6px;
        width: 23px;
        height: 17px
    }

    .content-container .front-page-head .col-20 .text {
        float: left;
        max-width: 190px;
        font-size: 13px;
        line-height: 15px
    }

    .content-container .inner-block {
        max-width: 1170px
    }

    .content-container .page-container .main-content {
        padding: 50px
    }

    .rzslider .rz-bar-wrapper,
    .rzslider .rz-ticks {
        width: 100%
    }
}

@media (max-width:1180px) {
    header .info-section {
        padding: 0 25px
    }

    header .info-section .mobile-menu {
        display: block
    }

    header .nav-section {
        padding: 0 20px;
        height: 58px
    }

    header .nav-section .nav-menu {
        display: none
    }

    .content-container,
    footer {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .page-container .stopeco .calc-section .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .page-container .stopeco .calc-section .nav-justified>li>a {
        border-bottom: 1px solid #ddd !important;
        border-radius: 4px 4px 0 0 !important;
        margin-bottom: 0 !important
    }
}

@media (max-width:740px) {

    footer,
    footer .copyright-section,
    footer .info-section {
        height: auto
    }

    footer {
        background: 0 0
    }

    footer .info-section .contacts-link {
        float: none;
        margin: 20px 0
    }

    footer .copyright-section .copyright {
        float: none;
        margin: 20px 0 5px
    }

    footer .copyright-section .dev {
        float: none;
        margin: 0 0 20px
    }
}

@media (max-width:570px) {
    header {
        height: auto;
        border: none;
        background: url(../img/header_nav_bg.png) 0 63px repeat-x
    }

    header .info-section {
        padding: 0 15px
    }

    header .info-section .mobile-menu {
        top: 20px;
        right: 0;
        left: auto;
        background: 0 0
    }

    header .info-section,
    header .info-section .inner {
        height: 63px
    }

    header .info-section #logo {
        max-width: 130px;
        margin-top: 17px
    }

    header .info-section .contact-block {
        float: none;
        position: absolute;
        top: 49px;
        left: 0
    }

    header .info-section .contact-block .number {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        line-height: 23px
    }

    header .info-section .contact-block .number .icon-phone {
        background-image: url(../img/sprite.png);
        background-position: -153px -39px;
        width: 17px;
        height: 23px;
        margin-right: 5px
    }

    header .info-section .contact-block .link-row {
        display: none
    }

    header .nav-section {
        background: 0 0
    }

    header .nav-section .mobile-ver .nav-menu {
        margin-top: 63px
    }

    header .nav-section .mobile-ver .nav-menu>li>a {
        padding-left: 15px
    }

    header .nav-section .mobile-ver .nav-menu>li>ul {
        padding-left: 25px
    }

    .content-container {
        padding: 0 15px
    }

    .content-container .inner-block .btn-section {
        position: relative;
        text-align: center;
        top: auto;
        right: auto
    }

    .content-container .inner-block .btn-section .btn {
        width: 100%;
        margin: 0 auto 5px
    }

    .content-container .inner-block {
        padding-top: 15px
    }

    footer {
        padding: 0 15px
    }
}


.mobile-images-section img {
    transform: scale(1.5);
}

.lang-english {
    display: inline-block;
    padding: 5px 0 5px 30px;
    background: url('../img/english.jpg') no-repeat left;
}

.lang-switcher {
    float: right;
    margin-left: 30px;
    margin-top: 28px;
}

.lang-switcher p {
    margin-bottom: 5px;
}

@media (max-width: 580px) {
    .lang-switcher {
        margin-right: 44px;
        margin-top: 9px;
        margin-left: 0;
    }

    .lang-switcher p {
        margin-bottom: 0px;
    }
}

@media (max-width: 1180px) {
    header .nav-section .mobile-ver .nav-menu>li .sub-menu {
        display: block;
        float: none;
        position: relative;
        top: 0;
        background: #524b2b;
    }

    header .nav-section .mobile-ver .nav-menu>li .sub-menu li {
        float: none;
    }

    header .nav-section .mobile-ver .nav-menu>li>ul li:after {
        display: none;
    }

    header .nav-section .mobile-ver .nav-menu>li {
        border-top: 2px solid #8a7d44;
    }

    header .nav-section .mobile-ver .nav-menu>li .sub-menu li.current-menu-item {
        margin-left: -25px;
        padding-left: 25px;
        padding-bottom: 0;
    }

    header .nav-section .mobile-ver .nav-menu>li .sub-menu li:first-child {
        border-top: none;
    }

    header .nav-section .mobile-ver .nav-menu>li.current-page-parent>a,
    header .nav-section .mobile-ver .nav-menu>li.current_page_item>a {
        margin-bottom: 0;
    }

    .sub-menu-section {
        position: relative !important;
        top: 0 !important;
        height: 35px !important;
    }

    .sub-menu-section a {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
}

@media (min-width: 1181px) {
    header .nav-section .nav-menu>li {
        position: relative;
        min-width: 150px;
    }

    header .nav-section .nav-menu>li>ul li.current_page_item {
        width: 100%;
    }

    header .nav-section .nav-menu>li>a:hover+ul.sub-menu,
    ul.sub-menu:hover {
        display: block !important;
        top: 45px !important;
        background-color: #FFF2A4;
        z-index: 998;
        width: 100%;
    }

    header .nav-section .nav-menu>li>a:hover+ul.sub-menu li {
        float: none !important;
        z-index: 999;
    }

    header .nav-section .nav-menu>li>ul li:after {
        display: none;
    }
}

.sub-menu-section {
    position: absolute;
    top: -39px;
    left: 0;
    padding: 0;
    display: block;
}

.sub-menu-section a {
    display: block;
    float: left;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
}

.sub-menu-section a:not(:last-child):after {
    content: '|';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #D4922D;
}

@media (min-width: 1181px) {
    header .nav-section .nav-menu>li {
        min-width: 80px;
        margin-left: 15px;
        margin-right: 5px;
    }
}

header .nav-section .nav-menu>li>ul {
    min-width: 150px;
}

header .nav-section .nav-menu>li>ul li {
    width: 100%;
}