@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	width: 100%;

    padding-top: 55px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*
.v-none{
    opacity: 0 !important;
}
ul.nav.navbar-nav{
    transition:all 500ms linear;
}
*/
h1, h2, .h1, .h2{
	font-size: 32px;
	line-height: 43px;
}
.h3{
    font-size: 21px;
}
.h4{
    font-size: 18px;
}
p{
    text-align: justify;
}
a{
	color: #2B7DE8;
	display: inline-block;
    -webkit-transition:all 300ms linear;
    -o-transition:all 300ms linear;
    transition:all 300ms linear;
}
a:hover {
	text-decoration: none;
}
a:focus,
button:focus{
	outline: none;
}
textarea {
    resize: vertical;
}

img{
	max-width: 100%;
	display: inline-block;
}
.error {
    color: red;
}
.relative{
    position: relative;
}


/*Убрать обводки/рамки при клике*/
/**{*/
/*outline: none !important;*/

/*  animation: none !important;*/
/*  transition: none !important;*/
/*}*/

/*Switch language in Header*/
.lang-head {
    color: #fff!important;
    margin-left: -30px;
}

.lang-head2 {
    position: absolute;
    top: 100%;
    left: -30px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 85px;
    padding: 5px 0;
    margin: 2px 10px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #272727;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/*КНОПКА ПОДРОБНЕЕ НА ГЛАВНОЙ */
.butslider{
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    color: #fff;
    border: none;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff; cursor:pointer;
    padding:0 1em; 
    margin-top:5px;
    margin-bottom:20px;
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.22);
}

.butslider:hover{
    position: relative;
    opacity: .9;
    box-shadow: 0 2px 10px 5px rgba(0,0,0,0.25), 0 5px 10px rgba(0,0,0,0.22);
}
/*HEADER*/
#top {
	position: relative;
    background: #141414;
    color: #fff;
    height: 55px;
    line-height: 53px;
    font-size: 14px;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
/*
#top .container {
    padding-left: 41px;
    padding-right: 40px;
}
*/
#top .container {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
@media(min-width: 1280px){
    #top .container {
        max-width: 1220px;
        width: 1220px;
    }
}


#top #logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    max-width: 80px;
}
button.toggle-menu {
    background: transparent;
    border: none;
}
button.toggle-menu:hover{
    opacity: 0.8;
}
button.toggle-menu svg{
	vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}
#top a {
    color: inherit;
}
#top a:hover{
	opacity: .8;
}
#top #logo a:hover{
    opacity: 1;
}

#top .list-inline{
	margin-bottom: 0;
}
#top .phone svg,
#top .search-toggle svg{
	vertical-align: middle;
}
.toggle-phone{
    position: relative;
}

.hidden-phone a {
    line-height: 30px;
    display: block;
}
.toggle-phone:hover .hidden-phone{
    max-height: 500px;
    opacity: 1;
}
#top .pull-left li {
    margin-right: 40px;
}
#top .pull-right li {
    margin-left: 35px;
}
@media(min-width: 992px) and (max-width: 1279px){
    #top .pull-right li {
        margin-left: 15px;
    }
}
#top .form-language li {
    margin: 0;
}
.form-language {
    margin: 0;
}
.form-language li span, .language-select {
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid transparent;
}
.language-select{
    padding: 0;
}
.form-language li span{
    font-weight: 500;
    border-color: #fff;
    display: inline-block;
    padding: 3px 5px;
}
li.category > span{
    display: block;
    position: relative;
}
li.category > span:hover{
    opacity: 0.8;
}
li.category > span:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
li.category.active > span{
    opacity: 0.8;
}
li.category.active > span:after{
    -webkit-transform: rotate(180deg);    
    -ms-transform: rotate(180deg);   
    transform: rotate(180deg);
}
#cart,
.compare-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}
#cart{
    cursor: pointer;
}
#cart-total,
#compare-total {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #081C5B;
    width: 16px;
    height: 16px;
    text-align: center;
    top: -4px;
    right: -9px;
}

.menu-list {
    position: absolute;
    top: 100%;
    z-index: 1;
    /*left: 0;
    right: 0;
          width: 100%; 
          */
          left: 15px;
          right: 15px;




          background: rgba(0, 0, 0, 0.6);

          padding-left: 130px;
          padding-right: 110px;

          display: none;
          max-width: 1035px;
          padding-left: 41px;
          padding-right: 40px;
          margin: 0 auto;
      }

      @media all and (-ms-high-contrast:none)
      {
         .menu-list {
            left: none;
            right: none;
            width: 100%;
        }
    }

    li.category {
        /*position: relative; */
        /*cursor: default;*/
        cursor: pointer;
    }
    @media(min-width: 992px){
        .nav-wrap{
            overflow: unset !important;
            width: 100%;
            background: rgba(255,255,255,.9);
            position: absolute;
            left: 0px; 
            z-index: 2;
            cursor: default;
        }
        li.category ul.nav.navbar-nav {
            padding: 15px 0 12px 0px;
            /*opacity: 0;*/
            position: relative;
            /*z-index: -1;*/
            background: transparent;

            width: 100%;

            z-index: 2;

            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;

            -ms-flex-wrap: wrap;
            flex-wrap: wrap;

            -ms-flex-pack: center;
            justify-content: center;
        }
        .navbar-nav>li{
            max-width: 14%;
            -ms-flex: 0 0 14%;
            flex: 0 0 14%;
            padding-top: 15px;
        }
        .nav_container{
            max-width: 1035px;
            text-align: center;
            margin: 0 auto;
            float: none;
        }
    /*li.category:hover ul.nav.navbar-nav {
        opacity: 1;
        z-index: 2;
        }  */ 
    }

    .navbar-nav>li {
        float: none;
        margin: 0!important;
    }
    .top-links .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0px;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        color: #142A63 !important;
        font-weight: 600;
        padding: 0 8px;
        border: 1px solid transparent;
        padding-bottom: 15px;
    }
    .top-links .navbar-nav>li>a span{
        position: relative;
        display: table;
        width: 100%;
        margin: 0 auto;
        min-height: 50px;
        border-top: 3px solid #1a387d;
        padding-top: 5px;
    }
    .top-links .navbar-nav>li>a:hover span{
        text-decoration: underline;
    }
    .top-links .navbar-nav>li>a:hover span:before{
        content: "";
        background: #081C5B;
        width: 0px;
        height: 100%;
        position: absolute;
        left: -8px;
        top: 0;
    }
    .top-links .navbar-nav>li>a span{
        width: 100%;
    }
    .nav>li>a>img{
        /* padding-bottom: 5px; */
        margin: 0 auto;
    }
    #top .navbar-nav a:hover{
        background:transparent;
    }
    span.search-toggle {
        cursor: pointer;
    }
    span.search-toggle:hover{
        opacity: 0.8;
    }

    #search {
        position: absolute;
        /*right: 0;*/
        right: 15px;
        left: auto;
        top: 100%;
        background: rgba(0, 0, 0, 1);
        z-index: 2;
        width: 350px;
        padding: 10px 15px;

        display: none;
    }
    #search span{
        position: absolute;
        top: 0;
        width: 20px;
        right: 10px;
    }
    #search input {
        height: 35px;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        background: transparent;
        border: none;
        border-bottom: 1px solid;
        padding: 0;
        font-size: 14px;
    }
    #search input::-ms-clear {
        display: none;
    }
    #search button {
        border-radius: 0;
        padding: 0;
        height: 35px;
        background: transparent;
        border: none;
        color: #fff;
    }

    /*FOOTER*/

    footer {
        background: #141414;
        color: #fff;
        font-size: 14px;
        /*font-weight: 300;*/
        padding: 30px 0 50px;
        line-height: 18px;
    }
    footer a{
     color: inherit;
     border-bottom: 1px solid transparent;
 }
 footer a:hover,
 footer a:focus{
    color: inherit;
    opacity: 1;
    /*border-color: #3172D5;*/
}

footer ul{
    margin-bottom: 0;
}
ul.category-footer li {
    width: 50%;
    float: left;
}
.info-block {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.info-block a{
    display: block;
    font-weight: 400;
}
.info-block a:hover{
    opacity: .8;
    border-color: transparent;
}
.info-block:before{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.info-block.phones:before{
    height: 14px;
    background-image: url(/catalog/view/theme/dtz-theme/image/phone-receiver.svg);
}
.info-block.mail:before{   
    height: 10px;
    background-image: url(/catalog/view/theme/dtz-theme/image/email.svg);
}
footer ul.socilas {
    /*padding-left: 30px;*/
    padding-top: 25px;
}
footer .logo {
    padding-top: 35px;
}
footer .title {
    color: #D9D9D9;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px;
    border-top: 1px solid #707070;
    cursor: pointer;
    position: relative;
}
footer .title.active:after{
    -webkit-transform: rotate(180deg);    
    -ms-transform: rotate(180deg);    
    transform: rotate(180deg);
}
footer .title:after{
    content: '';
    width: 9px;
    height: 5px;
    background-image: url(/catalog/view/theme/dtz-theme/image/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
}
.contacts-footer svg{
    width: 28px;
    height: 28px;
}
@media(min-width: 768px){
    .dop-info {
        /*text-align: center;*/
    }
    .dop-info ul {
        display: inline-block;
        text-align: left;
    }
    .contacts-footer{
        text-align: right;
    }
    .contacts-footer>div {
        display: inline-block;
        text-align: left;
    }

}


/*HOME*/
.container {
    /*max-width: 1004px;*/
    max-width: 1041px;
}
.home-slider-section .slide{
    padding-top: 58px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 665px; 
   /* height: 90vh;
    height: -webkit-calc(100vh - 55px);
    height: -moz-calc(100vh - 55px);
    height: calc(100vh - 55px);*/
}
.home-slider-section a,
.tractor-slider a {
    display: block;
}
.home-slider-section .owl-theme .owl-dots{
	display: none;
}
.home-slider-section h2 {
    font-size: 40px;
    color: #141414;
    font-weight: 600;
    line-height: 51px;
    position: absolute;
    right: 0;

    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}
.rev_slider_wrapper h2.text-right{
    font-size: 40px!important;
    font-weight: 600;
    line-height: 51px!important;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
}
.home-slider-section img{
    -webkit-animation: fadeIn 1s both 1.5s;
    animation: fadeIn 1s both 1.5s;
}
.home-slider-section .container{
    position:relative;

    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-slider-section .slide .row {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slick-slide img {
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.tractor-section{
	background-image: url(/catalog/view/theme/dtz-theme/image/category-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 74px 0 60px;
}
.tractor-section h1{
	text-transform: uppercase;
	margin: 0 0 35px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 21px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    background-color: transparent;
    border: none;
    z-index: 1;
}
.slick-arrow:hover {
    opacity: .7;
}
.slick-arrow.slick-prev{
	left: 0;
	background-image: url(/catalog/view/theme/dtz-theme/image/left-arrow.png);
}
.slick-arrow.slick-next{
	right: 0;
	background-image: url(/catalog/view/theme/dtz-theme/image/right-arrow.png);
}

@media(min-width: 768px){
    .tractor-slider .slick-arrow.slick-prev{
        left: 28%;
    }
    .tractor-slider .slick-arrow.slick-next{
        right: 28%;
    }
    .tractor-slider .slick-slide:not(.slick-current) img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .tractor-slider .slick-slide.slick-current img{
        min-width: 445px;
        margin-left: -60px;
    }
    .tractor-slider .slick-slide:not(.slick-current) .content,
    .rev_slider .slick-slide:not(.slick-current) .content{
        opacity: 0;
    }    
    .rev_slider .slick-arrow.slick-prev{
        left: 27%;
    }
    .rev_slider .slick-arrow.slick-next{
        right: 27%;
    }
}
.tractor-slider .slide .content,
.rev_slider .rev_slide .content {
    margin-top: -17px;
    text-align: center;
}
.tractor-slider .slide .content .price,
.rev_slider .rev_slide .content .price {
    font-size: 18px;
    line-height: 21px;
    color: #081C5B;
    margin-top: 5px;
}
.tractor-slider .content .title,
.rev_slider .content .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000;
}
.tractor-slider .content .link,
.rev_slider .content .link {
    color: #AAAAAA;
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    line-height: 19px;
}


section.category-section {
    padding-top: 17px;
}
section.category-section .row {
    margin-right: -5px;
    margin-left: -5px;
}
section.category-section .col-sm-4.col-xs-12 {
    padding: 0 5px;
}
.category-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.category-item a {
    font-size: 0;
    line-height: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block;

    min-height: 200px;
}
.category-item a:before{
    content: '';
    display: block;
    position: absolute;
    background:#000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

    -webkit-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}
.category-item a:hover:before{
    opacity: 0.4;
}
.category-item a img{
    -webkit-transition:all 500ms linear;
    -o-transition:all 500ms linear;
    transition:all 500ms linear;
}
.category-item a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-name {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-transform: uppercase;
    margin: 0;
    width: 90%;
    z-index: 1;
    font-weight: 600;
}

/*Новости*/
section.blog {
    padding-top: 80px;
    margin-bottom: 37px;
}
.blog_stats .text {
    display: none;
}
section.blog h2{
    margin-bottom: 50px;
    margin-top: 0;
    text-transform: uppercase;
}

.blog_item .summary p .fa {
    display: none;
}
.info-bloks .blog_stats {
    font-size: 8px;
    font-style: italic;
}
.info-bloks .blog_stats .hl {
    color: #C8C7C7;
    font-weight: 400;
}
.blog_stats img {
    margin-right: 2px;
    margin-top: -2px;
}
.info-bloks {
    margin: 13px 0;
}
.info-bloks a {
    background: linear-gradient(135deg, #2B7DE8, #1A5BA6);
    border: none;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 50px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}


.info-bloks a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.75s ease;
    transform: translateX(-50%) translateY(-75%) rotate(45deg);
}

.info-bloks a:hover::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.info-bloks a:hover,
.info-bloks a:focus {
    background: linear-gradient(135deg, #1A5BA6, #2B7DE8);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

.info-bloks a:active {
    background: linear-gradient(135deg, #17497E, #1A5BA6);
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white; 
}

.blog-module .blog_item {
    margin-bottom: 50px;
}
.blog_stats{
    margin-top: -8px;
}
.blog_item .summary .blog_title {
    margin: 0 0 15px;
    /*font-size: 18px;*/
    font-size: 16px;
    border: none;
    padding: 0;
    color: #232323;
}
.blog_item .summary .blog_title a{
    color: inherit;
}
.blog_item .summary p {
    color: #515151;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}
/* end Новости*/


.banner {
    position: relative;
    background-image: url(/catalog/view/theme/dtz-theme/image/banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 35px 0;
}
.banner:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#000;
    opacity: 0.7;
}
.banner .row{
    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;
}
.banner h2{
    color: #fff;
    margin: 0 0 30px;
    font-size: 34px;
    line-height: 41px;
}
.banner a,
.blue-btn{
    color: #fff;
    text-transform: uppercase;
    background: #2B7DE8;
    width: 160px;
    text-align: center;
    /* height: 30px; */
    /* line-height: 32px; */
    border: none;
    padding: 8px 0 6px;
    line-height: 16px;
    display: inline-block;
    border-radius: 4px;
}

.banner a:hover,
.banner a:focus,
.banner a:active,
.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active{
    background:#3172d5;
}
.info-btn{
    width: 160px;
    text-align: center;
    /* height: 30px; */
    line-height: 28px;
    border: 2px solid #2b7de8;
    color: #2b7de8;
    border-radius: 4px;
    margin-top: 15px;
    line-height: 16px;
    padding: 6px 0 4px;
}
.info-btn:hover,
.info-btn:focus,
.info-btn:active{
    /*background:#00214D;*/
    background: #2B7DE8;
    color: #fff;
}

.partners-slider {
    padding: 0 30px;
}
.about-section {
    padding: 15px 0 0px;
}
section.partners-section {
    padding: 75px 0 47px;
}
section.partners-section h2 {
    margin: 0px 0 30px;
}

/*404*/
.page-404{
    background: url(/catalog/view/theme/dtz-theme/image/404-bg.jpg);
    background-size: cover;
    background-position: center;

    min-height: 80vh;   
    min-height: -webkit-calc(100vh - 288px);
    min-height: -moz-calc(100vh - 288px);
    min-height: calc(100vh - 288px);
}

.text-404 {
    max-width: 378px;
    margin-right: 60px;
    margin-left: auto;
    text-align: center;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 110px;
}
.text-404 h1 {
    color: white;
    font-size: 220px;
    line-height: 1;
    opacity: .5;
    margin: 0;
}
.text-404 h2 {
    color: white;
    font-size: 25px;
    line-height: 1;
    margin: 0;
}
.text-404 h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.text-404 p {
    line-height: 20px;
}
.text-404 p a{
    color: #ABD0FF;
    cursor: pointer;
}

#popupcart_extended .popupcart_info tr:first-child td{
    white-space: nowrap;
}
.product-compare #content {
    min-height: 83vh;
}
@media(max-width: 1119px){
    .page-404{
        min-height: -webkit-calc(100vh - 304px);
        min-height: -moz-calc(100vh - 304px);
        min-height: calc(100vh - 304px);
    }

    .category-banner .absolute .banner-title{
        left: -115px;
    }
    .category-banner img{
        right: -60px;
    }

}
@media (min-width:992px) and (max-width: 1200px){
    #top .menu-list .pull-right li {
        margin-left: 20px;
    }

}

@media(max-width: 991px){
    body{
        padding-top: 60px;
    }

    .menu-list .navbar-nav>li>a{
        padding: 5px 15px;
    }
    .page-404 {
        background-image: url(/catalog/view/theme/dtz-theme/image/404-bg-tabl.jpg);
        /*background-position: 70% center;*/
        /*background-size: cover;
        background-position: center;*/
    }
    .text-404 {
        padding-top: 54px;
        padding-bottom: 70px;
        margin-right: 0;
    }
    .text-404 h1 {
        font-size: 212px;
    }
    .text-404 h2 {
        font-size: 21px;
    }
    .text-404 h3 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 12px;
    }
    .text-404 p {
        font-size: 9px;
        max-width: 298px;
        margin: 0 auto;
    }
    #top .pull-right li {
        margin-left: 15px;
    }   


}
@media(min-width: 768px) and (max-width: 991px){
    .home-slider-section img {
        max-width: 500px;
        margin-top: -80px;
    }    
}
@media(min-width: 768px){
    .toggle-phone .hidden-phone{
        overflow: hidden;
        opacity: 0;
        max-height: 0;
        transition: all linear 200ms;
        position: absolute;
        top: 100%;
        left: 0;
        right: -15px;
        background: rgba(0, 0, 0, 0.6);
        padding-right: 20px;
        text-align: right;
    }
}
@media(max-width: 767px){

    body{
        padding-top: 40px;
    }
    .text-404{
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 57px;
    }
    .page-404{
        min-height: -webkit-calc(100vh - 160px);
        min-height: -moz-calc(100vh - 160px);
        min-height: calc(100vh - 160px);
    }
    .text-404 h1 {
        font-size: 155px;
    }
    .text-404 h2 {
        font-size: 16px;
        margin-top: 9px;
    }
    .text-404 h3 {
        font-size: 12px;
        font-weight: 400;
        margin-top: 9px;
    }
    .text-404 p {
        line-height: 17px;
        margin: 71% auto 0;
        max-width: 280px;
    }

    #cart svg, 
    .compare-btn svg{
        width: 25px;
        height:22px;
    }
    .mob-phone svg {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    li.toggle-phone{
        display: none;
    }
    #top .list-inline{
        position: relative;
    }
    #top .list-inline #cart{
        margin-right: 10px;
    }
    
    #top .toggle-phone {
        /*display: block;*/
        position: absolute;
        top: 100%;
        background: #000;
        width: 150px;
        /*left: -50px;*/
        left: 0px;
        text-align: center;
        padding-bottom: 5px;
    }
    #top .phone svg{
        display: none;
    }
}


@media(max-width: 480px){
    .page-404{
        background-image: url(/catalog/view/theme/dtz-theme/image/404-bg-mob.jpg);
    }
}

@media(max-height: 600px){
    .home-slider-section h2{
        margin-top: 20%;
    }
    .home-slider-section .slide img{
        max-height: 400px
    }
}
@media(min-width: 768px){

    .rev_slider.slick-slider {
    /*  margin-left: -12%;
    margin-right: -12%;*/
}



.rev_slider .slick-list {
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 20%!important;
    padding-right: 20%!important;
}

.rev_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rev_slider .slick-track {
  max-width: 100%!important;

  -webkit-transform: translate3d(0, 0, 0)!important;
  transform: translate3d(0, 0, 0)!important;

  -webkit-perspective: 100px;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}    

.rev_slider .slick-snext,
.rev_slider .slick-sprev {
  display: block;
}
.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;

  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.rev_slider .slick-snext {
  opacity: 1;
  z-index: 1;

  -webkit-transform: translate3d(100%, 0, -60px);
  transform: translate3d(100%, 0, -60px);
}

.rev_slider .slick-sprev {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, -60px);
  transform: translate3d(-100%, 0, -60px);
}

}

.rev_slider .slick-slide img{
    margin: 0 auto;
}



.rev_slider .test {
  display: block;
  width: 100%;
  height: 300px;
  background: #c00;
  box-shadow: inset 0px 0px 0px 3px #000
}

.blog_item .image a{
    display: block;
}
.item-img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
svg#ukraine-map {
    display: block;
    margin-left: auto;
    max-width: 100%;
}
#ukraine-map path{
    fill: #fff;
}
#ukraine-map path{
    cursor: pointer;
}
#ukraine-map path:hover,
#ukraine-map path:focus,
#ukraine-map path:hover,
#ukraine-map path:focus{
    fill: #3172D5;
}



/*BREADCRUMBS*/
.breadcrumb-bg{
    color: #000;
background-color: transparent;
background-position: center;
    background-size: cover;
}
.blog-category .breadcrumb-bg,
.blog-home .breadcrumb-bg,
.blog-blog .breadcrumb-bg,
.service-bg.breadcrumb-bg{
    background-image: url(/catalog/view/theme/dtz-theme/image/breadcrumb-articles-bg.jpg);
}
.information-contact .breadcrumb-bg{
    background-image: url(/catalog/view/theme/dtz-theme/image/breadcrumb-contact-bg.jpg);
}
body[class^="information-information"] .breadcrumb-bg,
.information-wherebuy .breadcrumb-bg,
.blog-category .breadcrumb-bg.presentation-page{
    /*background-image: url(/catalog/view/theme/dtz-theme/image/banner-dtz-23-10.png);*/
}
.breadcrumb {
    padding: 15px 15px 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb a {
    color: #666666;
}
.breadcrumb>li {
    display: inline-block;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 17px;
}
.breadcrumb>li+li:before{
    color: #666666;
}
.breadcrumb-bg h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 32px;
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    display: none;
}
/*end Breadcrumbs*/


/*BLOG archive*/
.blog-module.blog-category {
    margin-top: 30px;
}
.blog-blog .blog-module.blog-category{
    display: none;
}
.blog-module.blog-category ul {
    margin: 0 -15px;
}
.blog-module.blog-category > ul > li {
    position: relative;
    border-bottom: none;
    width: 33.333%;
    padding: 0 15px;
    float: left;
}
.blog-module.blog-category > ul > li:last-child{
    /*display: none;*/
}
.blog-module.blog-category > ul > li > a {
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.blog-module.blog-category > ul > li.active > a {
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    color: #fff;
    border:none;
}
.blog-module.blog-category > ul > li:not(.active) > a:hover,
.blog-module.blog-category > ul > li:not(.active) > a:focus {
    background-color: #1E4290;
    color: #fff;
}
/*End blog archive*/

/*article page*/
.blog-blog #content{
    float: none;
} 
.blog-blog #content h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 42px;
    font-weight: 600;
}
.blog-blog #content .main_description {
    font-size: 14px;
    line-height: 18px;
}
.blog-blog #content h3{
  font-weight: 600;  
  font-size: 18px;
  line-height: 24px;
  border:none;
}
body:not(.common-home) .partners-section{
    padding-top: 0;
}
body:not(.common-home) .partners-section h2{
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
body:not(.common-home) .partners-section h2 span{    
    background:#fff;
    padding: 0 15px;
}
body:not(.common-home) .partners-section h2:before{
    content: '';;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top:1px solid #c7c7c7;
    z-index: -1;
}
.mg-t-16{
    margin-top: 16%;
}
/*-video*/
.blog_item.video .summary {
    border: 1px solid #EDEEF1;
}
.blog_item.video .summary .content {
    padding: 26px 10px 18px;
}
.blog_item.video .summary a.blog_title {
    display: block;
    /*font-weight: bold;*/
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
}
.blog_item.video .summary a.blog_title:hover,
.blog_item.video .summary a.blog_title:focus{
    color: #2B7DE8;
}
.blog_item.video .image {
    position: relative;
}
.blog_item.video .image .blog_stats {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.blog_item.video .image .item-img {
    height: 183px;
}
.blog_item.video .image>a:before{
    content: url(/catalog/view/theme/dtz-theme/image/play-button-inside-a-circle.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.blog_item.video .image>a:hover:before{
 content: url(/catalog/view/theme/dtz-theme/image/play-button-inside-a-circle-blue.svg); 
}
.blog.video-blog {
    margin-top: 47px;
}
.blog.video-blog>.row {
    margin-right: -10px;
    margin-left: -10px;
}
.blog.video-blog .blog_item.video {
    padding-left: 10px;
    padding-right: 10px;
}
.blog_item.video .blog_stats .hl {
    color: #fff;
    opacity: .66;
}
.blog_item.video .summary .content .hl {
    font-weight: 400;
}
.blog_item.video .summary .content span {
    color: #515151;
    font-size: 10px;
    line-height: 16px;
    display: block;
}



/*CONTACT PAGE*/
.information-contact h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    margin: 41px 0 30px;
}
.information-contact p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #515151;
}

.btn-dark-blue{
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    color: #fff;
    border: none;    
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 0px 10px;
}
.btn-dark-blue:hover,
.btn-dark-blue:focus{
    color: #fff!important;
    opacity: 1;
}
.information-contact .btn-dark-blue{
    width: 335px;
}
.contact-info {
    margin-bottom: 44px;
}
.contact-info .info-block {
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    padding-left: 45px;
    margin-bottom: 20px;
}
.contact-info .info-block strong {
    font-size: 17px;
    line-height: 21px;
    display: block;
    font-weight: 600;
}
.contact-info .info-block a {
    font-weight: inherit;
    color: inherit;
}
.contact-info .info-block:before{
    top: 0;
}
.contact-info .info-block.address-1:before{
    width: 22px;
    height: 30px;
    background-image: url(/catalog/view/theme/dtz-theme/image/address-1.svg);
}
.contact-info .info-block.address-2:before{
    width: 25px;
    height: 25px;
    background-image: url(/catalog/view/theme/dtz-theme/image/mailbox.svg);
}
.contact-info .info-block.phones:before{
    width: 23px;
    height: 23px;
}
.contact-info .info-block.mail:before{
    width: 24px;
    height: 16px;
}
.contact-info .info-block.work-time:before{
    width: 22px;
    height: 22px;
    background-image: url(/catalog/view/theme/dtz-theme/image/time-left.svg);
}
.form-control {
    height: 40px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    color: #686868;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.form-group {
    margin-bottom: 14px;
}
textarea.form-control {
    height: 152px;
}

label.control-label.checkbox {
    padding-left: 25px;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 24px;
}

.checkbox input[type=checkbox]{
    opacity: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #D1D1D1;
}
input:checked ~ .checkmark:after {
    content: url(/catalog/view/theme/dtz-theme/image/checkmark.svg);
    position: absolute;
    left: 2px;
    top: -5px;
}
.form-wrap form p {
    font-size: 12px;
    line-height: 17px;
    color: #686868;
    margin: 10px 0 0;
}
.information-contact input.btn-dark-blue {
    width: 100%;   
    font-size: 18px;
}
input[type="submit"]:disabled{
    cursor: not-allowed;
}
.information-contact #content {
    position: relative;
}
.information-contact .form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    max-width: 100%;
}
.form-wrap .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
.btn-dark-blue.toggle-form {
    margin-top: 20px;
}
.information-contact .form-wrap h2 {
    margin-top: 51px;
    margin-bottom: 54px;
}
/*end Contact*/


/*ABOUT age*/
.about-top-section{
    background-image: url(/catalog/view/theme/dtz-theme/image/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-color: #ccc;
}
.about-top-section .breadcrumb-bg{
    background: transparent;
}
.white-bg {
    background: rgba(255, 255, 255, 0.65);
}
.about-top-section .about-info {
    padding: 30px 0;
}
.about-top-section .about-info h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 14px;
    font-weight: 400;
    color: #191818;
}
.about-top-section .about-info p,
.about-bottom-section p{
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
.about-bottom-section {
    padding-bottom: 75px;
    margin-top: -144px;
    overflow: hidden;
    padding-top: 60px;
}
h2.advantages-title {
    margin-bottom: 115px;
    margin-top: 19px;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 61px;
}
.flip-card-front{
    /*background-image: url(/catalog/view/theme/dtz-theme/image/adv-bg-1.svg);*/
}
.flip-card-front:before{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.adv-1 .flip-card-front:before {
    content: url(/catalog/view/theme/dtz-theme/image/adv-bg-1.png);    
}
.adv-2 .flip-card-front:before {
    content: url(/catalog/view/theme/dtz-theme/image/adv-bg-2.png);    
}
.adv-3 .flip-card-front:before {
    content: url(/catalog/view/theme/dtz-theme/image/adv-bg-3.png);    
}
.flip-card-front img{
    margin-top: 14px;
}
.flip-card-front h3 {
    margin-top: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #162E6A;
    font-weight: 600;
}
.flip-card {
    background-color: transparent;
    height: 260px;
    perspective: 1000px;
    /*margin-top: -84px;*/
    margin-bottom: 54px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;

  perspective: 500px;
}

@media(min-width: 992px){  
    .flip-card-front {
/*    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;

    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}  
.flip-card-front, 
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;

  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

} 
.flip-card-back {
    background-color: #fff;
    background-size: 215px 210px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);

    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/*.flip-card:hover .flip-card-inner {*/
    .flip-card:hover .flip-card-front {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .flip-card:hover .flip-card-back{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .adv-1 .flip-card-back{
        background-image: url('/catalog/view/theme/dtz-theme/image/adv-icon-1.1.svg');    
    }
    .adv-2 .flip-card-back{
        background-image: url('/catalog/view/theme/dtz-theme/image/adv-icon-2.1.svg');
    }
    .adv-3 .flip-card-back{
        background-image: url('/catalog/view/theme/dtz-theme/image/adv-icon-3.1.svg');
    }   

    .iSearchBoxWrapper .iSearchBox{
    	max-width: 350px;
    }
}


.flip-card-front {
  color: black;
}




.flip-card-back p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 33%;
    padding: 0 20px;
}


/*ПРЕЗЕНТАЦИИ*/
.presentations {
    padding-top: 47px;
    padding-bottom: 34px;
}
.presentation-item{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.presentation-item .img-wrap{
    position:relative;
}
/*.presentation-item .img-wrap > canvas{
    width: 100%!important;
    height: 100%!important;
    }*/
    .presentation-item > a{
        display: block;
    }
    .presentation-item img{

      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray; 

      /*filter: url('/catalog/view/theme/dtz-theme/image/filter.svg#grayscale'); */

      -webkit-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms;
  }
  .presentation-item:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.45);
}
.presentation-item p {
    font-size: 16px;
    line-height: 24px;    
    font-weight: 600;    
    margin: 13px 0 0;
    color: #7D7D7D;

    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.presentation-item:hover p{
   color: #232323;
   text-decoration: underline; 
}

/*end Презетнтации*/


/*ГДЕ КУПИТЬ*/
.buy-map{
    background-image: url(/catalog/view/theme/dtz-theme/image/map-test.jpg);
    background-size: cover;
    /*height: 555px;*/
    position: relative;
}
.buy-map #map {
    height: 555px;
}
.dealer-search-container {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
}
#dealer-search {
    width: 337px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    height: 555px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
#form-dealer-search {
    padding: 10px 14px;
}
#form-dealer-search .input-search {
    /*padding: 8px 18px;*/
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    position: relative;
}
.easy-autocomplete {
    width: 100%!important;
}
.input-search .btn-search {
    /*float: right;*/
    height: 22px;
    width: 22px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    z-index: 1;
}
.input-search .search-field input {
    font-size: 14px;
    color: #000000;
    border: none;
    height: 40px;
    padding: 0;
    box-shadow: none;
    width: 100%;
    padding: 8px 18px;
}
.input-search .search-field input:focus{
    outline: none!important;
}
ul.search-results-list {
    margin: 0;
    padding: 10px 14px;
}
li.result-item {
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 15px 0 15px 35px;
    cursor: pointer;
}
li.result-item .index {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 12px;
    left: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    text-align: center;
    line-height: 23px;
}
li.result-item .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 3px;
    display: block;
}


/*ТОВАР*/
.product-banner {
    height: 190px;
    background-image: url(/catalog/view/theme/dtz-theme/image/product-top-banner.jpg);
    background-position: center;
    background-size: cover;
}
body[class^="product-product"] .breadcrumb,
.product-compare .breadcrumb,
.product-isearch .breadcrumb{
    color: #515151;
    padding: 17px 0;
    border-bottom: 1px solid #C7C7C7;
}
body[class^="product-product"] .breadcrumb>li,
.product-compare .breadcrumb>li,
.product-isearch .breadcrumb>li {
    display: inline;
    color: #515151;
    font-weight: 400;
    text-transform: none;
    font-size: 10px;
    line-height: 16px;
}
body[class^="product-product"] .breadcrumb>li+li:before,
.product-compare .breadcrumb>li+li:before,
.product-isearch .breadcrumb>li+li:before {
    color: #515151;
    padding: 0;
}
body[class^="product-product"] h1,
.product-compare h1 ,
.product-isearch h1{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
}
#product .radio {
    display: inline-block;
    margin: 0;
}
#product .radio label{
    font-size: 0;
    padding-left: 0;
    padding-right: 10px;
    position: relative;
}
#product .radio input{
    opacity: 0;
    width: 0;
    height: 0;
}
#product .radio input ~ img{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border-color: transparent;
    padding: 2px;
}
#product .radio input:checked ~ img{
    border: 2px solid #122559;
}
#product .radio label:after{
    
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
}
.rating a {
    color: #949494;
    font-size: 13px;
    margin-left: 10px;
}
.rating a:hover,
.rating a:focus{
    color: #2B7DE8;
}
body[class^="product-product"] .price {
    /*margin-top: 40px;*/
}
body[class^="product-product"] .price li {
    font-size: 14px;
    line-height: 24px;
}
.price h2 {
    font-size: 31px;
    line-height: 39px;
    margin: 0 0 10px;
    font-weight: 600;
}
body[class^="product-product"] label {
    font-size: 16px;
    font-weight: 400;
}
.product-360 sup {
    top: -1em;
    font-size: 0.5em;
}
.links-list {
    margin-bottom: 25px;
    border: none;
    text-align: center;
}
.links-list li {
    color: #515973;    
    font-weight: bold;
    float: none;
    display: inline-block;
}
.links-list li.active{
    color: #0F1E4D;
    text-decoration: underline;
}
.links-list li a{
    color: inherit;
    padding: 0 10px;
    border: none!important;
    background: transparent!important;
}
.links-list li.active a{
    color: #081c5b;
    text-decoration: underline;
}
.features-wrap {
    font-weight: 600;
    color: #1B1B51;
}
.features-wrap ul.nav.nav-tabs {
    max-width: 1280px;
    padding: 0 25px 40px;
    margin: 0 auto;
    border: none;

    text-align: center;
}
.features-wrap li {
    /*width: 20%;*/
    text-align: center;

    width: 19%;
    text-align: center;
    display: inline-block;
    float: none;
}
.features-wrap .nav-tabs>li>a{
    border:none!important;
    background: transparent;
}
.features-wrap ul.nav.nav-tabs li a span {
    color: #7D7D7D;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.31);
    border-radius: 4px;
    padding: 10px 5px;
    margin-top: 20px;
}
.features-wrap ul.nav.nav-tabs li.active a span,
.features-wrap ul.nav.nav-tabs li a:hover span,
.features-wrap ul.nav.nav-tabs li a:focus span {
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    color: #fff;
}



.btn-border {
    display: inline-block;
    border: 0px solid #152D69;
    border-radius: 15px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    text-transform: uppercase;
    color: #142961;
    box-shadow:0 15px 12px -12px rgb(0,0,0);
}
.btn-border:hover{
    background-color: #142961;
    color: #fff;
}
.btn-border:hover svg path{
    fill: #fff;
}
.btn-border svg {
    margin-right: 5px;
}
button.compare-btn {
    background: transparent;
    padding: 0;
    text-decoration: underline;
    vertical-align: middle;
    color: #122559;
    margin-top: 25px
}
button.compare-btn svg{
    vertical-align: middle;
    margin-right: 5px;
}
.thumbnails-slider .slick-arrow + .slick-list {
    margin: 0 30px;
}

body[class^="product-product"] .thumbnail {
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    background-size: 100px!important;
}
body[class^="product-product"] .thumbnail[data-video]>div{
    opacity: 0.6;
}
body[class^="product-product"] .thumbnail > div {
    background-position: center;
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}
body[class^="product-product"] .thumbnail > div img{
    opacity: 0;
}
body[class^="product-product"] .blog h2,
.product-360 h2,
.photo-block h2,
h3.tab-title {
    color: #102151;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 41px;
    margin-top: 70px;    
    text-align: center;
    position: relative;
}
body[class^="product-product"] .blog h2{
    margin-top: 0;
}
body[class^="product-product"] .blog h2 span,
.title-border span{
    background-color: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
body[class^="product-product"] .blog h2:after,
.title-border:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
}
body[class^="product-product"] section.blog {
    padding-top: 40px;
    margin-bottom: 0;
    clear: both;
}
table.attributes-table {
    width: 100%;
    color: #132146;
}
table.attributes-table tr:nth-child(odd) {
    background: #f5f5f5;
}
table.attributes-table td:first-child {
    width: 50%;
    border-right: 1px solid #19203a;
    font-weight: bold;
}
table.attributes-table td:nth-child(2) {
    font-weight: 600;
}
table.attributes-table td {
    padding: 10px 20px 5px;
}
.ThreeSixtyFullscreen_Button {
    display: none!important;
}

#container.threesixty .threesixty_images{
    position: relative;
    padding-bottom: 15px!important;
}
#container.threesixty .threesixty_images:after{
    content: '';
    width: 100%;
    height: 154px;
    /*background: red;*/
    /*border-radius: 75% / 90%;*/
    /*border: 1px solid #444444;*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(/catalog/view/theme/dtz-theme/image/360-arrows.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/*rating*/
.fa-star:before {
    content: "\f005";
    color: #FDB819;
}
.fa-star-o:before {
    content: "\f005";
    color: #DBDBDB;
}
.fa-star + .fa-star-o {
    opacity: 0;
}
.rating .fa {
    font-size: 14px;
    width: 11px;
    height: 11px;
    line-height: 11px;
    margin-right: 3px;
}
/*end rating*/

/*СЕРВИС*/
.service-page h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 31px 0 23px;
}
.service-page h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 49px 0 26px;
}
.service-page h4 {
    margin: 24px 0 47px;
    font-size: 20px;
    line-height: 27px;
}
.service-page p{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.form-wrap {
    max-width: 632px;
    margin: 0 auto 27px;
}
/*.form-wrap input,
.form-wrap textarea {
    border: 1px solid #707070;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    color: #FF6060;
    padding: 0 15px;
}
.form-wrap textarea {
    height: 122px;
    padding: 10px 15px;
    margin: 0;
    resize: vertical;
    }*/
    .form-wrap label.control-label.checkbox {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 16px;
        margin-top: 7px;
    }
    .btn-dark-blue.submit {
        background: #1e4290;
        background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
        background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
        background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
        color: #fff;
        border: none;
        width: 206px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
    }
    .service-page + .partners-section > .container{
        padding: 0;
    }

    .product-compare .buttons .btn {
        margin-bottom: 50px;
    }




    /*КАТАЛОГ*/
    body[class^="product-category"] .breadcrumb{
        padding: 16px 0 0;
    }
    body[class^="product-category"] .breadcrumb>li {
        line-height: 16px;
        color: #515151;
        font-weight: 400;
        font-size: 10px;
        text-transform: none;
    }
    body[class^="product-category"] .breadcrumb>li+li:before{
        color: #515151;
        padding: 0;
    }
    body[class^="product-category"] #content > .row{
        margin: 0 -5px;
    }
    body[class^="product-category"] #content > .row > div{
        padding-left: 5px;
        padding-right: 5px;
    }
    body[class^="product-category"] #content .row.products-list {
        margin-top: 22px;
    }
    body[class^="product-category"] h1 {
        font-size: 42px;
        line-height: 55px;
        margin: 0;
    }
    body[class^="product-category"] .partners-section .container{
        padding: 0;
        width: 100%;
    }
    .border-after{
        position: relative;
    }
    .border-after:before{
        content: '';
        position: absolute;
        bottom: -3px;
        left: 5px;
        right: 5px;
        height: 1px;
        background: #E6E6E6;
        display: block;
    }
    body[class^='product-category'] .border-after:before{
        display: none;
    }
    body[class^='product-category'] .border-after + .products-list-title{
        position: relative;
        top: -22px;
        z-index: -1;
    }
    .border-after h1{
        position: relative;
        display: inline-block;
        padding: 0 15px;
    }
    .border-after h1:after{
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2976DB;
    }
    .category-list h3 {
        font-size: 18px;
        line-height: 24px;
        color: #152D69;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .category-list a.list-item {
        display: block;
        font-size: 13px;
        line-height: 24px;
        color: #515151;
    }
    .category-list a.list-item.active{
        font-weight: bold;
        padding-left: 10px;
        position: relative;
    }
    .category-list a.list-item.active:before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 3px;
        border-color: transparent transparent transparent #515151;
        line-height: 0px;
        _border-color: #000000 #000000 #000000 #515151;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        display: inline-block;
        /*margin-right: 5px;*/
        position: absolute;
        top: 8px;
        left: 0;
    }


    .bf-panel-wrapper .box {
        border: none;
        border-radius: 0;
    }
    .bf-panel-wrapper .box-heading{
        display: none;
    }
    #column-left .bf-panel-wrapper .bf-attr-header {
        background: transparent;
        color: #152D69;
        font-size: 15px;
        line-height: 20px;
        border-bottom: 1px solid #E6E6E6;
        border-top:none;
        padding: 0 0 7px;
        margin-bottom: 10px;
    }
    .bf-panel-wrapper .bf-cell{
        border:none;
    }
    .bf-panel-wrapper .bf-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 3px 4px;
        border-color: transparent transparent #515151 transparent;
        background: transparent;
        padding: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
    }
    .bf-panel-wrapper .bf-arrow.closed{
        border-width: 3px 4px 0 4px;
        border-color: #515151 transparent transparent transparent;
    }
    span.bf-cur-symb-left,
    .bf-attr-group-header {
        display: none;
    }
    .bf-panel-wrapper input[type=text].bf-range-max, 
    .bf-panel-wrapper input[type=text].bf-range-min, 
    .bf-panel-wrapper input[type=text].bf-slider-input {
        width: 50px;
        min-width: 50px;
        border-color: #CFCFCF;
        height: 25px;
        border-radius: 3px;
        text-align: center;
        font-size: 12px;
        max-width: 63px;
        width: 100%;
    }

    #column-left .bf-panel-wrapper .ui-widget-content {
        background: #E6E6E6;
        border: none;
        height: 3px;
    }
    #column-left .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range, 
    #column-left .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range {
        top: 0;
        bottom: 0;
    }
    #column-left .bf-panel-wrapper .ui-widget-header {
        background: #152D69;
    }

    #column-left .bf-panel-wrapper .bf-slider-container.ui-slider .ui-slider-handle, 
    #column-left .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-handle {
        border-radius: 50%;
        background: #fff;
        border: 2px solid #152D69;
    }
    .bf-attr-block {
        margin-bottom: 30px;
    }
    .bf-panel-wrapper .bf-cell{
        position: relative;
    }
    .bf-panel-wrapper .bf-cell.bf-c-1 {
        width: 30px;
    }
    .bf-panel-wrapper .bf-cell.bf-c-1 input{
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .bf-panel-wrapper .bf-attr-block-cont{
        padding: 0;
    }
    .bf-attr-filter .checkmark {
    /*top: 50%;
    margin-top: -7px;*/
}
.bf-attr-filter input:checked ~ .checkmark:after{
    content: '';
    width: 6px;
    height: 6px;
    background: #162E6A;
    top: 3px;
    left: 3px;
}
#column-left .bf-panel-wrapper .bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
    border-bottom: none;
}
.bf-form .bf-buttonsubmit {
    display: none;
}

#column-left .bf-panel-wrapper .bf-buttonclear-box{
    padding: 0;
}
#column-left .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle {
    margin-left: -6px;
    top: -5px;
}
.product-thumb{
    margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.product-thumb:hover{
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16); 
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}
.product-thumb .label {
    position: absolute;
    top: 20px;
    left: 0;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding: 0 10px;
    background: #FEBA00;
    font-weight: 400;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-thumb .item-sale.label {
    background: #EB4D4D;
    text-transform: uppercase;
}
.product-thumb .price-old {
    padding: 0 10px;
    position: relative;
    color: #B2B2B2;
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;

}
.product-thumb .price-old:before{
    content: '';
    width: 100%;
    height: 1px;
    background:#CC5252;
    position: absolute;
    top: 50%;
    left: 0;
}
.product-thumb .price {
    color: #152C67;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    display: table-cell;
    vertical-align: bottom;
    height: 42px;
}
.product-thumb .price-new {
    display: block;
}
.product-thumb .caption a {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #142A63;
}
.product-thumb .reviews {
    text-align: right;
    color: #949494;
    font-size: 10px;
}
.product-thumb .rating{
    margin-top: 0;
}
.product-thumb .caption,
.product-thumb .button-group {
    padding: 0 20px 23px;
}
.product-thumb .caption h4 {
    max-height: 70px;
    overflow: hidden;
}
.product-thumb .rating .fa {
    margin-right: 0;
    margin-left: 2px;
}
.product-thumb .button-group a, .button-group button {
    border: 1px solid #122559;
    border-radius: 3px;
    height: 32px;
    line-height: 30px;
    background: transparent;
    vertical-align: top;
    padding: 0 10px;
    font-size: 15px;
    color: #122559;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.product-thumb .button-group a svg {
    vertical-align: top;
    margin-top: 7px;
}
.product-thumb .button-group a:hover, 
.product-thumb .button-group button:hover{
    color: #fff;
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
}
.product-thumb .button-group a:hover svg path, 
.product-thumb .button-group button:hover svg path{
    fill: #fff;
}
.product-thumb .button-group a{
    width: 66%;
    float: left;
}
.product-thumb .button-group button{
    width: 30%;
    float: right;
}

.product-thumb .image {
    position: relative;
    padding: 0 20px;
}
.product-thumb .image a{
    display: block;
    font-size: 0;
}
.input-group-addon:first-child {
    background: transparent;
    border: none;
    color: #AEAEAE;
    font-size: 11px;
}
select#input-sort {
    background: transparent;
    height: 25px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 0 10px;
    color: #585858;
    font-size: 11px;
    font-weight: 600;
}
body[class^="product-category"] .btn-group>.btn{
    height: 25px;
    width: 33px;
    padding: 0;
    text-align: center;
    line-height: 25px;
}
body[class^="product-category"] .btn-group>.btn{
    border-color: #e6e6e600;
    color: #CECECE;
}
body[class^="product-category"] .btn-group>.btn:not(.active):hover{
    color: #162E6A;
}
body[class^="product-category"] .btn-group>.btn.active {
    background: #162E6A;
    color: #fff;
    border-color: #162E6A;
}
.category-banner {
    position: relative;
    padding-bottom: 19px;
    height: 210px; 
    background-position: center;
    background-size: cover;
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 17px rgb(0 0 0 / 50%);
    border-radius: 15px;
}
.category-banner img {
    position: relative;
    right: 0px;
    bottom: 12px;
}
/*.category-banner .absolute {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    }*/
    .category-banner .absolute .banner-title{
        font-weight: 600;
        color: #fff;
        font-size: 23px;
        text-shadow: 2px 2px 2px #444343;
        line-height: 28px;
        text-align: right;
        width: 58%;
        left: -10px;
        top: 2.5em;
    }
    @media (min-width: 768px){
        #column-left.col-sm-3 {
            width: 23%;
        } 
        #content.col-sm-9 {
            width: 77%;
            padding-left: 0;
        }
    }

    h2.products-list-title {
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 0;
    }
    h2.products-list-title span{    
        position: relative;
        display: inline-block;
        padding: 0 30px;
        max-width: 50%;
    }
    h2.products-list-title span:after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2976DB;
    }


    .sort-block >.form-control {
        background: transparent;
        padding: 0;
        position: relative;
    }
    .sort-block >.form-control:after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3.5px 0 3.5px;
        border-color: #000000 transparent transparent transparent;
        pointer-events: none;
        margin-right: 10px;
        margin-left: auto;
        margin-top: 10px;

    }
    .sort-block select{
      /* for Firefox */
      -moz-appearance: none;
      /* for Chrome */
      -webkit-appearance: none;
  }
  .sort-block select::-ms-expand {
    display: none;
}


/*SEARCH PAGE*/
.product-search .breadcrumb {
    padding: 16px 0 0;
}
.product-search .breadcrumb>li {
    line-height: 16px;
    color: #515151;
    font-weight: 400;
    font-size: 10px;
    text-transform: none;
}
.product-search .breadcrumb>li+li:before {
    color: #515151;
    padding: 0;
}
.product-search #content > .row {
    margin: 0 -5px;
}
.product-search #content > .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.product-search #content > .row.border-after,
.product-isearch #content > .row.border-after {
    margin-bottom: 30px;
    margin-top: 30px;
}
.product-search .search-title,
.product-isearch .search-title{
    font-size: 14px;
    position: relative;
    padding: 0 30px 10px;
    display: inline-block;
}
.product-search .search-title:after,
.product-isearch .search-title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2976DB;
}
body.product-search .partners-section .container{
    padding: 0;
    width: 100%;
}
body.product-search .partners-section{
    padding-top: 50px;
}
.product-search .not-found h3 {
    font-size: 18px;
    font-weight: 600;
}
.product-search .not-found p{
    font-size: 14px;
    color: #848484
    font-weight:600;
}
.product-search .not-found span{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}
.product-search h3.featured-title {
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 400;
    margin-top: 33px;
}
.product-search h3.featured-title span{
    position: relative;
    padding: 0 30px 10px;
    display: inline-block;
}
.product-search h3.featured-title span:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2976DB;
}

p.success{
    color: green;
    font-size: 14px;
}
body .pagination>li>a, 
body .pagination>li>span {
    border-color: transparent;
    border-radius: 0!important;
}

body .pagination>.active>a, 
body .pagination>.active>a:focus, 
body .pagination>.active>a:hover, 
body .pagination>.active>span, 
body .pagination>.active>span:focus, 
body .pagination>.active>span:hover {
    color: inherit;
    background-color: transparent;
    border-color: #D9D9D9;
}


.products-list-item .row.products{
    margin-left: -5px;
    margin-right: -5px;
}
.products-list-item .row.products .product-layout{
    padding-left: 5px;
    padding-right: 5px;
}


body[class^="product-product"] .btn-dark-blue{
    width: 110%;
    height: 50px;
    line-height: 50px;
}

#comment_form .form-control {
    border: 1px solid #707070;
    background: #fff;
    border-radius: 3px;
}



.product-360 #container.threesixty {
    max-width: 790px;
}
.product-360 #container.threesixty .threesixty_images:before {
    padding-top: 45%;
}

.product-360 #container.threesixty .threesixty_images img {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.iSearchBoxWrapper {
    position: static!important;
}
.iSearchBoxWrapper .iSearchBox {
    top: calc(100% + 55px);
    right: 15px;
}
#top .iSearchBox ul li.iSearchHeading {
    margin-left: 0;
    line-height: 1;
    color: #000;
}
#top .iSearchBox li{
    margin-left: 0;
}
#container.threesixty .nav_bar{
    z-index: 0!important;
}
#top .iSearchBox li img {
    padding: 0px 10px 0px 0;
}
#top .iSearchBox li .iSearchItem {
    margin-left: 90px;
}
#top .iSearchBox li h3 {
    width: 100%!important;
}

.modal-dialog.container {
    width: 100%;
}
.modal-content {
    padding: 31px 22px;
    border-radius: 0;
}
.modal-dialog button.close {
    color: #000;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 20px;
    font-weight: 300;
    z-index: 1;
    line-height: 18px;
}
#form-review,
.review-wrap {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    padding: 30px 20px;
}
#form-review h3,
.review-wrap h3 {
    margin: 0 0 37px;
    font-weight: 600;
}
table.rewiew-item {
    width: 100%;
    margin-bottom: 20px;
}
.review-wrap {
    min-height: 490px;
}
td.name strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}
td.date {
    font-size: 13px;
    color: #949494;
}
td.name,
td.date{
    padding-bottom: 10px;
}
td.date .rating .fa {
    width: 19px;
    height: 18px;
    font-size: 18px;
    line-height: 17px;
}
table.rewiew-item tr {
    border-bottom: 1px solid #CECECE;
}
table.rewiew-item p {
    margin: 14px 0 20px;
}
.rate-stars {
    display: inline-block;
    font-size: 17px;
}
.rate-stars .fa-star:before {
    color: #DBDBDB;
}
.rate-stars .star-change.fa-star:before,
.rate-stars .star-hover.fa-star:before{
    color: #FDB819;
}
body[class^="product-product"] #button-review {
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
#form-review .form-control {
    border: 1px solid #E6E6E6;
    background: #fff;
}


/*compare-page*/
.compare-table{
    margin-top: 30px;
    margin-bottom: 60px;
    table-layout: fixed;
}
@media(min-width: 801px){
  .compare-table th {
    display: none;
}  
}

.compare-table td {
    width: 33%;
    color: #1B1B51;
    text-align: center;
    background-color: #fff;
    padding: 12px 24px;
    border-right: 1px solid #D2D2D2;
}
.compare-table td:last-child{
    border-right: none;
}
.compare-table tbody tr td:first-of-type {
    text-align: left;
    font-weight: bold;
}
.compare-table tr:nth-child(odd) td{
    background-color: #F5F5F5;
}
.compare-table .img-thumbnail{
    border:none;
}
.compare-table tr:first-child td{
    padding-top: 0;
}
.compare-table .product-name{
    margin-top: 16px;
    margin-bottom: 4px;
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #142A63;
    text-align: center;
}
.compare-table input.btn-block {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );

    border-radius: 5px;
}
.compare-table a.btn.btn-danger {
    border: 1px solid #152D69;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #142961;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    text-align: center;
    padding: 0;
    height: 20px;
    line-height: 18px;
}
.compare-table td{
    position: relative;
}






/*АДАПТИВКА*/
@media(min-width: 768px) and (max-width: 992px){
    .rev_slider .slick-sprev {
        -webkit-transform: translate3d(-95%, 0, -150px);
        transform: translate3d(-95%, 0, -150px);
    }
    .rev_slider .slick-snext {
        -webkit-transform: translate3d(95%, 0, -150px);
        transform: translate3d(95%, 0, -150px);
    }
    .rev_slider .slick-list {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .rev_slider .slick-arrow {
        top: auto;
        bottom: 0px;
    }
    .rev_slider .slick-arrow.slick-next {
        right: 20%;
    }
    .rev_slider .slick-arrow.slick-prev {
        left: 20%;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .home-slider-section h2{
        margin-top: 150px;
    }
}
@media(max-width: 991px){
    body{
        font-size: 14px;
        line-height: 20px;
    }
    h1, h2, .h1, .h2 {
        font-size: 30px;
        line-height: 41px;
    }
    .h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .home-slider-section h2{
        position: static;
        font-size: 50px;
        line-height: 65px;
    }
    .rev_slider .slide_1_tactor img{
        max-width: 500px!important;
        margin-top: 70px!important;
        height: auto!important;
        width: 100%!important;
    }
    .rev_slider_wrapper h2.text-right{
        font-size: 50px!important;
        line-height: 65px;
    }
    #top {
        height: 60px;
        line-height: 58px;
    }
    #top .phone a {
        font-size: 16px;
    }    
    .info-bloks .blog_stats {
        font-size: 11px;
    }
    .blog_item .summary .blog_title {
        /*font-size: 20px;*/
    }
    .blog_item .summary p {
        font-size: 14px;
        line-height: 20px;
    }
    .item-img {
        height: 320px;
    }
    .banner h2 {
        margin: 0;
        font-size: 38px;
        line-height: 80px;
    }
    .banner a {
        width: 240px;
        height: 45px;
        line-height: 30px;
        font-size: 21px;
        margin-top: -45px;
    }
    .banner img {
        margin-top: -70px;
    }
    footer {
        font-size: 16px;
        line-height: 22px;
    }    
    .info-block {
        font-size: 18px;
        line-height: 24px;
    }
    #top #logo{
        width: 97px;
    }
    #top #logo img{
        width: 97px;
    }
    button.toggle-menu svg{
        width: 31px;
        height: 22px;
    }
    #top .phone svg, #top .search-toggle svg {
        width: 22px;
        height: 22px;
    }
    .tractor-section{
        padding-top: 65px;
    }
    .info-block.phones:before {
        width: 17px;
        height: 17px;
    }
    .info-block.mail:before {
        width: 20px;
        height: 13px;
    }
    .tractor-slider .content .title, .rev_slider .content .title {
        font-size: 20px;
        line-height: 27px;
    }
    .tractor-slider .slide .content, .rev_slider .rev_slide .content{
        margin-top: 0;
    }
    .slick-arrow {
        background-size: 15px 28px;
        background-position: center;
    }
    section.blog {
        padding-top: 70px;
    }
    section.blog h2 {
        margin-bottom: 35px;
    }
    .blog_stats {
        margin-top: 0px;
    }
    .blog-module .blog_item {
        margin-bottom: 38px;
    }
    .about-section {
        padding: 22px 0 0px;
    }
    section.partners-section{
        padding-bottom: 75px;
    }
    #search{
        width: 100%;
        left: 0;
        right: auto;
    }
    span.close.hidden-lg.hidden-md {
        opacity: 1;
        text-shadow: none;
        color: #fff;
        font-weight: 300;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
    }

    .menu-list {
        position: fixed;
        top: 0;
        left: -305px;
        background: rgba(0, 0, 0, 0.8);
        right: auto;
        bottom: 0;
        width: 300px;
        padding: 40px 30px 30px;
        overflow-y: auto;
        display: block;
        z-index: 999;
    }
    #top .menu-list li {
        display: block;
        margin: 0;
        line-height: 30px;
    }
    .lang-mob {
        padding: 15px 0 0;
        border-top: 0.5px solid rgba(255, 255, 255, 0.4);
        margin: 15px 0 0;
    }
    #top .menu-list .lang-mob li {
        display: inline-block;
    }
    #top .pull-left li {
        margin-right: 20px;
    }
    #top .menu-list .pull-left,
    #top .menu-list .pull-right {
        float: none!important;
    }
    #top .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    li.category ul.nav.navbar-nav{
        display: none;
        float: none;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
    li.category.active > span:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .banner .row {
        display: block;
    }
    #ukraine-map {
        margin-top: -80px;
    }

    .breadcrumb{
        display: none;
    }
    .product-isearch h1 {
        margin-top: 30px;
    }
    .breadcrumb-bg h1 {
        padding-bottom: 38px;
        padding-top: 77px;
    }
    .dealer-search-container {
        position: relative;
        height: auto;
        transform: translateX(0);
        left: 0;
    }
    div#dealer-search {
        width: 100%;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 34px;
        height: auto;
    }
    .buy-map{
        background:#fff;
    }
    #form-dealer-search{
        padding-top: 34px;
    }
    ul.search-results-list{
        margin: 0 -10px;
        height: auto!important;
        max-height: 490px;
    }
    li.result-item {
        width: 50%;
        float: left;
        border: none;
        padding: 0 10px;
        margin: 10px 0;
    }
    li.result-item>span {
        display: block;
        padding: 15px 55px 15px 55px;
        position: relative;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    }
    li.result-item .index{
        left: 15px;
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    li.result-item .name {
        font-size: 16px;
        line-height: 22px;
    }
    .services img {
        height: 16px;
    }
    .input-search .search-field input {
        font-size: 20px;
        height: auto;
    }
    .input-search .btn-search svg {
        width: 20px;
        height: 29px;
    }
    #form-dealer-search .input-search {
        /*padding: 9px 18px 10px;*/
    }
    /*.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools*/
    .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools{
        opacity: 1!important;
    }
    .information-contact h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .contact-info .info-block {
        font-size: 11px;
        line-height: 17px;
        padding-left: 40px;
    }
    .contact-info .info-block strong {
        font-size: 14px;
        line-height: 17px;
    }
    .information-contact p{
        font-size: 10px;
    }
    .information-contact .btn-dark-blue {
        width: 250px;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }
    .information-contact .form-wrap h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .form-control {
        height: 30px;
    }
    textarea.form-control {
        height: 108px;
    }
    .information-contact input.btn-dark-blue{
        font-size: 14px;
    }
    .form-wrap form p {
        font-size: 10px;
        line-height: 13px;
        margin: 4px 0 0;
    }

    .about-top-section {
        background-image: url(/catalog/view/theme/dtz-theme/image/about-bg-1.jpg);
    }
    .adv-1 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-1.1.png);    
    }
    .adv-2 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-2.1.png);    
    }
    .adv-3 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-3.1.png);    
    }
    .flip-card {
        height: 278px;
        /*width: 222px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
    }
    .flip-card-front img {
        margin-top: 14px;
        width: 69px;
    }
    .flip-card-front h3 {
        margin-top: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #162E6A;
        font-size: 16px;
    }
    .about-bottom-section .flip-card-back p {
        font-size: 9px;
        line-height: 13px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .about-bottom-section {
        /*overflow-x: hidden;*/
        /*margin-top: -84px;*/
    }
    .about-top-section .about-info p, .about-bottom-section p{
        line-height: 20px;
    }
    h2.advantages-title {
        font-size: 26px;
        line-height: 1;
    }
    .blog_item.video .image .item-img {
        height: 196px;
    }
    .blog_item .summary .blog_title {
        font-size: 17px;
    }
    .blog_item.video .summary .content span{
        font-size: 8px;
    }
    aside#column-left {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 8;
    }
    .products-list-item:first-child .category-banner{
       margin-top: 48px;
   }
   .category-banner{       
    margin-bottom: 30px;
    max-height: 100px;
}
.toggle-filters {
    color: #fff;
    background: #1e4290;
    background: -moz-linear-gradient(top, #1e4290 0%, #0e1a44 100%);
    background: -webkit-linear-gradient(top, #1e4290 0%,#0e1a44 100%);
    background: linear-gradient(to bottom, #1e4290 0%,#0e1a44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4290', endColorstr='#0e1a44',GradientType=0 );
    border-radius: 3px;
    width: 90px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}
.border-after h1:after{
    bottom: -12px;
}
.product-thumb .caption a{
    font-size: 13px;
}
.product-thumb .caption h4 {
    margin-bottom: 0;
}
.stock-status,
.product-thumb .reviews {
    font-size: 8px;
}
.product-thumb .rating .fa{
    margin-left: 0;
}
.product-thumb .price{
    font-size: 15px;
}
.product-thumb .button-group a, 
.button-group button {
    height: 29px;
    line-height: 26px;
    font-size: 13px;
}
.category-list h3{
    padding-top: 10px;
    color: #152D69;
}
.category-list h3:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0px;
    border-color: transparent #515151 transparent transparent;
    line-height: 0px;
    display: inline-block;
    margin-right: 5px;
}
.presentation-item p{
    font-size: 17px;
    line-height: 26px;
}
body[class^='product-category'] .border-after + .products-list-title {
    top: -5px;
}
.border-after span.title-subtitle {
    margin-left: 10px;
    padding: 0 30px;
    position: relative;
}
.border-after span.title-subtitle:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2976DB;
    z-index: 1;
}

.iSearchBoxWrapper .iSearchBox{
  right: auto;
  left: 0;
}

.links-list {
    margin-top: 20px;
    margin-bottom: 30px;
}
.links-list li{
    font-size: 10px;
}
body[class^="product-product"] h1 {
    font-size: 16px;
}
.rating a {
    font-size: 8px;
}
body[class^="product-product"] .price {
    margin-top: 27px;
}
body[class^="product-product"] .price li {
    font-size: 9px;
    line-height: 15px;
}
.price h2 {
    font-size: 22px;
    line-height: 25px;
}
body[class^="product-product"] label {
    font-size: 11px;
}
#product .radio input ~ img {
    width: 42px;
    height: 42px;
    padding: 1px;
}
#product .radio label:after{
    display: none;
}
body[class^="product-product"] .btn-dark-blue,
.btn-border {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 400;
}
body[class^="product-product"] .btn-dark-blue svg, .btn-border svg {
    width: 12px;
    vertical-align: middle;
    margin-top: -3px;
}
button.compare-btn{
    font-size: 10px;
    margin-top: 12px;
}
button.compare-btn svg {
    width: 20px;
}
.rating .fa {
    font-size: 12px;
    width: 8px;
    height: 8px;
    line-height: 8px;
}
body[class^="product-product"] .blog h2, 
.product-360 h2, 
.photo-block h2, 
h3.tab-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    margin-top: 45px;
}
table.attributes-table{
    font-size: 8px;
}
table.attributes-table td {
    padding: 3px 15px 3px;
}
#container.threesixty .threesixty_images{
    padding-bottom: 30px!important;
}
.product-360 #container.threesixty .threesixty_images:before {
    padding-top: 32%;
}
.product-360 #container.threesixty .threesixty_images img{
    max-width: 336px;
}
#container.threesixty .threesixty_images:after {
        /*width: 75%;
        left: 50%;
        margin-left: -37%;*/
        height: 100px;
    }
    body[class^="product-product"] section.blog {
        padding-top: 0;
    }
    ul.thumbnails.thumbnails-slider {
        margin: 0;
    }
    body[class^="product-product"] .blog_item.col-md-6 {
        width: 50%;
        float: left;
    }
    body[class^="product-product"] .item-img {
        height: 170px;
    }
    body[class^="product-product"] .blog_item .summary .blog_title {
        font-size: 11px;
    }
    body[class^="product-product"] .blog_item .summary p {
        font-size: 8px;
        line-height: 12px;
    }
    body[class^="product-product"] .info-bloks a {
        font-size: 11px;
        padding: 3px 40px 3px;
    }
    body[class^="product-product"] .info-bloks .blog_stats {
        font-size: 8px;
    }
    .nav>li>a>img {
        max-width: 100%;
    }
    .features-wrap ul.nav.nav-tabs li a span{
        font-size: 10px;
    }
    .features-wrap ul.nav.nav-tabs{
        padding-bottom: 10px;
    }
    .features-wrap,
    .tab-content p {
        font-size: 12px;
    }
    #form-review h3, .review-wrap h3 {
        margin: 0 0 20px;
        font-size: 16px;
    }
    #form-review, .review-wrap {
        box-shadow: none;
        padding: 0px;
    }
    #form-review {
        max-width: 300px;
        margin: 20px auto 0;
    }
    .review-wrap {
        min-height: auto;
    }
    td.name strong {
        font-size: 12px;
        line-height: 15px;
    }
    td.date {
        font-size: 10px;
    }
    td.date .rating .fa {
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
    }
    table.rewiew-item p {
        margin: 10px 0 15px;
    }
    .product-compare h1 {
        margin: 30px 0;
    }
    .compare-table td{
        padding: 5px 10px;
    }
    .compare-table input.btn-block,
    .compare-table a.btn.btn-danger{
        font-size: 14px;
    }
}

@media(max-width: 800px){
    th.st-head-row {
        font-size: 18px;
        color: #fff;
        background: #101f4e;
        padding: 10px;
    }
    .st-head-row.st-head-row-main {
        display: none;
    }
    .compare-table .img-thumbnail {
        width: 100px;
    }
    .st-val a.product-name {
        display: none;
    }

}

@media(max-width: 767px){

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

    footer{
        padding: 0;
    }
    footer {
        font-size: 12px;
    }
    #ukraine-map{
        margin: 0 auto;

    }
    .banner{
        text-align: center;
    }
    .banner a{
        margin-top: 20px;
    }
    .banner h2{
        text-align: center;
    }
    .home-slider-section .slide .row{
        margin:0;
        padding: 0 15px;
    }
    .info-block {
        font-size: 14px;
        line-height: 20px;
    }
    .category-item {
        margin-bottom: 10px;
    }
    .rev_slider .slick-arrow.slick-next {
        right: 0;
    }
    .rev_slider .slick-arrow.slick-prev {
        left: 0;
    }
    .rev_slider .slick-arrow {
        bottom: 20%;
    }
    .container{
        width: 100%;
    }
    .h3 {
        font-size: 18px;
        line-height: 24px;
    }
    footer .title + div {
        display: none;
        padding: 10px 30px 20px;
    }

    #top {
        height: 40px;
        line-height: 38px;
    } 
    #top #logo {
        width: 55px;
    }
    #top #logo img {
        width: 55px;
    }
    
    #top .phone a {
        font-size: 10px;
    }
    #top .phone svg{
        width: 11px;
        height: 11px;
    }
    #top .search-toggle svg {
        width: 16px;
        height: 16px;
    }
    button.toggle-menu svg {
        width: 20px;
        height: 14px;
    }
    #top .pull-left li {
        margin-right: 10px;
    }
    .tractor-section {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    section.blog {
        padding-top: 30px;
    }
    section.blog h2 {
        margin-bottom: 15px;
    }

    li.result-item .name {
        font-size: 10px;
        line-height: 14px;
    }
    li.result-item .index {
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .services img {
        height: 11px;
    }
    .input-search .search-field input {
        font-size: 12px;
    }
    .input-search .btn-search svg {
        width: 12px;
        height: 24px;
    }
    li.result-item {
        padding: 0 5px;
        margin: 5px 0;
    }
    ul.search-results-list {
        margin: 0 -5px;  
        height: auto!important;
        max-height: 490px;         
    }
    #form-dealer-search {
        padding-top: 15px;
    }
    div#dealer-search {
        padding-bottom: 15px;
    }
    .blog-blog .breadcrumb-bg{
        display: none;
    }
    .blog-blog #content h2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .blog-blog .main_description img {
        display: block;
        margin: 0 auto;
        max-height: 200px;
    }    
    .blog-blog .partners-section{
        display: none;
    }
    .blog-module.blog-category > ul > li{
        width: 100%;
        margin-bottom: 5px;
    }
    .blog-category .breadcrumb-bg, 
    .blog-home .breadcrumb-bg,
    body[class^="information-information"] .breadcrumb-bg,
    body[class^="information-contact"] .breadcrumb-bg,
    .service-bg.breadcrumb-bg{
        background: none!important;
    }
    .blog-category .breadcrumb-bg h1, 
    .blog-home .breadcrumb-bg h1,
    body[class^="information-information"] .breadcrumb-bg h1,
    body[class^="information-contact"] .breadcrumb-bg h1,
    .breadcrumb-bg h1 {
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        padding-bottom: 0;
        padding-top: 30px;
        font-weight: 600;
    }
    .service-container h2{
        margin-top: 0;
    }
    .information-wherebuy .breadcrumb-bg{
        display: none;
    }
    .information-about .breadcrumb-bg h1{
        margin-bottom: 22px;
        color: #fff;
    }
    .blog-module.blog-category {
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .presentations {
        padding-top: 15px;
    }
    /*.presentation-item p {
    font-size: 12px;
    line-height: 16px;
    }*/
    .information-contact h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 0;
    }
    .information-contact #content {
        margin-top: 14px;
        padding-bottom: 30px;
    }
    .flip-card{
        height: 220px;
        margin-bottom: 30px;
        max-width: 315px;
    }
    .flip-card-front img{
        margin: 0;
    }
    .adv-1 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-1.2.png);
    }
    .adv-2 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-2.2.png);
    }
    .adv-3 .flip-card-front:before {
        content: url(/catalog/view/theme/dtz-theme/image/adv-bg-3.2.png);
    }
    .about-top-section .about-info {
        padding: 15px 0;
    }
    .about-top-section .about-info p, .about-bottom-section p {
        font-size: 11px;
        line-height: 16px;
    }
    .about-bottom-section .flip-card-back p{
        margin-top: 5px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-top-section .about-info h2 {
        font-size: 20px;
        line-height: 27px;
    }
    h2.advantages-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 100px;
        margin-top: 25px;
    }
    .about-bottom-section {
        padding-bottom: 30px;
    }
    .blog.video-blog {
        margin-top: 15px;
    }
    .blog_item.video .summary .content {
        padding: 21px 10px 24px;
    }
    .border-after:before{
        /*display: none;*/
    }
    .border-after .col-sm-6{
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .border-after h1:after {
        bottom: -8px;
    }
    .product-thumb {
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    }
    .toggle-filters,
    .sort-prod .input-group{
        width: 100%;
    }
    select[name="category_id"] {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    body[class^='product-category'] .border-after + .products-list-title{
        display: none;
    }
    .border-after span.title-subtitle:after{
        bottom: -8px;
    }

    .border-after {
        position: relative;
        margin-bottom: 15px;
    }
    .category-banner{
        background-image: ;

    }
    .category-banner .absolute .banner-title{
        font-size: 16px;
        line-height: 18px;
    }
    .category-banner img{
        right: 0px;
    }
    .product-banner{
        display: none;
    }

    .links-list {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #container.threesixty .nav_bar{
        display: none;
    }
    body[class^="product-product"] .blog_item.col-md-6 {
        width: 100%;
    }
    .product-360 #container.threesixty .threesixty_images:before {
        padding-top: 37%;
    }
    .features-wrap li {
        width: 33.33%;
    }
    .features-wrap ul.nav.nav-tabs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-360 #container.threesixty .threesixty_images:before {
        padding-top: 230px;
    }
    div#product-360>.container,
    div#photo-block>.container {
        padding: 0;
    }
    .product-compare h1 {
        margin: 0;
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        padding-bottom: 0;
        padding-top: 30px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .rev_slider .slide_1_tactor img {
        max-width: 500px!important;
        margin-top: 100px!important;
        height: auto!important;
        width: 100%!important;
    }
    .rev_slider_wrapper h2.text-right {
        font-size: 27px!important;
        line-height: 34px!important;
        margin-top: -140px!important;
        width: 100%;
        text-align: center;
    }
    .rev_slider_wrapper .tp-caption.bignumbers_white {
        left: 20px!important;
        right: 20px!important;
    }
}



@media(max-width: 480px){
    .register-title {
        font-size: 16px;
    }
    body {
        font-size: 10px;
        line-height: 16px;
    }
    .info-btn {
        width: 130px;
        height: 26px;
        /*line-height: 26px;*/
        border: 1px solid;
        font-size: 12px;
    }
    .blog_item .summary > p {
        max-height: 26px;
        overflow: hidden;
    }
    section.partners-section {
        padding: 47px 0 15px;
    }
    .info-bloks {
        margin: 11px 0 5px;
    }
    .blog_item .summary .blog_title{
        margin-bottom: 5px;
    }
    .blog-module .blog_item {
        margin-bottom: 15px;
    }
    .blog_item.video .summary .blog_title {
        font-size: 17px;
        line-height: 23px;
    }
    .h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .about-section {
        padding: 4px 0 0px;
    }
    .tractor-slider .content .title, .rev_slider .content .title {
        font-size: 14px;
        line-height: 19px;
    }
    .tractor-slider .slide .content .price, .rev_slider .rev_slide .content .price {
        font-size: 14px;
        line-height: 16px;
    }
    .tractor-slider .content .link, .rev_slider .content .link {
        font-size: 10px;
        line-height: 14px;
    }
    .info-bloks .blog_stats>span:not(:last-child){
        display: none;
    }
    .info-bloks .blog_stats {
        font-size: 8px;
    }
    .info-bloks a {
        border: 1px solid #2B7DE8;
        font-size: 10px;
        width: 100px;
        height: 20px;
        line-height: 20px;
        padding: 0;
        text-align: center;
    }
    .blog_item .summary .blog_title {
        font-size: 11px;        
        line-height: 15px;
    }
    .blog_post .main_description p {
        font-size: 10px;
        line-height: 14px;
    }
    .blog-blog #content h3 {
        font-size: 12px;
        line-height: 17px;
        margin-left: 0!important;
        margin-top: 0;
    }
    .blog_post #comment_form .blog_comment {
        font-size: 10px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .blog_post #comment_form label {
        font-size: 11px;
    }
    .item-img {
        height: 170px;
    }
    .banner{
        text-align: center;
    }
    .banner h2 {
        font-size: 24px;
        line-height: 33px;
        text-align: center;
    }
    .blog_item .summary p {
        font-size: 10px;
        line-height: 12px;
    }
    .banner img {
        margin-top: 0;
    }
    .banner .text-right {
        text-align: center;
    }
    .banner a{
        margin-top: 20px;
    }
    .products-list-item .category-banner .col-xs-6.banner-title p{
        text-align: center;
    }
    .home-slider-section h2 {
        font-size: 27px;
        line-height: 34px;
        text-align: center;
    }
    h1, h2, .h1, .h2 {
        font-size: 24px;
        line-height: 33px;
    }
    footer {
        font-size: 10px;
    }
    .info-block {
        font-size: 10px;
        line-height: 14px;
        padding-left: 25px;
    }
    .info-block.phones:before {
        width: 10px;
        height: 10px;
    }
    .info-block.mail:before {
        width: 10px;
        height: 7px;
    }
    footer ul.socilas{
        text-align: center;
    }

    .presentations .col-xs-6 {
        width: 100%;
    }
    .information-wherebuy .breadcrumb-bg{
        display: none;
    }
    li.result-item>span {
        padding: 15px 15px 15px 40px;
    }
    li.result-item .index {
        left: 10px;
    }
    .buy-map #map {
        height: 600px;
        height: 71vh;
    }
    .information-contact p {
        font-size: 9px;
        margin-bottom: 15px;
    }
    .information-contact .btn-dark-blue{
        width: 100%;
    }
    .information-contact .form-wrap h2{
        margin-top: 15px;
    }
    .about-top-section {
        background-image: url(/catalog/view/theme/dtz-theme/image/about-bg-2.jpg);
    }
    .blog-category .breadcrumb-bg h1, 
    .blog-home .breadcrumb-bg h1, 
    body[class^="information-information"] .breadcrumb-bg h1, 
    body[class^="information-contact"] .breadcrumb-bg h1, 
    .breadcrumb-bg h1 {
        font-size: 20px;
    }
    .product-thumb .button-group a, .button-group button {
        height: 22px;
        line-height: 21px;
        font-size: 10px;
    }
    .product-thumb .button-group a svg{
        margin-top: 2px;
        width: 12px
    }
    .product-thumb .button-group button svg{
        margin-top: 3px;
        width: 13px;
    }
    .product-search h3.featured-title,
    .product-search .search-title{
        font-size: 12px;
    }
    .product-thumb .label {
        height: 15px;
        line-height: 15px;
        font-size: 7px;
    }
    .product-thumb .caption a {
        font-size: 10px;
    }
    .product-thumb .caption, .product-thumb .button-group {
        padding: 0px 15px 18px;
    }
    .stock-status, .product-thumb .reviews {
        font-size: 7px;
    }
    .product-thumb .rating .fa {
        font-size: 11px;
        width: 9px;
        height: 9px;
    }
    .product-thumb .price {
        font-size: 12px;
    }
    .product-thumb .price-old {
        font-size: 7px;
        line-height: 10px;
    }
    .contact-info {
        margin-bottom: 33px;
    }

    .information-contact h2 {
        margin-bottom: 12px;
    }
    .contact-info .info-block.address-1:before,
    .contact-info .info-block.work-time:before{
        width: 20px;
    }
    .contact-info .info-block.address-2:before,
    .contact-info .info-block.mail:before{
        width: 22px;
    }
    .information-contact label{
        /*font-size: 10px;*/
        margin-bottom: 0;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .border-after span.title-subtitle{
        font-size: 12px;
    }
    .products-list-item:first-child .category-banner {
        margin-top: 0;
        padding-top: 20px;
    }
    .products-list-item .category-banner .col-xs-6{
        width: 100%;
        text-align: center;
    }
    .category-banner img {
        max-width: 210px;
        /*right: 45px;*/
        margin-top: 46px;
    }
    .products-list-item .category-banner .col-xs-6.banner-title {
        top: 20px;
        position: absolute;
        right: 10px;
        left: auto;
    }
    .product-360 #container.threesixty .threesixty_images img {
        max-width: 240px;
    }
    .product-360 #container.threesixty .threesixty_images:before {
        padding-top: 180px;
    }
    body[class^="product-product"] .blog h2, 
    .product-360 h2, 
    .photo-block h2, 
    h3.tab-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
    }
    .links-list li {
        font-size: 9px;
    }
    .links-list li a {
        padding: 0 0px;
    }
    body[class^="product-product"] h1 {
        font-size: 18px;
    }
    .rating a {
        font-size: 9px;
    }
    body[class^="product-product"] .price li {
        font-size: 10px;
    }
    body[class^="product-product"] label {
        font-size: 10px;
        margin-bottom: 0;
    }
    body[class^="product-product"] .btn-dark-blue, .btn-border {
        height: 33px;
        line-height: 33px;
        width: 135%;
    }
    table.attributes-table td {
        padding: 0px 10px 0px;
    }
    body[class^="product-product"] .info-bloks a {
        font-size: 10px;
        padding: 0;
    }
    body[class^="product-product"] .blog_item .summary p {
        font-size: 10px;
        line-height: 12px;
        color: #737373;
    }
    body[class^="product-product"] .blog_item .summary .blog_title {
        margin-bottom: 5px;
    }
    .features-wrap li {
        width: 100%;
    }
    .features-wrap .nav-tabs>li>a {
        padding-left: 0;
        padding-right: 0;
    }
    .features-wrap ul.nav.nav-tabs li a span {
        font-size: 16px;
        line-height: 30px;
    }
    .features-wrap, .tab-content p {
        font-size: 11px;
    }
    body[class^="product-product"] .price {
        margin-top: 20px;
    }
    .product-compare h1{
        font-size: 20px;
    }
    th.st-head-row {
        font-size: 14px;
    }
    .compare-table .product-name {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 16px;

        display: none;
    }
    .compare-table tbody tr td.st-key a {
        display: block;
    }
    .compare-table tbody tr td.st-key, 
    .compare-table tbody tr td.st-key a {
        font-size: 12px;
        margin: 0;
    }
}

@media(max-width: 390px){
    .category-banner img {
        max-width: 100%;
        right: 0px;
        margin-top: 0px;
    }
}
@media(max-width: 370px){
    #cart-total, #compare-total {
        font-size: 8px;
        line-height: 12px;
        width: 12px;
        height: 12px;
        top: -3px;
        right: -5px;
    }
    #cart svg, .compare-btn svg {
        width: 21px;
        height: 17px;
    }
    #top #top-links.pull-right li {
        margin-left: 10px;
    }
    .mob-phone svg {
        width: 17px;
        height: 17px;
    }
    li.mob-phone {
        padding-right: 0;
    }
}
/**
* For checkout/checkout and checkout/cart
*/
.breadcrumb.checkout{
    padding: 70px 15px 16px 0;
}
.breadcrumb.checkout > li{
    color: #ccc;
}
.breadcrumb.checkout>li+li:before{
    color: #ccc;
}
/**
* Service page
*/
.service-container{
    margin: 20px auto 0;
}
.service-container h2,
.register-title{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 18px;
}
.register-title{
    font-size: 20px;
    font-weight: 400;
}
.service-container label.control-label.checkbox{
    font-size: 11px;
}
.service-container p{
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    line-height: 1.35;
    font-family: inherit;
    margin: 0 0 10px;
}
.service-container form{
    max-width: 710px;
    margin: 0 auto;
}
.service-container input,
.service-container textarea{
    height: 40px;
    border: 1px solid #707070;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    line-height: 1.35;
    font-family: inherit;
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #fff;
}
.service-container textarea{
    max-width: 100%;
    height: 120px;
}
.service-container form p{
    font-size: 11px;
    font-weight: 400;
    color: #515151;
    line-height: 1.35;
    font-family: inherit;
    margin: 0 0 15px;
}
.service-container form > p{
    text-align: center;
}
.service-container form > p.success,
.form-wrap form p.success{
    border: 2px solid green;
    font-size: 14px;
}
.service-container .btn-submit{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    font-family: inherit;
    text-transform: uppercase;
    background-color: #1B3A81;
    border-color: #1B3A81;
    display: table;
    margin: 5px auto 20px;
    padding: 10px 40px; 
}
.service-container p.contact-text{
    text-align: center;
    margin: 15px 0 30px;
}
.service-container p.contact-text b{
    font-size: 20px;
    font-weight: 400 !important;
    color: #000;
    line-height: 1.35;
    text-align: center;
    font-family: inherit;
}
@media screen and (max-width: 767px){
    .service-container form .col-xs-12{
        padding: 0;
    }
}

.slick-arrow.slick-disabled{
    display: none!important;
}

.info-footer .location{
    margin-right: 15px;
    border-bottom: 1px dashed #1e4290;
    color: #000;
    font-weight: 500;
        font-family: 'Open Sans', sans-serif;
}

.info-footer .location:hover{
    border-color: transparent;
}

.flex-wrap{
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 650px){
    .info-footer .location{
        font-size: 9px;
        margin-right: 0;
        margin-top: 5px;
    }
}







.rev_slider.tractor-slider-new img{
    max-width: 100% !important;
}
.tp-bgimg.defaultimg{
  background-size: cover !important;
}
.tp-simpleresponsive >ul li{
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px){
    .tp-simpleresponsive ul, .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner, .tp-bgimg.defaultimg, .tp-simpleresponsive >ul li, .slotholder, .tp-caption {
        height: 500px!important;
        max-height: 500px!important;
    }
}
@media (max-width: 1050px){
    .tp-simpleresponsive ul, .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner, .tp-bgimg.defaultimg, .tp-simpleresponsive >ul li, .slotholder, .tp-caption {
        height: 460px!important;
        max-height: 460px!important;
    }
}
@media (max-width: 991px){
    .tp-simpleresponsive ul, .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner, .tp-bgimg.defaultimg, .tp-simpleresponsive >ul li, .slotholder, .tp-caption {
        height: 420px!important;
        max-height: 420px!important;
    }
}
@media (max-width: 800px){
    .tp-simpleresponsive ul, .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner, .tp-bgimg.defaultimg, .tp-simpleresponsive >ul li, .slotholder, .tp-caption {
        height: 355px!important;
        max-height: 355px!important;
    }
}
@media (max-width: 576px){
    .tp-simpleresponsive ul, .fullwidthbanner-container, .fullwidthbanner-container .fullwidthabanner, .tp-bgimg.defaultimg, .tp-simpleresponsive >ul li, .slotholder, .tp-caption {
        height: 215px!important;
        max-height: 247px!important;
    }
}

/************************
Designed by Sergey V.
************************/
/* General */
body {
	color: #2e2e2e;
	font-size: 13px;
	line-height: 23px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 2px 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 25px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 33px;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
	line-height:28px;
}
a{
	text-decoration: none;
	color: #122559;
}
a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
	color: #999;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}
/* Text color classes */
.white {
  color: #ffffff !important;
}
.grey {
  color: #eeeeee !important;
}
.black {
  color: #555555 !important;
}
.red {
  color: #f75353 !important;
}
.green {
  color: #51d466 !important;
}
.lblue {
  color: #32c8de !important;
}
.blue {
  color: #609cec !important;
}
.orange {
  color: #f78153 !important;
}
.yellow {
  color: #fcd419 !important;
}
.purple {
  color: #cb79e6 !important;
}
.rose {
  color: #ff61e7 !important;
}
.brown {
  color: #d08166 !important;
}
/* Background color classes */
.bg-white {
  background-color: #ffffff !important;
}
.bg-grey {
  background-color: #eeeeee !important;
}
.bg-black {
  background-color: #555555 !important;
}
.bg-red {
  background-color: #f7535300 !important;
}
.bg-green {
  background-color: #51d46600 !important;
}
.bg-lblue {
  background-color: #32c8de00 !important;
}
.bg-blue {
  background-color: #609cec00 !important;
}
.bg-orange {
  background-color: #f7815300 !important;
}
.bg-yellow {
  background-color: #fcd41900 !important;
}
.bg-purple {
  background-color: #cb79e600 !important;
}
.bg-rose {
  background-color: #ff61e700 !important;
}
.bg-brown {
  background-color: #d0816600 !important;
}
/* New plate for category 2022 */
.ui-item-power {
    display:flex;
   justify-content:space-between;
   align-items: center;
}

.btn-power {
margin-top:5px;
}

.ui-details-power {
   text-align: center;
}

.ui-x .ui-item-power {
   max-width: 360px;
   height: 100px;
   margin: 15px auto;
   padding: 15px;
   border-radius: 20px;
   border-width: 1px;
   background-color: #fefefe;
   box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}
.ui-x .ui-item-power a.ui-img {
   display: block;
   float: left;
   border-radius: 4px;
   text-align: center;
   max-width:50px;
}

/* Border color classes */
.br-white {
  border: 1px solid #ffffff !important;
}
.br-grey {
  border: 1px solid #eeeeee;
}
.br-black {
  border: 1px solid #555555;
}
.br-red {
  border: 1px solid #bdbdbd;
}
.br-green {
  border: 1px solid #51d466;
}
.br-lblue {
  border: 1px solid #32c8de;
}
.br-blue {
  border: 1px solid #609cec;
}
.br-orange {
  border: 1px solid #f78153;
}
.br-yellow {
  border: 1px solid #fcd419;
}
.br-purple {
  border: 1px solid #cb79e6;
}
.br-rose {
  border: 1px solid #ff61e7;
}
.br-brown {
  border: 1px solid #d08166;
}
/* Button classes */
.btn {
	border-radius: 2px;
	position: relative;
}
.btn.btn-no-border {
	border: 0px !important;
}
/* Button colors */
.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}
.btn.btn-red {
	color: #ffffff;
	background: #122559;
	border: 1px solid #122559;
	border-radius: 5px;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
	color: #ffffff;
	background: #385dc1;
	border:1px solid #385dc1;
}
.btn.btn-green {
	color: #ffffff;
	background: #51d466;
	border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #30c247;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #ffffff;
	background: #32c8de;
	border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #1faabe;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #609cec;
	border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #3280e7;
	color: #ffffff;
}
.btn.btn-orange {
	color: #ffffff;
	background: #f8a841;
	border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
	background: #f69110;
	color: #ffffff;
}
.btn.btn-yellow {
	background: #fcd419;
	color: #ffffff;
	border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
	background: #dfb803;
	color: #ffffff;
}
.btn.btn-purple {
	background: #cb79e6;
	color: #ffffff;
	border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
	background: #ba4ede;
	color: #ffffff;
}
.btn.btn-rose {
	background: #ff61e7;
	color: #ffffff;
	border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
	background: #ff2edf;
	color: #ffffff;
}
.btn.btn-brown {
	background: #d08166;
	color: #ffffff;
	border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
	background: #c4613f;
	color: #ffffff;
}
/* Label */
.label {
	border-radius: 2px;
	font-weight: normal;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 18px;
}
/* Label sizes */
.label.label-xs {
	font-size: 10px;
	padding: 1px 5px;
	line-height: 12px;
}
.label.label-sm {
	font-size: 11px;
	padding: 2px 6px;
	line-height: 15px;
}
.label.label-lg {
	font-size: 13px;
	padding: 5px 9px;
	line-height: 23px;
}
/* Label colors */
.label.label-white{
	color: #666666 !important;
	background: #f7f7f7;
}
.label.label-grey {
	color: #666666 !important;
	background: #eeeeee;
}
.label.label-black {
	color: #ffffff;
	background: #666666;
}
.label.label-red {
	color: #ffffff;
	background: #ed5441;
}
.label.label-green {
	color: #ffffff;
	background: #51d466;
}
.label.label-lblue {
	color: #ffffff;
	background: #32c8de;
}
.label.label-blue {
	color: #ffffff;
	background: #609cec;
}
.label.label-orange {
	color: #ffffff;
	background: #f8a841;
}
.label.label-yellow {
	background: #fcd419;
	color: #ffffff;
}
.label.label-purple {
	background: #cb79e6;
	color: #ffffff;
}
.label.label-rose {
	background: #ff61e7;
	color: #ffffff;
}
.label.label-brown {
	background: #d08166;
	color: #ffffff;
}
/* Badges */
.badge {
	min-width: 10px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}
.badge.badge-grey {
	color: #a2a2a2;
	background: #eeeeee;
}
.badge.badge-black {
	color: #ffffff;
	background: #666666;
}
.badge.badge-red {
	color: #ffffff;
	background: #ed5441;
}
.badge.badge-green {
	color: #ffffff;
	background: #51d466;
}
.badge.badge-lblue {
	color: #ffffff;
	background: #32c8de;
}
.badge.badge-blue {
	color: #ffffff;
	background: #609cec;
}
.badge.badge-orange {
	color: #ffffff;
	background: #f8a841;
}
.badge.badge-yellow {
	color: #ffffff;
	background: #fcd419;
}
.badge.badge-purple {
	color: #ffffff;
	background: #cb79e6;
}
.badge.badge-rose {
	color: #ffffff;
	background: #ff61e7;
}
.badge.badge-brown {
	color: #ffffff;
	background: #d08166;
}
.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}

/* UI - X */
.ui-x{
	margin: 0px 0px 20px;
}
/* Column Mobile */
@media(max-width: 650px){
	.ui-x .col-mob{
		width: 100%;
		margin-left: 10px;
	}
	.ui-x .ui-item .ui-details p {
    text-align: center;
}
}
/* Item */
.ui-x .ui-item{
	max-width: 360px;
	margin: 15px auto;
	padding: 15px;
	border-radius: 20px;
	border-width:1px;
	background-color: #fefefe;
	box-shadow:0px 0px 15px rgba(0 0 0 / 40%);
}

.ui-x .ui-item:hover {
    box-shadow:0px 0px 15px rgb(0 32 103);
} 
/* Image */
.ui-x .ui-item a.ui-img{
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 4px;
}
@media(max-width: 1200px) and (min-width: 650px){
	.ui-x .ui-item  a.ui-img{
		float: none;
		margin: 0px auto 16px;
	}
}
@media(max-width: 400px){
	.ui-x .ui-item  a.ui-img{
		float: none;
		margin: 0px auto 16px;
	}
}
/* Image */
.ui-x .ui-item a.ui-img > span{
	display: block;
	width: 130px;
	height: 130px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	margin: 0px auto;
	padding: 0px;
	margin-top:10px;
}
/* Details */
.ui-x .ui-item .ui-details{
	margin-left: 140px;
}
@media(max-width: 1200px) and (min-width: 650px){
	.ui-x .ui-item  .ui-details{
		margin-left: 0px;
		text-align: center;
	}
}
@media(max-width: 400px){
	.ui-x .ui-item  .ui-details{
		margin-left: 0px;
		text-align: center;
	}
}
/* Heading */
.ui-x .ui-item .ui-details h3{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
/* Paragraph */
.ui-x .ui-item .ui-details p{
	font-size: 13px;
    line-height: 20px;
    color: #616161;
    padding: 7px 0px;
}
/* Button */
.ui-x .ui-item .ui-details a.btn{
	margin: 3px 0px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 95%;
}


    .rich-content-tr, .rich-content-tr-rev {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-bottom:20px;
    }

    .rich-tr-item-txt p {
        padding: 0% 0% 0% 10%;
    }

    .rich-tr-item-txt-rev p {
        padding: 0% 10% 0% 0%;
    }

    .rich-content-tr-rev {
        flex-direction: row-reverse;
    }

    .rich-content-tr-zg {
        text-align: center;
        margin: 20px 0px;
    }

    @media screen and (max-width: 992px) {

   .rich-content-tr, .rich-content-tr-rev {
    flex-direction: column;
   }
   .rich-tr-item-img img {
    text-align: center;
   }

   .rich-tr-item-txt p, .rich-tr-item-txt-rev p {
        padding: 0%;
    }
}


.flexrow {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}
.flexrow p {
    text-align: left;

} 
@media screen and (max-width: 992px) {

   .flexrow {
        flex-direction: column;
   }
   .flexrow p {
    font-size: 16px;
    text-align: center;
    padding: 2% 0%;
    }
}

@media (max-width: 768px) {
    .slick-dots {
        display: none !important; /* Скрывает точки навигации на мобильных устройствах */
    }
}
@media (max-width: 992px) {
    .slick-dots {
        display: none !important; /* Скрывает точки навигации на экранах до 992px */
    }
}

.prod-nav-slider {
    width: 70px;
    float: left;
    margin-top: 40px;
    padding: 50px 0;
}
.prod-main-slider {
    margin-left: 90px;
    margin-bottom: 0;
    margin-top: 20px;
}
.prod-nav-slider .slick-list {
    padding: 0!important;
}
.slick-vertical button.slick-prev.slick-arrow {
    top: 0;
    margin-top: 0;
    left: 55%;
    margin-left: -17px;
    transform: rotate(90deg);
}
.slick-vertical .slick-arrow.slick-next{
    right: 60%;
    margin-top: 0;
    margin-right: -17px;
    transform: rotate(90deg);
    bottom: 0;
    top: auto;
}
li.image-additional a {
    background-size: 30px!important;
    display: block;
}
.prod-main-slider li.image-additional a{
    /*background:none!important;*/
}
.prod-nav-slider .thumbnail {
    margin-bottom: 0;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}
.prod-nav-slider .slick-slide.slick-current {
    border-color: #fd0;
}

.prod-nav-slider .slick-arrow {
    border-color: #8d8d8d;
}

.prod-nav-slider .slick-arrow.slick-prev:before {
    border-color: transparent #8d8d8d transparent transparent;
}

.prod-nav-slider .slick-arrow.slick-next:before {
    border-color: transparent transparent transparent #8d8d8d;
}



.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1000;
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(45px);
    z-index: 999;
    display: none;
}

.popup input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup button {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.popup button:hover {
    background-color: #003d80;
}

.info-item-top {
    background-color: white;
    padding: 3px;
    text-align: center;
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.15);
    width: 20%;
    margin: 0 35px;
    border: 2px solid #305d98;
    position: relative;
    transition: transform 0.2s;
}

.info-item-top:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.2);
}

.info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 3px;
    text-align: center;
    border-radius: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.15);
    width: 25%;
    margin: 0 35px;
    border: 2px solid #305d98;
    position: relative;
    transition: transform 0.2s;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.2);
}

.info-icon {
    width: 55px;
    height: 55px;
    background-color: white;
    border: 2px solid #305d98;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: -43px;
}

.info-icon-top {
    width: 45px;
    height: 45px;
    background-color: white;
    border: 2px solid #305d98;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    left: -30px;
}

.info-icon img {
    /*//width: 50px;*/
    height: auto;
}

.info-title-top {
    font-size: 14px;
    font-weight: 600;
    color: #3c69a9;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.info-title {
    font-size: 14px;
    font-weight: 600;
    color: #3c69a9;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
/*.info-row-top {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    margin-bottom: 35px;*/
/*    margin-left: 50px;*/
/*    margin-right: 50px;*/
/*    margin-top: 30px;*/
/*}*/

.info-row-bottom {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.info-row-container {
    position: relative;
    margin-bottom: 50px;
}

.info-row-top {
        display: flex;
    justify-content: space-around; /* Равномерное распределение блоков */
    align-items: center; /* Вертикальное выравнивание по центру */
    flex-wrap: wrap; /* Перенос блоков, если они не умещаются */
      margin-bottom: 35px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
}
.info-row-bottom {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.popup-td {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: linear-gradient(135deg, #0056b3, #003d80);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    max-width: 90%;
    width: 400px;
    color: #fff;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #dedede;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-popup:hover {
    color: #ffa500;
}

.popup-overlay-td {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон для затемнения */
    backdrop-filter: blur(45px); /* Эффект размытия */
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.popup-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
}

.popup-from-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
}

.popup-td label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
}

.popup-td input {
    color: #000;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.popup-td button {
    background-color: #ffd700;
    color: #003d80;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    transition: background-color 0.3s, transform 0.3s;
}

.popup-td button:hover {
    background-color: #ffa500;
    transform: scale(1.05);
}

.popup-td button:active {
    transform: scale(0.98);
}
.callback-button {
    position: fixed;
    bottom: 140px;
    right: 50px;
    background-color: #00aeef;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulsate 1.5s infinite;
}

@keyframes pulsate {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.callback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(45px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.callback-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: linear-gradient(135deg, #0056b3, #003d80);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    max-width: 90%;
    width: 400px;
    color: #fff;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.popup-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
}

.popup-from-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}
.callback-popup h1.popup-title {
    color: #ffffff !important;
}

.callback-popup label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

.callback-popup input {
    color: #000;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.callback-popup button {
    background-color: #ffd700;
    color: #003d80;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    transition: background-color 0.3s, transform 0.3s;
}

.callback-popup button:hover {
    background-color: #ffa500;
    transform: scale(1.05);
}

.callback-popup button:active {
    transform: scale(0.98);
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
}

.callback-button svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .callback-button svg {
        width: 21px;
        height: 21px;
    }
    .callback-button {
        display: block !important;
    }
}


#notify-discount-button {
    width: 40%;
    font-weight: 600;
    font-size: 9px;
    margin-top: 10px;
    margin-left: 13px;
}
@media screen and (max-width: 992px) {

   .info-row-top {
        display: block;
   }
   .info-item-top  {
        width: 100%;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .info-row-bottom {
        display: block;
    }
    .info-item {
        width: 80%;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
    }
    .info-icon-top {
        top: 5px;
        left: -30px;
    }
    .info-icon {
        top: 5px;
        left: -30px;
    }
    .btn-dark-blue {
        width: 150%;
    }
    /*.product-testdrive {*/
    /*    margin-top: 65px;*/
    /*}*/
    #notify-discount-button {
        line-height: 1.2;
    }
    .popup-td {
        width: 85%;
    }
    .popup {
        width: 85%;
    }
}


.adv-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 13px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #305d98; /* стиль рамки */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.15);
    width: 24%;
    margin: 10px 20px;
    transition: transform 0.2s;
}

.adv-item:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.2);
}

.adv-icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: 3px solid #305d98;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv-icon img {
    width: 30px;
    height: auto;
}

.adv-title {
    font-size: 12px;
    font-weight: bold;
    color: #3c69a9;
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.adv-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap; 
}

.adv-row-container {
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) { 
    .adv-item {
        width: 80%;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
    }
}
.modern-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #1e293b;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.modern-card {
    cursor: pointer;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.modern-card-content {
    text-align: center;
}

.modern-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 10px;
}

.modern-card-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.modern-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2e5b93, #5586ca);
    transition: width 0.3s ease;
}

.modern-card:hover::before {
    width: 100%;
}
