@import "reset.css";
@import "fonts.css";

html {
    position:relative;
    min-height:100%;
}
body {
    font-family: Montserrat;
    height: 100%;
    text-align: center;
    padding-bottom: 140px;
    overflow-x: hidden;
}
body .container {
    width: 1170px;
    margin: 0 auto;
    display: inline-block;
}
.logo_tree {
    position: fixed;
    background: url("../img/bg_logo.png") left center no-repeat;
    left: 40px;
    top: 40px;
    background-size: contain;
    width: 100%;
    height: 100vh;
    opacity: 0.05;
    z-index: -1;
}
header {
    transition: 0.5s;
    padding: 16px 0;
    min-height: 64px;
}

header .top {
    width: 100%;
    float: right;
    margin: 10px 0;
}
header .top .top_right{
    float: right;
    text-align: right;
    display: inline-block;
}
header .top .top_right ul, header .top .top_right .cart{
    display: inline-block;
}
header .top .top_right ul li{
    list-style: none;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    width: 40px;
    height: 40px;
}
header .top .top_right ul li a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
}

header .top .top_right ul li i{
    margin-right: 4px;
}
header .top .top_right .cart {
    position: relative;
}
header .top .top_right .cart .cart_icon {
    font-size: 30px;
    color: rgba(0,0,0,0.5);

}
header .top .top_right .cart .cart_icon:hover {
    color: #000000;
    transition: 0.5s;
}
header .top .top_right .cart .cart_count {
    position: absolute;
    right: -5px;
    top: -5px;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #ffffff;
    font-size: 14px;
}
header .logo , header .top{
    width: auto;
    text-align: center;
    display: inline-block;


}
header .logo, footer .logo_footer {
    float: left;
}
header .logo a img, footer  .logo_footer a img{
    width: 150px;
    height: auto;
}

header nav .sep{
    height: 40px;
    width: 1px;
    background-color: #000000;
}
header nav{
    margin-top: 14px;
    width: auto;
    height: 38px;
    display: inline-block;
    /*background-color: #000000;*/
}
header nav ul{
text-align: center;
}
header nav ul li{
    display: inline-block;
    list-style: none;
    width: auto;
    height: 40px;
}
header nav ul li:last-child{
    border-right: none;
}
header nav ul li a{
    box-sizing: border-box;
    padding: 0 50px;
    line-height: 40px;
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
    color: #000000;
    /*background-color: #000000;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
    opacity: 0.5;
    font-size: 14px;
}
header nav ul li a:hover{
    /*color: #ffffff;*/
    /*background-color: #000000;*/
    /*padding: 10px 20px 0 20px;*/
    opacity: 1;
    /*background: rgba(0,0,0,0.05);*/
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.1) 50%, rgba(255,255,255,1) 100%);*/
}

/*header.sticky .container{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 10000;*/
/*    height: 20px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background-color: #ffffff;*/
/*    transition: 0.5s;*/

/*}*/
.block_0 {
    text-align: center;
    overflow:hidden;
}
.block_0 .title_text, .block_0 img{
    display: inline-block;
    width: 78%;
    margin-right: -30%;
}
.block_0 .title_text {
    float: left;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    width: 460px;
    margin-right: 100px;
    line-height: 20px;
}
.block_0 .title_text h1{
    font-size: 48px;
    font-weight: 700;
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 54px;
    text-transform: uppercase;
    margin-top: 120px;
    letter-spacing: 3px;
}
.block_0 .title_text h2{
    opacity: 0.5;
}
#product_carousel_wrapper {
    width: 100vw;
    overflow-x: hidden;
}
#news_slider .slider_nav.slider_prev, #product_carousel{
    overflow-x: hidden;
}
#news_slider .slider_nav, #product_carousel .slider_nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 26px;
    cursor: pointer;
}
#news_slider .slider_nav.slider_prev, #product_carousel .slider_nav.slider_prev {
    left: -25px;
}
#news_slider .slider_nav.slider_next, #product_carousel .slider_nav.slider_next {
    right: -25px;
}

#news_slider .slick-dots li button:before, #product_carousel .slick-dots li button:before {
    font-size: 26px;
}
#news_slider .slider_item {
    height: 500px;
    width: 360px;
    background-color:rgba(255,255,255,1) ;
}
#news_slider .slider_item a {
    color: rgba(0,0,0,0.5);
    transition: 0.5s;
    display: inline-block;
    height: 100%;
}
#news_slider .slider_item a:hover{
    color: rgba(0,0,0,1);
}
#news_slider .slider_item a:focus {
    outline: none;
}
#news_slider .slider_item .slider_item_image {
    width: 40%;
    height: 100%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}
#news_slider .slider_item .slider_item_image img{
    height: 100%;
    width: 100%;
    display: inline-block;
}
#news_slider .slider_item .slider_item_text{

    padding: 20px 10px;
    box-sizing: border-box;
    height: 100%;
    width: 58%;
    display: inline-block;

    vertical-align: top;
}

#news_slider .slider_item .slider_item_text h2{
    font-size: 36px;
    margin-bottom: 12px;
}
#news_slider .slider_item .slider_item_text p{
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}
body .block {
    margin: 20px auto;
    text-align: center;

}

body .block_2 {
    background-color: #f7f7f7;
    width: 100%;
    padding-bottom: 40px;
}
.block_3 .news_mid a.news_link img,
body .block_2 .products_link img,
body .news_read_more img,
.news h2 a img,
.product .right h5 .add_to_cart_button img{
    width: auto;
    opacity: 0;
    transition: 0.5s;
    margin-right: 30px;
}

body .block_3 .news_link:hover img,
body .block_2 .products_link:hover img,
body .block_3 .news_link:focus img,
body .block_2 .products_link:focus img,
body .news_read_more:hover img,
body .news_read_more:focus img,
.news h2 a:hover img,
.news h2 a:focus img,
.product .right h5 .add_to_cart_button:focus img,
.product .right h5 .add_to_cart_button:hover img
{
    opacity: 1;
}
body .block_2 .products_link,
body .block_3 .news_link,
body .news_read_more,
.news h2 a,
.product .right h5 .add_to_cart_button
{
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 60px;
    width: 220px;
    height: 60px;
    text-decoration: none;
    margin: 50px auto;
    padding-right: 30px;
}
.product .right h5 .add_to_cart_button:hover
{
    background-color: #ffffff;
    color: #000000;
}
.modal {
    text-align: center;
}
.modal h3 {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.modal a {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    width: 180px;
    height: 40px;
    text-decoration: none;
    margin: 12px;
}
.news_read_more_wrapper {
    width: 100%;
    display: inline-block;
}

body .block_2 h4, body .block_3 h4{
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 100px 0 70px 0;
    text-align: left;
    display: block;
}


body #product_carousel {
    display: block;
    width: 1980px;
    margin: 0 auto 20px auto;
    overflow-x: hidden;
}
body #product_carousel .slick-slide.slick-active{
    width: 380px;
}
body .product_item{
    position: relative;
    height: 516px;
    width: 380px;
    display: inline-block;
    text-align: center;
}
body .product_item a{
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
body .product_item a:focus{
    outline: none;
}
body .product_item a:hover .product_item_hover span{
    margin-bottom: 22px;
    margin-top: 6px;
}
body .product_item a:hover .product_item_hover{
    opacity: 1;
    background-color: rgba(0,0,0,0.5);

}
body .product_item .img{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 450px;
    position: absolute;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
}
body .product_item .img img{
    margin-left: calc(50% - 225px);
    height: 450px;
    width: auto;
}
body .product_item a .product_item_hover {
    opacity: 0;
    transition: 0.5s;
}
body .product_item a .product_item_hover span{
    font-size: 14px;
    text-transform: none;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 4px;
    margin-top: 24px;
    margin-bottom: 4px;
    transition: 0.5s;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0);

}
body .product_item a .product_item_hover span:hover{
    border-bottom: 1px solid #ffffff;

}
body .product_item h3 {
    line-height: 399px;
    font-size: 24px;
    text-transform: uppercase;
}
body .product_item h2 {
    padding-top: 6px;
    margin-top: 30px;
    font-size: 14px;
    height: 54px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    color: #000000;
}


footer  {
    background-color: #000000;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    position: absolute;
}
footer  .logo_footer, footer p {
    display: inline-block;
    vertical-align: middle;
    color: #f7f7f7;
    font-size: 18px;
    letter-spacing: 2px;
}
footer .logo_footer {
    margin-top: 40px;
}
footer p {
    line-height: 140px;
}

footer  .logo_footer img{
    height: 80px;
    width: auto;
    margin-right: 20px;
    float: left;
}
footer .footer_right {
    float: right;
    margin-top: 56px;
}
footer .footer_right a, .header_socials a{
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.header_socials {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 10px;
}
.header_socials a {
    color: rgba(0,0,0,1);
    font-size: 30px;
}
.header_socials a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
}
footer .footer_right a i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
}


/*auth*/
.card-header {
    font-size: 40px;
    font-weight: 500;
    margin-top: 10vh;
    margin-bottom: 4vh;
    letter-spacing: 4px;
}
.auth-form {
    padding: 40px 0;
}
.auth-form .form-group {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 16px;
}
.auth-form .form-group input, .auth-form .form-group select {
    width: 30%;
    border: 1px solid #000000;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    padding: 0 16px;
    margin-top: 16px;
    background-color: #ffffff;
}
.auth-form .form-group .form-check input {
    width: 18px;
    height: 18px;
}
.auth-form .form-group input:focus, .auth-form  button:focus, .auth-form .form-group .btn.btn-link:focus, .auth-form .form-group select:focus {
    outline: none;

}
.auth-form .form-group h4 {
    margin-top: 40px;
    font-size: 18px;
}
.auth-form  button, .auth-form a.register{
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
    font-size: 16px;
    width: 260px;
    text-decoration: none;
}
.auth-form  button:hover, .auth-form  button:focus ,
.auth-form a.register:hover, .auth-form a.register:focus {
    color: #000000;
    background-color: #ffffff;
}
.auth-form .form-group .btn.btn-link {
    text-decoration: underline;
    color: #000000;
    font-size: 14px;

}

.cat_item {
    width: 550px;
    height: 410px;
    display: inline-block;
    position: relative;
    margin: 15px;
    overflow: hidden;
}
.cat_item a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
}

.cat_item a h2{
    font-size: 16px;
    letter-spacing: 2px;
    word-break: break-word;
    text-transform: uppercase;
    line-height: 74px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 74px;
    background-color: rgba(255,255,255,0.8);
    padding: 0 15px;
}
.cat_item a .cat_desc{
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}
.cat_item > img{
    width: 100%;
    height: auto;
    z-index: -1;
    display: inline-block;
    margin-top: -70px;
}
.cat_item a h2 > img{
    opacity: 0;
    transition: 0.5s;
    margin-right: 30px;
}
.cat_item a:hover h2 >img{
    opacity: 1;
}
.cat_top {
    width: 100%;
    display: block;
    text-align: left;
    min-height: 260px;
    margin-bottom: 60px;
}
.cat_top img {
    width: 260px;
    height: 260px;
    float: left;
    display: inline-block;
    margin-right: 16px;
}
.cat_top .cat_text {
    width: 890px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.cat_top .cat_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 12px;
    text-transform: uppercase;
}
.cat_top .cat_text p {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    padding: 0 60px;
    opacity: 0.5;
}

.products_item {
    width: 260px;
    height: 260px;
    display: inline-block;
    position: relative;
    margin: 10px;
}
.products_item a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
.products_item a:hover {
    color: #ffffff;
    background-color: rgba(0,0,0,0.4);
}
.products_item a h3{
    font-size: 20px;
    margin-top: 30px;
    width: 100%;
    word-break: break-word;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 2px;
}
.products_item img{
    width: 100%;
    height: 100%;
    z-index: -1;
    display: inline-block;
}

.show img {
    width: 100%;
    height: 100%;
}


.product .title h1 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 12px;
    text-transform: uppercase;
}
.product .right, .product .left {
    display: inline-block;
}

.product .right{
    width: 760px;
    vertical-align: top;
    color: rgba(0,0,0,0.5);
    margin-bottom: 60px;
    padding: 0 60px;
}
.product .right h5{
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 12px;
}
.product .right h5 .add_to_cart_button{
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    float: right;
}
.product .right h5 .add_to_cart_button img{
    margin: -3px 14px;
}

.product .right h5 .price{
    float: left;
    padding: 8px 0;
    color: #000000;
}
.product .right p{
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.product .right p b{
    display: inline-block;
    font-weight: 700;
    width: 100%;
    margin-top: 6px;
}
.news_title {
    font-size: 48px;
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 60px;
    line-height: 54px;
    text-transform: uppercase;
    margin-top: 60px;
    letter-spacing: 3px;
}
.news_item {
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}
.news_item h3 {
    font-size: 20px;
    display: inline-block;
    height: 54px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.news_item .container > img{
    height: 300px;
    float: left;
    margin: 10px;
    display: inline-block;
    max-width: 35%;
    box-sizing: border-box;
}
.news_item p {
    font-size: 16px;
    vertical-align: top;
    padding: 0 20px;
    line-height: 20px;
    color: #000000;
    opacity: 0.5;
}
.news_item:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}
.news_item:nth-child(odd) .container > img{
    float: right;
}

.news {
    padding: 16px;
    box-sizing: border-box;
}
.news .img_container{
    width: auto;
    float: right;
    padding: 0 0 40px 60px;
}
.news .img_container > img{
    height: 460px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.news h2{
    display: block;
}
.news h2 a{
    margin: 0 auto;
    float: right;
}
.news p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 20px;
    vertical-align: top;
}

.shipping_and_payment p{
    font-size: 18px;
    margin: 10px 0 80px 0;
    line-height: 36px;
    letter-spacing: 1px;
}
.shipping_and_payment p b{
    font-weight: 700;
}
.container.about_us iframe{
    width: 100%;
    display: block;
    margin: 20px 0 ;
}

.container.about_us h3 {
    font-size: 54px;
    line-height: 54px;
    margin: 30px 0;
}
.container.about_us p {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}
.container.about_us > img {
    display: inline-block;
    float: left;
    margin: 0 40px 40px 0;
    max-width: 600px;
}
.container.about_us > span {
    text-align: center;
    margin: 6px auto;
    font-size: 24px;
    font-weight: 700;
    display: block;
}
.cart_title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 12px;
    text-transform: uppercase;
}
#cart_clear {
    display: block;
    float: right;
    color: #000000;
    border: 1px solid #000000;
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none;
    padding: 6px 10px;
}
#cart_clear:hover {
    opacity: 1;
    outline: none;
}

.cart_item {
    height: 110px;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    background-color: rgba(0,0,0,0.05);
}
.cart_item .cart_item_left, .cart_item .cart_item_mid, .cart_item .cart_item_right, .cart_item .cart_item_price{
    display: inline-block;
    height: 110px;
    vertical-align: top;
}
.cart_item .cart_item_left {
    width: 20%;
}
.cart_item .cart_item_mid {
    width: 46%;
}
.cart_item .cart_item_right {
    width: 14%;
}
.cart_item .cart_item_price {
    width: 14%;
    line-height: 110px;
}
.cart_item .cart_item_left img{
    height: 110px;
    max-width: 100%;
}
.cart_item .cart_item_mid {
    text-align: center;
}
.cart_item .cart_item_mid h3{
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    margin: 0 auto;
    height: 110px;
}
.cart_item .cart_item_right {
    text-align: center;
}

.cart_item .cart_item_right input:focus{
    outline: none;
    opacity: 1;
}


.cart_item .cart_item_right input{
    width: 50px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #000000;
    border: 1px solid #000000;
    transition: 0.5s;
    opacity: 0.5;
    height: 26px;
    line-height: 26px;
    margin: 10px auto;
}
.cart_item .cart_item_right a{
    display: block;
    color: #000000;
    border: 1px solid #000000;
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none;
    padding: 6px 10px;
    width: 120px;
    margin: 0 auto;
}
.cart_item .cart_item_right a:hover, .cart_item .cart_item_right a:focus{
    opacity: 1;
    outline: none;
}

#cart_total {
    width: 100%;
    text-align: right;
    display: block;
    color: #000000;
    transition: 0.5s;
    text-decoration: none;
    padding: 6px 10px;
    font-size: 24px;
}
#cart_total i{
    font-weight: 700;
}


.cart_buttons {
    text-align: right;
    display: block;
    margin: 40px 0;
}
.cart_buttons a {
    display: inline-block;
    margin-left: 30px;
    color: #000000;
    border: 1px solid #000000;
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none;
    padding: 6px 10px;
}
.cart_buttons a:hover {
    opacity: 1;
    outline: none;
}



.checkout_title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 12px;
    text-transform: uppercase;
}

.checkout_cart {
    width: 400px;
    border: 1px solid #000000;
    display: inline-block;
    float: right;
    margin-top: 30px;
}
.checkout_cart .checkout_cart_item {
    display: inline-block;
    width: 100%;
}
.checkout_cart .checkout_cart_item .checkout_cart_item_left,
.checkout_cart .checkout_cart_item .checkout_cart_item_mid,
.checkout_cart .checkout_cart_item .checkout_cart_item_right {
    display: inline-block;
}
.checkout_cart .checkout_cart_item .checkout_cart_item_left{
    width: 100px;
    padding: 10px;
}
.checkout_cart .checkout_cart_item .checkout_cart_item_left img{
    height: 80px;
    width: 80px;
    display: inline-block;
}

.checkout_cart .checkout_cart_item .checkout_cart_item_mid {
    width: 250px;
    overflow: hidden;
}
.checkout_cart .checkout_cart_item .checkout_cart_item_mid h3{
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    margin: 0 auto;
    height: 80px;

}
.checkout_cart .checkout_cart_item .checkout_cart_item_right {
    width: 40px;
}
.checkout_cart .checkout_cart_item .checkout_cart_item_right span{
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
    margin: 0 auto;
    height: 80px;
}
.checkout_cart .total {
    width: 100%;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #000000;
    padding: 6px 0;
    font-size: 16px;

}
.checkout_cart .total b{
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 18px;
}
.checkout_form {
    width: 769px;
    padding: 10px 20px;
}

.checkout_form .checkout_form_group {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
}
.checkout_form .checkout_form_group label{
    width: 30%;
    text-align: right;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
}
.checkout_form .checkout_form_group label.error {
    width: 100%;
    text-align: center;
    color: #bc0000;
    display: block;
}
.checkout_form .checkout_form_group input.error {
    border: 1px solid #bc0000;
}
.checkout_form .checkout_form_group input, .checkout_form .checkout_form_group select, .checkout_form .checkout_form_group textarea{
    width: 64%;
    border: 1px solid #000000;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    padding: 0 16px;
    display: inline-block;
    transition: 0.5s;
    background-color: rgba(0,0,0,0.05);
}
.checkout_form .checkout_form_group input:focus, .checkout_form .checkout_form_group select:focus, .checkout_form .checkout_form_group textarea:focus{
    outline: none;
    background-color: #ffffff;
}
.checkout_form .checkout_form_group textarea {
    min-height: 100px;
    padding: 6px 10px;
    resize: vertical;
}
.block_3 {
    white-space:nowrap;

}
.block_3 .container{
    text-align: left;
    position: relative;
}
.block_3 .news_left,
.block_3 .news_mid,
.block_3 .news_right {
    display: inline-block;
}
.block_3 .news_mid {
    text-align: center;
    width: 570px;
    margin: -112px 60px 0 60px;
    white-space: normal;
}
.block_3 .news_mid a img{
    width: 100%;
    height: auto;
}
.block_3 .news_mid a {
    text-decoration: none;
}
.block_3 .news_mid a h2{
    font-size: 18px;
    vertical-align: top;
    line-height: 40px;
    color: #000000;
    opacity: 0.7;
}
.block_3 .news_mid a p{
    font-size: 16px;
    vertical-align: top;
    line-height: 20px;
    color: #000000;
    opacity: 0.5;
}
.block_3 .news_left {
    float: left;
}
.block_3 .news_left img{
    width: 410px;
    height: 520px;
}
.block_3 .news_right {
    position: absolute;
    top: 365px;
    right: -300px;
}
.block_3 .news_right img{
    width: 370px;
    height: 370px;
}
#preloader {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}
#preloader .centered{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: calc(50vh - 100px) auto 0 auto;
}
#preloader .centered img{
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}
#preloader .centered img:last-child{
    margin-top: -20px;
}
.profile h3{
    font-size: 48px;
    display: block;
    width: 100%;
    line-height: 54px;
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 3px;
}
.profile h4{
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    line-height: 30px;
    letter-spacing: 1px;
}
.profile h4 b{
    font-weight: 700;
}
.profile .profile_form {
    width: 100%;
}
.profile .profile_form .checkout_form_group label{
    width: 130px;
}
.profile .profile_form .checkout_form_group input, .profile .profile_form .checkout_form_group select{
    width: 400px;
}
.profile .profile_form input[type='submit'], #logout_button {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 40px;
    width: 200px;
    height: 40px;
    opacity: 0.5;
    text-decoration: none;
    margin: 30px auto;
}
.profile .profile_form input[type='submit']:hover, #logout_button:hover {
    opacity: 1;
}
#lqp_form, #wfp_form {
    display: none;
}
.invalid-feedback {
    width: 100%;
    display: block;
    color: #d45f5f;
}
/*NY*/
header .logo a {
    position: relative;
    text-decoration: none;
}
.public_offer {
    text-align: left;
}
.public_offer h2{
    text-align: center;
    font-size: 36px;
    margin: 40px 0 10px 0;
}
.public_offer h3{
    text-align: center;
    font-size: 28px;
    margin: 0 0 20px 0;
}
.public_offer p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.public_offer .offer_item {
    margin: 26px 0 16px 0;
    font-size: 18px;
    font-weight: 700;
}
.public_offer .offer_underitem {
    margin: 16px 0 6px 20px;
    font-size: 16px;
    line-height: 22px;
}
.public_offer .offer_underitem b{
    font-weight: 700;

}
.public_offer p:last-child {
    margin: 40px 0 20px 0;
}
.shipping_and_payment >a {
    font-size: 22px;
    text-decoration: underline;
    color: #000000;
}
.result_message {
    font-size: 28px;
    margin-top: 24%;

}
.present_text {
    width: 60%;
    border-top: 1px solid rgba(0,0,0,0.05) ;
    border-bottom: 1px solid rgba(0,0,0,0.05) ;
    padding: 20px 0;
    margin: 20px auto;
    display: inline-block;
    line-height: 22px;
    color: rgba(0,0,0,0.5);

}
.present_text a{
    text-decoration: none;
    color: rgba(0,0,0,0.75);
    font-weight: 700;
    transition: 0.5s;
}
.present_text a:hover{
    text-decoration: underline;
    color: rgba(0,0,0,1);
}
#callback_form {
    text-align: center;
    padding: 10px;
    width: 320px;
    border: 1px solid #000000;
    margin: 20px auto;
    box-sizing: border-box;
}
#callback_form label{
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
#callback_form input{
    font-size: 16px;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
}
#callback_form input[type="submit"]{
    cursor: pointer;
    background-color: #000000;
    color: #FFFFFF;
    transition: 0.3s;
}
#callback_form input[type="submit"]:hover{
    color: #000000;
    background-color: #FFFFFF;
}
#consult{
    text-align: center;
}
#consult h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
#consult a{
    font-size: 16px;
    margin: 10px 30px;
    padding: 8px 22px;
    text-align: center;
    border: 1px solid black;
    cursor: pointer;
    background-color: #000000;
    color: #FFFFFF;
    transition: 0.3s;
    text-decoration: none;
    max-width: 300px;
    width: auto;
    display: inline-block;

}

#consult a:hover{
    color: #000000;
    background-color: #FFFFFF;
}

.hidden {
    display: none;
}
