.catalog.section2 {
    background: none;
    padding: 30px 0 30px 0;
}
.catalog .wrapper .caption-tabs {
    padding-bottom: 13px;
    text-align: center;
}
.catalog .wrapper .caption-tabs span {
    display: inline-block;
    cursor: pointer;
    font-size: 36px;
    line-height: 60px;
    color: #333333;
    font-weight: bold;
    padding: 0 25px;
    border-bottom: 6px solid #f0f0f0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog .wrapper .caption-tabs span.active {
    border-bottom: 6px solid #7cc623;
}
.catalog .wrapper .outer .item {
    height: 104px;
    padding: 10px 0 0 10px;
    position: relative;
    cursor: pointer;
}
.catalog .wrapper .outer .item.item-large {
    height: 161px;
}
@media (max-width: 479px) {
    .catalog .wrapper .outer .item.item-large {
        height: auto;
    }
}
.catalog .wrapper .outer .item.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #7cc623 !important;
}
.catalog .wrapper .outer .item.active .name {
    color: #fff;
}
.catalog .wrapper .outer .item.active path {
    fill: #96d14f;
}
.catalog .wrapper .outer .item.active .wrapper-icon .icon-arrow-bottom {
    color: #bee391;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog .wrapper .outer .item .item-category-link {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 32;
}
.catalog .wrapper .outer .item .name {
    font-size: 14px;
    line-height: 17px;
    max-width: 128px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog .wrapper .outer .item:not(.red-item) {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog .wrapper .outer .item:not(.red-item) .thumb {
    opacity: 0.5;
}
.catalog .wrapper .outer .item:not(.red-item):hover,
.catalog .wrapper .outer .item:not(.red-item).open {
    background-color: #7cc623;
}
.catalog .wrapper .outer .item:not(.red-item):hover .icon-arrow-bottom,
.catalog .wrapper .outer .item:not(.red-item).open .icon-arrow-bottom {
    color: #fff;
}
.catalog .wrapper .outer .item:not(.red-item):hover .wrapper-icon .icon-arrow-bottom,
.catalog .wrapper .outer .item:not(.red-item).open .wrapper-icon .icon-arrow-bottom {
    color: #bee391;
}
.catalog .wrapper .outer .item:not(.red-item):hover span.name,
.catalog .wrapper .outer .item:not(.red-item).open span.name {
    color: #fff;
}
.catalog .wrapper .outer .item:not(.red-item):hover:hover .thumb path,
.catalog .wrapper .outer .item:not(.red-item).open:hover .thumb path,
.catalog .wrapper .outer .item:not(.red-item):hover:hover .thumb rect,
.catalog .wrapper .outer .item:not(.red-item).open:hover .thumb rect {
    fill: #ffffff !important;
}
.catalog .wrapper .outer .wrapper-icon {
    text-align: center;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 10px;
    border-radius: 50%;
    right: 11px;
    z-index: 33;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog .wrapper .outer .wrapper-icon:hover {
    background-color: #72b620;
}
.catalog .wrapper .outer .wrapper-icon .icon-arrow-bottom {
    display: inline-block;
    font-size: 15px;
    color: #ababab;
    height: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog a {
    position: relative;
}
.catalog .icon-arrow-bottom {
    display: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    padding: 1px 8px;
    z-index: 50;
    border-radius: 50%;
    color: #ababab;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.catalog .dropdown.open .icon-arrow-bottom {
    color: #7cc623;
}
.catalog .dropdown:nth-child(5) .dropdown-block {
    right: 0;
    left: inherit;
}
.catalog .dropdown:nth-child(5) .dropdown-block .angle {
    left: inherit;
    right: 50px;
}
.catalog .dropdown-block {
    display: none;
    z-index: 80;
    top: 100%;
    position: absolute;
    left: 0;
}
.catalog .dropdown-block .close {
    display: none;
}
.catalog .wrapper-block {
    display: flex;
    width: auto;
    flex-direction: row;
    border-radius: 5px;
    padding: 15px 0;
    background-color: #fff;
    color: #333333;
    box-shadow: 0 4px 5px 0 rgba(38, 49, 58, 0.2);
}
.catalog .wrapper-block .angle {
    content: '';
    position: absolute;
    left: 50px;
    border-bottom: 16px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    display: block;
    bottom: 100%;
}
.catalog .wrapper-block .block {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 210px;
}
.catalog .wrapper-block a {
    font-size: 13px;
    font-family: 'RalewayRegular';
    line-height: 15px;
    margin: 2px 0;
    padding: 3px 0 2px 0;
    border-top: 1px solid #E0E0E0;
    color: #333;
    text-transform: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.catalog .wrapper-block a:hover {
    color: #7cc623;
    text-decoration: none;
}
.catalog .wrapper-block a:first-child {
    border-top: none;
}
.display-none {
    display: none;
}
.red-price {
    color: #e30613 !important;
}
.item.red-item {
    overflow: hidden;
    background-color: #f5f5f5;
}
.item.red-item:hover {
    background-color: #e30613;
}
.item.red-item:hover .name {
    color: #fff !important;
}
.item.red-item:hover .red-bant path {
    fill: #fff;
}
.best-buy {
    background-color: #f4f4f4;
}
.best-buy .wrapper {
    max-width: 1160px;
}
.best-buy .wrapper > .caption {
    color: #333333;
    font-size: 36px;
    line-height: 66px;
    text-align: center;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-transform: uppercase;
    padding: 40px 0;
}
.best-buy .wrapper #owl-best-buy,
.best-buy .wrapper #owl-best-buy-with {
    padding-bottom: 95px;
}
.best-buy .wrapper #owl-best-buy .item,
.best-buy .wrapper #owl-best-buy-with .item {
    width: 230px;
    position: relative;
    border: 1px solid #cccccc;
    height: 387px;
    border-radius: 7px;
    overflow: hidden;
}
.best-buy .wrapper #owl-best-buy .item .price,
.best-buy .wrapper #owl-best-buy-with .item .price {
    width: 100%;
    font-family: 'AzoftSans';
    text-align: right;
    position: absolute;
    padding: 0px 10px 18px 10px;
    bottom: 0;
}
.best-buy .wrapper #owl-best-buy .item .price .old-price,
.best-buy .wrapper #owl-best-buy-with .item .price .old-price {
    vertical-align: top;
    font-size: 16px;
    color: #ccc;
    font-family: 'AzoftSans';
    line-height: 16px;
    text-decoration: line-through;
    display: inline-block;
}
.best-buy .wrapper #owl-best-buy .item .price .new-price,
.best-buy .wrapper #owl-best-buy-with .item .price .new-price {
    margin-left: 7px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.best-buy .wrapper #owl-best-buy .item .price .new-price .black,
.best-buy .wrapper #owl-best-buy-with .item .price .new-price .black {
    font-family: 'AzoftSansBold';
    font-size: 24px;
}
.best-buy .wrapper #owl-best-buy .item:hover .thumb,
.best-buy .wrapper #owl-best-buy-with .item:hover .thumb {
    -webkit-transform: scale(1.1, 1.1) rotate(-1deg);
    -moz-transform: scale(1.1, 1.1) rotate(-1deg);
    -ms-transform: scale(1.1, 1.1) rotate(-1deg);
    -o-transform: scale(1.1, 1.1) rotate(-1deg);
    transform: scale(1.1, 1.1) rotate(1deg);
}
.best-buy .wrapper #owl-best-buy .block,
.best-buy .wrapper #owl-best-buy-with .block {
    height: 145px;
    background-color: #fff;
    position: relative;
}
.best-buy .wrapper #owl-best-buy .item,
.best-buy .wrapper #owl-best-buy-with .item {
    margin: 0 auto 0 auto;
    max-width: 280px;
    display: block;
    color: #333333;
    text-decoration: none;
}
.best-buy .wrapper #owl-best-buy .item .wrapper-thumb,
.best-buy .wrapper #owl-best-buy-with .item .wrapper-thumb {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}
.best-buy .wrapper #owl-best-buy .item .type,
.best-buy .wrapper #owl-best-buy-with .item .type {
    position: absolute;
    right: 10px;
    bottom: 10px;
    fill: #7cc623;
}
.best-buy .wrapper #owl-best-buy .item .thumb,
.best-buy .wrapper #owl-best-buy-with .item .thumb {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    height: 199px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.best-buy .wrapper #owl-best-buy .item .name,
.best-buy .wrapper #owl-best-buy-with .item .name {
    max-height: 90px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    font-family: 'RalewayRegular', Arial, sans-serif;
    text-align: left;
    text-transform: none;
    padding: 10px 14px 0px 14px;
}
.best-buy .wrapper #owl-best-buy .owl-carousel,
.best-buy .wrapper #owl-best-buy-with .owl-carousel {
    margin-top: 76px;
}
.best-buy .wrapper #owl-best-buy .owl-buttons .owl-prev,
.best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-prev {
    left: -50px;
    top: 40%;
    font-size: 40px;
    margin-top: -40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.best-buy .wrapper #owl-best-buy .owl-buttons .owl-next,
.best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-next {
    right: -50px;
    top: 40%;
    margin-top: -40px;
    font-size: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bg-white {
    background-color: #ffffff;
}
.price:not(.current-price) {
    width: 100%;
    text-align: right;
    position: absolute;
    padding: 0px 10px 10px 10px;
    font-family: 'AzoftSans';
    bottom: 0;
}
.price:not(.current-price) .old-price {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ccc;
    line-height: 16px;
    text-decoration: line-through;
    display: none;
}
.price:not(.current-price) .new-price {
    margin-left: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
}
.price:not(.current-price) .new-price .black {
    font-family: 'AzoftSansBold';
    font-size: 24px;
}
.price:not(.current-price).stock-item .old-price {
    display: inline-block;
}
.price:not(.current-price).stock-item .new-price {
    color: #e30613;
}
.block-text .caption {
    color: #333333;
    font-size: 36px;
    line-height: 66px;
    text-align: center;
    font-family: 'RalewayBold', Arial, sans-serif;
    text-transform: uppercase;
    padding: 40px 0 30px;
}
.block-text p:not(.caption) {
    line-height: 25px;
}
.block-text .text {
    padding-bottom: 85px;
}
.block-text ul {
    padding-left: 40px;
}
.block-text ul li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.block-text ul li:before {
    content: '\0047';
    font-family: 'iconfonts';
    font-size: 8px;
    color: #52ae32;
    margin-right: 10px;
    position: absolute;
    left: -10px;
}
.block-text ol {
    padding-left: 45px;
}
.block-text ol li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.this-block {
    text-align: left;
    padding: 0;
    background-color: #f5f5f5;
}
.this-block .wrapper-search {
    text-align: left;
}
.this-block .wrapper-search .search {
    padding-top: 0;
}
.this-block .all-catalog {
    cursor: pointer;
    position: relative;
    padding-left: 23px;
    margin-top: 15px;
    display: inline-block;
}
.this-block .all-catalog:hover span {
    color: #7cc623;
}
.this-block .all-catalog:hover a {
    color: #7cc623;
}
.this-block .all-catalog span {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 11px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.this-block .all-catalog a {
    display: inline-block;
    padding-left: 15px;
}
.current-catalog .close-sidebar {
    display: none;
}
.current-catalog .items {
    padding-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-flow: row wrap;
}
.current-catalog .items .wrapper-item {
    padding: 10px;
    overflow: hidden;
    flex: 0 0 25%;
}
.current-catalog .items .block {
    height: 120px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #cccccc;
}
.current-catalog .items .item {
    display: block;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    overflow: hidden;
    color: #333333;
    text-decoration: none;
}
.current-catalog .items .item.is-border-green {
    border-width: 2px;
    border-color: #7cc623;
}
.current-catalog .items .item .block-img {
    position: relative;
    overflow: hidden;
    height: 199px;
    padding: 5px;
}
.current-catalog .items .item .block-img img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.current-catalog .items .item .block-img .type {
    position: absolute;
    right: 10px;
    bottom: 10px;
    fill: #7cc623;
}
.current-catalog .items .item .thumb {
    max-height: 100%;
    max-width: 100%;
    display: block;
}
.current-catalog .items .item .name {
    max-height: 70px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    font-family: 'RalewayRegular', Arial, sans-serif;
    text-align: left;
    text-transform: none;
    padding: 10px 14px 0px 14px;
}
.current-catalog .items .item:hover .block-img img {
    -webkit-transform: scale(1.1, 1.1) rotate(-1deg);
    -moz-transform: scale(1.1, 1.1) rotate(-1deg);
    -ms-transform: scale(1.1, 1.1) rotate(-1deg);
    -o-transform: scale(1.1, 1.1) rotate(-1deg);
    transform: scale(1.1, 1.1) rotate(1deg);
}
.current-catalog .give-more {
    margin-bottom: 50px;
    position: relative;
    margin-top: 0;
    text-align: center;
}
.current-catalog .give-more .return {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.current-catalog .give-more .return span {
    color: #838383;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.current-catalog .give-more .return a {
    display: inline-block;
    vertical-align: middle;
}
.current-catalog .give-more .return:hover span {
    color: #7cc623;
}
.current-catalog .give-more .return .icon-arrow-left {
    vertical-align: middle;
    font-size: 13px;
    margin-top: -4px;
}
.current-catalog .give-more .return .back {
    text-transform: uppercase;
}
.sale {
    right: 0;
    top: 4px;
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sale > div {
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px 5px 0 5px;
    margin-bottom: 4px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
}
@media (max-width: 767px) {
    .sale > div {
        font-size: 14px;
        padding: 3px 10px;
    }
}
@media (max-width: 479px) {
    .sale > div {
        font-size: 12px;
        padding: 0 7px;
    }
}
.sale > div .num {
    font-family: 'AzoftSansBold', sans-serif;
}
.sale .hit {
    background-color: #7CC622;
    color: #fff;
}
.sale .stock {
    color: #fff;
    background-color: #e30613;
}
.sale .surprise {
    background-color: #008BD2;
    color: #fff;
}
.sale .twobyone {
    background-color: #FFDD00;
    color: #000;
}
.current-item {
    padding-top: 60px;
    padding-bottom: 60px;
}
.current-item .about-item .one-pic .slider-item {
    height: auto;
    margin-bottom: 20px;
}
.current-item .about-item .one-pic .slider-item .slideshow {
    width: 100%;
}
.current-item .about-item .slider-item {
    width: 57%;
    height: 515px;
    float: left;
}
.current-item .about-item .slider-item .slideshow {
    width: 500px;
    height: 500px;
    position: relative;
    float: right;
}
.current-item .about-item .slider-item .slideshow .uk-slidenav:hover,
.current-item .about-item .slider-item .slideshow .uk-slidenav:focus {
    color: #000;
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow {
    max-height: 515px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li.video-block .uk-overlay-icon:before {
    display: none;
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li .uk-overlay-icon:before {
    color: rgba(50, 50, 50, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li:hover .uk-overlay-icon:before {
    opacity: 0.7;
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li i.icon-play-circle-o {
    font-size: 144px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li i.icon-play-circle-o:before {
    font-family: 'icomoon';
}
.current-item .about-item .slider-item .slideshow li {
    max-height: 515px;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100px;
    right: 75%;
    top: 42%;
    bottom: inherit;
    left: inherit;
    padding: 0;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o {
    position: absolute;
    font-size: 44px;
    left: 44%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o:before {
    font-family: 'icomoon';
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel #owl-slide {
    width: 450px;
    margin-top: 0;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-prev {
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
    left: -40px;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-prev i {
    display: inline-block;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-next {
    font-size: 35px;
    display: inline-block;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -37px;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-next i {
    display: inline-block;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) {
    background: none;
    width: 100px;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover):hover {
    border: 1px solid #888888;
}
.current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) img {
    max-height: 100px;
    border-radius: 7px;
    max-width: 100px;
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.current-item .about-item .slider-item .uk-overlay-background {
    background: rgba(0, 0, 0, 0);
}
.current-item .about-item .description {
    padding-left: 35px;
    float: right;
    width: 43%;
}
.current-item .about-item .description .main-description {
    padding: 24px 0 0;
}
.current-item .about-item .description .main-description > div {
    margin-bottom: 5px;
}
.current-item .about-item .description .book-item {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.current-item .about-item .description .book-item .current-price {
    line-height: 38px;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    min-width: 175px;
    font-size: 36px;
    font-family: 'AzoftSansBold';
    font-weight: bold;
}
.current-item .about-item .description .book-item .current-price .rub {
    font-size: 22px;
    display: inline-block;
    margin-left: -10px;
}
.current-item .about-item .description .book-item .book-this {
    display: table-cell;
    vertical-align: middle;
}
.current-item .about-item .description .book-item .btn {
    margin-bottom: 10px;
}
.current-item .about-item .description .type {
    margin-top: 14px;
    display: flex;
    align-items: center;
    font-family: 'RalewayMedium', Arial, sans-serif;
    font-size: 14px;
    color: #818181;
}
.current-item .about-item .description .type svg {
    fill: #7CC622;
    margin-right: 18px;
}
@media (max-width: 767px) {
    .current-item .about-item .description .type svg {
        margin-right: 10px;
    }
}
.current-item .about-item .description .caption {
    font-family: 'RalewayBold';
    font-size: 16px;
    color: #333;
}
.current-item .about-item .description .text {
    font-size: 16px;
    padding-left: 10px;
}
.current-item .about-item .description .about-this-item {
    margin-top: 35px;
    margin-bottom: 30px;
}
.current-item .about-item .description .about-this-item h3 {
    text-transform: uppercase;
    font-family: 'RalewayBold';
    display: block;
    margin: 20px 0;
}
.current-item .about-item .detail-description {
    margin-top: 35px;
}
.current-item .about-item .detail-description .text {
    overflow: hidden;
    height: 78px;
    margin-bottom: 15px;
}
.current-item .about-item .detail-description h3 {
    margin: 20px 0;
}
.current-item .about-item .detail-description .line-height-mini {
    line-height: 19px;
}
.current-item .about-item .detail-description .buttons {
    text-align: center;
    margin-top: 30px;
}
.current-item .about-item .detail-description .buttons button {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.current-item .about-item .detail-description .buttons .btn-with-border {
    padding: 0px 36px;
    font-size: 16px;
    font-family: 'Ralewaybold';
}
.current-item .about-item.item-nophoto .description {
    float: none;
    width: auto;
    padding-left: 0;
}
.wrapper-read-more {
    display: block;
}
.read-more {
    font-family: 'RalewayBold';
    position: relative;
    padding-right: 20px;
    display: inline-block;
    line-height: 26px;
    color: #7cc623;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.read-more .ico-arrow {
    position: absolute;
    border-top: 6px solid #7cc623;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 0px;
    top: 12px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.read-more .ico-arrow.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.read-more:hover {
    color: #509121;
}
.read-more:hover .ico-arrow {
    border-top-color: #509121;
}
.option-ul {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion {
    padding-right: 15px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    width: 100%;
    border-radius: 5px;
}
.accordion li {
    background-color: #fff;
}
.accordion li:first-child {
    border-radius: 5px 5px 0 0;
}
.accordion li:last-child {
    border-radius: 0 0 5px 5px;
}
.accordion:last-child {
    padding-right: 0;
}
.accordion .link {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    display: block;
    color: #333333;
    font-weight: 700;
    font-family: 'RalewayBold', Arial, sans-serif;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link a {
    padding: 10px 45px 10px 20px;
    display: block;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link a:hover {
    color: #7cc623;
}
.accordion .link .wrapper-ico {
    width: 46px;
    right: 0;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
}
.accordion .link .wrapper-ico:hover > i {
    color: #7cc623;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.icon-arrow-bottom {
    right: 16px;
    left: auto;
    height: 17px;
    font-size: 16px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion li.open .link {
    color: #7cc623;
}
.accordion li.open .wrapper-ico i {
    color: #7cc623;
}
.accordion li.open .wrapper-ico i.icon-arrow-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30%;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #fff;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
}
.submenu li {
    border-bottom: 1px solid #CCC;
}
.submenu a {
    font-family: 'RalewayRegular';
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover {
    color: #7cc623;
}
.searchBlock .tabsContent {
    border-radius: 0 5px 5px 5px;
}
.searchBlock .caption-tabs .content {
    background-color: #fff;
}
.searchBlock .catalog.section2 {
    padding: 0;
}
.Banner {
    padding: 50px 0 0 0;
}
.Banner .section1 .item {
    border-radius: 5px;
}
.BannerSearch {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.BannerSearch .searchBlock {
    position: relative;
    top: inherit;
    padding-bottom: 50px;
}
.accordion-tab {
    display: flex;
    flex-direction: row;
}
.searchBlock .tabsContent > li.tab-green {
    background: #7cc623;
    color: #fff;
    padding: 30px 30px;
}
.header input::-webkit-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header input::-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header input:-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header input:-ms-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header textarea::-webkit-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header textarea::-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header textarea:-moz-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
.header textarea:-ms-input-placeholder {
    color: #bfbfbf;
    font-family: 'RalewayRegular', Arial, sans-serif;
    font-size: 17px;
}
/*.header .mobile-search {
    display: none!important;
}*/
.current-catalog .accordion {
    padding-left: 0;
}
.current-catalog .accordion .link .wrapper-ico {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-catalog .accordion .link .wrapper-ico i {
    height: 100%;
    width: 100%;
    position: relative;
    top: inherit!important;
    right: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: inherit;
}
.current-catalog .accordion .link .wrapper-ico i:before {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.current-catalog .wrapper {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
}
.current-catalog .wrapper .sidebar {
    flex: 0 0 24%;
    padding-right: 15px;
}
.current-catalog .wrapper .wrapper-catalog {
    padding-left: 15px;
    flex: 0 0 76%;
}
.current-catalog .sidebar .accordion .link {
    font-size: 17px;
}
.current-catalog .accordion-tab {
    margin-bottom: 40px;
}
.current-catalog .accordion-tab .accordion a.active {
    color: #7cc623;
}
.current-catalog .accordion-tab .accordion li.open ul.submenu {
    display: block;
}
.current-catalog .accordion-tab .accordion .open > .link a {
    color: #7cc623;
}
.current-catalog .accordion-tab .accordion .accordion2 li.open ul.submenu2 {
    display: block;
}
.current-catalog .accordion-tab .accordion .wrapper-ico i {
    font-size: 14px;
}
.current-catalog .accordion-tab .accordion .submenu a {
    padding: 12px 48px 12px 20px;
}
.current-catalog .accordion-tab .accordion .link a {
    padding: 15px 45px 15px 10px;
}
.current-catalog .accordion-tab .accordion li:first-child .link {
    border-top: 1px solid #CCC;
}
.current-catalog .accordion-tab .accordion li:last-child .link {
    border-bottom: 1px solid #CCC;
}
.current-catalog .accordion-tab .accordion li:last-child,
.current-catalog .accordion-tab .accordion li:first-child {
    border-radius: 0;
}
.current-catalog .accordion-tab .accordion li i.icon-arrow-bottom {
    top: 42%;
}
.current-catalog .accordion-tab .accordion .podmenu {
    position: relative;
}
.current-catalog .accordion-tab .accordion .podmenu a {
    font-size: 14px;
    font-family: 'RalewaySemiBold';
}
.current-catalog .accordion-tab .accordion .podmenu .ico {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.current-catalog .accordion-tab .accordion .podmenu .ico:hover i {
    color: #7cc623;
}
.current-catalog .accordion-tab .accordion .podmenu .ico i {
    height: 100%;
    font-size: 14px;
    width: 100%;
    position: relative;
    top: inherit!important;
    right: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: inherit;
}
.current-catalog .accordion-tab .accordion .podmenu .ico i:before {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.current-catalog .accordion-tab .accordion .submenu2 {
    display: none;
    padding: 0;
}
.current-catalog .accordion-tab .accordion .submenu2 li {
    padding-left: 15px;
}
.current-catalog .accordion-tab .accordion .submenu2 li a {
    padding-right: 10px;
    font-size: 14px;
}
.current-catalog .accordion-tab .accordion .submenu2 li:last-child {
    border-bottom: none;
}
.current-catalog .accordion-tab .accordion .submenu2 li:first-child {
    border-top: 1px solid #CCC;
}
.current-catalog .accordion2 {
    padding: 0;
}
.current-catalog .accordion2 .open > .podmenu a {
    color: #7cc623;
}
.current-catalog .accordion2 li i.icon-arrow-bottom {
    top: 38%;
}
.current-catalog .accordion2 li.open .podmenu {
    color: #7cc623;
}
.current-catalog .accordion2 li.open .ico i.icon-arrow-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #7cc623;
}
.sectionMain .breadcrumbs {
    max-width: 480px;
}
.sectionMain .breadcrumbs.breadcrumbs-wide {
    max-width: none;
}
.detail-description ul,
.about-this-item ul {
    padding-left: 40px;
}
.detail-description ul li,
.about-this-item ul li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.detail-description ul li:before,
.about-this-item ul li:before {
    content: '\0047';
    font-family: 'iconfonts';
    font-size: 8px;
    color: #52ae32;
    margin-right: 10px;
    position: absolute;
    left: -10px;
}
.detail-description ol,
.about-this-item ol {
    padding-left: 45px;
}
.detail-description ol li,
.about-this-item ol li {
    padding: 7px 0 7px 10px;
    position: relative;
}
.counter {
    display: flex;
    align-items: center;
}
.counter .but {
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #eaeaea;
    color: #8F8F8F;
    cursor: pointer;
    outline: none;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -10000px;
}
.counter .but:hover {
    background-color: #8F8F8F;
    color: #fff;
}
.counter .but.dec {
    border-radius: 5px 0 0 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0880001 5.296V0.94H10.996V5.296H0.0880001Z' fill='%238F8F8F'/%3E%3C/svg%3E");
}
.counter .but.dec:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0880001 5.296V0.94H10.996V5.296H0.0880001Z' fill='%23fff'/%3E%3C/svg%3E");
}
.counter .but.inc {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.464 4.276V8.164H8.756V12.232H4.4V8.164H0.692V4.276H4.4V0.207999H8.756V4.276H12.464Z' fill='%238F8F8F'/%3E%3C/svg%3E%0A");
}
.counter .but.inc:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.464 4.276V8.164H8.756V12.232H4.4V8.164H0.692V4.276H4.4V0.207999H8.756V4.276H12.464Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.counter input {
    font-family: 'AzoftSansBold', sans-serif;
    font-weight: bold;
    padding: 5px !important;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 40px;
    height: 35px;
    border-color: #eaeaea;
}
.circle {
    font-family: AzoftSansBold;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    margin-right: 12px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
}
.block-orders {
    padding: 0 0;
}
.block-orders .orders {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    /*&:nth-child(odd) {background:#F3F3F3}*/
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.block-orders .orders .item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
.block-orders .orders .item > .info {
    display: flex;
    flex-direction: column;
}
.block-orders .orders .item > .info .name {
    padding-right: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #333333;
    line-height: normal;
}
@media (max-width: 767px) {
    .block-orders .orders .item > .info .name {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .block-orders .orders .item > .info .name {
        font-size: 15px;
    }
}
.block-orders .orders .item > .info .name .country {
    font-family: 'RalewayRegular', sans-serif;
    font-size: 15px;
}
.block-orders .orders .item > .info .about,
.block-orders .orders .item > .info .admission {
    font-size: 14px;
    font-family: 'RalewayMedium', Arial, sans-serif;
    color: #818181;
}
@media (max-width: 767px) {
    .block-orders .orders .item > .info .about,
    .block-orders .orders .item > .info .admission {
        font-size: 12px;
    }
}
.block-orders .orders .item > .info > span {
    display: block;
}
@media (max-width: 767px) {
    .block-orders .orders .item > .info .ticket-recept {
        margin-left: -87px;
        margin-bottom: 8px;
    }
}
.block-orders .orders .item .image {
    margin-right: 25px;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    height: 70px;
    background-color: #fff;
    padding: 3px;
    align-items: center;
}
.block-orders .orders .item .image.svg {
    background-color: #fefefe;
}
@media (max-width: 767px) {
    .block-orders .orders .item .image {
        margin-right: 15px;
    }
}
.block-orders .orders .item .image svg {
    height: 50px;
    width: 50px;
    margin: 5px 0 0 0;
    fill: #96d14f;
}
.block-orders .orders .item .image a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.block-orders .orders .item .image img {
    max-width: 100%;
    max-height: 100%;
}
.block-orders .orders .counter {
    margin-left: 50px;
    color: #000;
}
.block-orders .orders .counter span {
    color: #818181;
    margin-left: 5px;
}
.block-orders .orders .item-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.block-orders .orders .price-counter {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.block-orders .orders .price-order {
    margin-left: 20px;
    font-family: 'AzoftSans', sans-serif;
}
.block-orders .orders .price-order .red-price {
    margin-bottom: 10px;
    font-size: 24px;
    white-space: nowrap;
}
.block-orders .orders .price-order .old-price {
    font-size: 20px;
    color: #818181;
    white-space: nowrap;
}
.block-orders .orders .price-order .linethr {
    text-decoration: line-through;
}
.block-orders .orders .close {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.block-orders .orders .close .icon-close {
    cursor: pointer;
    outline: none;
    padding: 10px;
    font-size: 16px;
    background: none;
    border: none;
    color: #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.block-orders .orders .close .icon-close:hover {
    color: #000;
}
.block-orders .orders .type {
    display: flex;
    align-items: center;
    font-family: 'RalewayMedium', Arial, sans-serif;
    font-size: 14px;
    color: #818181;
    margin-right: 55px;
}
.block-orders .orders .type svg {
    flex: none;
    fill: #7CC622;
    margin-right: 18px;
}
.block-orders .orders .type_pwd svg {
    fill: #C12D2C;
}
@media (max-width: 767px) {
    .block-orders .orders .type {
        margin-top: 6px;
        font-size: 12px;
    }
    .block-orders .orders .type svg {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .block-orders .orders .b-receipt-info {
        margin-top: 6px;
        font-size: 12px;
    }
}
.green-checkbox {
    margin-top: -2px;
    margin-right: 10px;
}
.green-checkbox input {
    display: none;
}
.green-checkbox input:checked + label span {
    opacity: 1;
}
.green-checkbox label {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #7cc623;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.green-checkbox label span {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
}
.next-step {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.next-step_submit {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.next-step .old-price {
    margin-left: 5px;
    font-family: 'AzoftSansBold', sans-serif;
    font-size: 15px;
    color: #b3b3b3;
}
.next-step .old-price .currency {
    font-family: 'RalewayRegular', sans-serif;
    font-size: 12px;
    margin-left: 5px;
}
.next-step .linethr {
    text-decoration: line-through;
}
.next-step .column {
    margin-left: 5px;
}
.next-step .used {
    flex: 0 0 40%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.next-step .you-balls {
    font-family: 'AzoftSans';
}
.next-step .button {
    text-align: left;
}
.next-step .button:last-child {
    text-align: right;
}
.next-step .button .btn {
    height: 50px;
    white-space: nowrap;
    min-width: 165px;
}
.next-step .apteka {
    flex: 0 0 50%;
    text-align: center;
}
.next-step .apteka .name {
    font-weight: bold;
}
.next-step .apteka i {
    font-style: normal;
    white-space: nowrap;
}
.next-step .apteka .pharmacy-name {
    padding: 0 10px;
}
.next-step .product_not_enough {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #e30613;
    margin-top: 20px;
}
.next-step .total-price {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0 20px;
}
.next-step .total-price .total {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.next-step .total-price .total .column {
    display: flex;
    flex-direction: column;
}
.next-step .total-price .total .red-price {
    margin-left: 5px;
    font-family: 'AzoftSansBold';
    font-size: 26px;
}
.next-step .total-price .total .red-price .currency {
    font-family: 'RalewayRegular';
    font-size: 16px;
    margin-left: 5px;
}
.btn-ord {
    background-color: #e30613;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    text-decoration: none!important;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    text-transform: uppercase;
    justify-content: center;
    padding: 12px 15px;
}
.btn-ord:hover {
    background-color: #860000;
}
.btn-ord .circle {
    width: 25px;
    height: 25px;
    font-size: 16px;
    border: 2px solid #fff;
}
.btn-ord .sim {
    margin-left: 4px;
    margin-top: -2px;
}
.step2 .account {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.step2 .account span {
    font-size: 14px;
}
.step2 .account a {
    text-decoration: none;
}
.error {
    margin-top: 0;
}
select.valid + .jq-selectbox__select {
    border-color: #7cc623;
}
.confirm-telephone {
    position: relative;
    margin-top: 10px;
}
.confirm-telephone + .confirm {
    margin-top: 10px;
    line-height: 18px;
    font-size: 15px!important;
    color: #7cc623;
}
.confirm-telephone .btn {
    background-color: #7cc623;
    color: #fff;
    border: none;
    text-transform: inherit;
    right: 15px;
    padding: 6px 10px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.confirm-telephone input {
    padding-right: 155px;
}
.step3 .next-step {
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.step3 .btn-ord {
    min-height: 49px;
    min-width: 165px;
}
.step3 #maps-canvas {
    margin: 30px -30px 0px -30px;
    border-radius: 0 0 5px 5px;
}
.form-order label.error {
    padding-left: 0;
}
.form-order input {
    font-size: 18px;
    padding-left: 14px;
    padding-right: 14px;
}
.form-order input::placeholder {
    font-size: 18px;
}
@media (min-width: 768px) {
    .form-order__nowrap {
        white-space: nowrap;
    }
}
.form-order .jq-selectbox__select {
    height: 49px;
    border: 1px solid #bbb;
    padding-right: 25px;
}
.form-order .jq-selectbox__select-text {
    color: #000;
    font-family: 'RalewayBold', Arial, sans-serif;
    font-size: 18px;
}
.form-order .jq-selectbox__trigger-arrow {
    top: 50%;
    margin-top: -8px;
    right: 10px;
    border: 0;
    width: 17px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg class='drop-custom__arr' width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7283 4.57267L16.1714 3.97896C15.9962 3.79355 15.763 3.6914 15.5138 3.6914C15.2647 3.6914 15.0313 3.79355 14.856 3.97896L8.5038 10.7052L2.14423 3.9715C1.96925 3.78608 1.73581 3.68408 1.48675 3.68408C1.23769 3.68408 1.00411 3.78608 0.828999 3.9715L0.272002 4.56155C-0.0906674 4.94526 -0.0906674 5.57029 0.272002 5.954L7.84384 14.0001C8.01881 14.1853 8.25198 14.3159 8.50325 14.3159H8.50615C8.75535 14.3159 8.98851 14.1852 9.16349 14.0001L16.7283 5.97581C16.9035 5.79054 16.9997 5.53619 17 5.27249C17 5.00863 16.9035 4.7578 16.7283 4.57267Z' fill='%23595959'/%3E%3C/svg%3E");
}
.form-order__personal {
    max-width: 340px;
}
@media (max-width: 767px) {
    .form-order__default-size button[type="submit"] {
        font-size: 14px;
    }
}
.form-order .col {
    flex: 0 0 33.33%;
    padding: 10px;
}
.form-order .telephone {
    display: flex;
    flex-direction: column;
}
.form-order .telephone .confirm {
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}
.form-order .block-center {
    margin-bottom: 25px;
    margin-top: 20px;
    flex: 0 0 100%;
    flex-direction: column;
    text-align: center;
}
.form-order .block-center .text {
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}
.form-order .checkboxOuter {
    display: inline-flex;
    vertical-align: top;
    padding-top: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-order .checkboxOuter .near {
    color: #7cc623;
}
.form-order .checkboxOuter input:checked + label {
    background: #008AD2;
}
.form-order .checkboxOuter input:checked ~ .near {
    color: #333333;
}
.form-order .checkboxOuter input:checked ~ .far {
    color: #008AD2;
}
.form-order .checkboxOuter .near {
    order: -1;
    opacity: 1;
}
.form-order .checkboxOuter .far {
    display: inline-block;
    vertical-align: middle;
}
.form-order .checkboxOuter label {
    cursor: pointer;
    padding-left: 0;
}
.form-order .checkboxOuter .checkbox-styled + label {
    background-color: #7cc623;
    margin-left: 10px;
    margin-right: 10px;
}
.form-order .checkboxOuter .checkbox-styled + label:after {
    background: #fff;
}
.btn-prev-order {
    background-color: #DDDDDD;
    color: #848484;
}
.btn-prev-order .sim {
    margin-left: 0;
    margin-right: 7px;
}
.btn-prev-order .circle {
    border-color: #848484;
}
.btn-prev-order:hover {
    background-color: #bcbcbc;
}
.btn-prev-order:hover .circle {
    border-color: #fff;
}
.jq-selectbox__dropdown .none {
    display: none;
}
.step3 .map-tab {
    background: #f5f5f5;
    padding: 30px 30px 0 30px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.step3 .topControls {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
}
.step3 .checkboxOuter {
    padding-right: 20px;
    margin-top: -5px;
    display: inline-flex;
    vertical-align: top;
    padding-top: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.step3 .checkboxOuter .checkbox-styled:checked ~ label {
    opacity: 1;
}
.step3 .checkboxOuter .checkbox-styled:checked ~ .near {
    opacity: 0.5;
}
.step3 .checkboxOuter .checkbox-styled + label {
    margin-left: 10px;
    margin-right: 10px;
}
.step3 .checkboxOuter .checkbox-styled + label:after {
    background: #7cc623;
}
.step3 .checkboxOuter .near {
    order: -1;
    opacity: 1;
    cursor: pointer;
}
.step3 .checkboxOuter .far {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    cursor: pointer;
}
.step3 .controlsFlags {
    padding-right: 0px;
}
.wrapper-info {
    display: flex;
    flex-direction: column;
    padding-right: 75px;
    width: 100%;
    position: relative;
}
.wrapper-info .name {
    font-size: 16px;
    font-family: 'RalewayMedium';
    color: #333333;
}
.wrapper-info .distance {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px 5px;
    color: #fff;
    background-color: #008AD2;
    border-radius: 5px;
}
.complete {
    display: flex;
    text-align: center;
    flex-direction: column;
}
.complete .yes {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 30px;
}
.complete .yes .icon-check {
    color: #7cc623;
    font-size: 36px;
    padding: 15px;
    border-radius: 50%;
    border: 4px solid #7cc623;
}
.complete .thank {
    color: #7cc623;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'RalewaySemiBold';
    margin-bottom: 30px;
}
.complete .return {
    margin-top: 45px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #7cc623;
    color: #fff;
    padding: 12px 25px;
    display: inline-flex;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'RalewayMedium';
}
.BannerSearch {
    position: relative;
}
.BannerSearch .Banner {
    position: relative;
    z-index: 22;
}
.BannerSearch .searchBlock {
    padding-bottom: 0;
}
.searchOuterBlock {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper-search_fix_widget {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.wrapper-search_fix_widget .price_rub {
    white-space: nowrap;
}
#reserve_min_left_block {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}
.order-progress-container {
    width: 100%;
    border-radius: 5px;
    border: 1.5px dashed #7cc623;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    top: 0;
}
.order-progress {
    position: relative;
    overflow: hidden;
}
.order-progress .order-item {
    padding: 5px 20px;
    font-weight: normal;
    overflow: hidden;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.order-progress .order-start {
    border-radius: 5px;
    background: #52ae3245;
    color: #000;
    z-index: 18;
    position: relative;
}
.order-progress .order-discount-start {
    border-radius: 5px;
    background: greenyellow;
    color: #000;
}
.order-progress .order-current-level {
    border-radius: 5px;
    background: #7cc623;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}
.order-progress .order-left-text {
    position: absolute;
}
.order-general-progress {
    z-index: 13;
    color: black;
}
.order-progress-text {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 0 0;
}
.current-item .wrapper-search_fix_widget {
    margin-bottom: 20px !important;
}
.current-item .order-progress-text {
    margin-bottom: 10px;
}
@media (max-width: 1281px) {
    .wrapper-read-more {
        margin-top: 20px;
    }
    .current-item .about-item .description {
        padding-left: 25px;
    }
    .current-item .about-item .description .book-item .current-price {
        width: 100%;
    }
    .current-item .about-item .slider-item {
        width: 500px;
        height: 644px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel {
        right: 26px;
        top: 109%;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-next {
        right: -41px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) img {
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o {
        top: 47%;
        left: 51px;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .catalog.section2 {
        padding: 30px 0;
    }
    .catalog .wrapper .caption-tabs {
        padding-bottom: 0;
    }
    .catalog .wrapper .outer .red-item .name {
        max-width: 100px;
    }
    .best-buy .wrapper > .caption {
        padding: 25px 0;
    }
    .best-buy #owl-best-buy {
        width: 905px;
        margin: 0 auto;
    }
    .best-buy .wrapper #owl-best-buy,
    .best-buy .wrapper #owl-best-buy-with {
        padding-bottom: 50px;
        width: 905px;
        margin: 0 auto;
    }
    .block-text .caption {
        padding: 28px 0 20px;
    }
    .block-text .text {
        padding-bottom: 25px;
    }
    .catalog .wrapper-block .block {
        width: 180px;
    }
    .catalog .wrapper-block .angle {
        display: none;
    }
    .catalog .dropdown.open .icon-arrow-bottom {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header .rightBlock .controls {
        margin-right: 20px;
    }
    .header .rightBlock .controls > a {
        margin: 0 5px;
    }
    .header .rightBlock .phones {
        padding-left: 20px;
    }
    .sectionMain .breadcrumbs {
        max-width: inherit;
    }
    .current-catalog .items .wrapper-item {
        flex: 0 0 33.33%;
    }
    .current-catalog .wrapper .sidebar {
        flex: 0 0 28%;
        padding-right: 15px;
    }
    .current-catalog .wrapper .wrapper-catalog {
        padding-left: 15px;
        flex: 0 0 72%;
    }
    .block-orders .orders .counter {
        padding: 0 15px;
    }
    .block-orders .orders .item {
        flex: 0 0 65%;
    }
    .block-orders .orders .price-order {
        flex: 0 0 18%;
    }
    .block-orders .orders .close {
        flex: 0 0 7%;
    }
    .next-step .used {
        flex: 0 0 35%;
    }
    .next-step .total-price {
        flex: 0 0 40%;
    }
    .next-step .button {
        flex: 0 0 25%;
    }
    .next-step .apteka {
        flex: 0 0 50%;
    }
    .sectionMain {
        padding: 24px 0 20px 0;
    }
    .sectionMain .breadcrumbs {
        padding: 15px 0 0 0;
    }
}
@media (max-width: 1023px) {
    .best-buy .wrapper > .caption {
        line-height: 34px;
        font-size: 32px;
        padding: 32px 0;
    }
    .best-buy .wrapper #owl-best-buy-with,
    .best-buy .wrapper #owl-best-buy {
        width: 708px;
        padding-bottom: 88px;
    }
    .best-buy .wrapper #owl-best-buy-with .item,
    .best-buy .wrapper #owl-best-buy .item {
        max-width: 220px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .price .new-price,
    .best-buy .wrapper #owl-best-buy .item .price .new-price {
        font-size: 15px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .price .new-price .black,
    .best-buy .wrapper #owl-best-buy .item .price .new-price .black {
        font-size: 26px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .price .old-price,
    .best-buy .wrapper #owl-best-buy .item .price .old-price {
        font-size: 15px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .name,
    .best-buy .wrapper #owl-best-buy .item .name {
        font-size: 14px;
        line-height: 17px;
    }
    .best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-prev,
    .best-buy .wrapper #owl-best-buy .owl-buttons .owl-prev {
        font-size: 33px;
        bottom: 27px;
        left: 46%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: inherit;
    }
    .best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-next,
    .best-buy .wrapper #owl-best-buy .owl-buttons .owl-next {
        font-size: 33px;
        bottom: 27px;
        margin: 0;
        right: 42%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: inherit;
    }
    .block-text .caption {
        padding: 32px 0 28px;
        line-height: 34px;
        font-size: 32px;
    }
    .catalog .wrapper .caption-tabs span {
        font-size: 28px;
    }
    .current-catalog .accordion-tab {
        margin-bottom: 40px;
    }
    .current-catalog .give-more {
        margin-bottom: 35px;
    }
    .current-catalog .items .block {
        height: 125px;
    }
    .current-catalog .items .item .thumb {
        height: 190px;
    }
    .current-catalog .items .item .price {
        padding: 0px 10px 9px 10px;
    }
    .current-catalog .items .item .price .old-price {
        font-size: 15px;
        line-height: 17px;
    }
    .current-catalog .items .item .price .new-price {
        font-size: 15px;
    }
    .current-catalog .items .item .price .new-price .black {
        font-size: 26px;
    }
    .current-catalog .items .item .name {
        font-size: 14px;
        max-height: 78px;
    }
    .current-catalog .items .book button {
        font-size: 14px;
    }
    .current-item .about-item .description {
        width: 320px;
        padding-left: 0;
    }
    .current-item .about-item .detail-description {
        margin-top: 25px;
    }
    .current-item .about-item .slider-item {
        width: 350px;
        height: 452px;
    }
    .current-item .about-item .slider-item .slideshow {
        width: 350px;
        height: auto;
    }
    .current-item .about-item .slider-item .slideshow li {
        max-height: 350px;
        height: inherit;
        min-height: inherit;
    }
    .current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow {
        min-height: 350px !important;
        height: 350px !important;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel {
        right: 12px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel #owl-slide {
        width: 330px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-prev {
        font-size: 26px;
        left: -29px;
        top: 30px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-next {
        font-size: 26px;
        right: -29px;
        top: 30px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) {
        width: 70px;
        height: 70px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) img {
        max-height: 70px;
        max-width: 70px;
        height: inherit;
        min-width: inherit;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o {
        left: 36px;
    }
    .catalog .icon-arrow-bottom {
        display: block;
    }
    .catalog .dropdown-block .block {
        width: 210px;
    }
    .catalog .wrapper .outer .item:nth-child(4) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(9) .dropdown-block {
        left: -143px;
    }
    .catalog .wrapper .outer .item .name {
        font-size: 12px;
        max-width: 107px;
    }
    .header .dropdown-block li:first-child {
        border-top: none;
    }
    .header .dropdown-block li {
        border-top: none;
    }
    .header .dropdown-block li a {
        display: block;
    }
    /*.header .mobile-search {
        display: inline-block !important;
    }*/
    .header .rightBlock .controls {
        margin-right: 10px;
    }
    .header .rightBlock .controls > a {
        margin: 0 5px;
    }
    .header .rightBlock .phones {
        padding-left: 20px;
    }
    .header .rightBlock {
        position: relative;
    }
    body.open-burger {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .searchBlock .tabsContent > li {
        padding: 15px 10px;
    }
    .searchBlock .tabs > li {
        padding: 12px 20px 12px 20px;
        margin-right: 5px;
    }
    .searchBlock .tabsContent > li {
        border-radius: 0 5px 5px 5px;
    }
    .searchBlock .tabsContent > li.tab-green {
        padding: 15px;
    }
    .tabsContent .topControls .ms-btn-find-map-points-wrap {
        margin-top: 20px;
    }
    .tabsContent .topControls .ms-btn-find-map-points-wrap .ms-btn-find-map-points {
        margin-left: 0;
    }
    .tabsContent .topControls .controlsFlags {
        max-width: inherit;
        margin-top: 3px;
    }
    .tabsContent .topControls .controlsFlags .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }
    .accordion .link a {
        /*padding: 15px 45px 15px 13px;
        font-size: 16px;*/
    }
    .accordion li i.icon-arrow-bottom {
        font-size: 13px;
    }
    .submenu a {
        /*font-size: 14px;
        padding-left: 27px;*/
    }
    .current-catalog .give-more .return {
        display: none;
    }
    .current-catalog .items .wrapper-item {
        flex: 0 0 50%;
    }
    .current-catalog .wrapper .sidebar {
        flex: 0 0 33%;
    }
    .current-catalog .wrapper .wrapper-catalog {
        flex: 0 0 67%;
    }
    .block-orders .orders .item {
        flex: 0 0 59%;
    }
    .block-orders .orders .price-order {
        flex: 0 0 20%;
    }
    .next-step .used {
        flex: 0 0 30%;
    }
    .next-step .total-price {
        flex: 0 0 40%;
    }
    .next-step .button {
        flex: 0 0 30%;
    }
    .next-step .apteka {
        flex: 0 0 35%;
    }
    .confirm-telephone input {
        padding-right: 100px;
    }
    .confirm-telephone .btn {
        right: 7px;
        padding: 3px 4px;
        font-size: 12px;
    }
    .step3 .map-tab {
        padding: 25px 15px 0px 15px;
    }
    .step3 #maps-canvas {
        margin: 30px -15px 0px -15px;
    }
    .step3 .ms-btn-find-map-points-wrap {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    .step3 .ms-btn-find-map-points-wrap .ms-btn-find-map-points {
        width: auto;
    }
}
@media (max-width: 767px) {
    .wrapper-read-more {
        margin-top: 15px;
    }
    .block-text .caption {
        padding: 20px 0 18px;
        line-height: 28px;
        font-size: 20px;
    }
    .best-buy .wrapper > .caption {
        font-size: 20px;
        padding: 25px 0;
    }
    .best-buy .wrapper #owl-best-buy-with,
    .best-buy .wrapper #owl-best-buy {
        padding-bottom: 35px;
        width: 450px;
    }
    .best-buy .wrapper #owl-best-buy-with .item,
    .best-buy .wrapper #owl-best-buy .item {
        max-width: 199px;
        height: auto;
    }
    .best-buy .wrapper #owl-best-buy-with .item .thumb,
    .best-buy .wrapper #owl-best-buy .item .thumb {
        height: 175px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .block,
    .best-buy .wrapper #owl-best-buy .item .block {
        height: 135px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .price .new-price,
    .best-buy .wrapper #owl-best-buy .item .price .new-price {
        font-size: 13px;
    }
    .best-buy .wrapper #owl-best-buy-with .item .price .new-price .black,
    .best-buy .wrapper #owl-best-buy .item .price .new-price .black {
        font-size: 24px;
    }
    .best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-prev,
    .best-buy .wrapper #owl-best-buy .owl-buttons .owl-prev {
        font-size: 35px;
        bottom: 50%;
        left: 30px;
    }
    .best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-next,
    .best-buy .wrapper #owl-best-buy .owl-buttons .owl-next {
        font-size: 35px;
        bottom: 50%;
        right: 0px;
        left: inherit;
    }
    .catalog .wrapper .caption-tabs {
        margin-bottom: 10px;
    }
    .catalog .wrapper .caption-tabs span {
        font-size: 25px;
    }
    .catalog .wrapper .outer .wrapper-icon {
        width: 25px;
        height: 25px;
        bottom: 4px;
        right: 2px;
    }
    .catalog .wrapper .outer .wrapper-icon .icon-arrow-bottom {
        height: 12px;
        margin-top: 6px;
        font-size: 11px;
    }
    .accordion li i.icon-arrow-bottom {
        font-size: 11px;
        right: 8px;
        top: 40%;
        height: 10px;
    }
    .accordion li.open .wrapper-ico i.icon-arrow-bottom {
        top: 50%;
    }
    .accordion .link {
        text-align: left;
    }
    .accordion .link a {
        padding: 10px 25px 10px 10px;
        font-size: 15px;
        line-height: 17px;
    }
    .accordion .link .wrapper-ico {
        width: 25px;
    }
    .accordion .submenu {
        /*a {
            font-size: 14px;
            padding: 10px 25px 10px 25px;
            text-align: left;
            font-family: 'RalewayRegular';
          }
          */
    }
    .btn-order {
        padding: 7px 10px;
        font-size: 15px;
    }
    .current-catalog .give-more {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .current-catalog .give-more .return {
        display: none;
    }
    .current-catalog .items .item .name {
        max-height: 80px;
        line-height: 17px;
    }
    .current-item {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .current-item .about-item .description {
        width: 450px;
        float: none;
        margin: 0 auto;
    }
    .current-item .about-item .description .about-this-item {
        margin-top: 25px;
    }
    .current-item .about-item .description .about-this-item p {
        padding-bottom: 10px;
    }
    .current-item .about-item .description .book-item {
        flex: none;
        align-items: unset;
        flex-direction: unset;
        display: block;
    }
    .current-item .about-item .description .book-item > div,
    .current-item .about-item .description .book-item > button {
        display: inline-block;
        vertical-align: middle;
    }
    .current-item .about-item .description .book-item .current-price {
        margin-top: 20px;
        min-width: 190px;
        display: inline-block;
        width: auto;
    }
    .current-item .about-item .description .book-item > button {
        margin-top: 20px;
    }
    .current-item .about-item .description .book-item .counter {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        display: inline-flex;
    }
    .current-item .about-item .detail-description {
        margin-top: 20px;
    }
    .current-item .about-item .detail-description h3 {
        margin: 15px 0;
    }
    .current-item .about-item .detail-description .text {
        height: 60px;
    }
    .current-item .about-item .detail-description p:not(.read-more) {
        line-height: 20px;
    }
    .current-item .about-item .detail-description .buttons {
        padding: 0 70px;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    .current-item .about-item .detail-description .buttons button {
        margin: 10px 20px;
    }
    .current-item .about-item .detail-description .buttons button:first-child {
        order: 2;
    }
    .current-item .about-item .detail-description .buttons button:last-child {
        order: 1;
    }
    .current-item .about-item .slider-item {
        height: 589px;
        width: 450px;
        overflow: hidden;
    }
    .current-item .about-item .slider-item .slideshow {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow {
        min-height: 450px!important;
        height: 450px!important;
    }
    .current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li {
        min-height: 450px!important;
        height: 450px!important;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel {
        right: inherit;
        left: 0;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o {
        top: 45%;
        left: 45px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) {
        width: 90px;
        height: 90px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) img {
        max-height: 90px;
        max-width: 90px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel #owl-slide {
        overflow: hidden;
        width: 488px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-prev {
        visibility: hidden;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel .owl-controls .owl-buttons .owl-next {
        visibility: hidden;
    }
    .current-catalog .items .item .price .new-price .black {
        font-size: 24px;
    }
    .current-catalog .items .item .price .new-price {
        margin-left: 5px;
        font-size: 13px;
    }
    .price:not(.current-price) .new-price {
        font-size: 13px;
    }
    .price:not(.current-price) .new-price .black {
        font-size: 24px;
    }
    .catalog .icon-arrow-bottom {
        padding: 6px 8px;
    }
    .catalog .dropdown-block .wrapper-block {
        padding-bottom: 42px;
    }
    .catalog .dropdown-block .block {
        width: 225px;
        text-align: left;
    }
    .catalog .dropdown-block .close {
        width: 100%;
        position: absolute;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        display: inline-block;
        padding: 10px 15px;
        background-color: #f1f1f1;
        font-size: 14px;
        border-radius: 0 0 5px 5px;
        color: #444;
    }
    .catalog .dropdown-block .close:hover {
        color: #222;
    }
    .catalog .wrapper .outer .item {
        padding: 0 7px 15px 7px;
    }
    .catalog .wrapper .outer .item:nth-child(2) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(5) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(8) .dropdown-block {
        left: -153px;
        right: inherit;
    }
    .catalog .wrapper .outer .item:nth-child(3) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(6) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(9) .dropdown-block {
        left: inherit;
        right: 0;
    }
    .catalog .wrapper .outer .item:nth-child(1) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(4) .dropdown-block,
    .catalog .wrapper .outer .item:nth-child(7) .dropdown-block {
        left: 0;
        right: inherit;
    }
    .catalog .wrapper .outer .red-item {
        display: flex;
        align-items: center;
    }
    .catalog .wrapper .outer .red-item .name {
        font-size: 16px;
        max-width: 180px;
    }
    .header .rightBlock {
        margin-top: -5px;
        padding-top: 0;
        float: right;
        clear: none;
    }
    .header .rightBlock .controls {
        margin-right: 0px;
    }
    .main-page .catalog .dropdown-block .block {
        width: 215px;
    }
    .searchBlock .tabs > li {
        padding: 10px 18px;
        margin-right: 5px;
        font-size: 14px;
        line-height: 16px;
    }
    .tabsContent .topControls .controlsFlags {
        margin-top: 18px;
    }
    .tabsContent .topControls .controlsFlags .checkbox {
        margin-top: 5px!important;
        margin-bottom: 5px;
    }
    .accordion-tab {
        flex-flow: row wrap;
    }
    .accordion-tab .accordion {
        flex: 0 0 50%;
    }
    .accordion-tab .accordion .submenu a {
        /*padding: 10px 10px 10px 18px;*/
    }
    .accordion-tab .accordion li:last-child .link {
        border-bottom: 1px solid #CCC;
    }
    .accordion-tab .accordion:last-child {
        padding-right: 15px;
    }
    .current-catalog .wrapper .sidebar {
        display: none;
    }
    .current-catalog .wrapper .wrapper-catalog {
        flex: 0 0 100%;
    }
    body.mobile-sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    body.mobile-sidebar:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 222;
    }
    .sectionMain {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sectionMain .breadcrumbs {
        padding-top: 10px;
    }
    .current-catalog .wrapper-catalog {
        padding-left: 0!important;
    }
    .current-catalog .items {
        padding-bottom: 15px;
    }
    .current-catalog .wrapper {
        padding-top: 10px;
    }
    .current-catalog .wrapper .sidebar.open {
        padding: 0;
        background-color: #fff;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 333;
        height: 100%;
        bottom: 0;
        width: 0;
    }
    .current-catalog .wrapper .sidebar.open .accordion-tab .accordion {
        flex: 0 0 100%;
    }
    .current-catalog .wrapper .sidebar.open .content-sidebar {
        position: absolute;
        height: calc(100% - 63px);
        left: 0;
        top: 63px;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 15px 0px;
    }
    .current-catalog .wrapper .sidebar.open .close-sidebar {
        width: 100%;
        padding: 20px 15px;
        display: block;
    }
    .current-catalog .wrapper .sidebar.open .close-sidebar .return {
        display: inline-flex;
        align-items: center;
    }
    .current-catalog .wrapper .sidebar.open .close-sidebar .return .icon-arrow-left {
        font-size: 22px;
        padding-right: 5px;
    }
    .current-catalog .wrapper .sidebar.open .close-sidebar .return span {
        color: #7cc623;
    }
    .controls.edit {
        margin-top: -4px;
    }
    .block-orders {
        padding: 25px 0;
    }
    .block-orders .orders {
        margin-bottom: 25px;
        flex-flow: row wrap;
        position: relative;
    }
    .block-orders .orders .item {
        flex: 0 0 90%;
        margin-bottom: 20px;
    }
    .block-orders .orders .counter {
        flex: 0 0 19%;
        padding-left: 0;
    }
    .block-orders .orders .price-order {
        flex: 0 0 56%;
    }
    .block-orders .orders .price-order .red-price,
    .block-orders .orders .price-order .old-price {
        text-align: left;
    }
    .block-orders .orders .close {
        position: absolute;
        right: 0;
    }
    .next-step {
        flex-flow: row wrap;
    }
    .next-step .used {
        flex: 0 0 50%;
    }
    .next-step .total-price {
        flex: 0 0 50%;
        padding-right: 0;
    }
    .next-step .button {
        flex: 0 0 100%;
        margin-top: 10px;
        display: flex;
        width: 100%;
    }
    .next-step .button .btn-ord {
        width: 100%;
    }
    .next-step .button a {
        justify-content: center;
        display: flex;
    }
    .next-step .button:first-child {
        order: 3;
    }
    .next-step .button:last-child {
        order: 2;
    }
    .next-step .apteka {
        flex: 0 0 100%;
        margin-top: 10px;
        margin-bottom: 15px;
        display: flex;
        width: 100%;
        order: 1;
    }
    .form-order .col {
        flex: 0 0 50%;
    }
    .step3 .map-tab {
        padding: 20px 30px 0px 30px;
    }
    .step3 .checkboxOuter {
        padding-right: 0;
        margin-bottom: 8px;
    }
    .step3 .topControls {
        justify-content: center;
    }
    .step3 .controlsFlags {
        padding-right: 0;
    }
    .step3 .ms-btn-find-map-points {
        padding: 3px 20px!important;
    }
    .step3 #maps-canvas {
        margin: 20px -30px 0 -30px;
    }
    .complete .yes {
        margin-bottom: 15px;
    }
    .complete .thank {
        margin-bottom: 15px;
    }
    .complete .return {
        margin-top: 25px;
    }
    .searchOuterBlock {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .current-item .wrapper-search_fix_widget {
        margin-top: -23px !important;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 479px) {
    .current-catalog .items .item .price .new-price {
        margin-left: 5px;
        font-size: 11px;
    }
    .current-catalog .items .item .price .new-price .black {
        font-size: 18px;
    }
    .current-catalog .items .item .price .old-price {
        line-height: 16px;
        font-size: 12px;
    }
    .price:not(.current-price) .new-price {
        font-size: 11px;
    }
    .price:not(.current-price) .new-price .black {
        font-size: 18px;
    }
    .sectionMain {
        padding: 20px 0 20px 0;
    }
    .btn-order {
        padding: 5px 5px;
        font-size: 12px;
    }
    .current-catalog .give-more {
        margin-bottom: 25px;
    }
    .current-catalog .items {
        margin-left: -5px;
        margin-right: -5px;
    }
    .current-catalog .items .book button {
        font-size: 12px;
        min-height: 29px;
    }
    .current-catalog .items .item .block-img {
        height: 130px;
    }
    .current-catalog .items .item .name {
        padding: 8px 8px 0;
        line-height: 15px;
        max-height: 53px;
    }
    .current-catalog .items .item .price {
        padding: 0 5px 0 5px;
    }
    .current-catalog .items .item .price .old-price {
        line-height: 6px;
    }
    .current-catalog .items .item .price .new-price {
        line-height: 10px;
    }
    .current-catalog .items .block {
        height: 95px;
    }
    .current-catalog .items .block .name {
        font-size: 12px;
    }
    .current-catalog .items .wrapper-item {
        padding: 5px;
        width: 140px;
    }
    .current-catalog .items .wrapper-item .thumb {
        height: 127px;
    }
    .best-buy .wrapper #owl-best-buy-with,
    .best-buy .wrapper #owl-best-buy {
        width: 100%;
    }
    .best-buy .wrapper #owl-best-buy-with .owl-buttons .owl-next,
    .best-buy .wrapper #owl-best-buy .owl-buttons .owl-next {
        right: -7px;
    }
    .catalog.section2 .caption-tabs span {
        font-size: 20px;
        line-height: 43px;
        min-width: 187px;
        border-bottom: 3px solid #f0f0f0;
    }
    .catalog.section2 .caption-tabs span.active {
        border-bottom: 3px solid #7cc623;
    }
    .catalog.section2 .outer .item {
        width: 100%;
        min-height: 90px;
        padding: 15px 35px 15px 15px;
        display: table;
    }
    .catalog.section2 .outer .item .name {
        vertical-align: middle;
        text-align: left;
        padding: 0 10px 0 0;
    }
    .accordion li i.icon-arrow-bottom {
        font-size: 11px;
        right: 11px;
        height: 10px;
    }
    .accordion .link a {
        padding: 10px 30px 10px 10px;
    }
    .accordion .link .wrapper-ico {
        width: 30px;
    }
    .catalog .wrapper .outer .wrapper-icon {
        width: 33px;
        height: 33px;
        bottom: 2px;
        right: 2px;
    }
    .catalog .wrapper .outer .wrapper-icon .icon-arrow-bottom {
        margin-top: 10px;
    }
    .wrapper-read-more {
        margin-top: 10px;
    }
    .current-item .about-item .description {
        float: left;
        width: 290px;
    }
    .current-item .about-item .description .book-item .current-price {
        width: 100%;
        text-align: center;
    }
    .current-item .about-item .description .book-item > button {
        margin-top: 0!important;
    }
    .current-item .about-item .description .counter {
        margin-top: 0!important;
    }
    .current-item .about-item .detail-description {
        margin-top: 0;
    }
    .current-item .about-item .detail-description h3 {
        margin: 10px 0 15px;
    }
    .current-item .about-item .detail-description .buttons {
        margin-top: 0;
    }
    .current-item .about-item .detail-description .buttons button {
        margin: 10px 0;
        width: 100%;
    }
    .current-item .about-item .description .ticket-recept .info {
        font-size: 14px;
    }
    .current-item .about-item .slider-item {
        width: 290px;
        height: 385px;
    }
    .current-item .about-item .slider-item .slideshow {
        width: 100%;
        height: 290px;
    }
    .current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow {
        max-height: 290px !important;
        height: 290px !important;
        min-height: inherit !important;
    }
    .current-item .about-item .slider-item .slideshow .uk-slideshow-border.uk-slideshow li {
        min-height: 290px!important;
        height: 290px!important;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel {
        right: 0px;
        left: 22px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel i.icon-play-circle-o {
        top: 45%;
        font-size: 34px;
        left: 30px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) {
        width: 60px;
        height: 60px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel a:not(.uk-position-cover) img {
        max-height: 60px;
        max-width: 60px;
    }
    .current-item .about-item .slider-item .slideshow > .uk-overlay-panel #owl-slide {
        width: 296px;
        padding-left: 0;
    }
    .current-item .about-item .detail-description .buttons {
        padding: 0;
    }
    .catalog .dropdown-block {
        left: 0!important;
        right: inherit!important;
    }
    .catalog .wrapper-block {
        flex-direction: column;
    }
    .catalog .wrapper-block .block {
        width: 274px;
    }
    .catalog .wrapper .outer .item {
        height: 45px;
        min-height: inherit;
        padding: 7px 15px 7px 15px;
    }
    .catalog .wrapper .outer .red-item .name {
        font-size: 12px;
    }
    .header .mobileBtn {
        margin-right: 12px;
    }
    .header .rightBlock .controls [class*=icon-] {
        font-size: 19px;
    }
    .main-page .catalog .icon-arrow-bottom {
        right: 1px;
        bottom: 3px;
    }
    .main-page .catalog .dropdown-block .block {
        width: 274px;
    }
    .searchBlock .tabsContent > li {
        border-radius: 0 0 5px 5px;
    }
    .accordion-tab .accordion {
        padding-right: 0;
        flex: 0 0 100%;
    }
    .accordion-tab .accordion li:last-child .link {
        border-bottom: 1px solid #CCC;
    }
    .accordion-tab .accordion:last-child {
        padding-right: 0;
    }
    .sectionMain {
        padding: 10px 0;
    }
    .controls.edit {
        margin-top: 0;
    }
    .next-step .used {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .next-step .total-price {
        padding-left: 0;
        flex: 0 0 100%;
        justify-content: center;
    }
    .next-step .button {
        flex: 0 0 100%;
    }
    .next-step .button a {
        width: 100%;
        justify-content: center;
    }
    .form-order .col {
        flex: 0 0 100%;
        padding: 5px 0;
    }
    .step2 .account {
        margin-bottom: 5px;
    }
    .form-order .wrapper-form {
        margin-left: 0;
        margin-right: 0;
    }
    .form-order .block-center .text {
        font-size: 14px;
    }
    .form-order .checkboxOuter {
        font-size: 12px;
    }
    .order-item {
        text-indent: 1000px;
        padding: 0 20px !important;
    }
    .order-progress-text {
        display: block;
    }
}
@media (max-width: 320px) {
    .wrapper {
        padding: 0 10px;
    }
    .header .rightBlock .controls > a {
        margin: 0 2px;
    }
}
.ticket-recept {
    padding-left: 51px;
    padding-top: 15px;
}
.ticket-recept .info {
    line-height: 40px;
    background-color: #eaeaea;
    font-size: 14px;
    font-family: 'RalewayBold', sans-serif;
    text-transform: uppercase;
    color: #333;
    padding: 0 13px;
    display: inline-block;
    position: relative;
}
.ticket-recept .left-part {
    position: absolute;
    height: 40px;
    left: -50px;
    top: 0;
}
.ticket-recept .right-part {
    position: absolute;
    height: 40px;
    right: -12px;
    top: 0;
}
.ticket-recept .icon-file-powerpoint-o {
    position: absolute;
    left: -37px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    line-height: 11px;
    font-size: 22px;
}
.ticket-recept .icon-file-powerpoint-o[class*='icon-']:before {
    font-family: 'icomoon';
}