html {
    height: 100%;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #ffffff;
}

body,
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*overflow-x: hidden;*/
}

a {
    color: #0039AC;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: underline;
    color: #0039AC;
}

.header {
    flex: 0 0 auto;
}

.content {
    padding-top: 92px;
    flex: 1 0 auto;
    padding-bottom: 80px;
}
.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 40px;
}
.content-head h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0;
}
.content-head .back-link {
    font-weight: bold;
    color: #0039AC;
}
.content-head .back-link a {
    color: #3399ff;
}

.footer {
    flex: 0 0 auto;
}
.color-gray {
    color: #C4C4C4;
}
.color-darkgray {
    color: #999999;
}
.color-red {
    color: #DE1D32;
}
.form-control:active,
.form-control:hover,
.form-control:focus {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
.btn:active,
.btn:hover,
.btn:focus {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
button:focus {
    outline-color: transparent!important;
}
.custom-control-input:focus~.custom-control-label::before {
    outline: 0!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn-primary {
    background-color: #0039AC;
    border-color: #0039AC;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0045dd;
    border-color: #0045dd;
}

.btn-primary:hover {
    background-color: #0045dd;
    border-color: #0045dd;
}

.btn-outline-primary {
    color: #0039AC;
    border-color: #0039AC;
    background-color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0039AC;
    border-color: #0039AC;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0039AC;
    border-color: #0039AC;
}
.btn-warning {
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: linear-gradient(107.09deg, #EC972D -22.29%, #FFCD34 101.75%);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background: linear-gradient(107.09deg, #FFA63E -22.29%, #FFEB81 101.75%);
}

.btn-warning:hover {
    color: #ffffff;
    background: linear-gradient(107.09deg, #FFA63E -22.29%, #FFEB81 101.75%);
}
.btn-ozon {
    background-color: #005bff;
    border-color: #005bff;
}
.btn-ozon img {
    width: auto;
    height: 26px;
}

.btn-ozon:not(:disabled):not(.disabled).active,
.btn-ozon:not(:disabled):not(.disabled):active,
.show > .btn-ozon.dropdown-toggle {
    background-color: #005bff;
    border-color: #005bff;
}

.btn-ozon:hover {
    background-color: #2573ff;
    border-color: #2573ff;
}
.btn-link {
    color: #0039AC;
}
.btn-link:hover {
    text-decoration: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0039AC;
    border: 1px solid #C4C4C4;
    padding: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    /*background-image: none;*/
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    border: 1px solid #C4C4C4;
}
textarea.form-control {
    min-height: 80px;
}
label,
.label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: .5rem;
}
.radio-checkbox {
    display: flex;
    justify-content: space-between;
}
.radio-checkbox .custom-control {
    margin-top: 6px;
}
.radio-checkbox .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.radio-checkbox .custom-radio .custom-control-label::before {
    border-radius: 0.25rem;
}
.radio-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #0039AC;
    background-color: #0039AC;
}

.custom-radio-inline {
    display: flex;
}
.custom-radio-inline .custom-control-inline {
    margin: 0;
    padding: 0;
    width: 50%;
    justify-content: center;
    align-items: center;
    height: calc(1.5em + .75rem + 2px);
    background-color: #fff;
}
.custom-radio-inline .custom-radio .custom-control-label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(1.5em + .75rem + 2px);
}

.custom-radio-inline .custom-radio .custom-control-input ~ .custom-control-label {
    color: #C4C4C4;
    border: 1px solid #ffffff;
    border-radius: .25rem;
}

.custom-radio-inline .custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #0039AC !important;
    border-radius: .25rem;
}

.custom-radio-inline .custom-control-label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.custom-radio-inline .custom-control-label:hover {
    color: #0039AC;
}

.custom-radio-inline .custom-control-label::before {
    display: none;
}

.custom-radio-inline .custom-control-label::after {
    display: none;
}

.custom-select {
    background: url('../img/icon-arrow-up.svg') no-repeat right .75rem center/14px 7px;
    background-color: #fff;
}

.form-control {

}

.form-control:focus {
    border-color: #0039AC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 57, 172, 0.6);
}
.form-icon {
    position: relative;
    max-width: 300px;
}
.form-icon .form-control {
    padding-right: 38px;
}
.form-icon .icon {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    padding: 10px;
    color: #333;
}
.date {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEyIDUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxwYXRoIGQ9Im00NDYgNDBoLTQ2di0yNGMwLTguODM2LTcuMTYzLTE2LTE2LTE2cy0xNiA3LjE2NC0xNiAxNnYyNGgtMjI0di0yNGMwLTguODM2LTcuMTYzLTE2LTE2LTE2cy0xNiA3LjE2NC0xNiAxNnYyNGgtNDZjLTM2LjM5MyAwLTY2IDI5LjYwNy02NiA2NnYzNDBjMCAzNi4zOTMgMjkuNjA3IDY2IDY2IDY2aDM4MGMzNi4zOTMgMCA2Ni0yOS42MDcgNjYtNjZ2LTM0MGMwLTM2LjM5My0yOS42MDctNjYtNjYtNjZ6bS0zODAgMzJoNDZ2MTZjMCA4LjgzNiA3LjE2MyAxNiAxNiAxNnMxNi03LjE2NCAxNi0xNnYtMTZoMjI0djE2YzAgOC44MzYgNy4xNjMgMTYgMTYgMTZzMTYtNy4xNjQgMTYtMTZ2LTE2aDQ2YzE4Ljc0OCAwIDM0IDE1LjI1MiAzNCAzNHYzOGgtNDQ4di0zOGMwLTE4Ljc0OCAxNS4yNTItMzQgMzQtMzR6bTM4MCA0MDhoLTM4MGMtMTguNzQ4IDAtMzQtMTUuMjUyLTM0LTM0di0yNzBoNDQ4djI3MGMwIDE4Ljc0OC0xNS4yNTIgMzQtMzQgMzR6Ii8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 7px top 7px;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
}
.datepicker {
    z-index: 1040!important;
}
.datepicker table tr td span.active.active {
    background-color: #0039AC!important;
    border-color: #0039AC!important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #0039AC!important;
    border-color: #0039AC!important;
}
.text-danger {
    color: #D2232C;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}
.custom-table-wrapper {
    border-radius: 10px;
    border: 1px solid #0039AC;
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}
.custom-table {
     margin-bottom: 0;
}
.custom-table td, .custom-table th {
    border: 1px solid #0039AC;
}
.custom-table thead th {
    white-space: nowrap;
    vertical-align: top;
    border-top: 1px solid transparent;
    border-bottom: none;
}
.custom-table thead th:first-child {
    border-left: 1px solid transparent;
}
.custom-table thead th:last-child {
    border-right: 1px solid transparent;
}
.custom-table td {
    vertical-align: middle;
}
.custom-table tbody tr td:first-child {
    border-left: 1px solid transparent;
}
.custom-table tbody tr td:last-child {
    border-right: 1px solid transparent;
}
.custom-table tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}

.modal {

}
.modal-backdrop {
    background-color: #ffffff;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-header {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: none;
}
.modal-title {
    color: #0039AC;
}
.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.close {
    color: #0039AC;
    opacity: 1;
}
.close:hover {
    color: #0039AC;
}
.modal-content {
    box-shadow: 0 4px 4px #e5e5e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
}



.top-link {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
    cursor: pointer;
    background-color: #0039AC;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-link .icon-top-link {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSIxMjgsNDguOTA3IDAsMTc2LjkwNyAzMC4xODcsMjA3LjA5MyAxMjgsMTA5LjI4IDIyNS44MTMsMjA3LjA5MyAyNTYsMTc2LjkwNyAgICIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wb2x5Z29uPgoJPC9nPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.count {
    width: 64px;
    position: relative;
}

.count input {
    width: 64px;
    padding: .375rem 20px .375rem .75rem;
    border: 1px solid #0039AC;
}

.count .up,
.count .down {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 8px;
    padding: 10px;
}

.count .up {
    top: 0;
    background-image: url('../img/icon-up.svg');
}

.count .down {
    bottom: 0;
    background-image: url('../img/icon-down.svg');
}

.count .up:hover {
    background-image: url('../img/icon-up-active.svg');
}

.count .down:hover {
    background-image: url('../img/icon-down-active.svg');
}
.count .up.disabled {
    cursor: default;
    background-image: url(../img/icon-up.svg);
}
.count .down.disabled {
    cursor: none;
    background-image: url(../img/icon-down.svg);
}

.fancybox-bg {
    opacity: 1!important;
    background: #ffffff;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 65, 194, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #C4C4C4 #C4C4C4 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #C4C4C4;
}

.header .navbar {
    padding: 20px 0;
}

.header {
    box-shadow: 0 4px 4px #E5E5E5;
    background-color: #fff;
}
.header.no-box-shadow {
    box-shadow: none;
}

.header .navbar .navbar-brand {
    margin-right: 40px;
    align-self: center;
}
.header .navbar .navbar-brand img {
    width: 140px;
    height: auto;
}

.header .navbar .nav-link {
    font-size: 18px;
}

.header .navbar-main .nav-item {
    margin-left: 80px;
}

.header .navbar-main .nav-link:hover {
    text-decoration: underline;
}

.header .navbar-right {
    align-items: center;
}

.header .navbar-right .nav-link.basket-icon {
    background-image: url("../img/icon-basket.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 28px 27px;
    width: 28px;
    height: 27px;
    padding: 0;
    margin-right: 30px;
    position: relative;
}

.header .navbar-right .nav-link.basket-icon:hover {
    background-image: url("../img/icon-basket-active.svg");
}

.header .navbar-right .nav-link.basket-icon .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    color: #ffffff;
    background-color: #EC972D;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 2px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    transition: none;
}

.header .navbar-right .nav-link.basket-icon:hover .badge {
    background-color: #0039AC;
}
.header .navbar-right .btn-link:hover {
    text-decoration: underline;
}
.header .navbar-right .btn-link img {
    width: 36px;
    height: 36px;
    margin-left: 25px;
}

.header .navbar-right .profile {
    display: flex;
    align-items: center;
    position: relative;
}

.header .navbar-right .profile .dropdown-toggle img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
}
.header .navbar-right .profile .dropdown-toggle .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #0039AC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}
.header .navbar-right .profile .dropdown-toggle .avatar span {
    font-weight: bold;
}

h1 {
    font-size: 36px;
    color: #0039AC;
    padding-top: 40px;
    margin-bottom: 40px;
}

.top-message {
    padding: 25px 0;
    background-color: #F5F9FD;
}
.top-message div {
    font-weight: bold;
    color: #0039AC;
}
.top-message a {
    color: #3399ff;
}
.top-banner {
    background: rgb(0, 51, 153);
    background: linear-gradient(66.66deg, #165EFF 31.76%, rgba(97, 155, 255, 0.69) 108.17%);
    padding: 40px 0 80px 0;
    color: #ffffff;
}
.top-banner h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}
.top-banner.auth .left {
    display: flex;
    justify-content: space-between;
}
.top-banner.auth .item {
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    text-align: center;
}
.top-banner.auth .item:last-child {
    margin-bottom: 40px;
}
.top-banner.auth .item img {
    margin: 0 auto 20px auto;
}
.top-banner .right-wrap {
    border-left: 1px solid rgba(229, 229, 229, 0.5);
}
.top-banner .right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.top-banner .right .btn-wrap {
    max-width: 180px;
    margin: 0 auto;
}
.top-banner .right .btn-wrap span {
    color: #ffffff;
}
.top-banner .right .btn-wrap span a {
    color: #ffffff;
    text-decoration: underline;
}
.top-banner .right .btn-wrap span a:hover {
    text-decoration: none;
}
.top-banner .item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.top-banner .item:last-child {
    margin-bottom: 0;
}
.top-banner .item img {
    width: 47px;
    margin-right: 20px;
}
.top-banner .item h5 {
    font-size: 22px;
    margin-bottom: 4px;
}
.top-banner .item .descr div {
    font-size: 16px;
}
.main .main-products {
    padding: 80px 0 100px 0;
    color: #212529;
}
.main .main-products h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #0039AC;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-slide > div {
    height: 100%;
}
.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}
.slick-dots li button:before {
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.products-slider {
    position: relative;
    padding: 0 40px;
}
.products-slider .slider-control a {
    font-size: 24px;
    color: #0039AC;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.products-slider .btn-prev {
    left: 0;
}
.products-slider .btn-next {
    right: 0;
}
.products-slider .slick-slide {
    height: auto;
}
.products-slider .slider-item-wrap {
    height: 100%;
    padding: 0 10px;
}
.products-slider .slider-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
}
.products-slider .slider-item a {
    text-align: center;
    display: inline-block;
}
.products-slider .slider-item .img-wrap {
    height: 120px;
    margin-bottom: 20px;
}
.products-slider .slider-item a img {
    max-width: 100%;
    max-height: 120px;

}
.products-slider .slider-item h5 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}
.products-slider .slider-item .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.products-slider .slider-item .bottom .btn {
    font-size: 15px;
}
.products-slider .slider-item .price-block {
    margin-bottom: 15px;
}
.products-slider .slider-item .old-price {
    color: #EC972D;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    text-decoration: line-through;
}
.products-slider .slider-item .price {
    color: #EC972D;
    font-size: 24px;
    line-height: 24px;
}


.faq {
    padding: 40px 0 80px 0;
}

.faq h2 {
    color: #0039AC;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.faq .card {
    margin-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #0039AC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.faq .card-header {
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 15px 60px 15px 30px;
    border-bottom: none;
}

.faq .card-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: calc(100% - 60px);
    border-bottom: 1px solid #0039AC;
    margin: auto;
    display: block;
}

.faq .card-title {
    font-size: 18px;
    font-weight: 500;
}

.faq .card-header::after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../img/icon-plus.svg') no-repeat center center;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq .card-header.collapsed::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.faq .card-body {
    font-size: 16px;
    padding: 30px 30px 15px 30px;
}

.faq .card-body h5 {
    margin: 0 0 15px 0;
}

.faq .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.faq .card-body ul li {
    color: #212529;
    margin-bottom: 25px;
}

.faq .card-body ul li a {
    color: #212529;
    text-decoration: underline;
}

.faq .card-body ul li a:hover {
    text-decoration: none;
}

.products {

}

.products .tab-content {
    padding: 30px 15px 0 15px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.products .row > [class*=col-] {
    margin-bottom: 30px;
}

.products .tab-content .item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.products .tab-content .item.ribbon:after {
    content: '';
    display: block;
    width: 65px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2NSA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM1IDBIMEw2NSA2MFYyNy4xNzk1TDM1IDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIzMi41IiB5MT0iLTEuMDgxNThlLTA2IiB4Mj0iNjYiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkYwMDAwIi8+CjxzdG9wIG9mZnNldD0iMC41MjA4MzMiIHN0b3AtY29sb3I9IiNGRkE2QTYiLz4KPHN0b3Agb2Zmc2V0PSIwLjk4NDM3NSIgc3RvcC1jb2xvcj0iI0ZGMDAwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 65px 60px;
}

.products .tab-content .item > a {
    text-align: center;
    display: inline-block;
}

.products .tab-content .item > a img {
    max-width: 180px;
    max-height: 120px;
    margin-bottom: 20px;
}

.products .tab-content .item h5 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 25px;
}

.products .tab-content .item .bottom-block {
    margin-top: auto;
}

.products .tab-content .item .rate {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.stars li {
    display: flex;
    align-items: center;
    align-content: center;
}

.review {
    display: flex;
    align-items: center;
}

.review img {
    margin-right: 3px;
}

.products .tab-content .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products .tab-content .item .bottom .btn {
    font-size: 15px;
}

.products .tab-content .item .old-price {
    color: #EC972D;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    text-decoration: line-through;
}

.products .tab-content .item .price {
    color: #EC972D;
    font-size: 24px;
    line-height: 24px;
}


.product-detail {

}

.product-detail .details {
    padding: 0 0 50px 0;
}

.product-detail .secondary-img a {
    display: inline-block;
    padding: 22px;
}

.product-detail .secondary-img .item {
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.product-detail .secondary-img .item:last-child {
    margin-bottom: 0;
}

.product-detail .secondary-img .item.ribbon a:after {
    content: '';
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2NSA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM1IDBIMEw2NSA2MFYyNy4xNzk1TDM1IDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIzMi41IiB5MT0iLTEuMDgxNThlLTA2IiB4Mj0iNjYiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkYwMDAwIi8+CjxzdG9wIG9mZnNldD0iMC41MjA4MzMiIHN0b3AtY29sb3I9IiNGRkE2QTYiLz4KPHN0b3Agb2Zmc2V0PSIwLjk4NDM3NSIgc3RvcC1jb2xvcj0iI0ZGMDAwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 45px 40px;
}

.product-detail .first-img {
    height: 100%;
}

.product-detail .first-img a {
    display: inline-block;
    padding: 45px;
}
.product-detail .first-img a img {
    max-width: 260px;
    max-height: 260px;
}

.product-detail .first-img .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.product-detail .first-img .item.ribbon a:after {
    content: '';
    display: block;
    width: 65px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2NSA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM1IDBIMEw2NSA2MFYyNy4xNzk1TDM1IDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIzMi41IiB5MT0iLTEuMDgxNThlLTA2IiB4Mj0iNjYiIHkyPSIzMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkYwMDAwIi8+CjxzdG9wIG9mZnNldD0iMC41MjA4MzMiIHN0b3AtY29sb3I9IiNGRkE2QTYiLz4KPHN0b3Agb2Zmc2V0PSIwLjk4NDM3NSIgc3RvcC1jb2xvcj0iI0ZGMDAwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 65px 60px;
}

.product-detail .first-img .item a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../img/icon-increase.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 40px 40px;
}
.product-detail .secondary-img .item a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-image: url('../img/icon-increase.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 26px 26px;
}

.product-detail .detail {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-detail .detail h3 {
    font-size: 24px;
    color: #0039AC;
    margin-bottom: 20px;
}

.product-detail .detail .description {
    margin-bottom: 30px;
}

.product-detail .detail .bottom {
    margin-top: auto;
}

.product-detail .detail .left {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-detail .detail .left .rate {
    margin-bottom: 10px;
}

.product-detail .detail .left .price {
    margin-top: auto;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #EC972D;
}

.product-detail .detail .center {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-detail .detail .center .review {
    margin-bottom: 10px;
    justify-content: flex-end;
}

.product-detail .detail .basket-detail {
    margin-top: auto;
    padding: 0;
}

.product-detail .detail .center .basket-detail form {
    margin: 0;
    display: flex;
    justify-content: space-between;
}


.product-detail .detail .right {
    font-size: 14px;
    line-height: 19px;
    color: #C4C4C4;
}

.product-detail .reviews {

}

.product-detail .reviews .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-detail .reviews h4 {
    font-size: 24px;
    color: #0039AC;
    margin-bottom: 0;
}

.product-detail .reviews .write {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #EC972D;
}

.product-detail .reviews .write img {
    margin-right: 10px;
}

.product-detail .reviews .items {
    max-width: 75%;
}

.product-detail .reviews .items .item {
    margin-bottom: 40px;
}

.product-detail .reviews .items .item:last-child {
    margin-bottom: 0;
}

.product-detail .reviews .item .media > img {
    margin-right: 25px;
}

.product-detail .reviews .item .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-detail .reviews .item h5 {
    font-size: 24px;
}

.product-detail .reviews .item .detail {
    display: flex;
    align-items: center;
}

.product-detail .reviews .item .detail .date-publication {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;

}


.recommended-wrap {
    margin-top: 30px;
    background-color: #fff;
}
.recommended {
    padding: 60px 0 40px 0;
}

.recommended h4 {
    font-size: 24px;
    color: #0039AC;
    margin-bottom: 25px;
}

.recommended .img-link {
    height: 160px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.recommended img {
    max-width: 120px;
    max-height: 120px;
}

.recommended .row > [class*=col-] {
    margin-bottom: 20px;
}

.recommended .item {
    text-align: center;
}
.recommended .item .img-link {
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.recommended .item .name {
    font-size: 14px;
}

.subscriptions {
    padding: 30px 0;
}

.subscriptions .row > [class*=col-] {
    margin-bottom: 30px;
}

.subscriptions .item {
    background-color: #F5F9FD;
    text-align: center;
    height: 100%;
    padding: 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(229, 229, 229, 0.5);
}

.subscriptions .item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0039AC;
}

.subscriptions .item .description {
    font-size: 16px;
    line-height: 20px;
}


.subscriptions .item img {
    margin-bottom: 30px;
}


.orders {
    padding: 30px 0;
}

.orders .item {
    background-color: #F5F9FD;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.orders .item .left,
.orders .item .center,
.orders .item .right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.orders .item .left > p,
.orders .item .center > p {
    margin-bottom: 15px;
}

.orders .item .bottom {
    margin-top: auto;
}

.orders .item .heading {
    font-size: 24px;
    font-weight: 500;
}

.orders .item p {
    font-size: 18px;
    margin-bottom: 0;
}

.orders .item .content-between {
    display: flex;
    justify-content: space-between;
}

.orders .item .right {
    align-items: flex-end;
    justify-content: space-between;
}

.basket {
    margin-top: auto;
    margin-bottom: 100px;
    padding: 0;
}

.basket .wrapper {
    background-color: #F5F9FD;
}

.basket .left {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.basket .left .options {
    display: flex;
    margin-bottom: 15px;
}

.basket .left .options .custom-checkbox {
    margin-right: 35px;
}

.basket .items .item {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
}

.basket .items .item:last-child {
    border-bottom: 1px solid transparent;
}

.basket .items .item img {
    max-width: 90px;
    margin-right: 15px;
}

.basket .items .item p {
    font-weight: 500;
}

.basket .item .left-block {
    display: flex;
    align-items: start;
}

.basket .item .right-block {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.basket .left .right {
    display: flex;
    justify-content: space-between;
}

.basket .left .price {
    white-space: nowrap;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.basket .left .old-price {
    white-space: nowrap;
    font-size: 14px;
    text-decoration: line-through;
    margin-top: 2px;
}

.basket .right {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.basket .right .btn-primary {
    width: 100%;
}

.basket .right .descr {
    color: #C4C4C4;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.basket .right .heading {
    font-size: 24px;
    font-weight: 500;
}

.basket .right .content-between {
    display: flex;
    justify-content: space-between;
}

.settings {

}

.settings .card {
    margin-bottom: 25px;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F5F9FD;
    box-shadow: 0 4px 4px #E5E5E5;
}

.settings .card-header {
    background-color: #F5F9FD;
    position: relative;
    cursor: pointer;
    padding: 25px 60px 25px 35px;
    border-bottom: none;
}

.settings .card-title {
    font-size: 24px;
    font-weight: 500;
    color: #0039AC !important;
}

.settings .card-header::after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 12px;
    background: url('../img/icon-arrow-up.svg') no-repeat center center;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.settings .card-header.collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.settings .card-body {
    font-size: 16px;
    padding: 20px 30px 20px 30px;
}
.settings .form-control,
.settings .custom-select {
    border: 1px solid transparent;
}
.settings .form-control:disabled, .settings .form-control[readonly] {
    border: 1px solid #e9ecef;
}
.settings .devices {

}

.settings .devices table th {
    color: #0039AC;
    font-weight: 500;
}

.delivery {

}

.tab-content {
    padding: 30px 15px;
    margin-bottom: 30px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.delivery .info .heading {
    font-size: 24px;
    font-weight: 500;
}

.delivery .info .content-between {
    display: flex;
    justify-content: space-between;
}

.delivery .info .heading.content-between {
    color: #0039AC;
}
.form {
    padding-top: 92px;
    padding-bottom: 80px;
    flex: 1 0 auto;
}
.form .card {
    border: none;
    box-shadow: 0px 4px 20px rgba(218, 218, 218, 0.4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.form .card-header {
    text-align: center;
    border: none;
    background-color: #ffffff;
    color: #0039AC;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.form .card-body {
    background-color: #ffffff;
}
.other-region {
    display: none;
}
.tab {
    display: none;
}
.form .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.form .step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #D5E4FF;
    border-radius: 50%;
    margin: 0 25px;
}
.form .step::before {
    content: '';
    position: absolute;
    left: -50px;
    width: 50px;
    border-bottom: 1px solid #D5E4FF;
}
.form .step::after {
    content: '';
    position: absolute;
    right: -50px;
    width: 50px;
    border-bottom: 1px solid #D5E4FF;
}

.form .step.active {
    background-color: #0039AC;
}
.form .step.active:before {
    border-bottom: 1px solid #0039AC;
}
.form .step[class~='active']:last-of-type:after  {
    border-bottom: 1px solid #0039AC;
}

.footer {
    background-color: #F5F9FD;
    padding: 30px;
}

.footer h5 {
    font-size: 18px;
    color: #0039AC;
    margin-bottom: 15px;
}

.footer ul li a {
    color: #3399ff;
}

.footer .payments {
    display: flex;
    justify-content: center;
    padding: 10px 0 20px 0;
}

.footer .payments img {
    margin: 0 10px;
}

.footer .copyright {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #C5C6C6;
}


@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .navbar .navbar-brand {
        margin-right: 30px;
    }

    .header .navbar-main .nav-item {
        margin-left: 50px;
    }

    .header .navbar .nav-link {
        font-size: 16px;
    }

    .header .navbar-right .nav-link.basket {
        margin-right: 20px;
    }

    .header .navbar-right .profile .dropdown-toggle img {
        width: 40px;
        height: 40px;
    }
    .content {
        padding-top: 92px;
    }
    .top-banner h1 {
        font-size: 36px;
    }
    .top-banner.auth .item {
        max-width: 280px;
    }

    .faq h2 {
        font-size: 32px;
    }

    .product-detail .detail h3 {
        margin-bottom: 10px;
    }

    .product-detail .detail .description {
        margin-bottom: 20px;
    }

    .product-detail .detail .left .price {
        font-size: 32px;
    }

    .subscriptions .item h3 {
        font-size: 20px;
    }

    .orders .item .heading {
        font-size: 20px;
    }

    .orders .item p {
        font-size: 16px;
    }


}

@media (min-width: 768px) and (max-width: 991px) {

    .header .navbar .navbar-brand {
        margin-right: 20px;
    }

    .header .navbar-main .nav-item {
        margin-left: 30px;
    }

    .header .navbar .nav-link {
        font-size: 14px;
    }

    .header .navbar-right .nav-link.basket {
        margin-right: 10px;
    }

    .header .navbar-right .profile .dropdown-toggle img {
        width: 30px;
        height: 30px;
    }
    .content {
        padding-top: 92px;
    }
    .content-head {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 30px;
    }
    .top-banner.auth .item {
        max-width: 210px;
    }
    .top-banner h1 {
        font-size: 32px;
    }
    .top-banner .item h5 {
        font-size: 20px;
    }
    .top-banner .item .descr div {
        font-size: 14px;
    }
    .top-banner .item img {
        width: 40px;
    }

    .main .products.item h4 {
        font-size: 22px;
    }

    .faq h2 {
        font-size: 30px;
    }

    .product-detail .details .gallery {
        margin-bottom: 30px;
    }

    .product-detail .detail h3 {
        margin-bottom: 10px;
    }

    .product-detail .detail .description {
        margin-bottom: 20px;
    }

    .product-detail .reviews .items {
        max-width: 100%;
    }

    .subscriptions .item h3 {
        font-size: 18px;
    }


    .orders .item .heading {
        font-size: 18px;
    }

    .orders .item p {
        font-size: 16px;
    }

    .basket .left {
        margin-bottom: 30px;
    }

    .basket .right .heading {
        font-size: 22px;
    }

    .basket .right .top {
        margin-top: 20px;
    }

    .basket .right .descr {
        margin-bottom: 0;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer ul li a {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .navbar-toggler {
        padding-left: 0;
    }
    .header .navbar {
        padding: 10px 0;
    }

    .header .navbar-main .navbar-nav {
        padding: 5px 0;
    }

    .header .navbar-main .nav-item {
        margin-left: 0;
    }

    .header .navbar-main.navbar-collapse .nav-link {
        font-size: 16px;
        padding: 10px;
    }

    .header .navbar .navbar-brand img {
        width: 90px;
        height: 27px;
        align-self: center;
    }
    .header .navbar-right {
        flex-direction: row;
    }
    .header .navbar-right .nav-link.basket-icon {
        margin-right: 20px;
        background-size: 24px 23px;
        width: 24px;
        height: 23px;
    }
    .header .navbar-right .profile .dropdown-toggle img {
        width: 30px;
        height: 30px;
    }
    .header .navbar-right .btn-link {
        padding: 0;
        font-size: 15px;
    }
    .header .navbar-right .btn-link img {
        width: 28px;
        height: 28px;
        margin-left: 18px;
    }
    .header .navbar-right .profile .dropdown-toggle .avatar {
        width: 28px;
        height: 28px;
        margin-left: 10px;
    }
    .header .navbar-right .profile .dropdown-toggle .avatar span {
        font-size: 15px;
    }
    .header .navbar .navbar-brand {
        margin-right: -70px;
    }
    .navbar-nav .dropdown-menu.dropdown-menu-right {
        position: absolute;
    }
    .header .navbar .navbar-collapse {
        background-color: #F5F9FD;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 1px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .content-head {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 24px;
    }
    .content,
    .form {
        padding-top: 60px;

    }
    .top-banner {
        padding: 20px 0 60px 0;
    }
    .top-banner h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .top-banner .item {
        margin-bottom: 0;
        text-align: center;
        max-width: none;
    }
    .top-banner.auth .item {
        max-width: none;
    }
    .top-banner .item:last-child,
    .top-banner.auth .item:last-child {
        margin-bottom: 0;
    }
    .top-banner .item h5 {
        font-size: 20px;
    }
    .top-banner .item .descr div {
        font-size: 14px;
    }
    .top-banner .item img {
        margin: 0 auto 15px auto;
    }
    .top-banner .right-wrap {
        margin-top: 80px;
        border-left: none;
    }

    .faq h2 {
        font-size: 30px;
    }
    .product-detail .details {
        padding: 0;
    }
    .product-detail .details .gallery {
        margin-bottom: 30px;
    }

    .product-detail .detail h3 {
        margin-bottom: 10px;
    }

    .product-detail .detail .left .price {
        font-size: 32px;
    }

    .product-detail .detail .right {
        line-height: 17px;
    }

    .product-detail .detail .description {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .product-detail .reviews .items {
        max-width: 100%;
    }

    .subscriptions .item h3 {
        font-size: 20px;
    }

    .orders .item .heading {
        font-size: 18px;
    }

    .orders .item .bottom p {
        margin-bottom: 10px;
    }

    .orders .item p {
        font-size: 16px;
    }

    .orders .item .right {
        margin-top: 10px;
        align-items: start;
        justify-content: start;
    }

    .orders .item .right a {
        margin-top: 5px;
    }

    .basket .left {
        margin-bottom: 30px;
    }

    .basket .right .heading {
        font-size: 22px;
    }

    .basket .right .top {
        margin-top: 20px;
    }

    .basket .right .descr {
        margin-bottom: 0;
    }

    .settings .card-title {
        font-size: 20px;
    }

    .settings .card-header::after {
        right: 20px;
    }

    label, .label {
        font-size: 16px;
    }

    .settings .card-header {
        padding: 15px 50px 15px 20px;
    }

    .settings .card-body {
        font-size: 16px;
        padding: 15px 20px 15px 20px;
    }


    .footer h5 {
        font-size: 16px;
    }

    .footer ul li a {
        font-size: 14px;
    }


}

@media (max-width: 575px) {

    .navbar-toggler {
        padding-left: 0;
    }
    .header .navbar {
        padding: 10px 0;
    }

    .header .navbar-main.navbar-collapse .navbar-nav {
        padding: 5px 0;
    }

    .header .navbar-main .nav-item {
        margin-left: 0;
    }

    .header .navbar-main .nav-link {
        font-size: 16px;
        padding: 10px;
    }
    .header .navbar .navbar-brand img {
        width: 90px;
        height: 27px;
        align-self: center;
    }
    .header .navbar-right {
        flex-direction: row;
    }
    .header .navbar-right .nav-link.basket-icon {
        margin-right: 20px;
        background-size: 24px 23px;
        width: 24px;
        height: 23px;
    }
    .header .navbar-right .profile .dropdown-toggle img {
        width: 28px;
        height: 28px;
        margin-left: 0;
    }
    .header .navbar-right .btn-link {
        padding: 0;
        font-size: 15px;
    }
    .header .navbar-right .btn-link img {
        width: 28px;
        height: 28px;
        margin-left: 18px;
    }
    .header .navbar-right .profile .dropdown-toggle .avatar {
        width: 28px;
        height: 28px;
        margin-left: 10px;
    }
    .header .navbar-right .profile .dropdown-toggle .avatar span {
        font-size: 15px;
    }
    .header .navbar .navbar-brand {
        margin-right: -40px;
    }
    .navbar-nav .dropdown-menu.dropdown-menu-right {
        position: absolute;
    }
    .header .navbar .navbar-collapse {
        background-color: #F5F9FD;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 1px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .content-head {
        flex-direction: column;
        align-items: start;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .content-head h1 {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .content,
    .form {
        padding-top: 60px;
    }

    .top-banner {
        padding: 20px 0 60px 0;
    }
    .top-banner h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .top-banner .item {
        margin-bottom: 0;
        text-align: center;
    }
    .top-banner.auth .item {
        max-width: none;
    }
    .top-banner .item:last-child,
    .top-banner.auth .item:last-child {
        margin-bottom: 0;
    }
    .top-banner .item h5 {
        font-size: 20px;
    }
    .top-banner .item .descr div {
        font-size: 14px;
    }
    .top-banner .item img {
        margin: 0 auto 20px auto;
    }
    .top-banner .right-wrap {
        margin-top: 80px;
        border-left: none;
    }
    .top-message {
        padding: 15px 0;
    }
    .top-message div {
        font-size: 14px;
    }
    .products .tab-content .item h5 {
        font-size: 15px;
    }

    .faq h2 {
        font-size: 26px;
    }

    .faq .card-header {
        padding: 10px 40px 10px 20px;
    }

    .faq .card-header:before {
        width: calc(100% - 40px);
    }

    .faq .card-header::after {
        right: 20px;
    }

    .faq .card-title {
        font-size: 16px;
    }

    .faq .card-body {
        font-size: 14px;
        padding: 20px 20px 15px 20px;
    }

    .product-detail .secondary-img .item {
        font-size: 0;
        border: none;
        margin: 0;
    }

    .product-detail .secondary-img a {
        padding: 0;
    }

    .product-detail .secondary-img .item.ribbon a:after {
        display: none;
    }

    .product-detail .secondary-img a img {
        display: none;
    }
    .product-detail .details {
        padding: 0;
    }
    .product-detail .details .gallery {
        margin-bottom: 30px;
    }

    .product-detail .detail h3 {
        margin-bottom: 10px;
    }

    .product-detail .detail .left {
        padding-bottom: 15px;
    }

    .product-detail .detail .left .price {
        font-size: 32px;
    }

    .product-detail .detail .center {
        padding-bottom: 15px;
    }

    .product-detail .detail .right {
        line-height: 17px;
    }

    .product-detail .detail .description {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .product-detail .reviews .items {
        max-width: 100%;
    }

    .product-detail .reviews .write img {
        margin-right: 7px;
    }

    .product-detail .reviews .write {
        font-size: 16px;
    }

    .product-detail .reviews .item .top {
        align-items: start;
        flex-direction: column;
    }

    .product-detail .reviews .item .media {
        flex-direction: column;
    }

    .product-detail .reviews .item .detail {
        align-items: start;
        flex-direction: column;
    }

    .product-detail .reviews .item .detail .date-publication {
        margin: 0 0 10px 0;
    }

    .product-detail .reviews .item .media > img {
        margin: 0 0 15px 0;
    }

    .product-detail .reviews .item .description {
        font-size: 14px;
    }

    .subscriptions .item h3 {
        font-size: 20px;
    }



    .orders .item .heading {
        font-size: 18px;
    }

    .orders .item .bottom p {
        margin-bottom: 10px;
    }

    .orders .item p {
        font-size: 16px;
    }

    .orders .item .right {
        margin-top: 10px;
        align-items: start;
        justify-content: start;
    }

    .orders .item .right a {
        margin-top: 5px;
    }

    .basket .left {
        padding: 15px 10px;
        margin-bottom: 30px;
    }

    .basket .left .options a {
        font-size: 14px;
    }

    .basket .left .options .custom-checkbox {
        font-size: 14px;
        margin-right: 12px;
    }

    .basket .items .item img {
        max-width: 60px;
        margin-right: 10px;
    }

    .basket .items .item p {
        font-size: 14px;
    }

    .basket .item .right-block {
        margin-top: 20px;
    }

    .basket .right .heading {
        font-size: 22px;
    }

    .basket .right .top {
        margin-top: 20px;
    }

    .basket .right .descr {
        margin-bottom: 0;
    }

    .settings .card-title {
        font-size: 20px;
    }

    .settings .card-header::after {
        right: 15px;
    }

    label, .label {
        font-size: 16px;
    }

    .settings .card-header {
        padding: 15px 45px 15px 15px;
    }

    .settings .card-body {
        font-size: 16px;
        padding: 15px 15px 15px 15px;
    }

    .form .step {
        height: 30px;
        width: 30px;
        margin: 0 12px;
    }
    .form .step::before {
        left: -24px;
        width: 24px;
    }
    .form .step::after {
        right: -24px;
        width: 24px;
    }
    .custom-table-wrapper {
        border-radius: 0;
        border: none;
        overflow: visible;
    }
    .custom-table {
        font-size: 12px;
    }
    .table-mobile-wrap.custom-table {
        overflow: visible;
    }
    .table-mobile {
        border: none;
    }
    .table-mobile .icon-add-photo {
        font-size: 50px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .table-mobile,
    .table-mobile thead,
    .table-mobile tbody,
    .table-mobile th,
    .table-mobile td,
    .table-mobile tr {
        display: block;
    }
    table.table-mobile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border: 1px solid #ccc;
    }
    table.table-mobile tbody:before {
        content: "";
    }
    table.table-mobile tr {
        border: none;
    }
    table.table-mobile>tbody>tr {
        padding: 5px 0;
        margin-bottom: 20px;
        box-shadow: 0 4px 7px #e5e5e5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    table.table-mobile>tbody>tr>td {
        border: none;
        position: relative;
        padding-left: 50%;
    }
    table.table-mobile>tbody>tr>td br {
        display: none;
    }
    table.table-mobile td:before {
        content: attr(data-mtitle);
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    table.table-mobile>tbody>tr>td:last-child {
        border: none;
        padding: 12px;
        /*overflow: hidden;*/
    }
    .footer h5 {
        margin-bottom: 8px;
    }


}



