html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b {
    font-weight: 700;
}
img {
    max-width: 100%}
header .logo {
    font-family: 'Nunito',  sans-serif;
    color: #f38181;
    font-size: 24px;
    display: inline-block;
}
header .logo b {
    font-weight: 700;
    text-transform: uppercase;
}
header .logo small {
    font-size: 12px;
    color: #4F4F4F;
    display: block;
}
header .logo:before {
    content: "";
    display: block;
    float: left;
    width: 37px;
    height: 34px;
    background: url("../img/logo.jpg") no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 14px;
}
header .logo:hover {
    color: #f38181;
}
header .header-top {
    padding: 25px 0 25px;
    background: #fff;
}
header nav {
    float: right;
}
header nav li {
    display: inline-block;
    margin-right: 10px;
}
header nav li:last-child {
    margin-right: 0;
}
header nav li a {
    color: rgba(45, 66, 62, 0.9);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 20px;
    display: block;
    background: #FFF;
}
header nav li a:hover {
    color: #fff;
    background: #f38181;
}
.slider-h {
    position: relative;
    margin: 20px 0;
}
.slider-h .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 14px;
}
.slider-h .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    margin-right: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50%}
.slider-h .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.slider-h .owl-dots .owl-dot.active {
    background: #FFF;
}
.slider-h .s-title {
    padding-bottom: 13px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito',  sans-serif;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-h small {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    display: block;
    text-transform: uppercase;
}
.slider-h .slide {
    border-radius: 10px;
    padding: 60px 0 20px;
}
.slider-h .btn-white {
    display: table;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    background: #FFF;
    color: #f38181;
    margin: 35px auto 20px;
    font-weight: 600;
    padding: 13px 25px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 192px;
}
.slider-h .btn-white:hover {
    background: #e6e6e6;
}
.slider-h .slide-1 {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.slider-h .slide-1 .slide-img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: -1;
    height: 250px;
}
.slider-h .slide-2 {
    background: url("../img/slide-2.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide-2 .s-title span {
    position: relative;
    display: inline-block;
}
.slider-h .slide-2 .s-title span br {
    display: none;
}
.slider-h .slide-2 .s-title span:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/sale.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: -33px;
    top: -7px;
    display: block;
}
.slider-h .slide-3 {
    background: url("../img/slide-3.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide-3 .s-title {
    color: #f38181;
}
.slider-h .slide-3 .s-title br {
    display: none;
}
.slider-h .slide-3 small {
    text-transform: none;
}
.slider-h .slide-4 {
    padding-top: 35px;
    background: #f7781e;
    background: linear-gradient(135deg,  #f7781e 0%,  #d61b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7781e',  endColorstr='#d61b24', GradientType=1 );
}
.slider-h .slide-4 .btn-white {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: none;
    color: #FFF;
    margin-top: 0;
}
.slider-h .slide-4 ul {
    margin: 20px 40px 2px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slider-h .slide-4 ul li {
    color: #FFF;
    display: inline-block;
    position: relative;
    margin-left: 65px;
    line-height: 18px;
}
.slider-h .slide-4 ul li:before {
    content: "";
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: absolute;
    left: -65px;
    top: -9px;
}
.slider-h .slide-4 ul li:first-child:before {
    background: url("../img/support.svg") no-repeat;
    background-size: cover;
}
.slider-h .slide-4 ul li:nth-child(2):before {
    background: url("../img/sert.svg") no-repeat;
    background-size: cover;
}
.slider-h .slide-4 ul li:nth-child(3):before {
    background: url("../img/delivery.svg") no-repeat;
    background-size: cover;
}
.slider-h .slide-4 ul li:last-child:before {
    background: url("../img/safe.svg") no-repeat;
    background-size: cover;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),  only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (min-device-pixel-ratio: 1.5) {
    .slider-h .slide.slide-2 {
    background: url("../img/slide-2@2x.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide.slide-3 {
    background: url("../img/slide-3@2x.png") no-repeat top center;
    background-size: cover;
}
}.service {
    position: relative;
}
.service img {
    display: block;
    margin-top: 4px;
    max-width: 132px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}
.service.service-2 img {
    width: 179px !important;
    height: auto !important;
}
.service:hover .service-main {
    display: block;
    -webkit-animation: slide-down .2s ease-out;
    animation: slide-down .2s ease-out;
}
.service:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 15px;
    z-index: 99995;
}
.service.service-1:before {
    background: url("../img/phone_ico.svg") no-repeat;
    background-size: cover;
}
.service.service-1 .service-main {
    background: #FF6712;
}
.service.service-1 .service-main a {
    color: #909090;
    display: inline-block;
}
.service.service-2:before {
    background: url("../img/price_ico.svg") no-repeat;
    background-size: cover;
}
.service.service-2 .service-main {
    background: #FFD912;
    padding-left: 25px;
}
.service.service-2 .service-main a {
    color: #0DD1DE;
    margin-top: 20px;
    display: inline-block;
}
.service.service-2 .service-main .b-price {
    padding-left: 65px;
    margin-bottom: 10px;
}
.service.service-2 .service-main .b-price .m-title {
    margin-top: 5px;
}
.service.service-2 .service-main .b-offer {
    float: left;
}
.service.service-2 .service-main img {
    float: right;
}
.service.service-3 .b-price-h div {
    float: left;
}
.service.service-3 .b-price-h div:first-child {
    margin-right: 40px;
}
.service.service-3 .b-price-h div:last-child b {
    text-transform: none;
}
.service.service-3:before {
    background: url("../img/shop_ico.svg") no-repeat;
    background-size: cover;
}
.service.service-3 .service-main {
    background: #0DD1DE;
    padding-left: 25px;
}
.service.service-3 .service-main .b-price {
    padding-left: 65px;
    margin-bottom: 10px;
}
.service.service-3 .service-main .b-price div {
    float: left;
}
.service.service-3 .service-main .b-price div:first-child {
    margin-right: 40px;
}
.service.service-3 .service-main .b-price div .m-title {
    text-transform: none;
    float: none;
}
.service.service-3 .service-main a {
    display: inline-block;
    margin-top: 14px;
    color: #0DD1DE;
}
.service .service-head {
    cursor: pointer;
    color: #9E9E9E;
    width: 100%;
    display: block;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 20px 0 25px 90px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
}
.service .service-head b {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
    display: block;
}
.service .service-head:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("../img/arrow-down.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 37px;
    right: 15px;
}
@-webkit-keyframes slide-down {
    0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}
}.service-main {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 0 25px 90px;
    top: 0;
    left: 0;
    z-index: 99994;
    border-radius: 10px;
}
.service-main hr {
    margin-right: 25px;
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
}
.service-main a {
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: center;
    min-width: 120px;
    background: #fff;
    border-radius: 20px;
    font-weight: 700;
    font-size: 10px;
    max-width: 100%}
.service-main span {
    font-size: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}
.service-main .m-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
}
.service-main .m-title small {
    display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    margin-top: 5px;
}
.service-main .arrow {
    display: none;
    width: 14px;
    height: 8px;
    top: 37px;
    right: 15px;
    position: absolute;
    background: url("../img/arrow-down-w.svg") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service-main .tel {
    margin-bottom: 15px;
}
.service-main table {
    width: 100%;
    color: #FFF;
    margin-right: 67px;
}
.service-main table td {
    padding-bottom: 7px;
}
.service-main table td:first-child {
    font-weight: 600;
}
.nav-toogle {
    display: none;
    padding-top: 18px;
    text-align: right;
}
.nav-toogle:before {
    position: relative;
    z-index: 100000;
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    background: url("../img/menu_icon.svg") no-repeat;
    margin-right: 8px;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    .service.service-3 .service-main .b-price div: first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 15px;
}
.service.service-2 .service-main img {
    max-width: 50%}
.nav-toogle {
    display: block;
    padding-left: 15px;
    padding-top: 0;
    text-transform: uppercase;
}
.nav-toogle:before {
    position: relative;
    top: 2px;
}
.nav-toogle.active {
    text-align: right;
}
.nav-toogle.active:before {
    width: 26px;
    height: 26px;
    background: url("../img/close.svg") no-repeat;
    background-size: cover;
}
.r-menu {
    display: none;
}
nav {
    position: relative;
}
#menu {
    display: none;
    margin-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    position: absolute;
    width: 290px;
    top: -23px;
    right: -15px;
    padding-top: 60px;
    background: #FFF;
    z-index: 99999;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#menu li {
    display: block;
    margin-bottom: 15px;
}
#menu li a {
    border: none;
    text-align: center;
}
}@media screen and (max-width: 992px) {
    .service-main .arrow {
    display: block;
}
.service.service-3 .service-main .b-price div:first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 40px;
}
.service-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
}
.service-main {
    position: relative;
    margin-top: -80px;
}
.service .service-head {
    display: inline-block;
}
.slider-h .slide-4 ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.slider-h .slide-4 ul li {
    min-width: 33%;
    margin-bottom: 25px;
    text-align: left;
}
.slider-h .slide {
    height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider-h .slide .slide-inner {
    width: 100%;
    text-align: center;
}
.service {
    margin-bottom: 10px;
}
.service-1 {
    z-index: 30;
}
.service-2 {
    z-index: 20;
}
.service-3 {
    z-index: 10;
}
}@media screen and (max-width: 690px) {
    .slider-h .slide {
    display: block;
    height: 500px;
    border-radius: 0;
}
.slider-h .slide.slide-1 {
    background: url("../img/bg1-m.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide.slide-1 .btn-white {
    margin-top: 215px;
}
.slider-h .slide.slide-1 .s-title {
    padding-left: 30px;
    padding-right: 30px;
}
.slider-h .slide.slide-2 {
    background: url("../img/bg2-m.png") no-repeat left center;
    background-size: cover;
}
.slider-h .slide.slide-2 .s-title span {
    font-size: 66px;
}
.slider-h .slide.slide-2 .s-title span br {
    display: block;
}
.slider-h .slide.slide-2 .s-title span:after {
    right: -6px;
}
.slider-h .slide.slide-2 .btn-white {
    margin-top: 172px;
}
.slider-h .slide.slide-3 .s-title {
    font-size: 66px;
}
.slider-h .slide.slide-3 .s-title br {
    display: block;
}
.slider-h .slide.slide-3 .btn-white {
    margin-top: 172px;
}
.slider-h .slide.slide-4 .s-title {
    padding-left: 50px;
    padding-right: 50px;
}
.slider-h .slide.slide-4 li {
    width: 100%;
    display: block;
    margin-bottom: 35px;
}
.slider-h .slide.slide-4 .btn-white {
    display: none;
}
}@media only screen and (max-width: 690px) and (-Webkit-min-device-pixel-ratio: 1.5),  only screen and (max-width: 690px) and (-moz-min-device-pixel-ratio: 1.5),  only screen and (max-width: 690px) and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (max-width: 690px) and (min-device-pixel-ratio: 1.5) {
    .slider-h .slide.slide-1 {
    background: url("../img/bg1-m@2x.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide.slide-2 {
    background: url("../img/bg2-m@2x.png") no-repeat left center;
    background-size: cover;
}
}@media screen and (max-width: 530px) {
    header .logo {
    margin-right: 30px;
}
header .logo small {
    margin-left: 52px;
}
header nav {
    float: none;
    position: absolute;
    right: 15px;
    top: 25px;
}
.slider-h .slide.slide-1 .btn-white {
    margin-top: 172px;
}
}@media screen and (max-width: 480px) {
    .slider-h .slide.slide-1 .s-title {
    padding-left: 15px;
    padding-right: 15px;
}
.slider-h .slide.slide-4 .s-title {
    padding-left: 0;
    padding-right: 0;
}
.slider-h .slide.slide-3 .btn-white {
    padding-left: 15px;
    padding-right: 15px;
}
}@media screen and (max-width: 374px) {
    header .logo {
    font-size: 22px;
}
.service .service-head {
    padding-left: 90px;
}
.service.service-3 .service-main .b-price div:first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 15px;
}
.nav-toogle {
    padding-left: 0;
}
.slider-h small {
    font-size: 14px;
}
.slider-h .slide.slide-1 .s-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 39px;
}
.slider-h .slide.slide-2 .s-title span {
    font-size: 50px;
}
.slider-h .slide.slide-2 .btn-white {
    margin-top: 189px;
}
.slider-h .slide.slide-3 .s-title {
    font-size: 50px;
}
.slider-h .slide.slide-3 .btn-white {
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 188px;
}
.slider-h .slide.slide-4 .s-title {
    font-size: 39px;
}
.slider-h .slide.slide-4 ul {
    margin-left: 30px;
    margin-right: 15px;
}
}footer {
    background: #95e1d3;
    padding: 50px 0;
    margin-top: 50px;
}
footer .container {
    position: relative;
}
footer .container .up {
    display: block;
    width: 60px;
    top: -140px;
    position: absolute;
    right: -60px;
    z-index: 9999999;
}
footer .container .up:before {
    content: "";
    width: 60px;
    display: block;
    height: 60px;
    border-radius: 5px;
    background: url("../img/up.svg") no-repeat center center;
    background-size: 32px 32px;
    margin-bottom: 5px;
}
footer .logo-f {
    font-family: 'Nunito',  sans-serif;
    color: #fff;
    font-size: 24px;
    display: inline-block;
}
footer .logo-f b {
    font-weight: 700;
    text-transform: uppercase;
}
footer .logo-f:before {
    content: "";
    display: block;
    float: left;
    width: 40px;
    height: 35px;
    background: url("../img/logo.jpg") no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 14px;
    margin-top: -5px;
}
footer .logo-f:hover {
    color: #FFF;
}
footer ul {
    float: right;
    margin-top: 5px;
}
footer ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
footer ul li:last-child {
    margin-right: 0;
}
footer ul li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: underline;
}
footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
}
footer .methods-info {
    float: right;
    margin-top: 45px;
}
footer p {
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin-top: 35px;
}
.languages {
    margin-top: 50px;
    margin-right: 78px;
    float: right;
}
.languages li {
    display: inline-block;
    margin-right: 12px;
}
.languages li:last-child {
    margin-right: 0;
}
.languages li a {
    font-size: 12px;
}
@media screen and (max-width: 1280px) {
    footer .container .up {
    right: -20px;
    top: -50px;
}
}@media screen and (max-width: 1200px) {
    .languages {
    margin-right: 25px;
}
footer .logo-f {
    width: 267px;
    display: block;
    margin: auto;
}
footer ul {
    float: none;
    text-align: center;
    margin-top: 40px;
}
footer .container .up {
    right: 0px;
    top: -30px;
}
}@media screen and (max-width: 991px) {
    .languages {
    float: left;
}
}@media screen and (max-width: 768px) {
    .languages {
    float: none;
    margin-right: 0;
}
footer {
    margin-top: 75px;
}
footer .container .up {
    top: -117px;
}
footer ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
}
footer .methods-info {
    float: none;
    text-align: center;
    margin-top: 50px;
}
footer .methods-info img {
    margin-bottom: 8px;
}
footer p {
    float: none;
    text-align: center;
}
}@media screen and (max-width: 374px) {
    footer .methods-info img {
    margin-right: 13px;
}
.languages li {
    margin-right: 9px;
}
.languages li:last-child {
    margin-right: 0;
}
}.catalog-nav ul li.catalog-name {
    padding: 15px 0;
}
.catalog-nav ul li.catalog-name a {
    color: #111316;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.date {
    font-size: 14px;
    color: #BDBDBD;
    margin-bottom: 30px;
}
.blog article+.paginator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.blog-nav {
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #F0EEF7;
    margin-bottom: 30px;
}
.blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
}
.blog-nav a:last-child {
    margin-bottom: 0;
}
.product-nav {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #F0EEF7;
    margin-bottom: 30px;
}
.blog section {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.blog section h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 16px;
}
.blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
}
.blog section a {
    text-decoration: underline;
}
.blog article h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
    text-transform: none;
}
.blog article img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}
.paginator {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 50px;
}
.paginator a {
    color: #111316;
}
.paginator a.prev {
    position: relative;
}
.paginator a.prev:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: -16px;
    top: 2px;
}
.paginator a.next {
    position: relative;
}
.paginator a.next:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: -16px;
    top: 2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paginator ul {
    margin: 0 40px;
}
.paginator ul li {
    width: 30px;
    text-align: center;
    display: inline-block;
}
.paginator ul li a {
    width: 30px;
    color: #828282;
    display: block;
}
.paginator ul li.active a, .paginator ul li:hover a {
    color: #111316;
    font-weight: 600;
}
@media screen and (max-width: 650px) {
    .blog.white {
    padding-bottom: 30px;
}
.paginator {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    height: 120px;
}
.paginator a.prev {
    position: absolute;
    left: 50px;
    bottom: 20px;
}
.paginator a.next {
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.paginator ul {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text h1 {
    padding-left: 0;
}
}.catalog.category {
    margin-bottom: 15px;
}
.margin {
    padding-bottom: 30px;
}
.product-nav a {
    text-decoration: underline;
    position: relative;
}
.product-nav a:hover {
    text-decoration: none;
}
.product-nav a:visited, .product-nav a:focus {
    text-decoration: underline;
    color: #f38181;
}
.product-nav .product-nav-wrap {
    display: none;
    margin-top: 25px;
}
.product-nav .product-nav-wrap a {
    display: block;
    margin-bottom: 15px;
    line-height: 18px;
}
.product-nav .product-nav-wrap a:last-child {
    margin-bottom: 0;
}
.category.catalog {
    margin-top: 0;
}
.category.catalog b {
    display: inline-block;
}
.product-nav-link {
    position: relative;
}
.product-nav-link.active-nl:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-nav-link:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url("../img/arrow-down-green.svg") no-repeat;
    position: absolute;
    right: -21px;
    top: 8px;
    background-size: cover;
}
.review .captcha-label {
    margin: 0;
}
.review .grey {
    padding: 20px 25px;
    margin-bottom: 15px;
}
.review h2 {
    margin-bottom: 0;
}
.review .rev-date div {
    display: inline-block;
}
.review .flex span {
    line-height: 20px;
    color: #111316;
    font-weight: 600;
}
.review section {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0 10px 0;
    background: #fff;
    border-bottom: 1px solid #F9F8FC;
}
.review section p {
    line-height: 18px;
    padding-bottom: 15px;
}
.review .control-label {
    margin: 0 0 5px;
}
.review-edit {
    margin-top: 35px;
}
.review-edit form {
    margin-bottom: 50px;
}
.review-edit .rev-wrap {
    padding: 35px 30px 10px;
    background: #CCF4E9;
    margin-bottom: 30px;
    border-style: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.review-edit .rev-wrap.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.validate-error {
    float: none;
    clear: both;
    color: #FF3332;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
    font-size: 12px;
}
.rev-col {
    margin-right: 70px;
    width: 280px;
    color: #4f4f4f;
}
.rev-col+.rev-col {
    margin-right: 0;
    width: 230px;
}
.review-succes {
    background: #CCF4E9;
    color: #111316;
    padding: 30px;
    margin-bottom: 20px;
    display: none;
    border-radius: 10px;
}
.review-error {
    border-radius: 10px;
    display: none;
    margin-bottom: 20px;
    background: #FFEBEB;
    padding: 35px 30px;
}
.review-error p {
    padding-bottom: 10px;
    color: #FF3332;
}
.review-error p:last-child {
    padding-bottom: 0;
}
.captcha-label {
    margin: 20px 0;
}
@media screen and (max-width: 991px) {
    .rev-col+.rev-col {
    width: 280px;
}
.rev-col {
    margin-right: 0;
}
}@media screen and (max-width: 650px) {
    .blog article+.paginator {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog article+.paginator a {
    position: relative;
    bottom: 0;
    top: 0;
}
.review-edit .rev-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.rev-form {
    padding: 30px 15px;
}
}@media screen and (max-width: 374px) {
    .login-form .btn, .review-edit .btn {
    width: 100%}
.rev-col .rev-rating.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.rev-col .rev-rating.flex .rating {
    margin-top: 10px;
    margin-left: 0;
}
}.login-out:after {
    content: "";
    display: block;
    float: right;
    width: 14px;
    height: 8px;
    margin-left: 12px;
    background: url("../img/arrow-login.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 2px;
    right: 0px;
}
.login-out:hover .lg-info {
    opacity: 1;
    visibility: visible;
    top: 35px;
}
.lg-info {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 3px;
    top: 45px;
    right: -20px;
    width: 182px;
    position: absolute;
    z-index: 999999;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 15px;
    top: -8px;
}
.lg-info b {
    color: #c5c5c5;
    font-weight: 400;
    padding: 15px 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 42px;
}
.lg-info b:before {
    content: "";
    display: block;
    width: 18px;
    height: 21px;
    background: url("../img/user_icon2.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 10px;
}
.lg-info a {
    display: block;
    text-transform: none !important;
    color: #f38181 !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important;
    font-weight: 400;
}
.lg-info a:hover {
    color: #f38181 !important;
    background: none !important;
    text-decoration: none !important;
}
.forgot {
    padding-bottom: 50px;
}
.forgot p {
    margin-top: 30px;
}
.forgot .btn {
    margin-top: 15px;
}
.login-signup {
    padding: 15px 30px;
    border-radius: 10px;
    background: #F8F8F8;
    color: #828282;
    margin-bottom: 15px;
}
.login-signup a {
    padding-top: 0 !important;
}
.register .one-btn {
    margin: 0;
}
.register .one-btn p {
    color: #8A8A8A;
    margin-top: 30px;
}
.register .one-btn p a {
    padding-left: 5px;
}
.register.check-form .details .border-box {
    border-bottom: none;
    padding-bottom: 0;
}
.register.check-form .details h2 {
    margin-bottom: 20px;
}
.register .details {
    margin-top: 0;
}
.forgot-wrap {
    padding: 25px 20px;
    background: #CCF4E9;
    margin-bottom: 30px;
    border-radius: 10px;
}
.forgot-wrap p {
    color: #111316;
}
.forgot-wrap+.two-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.forgot-wrap+.two-btn .btn+.btn {
    min-width: 228px;
}
.login {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    width: 60px;
}
.login:before {
    background: url("../img/login.svg") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    content: '';
    display: block;
    margin-right: 10px;
    background-size: cover;
    top: -15px;
}
.login.login-in {
    width: auto;
}
.login.login-in:before {
    position: relative;
    float: left;
}
.login-overlay {
    width: 100%;
    height: 100%;
    background: rgba(17, 19, 22, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999998;
    display: none;
}
.i-pass {
    width: 12px;
    height: 16px;
    background: url(../img/pass.svg) no-repeat;
    background-size: cover;
    display: block;
}
.login-wrap {
    top: calc(50vh - 151px);
    display: none;
    position: fixed;
    width: 540px;
    left: 50%;
    margin-left: -245px;
    z-index: 9999999999;
}
.login-wrap i.close {
    position: absolute;
    display: block;
    right: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
}
.login-wrap i.close:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #FF3332;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
}
.login-wrap i.close:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #FF3332;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
}
.login-wrap .login-form {
    padding: 40px 40px 20px 40px;
    background: #fff;
    border-radius: 10px;
}
.col-xs-9 .login-form {
    width: 100%}
.login-form {
    position: relative;
}
.login-form .title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat',  sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.login-form .text {
    margin-top: 30px;
    clear: both;
}
.login-form a {
    float: right;
    color: #f38181;
    padding-top: 15px;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.subscribe {
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.subscribe .input-group {
    width: 100%}
.subscribe .input-group .form-control {
    width: calc(100% - 34px);
    margin-top: 4px;
}
.subscribe .input-group .input-group-addon {
    float: left;
    width: 34px;
    padding: 0;
    padding: 14px 0;
    margin-top: 4px;
}
.subscribe label:after {
    top: 20px;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs li {
    display: inline-block;
    margin-right: 8px;
}
.breadcrumbs li a {
    font-size: 11px;
    color: #828282;
}
.breadcrumbs li a:after {
    content: '';
    display: inline-block;
    margin-left: 9px;
    width: 5px;
    height: 7px;
    background: url(../img/crumb.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 1px;
}
.breadcrumbs li:last-child a:after {
    display: none;
}
.blog-nav .text p {
    margin-bottom: 20px;
}
.blog-nav .text p:last-child {
    margin-bottom: 0;
}
h1+.blog-nav {
    margin-top: 15px;
}
.login-form p {
    margin-top: 20px;
}
@media screen and (max-width: 1200px) {
    .login {
    left: 50%;
    margin-left: -30px;
    margin-top: 30px;
    height: 40px;
}
.login.login-in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    margin-left: -15px;
}
.login.login-in:before {
    float: none;
    top: 0;
}
.lg-info {
    right: -15px;
}
}@media screen and (max-width: 1024px) and (min-width: 991px) {
    .catalog-nav+.left-box {
    display: block;
}
.catalog-nav+.left-box span.name {
    padding-left: 15px;
}
}@media screen and (max-width: 650px) {
    .catalog-nav+.left-box {
    display: none !important;
}
.login-wrap .login-form {
    padding-left: 15px;
    padding-right: 15px;
}
.login-form {
    margin: 0 auto;
    width: 80%}
.login-form .title b {
    display: block;
}
.login-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px;
}
.login-wrap i {
    top: 15px;
}
.login-wrap a {
    float: none;
    display: block;
}
.blog-nav {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumbs {
    margin-left: 15px;
}
.register .captcha {
    margin-top: 0;
}
.register .captcha label {
    width: 100%;
    float: none;
}
.register .captcha .captcha-inp {
    float: none;
    width: 100%}
}@media screen and (max-width: 510px) {
    .two-btn .btn, .one-btn .btn {
    width: 100%}
.register .one-btn {
    padding-left: 0;
    padding-right: 0;
}
}.catalog .product.trial {
    margin-top: 20px;
    border: 1px solid #00C693;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    width: calc(100% - 3px);
    border-radius: 10px;
}
.catalog .product.trial .product-img {
    left: 0;
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 156px;
    margin-top: 0;
}
.catalog .product.trial b {
    color: #0C476F;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 22px;
    color: #07314D;
}
.catalog .product.trial a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #FF6712;
    padding: 14px 5px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    min-width: 120px;
}
.catalog .product.trial a:hover {
    background: #f85900;
}
.catalog .product.trial div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .catalog .col-md-6.col-sm-12 {
    padding: 0 4px;
}
.catalog .product.trial img.product-img {
    min-height: auto;
    margin-top: 0;
}
.catalog .product.trial b {
    font-size: 16px;
    line-height: 20px;
}
}.cookie-box {
    position: fixed;
    z-index: 99998;
    bottom: 0;
    width: 100%;
    padding: 25px 15px;
    background: rgba(0, 198, 147, 0.9);
}
.cookie-box p {
    color: #fff;
    font-size: 12px;
}
.cookie-box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cookie-box a {
    color: #fff;
    text-decoration: underline;
    padding-right: 20px;
}
.cookie-box a:hover {
    color: #fff;
}
.cookie-box .c-btn {
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 15px;
    background: #fff;
    color: #f38181;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .f-visa, .f-master, .f-amex, .f-diners {
    width: 38px !important;
}
.f-bleue, .f-bitcoin {
    width: 44px !important;
}
.f-local {
    min-width: 38px !important;
    max-width: 80px !important;
    height: 24px !important;
    -o-object-fit: contain;
    object-fit: contain;
}
.f-jcb {
    width: 31px !important;
}
.f-discover {
    width: 42px !important;
}
}@media screen and (min-width: 992px) {
    .nav-tabs>li {
    display: block !important;
}
.nav-tabs>li span {
    display: none;
}
}@media screen and (max-width: 991px) {
    .nav-tabs>li a img {
    display: inline-block;
}
.nav-tabs>li b {
    display: block;
    width: 118px;
    text-align: center;
    margin-right: 33px;
}
.nav-tabs>li b img {
    margin-right: 0;
}
.nav-tabs>li:first-child {
    margin-left: 0 !important;
}
.f-visa, .f-master, .f-amex {
    width: 50px;
}
.f-bleue {
    width: 69px;
}
.f-local {
    min-width: 50px;
    max-width: 100px;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
}
.f-jcb {
    width: 41px;
}
.f-discover {
    width: 50px;
}
.f-bitcoin {
    width: 65px;
}
.f-diner {
    width: 50px;
}
.cookie-box p {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 16px;
}
.cookie-box a {
    padding-right: 0;
}
.nav-tabs>li {
    width: 100%;
    text-align: left;
    margin-bottom: -1px !important;
}
.nav-tabs>li:hover {
    background: #EFF7F8;
}
.nav-tabs>li a span {
    display: block;
    margin-left: 15px;
    color: #000;
}
.nav-tabs>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-tabs>li.active>a {
    border: none !important;
    position: relative;
}
.nav-tabs>li.active>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 10px;
    height: 6px;
    background: url("../img/arrow-pay.svg") no-repeat;
    background-size: cover;
}
.nav-tabs>li {
    display: none;
    border: 1px solid #e0e0e0 !important;
    border-bottom: none;
    -webkit-transition: visibility .4s;
    transition: visibility .4s;
    margin-bottom: 0;
}
.nav-tabs>li>a:hover {
    border-bottom: none !important;
}
.nav-tabs>li>a {
    border: none !important;
    margin-bottom: 0 !important;
}
.nav-tabs {
    position: relative;
    padding-top: 55px;
    border-radius: 3px;
    border-bottom: none !important;
}
.nav-tabs>li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
}
}.dash-close {
    display: none;
    color: #FF3332;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.dash-info.active td {
    background: none !important;
}
.dash-info.active .dash-close {
    display: block;
}
.dash-info.active a.dash_l {
    display: none;
}
.dash-info.active+tr:hover {
    background: none;
}
.dash-info.active+tr td.dash-info-more {
    display: table-cell;
}
.dash-table td:first-child {
    width: 30%}
.table.dash-table tr td.dash-info-more {
    padding: 0 !important;
}
td.dash-info-more {
    display: none;
    width: 100% !important;
}
td.dash-info-more table {
    width: 100%}
td.dash-info-more table tr:hover {
    background: none;
}
td.dash-info-more table tr td {
    border-top: none !important;
}
td.dash-info-more table tr td:first-child {
    font-weight: 400;
    color: #828282;
}
td.dash-info-more table tr td:last-child {
    color: #333333;
}
.wrap-order {
    margin-bottom: 25px;
}
.wrap-order .table {
    margin-bottom: 15px;
}
.wrap-order .table .t-center {
    text-align: center;
}
.wrap-order .table td.price {
    color: #333;
}
.wrap-order .dash-table.table td.red {
    color: #FF6712;
}
.wrap-order .dash-table.table thead {
    background: #f8f8f8;
}
.wrap-order .dash-table.table thead th:last-child {
    text-align: right;
}
.wrap-order .dash-table.table thead th:last-child a {
    color: #00C693;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}
.wrap-order .total {
    margin: -20px 0 20px;
    padding: 20px 25px 20px;
    background: #fff;
    border-top: none;
}
.wrap-order td:first-child {
    color: #828282;
}
.wrap-order td:last-child {
    font-weight: 700;
}
.wrap-order td:last-child a {
    font-weight: 400;
}
.wrap-order td:last-child.link {
    color: #00C693;
}
.wrap-order td:last-child.link a {
    font-weight: 700;
}
.wrap-order td a {
    text-decoration: underline;
}
.dash-name:after {
    content: none;
}
.welcome {
    font-size: 16px;
    color: #111316;
    font-weight: 700;
    padding: 25px 20px;
    border-radius: 10px;
    background: #F9F8FC;
    margin: 15px 0 20px;
}
.notification {
    position: fixed;
    z-index: 9999999;
    top: 15px;
    left: 115px;
    background: #fff;
    -webkit-box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
    box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
    width: 521px;
    font-size: 14px;
}
.notification figure {
    width: 180px;
    height: 148px;
}
.notification figure img {
    width: 100%}
.notification .notif {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px);
}
.notification .notif .flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.notification p {
    color: #000;
    line-height: 18px;
}
.notification i {
    color: #f38181;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}
.notification a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
}
.notification a.notif-no {
    background: none;
    color: #E0E0E0;
}
.notification a.notif-no:hover {
    color: #ccc;
}
.notification a.notif-yes {
    background: #FF6712;
    color: #fff;
    margin-left: 15px;
    border-radius: 18px;
}
.notification a.notif-yes:hover {
    background: #ff0a09;
}
.login.logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
    background: rgba(151, 129, 200, 0.3);
    border-radius: 37px;
    padding-right: 10px;
}
.login.logout a {
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
}
.cart-order thead {
    background: #F8F8F8;
}
.dash-btn {
    padding-bottom: 100px;
}
.dash-name {
    color: #828282;
    margin-bottom: 25px;
    margin-top: 10px;
}
.dash-name b {
    color: #333;
    font-weight: 700;
}
@media screen and (min-width: 1441px) {
    .notification {
    left: 230px;
}
}@media screen and (max-width: 1200px) {
    .wrap-order .total {
    padding-right: 20px;
}
}@media screen and (max-width: 991px) {
    .table .dash-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
    text-align: right;
}
.table .dash-info td:nth-child(2) {
    text-align: center;
}
.table .dash-info td {
    width: 33.333333%}
.table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
    width: 50%;
    padding-top: 0 !important;
}
.table .dash-info td:nth-child(4) {
    text-align: left;
}
.dash-name {
    margin-top: 0;
}
.table.dash-table td:first-child, .table.dash-table td:first-child+.t-hide+td, .table.dash-table td:first-child+td {
    padding-bottom: 0 !important;
    margin-bottom: -10px;
}
.table.dash-table td:first-child table td, .table.dash-table td:first-child+.t-hide+td table td, .table.dash-table td:first-child+td table td {
    margin-bottom: 0;
}
.table.dash-table td:first-child table td:nth-child(2n), .table.dash-table td:first-child+.t-hide+td table td:nth-child(2n), .table.dash-table td:first-child+td table td:nth-child(2n) {
    margin-bottom: -8px;
}
.dash-close-active .dash-close {
    display: block;
}
.dash-close-active a {
    display: none;
}
.dash-close {
    margin-left: auto;
    margin-right: 0;
}
td.dash-info-more table {
    border-bottom: 1px solid #F3F3F3;
}
.dash-info-more {
    display: none !important;
}
.dash-table .dash-info.active-mobile+tr td.dash-info-more, .dash-table.table .dash-info.active+tr td.dash-info-more {
    display: table-cell !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dash-table .dash-info.active-mobile+tr td.dash-info-more table tr, .dash-table.table .dash-info.active+tr td.dash-info-more table tr {
    border: none;
}
.dash-table .dash-info.active-mobile+tr td.dash-info-more td, .dash-table.table .dash-info.active+tr td.dash-info-more td {
    padding-bottom: 30px !important;
    border: none;
    width: 100% !important;
}
.dash-table .dash-info.active-mobile+tr td.dash-info-more td:last-child, .dash-table.table .dash-info.active+tr td.dash-info-more td:last-child {
    text-align: left !important;
    padding-top: 8px !important;
}
.dash-table .dash-info.active-mobile+tr td.dash-info-more td:first-child, .dash-table.table .dash-info.active+tr td.dash-info-more td:first-child {
    padding-bottom: 0 !important;
}
.table.dash-table tr:last-child {
    border-bottom: none;
}
.dash-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}
.dash-info:last-child {
    border-bottom: none;
}
.dash-info td:nth-child(even) {
    text-align: right;
}
.dash-info:hover {
    background: none !important;
}
.table.dash-table .dash-info:hover, .table.dash-table .dash-info+tr:hover {
    background: none;
}
.table.dash-table tr.active-mobile+tr {
    border-top: none;
}
.notification {
    left: 30px;
}
.table-responsive {
    border: none !important;
}
.table.cart-table.cart-order thead {
    display: none;
}
.wrap-order .table.cart-table.dash-table thead {
    display: block !important;
}
.wrap-order .table.cart-table.dash-table td:last-child {
    width: 50%}
.wrap-order .table.cart-table.dash-table td:last-child a {
    float: none;
}
.wrap-order .table.cart-table.cart-order td:last-child {
    margin-top: -20px;
    width: auto;
}
.wrap-order .table.cart-table.cart-order td:last-child a {
    float: none;
}
.wrap-order .table-info {
    margin-bottom: 20px;
}
.wrap-order .dash-name-table {
    margin-bottom: 0;
}
.wrap-order .table {
    margin-bottom: 0;
}
.wrap-order .cart-table td:last-child a {
    float: none;
}
}@media screen and (max-width: 650px) {
    .dash-name {
    padding-left: 15px;
    padding-right: 15px;
}
.wrap-order .total {
    text-align: left;
    border-color: #f2f2f2;
    padding-left: 15px;
}
.notification {
    width: calc(100% - 40px);
    left: 20px;
}
.notification>.flex {
    display: block;
}
.notification figure {
    margin: 0 auto;
}
.notification .notif {
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    text-align: center;
}
.notification .notif .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-order .table.cart-table.dash-table td:last-child {
    width: 60%;
    margin-top: 0;
    text-align: right;
}
.wrap-order .table.cart-table.dash-table td:first-child {
    width: 40%}
.wrap-order .cart-table thead {
    display: block;
}
.wrap-order .cart-table.cart-order thead {
    display: none;
}
.wrap-order .cart-table.cart-order td:last-child {
    width: auto;
    margin-top: 0;
}
}@media screen and (max-width: 374px) {
    .dash-table td: nth-child(2) {
    font-size: 12px;
}
}.bonus {
    position: relative;
    padding-left: 42px;
}
.bonus:before {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    min-width: 32px;
    height: 37px;
    background: url("../img/bonus.png") no-repeat center center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    left: 0;
    top: -8px;
}
.table td.package-td select {
    padding: 6px 8px;
    border-color: #E0E0E0;
    width: 160px;
    outline: none;
    font-size: 12px;
}
.t-center {
    text-align: center;
}
.total-promo {
    text-align: right;
}
.total-promo p {
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-right: 15px;
}
.total-promo p+p {
    margin-bottom: 15px;
}
.border-box.border-box-promo {
    margin-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
}
.border-box.border-box-promo .radio p {
    color: #4F4F4F;
}
.promo-block .checkbox {
    margin-top: 0;
    margin-bottom: 5px;
}
.promo-block .checkbox label {
    min-height: auto;
    width: 25px;
}
.promo-block+.total {
    border-top: none;
    padding-top: 10px;
}
.table .t-price.t-red {
    color: #FF6712;
}
.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.promo-block {
    background: rgba(204, 244, 233, 0.3);
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.promo-name {
    font-weight: 700;
    font-size: 14px;
    color: #111316;
    margin-bottom: 15px;
}
.promo-input {
    width: 100%;
    max-width: 353px;
}
.promo-input .input-group {
    position: relative;
    margin-bottom: 0;
}
.promo-input .input-group .input-group-addon {
    background: #fff;
}
.promo button.btn {
    min-width: 100px;
    margin-top: 0;
    margin-left: 20px;
    text-transform: none;
}
.promo button.btn:focus {
    outline: none;
}
.promo button.btn:active {
    margin-top: 0;
}
.promo-block.promo-error {
    background: #F8F8F8;
}
.promo-block.promo-error .input-group .input-group-addon .i-num {
    background: url("../img/num-error.svg") no-repeat;
    border-color: #FF3332 !important;
}
.promo-block.promo-error .input-group .form-control, .promo-block.promo-error .input-group-addon {
    border-color: #FF3332 !important;
}
.table .promo-td td .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.table .promo-td td .checkbox p {
    color: #4F4F4F;
}
.table .promo-td td .checkbox label {
    width: 25px;
    min-height: auto;
    margin-bottom: 0;
    float: left;
}
.total-promo {
    text-align: right;
}
.total.round.total-promo-wrap {
    padding: 25px 25px 20px;
    height: auto;
    margin: 0 0 20px;
}
.total.round.total-promo-wrap span {
    padding: 0;
}
.total.round.total-promo-wrap p {
    margin-bottom: 15px;
}
.grey .radio+.radio {
    margin-top: -10px;
}
.promo-error p {
    color: #FF3332;
    font-size: 12px;
    margin-left: 30px;
}
.promo-error .input-group .input-group-addon i.num {
    background: url("../img/num-error.svg") no-repeat;
}
.promo-error button.btn {
    background: #FF3332;
    padding-left: 10px;
    padding-right: 10px;
}
.promo-error button.btn:hover {
    background: #ff0a09;
}
.ok.ok-hide {
    background: none !important;
}
.t-pad .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
}
.t-pad .checkbox label {
    min-height: auto;
    width: auto;
    display: block;
    padding-left: 0;
}
.t-pad .checkbox span {
    display: inline-block;
}
.t-pad .promo .input-group {
    margin-bottom: 0;
}
.t-pad .promo .input-group span {
    display: table-cell;
}
td.td-promo {
    margin: 0;
    padding: 0;
    width: 100% !important;
}
td.td-promo span {
    display: table-cell;
}
.t-pad.t-promo {
    width: 100% !important;
}
.table.promo-table {
    background: none;
    margin: 0;
}
.table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
    border-bottom: none !important;
}
.table.promo-table td:first-child {
    width: 80%}
.table.promo-table td:last-child {
    width: 20%}
.table.promo-table td b {
    color: #111316;
    font-weight: 700;
}
.table.promo-table tbody tr:hover {
    background: none;
}
.table-info+.promo-block {
    margin-top: -10px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),  only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (min-device-pixel-ratio: 1.5) {
    .bonus: before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover;
}
}@media screen and (max-width: 991px) {
    .t-center {
    text-align: left;
}
.table.promo-table tr:last-child {
    border-bottom: none !important;
}
.table.promo-table td:first-child, .table.promo-table td:first-child+.t-hide+td, .table.promo-table td:first-child+td {
    padding-bottom: 0 !important;
}
.promo-input {
    max-width: 100%;
    float: none;
}
.promo {
    display: block;
}
.promo .promo-input {
    margin-bottom: 15px;
}
.promo button.btn {
    margin-left: 0;
}
.promo p {
    margin-left: 0;
    margin-top: 15px;
}
}@media screen and (max-width: 767px) {
    .table.check-table tr: last-child td.t-price:nth-child(2) {
    padding-top: 15px !important;
}
.table.check-table .promo-td .t-price.t-bonus {
    padding-top: 0 !important;
}
.table.check-table .promo-td td:first-child {
    padding-bottom: 15px !important;
}
.table.promo-table td {
    text-align: right;
    padding-bottom: 15px !important;
}
.table.promo-table td:first-child {
    text-align: left;
}
.table.check-table.promo-table td:first-child {
    padding-bottom: 15px !important;
}
.table.check-table .promo-td .t-price, .table.check-table .promo-td.t-price+td {
    padding-top: 15px !important;
}
.table.check-table td.promo-input-td {
    width: 100%}
.table.check-table tr:last-child td.t-price.t-insurance:nth-child(2) {
    padding-top: 20px !important;
}
}@media screen and (max-width: 650px) {
    .promo-w, .grey.promo-w {
    padding-left: 15px;
    padding-right: 15px;
}
.promo-td-input {
    width: 100% !important;
}
.promo-td-input button {
    margin-bottom: 15px;
}
.box-border {
    padding-left: 15px;
    padding-right: 15px;
}
.promo button.btn {
    width: 100%}
.promo .input-group, .promo .promo-input {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.check-table td.promo-td {
    padding-top: 0;
}
}@media screen and (max-width: 480px) {
    .table tr.promo-td.promo-select td: first-child {
    width: 100%}
.table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important;
}
.table tr.promo-td.promo-select td.package-td select {
    width: 100%}
}@media screen and (max-width: 374px) {
    .check-table tbody .promo-td td.t-price {
    padding-right: 10px !important;
}
.total-promo p {
    margin-right: 0;
}
}body {
    font-family: 'Open Sans',  sans-serif;
    font-size: 14px;
    background: rgba(224, 224, 224, 0.4);
}
h2, h3, h4, h5, h6 {
    color: #111316;
}
h1 {
    color: #111316;
    font-size: 24px;
    padding-bottom: 24px;
    font-weight: 700;
    font-family: 'Nunito',  sans-serif;
    text-transform: uppercase;
}
h1 b {
    color: #f38181;
}
h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 22px;
    font-family: 'Nunito',  sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
h2 b {
    color: #f38181;
}
h3 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
    font-weight: 700;
}
h4 {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 22px;
    font-weight: 700;
}
h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 700;
}
h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}
.title {
    font-size: 16px;
    color: #111316;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 700;
}
p {
    color: #828282;
    line-height: 18px;
}
a {
    color: #f38181;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
    text-decoration: none;
    color: #2cbb96;
}
p a {
    text-decoration: underline;
}
p a:hover {
    color: #2cbb96;
}
@media screen and (min-width: 1200px) {
    .container {
    width: 1140px;
}
}.btn {
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 180px;
    background: #f38181;
    text-transform: uppercase;
    padding: 7px 0 8px;
    font-weight: 600;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn:hover, .btn:focus, .btn:active {
    background: #27a685;
    color: #fff;
}
main {
    margin-top: 29px;
    position: relative;
    margin-bottom: 10px;
}
.inner-page h1 {
    color: #111316;
}
.inner-page .catalog-nav {
    margin-top: 46px;
}
form h1 {
    color: #111316;
}
.white {
    border-radius: 10px;
    background: #FFF;
    padding: 40px 30px 0;
}
.catalog-main {
    padding-left: 0;
}
.catalog-name {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 5px 15px 30px;
    color: #000;
    text-transform: uppercase;
}
.catalog-name a {
    cursor: default;
    pointer-events: none;
}
.catalog-nav {
    width: 100%}
.catalog-nav #catalog li:first-child {
    padding-top: 34px;
}
.catalog-nav ul {
    padding-bottom: 20px;
    border-radius: 10px;
    background: #FFF;
}
.catalog-nav ul li {
    display: block;
    list-style: none;
    line-height: 18px;
}
.catalog-nav ul li a {
    display: block;
    padding: 13px 5px 10px 30px;
    color: #828282;
    position: relative;
}
.catalog-nav ul li a:before {
    content: none;
    display: inline-block;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 18px;
    top: 17px;
    background: url(../img/arrow.png) no-repeat;
    background-size: cover;
}
.catalog-nav ul li a:hover {
    color: #f38181;
    padding-left: 60px;
    font-weight: 700;
    background: rgba(224, 224, 224, 0.4);
}
.catalog-nav ul li a:hover:before {
    content: "";
    left: 38px;
}
.catalog-toogle {
    display: none;
}
.catalog-toogle, .catalog-toogle:hover, .catalog-toogle:focus, .catalog-toogle:active {
    color: #111316;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.delivery-m {
    margin-bottom: 30px;
}
.delivery-m img {
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.left-box {
    margin-top: 30px;
    background: #FFF;
    border-radius: 10px;
}
.left-box span {
    display: block;
    padding: 26px 0 0 20px;
    color: #f38181;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.left-box .methods-info {
    padding: 20px 20px 0 20px;
}
.methods-info img {
    margin-right: 19px;
    margin-bottom: 20px;
}
.methods-info img:last-child {
    margin-right: 0;
}
.catalog {
    margin-bottom: 60px;
}
.catalog h1 {
    margin-right: 15px;
    padding-bottom: 15px;
}
.catalog .product {
    width: 100%;
    height: 220px;
    display: block;
    padding: 0 0 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.catalog .product:hover {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: #fff;
}
.catalog .product .product-img {
    width: 160px;
    margin: 10px auto;
    height: 119px;
}
.catalog .product p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.catalog .product .btn {
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -95px;
    border: 1px solid #f38181;
    color: #f38181;
    text-transform: uppercase;
    width: 190px;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 0 5px;
    background: none;
}
.catalog .product .btn:hover, .catalog .product .btn:focus, .catalog .product .btn:active {
    background: #f38181;
    color: #FFF;
}
.text {
    margin-bottom: 30px;
}
.text p b {
    color: #333;
}
.text p, .text ul {
    line-height: 18px;
    margin-bottom: 20px;
    color: #828282;
}
.text h2 {
    text-transform: uppercase;
    color: #111316;
}
.text table, .text strong, .text figure, .text img, .text pre, .text small, .text sup, .text sub, .text dt, .text dd, .text dl {
    padding-bottom: 20px;
}
.text p+h2, .text p+h3, .text ul+h2, .text ul+h3, .text ol+h3, .text ol+h2 {
    margin-top: 20px;
}
.text li {
    padding-bottom: 13px;
    padding-left: 24px;
    position: relative;
}
.text li:last-child {
    padding-bottom: 0;
}
.text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #f38181;
    border-radius: 50%}
.t-hide i {
    display: block;
    width: 21px;
    height: 14px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
}
.table-info {
    margin-bottom: 10px;
}
.grey {
    background: rgba(224, 224, 224, 0.2);
    border-radius: 10px;
}
.table {
    border-spacing: separate;
    width: 100%;
    margin-bottom: 30px;
}
.table thead {
    color: #BDBDBD;
    font-weight: 700;
    text-transform: uppercase;
}
.table tr:first-child td {
    border-top: none;
}
.table th {
    border-bottom: none !important;
}
.table th, .table td {
    padding: 20px 20px 17px !important;
    vertical-align: middle !important;
}
.table th:first-child, .table th.t-rad.l, .table td:first-child, .table td.t-rad.l {
    border-radius: 10px 0 0 10px;
}
.table th:last-child, .table th.t-rad-r, .table td:last-child, .table td.t-rad-r {
    border-radius: 0 10px 10px 0;
}
.table td {
    font-weight: 400;
}
.table tr:hover {
    background: rgba(0, 198, 147, 0.2);
}
.table thead tr:hover {
    background: none;
}
.table .t-show {
    display: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
}
.table span {
    display: none;
}
.table .t-price {
    color: #111316;
    font-weight: 700;
}
.table-confirm .table tr:hover {
    background: none;
}
.add {
    width: 23px;
    height: 17px;
    display: block;
    background: url("../img/shop.svg") no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.questions {
    margin-top: 30px;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.panel .panel-heading {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #F0EEF7;
    background-color: none;
}
.panel .panel-heading .panel-title {
    padding: 15px 20px;
    background: #0DD1DE;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    display: block;
    position: relative;
}
.panel .panel-heading .panel-title:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url("../img/arrow-down-w.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    background-size: 13px 8px;
}
.panel .panel-heading .panel-title.collapsed {
    background: #fff;
    color: #111316;
    border-radius: 10px;
}
.panel .panel-heading .panel-title.collapsed:after {
    background: url("../img/arrow-down.svg") no-repeat center center;
    -webkit-box-sizing: cover;
    box-sizing: cover;
}
.panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important;
}
.form-group {
    margin-bottom: 20px;
}
form label {
    color: #828282;
    text-align: left !important;
    line-height: 14px;
    position: relative;
    font-size: 14px;
    width: 100%;
    margin-bottom: 7px;
}
form input {
    color: #828282;
}
form .req:after {
    content: "*";
    position: absolute;
    font-size: 12px;
    color: #FF3332;
    right: -15px;
    top: 18px;
    z-index: 999;
}
form .radio label, form .checkbox label {
    font-size: 14px;
}
form .radio label:after, form .checkbox label:after {
    content: none;
}
form .has-success input {
    border: 1px solid #f38181 !important;
}
form .has-success label {
    color: #f38181 !important;
}
form button.btn, form .btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 30px 10px;
    width: auto;
    min-width: 180px;
}
.step {
    text-align: center;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 30px;
}
.step li {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    color: #828282;
    border: 1px solid #F0EEF7;
    padding: 18px 0 18px 30px;
    color: #E0E0E0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.step li b {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 3px;
}
.step li:before {
    content: "";
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background: url("../img/steps.svg") no-repeat;
}
.step li.active-step {
    background: #f38181;
    border-color: #f38181;
    color: #fff;
}
.step li.step-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.step li.step-1:before {
    background-position: -99px 0;
    background-size: cover;
}
.step li.step-1.active-step:before {
    background-position: -125px 0;
    background-size: cover;
}
.step li.step-2:before {
    background-position: -74px 0;
    background-size: cover;
}
.step li.step-2.active-step:before {
    background-position: -24px 0;
    background-size: cover;
}
.step li.step-3 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.step li.step-3:before {
    background-position: -47px 0;
    background-size: cover;
}
.step li.step-3.active-step:before {
    background-position: 2px 0;
    background-size: cover;
}
.step li.step-3.error-step {
    background: #FF3332;
    color: #FFF;
    border-color: #FF3332;
}
.step li.step-3.error-step:before {
    width: 18px;
    background-position: -151px 0;
    background-size: cover;
}
label.error {
    display: none !important;
}
.step+.clearfix {
    margin-bottom: 30px;
}
.selectize {
    padding: 20px 57px 20px 25px;
    margin: -10px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    background: #CCF4E9;
}
.selectize p {
    color: #4f4f4f;
}
input[type=checkbox], input[type=radio] {
    margin: 1px 0 0 0;
    display: none;
}
.checkbox label, .radio label {
    min-height: 25px;
}
.radio {
    margin-left: 15px;
}
.radio b {
    color: #111316;
}
input[type=radio]+label {
    width: 100%;
    padding-left: 0;
}
input[type=radio]+label:before {
    content: "";
    display: inline-block;
    float: LEFT;
    margin-right: 12px;
    height: 11px;
    position: relative;
    top: 3px;
    width: 10px;
    background: url("../img/check-1.svg") no-repeat;
    background-size: cover;
}
input[type=radio]:checked+label:before {
    background: url("../img/check-2.svg") no-repeat;
    background-size: cover;
}
input[type=checkbox]+label {
    padding-left: 25px;
    color: #333;
}
input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    float: left;
    margin-left: -25px;
    width: 14px;
    height: 14px;
    border: 1px solid #BDBDBD;
    position: relative;
    top: 2px;
}
input[type=checkbox]:checked+label:before {
    background: url("../img/ch.svg") no-repeat center center;
    background-size: 11px 8px;
}
.price {
    color: #FF6712;
}
.total {
    margin: 0 0 40px;
    padding: 30px 25px 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #f3f3f3;
    text-transform: uppercase;
}
.total .price {
    float: right;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    top: -4px;
    margin-right: 15px;
    color: #FF6712;
}
.two-btn {
    padding-bottom: 40px;
}
.two-btn .btn-dark {
    float: left;
}
.two-btn button {
    float: right;
}
.one-btn {
    margin: 30px 0;
}
.btn-dark {
    background: none;
    border: 1px solid #f38181;
    color: #f38181;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: #f38181;
    color: #FFF;
}
.who-radio span {
    color: #828282;
}
.who-radio .radio {
    display: inline-block;
    margin-left: 13px;
    margin-bottom: 0;
}
.who-radio .radio label {
    color: #333;
    font-size: 14px;
}
.who-radio .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.select {
    position: relative;
}
.select:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url("../img/select.svg") no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: cover;
}
select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
}
select::-ms-expand {
    display: none;
}
#numb-cart {
    width: 100%}
.border-box {
    padding: 10px 10px 0;
    border-top: 1px solid #F3F3F3;
}
.details {
    margin-top: 30px;
}
.details p {
    color: #333;
}
.details h3 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.details .check-add {
    margin: 36px 0 73px;
}
.pay-radio b {
    font-weight: 400;
}
.pay-radio span:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 24px;
    margin-right: 11px;
    vertical-align: middle;
}
.pay1:before, .pay2:before {
    top: 5px !important;
}
.pay1 span:before {
    background: url("../img/Visa.png") no-repeat;
    background-size: cover;
}
.pay2 span:before {
    background: url("../img/mastercard.png") no-repeat;
    background-size: cover;
}
.form-visual label {
    width: 189px;
}
.form-visual input {
    width: 189px !important;
    display: inline-block;
}
.form-visual span {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 15px;
    background: url("../img/tooltip.svg") no-repeat;
    -webkit-box-sizing: cover;
    box-sizing: cover;
}
.confirm {
    margin: 0 0 40px;
    padding-top: 20px;
}
.confirm h4 {
    margin-bottom: 20px;
}
.confirm .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.confirm .c-flex label {
    width: auto;
}
.confirm .c-flex span {
    line-height: 18px;
    margin-left: 8px;
}
.table-confirm td:nth-child(2n+1) {
    color: #828282;
}
.del {
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/grey-x.svg") no-repeat;
}
.main-box {
    position: relative;
}
.prod-img {
    float: right;
    width: 35%;
    max-width: 290px;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}
.prod-img img {
    max-width: 100%}
.prod-text {
    float: left;
    width: 65%;
    padding: 0 15px;
}
.prod h1 {
    padding-left: 15px;
}
.captcha {
    margin: 30px 0 40px;
}
.captcha label {
    font-size: 12px;
    line-height: 16px;
    float: left;
    width: 149px;
    padding-top: 3px;
}
.captcha .captcha-inp {
    float: left;
    width: 190px;
    margin-right: 15px;
}
.captcha .captcha-img {
    position: relative;
    top: -8px;
}
.captcha .btn, .captcha .btn:hover, .captcha .btn:active, .captcha .btn:focus {
    margin-top: 20px;
}
.form-date {
    position: relative;
}
select {
    -webkit-appearance: none !important;
    background-image: url("../img/select.svg") !important;
    background-repeat: no-repeat;
    background-size: 11px 6px !important;
    background-position: right 10px center;
    font-weight: 600;
}
.check-table {
    color: #4f4f4f;
}
.check-table .ok {
    width: 21px;
    height: 14px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    float: right;
    position: relative;
    top: 3px;
    margin: 0 30px 0 50px;
}
.check-form .details .border-box {
    border-top: none;
    padding: 0 20px 20px;
    border-bottom: 1px solid #f3f3f3;
}
.check-form .details h2 {
    padding: 15px 20px;
}
.check-form .details .radio {
    margin-left: 24px;
}
.check-form .details.confirm {
    padding: 0 15px 15px 0;
}
.check-form .details.confirm h2 {
    margin-bottom: 0;
}
.check-form .details.confirm .checkbox {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
}
.check-form .details.confirm .checkbox label {
    line-height: 18px;
}
.table-info.table-confirm.t-confirm .grey th {
    border-radius: 10px !important;
}
.table-info.table-confirm.t-confirm .grey th h2 {
    margin-bottom: 0;
}
.form-control, .input-group-addon {
    border: 1px solid #F0EEF7 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus, .input-group-addon:focus {
    border-color: #f38181 !important;
}
.input-group .form-control {
    margin-left: -1px;
}
.facture-forms {
    display: none;
}
.nav-tabs {
    border-bottom: 1px solid #e0e0e0;
}
.nav-tabs>li>a:hover {
    background: none;
    border: 1px solid #fff;
}
.nav-tabs>li:first-child {
    margin-left: 12px;
}
.zip {
    width: 175px !important;
}
.active-group2 .addon-month {
    border-color: #f38181 !important;
}
.input-group, .form-group {
    width: calc(100% - 15px);
    margin-bottom: 20px;
}
.input-group.active-group .input-group-addon, .input-group.active-group .form-control, .form-group.active-group .input-group-addon, .form-group.active-group .form-control {
    border-color: #f38181 !important;
}
.input-group.has-error .form-control, .form-group.has-error .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group.has-error .input-group-addon, .input-group.has-error .form-control, .form-group.has-error .input-group-addon, .form-group.has-error .form-control {
    border-color: #FFC2C2 !important;
}
.input-group select, .form-group select {
    width: 100% !important;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .form-month, .form-group .form-month {
    width: 130px !important;
    float: left;
    margin-right: 0;
}
.input-group .form-month select, .form-group .form-month select {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group.input-num input, .form-group.input-num input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.input-group .form-year, .form-group .form-year {
    width: 150px !important;
    float: left;
    margin-left: 5px;
}
.input-group .form-year select, .form-group .form-year select {
    border-radius: 4px !important;
}
.input-group .req, .form-group .req {
    position: relative;
}
.input-group .req:after, .form-group .req:after {
    content: "*";
    position: absolute;
    font-size: 12px;
    color: #FF3332;
    right: -15px;
    top: 13px;
    z-index: 999;
}
.input-group.form-day-2, .form-group.form-day-2 {
    width: 100px !important;
    float: left;
    margin-right: 5px;
}
.input-group.form-month-2, .form-group.form-month-2 {
    width: 100px !important;
    float: left;
    margin-right: 5px;
}
.input-group.form-month-2 select, .form-group.form-month-2 select {
    border-radius: 4px !important;
}
.input-group.form-year-2, .form-group.form-year-2 {
    width: 126px !important;
    float: left;
    margin-right: 0;
}
.input-group.form-year-2 select, .form-group.form-year-2 select {
    border-radius: 4px !important;
}
.input-group input, .form-group input {
    padding: 0 15px;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .input-group-addon, .form-group .input-group-addon {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    width: 42px;
    border-right: none;
    border-color: #F0EEF7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input-group .input-group-addon i, .form-group .input-group-addon i {
    margin: auto;
}
.input-group .input-group-addon .i-mail, .form-group .input-group-addon .i-mail {
    width: 16px;
    height: 12px;
    background: url("../img/mail.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-user, .form-group .input-group-addon .i-user {
    width: 16px;
    height: 17px;
    background: url("../img/user.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-subject, .form-group .input-group-addon .i-subject {
    width: 8px;
    height: 13px;
    background: url("../img/subject.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-home, .form-group .input-group-addon .i-home {
    width: 18px;
    height: 17px;
    background: url("../img/home.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-zip, .form-group .input-group-addon .i-zip {
    width: 16px;
    height: 16px;
    background: url("../img/stamp.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-location, .form-group .input-group-addon .i-location {
    width: 13px;
    height: 19px;
    background: url("../img/location.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-pays, .form-group .input-group-addon .i-pays {
    width: 16px;
    height: 16px;
    background: url("../img/world.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-phone, .form-group .input-group-addon .i-phone {
    width: 11px;
    height: 19px;
    background: url("../img/mob.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-numb, .form-group .input-group-addon .i-numb {
    width: 17px;
    height: 12px;
    background: url("../img/card.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-bank, .form-group .input-group-addon .i-bank {
    width: 19px;
    height: 19px;
    background: url("../img/i-bank.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-date, .form-group .input-group-addon .i-date {
    width: 15px;
    height: 17px;
    background: url("../img/date.svg") no-repeat;
    background-size: cover;
    display: block;
}
.input-group .input-group-addon .i-num, .form-group .input-group-addon .i-num {
    width: 11px;
    height: 11px;
    background: url("../img/num.svg") no-repeat;
    background-size: cover;
    display: block;
}
::-webkit-input-placeholder {
    color: #828282;
}
:-moz-placeholder {
    color: #828282;
}
input[type=text] {
    color: #828282;
}
form label.no-req:after {
    content: none;
}
.tab-pane label {
    color: #333;
}
.f-tooltip {
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 10px;
    background: url(../img/tooltip.svg) no-repeat;
    -webkit-box-sizing: cover;
    box-sizing: cover;
}
.f-tooltip:hover+.f-tooltip-info {
    display: block;
}
.f-tooltip-info {
    top: -5px;
    position: absolute;
    padding: 23px 20px;
    background: #FFF;
    width: 341px;
    left: calc(100% + 55px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 99998;
    display: none;
}
.f-tooltip-info b {
    margin-bottom: 15px;
    display: block;
}
.f-tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 99999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}
.tooltip {
    width: 200px;
}
.tooltip .tooltip-arrow {
    border-right-color: #f38181 !important;
}
.tooltip .tooltip-inner {
    background: #f38181;
    color: #FFF;
}
.tab-pane .input-tab {
    position: relative;
}
.tab-pane .input-tab.input-num {
    width: 150px;
}
.label-num {
    width: 150px;
}
.tab-content .input-group.req:after {
    top: 13px;
}
.pays-tab {
    margin-top: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.nav-tabs>li {
    margin-bottom: -4px;
}
.nav-tabs>li a {
    height: 54px;
    margin-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}
.nav-tabs>li a:hover {
    border-bottom: 1px solid #e0e0e0;
}
.tab-pane {
    padding: 30px 0 0;
    line-height: 18px;
}
.tab-pane .i-t-info {
    font-size: 12px;
    margin-bottom: 20px;
    color: #8A8A8A;
    line-height: 14px;
    top: -10px;
    position: relative;
}
.table .t-pad {
    max-width: 360px;
}
.number {
    min-width: 95px;
    margin-top: -10px;
}
.number input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    width: 35px;
    text-align: center;
    background: none;
    border: none;
    font-weight: 600;
    position: relative;
    top: 0;
}
.number input:focus {
    outline: none;
}
.number span {
    position: relative;
    top: 8px;
    display: inline-block !important;
    color: #6A6B6D;
    font-size: 18px;
    width: 25px;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.number span.minus {
    background: url("../img/minus_input.svg") no-repeat;
    background-size: cover;
}
.number span.plus {
    background: url("../img/plus_input.svg") no-repeat;
    background-size: cover;
}
.number input::-webkit-outer-spin-button, .number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.rating {
    margin-left: 15px;
    margin-bottom: 24px;
}
.rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block;
}
.rating li {
    width: 16px;
    height: 15px;
    background: url("../img/star.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 0;
}
.rating li:before {
    content: none;
}
.rating li.r-full {
    background-position: 0 0;
}
.rating li.r-half {
    background-position: -18px 0;
}
.rating li.r-empty {
    background-position: -36px 0;
}
.rating li.r-half2 {
    background-position: -55px 0;
}
.rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px;
}
.table-info.table-confirm.t-confirm thead th {
    font-family: 'Nunito',  sans-serif;
    font-size: 18px;
    color: #111316;
}
.table-info.table-confirm.t-confirm td {
    width: 50%}
.methods-info img {
    border-radius: 3px;
}
.methods-info.m-payment img {
    margin-right: 11px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.methods-info.m-payment img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.f-visa, .f-master, .f-amex {
    width: 50px;
}
.f-bleue {
    width: 69px;
}
.f-local {
    min-width: 50px;
    max-width: 100px;
    height: 34px;
    -o-object-fit: contain;
    object-fit: contain;
}
.f-jcb {
    width: 41px;
}
.f-discover {
    width: 50px;
}
.f-bitcoin {
    width: 65px;
}
.f-diner {
    width: 50px;
}
footer .f-visa, footer .f-master, footer .f-amex {
    width: 38px;
}
footer .f-bleue {
    width: 44px;
}
footer .f-local {
    min-width: 38px;
    max-width: 80px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
footer .f-jcb {
    width: 31px;
}
footer .f-discover {
    width: 42px;
}
@media screen and (max-width: 1340px) {
    .f-tooltip-info {
    top: 55px;
    left: 0;
    width: 290px;
}
.f-tooltip-info:before {
    left: 15px;
    top: -12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.f-tooltip-info img {
    width: 100% !important;
}
}@media screen and (max-width: 1200px) {
    .input-group.form-year-2, .form-group.form-year-2 {
    width: 80px !important;
}
.input-group.form-month-2, .form-group.form-month-2 {
    width: 80px !important;
}
.check-table .ok {
    margin: 0;
}
.details .check-add {
    margin-bottom: 86px;
}
.step li {
    padding-left: 15px;
}
.step li b {
    font-size: 12px;
}
.delivery-m {
    text-align: left;
}
.table .t-price {
    min-width: 106px;
}
.catalog .product .btn {
    width: 168px;
    margin-left: -84px;
}
.input-group .form-month, .form-group .form-month {
    width: 90px !important;
}
.input-group .form-year, .form-group .form-year {
    width: 135px !important;
}
}@media screen and (max-width: 1024px) {
    .inner-page .catalog-nav {
    margin-top: 0;
}
.inner-page h1 {
    margin-top: 30px;
}
.table>thead>tr>th {
    vertical-align: middle;
}
.captcha .captcha-inp {
    width: 130px;
    float: left;
}
.captcha .captcha-img {
    width: 130px;
}
.catalog .product {
    overflow: hidden;
}
.catalog-nav ul li a, .catalog-name, .catalog-nav .name {
    padding-left: 15px;
    padding-right: 5px;
}
.catalog-nav ul li a:hover {
    padding-left: 30px;
}
.catalog-nav ul li a:hover:before {
    left: 15px;
}
.left-box {
    display: none;
}
}@media screen and (max-width: 991px) {
    footer .methods-info {
    float: none;
    text-align: center;
}
.slider-h .slide-1 {
    background: url("../img/slide-1.png") no-repeat top center;
    background-size: cover;
}
.slider-h .slide-1 .slide-img {
    display: none;
}
}@media only screen and (max-width: 991px) and (-Webkit-min-device-pixel-ratio: 1.5),  only screen and (max-width: 991px) and (-moz-min-device-pixel-ratio: 1.5),  only screen and (max-width: 991px) and (-o-min-device-pixel-ratio: 3 / 2),  only screen and (max-width: 991px) and (min-device-pixel-ratio: 1.5) {
    .slider-h .slide.slide-1 {
    background: url("../img/slide-1@2x.png") no-repeat top center;
    background-size: cover;
}
}@media screen and (max-width: 991px) {
    .col-md-6.col-sm-6.col-date {
    width: 100%}
.input-group.form-month-2, .input-group.form-year-2 {
    width: 80px !important;
}
.form-group.who-radio input[type=radio]+label:before {
    margin-right: 6px;
}
.check-table .t-price.t-padd, .check-table .promo-td .t-price {
    padding-right: 10px !important;
}
.input-group .form-month, .form-group .form-month {
    width: 70px !important;
}
.input-group .form-year, .form-group .form-year {
    width: 73px !important;
}
.details .check-add {
    margin: 34px 0 100px;
}
.step li {
    padding-left: 10px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.step li:before {
    margin-right: 10px;
}
.check-form .details .radio {
    margin-left: 10px;
}
.t-confirm thead th:first-child, tbody tr td {
    text-align: left;
    padding-left: 15px !important;
}
.check-table .t-padd {
    padding-left: 15px !important;
}
.check-table th:last-child {
    text-align: right !important;
    width: 50%;
    padding-left: 0 !important;
}
.check-table th:first-child {
    width: 50%}
.check-table td:nth-child(2n) {
    text-align: right !important;
}
.check-table .ok {
    margin-left: 15px;
}
.check-table tbody tr {
    position: relative;
}
.check-table tbody tr:last-child td:first-child {
    padding-bottom: 14px !important;
}
.check-table tbody td {
    width: 50%}
.cart-table thead {
    display: none;
}
.cart-table td:nth-child(2n) {
    text-align: right;
}
.cart-table td:last-child a {
    float: right;
}
.details-table thead {
    display: none;
}
.table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.table tr:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important;
}
.table th:last-child {
    display: block;
    text-align: right;
}
.table .t-hide {
    display: none;
}
.table .t-show {
    display: block;
}
.table .add {
    float: right;
}
.table .t-hide+td {
    text-align: right;
}
.table td:first-child, .table td:nth-child(3) {
    border-bottom: none;
}
.table td {
    padding-left: 17px !important;
    padding-right: 17px !important;
}
.table .t-price+td {
    padding-top: 7px !important;
    text-align: left !important;
}
.table td:first-child, .table td:first-child+.t-hide+td, .table td:first-child+td {
    padding-bottom: 12px !important;
}
.table tr:first-child td {
    border-top: none;
}
.cart-table .t-price {
    text-align: right !important;
}
.cart-table td:last-child {
    width: 100%;
    text-align: right;
}
}@media screen and (max-width: 767px) {
    .details input[type=radio]+label: before {
    margin-bottom: 12px;
}
.white {
    padding-left: 15px;
    padding-right: 15px;
}
.selectize {
    margin: 20px 0;
}
.reviews h3 {
    text-align: center;
}
.catalog .col-md-4.col-sm-6 {
    width: 50%;
    float: left;
}
form label {
    margin-bottom: 3px;
}
.facture {
    margin-top: 30px;
}
.details .check-add {
    margin: 30px 0 0;
}
.details .check-add+.facture-forms {
    margin-top: 20px;
}
.zip {
    width: auto;
}
.zip input {
    width: 114px;
}
.catalog-nav ul li a, .catalog .name {
    padding-right: 15px;
}
.catalog-nav ul li a:hover, .catalog .name:hover {
    padding-left: 15px;
}
.catalog-nav ul li a:before, .catalog .name:before {
    display: none !important;
}
.panel .panel-heading .panel-title {
    padding-right: 36px;
}
.prod-img, .prod-text {
    float: none;
    width: 100%}
.catalog .product .btn {
    width: 168px;
    left: 50%;
    margin-left: -84px;
}
.catalog .row {
    margin-left: 0;
    margin-right: 0;
}
.table-info.table-confirm.t-confirm td {
    width: 100%}
}@media screen and (max-width: 650px) {
    .grey h2, .table-info.table-confirm.t-confirm .grey th {
    font-size: 16px;
    line-height: 18px;
}
.table th h2 {
    padding-left: 0;
}
.check-form .details.confirm .checkbox {
    margin-left: 15px;
}
.table th, .table td {
    padding-left: 15px !important;
}
.panel-group {
    margin-left: -15px;
    margin-right: -15px;
}
.panel .panel-body {
    padding-left: 15px;
    padding-right: 15px;
}
.details.confirm.grey {
    margin-bottom: 40px;
}
.selectize p, .border-box .radio p {
    line-height: 18px;
}
.selectize {
    padding-left: 15px;
}
.check-form .details .border-box, .total, .one-btn, .two-btn, .text, .table-info h2, h1, .contact-form {
    padding-left: 15px;
    padding-right: 15px;
}
.border-box .radio {
    margin-left: 0;
}
.border-box .radio p {
    margin-left: 22px;
}
.check-form .details h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.white {
    margin: 0;
}
.nav-tabs>li:first-child {
    margin-left: 0;
}
.col-xs-3, .col-xs-9 {
    float: none;
    width: auto;
}
.catalog-toogle {
    display: block;
    font-size: 18px;
    color: #FFF;
    background: #f38181;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    height: 80px;
    padding: 31px 0;
    border-radius: 10px;
    padding-left: 15px;
}
.catalog-toogle:hover, .catalog-toogle:active, .catalog-toogle:focus {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.catalog-toogle:before {
    display: block;
    content: "";
    float: left;
    width: 60px;
    height: 60px;
    background: url("../img/catalog_ico.svg") no-repeat;
    background-size: cover;
    margin-top: -21px;
    margin-right: 25px;
}
.catalog-toogle:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("../img/arrow-down-w.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
}
main {
    margin-top: 10px;
}
#catalog {
    display: none;
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.catalog-nav {
    margin-top: 0;
}
.catalog-main {
    margin-bottom: 30px;
    padding: 0;
}
.catalog-nav .name {
    padding-left: 0;
}
.left-box {
    display: none;
}
.captcha {
    margin-top: 24px;
}
.step li span {
    font-size: 12px;
}
.step li.error-step span:before, .step li.active-step span:before {
    padding-top: 40px !important;
}
.step li span {
    width: 40px;
    height: 40px;
}
.step li span:after {
    display: none;
}
.panel .panel-heading .panel-title {
    padding: 13px 50px 13px 15px;
}
.radio+.radio {
    margin-top: 15px;
}
.two-btn .btn, .two-btn .btn:hover, .two-btn .btn:focus, .two-btn .btn:active {
    padding: 11px 8px 11px;
    min-width: 140px;
}
.table-confirm .table tr:last-child {
    padding-bottom: 20px;
}
.table-confirm .table td {
    width: 100%}
.table-confirm .table td:first-child {
    padding: 20px 17px 4px 17px !important;
}
.table-confirm .table td:first-child+td {
    padding: 4px 17px 0 17px !important;
}
.details-table td:nth-child(even) {
    text-align: right;
    width: 45%}
.confirm {
    margin-bottom: 0;
}
.details-table td:first-child {
    width: 55%}
.step li.step-3 span:before, .step li.step-2 span:before {
    padding-top: 9px;
}
.selectize a {
    right: 15px;
}
.catalog-main {
    width: 100%;
    left: 0;
}
.header-dark .container, header .col-md-12, main .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}
.cart-wrap .cart-block {
    right: 0;
}
.cart-wrap .cart-block:before {
    content: none;
}
.table-info.table-confirm.t-confirm thead tr:last-child {
    padding-bottom: 0;
}
}@media screen and (max-width: 510px) {
    .two-btn .btn {
    float: none;
    margin-bottom: 15px;
    margin-right: 15px;
}
}@media screen and (max-width: 480px) {
    .catalog .product .product-img {
    width: 140px;
    height: 110px;
}
.error {
    padding-left: 15px;
    padding-right: 15px;
}
.catalog .product {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.panel-group {
    margin-left: 0;
    margin-right: 0;
}
.selectize, .grey {
    border-radius: 0;
}
.catalog .full-mob {
    width: 100% !important;
}
.catalog .full-mob .product.prod-even {
    border-left: 1px solid #e0e0e0 !important;
}
.col-xs-9.col-sm-9.white {
    padding-left: 0;
    padding-right: 0;
}
.col-xs-9.col-sm-9.white.blog {
    padding-left: 15px;
    padding-right: 15px;
}
.step {
    padding-left: 15px;
    padding-right: 15px;
}
.blue-box {
    height: 260px;
}
.pay-radio .radio+.radio {
    margin-left: 140px;
    margin-top: 0;
}
.catalog .product .btn {
    width: 136px;
    left: 50%;
    margin-left: -68px;
}
.catalog .col-md-4.col-sm-6 {
    padding: 0 0;
}
.catalog .row {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.catalog .product.prod-sale span {
    top: 4px;
    left: 4px;
}
header .header-bg.slide-5 .big-screen ul {
    margin-top: 0;
}
input[type=radio]+label:before {
    top: 1px;
}
.input-group.form-month-2, .input-group.form-year-2 {
    width: 27% !important;
}
.input-group.form-day-2 {
    width: 35% !important;
}
.input-group .form-month, .form-group .form-month {
    width: 45% !important;
}
.input-group .form-year, .form-group .form-year {
    width: calc(55% - 5px) !important;
}
.step li:before {
    display: none;
}
.step li {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 54px;
}
}@media screen and (max-width: 400px) {
    .input-group.form-month-2, .input-group.form-year-2 {
    width: 70px !important;
}
.input-group.form-day-2 {
    width: 95px !important;
}
}@media screen and (max-width: 374px) {
    .details .check-add br {
    display: none;
}
.check-table tbody td.t-price {
    right: 0;
}
.total .price {
    margin-right: 0;
}
.catalog-toogle:before {
    margin-right: 5px;
}
.input-group.form-day-2 {
    width: 90px !important;
}
.input-group.form-day-2 .form-control {
    padding-left: 6px;
}
.input-group.form-month-2, .input-group.form-year-2 {
    width: 73px !important;
}
.input-group.form-month-2 .form-control, .input-group.form-year-2 .form-control {
    padding-left: 6px;
}
.table td, .table th {
    padding-left: 15px !important;
}
.check-table tbody td.t-price {
    padding-right: 5px !important;
}
.check-form .details .radio {
    margin-left: 15px;
}
body {
    min-width: 320px;
}
.who-radio .radio {
    margin-left: 5px;
}
.who-radio .radio input[type=radio]+label:before {
    margin-right: 5px;
}
.pay-radio b {
    display: block;
}
.pay-radio .radio+.radio {
    margin-left: 0;
}
.two-btn .btn:first-child {
    float: none;
}
.s-h-active:before {
    margin: 0 10px !important;
}
.catalog .product .btn {
    width: 120px;
    left: 50%;
    margin-left: -60px;
}
}@media screen and (min-width: 1200px) {
    #menu {
    display: block !important;
}
}@media screen and (min-width: 650px) {
    #catalog {
    display: block !important;
}
}