body {
    background: #fafafa;

    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}
.bg-dark{
background:#d21f3c !important;
}
h2.block {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: left;

    background: transparent;
    color: #f7c015;

    padding: 0 0px;

    display: inline-block;

    font-size: 16px;

    border-bottom: 2px solid #e5e5e5;

}

h2.block span {
    height: 48px;
    line-height: 48px;
    text-align: left;
    background: transparent;
    color: #f7c015;
    padding: 0 20px;
    display: inline-block;
    font-size: 16px;

    border-bottom: 2px solid #f7c015;
    margin-bottom: -2px;

}

header {
    background: white;

    padding: 28px 0;

    background: white;

    border-bottom: 2px solid #f7c015;
}

header .logo img {
    height: 52px;
}

menu {
    margin: 0;
    padding: 0;

    background: #1f2e44;
}

menu .button {
    width: 100%;
    height: 50px;
    line-height: 48px;
    text-align: left;

    background: #f7c015;
    color: white;

    padding: 0 20px;

    display: inline-block;

    text-decoration: none;
}

menu .button a {
    color: white;

}

menu .button i {
    margin: 16px 0;
}

menu ul {
    margin: 0;
    padding: 0;

}

menu ul li {
    display: inline-block;
    float: left;

}

menu ul a {

    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px;
    color: #ccc;

}

menu ul li:first-child a {
    padding-left: 0;
}

menu ul a:hover {

    text-decoration: none;
    color: #f7c015;

}

menu .push-btn {
    color: white;
    margin: 12px 0;
}

menu .push-btn-active {
    color: #f7c015;
}

footer {
    margin-top: 0px;
    padding-top: 58px;
    background-color: #ff4500;
}

footer .bottom {
    background-color: #1f2e44;
    padding: 12px 0;

    color: #ccc;
    margin-top: 3px;
}

footer .bottom a {

    color: #f7c015;
}

footer .bottom .dotpayLogo img {

    width: 100px;
    margin-left: 12px;
}

footer .logo {
    display: block;
}

.header-filtr {
    width: 100%;
}

.header-filtr input,
.header-filtr select,
.header-filtr button {

}

.header-filtr input:focus,
.header-filtr select:focus,
.header-filtr button:focus {
    box-shadow: none;
    outline: none;
    /*border: 1px solid #ced4da;*/
}

.header-filtr select.form-control {
    border-radius: 25px 0 0 25px;

    width: 180px;
    display: block;
    flex: none;

    border: 1px solid #f7c015;
    border-right: none;

    font-size: 14px;
}

.header-filtr input.form-control {

    border: 1px solid #f7c015;
    border-left: none;
    border-right: none;
    font-size: 14px;
}

.header-filtr button {

    border-radius: 0 25px 25px 0;
    border: 1px solid #f7c015;
    border-left: none;

    background: #fff;
    color: #f7c015;

    width: 50px;

    cursor: pointer;
}

@media screen and (max-width: 992px) {

    .header-filtr input.form-control {

        border-left: 1px solid #f7c015;

        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important;;
    }
}

.btn-icon {

    border-radius: 25px;
    border: 1px solid #eee;

    width: 50px;
    height: 50px;

    display: inline-block;

    text-align: center;

    line-height: 46px;

    color: #f7c015;
    margin-left: 6px;

    position: relative;

    font-size: 22px;
}

.btn-icon span {
    width: 22px;
    height: 22px;

    display: block;

    position: absolute;

    top: -3px;
    right: -3px;

    background: #f7c015;

    border-radius: 50%;

    font-size: 11px;
    border: 2px solid white;

    line-height: 1.55em;
    /*overflow: hidden;*/
    color: white;

    text-align: center;
}

.btn-icon:hover {
    background: #f7c015;
    color: white;
}

.btn-icon:hover span {

}

.btn-flat {

    border: none;
    border-radius: 21px;

    height: auto;

    display: inline-block;

    text-align: center;

    line-height: 30px;

    background: #f7c015;
    color: white;

    position: relative;

    text-decoration: none;

    padding: 6px 24px;

}

.btn-flat:hover {
    color: white;
    text-decoration: none;
}

.menu-category {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    border: 2px solid #f7c015;
    border-top: none;
}

.menu-category li {
    width: 100%;
}

.menu-category:after {
    /*clear: both;*/
    /*float: left;*/
    /*content: " ";*/
}

.menu-category li:first-child a {

    padding: 9px 20px;
}

.menu-category li:not(:last-child) {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #e5e5e5;
}

.menu-category a {

    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 20px;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;

    text-decoration: none;
}

.menu-category a i {
    margin-right: 6px;
}

.menu-category a:hover {
    color: #f7c015;

}

.menu-category li {
    width: 100%;
}

.menu-category li:last-child {
    /*background: red;*/
}

.product-line-min {
    width: 100%;
    display: block;
    float: left;

    padding: 12px 0;

    border-bottom: 1px solid #e5e5e5;
}

.product-line-min .thumb,
.product-line-min div {
    float: left;
}

.product-line-min .thumb {
    width: 60px;
    height: 60px;

    background-position: center;
    background-size: cover;

    display: inline-block;

    margin-right: 12px;
}

.product-line-min div {
    color: #363F4D;
    display: inline-block;
}

.product-line-min h3 {
    font-size: 14px;
    font-weight: normal;
}

.product-line-min div:hover {
    color: #f7c015;
}

.product-line-min span {
    font-size: 15px;
    font-weight: bold;

    color: #f7c015;

}

.product-block-min {
    width: 100%;
    display: block;
    float: left;

    /*padding: 10px;*/

    border-radius: 10px;

    margin-bottom: 25px;
    padding-bottom: 15px;

    position: relative;

}

.product-block-min .hover {
    width: 100%;
    height: 0px;

    display: inline-block;

    position: absolute;

    top: 0px;
    left: 0px;

    width: calc(100% - 0px);
    padding-bottom: calc(100% - 0px);

    background: rgba(54, 174, 211, 0.7);

    z-index: 2;

    display: block;

    opacity: 0.001;

    transition: all 0.2s ease-in-out 0s;
}

.product-block-min .thumb {
    width: 100%;
    height: 0px;

    padding-bottom: 100%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: inline-block;

    margin-right: 12px;

    position: relative;

    margin-bottom: 20px;

    border: 1px solid #e5e5e5;

    background-color: white;

}

.product-block-min div.info {
    text-align: center;

}

.product-block-min div.info h3 {
    font-size: 15px;

    color: #363f4d;
    line-height: 20px;

    margin-bottom: 4px;

    font-weight: 400;

}

.product-block-min div.info h3 a {
    color: #363f4d;
    text-decoration: none;
}

.product-block-min div.info span.price {
    font-size: 18px;

    color: #f7c015;

    margin: 0;
    font-weight: 500;
    min-height: 22px;

    width: 100%;

    display: inline-block;

    margin-top: 20px;
}

.product-block-min .buttons {
    text-align: center;
    height: 0;
    overflow: hidden;

    position: absolute;
    top: 50%;

    width: calc(100% - 0px);

    margin: -15px 0 10px;

    height: 30px;
}

.product-block-min .buttons .btn-icon {
    height: 30px;
    width: auto;
    min-width: 30px;

    padding: 0 8px;

    border: 0px solid #f7c015;
    color: #f7c015;

    line-height: 28px;

    font-size: 12px;

    transition: all 0.2s ease-in-out 0s;

    background: white;

    text-decoration: none;

    cursor: pointer;
}

.product-block-min .buttons .btn-icon:hover {

    background: #f7c015;
    color: #fff;
}

.product-block-min .go-to {
    position: absolute;

    width: calc(100% - 0px);

    bottom: 0;

    display: block;

    opacity: 0.001;

    background: #f7c015;
    color: white;

    text-align: center;

    padding: 8px 16px;

    transition: all 0.2s ease-in-out 0s;

    text-decoration: none;
}

.product-block-min:hover .hover,
.product-block-min:hover .go-to {
    opacity: 1;

}

.product-line {
}

.product-line h3 {
    margin-bottom: 24px;
}

.product-line p {
    margin-bottom: 24px;
    line-height: 2em;
}

.product-line .thumb {
    width: 100%;
    height: 0px;

    padding-bottom: 100%;

    background-position: center;
    background-size: cover;

    display: inline-block;

    margin-right: 12px;

    position: relative;

    margin-bottom: 20px;

}

.product-line .buttons {

}

.product-line .price {

    font-weight: bold;

    color: #f7c015;

    font-size: 16px;

}

.product-line .buttons .btn-icon {

    width: auto;
    min-width: 44px;

    padding: 0 14px;

}

.product-label {
    position: absolute;
    color: #fff;
    padding: 0 10px;
    height: 22px;
    line-height: 24px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    z-index: 3;
}

.product-label.product-label-new {

    top: 10px;
    right: 10px;

    background: #8dc44f;
}

.product-label.product-label-promote {
    top: 10px;
    left: 10px;

    background: #eb3e32;
}

.product-label.product-label-sold {
    bottom: 10px;
    left: 10px;

    background: #eb3e32;
}

.product-filtr-small {
    background: #ff4500;
    padding: 20px;
    margin: 60px 0;
}

.product-filtr-small h2 {
    margin-bottom: 12px;

    text-transform: uppercase;

    font-size: 18px;

    color: white;
}

.product-filtr-small [type=submit] {
    background: #f7c015;
    border: 2px solid #ff4500;
    color: white;

    width: 100%;
    height: 38px;

}

.product-filtr-small input {
}

.product-filtr-small input:focus,
.product-filtr-small select:focus {
    outline: none;
    box-shadow: none;

    border: 2px solid #f7c015;
}

.main-thumb {
    background-image: url("/web/images/slider-8.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;

    min-height: 300px;

    position: relative;
}

.main-thumb:before {

    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    display: block;

    z-index: 2;

    position: absolute;

    background: #f7c015;

    opacity: 0.9;

}

.main-thumb .machine {
    z-index: 4;

    position: absolute;

    margin-bottom: -100px;

    width: 700px;
    max-width: 100%;

    right: 0;
    bottom: 40px
}

.main-thumb h1 {
    z-index: 4;

    color: white;

    position: relative;

    font-weight: 300;

    margin: 50px 0;

    /*text-align: center;*/
}

.main-thumb p {
    z-index: 4;

    position: relative;

    color: white;

    font-size: 20px;

    line-height: 1.8em;
}

.main-thumb h1 b {
    font-weight: 600;
}

.main-thumb .product-filtr-small {
    z-index: 3;
    position: relative;
}

/*.product-block-min:hover .info span {*/
/*opacity: 0.001;*/
/*}*/

.category-block {
    padding: 70px 0;

}

.category-block:nth-child(even) {
    background: #f7f7f7;
}

.category-block h2 {

    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-block h2 ul {
    float: right;
}

.footer-block {

    margin-bottom: 25px;
}

.footer-block h3 {

    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.footer-block h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;

    background-color: #f7c015;
}

.footer-block ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;

}

.footer-block ul.menu li {
    margin: 0;
    padding: 0;

}

.footer-block ul.menu a {

    border: 0 none;
    font-size: 13px;
    padding: 0;
    padding-left: 0px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    color: #ccc;

    text-decoration: none;
}

.footer-block ul.menu a:before {

    content: "";
    width: 0;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;

    background-color: #f7c015;
}

.footer-block ul.menu a:hover {
    padding-left: 12px;

    color: #f7c015;
}

.footer-block ul.menu a:hover:before {
    width: 4px;
}

.footer-block ul.info {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-block ul.info li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    color: #ccc;
    line-height: 20px;
    /*min-height: 40px;*/

}

.footer-block ul.info li i {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 0;
    background-color: #182435;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.footer-block ul.info li i:before {
    font-size: 14px;
}

.footer-block ul.info li.phone i,
.footer-block ul.info li.adres i {
    top: 5px;
}

.footer-block ul.info li.phone i:before,
.footer-block ul.info li.adres i:before {
    font-size: 16px;
}

.footer-block ul.info li:hover i {
    background-color: #f7c015;
}

.footer-block ul.social {
    margin: 10px 0 0 0;
    padding: 0;
    display: inline-block;

    list-style: none;

}

.footer-block ul.social li {
    position: relative;
    float: left;
}

.footer-block ul.social li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-block ul.social li a:hover {
    background-color: #f7c015;
    border-color: #f7c015;
}

.categories-footer {
    font-size: 13px;
    padding: 40px 0;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(221, 221, 221, 0.1);
}

.categories-footer ul {

    list-style: none;
}

.categories-footer ul li {
    padding: 0;
    display: inline-block;
    color: #666;
}

.categories-footer ul li:not(:last-child):after {
    content: "|";
    padding: 0 10px;
}

.categories-footer ul li a {
    color: #ccc;
    margin: 6px 0;
}

.product-sort {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    padding: 14px 24px;
    background: none;
    min-height: 52px;
    border: 1px solid #e9e9e9;

    margin-bottom: 25px;
}

.product-sort .icon {

    width: 20px;
    height: 16px;

    margin-right: 15px;

    font-size: 16px;
    font-weight: 400;

    line-height: 34px;

    color: #e2e2e2;

    transition: all 0.2s ease-in-out 0s;
}

.product-sort .icon.selected,
.product-sort .icon:hover {
    color: #f7c015;

}

.product-sort select {
    background: none;
    padding: 0 0 0 13px;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    color: #898888;
    text-align: center;
    height: 35px;
    border: 1px solid #e7e7e7;
    margin-top: 0;
    margin-left: 15px;
}

.product-menu {
    margin-bottom: 30px;

}

.product-menu h3 {

    font-size: 14px;
    color: #363f4d;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;

}

.product-menu ul {

    margin: 0;
    padding: 0;

    list-style: none;

}

.product-menu ul li {

    width: 100%;

    text-transform: capitalize;
    color: #363f4d;
    font-size: 14px;
    padding-bottom: 8px;

}

.product-menu ul li.active {
    font-weight: bold;
}

.product-menu ul a {
    text-transform: capitalize;
    color: #363f4d;
    font-size: 14px;
    padding-bottom: 8px;

    transition: all 0.2s ease-in-out 0s;

    text-decoration: none;

}

.product-menu ul a:hover {
    color: #f7c015;

}

.product-filtr {

}

.product-filtr h3 {

    font-size: 14px;
    color: #363f4d;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;

}

.product-filtr .noUi-connect {

    background: #f7c015;
}

.product-filtr .noUi-handle {
    border-radius: 50%;
    width: 28px !important;
}

.product-filtr .noUi-handle:before {
    left: 11px;
}

.product-filtr .noUi-handle:after {
    left: 14px;
}

.product-filtr .noUi-handle:focus {
    outline: none;
}

/* Slider blurry texts fix for -webkit */

.swiper-wrapper,
.swiper-slide,
.swiper-slide * {
    background: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}

/**
 * Components Product
 *
 */

.gallery-with-thumbs .swiper-arrow.prev {
    left: -21px;
}

.gallery-with-thumbs .swiper-arrow.next {
    right: -21px;
}

.gallery-with-thumbs .main-slider .swiper-slide > a {
    display: block;
    border: 1px solid #ededed;
}

.gallery-with-thumbs .main-slider .swiper-slide > a:hover .image-overlay {
    opacity: 1;
}

.gallery-with-thumbs .main-slider .swiper-slide .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.65);
}

.gallery-with-thumbs .main-slider .swiper-slide .image-overlay i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.gallery-with-thumbs .nav-slider .swiper-slide {
    border: 1px solid #ededed;

    transition: all 0.4s ease-in-out 0s;

    cursor: pointer;
}

.gallery-with-thumbs .nav-slider .swiper-slide.swiper-slide-active {

    border-color: #f7c015;
}

.gallery-with-thumbs .nav-slider:hover .swiper-arrow {
    opacity: 1;
}

.swiper-wrapper {

}

.product-image {
    width: 100%;
    height: 0;

    padding-bottom: 100%;

    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

}

.product-thumb {

    /*width: 100%;*/
    /*height: 0;*/
    padding-bottom: 32%;

    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

    overflow: hidden;

    height: 0 !important;
}

.product-thumb-image {
    overflow: hidden;

    /*position: relative;*/
}

.swiper-arrow {
    position: absolute;
    z-index: 2;
    bottom: 80px;

    color: #f7c015;

    cursor: pointer;
}

.swiper-arrow.prev {
    left: 0;
}

.swiper-arrow.next {
    right: 0;
}

.product-info {

}

.product-info h1 {
    margin: 0;
    font-size: 32px;
    color: #363f4d;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
}

.product-info p {

    margin: 30px 0 40px;
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
}

.product-info .price {
    font-size: 52px;
    line-height: 38px;
    padding-bottom: 0px;
    text-align: left;

    margin-top: 30px;

    color: #f7c015;

    font-weight: bold;
}

.product-info .price span {

    font-size: 25px;
    position: relative;
    top: -18px;
    left: -10px;
}

.product-info .price i {

    color: #fff;

    font-weight: normal;
    font-style: normal;

}

.product-info
.basket {

    width: auto;
    float: left;

    margin-right: 12px;

}

.basket input,
.basket button {

}

.basket input:focus,
.basket button:focus {
    box-shadow: none;
    outline: none;
    /*border: 1px solid #ced4da;*/
}

.basket div {

    position: relative;
}

.basket div span {
    position: absolute;
    top: 8px;

    font-size: 22px;

    color: #7a7a7a;

    background: white;

    width: 30px;

    text-align: center;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket div span.plus {

    right: 15px;
}

.basket div span.minus {
    left: 20px;
}

.basket input.form-control {

    border: 2px solid #f7c015;
    /*border-left: none;*/
    /*border-left: none;*/

    font-size: 14px;

    border-radius: 25px 0 0 25px;
    height: 50px;

    text-align: center;

    padding-left: 28px;
}

.basket button {

    border-radius: 0 25px 25px 0;
    border: 2px solid #f7c015;
    border-left: none;

    background: #f7c015;
    color: white;

    width: auto;

    padding: 0 15px;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket:hover div span {

    color: #f7c015;
}

.social-btns {
    margin: 0;
    padding: 0;
    list-style: none;

}

.social-btns li {
    margin: 0;
    padding: 1px 16px;
    display: inline-block;

    float: left;

    /*width: 32px;*/
    height: 32px;

    border-radius: 16px;

    margin-left: 12px;
    margin-bottom: 12px;

    /*border: 2px solid white;*/

    text-align: center;

    line-height: 28px;

    color: #fff;

    /*margin-left: -10px;*/

    position: relative;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    cursor: pointer;

    background: #1f2e44;
}

.social-btns li:hover {
    box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);

    padding: 1px 32px;

    /*margin: -2px -8px;*/

    /*height: 38px;*/
    /*line-height: 32px;*/
    width: auto;
}

.social-btns li:last-of-type:hover {

    margin-right: 0px;
}

.social-btns li:first-of-type {
    margin-left: 0;
}

.social-btns i {

}

.social-btns a {
    color: white;
    text-decoration: none;
}

.social-btns li.facebook {
    background-color: #3a579a !important;
}

.social-btns li.google {
    background-color: #EA4335 !important
}

.social-btns li.twitter {
    background-color: #00abf0 !important;
}

.social-btns li.envelope {
    background-color: #F68E57 !important;
}

.shop-block {

    /*border: 1px solid #ededed;*/
    /*padding: 10px 30px;*/

}

.shop-block:after {

    display: block;
    clear: both;
    content: "";
}

.shop-block .avatar {
    width: 65px;
    height: 65px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    display: block;

    border: 2px solid #ededed;

    border-radius: 50%;

    margin-right: 15px;

    float: left;
}

.shop-block .name {
    float: left;

    width: calc(100% - 100px);

    color: #f7c015;

    text-decoration: none;

    font-size: 22px;

    font-weight: 500;

}

.shop-block .name a {
    color: inherit;
    text-decoration: none;

    float: left;

    transition: all 0.2s ease-in-out 0s;
}

.shop-block .name .icon {
    color: #ddd;
    font-size: 16px;
    margin: 5px 12px 2px;
}

.shop-block .name .icon:hover {

    color: #f7c015;

}

.product-show {

}

.product-show .nav-tabs .nav-link:hover,
.product-show .nav-tabs .nav-link:focus,
.product-show .nav-tabs .nav-link.active {

    border-color: white white #f7c015;
}

.product-text {
    line-height: 1.6em;
    font-size: 16px;
}

.user-block {
    position: relative;
    margin-bottom: 30px;

    overflow: hidden;

    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);

    padding: 25px;

    text-align: center;

}

.user-block .avatar {
    margin: 0 auto;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}

.user-block .avatar:before {
    content: ' ';
    width: 134px;
    height: 134px;

    border: 2px solid #02AFF3;

    border-radius: 50%;

    background: none;

    display: block;

    z-index: 0;

    margin: -7px;

    position: absolute;
}

.user-block h2 {
    margin-top: 10px;
}

.user-block h2 a {
    color: #0a001f;
    font-size: 22px;
}

.user-block ul {
    width: 100%;

    display: block;

    margin-top: 20px;

    padding-left: 0;
}

.user-block ul li {
    width: 100%;

    display: inline-block;

    justify-content: space-between;

    padding: 8px 0;
    border-top: 1px solid #dee2e6;
    font-size: 14px;

    text-align: left;

    color: #868ba1;
}

.user-block ul li span {
    float: right;
    color: #02AFF3;
}

.user-line {
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.user-line .thumb {
    width: 100%;
    height: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 2px solid #ededed;
    border-radius: 20px;
    margin-right: 15px;
    float: left;

    padding-bottom: 100%;
}

.user-line h2 a {
    margin: 0;
    font-size: 32px;
    color: #363f4d;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 400;
}

.user-line p {

    margin: 30px 0 40px;
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
}

.user-line ul,
.user-line ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-line ul {
    float: right;
}

.user-line ul li {
    display: inline-block;

    margin-left: 12px;
    font-size: 14px;

    color: #c8d0d7;
}

.user-line ul li span {
    color: #363f4d;
    color: #f7c015;
}

.user-line ol,
.user-line ol li {
    margin: 0;
    padding: 0;
    list-style: none;

    font-size: 14px;
}

.user-line ol {
    float: left;
}

.user-line ol li {

    color: #363f4d;
}

.user-line ol li i {

    color: #c8d0d7;
}

.user-header {

    padding-top: 100px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-image: url('../images/wine.jpg');

    position: relative;

    margin-top: -1px;

}

.user-header:before {

    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;

    height: 120px;
    width: 100%;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 14%, rgba(0, 0, 0, 0.35) 66%, rgba(0, 0, 0, 0.50) 100%);

    content: " ";

    display: block;
}

.user-header .thumb {
    width: 100%;
    height: 0px;
    background-color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 5px solid #fff;
    border-radius: 0;
    margin-right: 15px;
    float: left;
    padding-bottom: 100%;
    margin-bottom: -80px;

}

.user-header .info {
    margin-top: 80px;
    width: 100%;
    color: white;
}

.user-header .info h1 {
    color: white;

}

.user-header .info h1 div:first-of-type {
    margin-right: 18px;
}

.user-header .info h1 .option-star {
    margin-top: 18px;
    margin-right: 6px;
}

.user-header .info h1 .option-star:first-of-type {
    margin-left: 12px;
}

.user-header ul,
.user-header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-header ul {
    float: left;
}

.user-header ul li {
    display: inline-block;

    margin-right: 12px;
    font-size: 14px;

    color: #ffffffaa;
}

.user-header ul li span {
    color: #363f4d;
    color: #fff;
}

.user-header .info .link {
    padding: 10px 20px;

    color: white;

    border: 1px dashed white;

    margin-left: 12px;
    margin-top: 10px;
}

.user-header .info .link:first-of-type {

    background: #f7c015;
    border: 1px dashed transparent;
}

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

    .user-header {
        padding-top: 10px;
    }

    .user-header .thumb {
        margin-bottom: 0;
    }

    .user-header .info {
        margin-top: 10px;
    }

    .user-header ul {
        margin-bottom: 28px;
    }

}

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

    .user-header {
        padding-top: 10px;
    }

    .user-header .info {
        margin-top: 10px;

    }

    .user-header ul {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .user-header {

    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .user-header {

    }

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .user-header {

    }

    .user-header .info {

        margin-top: 10vw;

    }
}

@media screen and (min-width: 1600px) {

    .user-header {

    }

    .user-header .info {

        margin-top: 12vw;

    }

    .user-header ul {
        margin-bottom: 20px;
    }
}

.user-menu .nav {
    margin-left: -30px;
    padding-left: 30px;

    width: calc(100% + 30px);
}

.user-menu .nav .nav-link,
.user-menu .nav .nav-link,
.user-menu .nav .nav-link {
    color: #7a7a7a;

    transition: all 0.2s ease-in-out 0s;
}

.user-menu .nav .nav-link:hover,
.user-menu .nav .nav-link:focus,
.user-menu .nav .nav-link.active {
    border-color: white white #f7c015;
}

.user-menu .nav .nav-link.active {
    color: #000;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .user-menu .nav {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*.user-menu .nav{*/
    /*margin-left: 0;*/
    /*padding-left: 0;*/
    /*width: 100%;*/
    /*}*/

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

}

@media screen and (min-width: 1600px) {

}

.option-star {
    display: inline-block;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: "Font Awesome 5 Free";

    opacity: 0.7;

    /*color: #fff;*/

    color: #FD4;

    font-size: 16px;
    margin-right: 3px;

    /*float: left;*/

}

.option-star:after {
    content: '\f005';

}

.option-star.option-star-full {

    font-weight: 900;
    opacity: 1;

    color: #FD4;
}

.option-star.option-star-full:after {
    content: "\f005";
}

.option-star.option-star-half {
    font-weight: 900;
    opacity: 1;

    /*color: #FFAB91;*/
}

.option-star.option-star-half:after {
    content: "\f5c0";
}

.opinion-label {
    color: #ddd !important;;
    font-size: 12px !important;;

    font-weight: normal !important;
}

.form-block {
    padding: 20px 0 60px;
    width: 100%;
}

.form-block:before {
    content: ' ';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    float: left;
}

.form-block label {
    color: #444444;
    font-weight: normal;

    /*text-transform: uppercase;*/

    font-size: 12px;
}

.form-block label.error {
    color: red
}

.form-block .fa-input {
    position: absolute;

    left: 30px;
    top: 15px;

    font-size: 15px;

    opacity: 0.5;
}

.form-block .or {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

    font-weight: 500;

    position: relative;

    margin: 25px 0;
}

.form-block .or:after {

    position: absolute;

    top: 14px;

    width: 200px;

    content: " ";

    display: block;

    height: 1px;

    background: #ccc;

    left: 0;
    right: 0;

    margin: 0 auto;
}

.form-block .or span {
    background: white;

    position: relative;

    z-index: 2;

    padding: 0 12px;

    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.form-block .button {

    padding: 14px 32px;
    text-align: center;
    font-size: 16px;

    width: 100%;

    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;
    cursor: pointer;

    margin-bottom: 15px;

    background-color: #f7c015;
    color: white;

    border: none;
}

.form-block .button.button_fb {

    background-color: #516EAB;
    color: white;

}

.form-block .button.button_google {

    background-color: #E14E42;
    color: white;

}

.form-block textarea,
.form-block input[type=text]:not(.token-input),
.form-block [type=password],
.form-block select {
    /*width: 50%;*/
    display: block;
    margin: 0 auto;

    /*border-radius: 15px;*/
    border-radius: 0;

    text-indent: 5px;

    border: 1px solid #e2e2e2;
}

.form-block input[type=text]:not(.token-input),
.form-block [type=password],
.form-block select {
    /*width: 50%;*/
    height: 45px;

}

.form-block input[type=text]:focus,
.form-block [type=password]:focus,
.form-block select:focus {

    border: 1px solid #f7c015;
    outline: none;
    box-shadow: none;
}

.form-block input.icon {

    text-indent: 25px !important;
}

.fileslist {
    list-style: none;

    padding: 0;
    margin-bottom: 8px;

}

.fileslist li {
    display: inline-block;
    margin: 0 16px 8px 0;
}

.fileslist a {
    margin-right: 12px;

    color: white;
}

.fileslist i {
}

.fileslist a.dele {
    margin-top: 6px;
    color: red;
    opacity: 0.5;

    font-size: 12px;

    cursor: pointer;
}

.fileslist a.dele:hover {
    margin-top: 6px;
    color: red;
    opacity: 0.7;
}

.fileslist a.name {
    text-decoration: none;
}

.fileslist a.name:hover {

}

.letter-avatar {
    color: #fff;

    width: 40px;
    height: 40px;

    text-align: center;
    line-height: 38px;

    border-radius: 50%;

    background: #1f2538;

    font-size: 20px;

    font-weight: 300;

    text-transform: uppercase;
}

.letter-avatar.letter-avatar-a {
    background: #44BB9B;
}

.letter-avatar.letter-avatar-b {
    background: #3A9F84;
}

.letter-avatar.letter-avatar-c {
    background: #ECC422;
}

.letter-avatar.letter-avatar-d {
    background: #EB9C23;
}

.letter-avatar.letter-avatar-e {
    background: #50CB70;
}

.letter-avatar.letter-avatar-f {
    background: #43AD5F;
}

.letter-avatar.letter-avatar-g {
    background: #D03D3D;
}

.letter-avatar.letter-avatar-h {
    background: #CA5516;
}

.letter-avatar.letter-avatar-i {
    background: #4A98DA;
}

.letter-avatar.letter-avatar-j {
    background: #3D80B8;
}

.letter-avatar.letter-avatar-k {
    background: #DD4E42;
}

.letter-avatar.letter-avatar-l {
    background: #B83B31;
}

.letter-avatar.letter-avatar-m {
    background: #975AB6;
}

.letter-avatar.letter-avatar-n {
    background: #8A46AD;
}

.letter-avatar.letter-avatar-o {
    background: #BEC3C7;
}

.letter-avatar.letter-avatar-p {
    background: #37495D;
}

.letter-avatar.letter-avatar-q {
    background: #2F3E4F;
}

.letter-avatar.letter-avatar-r {
    background: #EEEEEE;
}

.letter-avatar.letter-avatar-s {
    background: #808C8D;
}

.letter-avatar.letter-avatar-t {
    background: #E588C0;
}

.letter-avatar.letter-avatar-u {
    background: #D171AE;
}

.letter-avatar.letter-avatar-v {
    background: #EE9887;
}

.letter-avatar.letter-avatar-w {
    background: #9BA37E;
}

.letter-avatar.letter-avatar-x {
    background: #B09257;
}

.letter-avatar.letter-avatar-y {
    background: #B09257;
}

.letter-avatar.letter-avatar-z {
    background: #A24239;
}

.transport-line {
    /*padding: 6px 12px;*/
    padding: 12px;
}

.transport-line span {
    color: #f7c015;
    font-size: 12px;
}

.transport-line:nth-child(odd) {
    background: #fafafa;
}

.btn-icon-big {
    width: 50px;
    height: 50px;

    display: block;

    float: left;

    background: transparent;

    color: #1f2e44;

    border-radius: 50%;

    text-align: center;
    line-height: 50px;

    font-size: 18px;

    transition: all 0.2s ease-in-out 0s;
}

.btn-icon-big i {
}

.btn-icon-big span {
}

.btn-icon-big:hover,
.btn-icon-big:focus {
    color: #f7c015;

    outline: none;
    box-shadow: none;
}

.cart-line {
    padding: 20px;

    border: 1px solid #eee;

    position: relative;

    margin-bottom: 6px;

    border-radius: 6px;
}

.cart-line .thumb,
.cart-line h3 {

    display: inline-block;;
    float: left;
}

.cart-line .thumb {
    height: 60px;
    width: 60px;

    background-size: cover;
    background-position: center;

    border-radius: 50%;

    margin-right: 12px;
}

.cart-line h3 {

    line-height: 22px;
    font-size: 20px;

    margin-top: 6px;
}

.cart-line h3 a {
    color: inherit;
    text-decoration: none;
}

.cart-line h3 span {
    color: #aaa;

    font-size: 14px;

    font-weight: normal;
}

.cart-line form {

    width: auto;

    /*margin-right: 12px;*/
    margin-top: 5px;

}

.cart-line form input,
.cart-line form button {

}

.cart-line form input:focus,
.cart-line form button:focus {
    box-shadow: none;
    outline: none;
    /*border: 1px solid #ced4da;*/
}

.cart-line form > div {

    position: relative;

    margin: auto;
}

.cart-line form div span {
    position: absolute;
    top: 0px;

    font-size: 22px;

    color: #7a7a7a;

    background: transparent;

    line-height: 46px;

    width: 60px;
    height: 50px;

    text-align: center;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-line form div span.plus {

    right: 0px;
}

.cart-line form div span.minus {
    left: 0px;
}

.cart-line form input.form-control {

    border: 2px solid #f7c015;
    /*border-left: none;*/
    /*border-left: none;*/

    font-size: 14px;

    border-radius: 25px;
    height: 50px;

    text-align: center;

    /*padding-left: 28px;*/
}

.cart-line form button {

    border-radius: 0 25px 25px 0;
    border: 2px solid #f7c015;
    border-left: none;

    background: #f7c015;
    color: white;

    width: auto;

    padding: 0 15px;

    cursor: pointer;
}

.cart-line form:hover div span {

    color: #f7c015;
}

.cart-line .text-price {
    line-height: 60px;

}

.cart-line .delete {
    color: red;
    opacity: 0.7;
    line-height: 48px;
}

.cart-line .delete:hover {
    opacity: 1;
}

.cart-line .delete-sm {
    position: absolute;

    top: 35px;
    right: -15px;

    border: 1px solid #eee;
    background: #fff;

    width: 30px;
    height: 30px;

    text-align: center;
    line-height: 29px;

    border-radius: 50%;
}

.order-line {

    padding: 20px;

}

.order-line:nth-child(odd) {
    background: #fafafa;
}

.order-line .thumb {

    height: 60px;
    width: 60px;

    background-size: cover;
    background-position: center;

    border-radius: 50%;

    margin-right: 12px;
}

.order-line .info,
.order-line .thumb {
    float: left;
    display: inline-block;
}

.order-line .info {
}

.order-line .info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.order-line .info a {
    color: inherit;
    text-decoration: none;
}

.order-line .info span {
    color: #aaa;

    font-size: 14px;
    font-weight: normal;
}

.order-line .icon,
.order-line .date,
.order-line .status {
    padding: 7px 20px;

    margin: 10px 0;

}

.order-line .icon {

    color: #f7c015;
}

.order-line .date {
    color: #aaa;

}

.order-line .status {
    background: #f7c015;

    color: white;

    border-radius: 20px;
}

.order-details {
}

.order-details h2 {
    font-weight: 300;
    font-size: 16px;

    color: #aaa;

    text-transform: uppercase;

    margin-bottom: 20px;
}

.order-progress {
    background: #f9f5f6;

    width: 100%;
    height: 14px;

    border-radius: 7px;

    display: block;
}

.order-progress div {
    background: #f7c015;
    position: relative;
    height: 14px;

    border-radius: 7px;
}

.order-progress div:after {
    position: absolute;
    content: " ";
    display: block;

    width: 18px;
    height: 18px;

    top: -2px;
    right: -9px;

    border-radius: 50%;
    background: #f7c015;

    float: right;
}

.order-progress-paid div {
    width: 50%
}

.order-progress-confirm div {
    width: 0%
}

.order-info {
    list-style: none;

    margin: 0;
    padding: 0;
}

.order-info li {
    color: #e0e1e3;
}

.order-info span {

    width: calc(100% - 160px);
    display: inline-block;

    float: right;

    color: #000;

    text-transform: capitalize;
}

.order-status {
}

.order-status span {
    opacity: 0.3;
}

.order-status span.active {
    opacity: 1;
}

.opinion-line {
    padding: 20px;
}

.opinion-line:nth-child(odd) {
    background: #fcfcfc;
}

.opinion-line .thumb {

    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    border: 2px solid #eee;
    border-radius: 0;
    margin-right: 15px;
    float: left;

}

.opinion-line h3 {
    float: left;

    font-size: 20px;
    line-height: 24px;

    margin: 0 0 12px;
    padding: 0;
}

.opinion-line .btn-flat {
    float: right;
}

.opinion-line p {
    background: #f0f0f0;

    min-height: 40px;

    width: calc(100% - 115px);
    width: 100%;

    display: inline-block;

    float: left;

    margin-top: 10px;

    border-radius: 6px;

    margin-bottom: 6px;

    padding: 12px;
}

.opinion-form {
    background: #fafafa;

    padding: 20px;
}

.opinion-form textarea {
    background: #f0f0f0;
    border: none;

    min-height: 69px;

    padding: 20px 22px 0;
}

.opinion-form .opinion-files {
    background: #f0f0f0;

    padding: 20px;

    margin-bottom: 15px;
}

.opinion-form .file_uploader {
    border: none;
    text-align: left;

    padding-left: 0;
}

.opinion-form .file_uploader:hover {
    background: transparent;

    color: #f7c015;
}

.opinion-form .imagelist a.name {
    display: none;

}

.opinion-form textarea:focus {
    outline: none;
    background: #f0f0f0;

    box-shadow: none;
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 0 10px;
    font-size: 2em;
    color: #f0f0f0;
    /*-webkit-transition: all .2s;*/
    /*-o-transition: all .2s;*/
    /*transition: all .2s*/

    cursor: pointer;
}

input.star:hover ~ label.star:before,
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    /*-webkit-transition: all .25s;*/
    /*-o-transition: all .25s;*/
    /*transition: all .25s*/
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #FD4
}

input.star-1:checked ~ label.star:before {
    color: #FD4
}

label.star:hover {
    content: '\f005';
    color: #FD4
}

.stars h4 {
    margin-bottom: 5px;
    font-weight: bold
}

label.star:before {
    content: '\f005';
    font-family: FontAwesome
}

.product-min {
    display: block;
}

.product-min .thumb,
.product-min .name {
    float: left;
}

.product-min .thumb {
    width: 50px;
    height: 50px;

    display: block;

    border-radius: 50%;

    background-size: cover;
    background-position: center;

    margin-right: 12px;

    margin-bottom: 6px;

}

.product-min .name {
    line-height: 44px;
    color: #f7c015;
}

.opinion-line-show {
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #ddd;
}

.opinion-line-show .user {

    margin-bottom: 16px;
    margin-top: 12px;

}

.opinion-line-show .user h4 {
    margin-bottom: 2px;
}

.opinion-line-show .user .thumb {
    width: 60px;
    height: 60px;

    border-radius: 50%;

    margin-right: 12px;

    display: block;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    float: left;

}

.opinion-line-show p {
    padding: 20px 20px 0;
    background: #fafafa;
    margin-bottom: 0;
}

.opinion-line-show .gallery {
    list-style: none;

    margin: 0;
    padding: 10px 20px 12px;

    background: #fafafa;
}

.opinion-line-show .gallery li {
    max-width: 200px;

    margin-right: 12px;
    margin-bottom: 12px;

    display: inline-block;

    float: left;

    width: 200px;

    border: 1px solid #ddd;
    padding: 3px;
}

.opinion-line-show .gallery a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 67%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    max-width: 200px;
}

.opinion-line-show .date {
    color: #ccc;

    font-size: 12px;
}

.opinion-line-show:last-child {
    border-bottom: none;

}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;

    font-weight: bold;

    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

@media screen and (max-width: 992px) {
    header .container {
        padding: 0;

    }
}

@media screen and (max-width: 992px) {

    .navbar-toggler {
        border: none;
        padding-right: 0;
    }

    .navbar-nav {
        display: block;
        width: calc(100% + 2rem);
        margin-left: -1rem !important;
    }

    .navbar-nav li {
        border-bottom: 1px solid #eee;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px;
        text-align: left;
    }

    .dropdown-toggle::after {
        float: right;
        margin: 10px 20px;

        border-top-color: red
    }

    .dropdown-menu {
        border: none;
    }

    .dropdown-item {
        padding: 20px 0 20px 40px;

    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 2rem;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {

        margin-top: 30px;
    }
}

.white-line {
    background: white;
}

.category-name {
    width: 100%;
    height: 240px;
    background: white;

    border: 1px solid #eee;

    display: block;

    margin-bottom: 30px;

    text-align: center;

    color: #555;

    font-size: 24px;

    line-height: 36px;
	padding: 95px 0;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.category-name:hover {
    background: #f7c015;
    color: white;

    text-decoration: none;
}

footer {
    color: #ffffffaa;
    border-top: 2px solid #f7c015aa;
    margin-top: 0px;
}

footer .logo {
    margin-bottom: 30px;

    max-width: 220px;
}

footer a {
    color: #ffffffaa;

}

footer a:hover {
    color: #ffffffdd;
    text-decoration: none;
}

footer .title-h {
    color: #ffffffcc;

}

footer ul {
    list-style: none;

    padding: 0;
    margin: 0;

}

footer ul i {
    margin-right: 12px;
    color: #f7c015;

    display: inline-block;

    width: 20px;

    margin-top: 2px;

}

footer ul i.fa-map-marker {
    margin-bottom: 24px;
    float: left;
    margin-top: 9px;
}

footer ul li {
    color: #eee;
    margin-bottom: 6px;

    line-height: 2;
}

footer ul li a {
    color: #ddd;

    text-decoration: none;

}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.contact-line {
    margin-bottom: -15px;
    margin-top: -15px;

    z-index: 3;

    position: relative;
}

.contact-line .translate {
    margin-right: 15px;
}

.contact-line a {
    margin-right: 24px;
    color: #f7c015;
    text-decoration: none;
}

.contact-line a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {

    .contact-line .translate {
        display: none;
    }

    .contact-line {
        border-bottom: 1px solid #f7c015;
        margin-bottom: 0px;
        /*margin-top: 0px;*/
        padding-bottom: 15px !important;
    }
}


.contact-line {
    margin-bottom: -15px;
    margin-top: -15px;

    z-index: 3;

    position: relative;
}

.contact-line .translate {
    margin-right: 15px;
}

.contact-line a {
    margin-right: 24px;
    color: #f7c015;
    text-decoration: none;
}

.contact-line a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {

    .contact-line .translate {
        display: none;
    }

    .contact-line {
        border-bottom: 1px solid #f7c015;
        margin-bottom: 0px;
        /*margin-top: 0px;*/
        padding-bottom: 15px !important;
    }
}

.lang-list{
    margin: 0 0 36px;
    padding: 0;

    list-style: none;
}
.lang-list li a{

    position: relative;
    display: block;
    overflow: hidden;
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 12px 0;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-position: 7px 6px;
    line-height: 1rem;
    font-size: 14px;
    font-weight: 400;
    color: #232526;
}
.lang-list img{
    display: block;
    float: left;
    margin-top: -.05em;
    margin-right: .7rem;
    max-width: 1.333em;
    max-height: 1em;
    vertical-align: top;

    margin-top: 0;
    margin-right: .5rem;

}

.lang-list a.disabled{
    opacity: 0.4;
}

.how-it-works{

    background-color: #f0f6fa;
    background-image: url('./../images/bg1.jpg');
    background-repeat: no-repeat;

    background-position: center;

}

.step{
    list-style: none;

    margin: 0;
    padding: 0;

}
.step li{
    display: inline-block;

    position: relative;

    width: 24%;

    float: left;
}
.step li:not(:last-of-type):after{
    content: "";
    background-image: url("./../images/shape1.png");

    position: absolute;

    width: 115px;
    height: 30px;

    /*display: block;*/

    top: 20px;
    right: 50px;

}
.step li:nth-child(even):after{
    /*transform: rotate(45deg);*/
    transform: scaleY(-1);
    top: 50px;

}
.step li div,
.step li i{


    width: 100px;
    height: 100px;

    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 45px;

}
.step li div{
background-position: center;
    background-size: cover;
}
.step li i{

    color: #ffffff;

    background: green;
    text-align: center;

    line-height: 100px;

    font-size: 42px;


}
.step li span{

    height: 35px;
    width: 35px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #408858;
    box-shadow: 0px 16px 32px 0px rgba(113, 162, 94, 0.54);
    left: -13px;
    position: absolute;
    top: 18px;
}
.step li h3{

    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14PX;
}
.step li p{

    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #6e6e6e;
    margin-bottom: 0;

    padding-right: 45px;
}


@media screen and (max-width: 1024px){
    .step li {
        width: 100%;
    }
    .step li:after{

        display: none;

    }

}
@media screen and (min-width: 1024px) and (max-width: 1200px){


    .step li {
        width: 48%;
    }
    .step li:after{

        display: none;

    }

}
@media screen and (min-width: 1200px){

    .step li:not(:last-of-type):after{
        display: block;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){

    .step li:not(:last-of-type):after{

        right: 25px;
    }
}

.why-chose-us{

    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #6e6e6e;
    margin-bottom: 15px;
}
.why-chose-us img{
    float: right;
}

@media screen and (min-width: 1024px){

    .why-chose-us img{
        margin-top: -140px;
    }
}


.check-ul{
    margin: 0;
    padding: 0;
}
.check-ul li{
    position: relative;

    padding-left: 60px;


    font-size: 14px;
    line-height: 30px;
    color: #6e6e6e;
    overflow: hidden;

    padding-bottom: 30px;

}
.check-ul li:before,
.check-ul li:after{
    position: absolute;

    top: 10px;
    left: 0px;

    content: "";

    height: 40px;
    width: 40px;

    display: inline-block;

    text-align: center;

}
.check-ul li:before{

    color: #252525;
    background: #dff1d8;

    border-radius: 50%;
}
.check-ul li:after{

    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: .3s;

    font-weight: 900;
    font-family: "Font Awesome 5 Free";

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f00c";

}
.check-ul li:hover:before{
    background: #f7c015;

    padding-bottom: 30px;
}
.check-ul li:hover:after{
    color: #ffffff!important;

}