body, html {
    color: #3b3b3b;
    font: 14px/18px'Open Sans', Arial, Helvetica, sans-serif;
    height: 100%;
    position: relative;
}
a {
    color: #4495e1;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 17px 0;
}
hr {
    border: 0;
    border-bottom: 3px dotted #e8e8e8;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: transparent;
    margin: 39px 0;
}
#wrapper {
    min-height: 100%;
}
h1 {
    color: #ed1651;
    font-size: 28px;
    font-weight: normal;
    margin: 25px 0;
    line-height: 38px;;
}
/*COMMON*/
 .btn-submit {
    background-color: #ed1651;
    border: 1px solid #cc1044;
    box-shadow: inset 0 2px 0 #b9113f;
    color:#fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 188px;
}
 .btn-submit.green {
    background-color: #a6ce39;
    border: 1px solid #99bf30;
    box-shadow: inset 0 2px 0 #82a12c;
    color:#fff;
}
.btn-submit:hover {
    text-decoration:underline;
}
.btn-cancel {
    background-color: #6b6b6b;
    border: 1px solid #535353;
    box-shadow: inset 0 2px 0 #545454;
    -webkit-box-shadow: inset 0 2px 0 #545454;
    color:#fff;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    width: 188px;
    vertical-align: top;
    display: inline-block;
}
.btn-cancel:hover {
    text-decoration:underline;
}
.btn-green {
    background-color: #a6ce39;
    border: 1px solid #546f0a;
    box-shadow: inset 0 2px 0 #82a12c;
    -webkit-box-shadow: inset 0 2px 0 #82a12c;
    color:#fff;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    width: 188px;
    vertical-align: top;
    display: inline-block;
}
.btn-green:hover {
    text-decoration:underline;
}
.btn-sm {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 17px;
    width: auto;
}
/*NAVBAR*/
.navbar{
    background-color:#222;
    color:#fff;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:99
}
.navbar__container{
    display:flex;
    flex-wrap: wrap;
    line-height:50px
}
.navbar__inline{
    display:inline-block;
    margin-right:45px;
    position:relative
}
.navbar__inline:after{
    background-color:hsla(0,0%,100%,.15);
    content:"";
    display:block;
    height:15px;
    margin-top:-8px;
    position:absolute;
    right:-25px;
    top:50%;
    width:1px
}
.navbar__inline:first-child{
    margin-right:0
}
.navbar__inline:first-child:after{
    display:none
}
.navbar__logo{
    background:url(../images/logomini.svg) no-repeat;
    height:32px;
    margin:9px 0;
    opacity:0;
    transition:margin-right .3s ease-in,opacity 1s ease-in-out;
    width:0
}
.navbar__geo{
    padding-left:25px;
    position:relative;
}
.navbar__geo .geo_placemark{
    background:url(../images/geoplacemark.svg) no-repeat;
    display:block;
    height:18px;
    left:3px;
    margin-top:-9px;
    position:absolute;
    top:50%;
    width:12px
}
.navbar__phone{
    position:relative;
    padding-left:30px;
    font-weight:600;
    font-size:16px;
}
.navbar__phone .phone_placemark{
    background:url(../images/phone.svg) no-repeat;
    display:block;
    height:16px;
    left:0;
    margin-top:-8px;
    position:absolute;
    top:50%;
    width:16px
}
.phoneplacemark__phone{
    display:inline-block
}
.phoneplacemark__phone a{
    color:#fff;
    text-decoration:none;
}
.navbar__phone .phone_desktop {
   display: inline;
}
.navbar__phone .phone_mobile {
   display: none;
}
.navbar__mobile_box{
    flex-grow:1;
    margin-right:0
}
.navbar__mobile_box:after{
    display:none
}
.navbar__mobile_menu{
    display:flex
}
.navbar__messwidgets{
    margin-top: 10px;
    margin-left: 30px;
}
.navbar__feedback{
    margin-right:auto
}
.feedback_text {
    font-weight:600
}
.feedback_text a,
.feedback_text a:hover {
    text-decoration: none;
    color: #b0cb1f;
}
.navbar__cabinet a{
    text-decoration:none
}
.cabinet_ico{
    background:url(../images/cabinet.svg) no-repeat;
    display:inline-block;
    height:16px;
    left:-5px;
    position:relative;
    top:2px;
    width:16px
}
.cabinet_link{
    color:#fff;
    display:inline-block
}
.new-site-btn{
    background: #3F3F3F;
    padding: 0 1em;
}
.new-site-btn a{
    text-decoration: none;
    color: #FFFFFF;
}
.new-site-btn.mobile {
    display: none;
}
.navbar__mobile_box--open .new-site-btn{
    width: 100%;
    background: hsla(0,0%,100%,.25) !important;
    padding: 0;
    margin-bottom: 10px;
}
.navbar__mobile_box--open .new-site-btn a{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 4px 16px;
}
.navbar__mobile_box--open .new-site-btn a img{
    display: inline-block;
    height: 16px;
    left: -5px;
    position: relative;
    top: 2px;
    width: 16px;
}
.navbar__search{
    display: flex;
    flex-grow: 1;
    margin-left:25px;
}
.site_search{
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site_search input{
    border:none;
    box-sizing:border-box;
    height:32px;
    padding:0;
    position:relative;
    top:-2px;
    transition:padding .3s ease-in,width .5s ease-in-out;
    width: 0;
    color: #3b3b3b;
    max-width: 245px;
}
.site_search .site_search--open{
    padding:0 10px;
    width: 100%;
    max-width: 255px;
    margin-left: 10px;
}
.search_ico{
    background:url(../images/search.svg) no-repeat;
    cursor:pointer;
    display:inline-block;
    height:16px;
    position:relative;
    right:-10px;
    width:16px;
    flex-shrink: 0;
}
.navbar__lang .popup img {
    display:block;
    float:left;
    margin:2px 12px 0 -7px;
}
.navbar__lang .popup-holder {
    position: relative;
    width: 23px;
    z-index: 9;
    /*padding: 17px 0 18px;*/
    display: inline-block;
    vertical-align: middle;
}
.navbar__lang .popup {
    width: 181px;
    text-align: left;
}
.navbar__lang .popup:before, .navbar__lang .popup:after {
    left: 169px;
}
.navbar__lang .popup li:hover > a, .navbar__lang .popup li.active > a {
    background:url(../images/active.jpg) no-repeat 151px 18px;
}
.box_ham_menu{
    display:none
}

/*Feedback (header)*/

.feedback {    
    float: left;
    letter-spacing: -0.3px;
    padding: 13px 15px 9px 13px;    
}
.personal_account_link {
    background: #3f3f3f;
    float: left;
    letter-spacing: -0.3px;
    padding: 13px 0px 9px 0px;
    
}
/*MAIN HEADER*/
.main-header{
    padding: 75px 0 40px;
}
.main-navigation{
    align-items:center;
    display:flex;
    flex-direction:row;
    height:45px;
    margin:0 0 35px
}
.logo{
    height:45px;
    width:203px;
    text-indent:-9999px;
    background-size: 100% auto !important;
}
.logo_de{
    background:url(../images/logo_de.png) no-repeat;
}
.logo_en{
    background:url(../images/logo.png) no-repeat;
}
.logo_ru {
    background:url(../images/logo_ru.png) no-repeat;
    /*height:75px;*/
    margin: 0 10px 0 -65px;
    /*width:330px;*/
}
.logo_ny_de{
    float:left;
    background:url(../images/ny/logo_de.jpg) no-repeat;
    height:76px;
    width:265px;
    text-indent:-9999px;
    margin:0;
    position: relative;
    top:-19px;
}
.logo_ny_en{
    float:left;
    background:url(../images/ny/logo_en.jpg) no-repeat;
    height:76px;
    width:265px;
    text-indent:-9999px;
    margin:0;
    position: relative;
    top:-19px;
}
.logo_ny {
    float:left;
    background:url(../images/ny/logo.jpg) no-repeat;
    height:76px;
    width:265px;
    text-indent:-9999px;
    margin:0;
    position: relative;
    top:-19px;
}
.logo a, .logo_en a {
    display:block;
    height:100%;
}
/*MAIN MENU*/
.main-menu{
    display:flex;
    flex-grow:1;
    justify-content:space-between;
    margin: 4px 0 0 15px;
    padding: 0;
    list-style: none;
}
.main-menu li{
    position: relative;
    margin: 0;
    padding: 0;
}
.main-menu__item{
    color:#222;
    display: inline-block;
    font-size:16px;
    font-weight:600;
    line-height: 45px;
    position:relative;
    text-decoration:none
}
.main-menu__item:hover{
    color:#ed1651
}
.main-menu__item.active{
    color:#222
}
.main-menu__item.active:after{
    background-color:#ed1651;
    bottom: 5px;
    content:"";
    height:2px;
    left:0;
    position:absolute;
    width:100%
}
.main-menu__sub-level{
    display:none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    /*left: -9999px;*/
    left: 0;
    list-style: none;
    min-width: 330px;
    padding: 0;
    position: absolute;
    /*top: -9999px;*/
    top: 100%;
    z-index: 1000;
}
.main-menu > li:last-child > .main-menu__sub-level {
    left: auto;
    right: 0;
}
.main-menu > li:hover .main-menu__sub-level {
    display: block;
    /*left: 0;*/
    /*min-width: 330px;*/
    /*top: 100%;*/
}
.main-menu__sub-level li + li {
    border-top: 1px solid #d2d2d2;
}
.main-menu__sub-item {
    color: #2c2c2c;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.42857143;
    padding: 12px 19px;
    text-decoration: none;
    /*white-space: nowrap;*/
}
.main-menu__sub-item:hover {
    color: #2c2c2c;
    text-decoration: none;
    background-color: #f0f0f0;
}
/*SERVICES MENU*/
.service {
    height:70px;
}
.service-menu {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.service-menu__links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-weight:600;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width:100%;
    width:100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-menu__item-box {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-transition-property: width, font-size;
    -o-transition-property: width, font-size;
    transition-property: width, font-size;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.service-menu__item-box--calc {
    width:265px
}
.service-menu__item-box--find_office {
    width:195px
}
.service-menu__item-box--tracking {
    width:385px
}
.service-menu__item-box--open_point {
    width:230px
}
.service-menu__item-box:last-child {
    margin:0
}
.service-menu__item {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#ed1651;
    color:#fff;
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:70px;
    font-weight:700;
    line-height:24px;
    padding: 0 15px 0 80px;
    position:relative;
    opacity:1;
    /*transition:opacity .5s ease-in-out;*/
    text-decoration: none !important;
    visibility:visible;
    -webkit-transition-property: font-size, opacity;
    -o-transition-property: font-size, opacity;
    transition-property: font-size, opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.service-menu__item-box--tracking .service-menu__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color:#fff;
    border:2px solid #ed1651;
    color:#000;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-left:78px;
    padding-right:13px;
}
.service-menu__ico{
    background-repeat:no-repeat;
    background-size:contain;
    left:20px;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.service-menu__ico--calc{
    background-image:url(../images/ico-calc.svg);
    height:43px;
    width:43px
}
.service-menu__ico--find_office{
    background-image:url(../images/ico-placemark.svg);
    height:38px;
    width:38px
}
.service-menu__ico--tracking{
    background-image:url(../images/ico-tracking.svg);
    fill:#ed1651;
    height:43px;
    width:43px
}
.service-menu__ico--open_point{
    background-image:url(../images/openfactory.svg);
    height:36px;
    width:44px
}
.service-menu__text{
    font-size:16px;
    line-height:17px
}
.service-menu__text--tracking{
    color: inherit;
    font-size:14px;
    font-weight:700;
    position:relative;
    text-decoration: none !important;
    top:0;
    -webkit-transition:line-height .3s ease-in-out;
    -o-transition:line-height .3s ease-in-out;
    transition:line-height .3s ease-in-out;
    vertical-align:top
}
.menu__tracking--input{
    display:block;
    width: 100%;
}
.menu__tracking--input input{
    background:none;
    border:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px;
    height:32px;
    left:-15px;
    padding:0 15px;
    position:relative;
    width:100%;
}
.service-menu--fix{
    background-color:#ed1651;
    border-bottom:1px solid #ffffff;
    height:51px;
    left:0;
    position:fixed;
    top:50px;
    width:100%;
    z-index: 98;
}
.service-menu--fix .service-menu__links{
    margin:0 auto;
    width:1140px
}
.service-menu--fix .service-menu__item-box{
    border-right:1px solid #fff;
    margin:0;
}
.service-menu--fix .service-menu__item-box:first-child{
    border-left:1px solid #fff
}
.service-menu--fix .service-menu__item-box--calc{
    width:235px
}
.service-menu--fix .service-menu__item-box--find_office{
    width:170px
}
.service-menu--fix .service-menu__item-box--tracking{
    width:530px
}
.service-menu--fix .service-menu__item-box--open_point{
    width:205px
}
.service-menu--fix .service-menu__item{
    font-size:14px;
    height:50px;
    line-height:18px;
    padding-left:60px;
    padding-right:26px
}
.service-menu--fix .service-menu__item-box--tracking .service-menu__item{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#ed1651;
    border:none;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:start;
}
.service-menu--fix .service-menu__item-box--open_point .service-menu__item{
    padding-left:72px;
}

.service-menu--fix .service-menu__ico--calc{
    height:30px;
    width:30px
}
.service-menu--fix .service-menu__ico--find_office{
    height:26px;
    width:26px
}
.service-menu--fix .service-menu__ico--tracking{
    background-image:url(../images/ico-tracking--mini.svg);
    fill:#fff;
    height:30px;
    width:30px
}
.service-menu--fix .service-menu__ico--open_point{
    height:27px;
    left:24px;
    width:33px
}
.service-menu--fix .service-menu__text{
    font-size:14px;
    line-height:15px
}
.service-menu--fix .service-menu__text--tracking{
    color:#fff;
    font-weight:600;
    margin-right:25px;
    width:110px
}
.service-menu--fix .menu__tracking--input{
    display:inline-block;
    left:0;
    top:0
}
.service-menu--fix .menu__tracking--input input{
    background:#fff;
    border:none;
    border-radius:2px;
    left:0;
    -webkit-transition:width .5s ease-in-out;
    -o-transition:width .5s ease-in-out;
    transition:width .5s ease-in-out;
    width:0
}
.service-menu--fix .menu__tracking--input input.tracking_search--open{
    font-size:14px;
    /*width:306px;*/
    width:335px
}
.mobile_services__text{
    display:none
}

/*SLIDESHOW*/
.slideshow {
    /*height: 410px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#header .slideshow {
    height: 410px;
    width: 100%;
    margin-bottom: 30px;
}

.description.pvz{
    width:69%;
    display: inline-block;
    vertical-align: top;
    
}
.slideshow.pvz:after, .slideshow.pvz:before {
    display:none !important;
}
.slideshow.pvz {
    display:block !important;
}
.slideshow:after, .slideshow:before {
    background: url(../images/bg_stripes.png) repeat-x center top;
    display: block;
    content:" ";
    height: 7px;
    line-height: 31px;
}
.slideshow-mini:before {
    margin-left: 17px;
    margin-right: 17px;
    background: url(../images/bg_stripes.png) repeat-x 15px top;
}
.slideshow:after {
    border-top: 4px solid #cacaca;
    height: 11px;
}
.slideshow .slideset {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 1586px;
    width: 100%;
    position: relative;
}

#header .slideshow .slideset {
    height: 390px;
}
.slideshow .slideset:after, .slideshow .slideset:before {
    background: url(../images/bg_stripes_vert.png) repeat-y left center;
    bottom: 0;
    display: block;
    content:" ";
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 999;
}
.slideshow .slideset:before {
    left: 0;
    margin-left: -7px;
}
.slideshow .slideset:after {
    right: 0;
    margin-right: -7px;
}


.slideshow .slide {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.slideshow .slide.active {
    z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev, .slideshow.not-enough-slides a.btn-next {
    visibility: hidden;
}
.slidebox_pvz{
    height: 100%;
    
    
}
.slidebox {
    height: 100%;
    left: 50%;
    margin-left: -1500px;
    position: relative;
    text-align: center;
    width: 3000px;
}
.slidebox .textbox {
    background: url(../images/bg-textbox.png);
    background: rgba(0, 0, 0, 0.4);
    color:#fff;
    font-size: 14px;
    left: 50%;
    line-height: 18px;
    margin-left:-550px;
    padding: 31px 39px;
    position: absolute;
    text-align: left;
    top: 40px;
    width: 533px;
    bottom: 36px;
}
.slidebox .textbox strong {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 26px;
}
.slidebox .textbox p {
    letter-spacing: -0.1px;
    margin-bottom: 22px;
    margin-top: -5px;
}
.slidebox .textbox .btn-submit {
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    display: block;
    bottom: 37px;
}
.slideshow .pagination {
    left: 50%;
    margin-left:-512px;
    position: absolute;
    top: 322px;
    z-index: 999;
}
.slideshow .pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slideshow .pagination ul li {
    float: left;
    margin: 0 6px 0 0;
}
.slideshow .pagination ul a {
    background: url(../images/bg-pagination.png) no-repeat;
    background: rgba(152, 153, 152, 1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}
.slideshow-mini .pagination ul a {
    background: rgba(255, 255, 255, 1);
}

.slideshow .pagination ul a:hover, .pagination ul li.active a {
    background-position: 0 -9px;
    background: rgba(166, 206, 57, 1);
}
.slideshow.partners{
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    overflow: hidden;
    position: relative;
    width:100%;
}
.slideshow.partners:after, .slideshow.partners:before {
    display:none !important;
}
.slideshow.partners {
    display:block !important;
}
.slideshow2 {
    margin:0 auto 31px auto;
    position:relative;
    height:45px;
    width:1098px;
    background:#f1f1f1 url(../images/bg-slideshow2.jpg) no-repeat 166px 10px;
    border:1px solid #d2d2d2;
    overflow:hidden;
}
.slideshow2 strong {
    position:absolute;
    top:12px;
    left:23px;
    background:url(../images/bg-news.jpg) no-repeat 0 3px;
    padding:0 0 3px 38px;
    font-size:16px;
    line-height:18px;
    text-transform:uppercase;
    color:#ed1651;
}
.slideshow2 .slide2 {
    position: absolute;
    z-index: 1;
    left: 200px;
    top: 0;
}
.slideshow2 .slide2.active {
    z-index: 2;
}
.slideshow2 .slide2 table {
    height:44px;
    width:850px;
    border-collapse:collapse;
    font-size:14px;
    line-height:15px;
    font-weight:bold;
    color:#3b3b3b;
}
.slideshow2 .slide2 table tr, .slideshow2 .slide2 table tr td {
    margin:0;
    padding:0;
    border:none;
}
.slideshow2 p {
    margin:0;
}
.slideshow2 p a {
    text-decoration:none;
    color:#3b3b3b;
}
/*SIDEBAR*/
 #sidebar {
    width: 26%;
    padding-right: 19px;
}
 #sidebar .widget {
    margin-bottom: 50px;
 }
.links {
    background: #d2d2d2;    
    list-style:none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border:solid #d2d2d2;
    border-width: 0px 0px 1px 0px;
}
.links li {
    background-color: #f1f1f1;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 0px;
    width: 50%;
    overflow: hidden;
}
.links li > a {
    border: solid #d2d2d2;
    border-width: 1px 1px 0 1px;
    display: block;
    padding: 72px 5px 8px;
    height: 107px;
    text-align: center;
    text-decoration: none;
    color: #3b3b3b;
    margin: 0;
}
.links li:nth-child(even) > a {
    border-left:0;
}
.links li:hover, .links li.active {
    background-color: #ed1651;
}
.links li:hover a, .links li.active a {
    color:#fff;
}

.link-1 {
    background:url(../images/link-1.png) no-repeat 50% 21px;
}
.link-1:hover, .links li.active a.link-1 {
    background:url(../images/bg-link-1h.png) no-repeat 50% 21px;
}
.link-2 {
    background:url(../images/link-2.png) no-repeat 50% 24px;
}
.link-2:hover, .links li.active a.link-2 {
    background:url(../images/bg-link-2h.png) no-repeat 50% 24px;
}
.link-3 {
    background:url(../images/link-3.png) no-repeat 50% 24px;
}
.link-3:hover, .links li.active a.link-3 {
    background:url(../images/bg-link-3h.png) no-repeat 50% 24px;
}
.link-4 {
    background:url(../images/link-4.png) no-repeat 50% 26px;
}
.link-4:hover, .links li.active a.link-4 {
    background:url(../images/bg-link-4h.png) no-repeat 50% 26px;
}
.btn-track{
    background-color: #a6ce39;
    border: 1px solid #99bf30;
    box-shadow: 0 2px 0 #82a12c;
    -webkit-box-shadow: inset 0 2px 0 #82a12c;
    color: #fff;
    cursor: pointer;
    height: 41px;
    margin: 0 0 21px;
    padding: 0;
    width: 222px;
    line-height: 38px;
}

.track-error{
    color: red;
    font-weight: bold;
    padding-bottom: 22px;
    text-align: center;
    margin-top: -15px;
    display: none;
}
.track span {
    display: block;
    text-align: center;
}
.track.subform-lap{
    padding:0px;
    border:none;
    width:425px;
    background:#fff;
}
.track {
    padding:5px 20px;
    border:1px solid #d2d2d2;
    background:#fff;
}
.track strong {
    display:block;
    margin:0 0 24px 1px;
    font-size:20px;
    line-height:22px;
    color:#3b3b3b;
}
.track label {
    display:block;
    margin:0 0 7px 1px;
    font-size:14px;
    line-height:16px;
    color:#797979;
}
.track input[type=text] {
    display:block;
    margin:0 0 35px;
    padding:10px 11px 10px 39px;
    background:url(../images/bg-track.jpg) no-repeat 8px 10px;
    height:48px;
    border:1px solid #d4d4d4;
    font-size:16px;
    font-weight:bold;
    color:#3b3b3b;
    width:100%;
    line-height:26px;
    background-color:#fff;
}
.no-js-btn-track, .track input.btn-track {
    background-color: #a6ce39;
    border: 1px solid #99bf30;
    box-shadow: 0 2px 0 #82a12c;
    -webkit-box-shadow: inset 0 2px 0 #82a12c;
    color: #fff;
    cursor: pointer;
    height: 41px;
    margin:0 0 21px;
    padding:0;
    width: 222px;
}
.track input.btn-track:hover {
    text-decoration: underline;
}
.track span {
    display:block;
    text-align:center;
}
.track span a {
    color: #3fa0e5;
}
/*CONTENT*/
#content {
    letter-spacing: -0.1px;
}
#content h2 {
    color:#ed1651;
    font-size:28px;
    font-weight:normal;
    line-height:36px;
    margin:0 0 19px;
}
#content h2 span {
    font-weight:bold;
}
#content h3 {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
}
.article ul,
.box ul {
    padding: 0;
}
.article ul li,
.box ul li , .box_en ul li {
    display: block;
    line-height: 18px;

}
.ui-state-default:before{
    display:none !important;
}
.article ul li:before, 
.box ul li:before, .box_en ul li:before {
    background-color: #a6ce39;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content:" ";
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin: 6px 12px 0 2px;
}

.traking .box ul li:before,.traking .box_en ul li:before {
    background-color: #e04052;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content:" ";
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin: 6px 12px 0 2px;
}
.article .pagination ul li{
    display:none;
}
.article .pagination ul li:before{
    display:none;
}
/*ARTICLE*/
#content > h1 {
    color: #ed1651;
    font-size: 28px;
    font-weight: normal;
    margin: 25px 0;
    line-height: 38px;;
}
#content .article h2 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 33px;
}
.article {
    margin-bottom: 30px;
}
.article hr {
    margin: 29px 0;
    clear: both;
}
.files-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.files-list > li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 30px;
}
.files-list > li:before {
    display: none !important;
}
.files-list > li .ico-doc {
    position: absolute;
    top: 1px;
    left: 0;
}
.files-list > li .ico-doc:before {
    background: url(../images/ico-doc.png) no-repeat;
    display: inline-block;
    content: " ";
    height: 20px;
    float: left;
    width: 16px;
}
.files-list > li span {
    color: #7b7b7b;
    margin-left: 10px;
}
.files-list a {
    word-break: break-word;
}
.article .map {
    height: 50px;
    background: #ccc;
}
.article-thumb {
    margin-bottom: 47px;
}
.article-thumb:after, .article-thumb:before {
    background: url(../images/bg_stripes.png) repeat-x center top;
    display: block;
    content:" ";
    height: 7px;
    position: relative;
}
.article-thumb:before {
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.article-thumb:after {
    box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
}
/*BOXES_EN*/
.boxes .box_en{
    width: 380px;
    display: table-cell;
    padding: 0px 7.5px 0px 0;
    float:none;
}
.boxes .box_en img {
    width: 100%;
    height: auto;
}
.boxes .box_en + .box_en {
    padding: 0px 0px 0px 7.5px;
}
.boxes .box_en strong {
    display: block;
    margin-top: 25px;
    margin-left: 21px;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
}
.boxes .box_en ul {
    font-size: 13px;
}
.boxes .box_en .btn-submit {
    display: block;
    position: relative;
    top: 15px;
    left: 33%;
   /* margin-left: -94px;
    margin-bottom: 15px;*/
}
.btn-submit.disabled {
    background-color: #e3e3e3;
    border: 1px solid #535353;
    box-shadow: inset 0 2px 0 #545454;
    -webkit-box-shadow: inset 0 2px 0 #545454;
}
/*BOXES*/
.boxes {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 53px 0 53px -15px;
    overflow: hidden;
}
.boxes .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.boxes .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 0 0 15px;
    padding: 0 0 35px 0;
    background: url("../images/bg-box.jpg") center bottom repeat-x #F7F7F7;
    /*min-height: 525px;*/
    border: 1px solid #F1F1F1;
    position: relative;
}
.boxes .box img {
    width: 100%;
    height: auto;
}
.boxes .box strong {
    display: block;
    margin-top: -40px;
    margin-left: 44px;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
}
.boxes .box ul {
    margin: 0 0 20px 0;
    padding: 18px 20px 0px 43px !important;
}
.boxes .box .btn-submit {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: auto;
}

/*SECTION*/
 .section {
    margin: 50px auto 70px;
}
.section h3 {
    color: #3b3b3b;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 36px;
}
.section ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.section ul li {
    float: left;
}
.section ul li + li {
    margin-left: 51px;
}
.section ul li table {
    height: 82px;
    border-collapse: collapse;
}
.section ul li table tr, .section ul li table tr td {
    margin: 0;
    padding: 0;
    border: none;
}
.section ul li table tr td img {
    display: block;
}
/*ACCORDION*/
.accordion-item {
    padding: 9px 0;
}
.accordion-item.is-show .accordion-item__content {
    display: block;
}
.accordion-item__title {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0 !important;
    padding: 6px 0;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.2 !important;
    letter-spacing: 0;
    color: #FF1B4C !important;
    cursor: pointer;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.accordion-item__title span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: #FF1B4C;
    border-bottom-width: 0;
    margin-top: 1px;
    vertical-align: middle;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: inherit;
         -o-transition-duration: inherit;
            transition-duration: inherit;
}
.accordion-item__title span {
    border-bottom: 2px dotted #FF1B4C;
    font-weight: inherit !important;
}
.accordion-item.is-show .accordion-item__title {
    /*color: #5ea6cc;*/
}
.accordion-item.is-show .accordion-item__title::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.desktop .accordion-item__title:hover {
    color: #d0021b;
}
.accordion-item__content {
    padding: 23px 0 2px;
    display: none;
}

/*FOOTER*/



#footer {
    background: url('../images/bg_stripes_footer.png') bottom left repeat-x #cacaca;
    margin-top: 57px;
    padding: 57px 0 85px;
}



#footer strong {
    color:#000;
    display:block;
    font-size:14px;
    line-height:16px;
    margin:0 0 28px;
}
.footer-info {
    float: left;
    width: 234px;
    padding-right: 30px;
}
.footer-info b {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #5a5a5a;
}
.footer-info span {
    display:block;
    margin:0 0 24px;
    font-size:12px;
    line-height:14px;
    color:#5a5a5a;
}
.footer-info a {
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    color:#5a5a5a;
}
.footer-box {
    float: left;
    width: 234px;
    padding-right: 30px;
}
.footer-box ul {
    margin:0;
    padding:0;
    list-style:none;
}
.footer-box ul li {
    margin:0 0 12px;
    font-size:12px;
    line-height:18px;
}
.footer-box ul a {
    color:#5a5a5a;
}
.footer-box ul a:hover {
    text-decoration: none;
}
.footer-two-column-box {
    float: left;
    width: 438px;
}
.footer-holder {
    float: left;
    width: 204px;
}
.footer-holder + .footer-holder {
    float: right;
}
#footer .social {
    list-style:none;
    margin:0 0 30px;
    overflow:hidden;
    padding:3px 0 0;
    width:105%;
}
#footer .social li {
    float:left;
    margin:0 10px 10px 0;
}
#footer .social li img {
    float:left;
}
/*.footer-logo {
    background:url(../images/footer-logo.jpg) no-repeat;
    display:block;
    height:54px;
    overflow:hidden;
    text-indent:-9999px;
    width:189px;
}*/

/*FORMS*/
 .form {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 auto;
    padding: 45px;
    width: 840px;
}
 .static_form {
    width: 790px;
    
}
.form strong {
    color: #ed1651;
    display:block;
    font-size:28px;
    line-height:30px;
    font-weight:normal;
    margin-bottom:18px;
}
.form em {
    color: #3b3b3b;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    margin-bottom: 32px;
}
.form-holder {
    margin: 0;
    width: 100%;
}
.form-holder:after {
    display: table;
    content: " ";
    clear: both;
}
.form-box {
    float: left;
}
.form-box input{
    max-width: 100%;
}

.form-row .col-1, .form-row .col-2, .form-row .col-3, .form-row .col-4,
.form-row .col-5, .form-row .col-6, .form-row .col-7, .form-row .col-8,
.form-row .col-9, .form-row .col-10, .form-row .col-11, .form-row .col-12 {
  padding: 0 15px;
}

.form-row {
    margin: 0 -15px 24px;
}
.form-row:after,
.form-2-row:after {
    display: table;
    content:" ";
    clear: both;
}
.required{
    position:relative;
}
.required:before {
    content: "*";
    color: red;
    display: block;
    height:9px;
    width:9px;
    position: absolute;
    top: 15px;
    left:-17px;
}
.form-file {
    border: 1px dashed #d4d4d4;
    line-height: 38px;
    padding: 20px;
}
.form-file label {
    cursor: pointer;
    float: left;
    margin-right: 20px;
    position: relative;
}
.form-file label input {
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    visibility: visible\9;
    width: 80px;
    height: 36px;
}
.form-file i {
    display: block;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}
.form-file .file-name {
    background: url(../images/ico-file.png) no-repeat left center;
    display: table-cell;
    font-weight: bold;
    padding-left: 20px;
    width: 300px;
    height: 38px;
    line-height: 16px;
    vertical-align: middle;
}
.form-file a {
    color: #ed1651;
}

.form-control {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    color: #3b3b3b;
    font-size: 16px;
    height: 40px;
    line-height: 18px;
    padding: 10px 17px;
    width: 100%;
}
textarea.form-control {
    float:left;
    height:127px;
    min-height:127px !important;
    width:100%;
    min-width:100% !important;
    max-width:100% !important;
}
.form-control.captcha {
    /*width: 180px;
    margin-left: 11px;*/
}
.form-control.search-control {
    background: url(../images/bg-track.jpg) no-repeat 6px center;
    padding-left: 40px;
}
.captcha-img {
    border: 1px solid #000100;
    float: left;
    width:100%;
    height: auto;
}

.result {
    position: absolute;
    top: -45px;
    left: 450px;
    width:370px;
}
.result .help {
/* margin-bottom: 10px;*/
}
.result .price {
    color: #ed1651;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
}
.result .price > .currency {
    font-size: 24px;
}
.result .search-link {
    background: url(../images/ico-search.png) no-repeat left center;
    display: block;
    padding-left: 25px;
}

.tabset {
    margin:0;
    list-style:none;
    width:120%;
    overflow:hidden;
    padding:10px 0 34px 0;
}
ul.tabset li:before{
  display: none;
}
.tabset li{
    display:inline-block !important;
    margin-right:15px !important;
    font-size:14px;
    line-height:16px;
}
.tabset li + li {
}
.tabset a {
    float:left;
    padding:0 0 10px;
    text-decoration:none;
    color:#3b3b3b;
}
.tabset a:before{
    background:url(../images/bg-tabset.jpg) no-repeat;
    width:18px;
    height:18px;
    display:inline-block;
    vertical-align:middle;
    content: '';
    margin-right:5px;
}
.tabset a.active{
  border: 0;
}
.tabset a.active:before {
    background-position:0 -18px;
}
.tabset a:hover {
    text-decoration:underline;
}
.form-2-row {
    margin:34px 0 0;
}
.form-2-row img {
    margin:3px 0 0;
    border:1px solid #080412;
}
i.required {
    padding:0 0 0 14px;
    font-size:14px;
    line-height:16px;
    font-style:normal;
    color:#3b3b3b;
    float:left;
	margin-bottom:20px;
}
i.required:before{
  top:0;
}
.form-2-row a.btn-1 {
    float:left;
    margin:8px 31px 0 188px;
    background:url(../images/btn-1.jpg) no-repeat;
    height:51px;
    width:188px;
    text-align:center;
    text-decoration:none;
    text-indent:-9999px;
    overflow:hidden;
    border:none;
    cursor:pointer;
}
.form-2-row a.btn-1:hover {
    background-position:0 -51px;
}
.info .popup-holder, .footer-info .popup-holder, .track .popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
.form em.int-1 {
    display:block;
    text-align:center;
    font-size:14px;
    line-height:16px;
    font-style:normal;
    color:#3b3b3b;
    margin:0;
}
.form strong.int-2 {
    display:block;
    font-size:36px;
    font-weight:bold;
    line-height:38px;
    text-align:center;
    color:#3b3b3b;
}
.form-radio,
.form-check {
    display: inline-block;
    padding: 9px 0;
}
.form-radio + .form-radio,
.form-check + .form-check {
    margin-left: 30px;
}
.form-label {
    display: block;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
}
.article form h3 {
    color: #ed1651 !important;
}
form .help {
    display: block;
    padding-top: 5px;
}
form table td.sign {
    color: #d4d4d4;
    font-size: 18px;
    font-weight: bold;
    padding-top: 38px;
    text-align: center;
    width: 60px;
}
form .volume {
    height: 38px;
    position: relative;
}
form .volume .label {
    font-size: 12px;
    position: absolute;
    top: 0;
}
form .volume .label.from {
    left: 0;
}
form .volume .label.to {
    right: 0;
}
form .volume .label.error {
    color: #ed1651;
    font-style: italic;
    left: 0;
    right: 0;
    text-align: center;
}
form .volume .progress-bar {
    border: 1px solid #d4d4d4;
    height: 8px;
    position: relative;
    bottom: -30px;
    cursor: pointer;
}
form .volume .progress-bar > .progress {
    background-color: #a6ce39;
    left: 0;
    position: absolute;
    top: 0;
    margin: -1px 0;
    height: 8px;
}
form .volume .progress-bar > .progress.error {
    background-color: #ed1651;
}
.select-options {
    z-index: 9999;
}
.form-footer {
    margin-top: 49px;
    /*position: relative;*/
}
.form-footer > .btn-cancel {
    margin-right: 28px;
}

#popup1 .form-footer {
    margin-top: 48px;
}
#popup2 .form-holder {
    margin-bottom: 56px;
}
.question-box .question {
    background: url(../images/ico-question.png) no-repeat left top;
    font-weight: bold;
    min-height: 36px;
    padding-left: 50px;
}
.question-box .answer {
    background: url(../images/ico-answer.png) no-repeat left top;
    min-height: 36px;
    padding-left: 50px;
}

.social-share {
    list-style: none;
	margin: 0 10px;
}
.social-share > li:before {
    display: none !important;
}
.social-share > li {
    display: inline-block !important;
}
.social-share > li + li {
    margin-left: 10px;
}

.traking td {
    text-align: center;
}
.traking.lap td {
    text-align: left;
}
.traking.lap th {
    text-align: left;
}
.traking td:first-child {
    text-align: left;
}
.traking th {
    text-align: center;
}
.traking th > a {
    color: #3b3b3b;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
}
.traking th > a:hover {
    /*text-decoration: underline;*/
}
.traking th > a .caret {
    border: 4px solid transparent;
    border-left-color: #cdcdcd;
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    display:none;
}
.traking th > a.active .caret {
    border-left-color: transparent;
    border-top-color: #3b3b3b;
    margin-top: -2px;
}
.traking tbody {
    font-size: 12px;
}


.find-office{
    display:block;
    position: relative;
    margin: 13px 9px;
    background-color: #ed1651;
    border: 1px solid #cc1044;
    box-shadow: inset 0 1px 0 #b9113f;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 23px;
    padding: 0px 5px;
    text-decoration: none;
    float: right;
}

.calc-border {width:830px;height:900px;background-color:#000;}

#tab3 {position: fixed; }

.menu1 > a,
.menu1 #tab2:target ~ a:nth-of-type(1),
.menu1 #tab3:target ~ a:nth-of-type(1),
.menu1 > div { padding: 15px; border: 1px solid #aaa; color:#c0c0c0; background-color:#f1f1f1;}

.menu1 > a {text-decoration:none;font-size:14px; }

#tab2,
#tab3,
.menu1 > div,
.menu1 #tab2:target ~ div:nth-of-type(1),
.menu1 #tab3:target ~ div:nth-of-type(1) {display: none; }

.menu1 > div:nth-of-type(1),
.menu1 #tab2:target ~ div:nth-of-type(2),
.menu1 #tab3:target ~ div:nth-of-type(3) { display: block; }

.menu1 > a:nth-of-type(1),
.menu1 #tab2:target ~ a:nth-of-type(2) {color:#fff;background-color:#f1f1f1;}
.menu1 #tab3:target ~ a:nth-of-type(3) {}
.lt-label{
    background-color: #ed1651  !important;
}
.lt-invite .lt-label .lt-logo {
    background:url('http://boxberry.ru/bitrix/templates/main/img/logo_min.png') no-repeat 0px 0 !important;
}
.lt-invite.lt-active .lt-content {
  box-shadow: 2px 0 0 #ed1651 , 3px 0 1px #bbbbbb !important;
}

.lt-invite .lt-close-btn{
    color: #ed1651 !important;
}
#tuna1 {
    bottom: 100px !important;
    top: auto !important;
}

.lt-invite{
    right: 0  !important;
    left: auto  !important;
}

#metro_map{
    width:760px;
    height:820px;
}
.toggle-map{
  display: block;
  width: 362px;
  clear: both;
  margin-top: 10px;
  position: relative;
  float: left;

}
.toggle-map span{
  margin-right:10px;
  color: #08628C;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.js-on-city.active{
    border-bottom: none;
    color:#000;
    cursor: default;
}
.js-on-metro.active{
    border-bottom: none;
    color:#000;
    cursor: default;
}
.js-nothing-found{
    position: absolute;
    top: 83px;
}
.lkpvz{
    margin:0px 0 !important;
    font-weight:normal !important;
    margin-bottom: 15px !important;
    display:block;
}
.js-lunch-text{
    margin-left: 115px;
}
.mob-menu-button{
    display: none;
}
.news-subscribe-form .form-box{
    max-width:50%;
}
.personal-block {
    width: 540px;
    display:table-cell;
    padding-right: 25px;
    padding-right: 0px;
    vertical-align: middle;
}
.personal-block.left{
    padding-left: 25px;
}
.person-name{
    font-size:18px;
    font-weight:bold;
    color:#ed1651
}
.person-img{
    display:table-cell;
    vertical-align: middle;
}
.person-job{
    font-weight:bold;
    margin:24px 0;
    width: 450px;
    word-wrap: break-word;
}
.maps-item__content-360 {
    display: none;
}
.border-bottom {
    display: none;
}
.find_an_office .maps-item__content-720 {
    display: none;
}
.calculate_the_cost_of_sending .form-footer:after {
    content: "";
    display: block;
    clear: both;
}
.calculate_the_cost_of_sending .form-footer .close {
    float: left;
}
.calculate_the_cost_of_sending .form-footer__wrapper {
    display: inline-block;
}
.form-row.last .form-check {
    margin: 0 15px 0 0;
}
.link_read_more {
    display: none;
}
.about_us-callback .static_form {
    width: auto;
}
div.lightbox{
  overflow: hidden;
  background: #fff;
  padding: 40px;
}
div.lightbox .required::before {
    left: -12px;
}
.bx_sitemap {
    width: 100%;
}
.bx_sitemap .div {

}
.bx_sitemap .div .content-head {
    float: left;
    width: 50%;
    font-size: 0;
    margin-bottom: 30px;
}
.bx_sitemap .div .content-head.show .wrapper-images {
    background-color: #91CA8D;
}
.bx_sitemap .div .wrapper-images {
    float: left;
    overflow: hidden;
    position: relative;
    height: 61px;
    width: 63px;
    margin-right: 15px;
    background-color: rgba(235,19,66,1);
    border-radius: 5px;
}
.bx_sitemap .div .wrapper-images img {
    position: absolute;
    left: 0;
    right: 0;
}
.bx_sitemap .div .link {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    height: 61px;
    line-height: 61px;
    color: #3B3B3B;
    display: block;
    cursor: pointer;
}
.wrapper-content-category {
    display: none;
}
.wrapper-content-category.show {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.wrapper-content-category .close_button {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.wrapper-content-category.show .wrapper-tabel {
    overflow: auto;
    width: 670px !important;
    height: 500px !important;
    font-size: 14px;
    color: #3B3B3B;
    padding-left: 5px;
    padding-top: 5px;
}
.wrapper-content-category.show .table {
    width: 100%;
    max-width: 100%;
}
.wrapper-content-category.show .table .tr {
    height: 200px;
    line-height: 200px
}
.wrapper-content-category.show .table .tr .td {
    width: 190px;
    vertical-align: bottom;
    display: inline-block;
    line-height: normal;
}

.wrapper-content-category.show .table .tr .td a {
    display: block;
    text-align: center;
}
.wrapper-content-category.show .table .tr .td a img {
    margin-bottom: 15px;
}
.wrapper-content-category.show .table .tr .td a .name {
    display: block;
    color: #3b3b3b;
    text-decoration: none;
    text-align: left;
}
.wrapper-content-category.show .table .tr .td a .href {
    display: block;
    color: #3b3b3b;
    font-size: 12px;
    text-align: left;
}
.who_we_work_with__content-720 {
    display: block;
}
.who_we_work_with__content-360 {
    display: none;
}
.maps-item-description {
    display: block;
}
.form-check-delivery {
    margin-top: 20px;
}
.block-btn {
    margin: 20px 0 0 23px;
}

.block-btn .btn-submit {
    font-size: 14px;
    height: 68px;
    line-height: 20px;
    padding-top: 12px;
    width: 222px;
}
.person-description__content-360 {
    display: none;
}
.order-open-point .form-box, #feed_sale .form-box{
    width: 50%;
    float: left;
}
.order-open-point .form-box:first-child, #feed_sale .form-box:first-child {
    padding-right: 15px;
}
.order-open-point .form-box:last-child, #feed_sale .form-box.last {
    padding-left: 15px;
}
.order-open-point .form-control, #feed_sale .form-control {
    margin-bottom: 24px;
}
.order-open-point-radio_li{
	margin:10px 5px 10px 0;
}
.order-open-point-radio_block {
    margin-bottom: 24px;
}
.order-open-point-radio:first-child {
    margin-bottom: 5px;
}
.form-holder .block_captcha:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}
.form-holder .block_captcha:first-child {
    margin-bottom: 25px;
}
.form-holder .block_captcha img {
    float: left;
    width: 50%;
    padding-right: 20px;
    height: 40px;
}
.form-holder .block_captcha .form-control {
    margin-bottom: 0;
    width: 50%;
    float: left;
}
.form-holder .block_captcha .required {
    padding: 0;
}
.feedback_captcha .captcha-img {
    max-width:178px;
	
    height: 40px;
    margin-right: 15px;
}
.feedback_captcha .form-control {
	max-width:178px;
    
}
.form-footer input {
    margin-left: 25px;
}
.form-row.file {
    border: 1px dashed #D4D4D4;
    line-height: 38px;
    padding: 20px;
}
.form-row.file label {
    cursor: pointer;
    float: left;
    margin-right: 20px;
    position: relative;
}
.form-row.file label input {
    top: 0px;
    left: 0px;
    position: absolute;
    visibility: hidden;
    width: 80px;
    height: 36px;
}
.feedback__content-360 {
    display: none;
}
.choose-tabs__content-360 {
    display: none;
}
.about_place__360 {
    display: none;
}
.content_desctop:after {
    content: "";
    display: block;
    clear: both;
}
.content_360.delivery-options {
    display: none;
}
#fancybox-content form {
    border: 0;
}
.form-holder h1 {
    margin-top: 0;
}
.form-holder .desc {
    margin-bottom: 30px;
}
.link-feedback-page {
    background-color: #a6ce39;
    border: 1px solid #546f0a;
    box-shadow: inset 0 2px 0 #82a12c;
     color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 188px;
}

.link-feedback-page:hover {
    text-decoration: underline;
}
.backly_href {
	color:#5a5a5a;
	text-decoration: none; 
    border-bottom: 1px dashed #5a5a5a; 
}
.footer-holder p, .footer-holder a{
	font-size:13px;
	color:#5a5a5a;
	text-decoration: none; 
}
.faq-block{
	display:table;
}

.faq {
	padding-bottom: 1.2em;
}

.quest {
	background-color: #fff;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	width:36px;
	height:36px;
	display:table-cell;
}
.answ{
	background-color: #fff;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	display:table-cell;
}
.text-block{
	display:table-cell;
	padding:0 15px;
}

.faq-text-block{
	margin:20px 0;
}


.news-tabs {
	margin:20px 0;
}
.news-tab:hover{
	background-color: #ed1651;
}
.news-tab {
	background-color: #e3e3e3;
	color:#fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 32%;
}
.news-tab.active {
    background-color: #ed1651;
    
    color:#fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 32%;
}
.news-tabs-big {
	margin:20px 0;
}
.news-tab-big:hover{
	background-color: #ed1651;
}
.news-tab-big {
	background-color: #e3e3e3;
	color:#fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
	float:left;
    width: 49%;
}
.news-tab-big.active {
    background-color: #ed1651; 
    color:#fff;
    display: inline-block;
    font-size: 16px;
    height: 51px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
 	float:left;
    width: 49%;
}
.news-tab-big.left{
	margin-right:2%;
}
@media (max-width: 767px) {
    .news-tab {
       line-height: 24px;
    }       
	.news-tab.active  {
       line-height: 24px;
    }     
}
@media (max-width: 443px) {
    .news-tab-big.left {
      line-height:25px;
    }       
	.news-tab-big.left.active  {
        line-height:25px;
    }     
}
@media (max-width: 424px) {
    .news-tab-big {
      line-height:25px;
    }       
	.news-tab-big.active  {
        line-height:25px;
    }     
}

@media (max-width: 420px) {
    .news-tab-big {
       width: 100%;
	   line-height: 49px;
    }     
	.news-tab-big.left	{
		line-height: 49px;
	}
	.news-tab-big.active  {
       width: 100%;
	    line-height: 49px;
    }  
	.news-tab-big.left.active  {
        line-height:49px;
    }    	
}

.article .static_form{
	display:inline-block;
	width: 100%;
	margin-left: 20px;
}
@media (max-width: 720px){
	.article .static_form{
		margin-left: 0px;
	}
}
.minimap-news{
	height: 300px;
    width: 400px;
    background: #ccc;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.through_footer{
	margin: 0px auto 20px auto;
    display: block;
    width: 88%;
}
.through_footer.active{
    z-index: 2;
}


.more-about-link{color:#ed1651;text-decoration:none;}
.more-about-link:hover{color:#ed1651;text-decoration:underline;}

.news_parnter_img{
	width: 430px;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.form-footer__wrapper p{
	width: 50%;
    line-height: 20px;
    margin: 20px 10px;
}
#ps_bxb_im{
	padding:40px;
}

.go_track_from_search{
	border:none;
	background-color:#fff;
	cursor:pointer;
	color: green;
	padding:0px;
	margin-top:10px;	
}
.left-block-express-points-description {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.express-points-description{
    width: 100%;
    margin: 10px 20px;
}
.right-block-express-points-description {
    display: inline-block;
    vertical-align: middle;
}
.right-block-express-inner{
    margin-left: 20px;
}

.boxberry-loader {
  height: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.boxberry-loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 6px;
  background-color: #ed1651;
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
@media (max-width:868px){
	.navbar .town .popup-holder > a {		
		color: #fff;
		display: block;
		letter-spacing: 0.2px;
		line-height: 22px;
		padding-left: 20px;
		margin-top: 4px;
    }
    
    .navbar__city-select{
        width: 60%;
    }
}
@media (max-width:392px){
	.navbar .town .popup-holder > a {		
		line-height: 22px;
		margin-top:7px;
	}
}