@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&amp;subset=cyrillic-ext');
.home-4 .slick-list{width: 100%;}

/*
общие
*/
/*@font-face{
font-family: 'Gotham';
src: url('/gotham/GothaProBol.otf');
font-weight: bold;
font-style: normal;
}

@font-face{
font-family: 'Gotham';
src: url('/gotham/GothaProMed.otf');
font-weight: normal;
font-style: normal;
}*/

@font-face { 
    font-family: "TTNormsThin";
    src: url("/fonts/TTNorms/TTNorms-Thin.eot");
    src: url("/fonts/TTNorms/TTNorms-Thin.eot?#iefix")format("embedded-opentype"),
    url("/fonts/TTNorms/TTNorms-Thin.woff") format("woff"),
    url("/fonts/TTNorms/TTNorms-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face { 
    font-family: "TTNormsReg";
    src: url("/fonts/TTNorms/TTNorms-Regular.eot");
    src: url("/fonts/TTNorms/TTNorms-Regular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/TTNorms/TTNorms-Regular.woff") format("woff"),
    url("/fonts/TTNorms/TTNorms-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

.ui-widget-content {
    background-color: transparent;
}
p {
    
	font-size: 18px;
    line-height: 1.3;
    text-align: justify;
	   margin-bottom: 15px;
}
li {
    
	font-size: 18px;
    line-height: 1.3;
 
    text-align: justify;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td, body {
    font-family: 'Open Sans', sans-serif;
}
body .t3-wrapper {
    background: #fff;
}
.btn,
.navbar .navbar-nav > li > a.btn,
.dropdown-menu > li > a,
.form-control,
.checkbox,
.radio{
    /*font-size: 14px;*/
} 
.btn.btn-fill, 
.navbar .navbar-nav > li > a.btn.btn-fill,
.moduletable .product-wrap .product-details .product-cart .addtocart-bar .btn.btn-fill{
    font-size: 16px;
    border-radius: 0px;
    text-transform: none !important;
    border-width: 0;
    padding: 8px 30px;
}
body {
  color: #191919;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #292929;
   /* font-family: 'Gotham', 'Open Sans', sans-serif;*/
    font-weight: bold;
}
.img-rounded {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control,
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.inputbox {
    border-radius: 0;
}
#fancybox-wrap #fancybox-content {
    border-radius: 0;
}
#fancybox-wrap #fancybox-close {
    top: 3px;
    right: 3px;
    font-size: 20px;
}
.t3-mainbody {
    padding-top: 0;
}

/*
header-top
*/
.t3-header .header-top{
    background: #f6f5f0;
    border-bottom: 0;
    border-radius: 0;
    padding: 6px 0;
}
.t3-header .header-top p {
    margin-bottom: 0;
}
.header-top .container > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.free-shipping{
    color: #191919;
    /*text-align: center;*/
}
.free-shipping .fa {
    color: #ddd;
    font-size: 24px;
    vertical-align: middle;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 5px;
}
.t3-header .header-top .user-block .navbar-nav > li > a {
    color: #191919;
    padding: 5px 15px;
    background: #fff;
    /*border-radius: 30px;*/
}
.user-block > .navbar-nav {
    float: right;
}
.t3-header .header-top .user-block .fa:before{
    color: #ddd;
    margin-right: 7px;
    font-size: 21px;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .free-shipping {
        margin-bottom: 5px;
    }
    .user-block {
        text-align: center;
    }
    .user-block > .navbar-nav{
        display: inline-block;
        float: none;
    }
}

/*
Header
*/
.t3-header p {
    margin-bottom: 0;
}
.t3-header > .container > .row{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t3-header .logo{
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t3-header .logo .logo-title{
    font-size: 16px;
	margin-left: 10px;
}
.t3-header .logo .off-canvas-toggle{
    font-size: 26px;
}
.vm-search input.form-control {
    width: 100%;
    padding-right: 40px;
    border-radius: 5px;
    background: #f6f5f0;
    border-color: transparent;
}
.vm-search input.form-control:focus{
    border-color: #e71283;
}
.vm-search button {
    color: #919b62;
}
.t3-header .phone p{
    color: #252525;
    font-size: 14px;
    font-weight: normal;
}
.t3-header .phone .phone-number{
    font-size: 20px;
    font-weight: bold;
	color:#000000;
}
.t3-header .phone .phone-number > a{
   
	color:#000000;
}

.t3-header .phone .working-time {
    font-size: 12px;
}
.t3-header .phone .callback-link {
    font-weight: bold;
    border-bottom: 1px dashed;
}
.t3-header .phone-cart > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-end;
}
.vmCartModule > a {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #f6f5f0;
    border-radius: 5px;
}
.vmCartModule .cart-icon{
    color: #e71283;
    line-height: 50px;
    font-size: 20px;
}
.vmCartModule .total_products {
    top: -16px;
    left: -11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #e71273;
}
.cart .dropdown-menu {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2); 
}

.user-link a {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: block;
    background: #f6f5f0;
    border-radius: 5px;
}
.user-link a .fa {
    color: #e71283;
    font-size: 20px;
    line-height: 50px;
    width: 100%;
}
.wishlist .wishlist-link{
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: block;
    background: #f6f5f0;
    border-radius: 5px;
}
.wishlist .wishlist-link .fa{
    color: #e71273;
    font-size: 20px;
    line-height: 50px;
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .phone-cart {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .t3-header .phone-cart {
        margin-top: 15px;
		    margin-right: 13px;
    }
    .t3-header .header-inner .logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .t3-header .header-inner .phone{
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1px;
    margin-top: 3px;
    }

	.phone-number:before {
   font-family: FontAwesome;
   content: "\f095 \a0 ";
  padding-right: 5px;
      color: red;

		}


    .t3-header .phone-cart > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .t3-header .user-link{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .t3-header .cart{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .t3-header .wishlist {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .t3-header .cart,
    .t3-header .wishlist,
    .t3-header .user-link{
        z-index: 1000;
        width: 41px;
        display: inline-block;
        float: none;
    }
    .t3-header .logo .logo-title {
        display: none;
    }
    .t3-header .phone .working-time {
        display: none;
    }
    .t3-mainnav {
        margin-top: 0;;
        display: none;
    }
    .vmCartModule .dropdown-menu {
        right: -26px;
        margin-top: 7px;
    }

	.breadcrumb-wrap {
		display: none;
	}
	.product-neighbours {
		display: none;
	}
}

/*
Mega Menu
*/
.t3-mainnav {
    border-top: 0;
    border-bottom: 0;
   /* margin-bottom: 20px;*/
   width: auto;
    border-top: 2px solid #d2cdcd;
    /* border-bottom: dotted 1px #9EC1D4; */
    padding-left: 10px;
}
.t3-megamenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.t3-megamenu ul {
    width: 100%;
}
.t3-megamenu .navbar-nav.nav > li > a {
    /*font-family: 'Gotham', 'Open Sans', sans-serif;*/
    font-weight: bold;
    font-size: 14px;
}
.t3-megamenu .nav > li.dropdown.open > a.catalog-link:before,
.t3-megamenu .nav > li.dropdown.open > a.catalog-link:after {
    display: none;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu.catalog-menu {
    left: 0;
    top: 53px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu.catalog-menu > .mega-dropdown-inner > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu.catalog-menu .mega-col-module{
    padding-right: 0;
}
.t3-megamenu .nav > .dropdown > .catalog-link {
    /*background: #f6f5f0;*/
    border-radius: 3px;
    margin-left: 0;
}
.t3-megamenu .nav > .dropdown > .catalog-link .caret {
    display: none;
}
.t3-megamenu .nav > .dropdown > .catalog-link .fa{
    color: #e71283;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t3-megamenu .nav > .dropdown.open > .catalog-link,
.t3-megamenu .nav > .dropdown.open > .catalog-link,
.t3-megamenu .nav > .dropdown.open > .catalog-link{
    background: #59a515;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t3-megamenu .nav > .dropdown.open > .catalog-link .fa,
.t3-megamenu .nav > .dropdown.open > .catalog-link .fa,
.t3-megamenu .nav > .dropdown.open > .catalog-link .fa {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t3-megamenu .navbar-nav.nav > li.action {
    float: right;
}
.t3-megamenu .navbar-nav.nav > li > a.action-link {
    color: #e71283;
}
.t3-megamenu .navbar-nav.nav > li > a.action-link:hover .fa,
.t3-megamenu .navbar-nav.nav > li > a.action-link:focus .fa,
.t3-megamenu .navbar-nav.nav > li > a.action-link:active .fa {
    font-size: 18px;
    vertical-align: middle;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu a {
  /*  font-family: 'Gotham', 'Open Sans', sans-serif;*/
  /*  font-weight: bold;*/
    font-size: 20px;
	color: #000000;
}
.t3-megamenu .mega-catalog {
    background: #e71283;
    padding-right: 0;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 > li > a{
    color: #fff;
    padding: 7px 0 7px 15px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    -webkit-transition: none;
    transition: none;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 > li.open > a {
    color: #e71283;
    background: #fff;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 > li > a:after{
    display: none;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .dropdown-submenu {
    position: static
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .dropdown-submenu .dropdown-menu{
    //position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    min-width: 100%;
    max-height: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    //overflow-y: auto;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 .dropdown-submenu .dropdown-menu {
    overflow-y: auto;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 .dropdown-submenu.submenu .dropdown-menu {
    overflow-y: visible;
}

.t3-megamenu .mega-catalog .dropdown-submenu .dropdown-menu > .mega-dropdown-inner,
.t3-megamenu .mega-catalog .dropdown-submenu .dropdown-menu > .mega-dropdown-inner > .row,
.t3-megamenu .mega-catalog .dropdown-submenu .dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav {
    height: 100%;
} 
.t3-megamenu .mega-catalog .dropdown-submenu .dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav{
    padding-right: 0;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level2 > li > a:hover,
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level2 > li > a:active,
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level2 > li > a:focus{
    color: inherit;
    text-decoration: underline;
    
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .submenu .level2 > li > a{
    -webkit-transition: none;
    transition: none;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 15px;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .submenu .level2 > li > a:after{
    display: none;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .submenu .level2 > li.open > a{
    color: #fff;
    background: #e71283;
    text-decoration: none; 
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level3 > li > a:hover,
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level3 > li > a:active,
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level3 > li > a:focus{
    color: inherit;
    text-decoration: underline;  
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level1 .dropdown-submenu.submenu .dropdown-menu {
    overflow-y: visible;
}
.t3-megamenu .nav > li.dropdown > .dropdown-menu .mega-catalog .level2 .dropdown-submenu .dropdown-menu {
    overflow-y: auto !important;
    width: 101%;
}
.mega-col-module .t3-module{
    margin-bottom: 0;
}
.t3-megamenu .mega-col-module .module-inner {
    padding: 0;
}
.t3-megamenu .mega-col-module .mega-inner {
    padding: 0;
}
.t3-megamenu .mega-col-module p{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav > li > a {
        padding: 10px 5px;
    }
    .catalog-menu {
        width: 900px !important;
        left: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav > li > a {
        padding: 10px 5px;
    }
    .t3-megamenu .navbar-nav.nav > li.action {
        float: left;
    }
    .catalog-menu {
        width: 768px !important;
        left: 0 !important;
    }
}
@media (max-width: 767px) {
    .t3-mainnav {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
}

/*
Unite Slider
*/
.slider{
  /*  margin-bottom: 25px;
	margin-top: -10px;*/
}
.rev_slider_wrapper .tp-rightarrow.default, 
.rev_slider_wrapper .tp-leftarrow.default {
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-image: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: none;
    transition: none;
}
.rev_slider_wrapper .tp-rightarrow.default:hover, 
.rev_slider_wrapper .tp-leftarrow.default:hover {
    background-color: #e71283;
}
.rev_slider_wrapper .tp-rightarrow.default .fa, 
.rev_slider_wrapper .tp-leftarrow.default .fa {
    font-size: 22px;
    line-height: 48px;
    height: 100%;
    color: #252525;
}
.rev_slider_wrapper .tp-rightarrow.default:after, 
.rev_slider_wrapper .tp-leftarrow.default:after {
    color: #252525;
    font-size: 22px;
    line-height: 48px;
    height: 100%;
}
.rev_slider_wrapper .tp-rightarrow.default:hover:after, 
.rev_slider_wrapper .tp-leftarrow.default:hover:after {
    color: #fff;
}
.rev_slider_wrapper .tp-leftarrow.default {
    left: -60px !important;
}
.rev_slider_wrapper .tp-rightarrow.default:after{
    content: "\f054";
}
.rev_slider_wrapper .tp-rightarrow.default {
    right: -60px !important;
}
.rev_slider_wrapper .tp-leftarrow.default:after{
    content: "\f053";
}
.rev_slider_wrapper .tp-bullets.custom .bullet.selected {
  background: #e71283;
  border-color: #e71283;
}
.slider .tp-bullets {
    z-index: 998;
}
@media (max-width: 1200px) {
    .rev_slider_wrapper .tp-leftarrow.default {
        left: 20px !important;
    }
    .rev_slider_wrapper .tp-rightarrow.default {
        right: 20px !important;
    }
}
/*
Слайдер товаров
*/
.home-1 [class*="moduletable"] h3,
.home-2 [class*="moduletable"] h3,
.home-3 [class*="moduletable"] h3,
.top-banner h3,
.care-block h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
 /*   text-transform: uppercase;*/
}
[class*="moduletable"] .vmheader,
.top-banner .vmheader,
.care-block .vmheader {
    display: inline-block;
    font-size: 16px;
 /*   text-decoration: underline;*/
}
.trendshop-slider .product-wrap .product-block {
    padding: 10px 15px;
}
.moduletable .product-wrap .product-image, 
.t3-module .product-wrap .product-image, 
.trendshop-slider .product-wrap .product-image, 
.product-related-products .product-wrap .product-image,
.product-day-image{
    margin-bottom: 10px;
}
.moduletable .product-wrap .product-info .product-name, 
.t3-module .product-wrap .product-info .product-name, 
.trendshop-slider .product-wrap .product-info .product-name, 
.product-related-products .product-wrap .product-info .product-name {
    font-size: 14px;
}
.trendshop-slider .product-wrap .slick-arrow,
.product-day-module .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 22px;
    width: 48px !important;
    height: 48px !important;
    -webkit-transition: none;
    transition: none;
    border-radius: 50%;
    z-index: 9;
}
.trendshop-slider .product-wrap .slick-arrow:hover,
.product-day-module .slick-arrow:hover {
    background-color: #e71283;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}
.vmslider-wrap .vm-slick-prev,
.product-day-module .vm-slick-prev {
    left: -50px;
}
.vmslider-wrap .vm-slick-next,
.product-day-module .vm-slick-next {
    right: -50px;   
}
.trendshop-slider .product-wrap .slick-dots li.slick-active button:before,
.product-day-module .slick-dots li.slick-active button:before{
    background-color: #e71283 !important;
    border: 2px solid #e71283;
}

@media (max-width: 1200px) {
    .vmslider-wrap .vm-slick-prev,
    .product-day-module .vm-slick-prev {
        left: 20px;
    }
    .vmslider-wrap .vm-slick-next,
    .product-day-module .vm-slick-next {
        right: 20px;   
    }
}

/*
Блок с коллекциями на главной
*/
.top-banner h3 {
    margin-bottom: 30px;
}
.collection-block {
    margin-bottom: 20px;
}
.collection-block .collection-image {
    margin-bottom: 30px;
}
.collection-block .collection-image img{
    border-radius: 10px;
}
.collection-block .collection-title {
    color: #363636;
    font-size: 20px;
   /* font-weight: bold;*/
   text-align: center;
}
.collection-block:hover .collection-title {
    color: #619a2d;
}
.t3-top-banner  .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
    border: 0;
    outline: none;
    background-color: transparent;
    font-size: 22px;
    width: 48px !important;
    height: 48px !important;
    -webkit-transition: none;
    transition: none;
    border-radius: 50%;
    z-index: 9;
}

.t3-top-banner .vm-slick-prev {
    left: 20px;
}
.t3-top-banner .vm-slick-next {
    right: 20px;
}
.t3-top-banner .slick-arrow:hover {
    background-color: #e71283;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}
.t3-top-banner .slick-dots li  {
     display: none;
   
}

.t3-top-banner .slick-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.t3-top-banner .slick-dots li button:before {
    opacity: 1;
    background-color: #f7f7f7 !important;
    border: 2px solid #ccc;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #aaa;
}
.t3-top-banner .slick-dots li.slick-active button:before {
    background-color: #e71283 !important;
    border: 2px solid #e71283;
}
@media (min-width: 768px) and (max-width: 991px) {
    .collection-block .collection-image {
        margin-bottom: 20px;
    }
    .collection-block .collection-title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .collection-block .collection-image {
        margin-bottom: 20px;
    }
    .collection-block .collection-title {
        font-size: 16px;
    }
}

/*
Уход на главной странице
*/
.care-block h3 {
    margin-bottom: 30px;
}
.care-link{
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;   
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.care-link:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.care-link .care-name {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #191919;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
}
.care-link.care1 {
    background-image: url(/images/care-image/care1.jpg);
}
.care-link.care2 {
    background-image: url(/images/care-image/care2.jpg);
}
.care-link.care3 {
    background-image: url(/images/care-image/care3.jpg);
}
.care-link.care4 {
    background-image: url(/images/care-image/care4.jpg);
}
.care-link.care5 {
    background-image: url(/images/care-image/care5.jpg);
}
.care-link.care6 {
    background-image: url(/images/care-image/care6.jpg);
}
.care-link.care7 {
    background-image: url(/images/care-image/care7.jpg);
}
.care-link.care8 {
    background-image: url(/images/care-image/care8.jpg);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .care-link .care-name {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .care-link .care-name {
        right: 20px;
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        color: #191919;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        text-align: center;
        padding: 5px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
/*
Скачать каталог на главной
*/
.download-block {
    background: url(/images/download-image.jpg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 70px 0;
    margin-bottom: 15px;
}
.download-block .title{
   /* font-family: 'Gotham', 'Open Sans', sans-serif;*/
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}
.download-block .subtitle{
    font-size: 18px;
    text-transform: uppercase;
    color: #898989;
    margin: 20px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .download-block {
        padding: 30px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .download-block {
        padding: 15px 0;
    }
    .download-block .title{
        font-size: 20px;
    }
    .download-block .subtitle{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .download-block {
        padding: 15px 0;
        text-align: center;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    .download-block .title{
        font-size: 20px;
    }
    .download-block .subtitle{
        font-size: 14px;
    } 
}

/*
Описание магазина на главной
*/
.shop-about a .reduce {
    display: none;
}
.shop-about a[aria-expanded="true"] .reduce {
    display: inline;
}
.shop-about a[aria-expanded="true"] .more {
    display: none;
}
.shop-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 70px;
}
.shop-video .title{
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -60px;
    position: relative;
    font-size: 16px;
    text-align: right;
}
.shop-video .title:after{
    content: '';
    position: absolute;
    left: 100%;
    top: -14px;
    display: block;
    width: 46px;
    height: 46px;
    background: url(/images/video-arrow.png) center center no-repeat;   
}
.shop-video .video {
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shop-video .video-wrap {
    width: 70px;
    height: 70px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2%;
    -webkit-box-shadow: 0 0 0 25px #fff, 
        0 0 0 30px #7ac339, 
        0 0 0 40px #fff, 
        0 0 0 45px #f6f5f0;
    box-shadow: 0 0 0 25px #fff, 
        0 0 0 30px #7ac339, 
        0 0 0 40px #fff, 
        0 0 0 45px #f6f5f0;
}
.shop-video .video-btn {
    background: #7ac339 url(/images/video-btn.svg);
    width: 70px;
    height: 50px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 10px #f6f5f0;
    box-shadow: 0 0 0 10px #f6f5f0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .shop-about {
        margin-bottom: 20px;
    }
    .shop-about * {
        display: none;
    } 
    .shop-about > p:first-child {
        display: block;
    }
    .shop-video {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*
Блок с перимуществами на главной
*/
.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
}
.info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    height: 70px;
    background: #f6f5f0;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info .icon img {
    width: 45px;
}
.info .description{
    padding-left: 25px;
    font-weight: bold;
    text-align: left;
}
.info .description p{
    font-size: 13px;
}
.info p{
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .info{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .info .description{
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
}

/*
Footer
*/
.t3-footer {
    border-top: 0;
}
.t3-footer a {
    color: #191919;
}
.t3-footer p {
    margin-bottom: 0;
}
.t3-footnav .t3-module .module-title {
    color: #191919;
    font-size: 20px;
  /*  font-family: 'Gotham', 'Open Sans', sans-serif;*/
}
.t3-footnav .t3-module {
    color: #191919;
}
.t3-footer .t3-footnav ul{
    padding-left: 20px;
}
.t3-footer .t3-footnav ul > li {
    list-style: disc;
}
.t3-footer .t3-footnav ul > li > a{
    color: #191919;
    border-bottom: 1px solid;
}
.t3-footer .t3-footnav ul > li > a:hover{
    color: #191919;
    border-bottom-color: transparent;
}
.t3-footer .phone-number{
    font-size: 20px;
    font-weight: bold;
}
.t3-footer .working-time{
    font-size: 12px;
    margin-bottom: 20px;
}
.t3-footer .email-link{
    font-weight: bold;
}
.t3-footer .callback-link{
    font-weight: bold;
    color: #e71283;
    border-bottom: 1px dashed;
}
.t3-footer .payment-icon{
    margin: 20px 0;
}
.t3-footer .t3-footnav .fa{
    font-size: 26px;
    margin-right: 10px;
}
.t3-footer .t3-footnav .fa:hover {
    color: #e71283;
}
.t3-footer  .footer-logo {
   /* margin-bottom: 65px;*/
}
.t3-footer .copyright-text p{
    font-size: 10px;
    color: #7b7b7b;
}
.t3-footer .t3-copyright {
    border-top: 0;
    background: #f3f3f3;
    padding: 15px 0;
}
.t3-footer .t3-copyright p {
    margin-bottom: 0;
    font-size: 12px;
}
.t3-footer .icon-block-xs {
    display: none;
    text-align: center;
}
.t3-footer .icon-block-xs a {
    color: #e71283;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .t3-footer  .footer-logo {
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .t3-footer  .footer-logo {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .t3-footer  .footer-logo {
        margin-bottom: 10px;
        text-align: center;
    }
    .t3-footer .copyright-text {
        display: none;
    }
    .t3-footer .icon-block-xs {
        display: block;
    }  
    .t3-footer .icon-block {
        display: none;
    }
}

/*
Товары в категории
*/
.category-view h1{
/*    font-family: 'Gotham', 'Open Sans', sans-serif;*/
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-wrap .product-block .spacer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-wrap .product-block .spacer:hover{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}
.product-wrap .product-image{
    margin-bottom: 10px;
}
.product-wrap .product-info .product-name{
    font-size: 14px;
}
.product-wrap .product-info .product-stock-wrap { 
    margin-bottom: 10px;
}
.product-wrap .product-details .product-price span.PricesalesPrice {
    font-size: 18px;
}
.product-wrap.line .product-info .product-name{
    font-size: 16px;
}
.product-wrap .product-info .product_s_desc {
    font-size: 12px;
}

/*
Sidebar
*/
.t3-sidebar h3.module-title {
    font-size: 24px;
    text-transform: uppercase;
}
.t3-sidebar .product-day-module.noslider .product-day-wrap {
    padding-top: 5px;
}
.t3-module .product-wrap .product-details .product-price span.PricesalesPrice {
    font-size: 16px;
}

/*
Аккордеон меню
*/
.accordeonck {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordeonck .level1:first-child,
.accordeonck .level1:last-child{
    border-radius: 0;
}
.accordeonck .parent > .toggler .toggler_icon {
    display: none;
}
/* 1 уровень */
.accordeonck .level1 > .accordeonck_outer a {
  font-size: 16px;
  background: none;
  color: #191919;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
    padding: 9px 10px 9px 0;
}
 
/* 1 уровень, цвет текста при наведении */
.accordeonck .level1 > .accordeonck_outer a:hover,
.accordeonck .level1 > .accordeonck_outer a:focus {
  color: #e71283;
  background: #f6f5f0 !important;
    background: none;
}
 
/* 1 уровень, фон при наведении */
.accordeonck .level1:hover > .accordeonck_outer a {
  background: none;
}
 
/* 1 уровень, активный пункт меню */
.accordeonck .level1 > .accordeonck_outer a.isactive {
  background: none;
    font-weight: bold;
color: #e71283;
}

/* 1 уровень, открытый пункт меню */
.accordeonck .level1.open > .accordeonck_outer a {
  border-bottom-color: #eee;
  color: #e71283;
  font-weight: bold;
}
 
/* 2 уровень */
.accordeonck .level2 > .accordeonck_outer a {
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #191919;
  border-bottom-color: transparent;
    padding: 9px 10px 9px 0px;
    margin-left: 20px;
}
 
/* 2 уровень, цвет и фон при наведении */
.accordeonck .level2 > .accordeonck_outer a:hover,
.accordeonck .level2 > .accordeonck_outer a:focus {
  color: #e71283;
  background: #f6f5f0 !important;
  background: none;
}
 
/* 2 уровень, активный пункт меню*/
.accordeonck .level2 > .accordeonck_outer a.isactive {
  background: none;
    font-weight: bold;
color: #e71283;
}

/* 2 уровень, открытый пункт меню*/
.accordeonck .level2.open > .accordeonck_outer a {
  border-bottom-color: #eee;
   color: #e71283;
  font-weight: bold;
}
 
/* 3 уровень */
.accordeonck .level3 > .accordeonck_outer a {
  font-size: 16px;
  background: none;
  color: #191919;
  border-bottom-color: transparent;
    padding: 7px 10px 7px 40px;
}
 
/* 3 уровень, цвет и фон при наведении */
.accordeonck .level3 > .accordeonck_outer a:hover,
.accordeonck .level3 > .accordeonck_outer a:focus {
  color: #191919;
  background: none;
}
 
/* 3 уровень, активный пункт меню*/
.accordeonck .level3 > .accordeonck_outer a.isactive {
  background: none;
    color: #e71283;
    font-weight: bold;
}

/*
Подкатегории
*/
.category-view > .row .spacer {
    position: relative;
    /*border: 1px solid #eee;*/
   /* border-radius: 10px;*/
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.category-view > .row .spacer:hover{
   /* -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;*/
}
.category-view .category-image {
    height: 280px;
    padding: 10px;
    position: relative;
    margin-bottom: 0;
}
.category-view .category-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.7);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.category-view .category-name h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/*
Карточка товара
*/
.productdetails-view h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.productdetails-view .productdetails-wrap, 
.productdetails-view .product-desc-wrap {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.productdetails-view .vmzoomer-additional-images.slick-vertical .additional-image-wrap {
    padding: 0 0 10px 0;
    height: 90px;
    margin-right: 20px;
}
.productdetails-view .vmzoomer-additional-images.slick-vertical .additional-image-wrap .item{
    border-radius: 0;
}
.productdetails-view .vmzoomer-additional-images.slick-vertical .additional-image-wrap .item img{
    padding: 3px;
}
.productdetails-view .vmzoomer-wrap.vertical-carousel .vmzoomer-image-wrap {
    padding-left: 0px;
}
.productdetails-view .vmzoomer-wrap.vertical-carousel .vmzoomer-image-wrap .vmzoomer-image {
    border-radius: 0;
}
.vmzoomer-wrap .lightbox-button {
    background-image: url(/templates/trendshop/images/zoom2.svg);
    background-size: 20px 20px;
    background-color: rgba(246, 245, 240, 0.8);
}
.vmzoomer-wrap .lightbox-button:hover{
    background-color: #f6f5f0;
}
.vmzoomer-wrap .vmzoomer-image-wrap .next-button, 
.vmzoomer-wrap .vmzoomer-image-wrap .prev-button {
    background-color: rgba(246, 245, 240, 0.8);
    background-size: 16px 16px;
}
.vmzoomer-wrap .vmzoomer-image-wrap .next-button:hover, 
.vmzoomer-wrap .vmzoomer-image-wrap .prev-button:hover {
    background-color: #f6f5f0;
}
.vmzoomer-wrap .vmzoomer-image-wrap .next-button {
    background-image: url(/templates/trendshop/images/next2.svg);
}
.vmzoomer-wrap .vmzoomer-image-wrap .prev-button {
    background-image: url(/templates/trendshop/images/prev2.svg);
}
.addtocart-bar .quantity-wrap .quantity-controls {
    border-radius: 0;
    background: #f6f5f0;
    color: #191919;
    padding: 0px;
    line-height: 26px;
    height: 36px;
    width: 40px;
    border: 0;
}
.addtocart-bar .quantity-wrap .quantity-controls:hover {
    color: #fff;
    background: #e71283;
}
.addtocart-bar .quantity-wrap .quantity-controls.quantity-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.addtocart-bar .quantity-wrap .quantity-controls.quantity-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.addtocart-bar .quantity-wrap .quantity-input {
    font-size: 14px;
}
.weight-block .product-fields .product-fields-title-wrapper {
    display: inline-block;
}
.weight-block .product-fields .product-field-display {
    display: inline-block;
}
.offer-text p {
    margin-bottom: 0;
}
.productdetails-view .addtocart-area {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.productdetails-view .wishlist-block {
    color: #e71283;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.productdetails-view .wishlist-block a {
    border-bottom: 1px dashed;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.productdetails-view .wishlist-block a:hover {
    border-color: transparent;
}

.product-desc-wrap .nav-tabs-navigation {
    margin-bottom: 1px;
    border-bottom: 0;
}
.product-desc-wrap .nav-tabs-navigation .nav-tabs-wrapper {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.nav-tabs > li.active :before,
.nav-tabs > li.active :after {
    display: none;
}
.product-desc-wrap .nav-tabs > li > a {
    font-size: 14px;
    color: #191919;
    font-weight: 500;
    text-transform: none;
    background: #f6f5f0;
    padding: 15px 30px;
    border-radius: 0;
    margin-right: 15px;
}
.product-desc-wrap .nav-tabs > li.active > a {
    color: #fff;
    background: #e71283; 
}
.product-desc-wrap .tab-content{
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
}
.productdetails-view .product-neighbours a {
    /*color: #676767;*/
    white-space: pre-line;
}
.productdetails-view .product-neighbours {
    background: #f6f5f0;
    padding: 10px 20px; 
}

/*
Ярлыки
*/
.t3-wrapper .vmlabel-wrap .vmlabel, 
#fancybox-wrap .vmlabel-wrap .vmlabel,
.product-day-label.label{
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
}



@media (min-width: 768px) and (max-width: 991px) {
    .phone-number {
        text-decoration: underline;
    }
}
@media (max-width: 767px){
    .phone-number {
        /*text-decoration: underline;*/
    }
}

@media (max-width: 1000px)
{
.header-top-1{
display: none;
}
}


@media (max-width: 767px)
{


.search {
order: 1;
}

.header-top
{
display: none;
}

.user-link a {
    width: 35px;
    height: 35px;
	}

.user-link a .fa {
    color: #e71283;
    font-size: 18px;
    line-height: 35px;
	}

	.wishlist .wishlist-link .fa
	{
    color: #e71283;
    font-size: 18px;
    line-height: 35px;
	}

	.vmCartModule > a {
    font-size: 18px;
    line-height: 35px;
	}

	.vmCartModule .cart-icon {
    font-size: 18px;
    line-height: 35px;
	}

.wishlist .wishlist-link {
    width: 35px;
    height: 35px;
	}
.vmCartModule > a {
width: 35px;
    height: 35px;
}


.vmCartModule .total_products {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 14px;
	}
.t3-header .phone .phone-number{
    font-size: 18px;
    
}

.t3-header .header-inner {
padding: 10px 0 3px 0;
/*padding:0;*/
}
}












@media (max-width: 321px)
{
 .t3-header .cart,
    .t3-header .wishlist,
    .t3-header .user-link{
        z-index: 1000;
        width: 33px;
        display: inline-block;
        float: none;
    }

.search {
order: 1;
}

.header-top
{
display: none;
}

.user-link a {
    width: 30px;
    height: 30px;
	}

.user-link a .fa {
    color: #e71283;
    font-size: 16px;
    line-height: 33px;
	}

	.wishlist .wishlist-link .fa
	{
    color: #e71283;
    font-size: 16px;
    line-height: 33px;
	}

	.vmCartModule > a {
	font-size: 16px;
    line-height: 33px;
	}

	.vmCartModule .cart-icon {
	font-size: 16px;
    line-height: 33px;
	}

.wishlist .wishlist-link {
    width: 30px;
    height: 30px;
	}
.vmCartModule > a {
width: 30px;
    height: 30px;
}


.vmCartModule .total_products {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 14px;
	}
.t3-header .phone .phone-number{
    font-size: 16px;
    
}

.t3-header .header-inner {
padding: 10px 0 3px 0;
/*padding:0;*/
}
}
.b-popup{
    width:100%;
    min-height:100%;
   /* background-color: rgba(0,0,0,0.5);*/
    overflow:hidden;
    position:fixed;
    top:0px;
	display:none;
	z-index: 1;
}
.b-popup .b-popup-content{
   margin: 185px 0 3px 0;
    width:500px;
    height: 40px;
    padding:10px;
  /*background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;*/
}
@media only screen and (max-width: 993px) {
	
	.b-popup .b-popup-content{
    margin:44px auto 0px auto;
    width:400px;
    height: 40px;
    padding:10px;
  /*background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;*/
}
}
.ostz{
	color: #000000;
    font-family: "Gotham-Black", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;

}
.ostz2{
	/*color: #000000;*/
    font-family: "Gotham-Black", sans-serif;
    font-size: 20px;
    text-align: center;
    

}
.categoryNew1{
	border-radius: 10px;
    background-color: #d05f1b;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 18px;
    border-color: #e71283;
    color: #ffffff;
    text-align: center

}

.categoryNew2{
	float: right;
    border-radius: 10px;
    background-color: #d05f1b;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 29px;
    /* border-color: #e71283; */
    color: #ffffff;
    /* border: 3px; */
    border: 1px solid #fffbfb;
   /* padding-top: 0px;*/
    margin-top: -5px;

}
.category-view{
    padding-top: 17px;
	}
.icotop{	
	color: #7ac339;
    font-size: 40px;
    padding-right: 65px;
    /* padding-top: 11px; */
    vertical-align: middle;
	padding-top: 10px;
    padding-bottom: 10px;
}

.new-text p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
	text-align: justify;
}
.name-block {
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 999;
    display: block;
    bottom: 60px;
    cursor: pointer;
}