.wrapper, body, html {
    height: 100%
}

body {
    margin: 0;
    font-family: "GothamProRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42;
    -webkit-font-smoothing: antialiased
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column
}

.main-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto
}

.col, .container, .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.inner-wrapper {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 10px
}

.main-wrapper {
    background-color: #f2f2f2
}

h1, h2, h3, h4, h5 {
    font-family: 'DaxlineProBold';
    margin-bottom: 20px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

ul {
    padding: 0;
    list-style: none
}

p, ul {
    margin: 5 0
}

a, a:hover {
    color: #000
}

* {
    box-sizing: border-box
}

button:focus {
    outline: transparent
}

input {
    border-radius: 30px;
}

.history-info, .other-nav-list, .detail-cont-banner img, .catalog-right .sort-select, .catalog-preparat-select .sort-select {
    border-radius: 30px;
}

@font-face {
    font-family: 'GothamProRegular';
    src: url(../fonts/GothamProRegular.eot);
    src: url(../fonts/GothamProRegular.woff) format("woff"), url(../fonts/GothamProRegular.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'GothamProMedium';
    src: url(../fonts/GothamProMedium.eot);
    src: url(../fonts/GothamProMedium.woff) format("woff"), url(../fonts/GothamProMedium.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'GothamProBold';
    src: url(../fonts/GothamProBold.eot);
    src: url(../fonts/GothamProBold.woff) format("woff"), url(../fonts/GothamProBold.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'GothamProItalic';
    src: url(../fonts/GothamProItalic.eot);
    src: url(../fonts/GothamProItalic.woff) format("woff"), url(../fonts/GothamProItalic.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: 'DaxlineProBold';
    src: url(../fonts/DaxlinePro-Bold.eot);
    src: url(../fonts/DaxlinePro-Bold.woff) format("woff"), url(../fonts/DaxlinePro-Bold.ttf) format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

.box-undefined-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh);
    background-color: #f2f2f2
}

@media screen and (max-width: 1350px) {
    .box-undefined-wrap {
        height: 350px
    }
}

.box-undefined {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    text-align: center;
    padding-top: 35px;
    background-color: #001b66;
    border-radius: 50%;
    border: 42px solid #d9dce4
}

.box-undefined-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-undefined-text h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'GothamProBold';
}

.box-undefined-text a {
    color: #001b66;
    border-bottom: 1px solid #001b66;
}

.box-undefined-text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1600px) {
    .box-undefined {
        width: 250px;
        height: 250px;
        border: 25px solid #d9dce4
    }
}

.box-undefined .head {
    font-size: 106px;
    color: #fff;
    line-height: 1.5;
    font-family: 'DaxlineProBold'
}

@media screen and (max-width: 1600px) {
    .box-undefined .head {
        font-size: 75px
    }
}

.box-undefined .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'DaxlineProBold'
}

@media screen and (max-width: 1600px) {
    .box-undefined .title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.box-undefined .link {
    color: #fff;
    font-size: 18px;
    text-decoration: underline
}

.box-undefined .link:hover {
    text-decoration: none
}

.b-article {
    padding-bottom: 100px
}

.article-title {
    position: relative;
    width: 73%;
    float: left;
    margin-right: 2%
}

.article-title a {
    color: #0000FF;
    text-decoration: underline;
}

.box-undefined-text {
    padding-top: 400px;
}

@media screen and (min-width: 1600px) {
    .box-undefined-text {
        padding-top: 330px;
    }

    .box-undefined {
        position: absolute;
        top: 125px;
    }
}

@media screen and (max-width: 1600px) {
    .box-undefined-text {
        padding-top: 230px;
    }
}

@media screen and (max-width: 1350px) {
    .box-undefined-text {
        padding-top: 215px;
    }
}

@media screen and (max-width: 992px) {
    .article-title {
        width: 100%;
        float: none;
        margin: 0 0 20px
    }
}

.article-text-top {
    color: #0e0e0e;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 15px;
    font-family: 'GothamProBold'
}

.article-date {
    color: #646363;
    margin-bottom: 15px
}

.article-text {
    font-size: 16px
}

.article-img, .article-text {
    margin-bottom: 40px
}

.article-banner .detail-cont-banner img, .article-img img {
    display: block;
    width: 100%
}

.article-banner {
    width: 25%;
    float: right
}

@media screen and (max-width: 992px) {
    .article-banner {
        width: 60%;
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .article-banner {
        width: 70%
    }
}

@media screen and (max-width: 480px) {
    .article-banner {
        width: 100%
    }
}

.article-banner .detail-cont-banner {
    margin-bottom: 30px
}

.article-social {
    position: relative
}

.article-social p {
    vertical-align: middle;
    margin-right: 15px
}

.article-social-list {
    display: inline-block;
    vertical-align: middle
}

.article-social p, .article-social-list__item {
    display: inline-block
}

.article-social-list__item:first-child {
    margin-left: 0
}

.article-social-list__link {
    display: inline-block;
    width: 29px;
    height: 29px
}

.article-social-list__link.fb {
    background-image: url(../img/facebook.jpg)
}

.article-social-list__link.ig {
    background-image: url(../img/instagram.jpg)
}

.article-social-list__link.gl {
    background-image: url(../img/google.jpg)
}

.article-social-list__link.vk {
    background-image: url(../img/vkontact.jpg)
}

.article-list-wrap {
    position: relative;
    margin-right: 20px
}

.article-list {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.change-sort-view {
    position: absolute;
    right: 0;
    top: -40px
}

.change-sort-view__item {
    display: inline-block;
    margin-left: 20px
}

.change-sort-view__item:first-child {
    margin-left: 0
}

.change-sort-view .fa-th, .change-sort-view .fa-th-list {
    color: #b6b6b6
}

.change-sort-view__link.active .fa-th, .change-sort-view__link.active .fa-th-list, .change-sort-view__link:hover .fa-th, .change-sort-view__link:hover .fa-th-list, .header-login-r a:hover, .navbar-light .navbar-nav .nav-link:hover {
    color: #192b77
}

.article-list__item {
    width: 32%;
    padding: 20px 20px 60px;
    margin: 0 0 20px 2%;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .article-list__item {
        width: 49%
    }
}

@media screen and (max-width: 480px) {
    .article-list__item {
        width: 100%;
        margin-left: 0
    }
}

.article-list__item:nth-child(3n+1) {
    margin-left: 0
}

@media screen and (max-width: 768px) {
    .article-list__item:nth-child(3n+1) {
        margin-left: 2%
    }
}

@media screen and (max-width: 480px) {
    .article-list__item:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    .article-list__item:nth-child(2n+1) {
        margin-left: 0
    }
}

.article-list__item .img-wrap, .basket-list__item .box-size p {
    margin-bottom: 20px
}

.article-list__item:hover .article-list__item-date, .article-list__item:hover .article-list__item-head, .article-list__item:hover .article-list__item-title {
    text-decoration: underline
}

.article-pic, .basket-list__item .img-wrap img {
    display: block;
    width: 100%
}

.article-list__item-date, .article-list__item-head, .article-list__item-title {
    color: #1c1c1c;
    font-size: 16px;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .article-list__item-date, .article-list__item-head, .article-list__item-title {
        font-size: 14px
    }
}

.article-list__item-head {
    font-family: 'GothamProBold';
    text-transform: uppercase
}

.read-more {
    color: #192b77;
    font-size: 16px
}

.article-list.list {
    flex-direction: column
}

.article-list.list .article-list__item {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    padding: 20px
}

@media screen and (max-width: 768px) {
    .article-list.list .article-list__item {
        padding: 10px
    }
}

@media screen and (max-width: 480px) {
    .article-list.list .article-list__item {
        flex-direction: column
    }
}

.article-list.list .img-wrap {
    min-width: 145px;
    max-width: 145px;
    margin: 0 15px 0 0
}

@media screen and (max-width: 480px) {
    .article-list.list .img-wrap {
        margin: 0 0 20px
    }
}

.article-list.list .article-list__item-head, .article-list.list .article-list__item-title {
    width: 60%
}

@media screen and (max-width: 480px) {
    .article-list.list .article-list__item-head, .article-list.list .article-list__item-title {
        width: 100%
    }
}

.article-list.list .article-list__item-date, .article-list.list .article-list__item-head, .article-list.list .article-list__item-title {
    margin: 0 15px 0 0
}

@media screen and (max-width: 480px) {
    .article-list.list .article-list__item-date, .article-list.list .article-list__item-head, .article-list.list .article-list__item-title {
        margin: 0 0 10px
    }
}

.pagination {
    width: 285px;
    text-align: center;
    margin: 0 auto 60px
}

.page-link {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background-color: transparent
}

@media screen and (max-width: 480px) {
    .page-link {
        width: 35px;
        height: 35px
    }
}

.page-link.active, .page-link:hover {
    padding-top: 10px;
    margin-top: -2px;
    background: #192b77;
    color: #fff;
    border-radius: 50%
}

@media screen and (max-width: 480px) {
    .page-link.active, .page-link:hover {
        padding-top: 8px;
        margin-top: 0
    }
}

.article-title_basket {
    padding: 0 35px;
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    .article-title_basket {
        padding: 0 15px
    }
}

.basket-list__item {
    position: relative;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #c8c8c8
}

@media screen and (max-width: 620px) {
    .basket-list__item {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item {
        flex-direction: column;
        text-align: center
    }
}

.basket-list__item .img-wrap {
    width: 15%
}

@media screen and (max-width: 620px) {
    .basket-list__item .img-wrap {
        width: 20%
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .img-wrap {
        width: 50%;
        margin: 0 auto
    }
}

.basket-list__item .price, .basket-list__item .title {
    width: 30%;
    padding: 20px 0 0 35px;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .basket-list__item .price, .basket-list__item .title {
        padding: 20px 0 0 15px
    }

    .basket-list__item .title {
        width: 38%
    }
}

@media screen and (max-width: 620px) {
    .basket-list__item .title {
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .title {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width: 768px) {
    .basket-list__item .price {
        width: 20%
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .price {
        width: 100%
    }
}

.basket-list__item .box-size {
    display: block;
    width: 25%;
    margin-bottom: 0;
    padding: 20px 0 0 35px;
    border-left: 1px solid #c8c8c8
}

@media screen and (max-width: 1350px) {
    .basket-list__item .box-size {
        padding: 20px 10px 0
    }
}

@media screen and (max-width: 767px) {
    .basket-list__item .box-size {
        padding: 20px 0 0 15px;
		min-width: 160px;
    }
}

@media screen and (max-width: 620px) {
    .basket-list__item .box-size {
        width: 30%;
        border-left: none;
        padding: 0 0 0 15px
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .box-size {
        width: 100%;
        padding-left: 0
    }

    .basket-list__item .box-size p {
        margin-right: 0
    }
}

@media screen and (max-width: 1200px) {
    .basket-list__item .box-size input {
        width: 50px
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .box-size__summ {
        width: auto;
        justify-content: center;
        margin-bottom: 15px
    }
}

.basket-list__item .price {
    border-left: 1px solid #c8c8c8
}

@media screen and (max-width: 620px) {
    .basket-list__item .price {
        width: 30%;
        padding: 0 0 0 15px
    }
}

@media screen and (max-width: 480px) {
    .basket-list__item .price {
        width: 100%;
        border-left: none
    }
}

.basket-list__item .price__new {
    display: block;
    font-size: 28px;
    margin-bottom: 25px
}

@media screen and (max-width: 1350px) {
    .basket-list__item .price__new {
        font-size: 26px
    }
}

@media screen and (max-width: 768px) {
    .basket-list__item .price__new {
        font-size: 24px;
        margin-right: 0
    }
}

.basket-list__item .price__old {
    display: block;
    font-size: 16px
}

.basket-list__item .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.clear-basket-wrap {
    padding: 30px 0;
    text-align: right
}

.clear-basket {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    color: #373737;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    background-color: #d4d4d4;
    cursor: pointer
}

.clear-basket:hover {
    color: #fff;
    background-color: #001468
}

.my-order {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 25px
}

@media screen and (max-width: 1350px) {
    .my-order {
        padding: 15px
    }
}

.my-order-head {
    color: #192b77;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'DaxlineProBold';
    margin-bottom: 20px
}

.my-order-title {
    margin-bottom: 15px
}

@media screen and (max-width: 1200px) {
    .my-order-title span {
        display: block;
        text-align: center
    }
}

.my-order-title .bold {
    font-family: 'GothamProBold'
}

.my-order-title .bold_fz, .promocode p {
    font-family: 'GothamProBold';
    font-size: 22px
}

.order-btn {
    text-align: center;
    margin-bottom: 7px
}

.buy-link_order, .my-order-btn {
    width: 90%;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    cursor: pointer
}

.my-order-btn {
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background-color: #ff151f
}

.my-order-btn:hover {
    color: #373737;
    background-color: #fff;
    border: 1px solid #c8c8c8
}

.buy-link_order {
    border: 1px solid #c8c8c8;
    margin-left: 0;
    background-image: url(../img/click-icon.svg);
    background-repeat: no-repeat;
    background-position: 10% center;
    background-color: transparent
}

@media screen and (max-width: 1200px) {
    .buy-link_order {
        padding-left: 35px
    }
}

@media screen and (max-width: 992px) {
    .buy-link_order {
        padding-left: 0
    }
}

.buy-link_order:hover {
    text-decoration: underline
}

.promocode {
    margin-top: 15px
}

.promocode p {
    color: #373737;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.promocode span {
    position: relative;
    display: block;
    padding-left: 10px;
    color: #373737;
    font-size: 12px;
    font-family: 'GothamProItalic'
}

.promocode span:before {
    position: absolute;
    content: "*";
    left: 0;
    top: 0
}

.promocode-field {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.promocode__input {
    width: 100%;
    height: 46px;
    padding: 0 120px 0 20px;
    border: 1px solid #949494
}

.promocode__submit {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 100px;
    height: 100%;
    border: none;
    background-color: #001468;
    cursor: pointer
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.card-inner {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px
}

@media screen and (max-width: 576px) {
    .card-inner {
        padding: 10px
    }
}

.card-slide {
    width: 605px;
    float: left
}

@media screen and (max-width: 1200px) {
    .card-slide {
        width: 470px
    }
}

@media screen and (max-width: 992px) {
    .card-slide {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.slideshow-display {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    padding: 40px;
    background-color: #fff;
    margin-left: 30px
}

.footer_paysystem {
    padding: 0 10px 0 0;
}

@media screen and (max-width: 1200px) {
    .slideshow-display {
        width: 350px
    }

    .footer_paysystem {
        clear: both;
        width: 100%;
        margin-top: 20px;
		padding-right: 0;
		text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .slideshow-display {
        width: 315px !important;
        padding: 10px;
        margin-left: 15px
    }

    .card-description {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .slideshow-display {
        width: 225px !important;
        margin-left: 5px;
    }

    .card-description {
        margin-left: 0px !important;
    }

    .footer_paysystem {
        clear: both;
        width: 100%;
        margin-top: 20px;
    }
}

.slick-slide img {
    margin-top: 1px;
}

.slick-vertical .slick-slide, .slideshow-display {
    border: 1px solid #949494
}

.slideshow__item {
    margin: 7px 0;
    cursor: pointer
}

.slideshow-pic {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-top: 25px;
    background-color: #fff
}

@media screen and (max-width: 1200px) {
    .slideshow-pic {
        width: 85px;
		height: 85px;
		margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .slideshow-pic {
        width: 75px;
		height: 75px;
    }
}

@media screen and (max-width: 480px) {
    .slideshow-pic {
        width: 45px;
		height: 45px;
    }
}

.slideshow-pic .slick-list {
    padding: 0 !important;
    margin: 0 auto
}

.slideshow-pic .slick-arrow {
    width: 22px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.slideshow-pic .slick-prev {
    top: -20px;
    background: url(../img/slideshow-top.png) no-repeat center center
}

.slideshow-pic .slick-next {
    bottom: -20px;
    top: auto;
    background: url(../img/slideshow-bottom.png) no-repeat center center
}

.card-description {
    margin-left: 635px
}

@media screen and (max-width: 1200px) {
    .card-description {
        margin-left: 490px
    }
}

@media screen and (max-width: 992px) {
    .card-description {
        margin-left: 0
    }
}

.card-description-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #afafaf
}

/*
@media screen and (max-width: 1350px) {
    .card-description-title {
        flex-direction: column
    }
}
*/

.card-description-title__head {
    color: #373737;
    font-size: 24px;
    font-family: 'GothamProBold';
    text-transform: uppercase
}

.card-description-title__info {
    display: flex;
    align-items: center
}

.card-description-main {
    display: flex;
    padding-top: 25px
}

.card-description-main__price {
    width: 50%;
    border-right: 1px solid #afafaf
}
.card-description-main__price .text_about_img {
	margin: 4px 0 20px;
}
.card-description-main__price .price,
.card-description-main__price .title {
	padding: 0;
	margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
	.card-description-title {
		padding-bottom: 16px;
		align-items: flex-start;
	}
    .card-description-title__head {
        font-size: 23px;
        /*margin-bottom: 10px*/
    }
    .card-description-main {
        flex-direction: column
    }

    .card-description-title__info {
        clear: both;
        margin-top: 0 !important;
		max-width: 120px;
		width: auto !important;
		margin-left: 24px;
	}
	.card-description-title__head {
		margin-bottom: 0;
	}
	.card-description-title__info .stock {
		padding: 0;
		height: auto;
	}
	.card-description-title__info .stock > * {
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.card-description-title__info .product-fav {
		margin-left: auto;
		margin-right: 0;
		margin-top: 0;
		display: block;
	}
	
    .card-description-main__price {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #afafaf;
        margin-bottom: 20px
    }
	.card-description-main__price .price {
		margin-bottom: 20px;
	}
	.card-description-main__price .title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
    .card-description-title__info {
		max-width: 100px;
	}
}

@media screen and (max-width: 1200px) {
    .card-description-main__price .box-size {
        flex-direction: column
    }

    .card-description-main__price .price {
        text-align: center
    }
}

.card-description-main__price .header-basket__link {
    width: 174px;
    text-transform: uppercase;
    color: #fff;
    background-color: #192b77;
    border-color: #192b77;
    background-image: url(../img/toshop-hover.png);
    cursor: pointer
}

@media screen and (max-width: 1600px) {
    .card-description-main__price .header-basket__link {
        margin-bottom: 10px
    }
}

.card-description-main__price .header-basket__link:hover {
    background-image: url(../img/toshop.png);
    border: 1px solid #cbcbcb;
    color: #353535;
    background-color: transparent
}

.card-description-main__price .price__new {
    font-size: 34px;
	margin-right: 0;
}

.card-description-main__price .price__new span, .card-description-main__price .price__old {
    font-size: 26px
}

@media screen and (max-width: 1600px) {
    .card-description-main__price .basket {
        display: flex;
        flex-direction: column;
        align-items: center;
        float: left;
    }
}

.card-description-main__title {
    width: 50%
}

@media screen and (max-width: 576px) {
    .card-description-main__title {
        width: 100%
    }
}

.box-size p {
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 15px
}

.box-size input {
    width: 90px;
    height: 45px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #ababab
}

.box-size__summ {
    display: flex;
    width: 140px
}

.box-size__summ-left, .box-size__summ-right {
    height: 45px;
    background-color: #d0d0d0;
    border: none;
    cursor: pointer
}

.box-size {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.buy-link {
    display: inline-block;
    margin-left: 30px;
    padding-left: 30px;
    border: none;
    background-image: url(../img/click-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    cursor: pointer;
	color: black;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px;
}

@media screen and (max-width: 1600px) {
    .buy-link {
        margin-left: 0
    }
}

.buy-link:hover {
    text-decoration: underline
}

.catalog-left {
    width: 25%;
    float: left;
    margin-right: 2%
}

@media screen and (max-width: 992px) {
    .catalog-left {
        float: none;
        width: 100%;
        margin-bottom: 50px
    }

    .card-description-title__info {
        clear: both;
        margin-top: 0 !important;
    }
}

.catalog-right {
    position: relative;
    width: 73%;
    float: right
}

.catalog-preparat-select {
	position: relative;
}

@media screen and (max-width: 992px) {
    .catalog-right {
        float: none;
        width: 100%
    }
}

.catalog-section-head {
    color: #151515;
    font-size: 36px;
    padding: 20px;
    background-color: #fff;
    font-family: 'DaxlineProBold'
}

.filter-parts {
    margin-bottom: 20px
}

.filter-parts__item {
    padding: 20px;
    color: #373737;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid #d4d4d4
}

.accordion, .filter-parts__item, .filter-price {
    background-color: #fff
}

.accordion-body, .accordion-head {
    padding: 20px
}

.accordion-head {
    position: relative;
    display: block;
    color: #373737;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid #d4d4d4;
    font-family: 'GothamProBold';
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .accordion-head {
        font-size: 15px
    }
}

.accordion-head .pic {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 20px;
    width: 22px;
    height: 100%
}

.accordion-head:hover, .show-all:hover {
    text-decoration: none
}

.accordion-head.collapsed .pic {
    transform: rotate(180deg)
}

.accordion-body__item {
    margin-bottom: 20px
}

.accordion__input, .accordion__label {
    display: inline-block;
    vertical-align: middle
}

.accordion__input {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #949494;
    margin-right: 15px
}

.accordion__label {
    color: #373737;
    margin-bottom: 0;
    cursor: pointer
}

.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #192b77
}

.show-all {
    border: none;
    color: #192b77;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer
}

.filter-price-body {
    padding: 0 20px 20px
}

.input-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px
}

.price-from, .price-to {
    display: flex;
    align-items: center
}

.price-from span, .price-to span {
    display: inline-block;
    margin-right: 15px;
    color: #373737;
    font-size: 16px
}

.price-from {
    margin-right: 30px
}

.filter-price-input {
    width: 100%;
    height: 48px;
    border: 1px solid #949494;
    color: #373737;
    padding: 0 5px;
    text-align: center
}

.ui-slider {
    height: 5px;
    background-color: #dbdbdb
}

.ui-slider-range {
    background: #192b77
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    top: -6px;
    width: 15px;
    height: 15px;
    background: #192b77;
    border-color: #192b77;
    border-radius: 50%;
    cursor: pointer
}

.filter-total {
    background-color: #fff
}

.filter-total-body {
    padding: 0 20px 20px
}

.filter-total-list {
    display: flex;
    flex-wrap: wrap
}

.filter-total__item {
    padding-left: 17px;
    margin: 0 15px 15px 0;
    background-image: url(../img/filter-close.png);
    background-repeat: no-repeat;
    background-position: left center
}

.filter-btn {
    height: 44px;
    line-height: 44px;
    color: #373737;
    font-size: 16px;
    border-radius: 30px;
    padding: 0 25px;
    border: 1px solid transparent;
    background-color: #d4d4d4;
    cursor: pointer
}

.filter-btn:hover {
    color: #303030;
    border: 1px solid #303030;
    background-color: transparent
}

.catalog-head {
    position: relative;
    padding: 13px 30px;
    border-bottom: 1px solid #b0b0b0;
    background-color: #fff;
	z-index: 200;
}

@media screen and (max-width: 480px) {
    .catalog-head {
        padding: 10px
    }
}

.catalog-head .change-sort-view {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px
}

@media screen and (max-width: 767px) {
    .catalog-head .change-sort-view {
        display: none;
    }
}

.catalog-sort, .order-checklist-item .promocode form {
    display: flex;
    align-items: center
}

@media screen and (max-width: 480px) {
    .catalog-sort {
        flex-direction: column
    }
}

.catalog-sort p {
    color: #373737;
    font-size: 16px;
    font-family: 'GothamProBold';
    margin-right: 20px;
	margin-bottom: 0;
}

.catalog-right .sort-select {
    width: 200px;
    height: 45px;
    color: #373737;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.catalog-right .jq-selectbox__select {
    width: 200px;
    height: 45px
}

.catalog-right .jq-selectbox__select-text {
    width: 200px !important;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 20px
}

.catalog-right .jq-selectbox__select .jq-selectbox__select-text {
	width: 150px !important;
	padding: 0px 15px;
}

.catalog-right .jq-selectbox__trigger {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: left center
}

.catalog-right .jq-selectbox__dropdown {
    width: 200px;
    top: 100%;
    left: -1px;
    background-color: #fff;
    border: 1px solid #b0b0b0
}

.catalog-right .jq-selectbox__dropdown ul li {
    padding: 5px 20px
}

.catalog-right .jq-selectbox__dropdown ul li:hover {
    background-color: #192b77;
    color: #fff
}
.catalog-preparat-select-title {
	text-align: left;
	margin-bottom: 10px;
}
.catalog-preparat-select .sort-select {
	width: 95%;
	max-width: 95%;
    height: 45px;
    color: #373737;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.catalog-preparat-select-no-forms {
    width: 380px;
	max-width: 95%;
    height: 45px;
    line-height: 45px;
    color: #373737;
    border: 1px solid #b0b0b0;
	padding: 0 15px;
	border-radius: 30px;
}

.catalog-preparat-select .jq-selectbox__select {
    width: 100%;
    height: 45px
}

.catalog-preparat-select .jq-selectbox__select-text {
    width: 90% !important;
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 20px
}

.catalog-preparat-select .jq-selectbox__select .jq-selectbox__select-text {
	width: 90% !important;
	padding: 0px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.catalog-preparat-select .jq-selectbox__trigger {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: left center
}

.catalog-preparat-select .jq-selectbox__dropdown {
    width: 100%;
    top: 100%;
    left: -1px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
	border-radius: 30px;
	margin-top: 2px;
}

.catalog-preparat-select .jq-selectbox__dropdown ul {
	margin-bottom: 0;
}
.catalog-preparat-select .jq-selectbox__dropdown ul li {
    padding: 5px 20px
}

.catalog-preparat-select .jq-selectbox__dropdown ul li:hover {
    background-color: #192b77;
    color: #fff
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.catalog-list .product-slide__item {
    width: 25%;
    border-bottom: 1px solid #b0b0b0
}

@media screen and (max-width: 1350px) {
    .catalog-list .product-slide__item {
        width: 33.33%
    }
}

@media screen and (max-width: 1200px) {
    .catalog-list .product-slide__item {
        width: 50%
    }
}
@media screen and (max-width: 767px) {
	.catalog-preparat-select {
		text-align: center;
	}
	.catalog-preparat-select-title {
		text-align: center;
	}		
	.catalog-preparat-select .sort-select, .catalog-preparat-select-no-forms {
		text-align: left;
	}
	.catalog-preparat-select-no-forms {
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
    .catalog-list .product-slide__item {
        width: 100%;
        border-left: none !important
    }
	.catalog-preparat-select .sort-select, .catalog-preparat-select-no-forms {
		width: 100%;
		max-width: 100%;
	}
}

.catalog-list .product-slide__item:nth-child(4n+1) {
    border-left: none
}

@media screen and (max-width: 1350px) {
    .catalog-list .product-slide__item:nth-child(4n+1) {
        border-left: 1px solid #b0b0b0
    }

    .catalog-list .product-slide__item:nth-child(3n+1) {
        border-left: none
    }
}

@media screen and (max-width: 1200px) {
    .catalog-list .product-slide__item:nth-child(3n+1) {
        border-left: 1px solid #b0b0b0
    }

    .catalog-list .product-slide__item:nth-child(2n+1) {
        border-left: none
    }
}

@media screen and (max-width: 768px) {
    .catalog-list .product-slide__item .basket {
        padding: 0 20px;
    }
}

.catalog-list .price {
    padding: 0
}

.catalog-list .box-size, .catalog-list .product-fav p, .header-nav-bottom .dropdown-toggle::after {
    display: none
}

@media screen and (max-width: 768px) {
    .catalog-list .title {
        padding: 0 10px;
        padding-bottom: 320px;
    }
}

.catalog-list.list {
    flex-direction: column
}
.catalog-list .list-view {
	display: none;
}
.catalog-list.list .list-view {
	display: block;
}
.catalog-list .table-view {
	display: block;
}
.catalog-list.list .table-view {
	display: none;
}
.catalog-list.list .product-slide__item .overlay {
	display: none;
}

.catalog-list.list .product-slide__item {
    display: flex;
    width: 100%;
    padding: 16px;
    border-left: none;
	min-height: unset;
}

@media screen and (max-width: 1200px) {
    .catalog-list.list .product-slide__item {
        padding: 10px
    }
}

@media screen and (max-width: 620px) {
    .catalog-list.list .product-slide__item {
        padding-top: 50px
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .product-slide__item {
        flex-wrap: wrap
    }
}

.catalog-list.list .stock {
    position: absolute;
    left: 0;
    top: 0
}

.catalog-list.list .img-wrap {
}
.catalog-list.list .product-slide__item .img-wrap {
    padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 1600px) {
    .catalog-list.list .img-wrap {
        padding: 0 15px
    }
}

@media screen and (max-width: 620px) {
    .catalog-list.list .img-wrap {
        width: 100px
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .img-wrap {
        width: 30%;
        padding: 0 5px
    }
}

.catalog-list.list .title {
	width: 55%;
	display: flex;
	flex-direction: column;
}

.catalog-list.list .list-view {
	margin-top: auto;
}


@media screen and (max-width: 620px) {
    .catalog-list.list .title {
        width: 46%
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .title {
        width: 70%
    }
}

.catalog-list.list .article, .catalog-list.list .name {
    margin-bottom: 5px
}

@media screen and (max-width: 620px) {
    .catalog-list.list .article, .catalog-list.list .name {
        font-size: 12px
    }

    .catalog-list.list .text {
        font-size: 12px;
        margin-bottom: 5px
    }
}

.catalog-list.list .price {
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .catalog-list.list .price, .catalog-list.list .title {
        padding: 0 10px
    }
}

.catalog-list.list .box-size {
    width: 20%;
    display: block;
    padding: 10px 35px 0;
}

@media screen and (max-width: 1600px) {
    .catalog-list.list .box-size {
        padding: 20px 10px 0
    }
}

@media screen and (max-width: 620px) {
    .catalog-list.list .box-size {
        width: 110px
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .box-size {
        border-left: none
    }
}

.catalog-list.list .basket {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .catalog-list.list .basket {
        padding: 20px 0 0 10px
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .basket {
        border-left: none;
        flex-direction: row;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .catalog-list.list .header-basket__link {
        text-indent: -9999px;
        width: 60px
    }
}

.catalog-list.list .product-fav {
    width: 150px;
    padding-left: 36px;
    line-height: 30px;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
    .catalog-list.list .product-fav {
        width: 60px
    }
}

@media screen and (max-width: 480px) {
    .catalog-list.list .product-fav {
        margin: 0 0 0 15px
    }
}

.catalog-list.list .product-fav p {
    color: #180b0b;
    font-size: 14px;
    text-transform: uppercase;
    display: block
}

@media screen and (max-width: 767px) {
    .catalog-list.list .product-fav p {
        display: none
    }
}
.catalog-text {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1.6
}

.foote-inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
	max-width: 1690px;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .foote-inner {
        flex-direction: column;
        align-items: center;
    }
}

.footer-info {
    margin: 0;
}

.logo_footer {
    width: 200px;
    margin: 0 auto 12px;
}

.copyright, .privat {
    font-size: 12px;
	line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
	flex-grow: 1;
	margin-left: 100px;
}

@media screen and (max-width: 767px) {
    .footer-nav {
        flex-direction: column
    }
}

.footer-nav__item {
    padding: 0 40px 0 10px;
    border-left: 1px solid #d4d4d4;
}
.footer-nav__item:last-child {
	padding-right: 0;
}

@media screen and (max-width: 991px) {
    .footer-nav__item:first-child {
        border-left: none
    }
	.footer-nav__item:last-child {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
    .footer-nav__item {
        text-align: center;
        margin-bottom: 20px;
        border-left: none
    }
}

.footer-nav__head {
    color: #151515;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'GothamProBold'
}

.footer-nav .nav-item {
    padding-left: 0
}

.footer-nav .nav-link {
    font-size: 12px;
	line-height: 20px;
}

.footer-nav .nav-link:hover {
    text-decoration: underline
}

.footer-nav .callback-phone, .footer-nav .nav-link {
    padding: 0;
    margin-bottom: 8px;
}

.footer-nav .callback-phone__link {
    font-size: 13px;
    line-height: 20px;
	padding-left: 25px;
    background: url(../img/phone-foot.png) no-repeat left center
}

.footer-nav .timetable {
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 25px
}

.footer-nav .address {
    display: inline-block;
    font-size: 12px;
    padding-left: 25px;
}

.footer-bottom {
    font-size: 10px;
    text-align: center;
    padding: 15px 10px 20px;
    background-color: #f3f3f3;
    line-height: 1.5
}

.header-inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    padding: 0 10px;
}

@media screen and (max-width: 1600px) {
    .logo {
        text-align: center
    }
}

.logo__link {
    display: inline-block;
    padding-top: 10px
}

.logo__link img {
    display: block;
    max-width: 100%
}

.header-info {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
    .header-info {
        flex-direction: column
    }
}

.header-nav-top {
    display: flex
}

.select-city {
    padding: 15px 100px 15px 0;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
	height: 51px;
}

.select-city .jqselect {
    position: relative;
    width: 70px;
    font-family: 'GothamProBold';
    cursor: pointer;
    margin-left: 10px
}

.select-city .jqselect .jq-selectbox__dropdown {
    top: 100% !important;
    background-color: #192b77
}

.select-city .jqselect .jq-selectbox__dropdown li {
    color: #fff;
    padding: 2px 6px
}

.select-city .jqselect .jq-selectbox__trigger {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 5px;
    background-image: url(../img/city.png)
}

.header-callback__text {
    text-transform: uppercase
}

.callback-phone {
    padding: 15px 100px 15px 15px
}

@media screen and (max-width: 1700px) {
    .callback-phone {
        padding: 15px 50px 15px 15px
    }
}

.callback-phone__link {
    display: inline-block;
    font-family: 'GothamProBold';
    font-size: 16px;
    padding-left: 20px;
    background: url(../img/phone.png) no-repeat left center
}

.header-nav-top {
    border-bottom: 1px solid #eaeaea
}

@media screen and (max-width: 992px) {
    .header-nav-top {
        padding: 5px;
		align-items: center;
    }
}

.navbar {
    padding: 0
}
.root-item.dropdown-menu.show {
	display: block !important;
	width: 250px;
	text-align: left;
}
.root-item.dropdown-menu.show .nav-item {
	padding-left: 0;
}
.root-item.dropdown-menu.show .nav-item .nav-link {
	text-align: inherit;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-radius: 20px;
        /*overflow: hidden !important;*/
    }
}

@media screen and (max-width: 1199px) {
    .navbar-collapse {
        position: absolute;
        width: 200px;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 0 5px #000;
        z-index: 100;
        border-radius: 20px;
        overflow: hidden;
    }
	.root-item.dropdown-menu.show {
		position: static;
		text-align: center;
		width: 100% !important;
		border: none;
		border-radius: 0;
		padding: 0;
		margin-left: 0;
	}
}

.nav-item {
    padding-left: 35px
}

@media screen and (max-width: 1700px) {
    .nav-item {
        padding-left: 15px
    }
}

@media screen and (max-width: 992px) {
    .nav-item {
        padding-left: 0
    }
}

.nav-item:first-child {
    padding-left: 0
}

.navbar-light .navbar-nav .nav-link {
    padding: 15px 0;
    color: #000
}

@media screen and (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #192b77;
        color: #fff
    }
}

@media screen and (max-width: 1420px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px
    }
}

@media screen and (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px
    }
}

.header-login {
    padding: 15px 0 15px 15px
}

/*@media screen and (max-width: 1200px) {
    .header-login {
        position: absolute;
        top: 30px;
        right: 20px
    }
}*/

@media screen and (max-width: 992px) {
    .header-login {
        position: relative;
        top: 0;
        right: 0
    }
}


.header-fav, .header-login-r {
    display: inline-block;
    padding-left: 25px;
	line-height: 20px;
}

.header-fav {
    font-family: 'GothamProBold';
    color: #353535;
    display: inline-flex;
	align-items: center;
	padding-left: 0;
}
.header-fav svg {
	margin-right: 5px;
}

.header-login-r {
    display: inline-block;
    padding-left: 16px;
}

.header-login-r a {
    font-family: 'GothamProBold';
    color: #192b77
}

.header-nav-bottom {
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .header-nav-bottom {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 480px) {
    .header-nav-bottom {
        flex-direction: column;
        align-items: center
    }

    .header-catalog {
        margin-bottom: 15px
    }
}

.catalog-link {
    display: inline-block;
    width: 187px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #192b77;
    border-radius: 30px;
    background-image: url(../img/catalog-btn.png);
    background-repeat: no-repeat;
    background-position: 136px center
}

.catalog-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8
}

.dropdown-menu {
    width: 550px;
    border-radius: 30px;
    padding: 15px 25px
}

@media screen and (max-width: 620px) {
    .dropdown-menu {
        width: auto
    }
}

@media screen and (max-width: 480px) {
    .dropdown-menu {
        padding: 5px
    }
}

.dropdown-item {
    position: relative;
    display: block
}

.dropdown-item:hover, .dropdown-item__link:hover {
    background-color: transparent
}

.dropdown-item__link {
    color: #1c1c1c;
    font-size: 14px;
    font-family: 'GothamProBold';
    padding: 5px 0;
    white-space: normal
}

.dropdown-item__link:hover {
    text-decoration: none;
    color: #001468
}

.dropdown-menu__wrapper {
    width: 220px;
    border-right: 1px solid #c8c8c8
}

@media screen and (max-width: 620px) {
    .dropdown-menu__wrapper {
        border-right: none
    }
}

.menu-list-down {
    width: 220px;
    display: none;
    position: absolute;
    left: 219px;
    top: 0;
    z-index: 100
}

@media screen and (max-width: 620px) {
    .menu-list-down {
        position: relative;
        left: 0
    }
}

.menu-list-down-item {
    font-size: 14px;
    padding: 5px 0 5px 15px
}

.menu-list-down-item a {
    white-space: normal
}

.dropdown-menu__wrapper > .dropdown-item:hover > .menu-list-down {
    display: block
}

.header-basket__link {
    position: relative;
    display: inline-block;
    height: 43px;
    width: 190px;
    color: #353535;
    padding-left: 50px;
    line-height: 43px;
    border: 1px solid #cbcbcb;
    border-radius: 30px;
    background-image: url(../img/basket.png);
    background-repeat: no-repeat;
    background-position: 15px 9px;
    text-decoration: none
}

.form-search {
    position: relative;
    width: 100%;
    margin: 0 15px
}

@media screen and (max-width: 768px) {
    .form-search {
        order: 1;
        margin: 15px 0
    }
}

.form-search__input {
    height: 43px;
    width: 100%;
    border: 1px solid #cbcbcb;
    font-family: 'GothamProItalic';
    border-radius: 30px;
    padding: 0 25px
}

.form-search__input:focus {
    outline: transparent
}

.form-search__submit {
    background-image: url(../img/search.png);
    height: 24px;
    width: 24px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    margin-top: 8px;
    margin-right: 20px;
    cursor: pointer;
    text-indent: -9999px
}

.header-basket__check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #ff151f;
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.header-basket__check span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.b-history {
    padding-bottom: 100px
}

.history-info {
    width: 73%;
    float: left;
    padding: 25px 40px;
    margin-right: 2%;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .history-info {
        width: 100%;
        float: none;
        margin: 0 0 20px
    }
}

@media screen and (max-width: 620px) {
    .history-info {
        padding: 10px
    }
}

.history-other {
    width: 25%;
    margin-left: 2%;
    float: right
}

.other-nav-list {
    background-color: #fff;
    margin-bottom: 20px
}

.other-nav-list__item {
    border-bottom: 1px solid #d4d4d4
}

.other-nav-list__item.active .other-nav-list__link {
    text-decoration: none;
    color: #192b77
}

.other-nav-list__item:last-child {
    border-bottom: 1px solid transparent
}

.other-nav-list__link {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    color: #373737;
    font-size: 16px;
    text-transform: uppercase
}

.other-nav-list__link:hover {
    text-decoration: none;
    color: #192b77
}

.history-order {
    margin-bottom: 40px;
	margin-top: 10px;
}

.history-order__link {
    color: #393939;
    margin-left: 45px;
    font-family: 'GothamProBold';
    text-decoration: underline
}

.history-order__link:first-child, .slick-dots li:first-child {
    margin-left: 0
}

.history-order__link:hover {
    text-decoration: none;
    color: #393939
}

.history-info-head {
    color: #151515;
    font-size: 24px;
    font-family: 'DaxlineProBold';
    margin-bottom: 25px
}

.order-done {
    margin-bottom: 40px
}

.order-done-info {
    display: flex;
    padding: 15px 30px;
    margin-bottom: 15px;
    background-color: #f6f6f6;
    border-radius: 30px
}

.order-done-info p {
    color: #373737;
    font-size: 16px;
    font-family: 'GothamProBold';
	margin-bottom: 0;
}
.order-done-detail a {
	margin-right: 69px;
}

@media screen and (max-width: 1350px) {
    .order-done-info p {
        font-size: 15px
    }
}

.order-done-info .title {
    margin-left: auto
}

@media screen and (max-width: 768px) {
    .order-done-info .title {
        margin: 0 auto 10px
    }
    .order-done-info {
        flex-direction: column;
        align-items: center;
    }
	.order-done-detail .order-done__detail {
		margin-left: 8px;
	}
}

.order-done-info .title .text {
    margin-bottom: 0
}

.order-done-detail {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px
}

@media screen and (max-width: 620px) {
    .order-done-detail {
        padding-left: 0
    }
}

@media screen and (max-width: 480px) {
    .order-done-detail {
        flex-direction: column
    }
}

.order-done__detail {
    display: inline-block;
    color: #939393;
    font-size: 16px;
    text-decoration: underline
}

@media screen and (max-width: 1199px) {
    .order-done-detail a {
		margin-right: 32px;
    }
}
@media screen and (max-width: 991px) {
    .order-done__detail {
        margin-bottom: 10px;
		margin-right: 32px;
    }
}

@media screen and (max-width: 768px) {
	.order-done-detail {
		display: flex;
		align-items: flex-start;
	}
}

.order-done__repeat {
    color: #001468;
    height: 45px;
    line-height: 45px;
    padding: 0 30px 0 50px;
    background-color: transparent;
    border: 1px solid #001468;
    border-radius: 30px;
    background-image: url(../img/repeat_icon.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    text-transform: uppercase;
    cursor: pointer
}

.order-done__repeat:hover {
    color: #000
}

.header-fav_user {
    position: relative;
    color: #192b77;
    text-decoration: underline;
    background-image: none;
    padding-left: 40px;
    margin-left: 5px
}

@media screen and (max-width: 480px) {
    .header-fav_user {
        position: absolute;
        right: 0;
        top: -10px
    }
}

.header-fav_user .user-icon {
    position: absolute;
    left: 1px;
    top: -9px;
    width: 33px;
    height: 33px;
    background-image: url(../img/user-icon.png)
}

.modal-dialog {
    max-width: 430px;
    margin-top: 10%
}

.modal-header {
    border-bottom: none;
    padding: 0
}

.close {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(../img/close.png) no-repeat center center
}

.modal-body {
    padding: 45px 50px
}

@media screen and (max-width: 576px) {
    .modal-body {
        padding: 20px 15px
    }
}

.callback-header {
    font-size: 24px;
    font-family: 'GothamProBold';
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase
}

.form-field {
    margin-bottom: 8px;
    text-align: center
}

.form-field__input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    color: #343434;
    border: 1px solid #949494
}

.form-field__submit {
    width: 165px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 20px 0;
    background-color: #192b77;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 30px
}

.form-field__submit:hover {
    color: #373f48;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #373f48
}

.continue {
    display: block;
    margin: 0 auto;
    color: #001468;
    text-decoration: underline;
    text-align: center;
    background-color: transparent;
    border: none
}

textarea::placeholder {
    color: #343434
}

textarea:-moz-placeholder {
    color: #343434
}

textarea::-webkit-input-placeholder {
    color: #343434
}

.order-checklist-item {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
    .order-checklist-item {
        padding: 15px
    }
}

.order-checklist-item .title {
    width: 47%
}

@media screen and (max-width: 620px) {
    .order-checklist-item .title {
        width: 70%
    }
}

@media screen and (max-width: 480px) {
    .order-checklist-item .title {
        width: 100%
    }
}

.order-checklist-item .box-size {
    width: 13%
}

@media screen and (max-width: 768px) {
    .order-checklist-item .box-size {
        width: 95px
    }
}

@media screen and (max-width: 480px) {
    .order-checklist-item .box-size {
        width: 135px;
        margin: 0 auto
    }

    .order-checklist-item .box-size .box-size__summ, .order-checklist-item .box-size p {
        display: inline-block
    }
}

.order-checklist-item .price {
    width: 20%
}

@media screen and (max-width: 620px) {
    .order-checklist-item .price {
        width: 40%
    }
}

@media screen and (max-width: 480px) {
    .order-checklist-item .price {
        width: 100%;
        padding-left: 0
    }
}

.order-checklist-item .promocode {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (max-width: 576px) {
    .order-checklist-item .promocode {
        flex-direction: column
    }
}

.order-checklist-item .promocode p, .order-checklist-item .promocode-field {
    margin-right: 15px
}

@media screen and (max-width: 576px) {
    .order-checklist-item .promocode form {
        flex-direction: column
    }
}

.order-checklist-head {
    position: relative;
    color: #373737;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 20px 20px 70px;
    border-radius: 30px;
    background-color: #d4d4d4;
    font-family: 'GothamProBold'
}

.order-checklist-head:before {
    position: absolute;
    content: "01";
    left: 10px;
    top: 10px;
    width: 43px;
    height: 43px;
    text-align: center;
    padding-top: 4px;
    font-size: 26px;
    font-family: 'DaxlineProBold';
    border-radius: 30px
}

.order-checklist-head.two:before {
    content: "02"
}

.order-checklist-head.three:before {
    content: "03"
}

.order-checklist-head.fourth:before {
    content: "04"
}

.order-checklist-bottom {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 480px) {
    .order-checklist-bottom {
        flex-direction: column
    }
}

.back-basket {
    height: 45px;
    line-height: 46px;
    color: #001468;
    font-size: 16px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #001468;
    border-radius: 30px;
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .back-basket {
        margin-bottom: 10px
    }
}

.back-basket:hover, .order-go {
    background-color: #001468;
    color: #fff
}

.order-go {
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 50px 0 30px;
    text-transform: uppercase;
    background-color: #535353;
    border: 1px solid transparent;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    border-radius: 30px;
    cursor: pointer
}

.order-go:hover {
    background-color: transparent;
    border: 1px solid #535353;
    color: #535353
}

.partners {
    padding-bottom: 50px
}

@media screen and (max-width: 1600px) {
    .partners {
        width: 88%;
        margin: 0 auto
    }
}

@media screen and (max-width: 620px) {
    .partners {
        width: 80%
    }
}

@media screen and (max-width: 480px) {
    .partners {
        width: 70%
    }
}

.partners .slick-arrow {
    width: 41px;
    height: 40px
}

.partners .slick-prev {
    left: -50px;
    background: url(../img/catalog-left.png) no-repeat center center
}

.partners .slick-next {
    right: -50px;
    background: url(../img/catalog-right.png) no-repeat center center
}

.reviews .slick-arrow {
    width: 41px;
    height: 40px
}

.reviews .slick-prev {
    left: -50px;
    background: url(../img/catalog-left.png) no-repeat center center
}

.reviews .slick-next {
    right: -50px;
    background: url(../img/catalog-right.png) no-repeat center center
}

.partners .slick-slide img {
    display: inline-block
}

.partners-item {
    background-color: #fff;
    height: 94px;
    width: 240px;
    border: 1px solid #bababa;
    margin: 0 10px
}

.partners-item__tb {
    display: table;
    height: 100%;
    width: 100%
}

.partners-item__td {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

.preloder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    transition: 1s all;
    opacity: 1;
    z-index: 999;
    visibility: visible
}

.preloder .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top-color: #192b77;
    animation: 1s spin infinite linear
}

.preloder.done {
    opacity: 0;
    visibility: hidden
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.b-catalog {
    padding-bottom: 50px
}

.product-slide .slick-arrow {
    width: 41px;
    height: 40px;
    top: -40px
}

.product-slide .slick-prev {
    right: 50px;
    left: auto;
    background: url(../img/catalog-left.png) no-repeat center center
}

.product-slide .slick-next {
    right: 0;
    background: url(../img/catalog-right.png) no-repeat center center
}

.product-slide__item {
    min-height: 525px;
    position: relative;
    border-left: 1px solid #b0b0b0;
    background-color: #fff
}

@media screen and (max-width: 480px) {
    .product-slide__item {
        border-left: none
    }
}

.product-slide__item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0
}

.product-slide__item .overlay__details {
    font-size: 14px;
    font-family: 'GothamProMedium';
    color: #192b77;
    display: inline-block;
    border: 1px solid #192b77;
    border-radius: 30px;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 180px;
    background-color: #fff;
    text-transform: uppercase
}

.order-checklist-head:before, .product-slide__item .overlay__details:hover {
    color: #fff;
    background-color: #192b77
}

.product-slide__item:hover .overlay {
    opacity: 1
}

.product-slide__item .img-wrap {
    display: flex;
    align-items: center;
    height: 150px;
    margin-bottom: 35px
}

.product-slide__item .img-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.product-slide__item .basket {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .product-slide__item .basket {
        padding: 0 20px;
    }
}

.product-slide__item .header-basket__link {
    width: 152px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/toshop.png);
    background-repeat: no-repeat;
    background-position: 17px 7px;
    text-transform: uppercase;
	text-align: left;
}

.product-slide__item .header-basket__link:hover {
    color: #fff;
    background-color: #192b77;
    border-color: #192b77;
    background-image: url(../img/toshop-hover.png)
}

.stock {
    height: 43px;
    padding: 13px 13px 0
}

@media screen and (max-width: 480px) {
    .stock {
        height: 27px;
        padding: 5px 5px 0
    }
}

.stock .sale-prod {
    display: inline-block;
    font-size: 12px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #fff;
    background-color: #ff141f;
    margin-right: 5px;
    padding: 7px 10px
}

@media screen and (max-width: 480px) {
    .stock .sale-prod {
        font-size: 11px;
        margin-right: 0;
        padding: 3px 5px
    }
}

.stock .top-prod {
    display: inline-block;
    font-size: 12px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #fff;
    background-color: #192b77;
    margin-right: 5px;
    padding: 7px 10px
}

@media screen and (max-width: 480px) {
    .stock .top-prod {
        font-size: 11px;
        margin-right: 0;
        padding: 3px 5px
    }
}

.stock .new-prod {
    display: inline-block;
    background-color: #52ba1a;
    font-size: 12px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px
}

@media screen and (max-width: 480px) {
    .stock .new-prod {
        font-size: 11px;
        margin-right: 0;
        padding: 3px 5px
    }
}

.stock .day-prod {
    display: inline-block;
    background-color: #4faae1;
    font-size: 12px;
    font-family: 'GothamProBold';
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px
}
.stock .day-prod:not(:last-child) {
    margin-right: 5px;
}

@media screen and (max-width: 480px) {
    .stock .day-prod {
        font-size: 11px;
        margin-right: 0;
        padding: 3px 5px;
		white-space: nowrap;
    }
}

.product-fav {
    display: inline-block;
    background-image: url(../img/fav.png);
    background-repeat: no-repeat;
    background-position: left 0;
    height: 27px;
    width: 28px;
    margin-top: 4px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-left: 20px;
}
@media screen and (min-width: 1200px) {
	.product-fav:hover {
		background-position: 0 -28px
	}
}

.price, .title {
    padding: 0 30px
}

.title .name {
    font-family: 'GothamProMedium'
}

.title .article, .title .name {
    font-size: 14px;
    margin-bottom: 10px;
    color: #010101
}

.title .article span {
    font-family: 'GothamProMedium'
}

.title .text {
    display: inline-block;
    color: #66b61f;
    background-image: url(../img/instock.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0;
    padding-left: 20px
}

.bottomItem .text {
    display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #212529;
    background-image: url(../img/instock.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0;
    padding-left: 20px;
	margin-left: 20px;
}
.product-slide__item .title {
	padding: 0 20px;
}
.price {
    margin-bottom: 20px
}

.price__new, .price__old {
    display: inline-block;
    vertical-align: bottom
}

.price__new {
    font-family: 'GothamProMedium';
    font-size: 18px;
    margin-right: 15px;
    color: #001468
}

.price__old {
    color: #333;
    text-decoration: line-through
}
.bottomItem .price {
	padding: 0 20px;
}

.profile-item {
    position: relative;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4
}

.profile-item.phone {
    padding: 9px 0
}

.profile-item__text {
    align-items: center;
    width: 20%;
    color: #393939
}

@media screen and (max-width: 480px) {
    .profile-item__text {
        width: 160px
    }
}

.profile-item__data {
    width: 80%;
    color: #393939;
    font-family: 'GothamProBold'
}

.profile-item__edit {
    position: absolute;
    height: 100%;
    opacity: 0;
    right: 0;
    top: 0;
    border: none;
    padding-right: 25px;
    background-color: transparent;
    background-image: url(../img/edit_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #192b77;
    font-size: 12px;
    font-family: 'GothamProMedium';
    cursor: pointer
}

@media screen and (max-width: 480px) {
    .profile-item__edit {
        text-indent: -9999px;
        padding-right: 15px;
        width: 15px
    }
}

.profile-item:hover .profile-item__edit {
    opacity: 1
}

.phone-wrap {
    position: relative;
    width: 50%
}

@media screen and (max-width: 768px) {
    .phone-wrap {
        width: 60%
    }
}

@media screen and (max-width: 480px) {
    .phone-wrap {
        width: 100%
    }
}

.profile__input {
    width: 100%;
    height: 37px;
    border: 1px solid #d4d4d4;
    padding: 0 8px;
    font-family: 'GothamProItalic'
}

.profile__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 37px;
    font-family: 'GothamProMedium';
    font-size: 12px;
    color: #fff;
    background-color: #192b77;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

.b-reason {
    margin-bottom: 30px
}

.b-reason .section-head {
    margin-bottom: 0
}

@media screen and (max-width: 1600px) {
    .b-reason .section-head {
        font-size: 34px
    }
}

@media screen and (max-width: 1350px) {
    .b-reason .section-head {
        text-align: center;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .b-reason .section-head {
        font-size: 27px
    }
}

.b-reason-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

@media screen and (max-width: 1350px) {
    .b-reason-top {
        flex-direction: column;
        margin-bottom: 30px
    }
}

.reason-call {
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .reason-call {
        font-size: 17px
    }
}

@media screen and (max-width: 1350px) {
    .reason-call {
        text-align: center
    }
}

.reason-call span {
    font-family: 'GothamProBold'
}

.reason-product {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 992px) {
    .reason-product {
        flex-direction: column
    }
}

.reason-list {
    display: flex;
    flex-direction: column
}

.reason-list_row {
    display: flex
}

@media screen and (max-width: 768px) {
    .reason-list_row {
        flex-direction: column
    }
}

.reason-item {
    display: flex;
    align-items: center;
    padding: 40px 30px
}

@media screen and (max-width: 1350px) {
    .reason-item {
        padding: 20px
    }
}

@media screen and (max-width: 480px) {
    .reason-item {
        display: block;
        text-align: center
    }
}

.reason-item__img {
    margin-right: 25px
}

@media screen and (max-width: 480px) {
    .reason-item__img {
        margin: 0 0 20px
    }
}

.reason-item__first {
    width: 494px;
    height: 380px;
    margin-right: 20px;
    padding: 50px 45px;
    text-align: center;
    background-color: #1380c1
}

@media screen and (max-width: 1600px) {
    .reason-item__first {
        width: 434px
    }
}

@media screen and (max-width: 1350px) {
    .reason-item__first {
        width: 375px;
        padding: 20px
    }
}

@media screen and (max-width: 1200px) {
    .reason-item__first {
        width: 280px
    }
}

@media screen and (max-width: 992px) {
    .reason-item__first {
        width: 100%;
        height: auto;
        margin: 0 0 20px
    }
}

.reason-item__first .reason-item__img {
    text-align: center;
    margin: 0 0 35px
}

@media screen and (max-width: 480px) {
    .reason-item__first .reason-item__img {
        margin: 0 0 20px
    }
}

.reason-item__second {
    width: 502px;
    height: 180px;
    margin: 0 20px 20px 0;
    background-color: #32913f
}

@media screen and (max-width: 1600px) {
    .reason-item__second {
        width: 442px
    }
}

@media screen and (max-width: 1350px) {
    .reason-item__second {
        width: 410px
    }
}

@media screen and (max-width: 1200px) {
    .reason-item__second {
        width: 351px
    }
}

@media screen and (max-width: 992px) {
    .reason-item__second {
        width: 55%
    }
}

@media screen and (max-width: 768px) {
    .reason-item__second {
        width: 100%;
        height: auto
    }
}

.reason-item__third {
    width: 485px;
    height: 180px;
    margin: 0 0 20px;
    background-color: #39c4a3
}

@media screen and (max-width: 1600px) {
    .reason-item__third {
        width: 415px
    }
}

@media screen and (max-width: 1350px) {
    .reason-item__third {
        width: 356px
    }
}

@media screen and (max-width: 1200px) {
    .reason-item__third {
        width: 300px
    }
}

@media screen and (max-width: 992px) {
    .reason-item__third {
        width: 45%
    }
}

@media screen and (max-width: 768px) {
    .reason-item__third {
        width: 100%;
        height: auto
    }
}

.reason-item__fourth {
    width: 624px;
    height: 180px;
    margin: 0 20px 20px 0;
    background-color: #00b0b0
}

@media screen and (max-width: 1600px) {
    .reason-item__fourth {
        width: 554px
    }
}

@media screen and (max-width: 1350px) {
    .reason-item__fourth {
        width: 486px
    }
}

@media screen and (max-width: 1200px) {
    .reason-item__fourth {
        width: 410px
    }
}

@media screen and (max-width: 992px) {
    .reason-item__fourth {
        width: 65%
    }
}

@media screen and (max-width: 768px) {
    .reason-item__fourth {
        width: 100%;
        height: auto
    }
}

.reason-item__fifth {
    width: 363px;
    height: 180px;
    margin: 0 0 20px;
    background-color: #ffd13e
}

@media screen and (max-width: 1600px) {
    .reason-item__fifth {
        width: 303px
    }
}

@media screen and (max-width: 1350px) {
    .reason-item__fifth {
        width: 280px
    }
}

@media screen and (max-width: 1200px) {
    .reason-item__fifth {
        width: 240px
    }
}

@media screen and (max-width: 992px) {
    .reason-item__fifth {
        width: 35%
    }
}

@media screen and (max-width: 768px) {
    .reason-item__fifth {
        width: 100%;
        height: auto
    }
}

.reason-item__fifth .reason-item__text {
    font-size: 20px
}

.reason-item__text {
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.search-text {
    color: #1c1c1c;
    font-size: 16px;
    margin-bottom: 30px
}

.search-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px
}

.search-list .product-slide__item {
    width: 16.666%;
    border-bottom: 1px solid #b0b0b0
}

@media screen and (max-width: 1350px) {
    .search-list .product-slide__item {
        width: 20%
    }
}

@media screen and (max-width: 1200px) {
    .search-list .product-slide__item {
        width: 25%
    }
}

@media screen and (max-width: 992px) {
    .search-list .product-slide__item {
        width: 33.33%
    }
}

@media screen and (max-width: 768px) {
    .search-list .product-slide__item {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .search-list .product-slide__item {
        width: 100%
    }
}

.b-about {
    margin-bottom: 50px
}

.about-top {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 992px) {
    .about-top {
        flex-direction: column
    }
}

.about-img {
    width: 44%
}

@media screen and (max-width: 1200px) {
    .about-img {
        width: 55%
    }
}

@media screen and (max-width: 768px) {
    .about-img {
        width: 100%
    }
}

.about-img img {
    width: 100%
}

.about-content {
    width: 56%;
    padding-left: 50px;
    background: url(../img/about-bg.png) no-repeat right top
}

@media screen and (max-width: 1200px) {
    .about-content {
        padding-left: 20px;
        width: 45%
    }
}

@media screen and (max-width: 992px) {
    .about-content {
        width: 100%;
        padding-left: 0;
        margin-top: -90px
    }
}

@media screen and (max-width: 768px) {
    .about-content {
        background-position: right 100px
    }
}

@media screen and (max-width: 480px) {
    .about-content {
        margin-top: -55px;
        background-size: contain
    }
}

.about-head {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background-color: #1380c1;
    padding: 20px 80px 20px 110px;
    margin: 35px 0 30px -110px;
    font-family: 'DaxlineProBold';
    text-transform: uppercase
}

@media screen and (max-width: 992px) {
    .about-head {
        margin: 0 0 20px
    }
}

@media screen and (max-width: 576px) {
    .about-head {
        padding: 10px 20px
    }
}

@media screen and (max-width: 480px) {
    .about-head {
        font-size: 23px
    }
}

.about-descr, .about-title {
    font-size: 16px;
    margin-bottom: 30px
}

.about-title {
    font-family: 'GothamProBold'
}

.about-descr {
    line-height: 24px
}

.about-skills {
    padding: 0 40px 0 120px
}

@media screen and (max-width: 1200px) {
    .about-skills {
        padding: 0
    }
}

.about-skills-inner {
    padding: 50px 100px 35px;
    margin-top: -30px;
    background-color: #fff
}

@media screen and (max-width: 1350px) {
    .about-skills-inner {
        margin-top: 0
    }
}

@media screen and (max-width: 992px) {
    .about-skills-inner {
        padding: 20px
    }
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .skills-list {
        flex-direction: column
    }
}

.skills-list__item {
    position: relative;
    display: flex;
    width: 50%;
    padding: 25px 35px 25px 25px
}

@media screen and (max-width: 768px) {
    .skills-list__item {
        padding: 15px
    }
}

@media screen and (max-width: 576px) {
    .skills-list__item {
        width: 100%;
        border-bottom: 1px solid #cfcfcf
    }
}

.skills-list__item:first-child:after {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10
}

.skills-list__item.border-bot {
    border-bottom: 1px solid #cfcfcf
}

.skills-list__item.border-l {
    border-left: 1px solid #cfcfcf
}

@media screen and (max-width: 576px) {
    .skills-list__item.border-l {
        border-left: none
    }
}

.skills-img {
    margin-right: 30px
}

@media screen and (max-width: 768px) {
    .skills-img {
        margin-right: 15px
    }
}

.skills-text {
    font-size: 16px;
    line-height: 20px
}

.skills-info, .skills-text span {
    font-family: 'GothamProMedium';
    text-transform: uppercase
}

.skills-info {
    text-align: center;
    color: #1380c1;
    font-family: 'GothamProBold'
}

.catalog-word {
    padding-top: 50px
}

@media screen and (max-width: 768px) {
    .catalog-word {
        padding-top: 20px
    }
}

.section-head {
    font-size: 36px
}

@media screen and (max-width: 768px) {
    .section-head {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 576px) {
    .section-head {
        font-size: 27px
    }
}

.box-tab-cont {
    position: relative;
    padding-left: 60px;
    height: 290px;
    width: 100%;
    overflow-y: auto;
    overflow: auto
}

@media screen and (max-width: 992px) {
    .box-tab-cont {
        height: 200px;
        padding-left: 10px
    }
}

.tab-cont {
    background-color: #fff;
    padding: 30px 70px 50px
}

@media screen and (max-width: 992px) {
    .tab-cont {
        padding: 20px
    }
}

.tab-cont_hide {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0
}

.tabs-word {
    display: flex;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .tabs-word {
        flex-direction: column
    }
}

.nav-tab-list {
    width: 370px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 576px) {
    .nav-tab-list {
        width: 100%
    }
}

.nav-tab-list_number {
    width: 210px
}

.nav-tab-list__item.active .nav-tab-list__link, .nav-tab-list__link:hover {
    color: #fff;
    background-color: #001468;
    text-decoration: none
}

.nav-tab-list__link, .tab-cont-head {
    font-size: 16px;
    font-family: 'GothamProMedium';
    color: #373737
}

.nav-tab-list__link {
    display: block;
    height: 40px;
    width: 40px;
    padding-top: 9px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px
}

.tab-cont-head {
    margin-bottom: 20px
}

.tab-cont__item {
    display: inline-block;
    width: 22%
}

@media screen and (max-width: 992px) {
    .tab-cont__item {
        width: 30%
    }
}

@media screen and (max-width: 480px) {
    .tab-cont__item {
        width: 45%
    }
}

.tab-cont-list__item {
    margin-bottom: 15px
}

.tab-cont-list__link {
    display: block;
    font-size: 16px;
    color: #373737;
    text-decoration: none
}

.box-tab-cont::-webkit-scrollbar {
    width: 8px
}

.box-tab-cont::-webkit-scrollbar-button {
    width: 8px;
    height: 5px
}

.box-tab-cont::-webkit-scrollbar-track {
    background: #dfdfdf;
    border: thin solid #d3d3d3;
    box-shadow: 0 0 3px #dfdfdf inset
}

.box-tab-cont::-webkit-scrollbar-thumb {
    background: #001468;
    border: thin solid gray
}

@media screen and (max-width: 768px) {
    .slide-container {
        height: 250px
    }
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 44px;
    border: none;
    background-color: transparent;
    z-index: 10;
    cursor: pointer
}

.slick-arrow:hover {
    opacity: .7
}

.slick-prev {
    left: 25px;
    background-image: url(../img/slider-left.png);
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width: 480px) {
    .slick-prev {
        left: 3px
    }
}

.slick-next {
    right: 25px;
    background-image: url(../img/slider-right.png);
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width: 480px) {
    .slick-next {
        right: 3px
    }
}

.slide-item {
    position: relative
}

.slide-item img {
    display: block;
    width: 100%
}

@media screen and (max-width: 768px) {
    .slide-item img {
        height: 250px;
        object-fit: cover
    }
}

.slide-item__inner {
    width: 775px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11%
}

@media screen and (max-width: 1200px) {
    .slide-item__inner {
        width: 80%;
        top: 40%
    }
}

@media screen and (max-width: 620px) {
    .slide-item__inner {
        width: 70%;
        top: 40%
    }
}

.slide-item__head {
    font-size: 48px;
    line-height: 60px;
    font-family: 'GothamProBold';
    text-transform: inherit;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
    .slide-item__head {
        line-height: normal;
        font-size: 35px
    }
}

@media screen and (max-width: 768px) {
    .slide-item__head {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 480px) {
    .slide-item__head {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.slide-item__title {
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width: 1200px) {
    .slide-item__title {
        line-height: 20px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .slide-item__title {
        font-size: 12px;
        line-height: 17px
    }
}

.slick-dots {
    position: absolute;
    display: flex;
    left: 11%;
    bottom: 25px
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-color: #686d75;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer
}

.slick-dots li.slick-active {
    border: 2px solid #001468;
    background-color: transparent
}

.customer-tab {
    padding: 30px 70px
}

@media screen and (max-width: 1200px) {
    .customer-tab {
        padding: 20px
    }
}

@media screen and (max-width: 620px) {
    .customer-tab {
        padding: 20px 0
    }
}

.tab-customer-cont {
    position: relative
}

.customer-cont_hide {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0
}

.customer-list {
    margin-bottom: 30px
}

.customer-list__item {
    display: inline-block;
    margin-left: 40px
}

@media screen and (max-width: 480px) {
    .customer-list__item {
        display: block;
        margin-left: 0
    }
}

.customer-list__item:first-child {
    margin-left: 0
}

.customer-list__item.active .customer-list__link {
    color: #151515;
    font-family: 'GothamProBold';
    text-decoration: none
}

.customer-list__link {
    color: #bcbcbc;
    font-size: 24px;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .customer-list__link {
        font-size: 20px
    }
}

.customer-list__link:hover {
    color: #151515;
    text-decoration: none
}

.custom-form-left {
    width: 34%;
    float: left
}

@media screen and (max-width: 480px) {
    .custom-form-left {
        float: none;
        width: 100%
    }
}

.custom-form-right {
    width: 64%;
    float: right;
    margin-left: 2%
}

@media screen and (max-width: 480px) {
    .custom-form-right {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

.custom-input, .custom-textarea {
    width: 100%;
    color: #373737;
    margin-bottom: 10px;
    border: 1px solid #949494
}

.custom-textarea {
    resize: none;
    height: 100px;
    padding: 15px
}

.custom-input {
    height: 45px;
    padding: 0 15px
}

.custom-form-wrap {
    display: flex;
    justify-content: space-between
}

.custom-form-wrap .custom-input {
    width: 32%
}

.custom-textarea_mod {
    height: 210px
}

.box-field {
    margin-bottom: 7px
}

.checkbox-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    border: 3px solid #c6c6c6;
    margin-right: 25px
}

.checkbox-input.checked .jq-checkbox__div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #192b77
}

.checkbox-label {
    margin-bottom: 0;
    color: #373737;
    /*font-size: 16px;*/
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.map-wrap {
    height: 350px;
    margin-bottom: 35px
}

.customer-cont-head {
    color: #151515;
    font-size: 24px;
    font-family: 'DaxlineProBold';
    margin-bottom: 25px
}

.map-search {
    position: relative;
    margin-bottom: 20px;
    height: 46px
}

.map-search__input {
    width: 100%;
    height: 100%;
    color: #373737;
    padding: 0 66px 0 20px;
    border: 1px solid #949494
}

.map-search__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    background-color: #001468;
    background-image: url(../img/search-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    text-indent: -9999px;
    cursor: pointer
}

@media screen and (max-width: 576px) {
    .pharmacy-list {
        overflow: auto
    }

    .pharmacy-list-inner {
        width: 520px
    }
}

.pharmacy-list__item {
    display: flex;
    padding: 15px;
    border-bottom: 2px solid #dfdfdf;
    color: #1b1b1b;
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .pharmacy-list__item {
        font-size: 14px
    }
}

.pharmacy-list__item.head {
    background-color: #dfdfdf;
    font-family: 'GothamProBold'
}

.pharmacy-chose__btn {
    color: #001468;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.pharmacy-chose__btn:hover {
    text-decoration: underline
}

.pharmacy-name {
    width: 25%
}

.pharmacy-address {
    width: 35%
}

.pharmacy-chose, .pharmacy-time {
    width: 20%
}

.form-checked {
    padding: 0 25px
}

.form-checked .box-field {
    display: flex;
    margin-bottom: 20px
}

.form-delivery .box-field {
    display: flex
}

.form-delivery .input-wrap {
    margin-bottom: 0
}

.order-btn_delivery {
    text-align: left;
    padding: 0 25px
}

.my-order-btn_delivery {
    display: inline-block;
    width: 290px
}

@media screen and (max-width: 480px) {
    .my-order-btn_delivery {
        width: 100%
    }
}

.bank-wrap {
    display: inline-block;
    text-align: center
}

.bank-wrap__inner {
    position: relative;
    display: inline-block;
    padding: 35px 25px;
    margin: 35px 0 15px;
    border: 3px solid #c6c6c6
}

.bank-wrap__inner .form-wrap {
    position: absolute;
    left: 10px;
    top: 10px
}

.bank-wrap__inner .checkbox-input {
    position: relative;
    margin-right: 0
}

.bank-name {
    color: #373737;
    font-size: 16px
}

.tab-detail-cont {
    position: relative;
    padding: 30px 35px
}

@media screen and (max-width: 768px) {
    .tab-detail-cont {
        padding: 10px 15px
    }
}

.detail-cont {
    display: flex
}

.detail-cont__hide {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0
}

.tab-detail-wrap {
    background-color: #fff;
    margin-bottom: 20px
}

.tab-detail-list {
    padding: 30px 35px;
    border-bottom: 1px solid #d4d4d4
}

@media screen and (max-width: 768px) {
    .tab-detail-list {
        padding: 10px 15px
    }
}

.tab-detail-list__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 70px
}

@media screen and (max-width: 576px) {
    .tab-detail-list__item {
        margin-left: 20px
    }
}

@media screen and (max-width: 480px) {
    .tab-detail-list__item {
        margin-left: 0
    }
}

.tab-detail-list__item:first-child {
    margin-left: 0
}

.tab-detail-list__link {
    color: #bcbcbc;
    font-size: 24px;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .tab-detail-list__link {
        font-size: 19px
    }
}

@media screen and (max-width: 576px) {
    .tab-detail-list__link {
        font-size: 17px
    }
}

.tab-detail-list__item.active .tab-detail-list__link, .tab-detail-list__link:hover {
    color: #151515;
    font-family: 'GothamProBold';
    text-decoration: none
}

.detail-cont__descr, .detail-cont__head {
    font-size: 16px;
    margin-bottom: 35px
}

@media screen and (max-width: 992px) {
    .detail-cont__descr, .detail-cont__head {
        margin-bottom: 15px
    }
}

.detail-cont-text {
    width: 70%;
    margin-right: 1.5%
}

.banner-wrap {
    width: 30%
}

.detail-cont-banner {
    width: 100%
}

.section-img {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    .section-img {
        width: 70%;
        float: none
    }
}

@media screen and (max-width: 480px) {
    .section-img {
        width: 100%;
        float: none
    }
}

.detail-cont-banner img, .section-img img {
    display: block;
    width: 100%
}

.box-text {
    float: right;
    width: 50%
}

@media screen and (max-width: 768px) {
    .box-text {
        width: 100%;
        float: none
    }
}

.box-text-p, .text-head {
    font-size: 16px;
    margin-bottom: 10px
}

.text-head {
    color: #0e0e0e;
    font-family: 'GothamProMedium';
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 25px
}

.text-head::after, .text-head::before {
    position: absolute;
    content: "";
    left: 0;
    top: -4px;
    width: 3px;
    height: 30px;
    background-color: #001468
}

.text-head::after {
    left: 6px;
    top: 0;
    height: 21px;
    background-color: #ff141f
}

.text-check-list, .text-head {
    position: relative
}

.text-check-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 25px
}

.text-check-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 17px;
    height: 13px;
    background-image: url(../img/check-item.png)
}

.text-number-list {
    padding-left: 15px
}

.text-number-list li {
    margin-bottom: 10px;
    font-size: 16px
}

.text-table {
    width: 100%;
    display: table;
    border-collapse: collapse
}

@media screen and (max-width: 576px) {
    .text-table {
        width: 570px
    }

    .text-table-wrap {
        overflow: auto
    }
}

.text-table__row {
    display: table-row
}

.text-table__cell {
    display: table-cell;
    width: 20%;
    font-size: 16px;
    padding: 13px;
    border: 1px solid #a8a8a8
}

.text-table__cell_head {
    background-color: #d0d0d0;
    color: #192b77;
    font-family: 'GothamProMedium'
}

.text-table__cell_descr {
    width: 35%
}

.fav-active {
    background-position: 0 -28px
}

.partners-item__td img {
    width: auto !important;
}

.slide-item__head {
    background: #0000002e;
    padding: 10px;
}

.no-elements {
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0 0 30px;
}

#bx-soa-order .form-control, #bx-soa-order .bx-soa-section, #bx-soa-total .bx-soa-cart-total, .block_right_banner img {
    border-radius: 30px;
}

.oneclick-btn {
    padding: 10px 0 30px 0
}

.box-size.show {
	margin: 0;
	padding: 0 20px;
    position: relative;
    height: 43px;
}

.catalog-list.list .box-size.show {
    height: auto;
	width: 140px;
	padding: 0;
    margin: 0 auto !important;
}

.box-size.show p {
    display: none
}


.product-slide__item.slick-slide {
    position: relative
}

.bottomItem {
    position: absolute;
    margin: 0 auto;
    bottom: 15px;
    text-align: left;
	width: 100%;
}

.bottomItem .no-stock {
	padding: 0 20px;
	font-weight: bold;
	font-size: 16px;
	color: rgb(220,20,60);
}

.catalog-list.list .no-stock {
	font-weight: bold;
	font-size: 16px;
	color: rgb(220,20,60);
}

.catalog-list.list .bottomItem {
    margin-right: 0;
	position: static;
	width: auto;
}

.box-text-p a {
    word-break: break-all;
}

.personal-welcome-message {
	font-size: 36px;
	line-height: 1.2;
	margin: 40px 0;
	font-family: 'DaxlineProBold';
	font-weight: 500;
}
.bx-soa-order-header-string {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #212529;
	margin-bottom: 16px;
}
.bx-soa-duality-order {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
.bx-soa-duality-order td {
	padding-bottom: 9px;
	vertical-align: top;
}
.bx-soa-duality-order td[colspan="2"] {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #212529;
	padding-bottom: 16px;
}
.bx-soa-duality-order td:first-child:not([colspan="2"]) {
	width: 230px;
}
.bx-soa-duality-order td:nth-child(2):not([colspan="2"]) {
	color: #212529;
	font-weight: 700;
}
.bx-soa-duality-order a, .bx-soa-duality-order a:hover,
.sale_order_full_table a, .sale_order_full_table a:hover {
	color: #192B77;
}
.bx_order_list_table_order tr {
	border: 1px solid #D0D0D0;
}
.bx_order_list_table_order thead td {
	padding-top: 14px;
	padding-right: 12px;
}
.bx_order_list_table_order tbody td {
	vertical-align: top;
	padding-top: 12px;
	padding-right: 12px;
}
.sale_order_full_table .ps_logo > * {
	margin-bottom: 8px;
}
.aboc-modal-user-consent, .mainFeedback-user-consent, .register_consent_container label {
	display: flex;
	align-items: flex-start;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #393939;
}
.aboc-modal-user-consent input[type="checkbox"],
.mainFeedback-user-consent input[type="checkbox"],
.register_consent_container input[type="checkbox"] {
	margin-top: 4px;
	margin-right: 11px;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}
.register_submit_button_container {
	max-width: 320px;
	margin-top: 16px;
}
#fav-event {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.tab-detail-cont ul, .catalog-text ul, .card-description-main__title ul {
	list-style: initial;
	padding-left: 20px;
}
@media screen and (max-width: 1199px) {
	.catalog-right nav .pagination {
		width: auto;
	}
	.catalog-right nav {
		display: flex;
	}
	.product-slide__item .overlay {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.register_submit_button_container {
		max-width: 450px;
		margin: 20px auto;
	}
	#bx-soa-total .bx-soa-cart-total.bx-soa-cart-total-fixed {
		padding-top: 20px;
	}
	.personal-welcome-message { 
		font-size: 27px;
		margin: 40px 0 20px;
	}
	.basket-list__item .close {
		top: 30px;
		transform: none;
	}
	.bx_order_list_table_order img {
		display: none;
	}
	.bx_order_list_table_order thead td,
	.bx_order_list_table_order tbody td {
		padding: 6px;
	}
	.bx_order_list_table_order tbody td:first-child {
		padding: 0;
	}
	#bx-soa-pickup .bx-soa-section-content {
		min-height: 96px;
	}
}
@media screen and (min-width: 768px) {
	.sale-order-detail-order-item-tr > div:first-child {
		padding-left: 8px;
	}
	.sale-order-detail-order-item-tr > div:last-child {
		padding-right: 8px;
	}
}
@media screen and (min-width: 1200px) {
	.contacts-container .contact-left-inner {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 1400px) {
	.contacts-container .contact-left-inner {
		left: 50px;
	}
}


#sectreviews {
	padding-bottom: 50px;
}
#sectreviews .all-reviews-link {
	margin-right: 10px;
	font-size: 16px;
	line-height: 20px;
}
.reviews .slick-track {
	display: flex;
}
.reviews .review-item {
	height: inherit !important;
}
.reviews .slick-active .review-inner {
	margin: 0 10px;
}
.reviews .slick-active:nth-last-of-type(0) .review-inner {
	margin-right: 1px;
}

.review-item .review-inner {
	background: white;
	padding: 24px 40px;
	border: 1px solid #bababa;
	margin-left: -1px;
	height: 100%;
}
.review-item .votes_block.nstar.big .ratings .item-rating svg {
	width: 15px;
	height: 14px;
}

.review-item svg .sscls-1  {
	fill-opacity: 0;
}
.review-item .votes_block.nstar .ratings .item-rating:not(.filed) svg path {
	fill: #ddd;
}
.review-item .votes_block.nstar .ratings .item-rating.filed svg path {
	fill: #e6c553;
}
.review-item .votes_block.nstar .ratings {
	white-space: nowrap;
}
.review-item .votes_block.nstar > div {
	display: inline-block;
	vertical-align: middle;
}
.review-item .votes_block.nstar .ratings .item-rating {
	display: inline-block;
	padding: 0 0 0 2px;
}
.review-item .image {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
}
.review-item .image img {
	display: inline-block;
	border-radius: 100%;
}
.review-item .votes_block {
	margin-left: auto;
}
.review-item .top-info {
	margin-right: 20px;
}
.review-item .date {
	color: #999;
	font-size: 12px;
}
.review-item .title {
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	padding: 0;
}
.review-item .top_wrapper {
	display: flex;
	align-items: flex-start;
}
.review-item .body-info {
	margin-top: 20px;
}
.reviews .slick-track {
	
}
@media (max-width: 991px) {
	.review-item .top_wrapper .votes_block.nstar {
		display: none;
	}
}
@media (max-width: 767px) {
	.review-item .review-inner {
		padding: 12px 24px;
	}
	.review-item .body-info {
		margin-top: 4px;
	}
	.reviews .section-head {
		margin-bottom: 24px;
	}
}

@media (min-width: 992px) {
	.review-item .body-info .votes_block {
		display: none;
	}
}
@media screen and (max-width: 1600px) {
    .reviews {
        width: 88%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 620px) {
    .reviews {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .reviews {
        width: 70%;
    }
}

.search-btns {
	display: flex;
	border-radius: 50px;
	border: 1px solid #D5DADC;
	background: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 20px;
}
.search-btns .search-btn {
	padding: 11px 18px;
}
.search-btns .search-btn.search-btn-active {
	border-radius: 50px;
	background: #192B77;
	color: white;
}

.header .callback-phone__link2 {
	background: none;
	margin-left: -10px;
}
.footer .callback-phone__link2 {
	background: none;
}