/*body.bg-pet {
    background-image: none !important;
}

body.bg-pet:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    background-color: #a3bba5;
    content: '';
}

body.bg-pet:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    content: '';
    background-image: url(../images/pet-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 647px;
    height: 500px;
}*/

body.bg-pet .header_wrap {
    border-bottom-color: #fff;
}

.header-cart-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 45px;
    font-size: 23px;
}

.cart_total_btn {
    position: absolute;
    top: -2px;
    right: -13px;
    min-width: 19px;
    height: 19px;
    background-color: #ff9999;
    border-radius: 50%;
    z-index: 2;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 19px;
    padding: 0 3px;
}

.header-lang {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 37px;
    text-transform: uppercase;
}

.curent-lang i {
    font-size: 15px;
    margin-left: 10px;
}

.curent-lang {
    color: #fff !important;
    font-size: 14px;
}

.header-lang .dropdown-menu {
    min-width: 60px;
    padding: 10px 0;
    margin: 0 0 0 -12px;
    font-size: 14px;
    color: #3a4149;
    text-align: center;
    border: 0;
}

.header-lang .dropdown-menu li:not(:last-child) {
    margin-bottom: 5px;
}

.header-lang .dropdown-menu a {
    color: #3a4149;
}

.open_cart_btn {
    border: 0;
    background: transparent;
    color: #fff;
}

.open_cart_btn:hover {
    color: #fff;
}

/*shop_section*/
.shop_section {

}

.shop_section .bhead {
    padding-right: 250px;
    position: relative;
    margin-bottom: 55px;
}

.bhead .shop-filter {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0;
}

.bg-pet .form-control {
    max-width: 100%;
    background-color: #f1f1f1;
}

.item-block {
    margin-bottom: 40px;
}

.item-img {
    position: relative;
    margin-bottom: 24px;
}

.item-img:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: rgba(0, 0, 0, .5);
}

.item-img:hover:before, .item-img:hover:after {
    opacity: 1;
}

.item-img:after {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-family: "fontello";
    opacity: 0;
    content: '\e802';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    margin-left: -17px;
    margin-top: -21px;
}

.item-title {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.14;
    color: #424242;
    margin: 0 0 15px;
}

.item-title > a {
    color: #424242;
}

.item-title > a:hover {
    color: #f99;
}

.old-price {
    font-size: 14px;
    color: #878787;
    white-space: nowrap;
    text-decoration: line-through;
}

.item-price {
    font-size: 18px;
    color: #8b8b8b;
    white-space: nowrap;
    line-height: 1;
}

.cart-btn {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background-color: #424242;
    border: 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.cart-btn:hover {
    background-color: #a3bba5;
    color: #fff;
}

.item-foot {
    display: table;
    width: 100%;
}

.item-foot > div {
    display: table-cell;
    vertical-align: middle;
}

.item-foot > div:last-child {
    text-align: right;
}

.shop-row > div:nth-child(4n+1) {
    clear: both;
}

.bg-pet .paginat {
    margin: 35px 0;
}

.bg-pet .paginat > .active > a, .bg-pet .paginat > .active > a:focus, .bg-pet .paginat > .active > a:hover, .paginat > .active > span, .bg-pet .paginat > .active > span:focus, .bg-pet .paginat > .active > span:hover, .bg-pet .paginat > li > a:focus, .bg-pet .paginat > li > a:hover, .bg-pet .paginat > li > span:focus {
    border-color: #a3bba5;
    background-color: #a3bba5;
}

/*history-section*/
.history-section {
    padding: 83px 0 125px;
    overflow: hidden;
    background-image: url(../images/history-bg.png);
    background-size: cover;
}

.history-img, .mission-img {
    position: relative;
}

.history-img .scene {
    top: -64px;
    right: -54px;
    z-index: 1;
    left: auto;
    overflow: visible;
    width: 195px;
    height: 183px;
}

.mission-img .scene {
    bottom: -82px;
    left: -72px;
    z-index: 1;
    overflow: visible;
    width: 198px;
    height: 186px;
    top: auto;
}

.p-l-0 {
    padding-left: 0;
}

.history-section .section_title {
    color: #fff;
    margin-bottom: 51px;
}

.history_desc {
    padding-top: 109px;
    max-width: 480px;
}

.history_desc p {
    margin-bottom: 32px;
}

.mission-section {
    padding-bottom: 25px;
    overflow: hidden;
}

.mission-section .container_wrap {
    padding-top: 145px;
    padding-bottom: 149px;
}

.mission_desc {
    padding: 70px 0 0 69px;
    max-width: 510px;
    position: relative;
}

.mission_desc .scene {
    top: -45px;
    z-index: 1;
    left: 30px;
    overflow: visible;
    width: 654px;
    height: 202px;
}

.mission_desc .section_title {
    margin-bottom: 3px;
}

.mission_desc p {
    margin: 0 0 32px;
}

/*footer*/


/*SELECT*/
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: inherit;
    font-weight: 400;
    padding-left: 17px;
    font-size: 18px;
    letter-spacing: normal;
    padding-right: 15px;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.bs-caret {
    position: relative;
}

.bs-caret:before {
    font-family: 'fontello';
    content: '\f107';
    color: #c3c3c3;
    right: 0;
    top: 0;
    z-index: 1;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    display: none;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 17px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #333;
    background-color: #f1f1f1;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

/*ITEM FULL*/
.shop_full {
    margin-bottom: 100px;
}

.shop_full .container_wrap {
    padding-top: 66px;
    padding-bottom: 24px;
}

.back-link {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.75px;
    color: #ff9999 !important;
    text-transform: uppercase;
    margin-bottom: 50px;
    display: inline-block;
}

.back-link i {
    margin-right: 22px;
}

.full-item-buy > div {
    display: table-cell;
    vertical-align: middle;
}

.prod-art {
    line-height: 1.25;
    margin-bottom: 15px;
}

.full-item-desc .section_title {
    margin-bottom: 42px;
}

.full-item-desc .item-price {
    font-size: 32px;
    color: #878787;
    line-height: 1;
}

.full-item-desc .old-price {
    font-size: 18px;
}

.full-item-buy {
    margin-bottom: 46px;
}

.full-item-buy .btn-default {
    min-width: 180px;
}

.full-item-buy > div:nth-child(2) {
    padding: 0 43px;
}

.full-item-desc .sub_title {
    font-size: 24px;
    line-height: 1.4;
    color: #424242;
    margin: 0 0 9px;
    font-weight: normal;
}

.alink {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.75px;
    color: #ff9999 !important;
    text-transform: uppercase;
}

.prod-slider {
    margin-bottom: 20px;
}

.prod-slider-nav {
    margin: 0 -8px 33px;
}

.prod-slider-nav .slick-slide {
    padding: 0 8px;
}

.prod-slider-nav .slick-slide img {
    border: solid 1px transparent;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.prod-slider-nav .slick-current.slick-slide img {
    border-color: #ff9999;
}

.full-item-desc {
    padding-left: 16px;
    max-width: 590px;
}

.block-title {
    font-size: 32px;
    color: #424242;
    margin: 0 0 20px;
}

.similar-item {
    padding: 24px 0 0;
}

.similar-item .bhead {
    margin-bottom: 38px;
}

/*ORDER*/
.order_section {
    margin-bottom: 100px;
}

.order_section .container_wrap {
    padding-top: 70px;
    padding-bottom: 77px;
}

.order {
    border: solid 1px #d4d4d4;
    padding: 46px 47px 38px;
    margin-bottom: 30px;
}

.order .block-title {
    margin-bottom: 25px;
}

.order-form {
    max-width: 450px;
    padding-top: 35px;
}

.order-form .bhead {
    margin-bottom: 40px;
}

.order-prim {
    position: relative;
    padding: 15px 24px 5px;
    font-size: 16px;
    color: #939393;
    line-height: 1.5;
}

.order-prim:before {
    font-family: 'fontello';
    content: '\ea4a';
    color: #ff9999;
    font-size: 15px;
    top: 14px;
    left: 0;
    z-index: 1;
    position: absolute;
}

.order-info {
    margin-bottom: 36px;
}

.radio-group .block-title {
    margin-bottom: 10px;
}

.order-info.radio-group {
    margin-bottom: 30px;
}

.order-form .btn-default {
    min-width: 180px;
    margin-top: 16px;
}

.order-block {
    display: table;
    width: 100%;
    position: relative;
    padding-right: 45px;
    margin-bottom: 45px;
}

.order-block > div {
    display: table-cell;
    vertical-align: middle;
}

.order-img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.order-block .item-title {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 5px;
}

.prod_cart_count {
    width: 84px;
    height: 34px;
    background-color: #f1f1f1;
    border-radius: 34px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.order-block .item-price {
    display: inline-block;
    vertical-align: middle;
}

.order-total .block-title {
    margin: 0;
    line-height: 1;
}

.prod_cart_count button {
    border: 0;
    background: transparent;
    color: #000;
    font-size: 12px;
    line-height: 1;
    height: 34px;
    width: 15px;
    position: relative;
    top: -1px;
}

.prod_cart_count input {
    width: 24px;
    height: 34px;
    border: 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    background: transparent;
}

.remove-item {
    position: absolute;
    border: 0;
    background: transparent;
    color: #ff9999;
    font-size: 24px;
    line-height: 1;
    top: 50%;
    margin-top: -12px;
    right: 5px;
    z-index: 1;
}

.modal_content {
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.close-btn {
    position: absolute;
    border: 0;
    background: transparent;
    color: #ff9999;
    font-size: 24px;
    line-height: 1;
    top: 15px;
    right: 15px;
    z-index: 1;
}

body.modal-open.bg-pet:after {
    right: 17px;
}

@media (max-width: 1199px) {
    body.modal-open.bg-pet:after {
        right: 0;
    }

    .partner .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .partner .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .history_desc {
        padding-top: 55px;
    }

    .p-l-0 {
        padding-left: 10px;
    }

    .mission_desc {
        padding: 10px 0 0 30px;
    }

    .block_address {
        padding-left: 185px;
    }

    .block_address:before {
        left: 100px;
    }

    .history-section {
        padding: 80px 0;
    }

    .mission-section .container_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .full-item-buy > div:nth-child(2) {
        padding: 0 20px;
    }

    .full-item-desc .item-price {
        font-size: 24px;
    }

    .prod-art {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .full-item-desc .section_title {
        margin-bottom: 20px;
    }

    .full-item-buy {
        margin-bottom: 20px;
    }

    .partner {
        padding: 70px 0 40px;
    }

    .order {
        padding-left: 30px;
        padding-right: 30px;
    }

    .full-item-desc .old-price {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .shop-row > div:nth-child(4n+1) {
        clear: none;
    }

    .shop-row > div:nth-child(3n+1) {
        clear: both;
    }

    .similar-item .shop-row > div:nth-child(3n+1) {
        clear: none;
    }

    .similar-item .shop-row > div:nth-child(4n+1) {
        clear: both;
    }

    .header-lang {
        margin-right: 10px;
    }

    .curent-lang i {
        font-size: 14px;
        margin-left: 0;
    }

    .header-cart-wrap {
        margin-right: 20px;
        font-size: 20px;
    }

    .history_desc {
        padding-top: 20px;
    }

    .history-section .section_title {
        margin-bottom: 10px;
    }

    .history_desc p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .mission_desc {
        padding: 0;
    }

    .mission_desc p {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .block_address {
        padding-left: 125px;
        padding-right: 30px;
    }

    .block_address:before {
        left: 40px;
    }

    .full-item-desc {
        padding-left: 0;
        font-size: 16px;
    }

    .full-item-buy .btn-default {
        min-width: auto;
    }

    .alink {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .order {
        padding-left: 20px;
        padding-right: 20px;
    }

    .order-img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .mission_desc .scene {
        width: 354px;
    }

    .history-img .scene {
        width: 125px;
    }

    .mission-img .scene {
        left: -30px;
        width: 125px;
    }
}

@media (max-width: 767px) {
    .shop-row > div:nth-child(3n+1) {
        clear: none;
    }

    .shop-row > div:nth-child(2n+1) {
        clear: both;
    }

    .bhead .shop-filter {
        top: -5px;
    }

    .bs-caret {
        right: -5px;
    }

    .history-section {
        padding: 40px 0;
    }

    .history_desc {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .mission-section .container_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mission_desc {
        margin-bottom: 30px;
    }

    .footer_logo img {
        width: 150px;
    }

    .footer_logo {
        margin-bottom: 30px;
    }

    .footer_block_address {
        margin-bottom: 10px;
    }

    .shop_full .container_wrap {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .back-link {
        margin-bottom: 30px;
    }

    .prod-slider .slick-slide img {
        width: 100%;
    }

    .partner_block {
        max-width: 350px;
    }

    .similar-item .shop-row > div:nth-child(4n+1) {
        clear: none;
    }

    .similar-item .shop-row > div:nth-child(2n+1) {
        clear: both;
    }

    .shop_full, .order_section {
        margin-bottom: 40px;
    }

    .full-item-desc .item-price {
        font-size: 18px;
    }

    .alink {
        font-size: 10px;
        letter-spacing: normal;
    }

    .full-item-buy > div:nth-child(2) {
        padding: 0 10px;
    }

    .block-title {
        font-size: 24px;
    }

    .order_section .container_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .order {
        padding: 20px;
    }

    .order .block-title {
        margin-bottom: 15px;
    }

    .order-block {
        margin-bottom: 20px;
    }

    .order-form {
        max-width: 100%;
        padding-top: 0;
    }

    .order-form .bhead {
        margin-bottom: 0;
    }

    .order-total .block-title {
        margin: 10px 0 0;
    }

    .history-img .scene {
        width: 100px;
        top: -30px;
        right: -20px;
    }

    .mission_desc .scene {
        top: -20px;
        left: 30px;
    }

    .mission-img .scene {
        left: -7px;
        width: 100px;
        bottom: -105px;
    }
}

@media (max-width: 467px) {
    .mobile_link > a {
        margin-top: 2px;
        margin-right: 5px;
        cursor: pointer;
    }
    .phone_block_wrap_in {
        display: none;
        pointer-events: none;
    }
    .phone_block_wrap:hover .phone_block_wrap_in {
        opacity: 0;
        visibility: hidden;
        display: none;
        pointer-events: none;
    }

    .bhead .shop-filter {
        top: 0;
        position: relative;
    }

    .shop_section .bhead {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .shop-filter .bootstrap-select {
        width: 100% !important;
    }

    .modal_content {
        padding: 30px 10px 20px;
    }

    .order-block > div {
        display: block;
    }

    .order {
        padding: 30px;
    }

    .order-block {
        margin-bottom: 30px;
        padding: 0;
    }

    .order-img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .order-block .item-title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .prod_cart_count {
        width: 125px;
        height: 40px;
    }

    .prod_cart_count button {
        height: 40px;
        width: 30px;
    }

    .prod_cart_count input {
        width: 35px;
        height: 40px;
    }

    .remove-item {
        color: #000;
        top: 15px;
        margin-top: 0;
        right: 15px;
        background: #fff;
        border-radius: 50%;
        height: 24px;
    }
}
