/* Jet Cache: catalog/view/theme/default/stylesheet/jet.css */
body {
    opacity: 1;
    visibility: visible;
}
/* Jet Cache: catalog/view/theme/cosyone/stylesheet/blog.css */
/* General styles */
.blog_post, .blog_list {
	margin-bottom:150px;
}
.blog .owl-carousel {
	box-shadow:none;
}
.blog .main_description br {
	display:none;
}
.blog .main_description p:last-child {
	margin-bottom:20px;
}

/* Blog listings */
.blog_grid_holder {
	margin-left:-15px;
	margin-right:-15px;
	font-size:0;
	width:inherit;
}
.blog_grid_holder.related {
	padding-top:0px;
}
.blog_item {
	margin-bottom:122px;
}
.carousel-1 .blog_item {
	margin-bottom:0px;
}
.carousel-1 .blog_item a {
	position:relative;
}
.carousel-1 .blog_item:before {
	content:" ";
	position:absolute;
	right:5px;
	left:5px;
	top:0px;
	bottom:0px;
	border:1px solid;
	border-color:transparent;
	transition:border-color 500ms;
}
.carousel-1 .blog_item:hover:before {
	border-color: #e5e5e5;
	transition:border-color 500ms;
}

.column-2 .blog_item {
	width:50%; /* 2 columns */
}
.column-3 .blog_item {
	width:33.33%; /* 3 columns */
}
.column-4 .blog_item {
	width:25%; /* 3 columns */
}
.carousel-1 .blog_item {
	width:100% !important; /* carousel */
	margin-bottom:0px;
}
#column-left .blog_item, #column-right .blog_item {
	width:100%; /* carousel */
	margin-bottom:5px;
}
.blog_item .image {
	margin-bottom:15px;
	margin-top:10px;
}
#column-left .box .box-content.latest, #column-right .box .box-content.latest {
	margin-top:-7px;
}
.blog_item .image img {
	display:block;
}
.blog_summary {
	display:table;
}
.blog_summary .left {
	display:table-cell;
	text-align:center;
	padding-right:17px;
	vertical-align:top;
	font-size:12px;
}
#column-left .blog_summary .left, #column-right .blog_summary .left {
	display:none;
}
.blog_post .blog_summary .left {
	padding:5px 20px 0 0;
	font-size:14px;
}
.blog_summary.right {
	display:table-cell;
	width:100%;
}
.blog_summary .date_added {
    padding: 10px 13px 8px;
	display: block;
    margin-bottom: 12px;
	min-width:50px;
    color: #FFF;
	text-transform:uppercase;
	font-size:11px;
}
.column-1 .blog_summary .date_added, .date_added.blog_post {
    padding: 15px 18px;
}
.blog_post .blog_summary .date_added {
    margin-bottom: 15px;
}
.blog_summary .date_added .day {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
}
.column-1 .blog_summary .date_added .day, .date_added.blog_post .day {
    font-size: 24px;
}
.blog_summary .left .fa {
    font-size:14px;
}
.blog_title {
	margin:0 0 5px;
	font-size:20px;
	font-weight:600;
}
.blog_summary p {
	color:#595959;
}
#column-left .blog_summary .blog_title, #column-right .blog_summary .blog_title {
	font-size:14px;
}
.column-2 .blog_summary .blog_title {
	font-size:18px;
}
.column-3 .blog_summary .blog_title {
	font-size:16px;
}
.column-4 .blog_summary .blog_title {
	font-size:14px;
}

/* Blog Post */
.blog_post .main_thumb {
	margin:10px 0;
}
.blog_post .main_thumb img {
	display:block;
}
.blog_post h1 {
}
.blog_stats {
	font-size:13px;
	text-transform:none;
	color:#999999;
	margin:0 0 8px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size:12px;
	margin-bottom:0px;
}
.blog_stats span {
	display:inline-block;
	margin-right:5px;
	margin-bottom:8px;
	line-height:12px;
}
.blog_stats span + span {
	padding-left:7px;
	border-left:1px solid #eeeeee;
}
.blog_stats .text {
	font-weight:inherit;
}
.blog_stats .hl {
	color:#333333;
	font-weight:inherit;
}
.column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight:inherit;
}
.social-heading {
	color:#595959;
	border-top:1px solid #f0f0f2;
	padding:15px 0 7px;
	margin-top:16px;
	font-size:13px;
}
.addthis_toolbox {
	width:32px;
	margin:0 auto;
}
.addthis_toolbox a {
	margin-bottom:5px;
}

.blog_post .tags {
	display:block;
	padding:15px 0;
	border-top:1px solid #F0F0F2;
	margin-bottom:20px;
	color:#595959;
}
.blog_post .tags a {
	margin-left:2px;
}

/* Comments */
.blog_post #comment {
	margin-bottom:45px;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:25px;
}

@media screen and (max-width:1400px){
	.blog_item {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:767px){
.column-3 .blog_item, .column-4 .blog_item {width:50%;}
.blog_stats .text {font-size:0}
}
@media screen and (max-width:567px){
.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {width:100%; }
}
/* Jet Cache: /catalog/view/theme/cosyone/stylesheet/forms.css */
@-webkit-keyframes opacity-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
[id^="success-popup-form"]{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.43);
    z-index: 10000000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
[id^="success-popup-form"].opened{
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    animation: opacity-in 500ms;
}
.success-block{
    position: relative;
    background: white;
    max-width: 50%;
}
.popup-header{
    position: relative;
    height: 100px;
    background: #64c064;
}
[id^="close-popup"]{
    right: -36px;
    position: absolute;
    top: -22px;
    transform: rotate(45deg);
    cursor: pointer;
    font-size: 66px;
    color: white;
    font-family: "Arial";
}
.popup-header img{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 85px;
    padding-top: 15px;
}
.popup-body{
    padding: 70px;
}
/* Jet Cache: /catalog/view/theme/cosyone/js/colorbox/custom_colorbox.css */
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:none; }
#cboxOverlay{position:fixed; width:100%; height:100%; overflow:hidden;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* ColorBox skin.
   The following styles are ordered & tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay{background:#333333}
#colorbox{}
    #cboxContent{background:#fff; overflow:hidden; border:none;/*10px solid #333*/ padding:20px;  }
	.quickview #cboxContent{padding-right:0px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{}
        #cboxTitle{display:none !important;}
        #cboxCurrent{display:none !important;}
        #cboxSlideshow{display:none;}
		
		#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-40px; display:none; text-indent:-9999px; }
		#cboxPrevious { left:40px; }
		#cboxNext { right:90px; }
		#cboxPrevious:after, #cboxNext:after { font-family:fontAwesome; font-size:30px; line-height:46px; text-align:center; background:#ffffff; position:absolute; display:block; width:50px; height:50px; text-indent:0; color:#222222; transition:all 300ms }
		#cboxPrevious:after { content:"\f104";}
		#cboxNext:after { content:"\f105";}
		#cboxPrevious:hover:after, #cboxNext:hover:after, #cboxClose:hover:after { color:#ffffff; background:#222222; transition:all 300ms}
		
		#cboxClose{ position:absolute; font-size:0; top:20px; right:50px; text-indent:-9999px;}
		#cboxClose:after { content:"\f105 \f104"; font-family: fontAwesome; letter-spacing:-2px; font-size:18px; line-height:28px; text-align:center; background:#ffffff; position:absolute; display:block; width:30px; height:30px; text-indent:0; color:#222222; transition:all 300ms}
/* Jet Cache: /catalog/view/theme/cosyone/stylesheet/styles.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    margin: 0;
    color: #000;
    overflow-y: scroll;
}

h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -.02em;
    -webkit-transform: translateX(-.2rem);
    -ms-transform: translateX(-.2rem);
        transform: translateX(-.2rem);
    color: #000;
    margin: 35px 0;
    text-transform: uppercase;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

a {
    background-color: transparent;
    text-decoration: unset;
    color: #4e6fda;
    -webkit-transition: color, background .35s ease;
    -o-transition: color, background .35s ease;
    transition: color, background .35s ease;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%
}
a:focus {
    outline: none;
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
    background: unset;
    outline: none;
    border: none;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

p {
    margin: 0;
}

fieldset {
    padding: .35em .75em .625em;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.hcenter {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 3rem 0;
}

ul, ol {
    padding: 0;
}

button {
    cursor: pointer;
}

input {
    font-size: 16px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: border-color color .35s ease;
    -o-transition: border-color color .35s ease;
    transition: border-color color .35s ease;
    padding: 7px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    color: #000;
    background: #fff;
    font-weight: 400;
}

input:focus {
    border-color: #000;
}

input::-webkit-input-placeholder {
    color: #7d7d7d;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #7d7d7d;
    -webkit-transition: color .35s ease;
    -ms-transition: color .35s ease;
    transition: color .35s ease;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

input::-ms-input-placeholder {
    color: #7d7d7d;
    -webkit-transition: color .35s ease;
    -ms-transition: color .35s ease;
    transition: color .35s ease;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #7d7d7d;
    -webkit-transition: color .35s ease;
    -moz-transition: color .35s ease;
    transition: color .35s ease;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

input::placeholder {
    color: #7d7d7d;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
}

input:hover {
    border: 1px solid #4e6fd9;
    color: #000;
}

input:hover::-webkit-input-placeholder {
    color: #000;
}

input:hover:-ms-input-placeholder {
    color: #000;
}

input:hover::-ms-input-placeholder {
    color: #000;
}

input:hover::-moz-placeholder {
    color: #000;
}

input:hover::placeholder {
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.owl-carousel .owl-stage{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    -ms-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
        transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.caret{
        display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.caret:after {
    display: inline-block;
    content: " ";
    width: 7px;
    height: 7px;
    border-color: transparent;
    margin-left: 15px;
    border: 1.6px solid #fff;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    margin-bottom: 5px;
}
.owl-carousel .owl-nav button {
    position: absolute;
}
.owl-carousel .owl-nav .owl-prev {
    left: -60px;
    top: calc(50% - 25px);
}
.owl-carousel .owl-nav .owl-next {
    right: -60px;
    top: calc(50% - 25px);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.owl-carousel:hover .owl-nav button:not(.disabled) {
    opacity: 1;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav{
    margin:0;
}

/*flex*/
.box-row,
.box-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: -webkit-flex;
    display: flex;
}

.box-row {
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.box-col {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.box-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.space-between {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.space-around {
    -webkit-box-pack: distribute;
    -o-box-pack: distribute;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.space-center {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.space-end {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.space-start {
    -webkit-box-pack: start;
    -o-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.align-start {
    -webkit-box-align: start;
    -o-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.align-center {
    -webkit-box-align: center;
    -o-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -o-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.text-center{
    text-align: center;
}
/*flex end*/



.container {
    max-width: 1560px;
    padding:0 15px;
    margin: 0 auto;
}

.header {
    background:#fff;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
            box-shadow: 0 0 15px rgba(0,0,0,0.3)
}
.header .container{
    max-width: 1590px;
    background: #fff;
}

.header.nav_fixed {
    position: fixed;
    z-index: 1000;
    left: 0px;
    right: 0px;
    top: 0;
    -webkit-animation: fixed 0.3s linear;
    animation: fixed 0.3s linear;
    background: #fff;
}

.header.nav_fixed:after {
    display: none;
}

.header.nav_fixed .header__bottom {
    margin-top: 40px;
}
.header.nav_fixed  .header__logo .logo{
padding-top: 15px;
padding-bottom: 10px;
}
.header.nav_fixed  .header__logo .logo2{
    padding-top: 15px;
    padding-bottom: 10px;
}
.header.nav_fixed .header__content{
    padding:10px 0;
}

@-webkit-keyframes fixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes fixed {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}


.header__logo {
    width: 390px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
}
.header__logo:after{
    content: "";
    position: absolute;
    left: calc(-50vw + 765px);
    height: 100%;
    background: #ff0000;
    width: calc(55vw - 765px);
    z-index: 1;
    margin-top: -1px;
}
.header__logo a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.header__logo .logo{
    background: #ff0000;
    padding: 29px 22px 19px 14px;
    -webkit-transform: rotate(5deg) skew(-5deg, -5deg);
            -ms-transform: rotate(5deg) skew(-5deg, -5deg);
        transform: rotate(5deg) skew(-5deg, -5deg);
    z-index: 2;
}
.header__logo .logo:after{
    content: "";
    display: block;
    background: #ff0000;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(-50deg) skew(5deg, 5deg);
            -ms-transform: rotate(-50deg) skew(5deg, 5deg);
        transform: rotate(-50deg) skew(5deg, 5deg);
    position: absolute;
    right: -6px;
    bottom: 18px;
    z-index: 1;
}
.header__logo .logo2{
background: #334b93;
padding: 30px 35px 20px 37px;
    -webkit-transform: rotate(5deg) skew(-5deg, -5deg);
            -ms-transform: rotate(5deg) skew(-5deg, -5deg);
        transform: rotate(5deg) skew(-5deg, -5deg);
}
.header__logo .logo2:after{
    content: "";
    display: block;
    background: #334b93;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(-50deg) skew(5deg, 5deg);
            -ms-transform: rotate(-50deg) skew(5deg, 5deg);
        transform: rotate(-50deg) skew(5deg, 5deg);
    position: absolute;
    right: -6px;
    bottom: 18px;
    z-index: 1;
}
.header__logo a img{
    -webkit-transform: rotate(-5deg) skew(5deg, 5deg);
            -ms-transform: rotate(-5deg) skew(5deg, 5deg);
        transform: rotate(-5deg) skew(5deg, 5deg);
    display: block;
    position: relative;
    z-index: 2;
}
.header__logo .logo img{
    height: 104.4px;
    width: 172.45px;
}
.header__logo .logo2 img{
        width: 110px;
    height: 101px;
}
.header__social{
position: absolute;
top: 19px;
right: 3px;
    -webkit-transform: rotate(5deg) skew(-5deg, -5deg);
            -ms-transform: rotate(5deg) skew(-5deg, -5deg);
        transform: rotate(5deg) skew(-5deg, -5deg);
}
.header__social a{
    width:13px;
    opacity: 0.7
}
.header__social a.home{
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(-5deg) skew(5deg, 5deg);
-ms-transform: rotate(-5deg) skew(5deg, 5deg);
transform: rotate(-5deg) skew(5deg, 5deg);
opacity: 1;
}
.header__social a.home svg{
width: 100%;
height: 30px;
fill:#fff;
}
.header__content {
width: calc(100% - 422px);
    padding: 13px 0 21px;
}

.header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
}

.header__bottom {
    margin-top: 53px;
}


.nav a {
    color: #5f5f5f;
    font-weight: 700;
    margin-right: 16px;
    text-transform: uppercase;
    font-size: 14px;
}
.nav a:hover, .nav a.active, .nav a:focus{
    color: #4e6fd8;
}

.header_phones {
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header_phones button {
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    white-space: nowrap;
}

.header_phones button:after{
    border-color: #4e6fd8;
    margin-left: 10px;
}

.header_phones .dropdown-menu {
    -webkit-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    -ms-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
        transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: 0;
    left: auto;
    float: right;
    min-width: 0;
}

.open .dropdown-menu {
    -webkit-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
    -ms-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
        transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header_phones .dropdown-menu li img {
    margin-right: 5px;
}

.header_phones .dropdown-menu>li>a {
    padding: 3px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
}

.header_phones>button>span:first-child {
    letter-spacing: -0.5px;
}


.header__info .callback_btn {
    color: #666666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1px;
    border-bottom: 1px solid #666;
    margin-left: 20px;
    white-space: nowrap;
    cursor: pointer;
    max-width: 150px;
    text-align: center;
}
.header_catalog{
    cursor: pointer;
}

.header_catalog span {
    background: #4e6fd8;
    color: #fff;
    height: 42px;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    font-weight: 700;
    width: 170px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_catalog span:hover, .header_catalog.active span:hover, .header_catalog.active span{
    background: #304ca9;
}
.header_catalog.active .caret:after{
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-top: 10px;
}

.header__search{
    position: relative;
    margin-right: 3%;
}
.header__search input{
    border:1px solid #ccc;
    width: 275px;
}
.header__search i{
    height: 100%;
    position: absolute;
    right: 16px;
    top: -1px;
    width: 35px;
    font-size: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
}
.header #language{
    margin-right: 6%;
}
.header_lang{
    padding-bottom: 6px;
    white-space: nowrap;
}
.header_lang a, .header_lang span{
    margin: 0 6px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 1px;
    color: #000;
    text-transform: lowercase;
    font-weight: normal;
}
.header_lang a.current{
font-weight: 700;
/*    border-bottom: 1px solid #000;*/
    width: 19px;
}
.header_lang input{
    display: none;
}

.top_links{
    margin-left: 15%;
    padding-right: 20px;
}
.top_links ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    margin: 0;
}

.top_links ul li{
    margin-right: 35px;
}
.top_links ul li:last-child{
    margin-right: 0px;
}
.top_links a{
    position: relative;
    cursor: pointer;
}
.top_links a i{
    display: none;
}
.top_links li>div> a >span{
    color: #fff;
    background: #ff4c61;
    position: absolute;
    top: -43px;
    right: -22px;
    border-radius: 20px 20px 20px 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
}
.top_links a.login{
color: #666666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.top_links a.login img{
    margin-left: 10px;
}
#cart{
    position: relative;
}
#cart .content{
    -webkit-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    -ms-transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
        transform: scaleY(1) scaleX(1) translateY(25px) translateX(0px);
    opacity: 0;
    visibility: hidden;
    top: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    right: 0;
    left: auto;
    float: right;
    min-width: 0;
    position: absolute;
    padding:10px;
}
#cart:hover .content{
    -webkit-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
    -ms-transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
        transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
}
.slick-arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    text-indent: 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}
.slick-prev{
left: -50px;
background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;
-webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-next{
right: -50px;
background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;

}
.home-start__slider .slick-arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 65px;
    text-indent: 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    top: auto;
    -webkit-transform: none;
            -ms-transform: none;
        transform: none;
}
.home-start__slider .slick-prev{
left: calc(50% - 120px);
background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_left.png) no-repeat center;
}
.home-start__slider .slick-prev:hover{
left: calc(50% - 130px);
}
.home-start__slider .slick-next{
right: calc(50% - 120px);
background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_right.png) no-repeat center;
}
.home-start__slider .slick-next:hover {
right: calc(50% - 130px);
}
#banner0 {
    position: relative;
}
#banner0 + .box{
    padding-top: 54px;
}
.owl-item a{
    display: block;
}
.owl-item img{
    display: block;
max-width: 100%;
}
.home-start__item{
    position: relative;
}
.home-start .pagingInfo{
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.home-start__content{
    position: absolute;
    right: calc(50vw - 830px);
    top: 49%;
    -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    color: #fff;
    width: 100%;
    max-width: 550px;
    padding-right: 15px;
}
.home-start__content h3{
    font-size: 39px;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    margin: 0 0 10px;
    line-height: 1em;
}
.home-start__content p{
    font-size: 19px;
    font-weight: 400;
    max-width: 320px;
}
.home-start__content .home-start__btn{
    height: 58px;
    border: 4px solid #fff;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 45px;
    color: #fff;
    margin-top: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home-start__content .home-start__btn:hover{
    background: #fff;
    color: #000;
}
.home-title{
    margin: 81px 0 77px;
    padding: 0 15px;
}
.home-title a{
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000;
    font-size: 22px;
    letter-spacing: -0.5px;
}
.home-title a span{
    color: #ed1c25;
    font-weight: 700;
}
#banner_grid0{
    margin:74px auto 0;
}
.home-categories__item{
    width: calc(25% - 35px);
    border-radius: 20px;
    margin-bottom: 44px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px solid #4e6fd9;
}
.home-categories__item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home-categories__img{
    width: 150px;
    padding-left:10px;
    text-align: center;
    height: 106px;
}
.home-categories__title{
    background: #4e6fd9;
    padding: 10px 10px 15px;
    color: #fff;
    min-height: 106px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 135px);
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 20px;
}
.home-categories__title span{
    position: relative;
    z-index: 2;
}
.home-categories__title:after{
    content: "";
    display: block;
    background: #4e6fd9;
    width: 20px;
    -webkit-transform: rotate(5deg) skew(-4deg, -4deg);
            -ms-transform: rotate(5deg) skew(-4deg, -4deg);
        transform: rotate(5deg) skew(-4deg, -4deg);
    position: absolute;
    left: -10px;
    bottom: -3px;
    z-index: 1;
    top: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-categories__item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
            box-shadow: 0 0 10px rgba(0,0,0,0.3)
}
.home-categories__item:hover .home-categories__title, .home-categories__item:hover .home-categories__title:after{
    background: #324993;
}
.home_section{
    padding: 74px 0;
}
.popular_products, .new_products, .sale_products{
    background: #efefef;
}
.popular_products .container, .new_products .container, .sale_products .container{
    max-width: 1460px;
}
.all_btn a{
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
}
.all_btn a span{
    font-weight: 800;
}
.all_btn a:after{
    width: 20px;
    height: 12px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;
    content: "";
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 3px;
    margin-top: 5px;
}
.all_btn a:hover:after{
    margin-left: 15px;
    margin-right: -15px;
}
.slider__title{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    background: #fff;
    padding:0 30px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    margin-bottom: 29px;
    letter-spacing: 2px;
}
.favorite{
    width: 25px;
    height: 22px;
    display: block;
    cursor: pointer;
    font-size: 23px;
    color: #000;
}
.products-slider{
    margin: 0 0px 74px;
}
.products-slider:last-child{
    margin: 0 0px 0px;
}
.products-slider__item{
    background: #fff;
    border-radius: 5px;
    padding:15px 27px 23px;
    float: left;
    width:100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.popular_products .owl-carousel{
    background: transparent;
}
.products-slider__img{
    height: 190px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
}
.products-slider__img img{
max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
}
.products-slider__title a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    margin:0 0 12px;
    line-height: 15px;
}
.products-slider__title span{
    text-transform: uppercase;
    color: #ccc;
    display: block;
    font-weight: 600
}
.products-slider__desc{
    margin-bottom: 10px;
    min-height: 39px;
}
.products-slider__desc a{
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.products-slider__view{
    width: calc(100% - 25px);
    float: left;
}
.products-slider__view a{
    height: 37px;
    border: 2px solid #4e6fd9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 17px;
    color: #4e6fd9;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    transition: all 0.3s;
    max-width: 100%;
}
.products-slider__view a:hover{
    background: #4e6fd9;
    color: #fff;
}
.products-slider__links{
    width: 25px;
    float: right;
    margin-top: 12px;
/*    opacity: 0.3;*/
    margin-right: -12px;
}
.products-slider__links .fa-heart-o{
    color: #666;
}
.products_slider1.slider__title{
    color: #ff4c61;
}
.slider_wrap + .slider_wrap{
    padding-top: 0;
}
.section__title{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    margin:0 0 55px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.all_link{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}
.all_link:after {
    width: 20px;
    height: 12px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;
    content: "";
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 15px;
}
.all_link:hover:after {
    margin-left: 5px;
}
#banner1{
    overflow: hidden;
}
.brends-section{
    padding: 68px 0 40px;
}
.brends-list{
    margin: 0 -10px;
}
.brends__item{
    width: calc(16.6% - 5px);
    margin: 0 5px 15px 0;
    height: 160px;
}
.brends__item:last-child{
    margin-right: auto;
}
.brends__item a{
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    height: 100%
}
.brends__item img{
    max-width: 100%;
    max-height: 100%;
}
.brends__item:hover{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.blog_category_posts-0{
    background: #fbfbfb;
    padding-bottom: 148px;
}
.blog_category_posts-0 .all_link:after{
display: none;
}
.blog_category_posts-0 .all_link, .testimonials .all_link{
    border-bottom: 1px solid #000;
}
.blog_category_posts-0{ 
    background: #fbfbfb;
    padding:58px 0 72px
}
.blog_category_posts-0 .section__title{
    margin-bottom: 57px;
}
.blog_category_posts-0 .all_link{
    margin-bottom: 58px;
}
#blog_category_posts-0{
    padding-left:calc(50vw - 774px); 
    background: transparent;
}
.news-slider .slick-list{
    padding-right: 10%;
}
.blog_category_posts-0 .slider__nav, .testimonials .slider__nav{
    display: inline-block;
    margin-left: 54px;
}
.blog_category_posts-0 .news-slider__prev,
.blog_category_posts-0 .news-slider__next,
.testimonials .slide_arrow_prev,
.testimonials .slide_arrow_next,
.owl-carousel .owl-nav button .slide_arrow_prev, .owl-carousel .owl-nav button .slide_arrow_next{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    position: static;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;
    cursor: pointer;
    background-size: 29px;
}
.blog_category_posts-0 .news-slider__next,
.testimonials .slide_arrow_next{
    margin-left: 20px;
}
.blog_category_posts-0 .news-slider__prev, .testimonials .slide_arrow_prev,
.owl-carousel .owl-nav button .slide_arrow_prev{
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.blog_category_posts-0 .news-slider__img{
    height: 191px;
    background: #404879;
}
.blog_category_posts-0 .news-slider__img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog_category_posts-0 .news-slider__item:hover img{
    opacity: 0.5;
}
.blog_category_posts-0 .news-slider__content{
    padding: 23px 16px 20px;
}
.blog_category_posts-0 .news-slider__content .date{
    font-size:15px;
    color: #333;
    margin-bottom: 7px;
}
.blog_category_posts-0 .news-slider__content h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 14px;
}
.blog_category_posts-0 .news-slider__content .desc{
    color: #666666;
    font-size: 16px;
    line-height: 20px;
}
.blog_category_posts-0 .news-slider__view{
    border-bottom: 1px solid #4e6fd9;
    padding-bottom: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #4e6fd9;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 37px;
}
.blog_category_posts-0 .news-slider__view:hover{
    color: #324993;
    border-color: #324993;
}
.registration-section{
    background-image: -o-linear-gradient(left, #324993 , #292d3d);
    background-image: -webkit-gradient(linear, left top, right top, from(#324993) , to(#292d3d));
    background-image: linear-gradient(to right, #324993 , #292d3d);
}
.registration-section .container{
    max-width: 1435px;
}
.registration-section .registration__text{
    padding: 69px 0 75px 70px;
    color: #fff;
    letter-spacing: -0.7px;
}
.registration__title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;    
}
.registration__title span{
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-right: 12px;
}
.registration__list{
    padding:0;
    list-style: none;
    margin:0;
}
.registration__list li{
    position: relative;
    margin-bottom: 9px;
    font-size:24px;
}
.registration__list li:before{
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #00a8ff;
    left: -30px;
    top: calc(50% - 4px);
    position: absolute;
    display: block;
}
.registr_btn{
    height: 58px;
    border: 4px solid #00a8ff;
    background: #00a8ff;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    color: #fff;
    margin-top: 32px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.registr_btn:hover{
    background: transparent;
}
.box-row .section__head{
    width:100%;
}
#blog_category_posts-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
    -o-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1560px;
    margin:0 auto;
}
.blog_category_posts-1 .all_link{
    margin-bottom: 56px;
}
.blog_category_posts-1 .section__title{
margin-bottom: 70px;
}
.blog_category_posts-1 .news-slider__item{
    width:calc(33.3% - 2px);
}
.blog_category_posts-1 .news-slider__item a{
height: 300px;
font-size: 18px;
    font-weight: 700;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
            align-items: flex-end;
    padding: 50px 30px;
    text-transform: uppercase;
    position: relative;
}
.blog_category_posts-1 .news-slider__item a:after{
    background: rgba(51,51,51,0.5);
    content: "";
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog_category_posts-1 .news-slider__item:hover a:after{
    background: rgba(41,45,61,0.75)
}
.blog_category_posts-1 .news-slider__img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog_category_posts-1 .news-slider__img img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.blog_category_posts-1 .news-slider__item .news-slider__content *{
    display: none;
}
.blog_category_posts-1 .news-slider__item .news-slider__content h3{
    padding-right: 90px;
    min-height: 36px;
    position: relative;
    z-index: 2;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: block;

}
.blog_category_posts-1 .news-slider__item:hover h3{
}
.home-seo__section .container{
    max-width: 1530px;
}
.home-seo__section .section__title{
    margin-bottom: 70px;
}
.home-seo__section .seo__img{
    width:23%;
    padding-right: 25px;
}
.home-seo__section .seo__content{
    width: 77%;
    font-size: 16px;
    color: #666;
    line-height: 1.9em;
    letter-spacing: -0.5px;
}
.home-seo__section .seo__content p{
    margin-bottom: 30px;
}
.home-seo__section .seo__content p + a{
    color: #4e6fd9;
    font-weight: 700;
    margin-top: -30px;
    display: inline-block;
    vertical-align: top;
}
.home-seo__section .seo__content a:hover{
    text-decoration: underline;
}
footer{
background: #273971 url(https://ianv.com.ua/catalog/view/theme/cosyone/image/footer_bg.jpg) no-repeat bottom center;
padding-top: 74px;
color: #fff;
font-size: 14px;
line-height: 2em;
font-weight: 600;
margin-top: 41px;
}
.footer .container{
    max-width: 1520px;
}
footer a{
    color: #fff;
}
footer a:hover{
    text-decoration: underline;
}
.footer__logo{
    width:14%;
}
.footer__logo img{
    max-width: 111px;
}
.footer__logo>img{
    width: 100%;
}
.footer__info{
    width:27%;
    margin-top: -10px;
}
.footer_column{
    width:18%;
    margin-top: -10px;
}
.footer_column .footer__title{
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer_column .footer__title ~ a{
    text-transform: uppercase;
}
.footer_column a{
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}
.footer__adress{
    max-width: 265px;
}
.footer__adress ~ a{
    text-decoration: underline;
}
.footer .copy_wrap{
    margin-top: 33px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0 7px;
}
.copy_wrap a{
    border-bottom: 1px solid #fff;
}
.copy_wrap a:hover{
    border-color: #c9e03b;
    text-decoration: none;
    color: #c9e03b;
}
.footer__info .callback_btn:before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/mail_ico.png) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
}
.map_btn:before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/place_ico.png) no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}
.footer__social{
    margin-top: 28px;
}
.footer__social a{
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer__social a:hover{
    opacity: 0.7;
    text-decoration: none;
}
.scroll_to_top  {
    position: fixed;
    bottom: 50px;
    right: 70px;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #334b93;
    border: 2px solid #fff;
    line-height: 50px;
    border-radius: 100%;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    z-index: 1000;
}
.scroll_to_top:after{
    margin: 0;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.scroll_to_top.active {
    visibility: visible;
    right: 70px!important
}
.scroll_to_top i{
    color: #fff;
    font-size: 20px;
}
.authorization_block{
    position: relative;
}
.top_header_drop_down{
position: absolute;
    top: 100%;
    right: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 14px;
    padding: 15px;
    left: auto;
    width: 300px;
    border-radius: 5px;
}
#login{
    font-size: 14px;    
}
#login label{
    margin-bottom: 5px;
    display: block;
}
#login input{
    margin-bottom: 10px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
#login input:focus, #login input:hover{
    border-color: #fff;
    border-bottom: 1px solid #4e6fd9;
}
#login input[type="submit"]{
    height: 40px;
    border: 2px solid #4e6fd9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 30px;
    color: #4e6fd9;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    transition: all 0.3s;
    width: auto;
    margin: 10px auto 15px;
}
#login input[type="submit"]:hover {
    background: #4e6fd9;
    color: #fff;
}
#login .bottom{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
            justify-content: space-between;
}
#login .bottom a{
    font-weight: 700;
    text-decoration: underline;
    color: #4e6fd9;
    font-size: 12px;
}
#login .bottom a:hover{
    color: #000;
    text-decoration: none;
}
#menu .mobile_menu_trigger{
    display: none;
}

.breadcrumb_wrapper{
    padding: 45px 0;
    background: #fff;
}
.breadcrumb{
    margin:0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    list-style: none;
    margin:0 auto;
    max-width: 1530px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb li{
    margin:0 10px 0 0;
}
.breadcrumb li:after{
    display: inline-block;
    content: ">";
    vertical-align: middle;
    margin-left: 10px;
    color: #333;
}
.breadcrumb li:last-child:after{
    display: none;
}
.breadcrumb a{
    color: #4e6fda;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #4e6fda;
}
.breadcrumb li:last-child a{
    color: #666;
    border-color: transparent;
}
.information-information h1{
    margin-bottom: 67px;
}
.dir_img{
    width: 370px;
    padding-right: 90px;
    float: left;
    padding-left: 19px;
}
.dir_img img{
    margin-bottom: 30px;
}
.dir_img .title{
    font-size: 18px;
    color: #1daae6;
    font-style: italic;
    line-height: 1.45em;
}
.dir_img .title b{
    font-style: normal;
    display: block;
}
.dir_img + .toggle_content{
font-size: 18px;
    color: #333;
    line-height: 30px;
    width: calc(100% - 370px);
    margin-left: 360px;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 74px;
    position: relative;
    padding-bottom: 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 940px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.dir_img + .toggle_content.active{
    max-height: 100%;
}
.dir_img + .toggle_content p{
    margin-bottom: 30px;
}
.banner-grid_carousel{
    padding:70px 0;
}
.banner-grid_carousel .container{
    max-width: 1380px;
}
.advantages{
    padding: 55px 0 171px;
}
.advantages .advantages_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1350px;
    padding-left: 45px;
}
.advantages_item{
    width:20%;
    padding: 0 15px;
    text-align: center;
}
.advantages_ico{
    margin-bottom: 24px;
}
.advantages .title{
    font-weight: 700;
    color: #000;
    font-size: 16px;
    font-style: italic;
}
.advantages .section__title{
    margin-bottom: 69px;
}
.testimonials{
    padding:57px 0 75px;
    background:#f5f5f5;
}
.testimonials .testimonial{
    background:transparent;
    line-height: 1.6em;
    padding:65px 0 74px;
}
.testimonial_item a, .testimonial_item .testimonial_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #000;
}
.testimonial_left{
    width: 370px;
    padding-right: 100px;
    padding-left: 14px;
}
.testimonial_right{
    width: calc(100% - 370px);
    line-height: 1.7em;
}
.testimonial_desc{
    max-width: 900px;
}
.testimonial_date{
    margin-bottom:25px;
}
.testimonial_user{
    color: #1daae6;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5em;
}
.testimonials .all_link:after{
    display: none;
}
.toggler{
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #4e6fda;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
}
.page-heading_section{
    padding: 110px 0 117px;
    position: relative;
    background-size: 1920px;
    margin-bottom: 75px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-heading_section.about{
    margin-bottom: 135px;
}
.blog-category .page-heading_section{
margin-bottom: 89px;
}
.page-heading_section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}
.page-heading_section>*{
    position: relative;
    z-index: 2;
}
.page_heading{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.information-information .breadcrumb_wrapper, .information-contact .breadcrumb_wrapper,
.blog-category .breadcrumb_wrapper, .blog-blog .breadcrumb_wrapper, .product-testimonial .breadcrumb_wrapper{
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin:0;
}
#map {
    width: 100%;
    height: 500px;
}
.information-contact .contacts_content{
    max-width: 1530px;
    padding: 33px 15px;
}
.information-contact  h1{
    margin: 0 0 108px;
    font-size: 30px;
}
.information-contact .block_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
}
.information-contact .contacts_info{
    margin-bottom: 107px;
}
.information-contact .contact_form{
    width:52%;
    margin-bottom: 120px;
}
body:not(.common-home).information-contact .footer{
    margin-top: 0;
}
.contacts_info{
    font-size: 18px;
    line-height: 1.4em;
    padding-right: 15px;
}
.contacts_info div{
    margin-bottom: 50px;
}
.contacts_info div:last-child{
    margin-bottom: 0;
}
.contacts_info .adress{
    padding-left: 95px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/place-ico_black.png) no-repeat 36px 8px;
    min-height: 35px;
    max-width: 420px;
}
.contacts_info .phones{
    padding-left:95px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/phone_ico.png) no-repeat 37px 5px;
    min-height: 31px;
    margin-bottom: 40px;
}
.contacts_info .phones a{
    color: #333;
}
.contacts_info .site{
    font-weight: 700;
    padding-left: 90px;
    margin-bottom: 55px;
}
.contacts_info .site a{
    text-decoration: underline;
}
.contacts_info .store_name{
    font-weight: 700;
    max-width: 470px;
    padding-left:90px;
}
.contact_form {
    font-size: 16px;
}
.contact_form .form-group{
    padding: 0 15px;
    margin-bottom: 15px;
    width: 50%;
}
.contact_form label{
    display: block;
    font-weight: 700;
    margin-bottom: 14px;
}
.contact_form .form-group input, .contact_form .form-group textarea{
    border:0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding:5px 0;
}
.contact_form .form-group input:hover,
.contact_form .form-group input:focus{
    border-color: #000;
}
.information-contact .box-row > .textarea{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 33px;
}
.form-group.textarea .control-label{
margin-bottom: 6px;
}
.contact_form .form-group textarea{
    height: 40px;
    width: 100%;
}
.contact_form input[type="submit"]{
    background: #4e6fd8;
    color: #fff;
    height: 44px;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 28px;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    border: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact_form input[type="submit"]:hover{
    border:0;
    background: #395ccd;
}
.contacts_row > div:first-child{
    width:48%;
}
.child_category_wrap{
    max-width: 1493px;
    padding: 0 15px;
}
.blog-category .section_title{
    font-size: 29px;
    text-transform: uppercase;
    margin:0 0 86px;
    color: #000;
}
.blog_child_category{
    width: calc(20% - 65px);
    margin: 0 75px 54px 0;
}
.blog_child_category:last-child{
    margin-right: auto;
}
.blog_child_category_name{
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
}
.blog_child_category a{
    color:#666;
}
.blog_child_category_image{
    text-align: center;
}
.blog_child_category_image img{
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transition: box-shadow, 0.3s all;
    -webkit-transition: 0.3s all, -webkit-box-shadow;
    transition: 0.3s all, -webkit-box-shadow;
    -o-transition: box-shadow, 0.3s all;
    transition: box-shadow, 0.3s all;
    transition: box-shadow, 0.3s all, -webkit-box-shadow;
    padding: 10px;
}
.blog_child_category:hover .blog_child_category_image img{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
            box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.blog-category footer{
    margin-top: 120px;
}
.child_category_title{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding-bottom: 13px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 54px;
}
.child_category_item{
    margin-bottom: 75px;
}
.child_category_item:last-child{
    margin-bottom: 0px;
}
.doc_item{
    width: calc(33.3% - 34px);
    margin: 0 15px 60px 19px;
}
.doc_item .image{
    width: 240px;
}
.doc_right{
    padding: 15px 25px 91px 32px;
    width: calc(100% - 240px);
}
.doc_title a, .doc_title{
    line-height: 1.5em;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}
.doc_download{
    font-size: 14px;
    color: #0066cc;
    font-weight: 700;
    margin-top: 22px;
    display: inline-block;
    vertical-align: top;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/load_ico.png) no-repeat center left;
    min-height: 17px;
    padding-left: 22px;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.doc_download:hover{
    color: #000;
}

/*pagination*/
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 15px -0.4rem;
}
.pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
}
.pagination a, .pagination span {
    position: relative;
    display: block;
    padding: .5rem .4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4e6fda;
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 700;
}
.pagination li.active span {
    z-index: 1;
    color: #000;
    text-decoration: none;
}
.pagination li a:hover {
    color: #000;
    text-decoration: none;
}
.pagination li:last-child a, .pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.first_page:after, .last_page:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #4e6fda;
    vertical-align: middle;
}
.first_page:hover:after, .last_page:hover:after {
    -webkit-filter: brightness(0);
            filter: brightness(0);
}
.prev_page:after, .next_page:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_blue.png) no-repeat center;
    vertical-align: middle;
}
.prev_page:hover:after, .next_page:hover:after {
    -webkit-filter: brightness(0);
            filter: brightness(0);
}
.prev_page:after{
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    margin-right:10px;
}
.next_page:after{
    margin-left:10px;
}
/*pagination end*/

/*testimonial*/
.product-testimonial .page-heading_section{
    margin-bottom: 137px;
}
 .product-testimonial h1{
    font-size: 24px;
    margin: 0 0 66px;
    letter-spacing: 0px;
    text-transform: uppercase;
 }
 .product-testimonial .testimonial_item{
    padding: 64px 5px 142px;
    border-top: 3px solid #ccc;
 }
.product-testimonial .pagination{
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    margin-top: -55px;
    border-top: 3px solid #ccc;
    padding-top: 55px;
    padding-bottom: 55px;
 }
 .product-testimonial .pagination a,  .product-testimonial .pagination span{
font-size: 22px;
 }
 .blog_item, .blog_item a{
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
 }
.blog_item a:hover{
    color: #ff0000;
 }
 .blog-item_date{
    font-size: 18px;
    margin-bottom: 27px;
    padding: 0 7px;
 }
 .blog-item_title{
    font-size: 30px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 0 50px;
    text-transform: none;
    padding: 0 7px;
    line-height: 1em;
 }
 .blog_signle{
     padding:11px 0;
 }
 .blog_signle .container{
    max-width: 1565px;
 }
 .blog_main{
    max-width: calc(100% - 490px);
    padding-left: 105px;
 }
 .blog_sidebar{
    max-width: 260px;
    padding-top: 58px;
    margin-bottom: 150px;
 }
 .sidebar_title{
    color: #000;
    font-size: 18px;
    margin-bottom: 48px;
    text-transform: uppercase;
 }
  .popular-article-item{
    margin-bottom: 40px;
  }
 .popular-article-item a{
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
 }
.popular-article-item a:hover{
    color: #ff0000;
 }
 .popular-article-image{
    margin-bottom: 13px;
    height: 145px;
    position: relative;
    overflow: hidden;
 }
 .popular-article-image img{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
 }
 .popular-article-date{
    padding: 0 3px;
    margin-bottom: 2px;
 }
 .popular-article-title{
    text-decoration: underline;
}
.blog_post .blog-item_title{
    text-decoration: none;
}
.blog_post .description{
font-size: 18px;
line-height: 26px;
color: #000;
}
.blog_post .description ul{
    list-style-position: inside;
}
.blog_post .description p{
margin-bottom: 25px;
color: #000;
}
.blog_post .main_thumb{
    margin-bottom: 37px;
}
.blog_post iframe{
    margin: 30px 0;
}
.blog.news-list{
    padding: 101px 0 210px;
}
.news-list .blog_row{
    margin:0 -15px;
}
.blog.blog-list{
    padding:0 0 180px;
}
.blog-list .blog_row{
    margin:0;
}
.news_item{
    width:calc(25% - 30px);
    margin:0 15px 90px;
}
.news-list .news__img{
    height: 190px;
    background: #404879;
}
.news-list .news__img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .news_item:hover img{
    opacity: 0.5; 
}
.news-list .news__content{
    padding:19px 20px;
}
.news-list .news__content .news-item_date{
    font-size: 14px;
    color: #666;
    margin-bottom: 13px;
}
.news-list .news__content h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .news_item:hover h3{
    color: #666666;
}
.news-list .news__content .news-descr{
    color: #666666;
    font-size: 16px;
    line-height: 1.25em;
}
.news-list .news__view{
    border-bottom: 1px solid #4e6fd9;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #4e6fd9;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 36px;
}
.news-list .news__view:hover{
    color: #324993;
    border-color: #324993;
}
.testimonial-form{
    padding:190px 0 265px;
    background: #f5f5f5 url(https://ianv.com.ua/catalog/view/theme/cosyone/image/form_bg.png) no-repeat bottom left;
    margin-top: 132px;
}
.formRow {
    position: relative;
    width: 100%;
}
.formRow.textarea{
    margin-top: 8px;
}
.formRow--item {
    display: block;
    width: 100%;
    margin-bottom: 17px;
}
.formRow--input {
    position: relative;
    padding: 10px 0px 10px;
    width: 100%;
    outline: none;
    border:0;
    border-bottom: solid 1px rgb(149, 152, 154);
    color: #999;
    font-weight: 400;
    font-size: 16px;
    resize: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
    background: transparent;
}
.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}
.formRow--input-wrapper.active .placeholder {
    top: -10px;
    color: #283971;
    font-size: 16px;
    line-height: 14px;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
    font-weight: 700;
}
.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
    color: #000;
}
.formRow .formRow--input:focus, .formRow .formRow--input:hover {
    border:0;
    border-bottom: 1px solid #000;
}
.formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    padding: 0;
    color: rgb(149, 152, 154);
    white-space: nowrap;
    letter-spacing: 0.2px;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.testimonial_testimonial-form_wrap{
    border-top: 1px solid #999;
    max-width: 750px;
    margin:0 auto;
    padding-top: 13px;
}
.testimonial-form_title{
    margin-bottom: 70px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0;
}
.form_column2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
            justify-content: space-between;
}
.form_column2 .formRow--item{
    width:calc(50% - 15px);
}
textarea.formRow--input{
    resize: auto
}
.form_btn{
    background: #4e6fd8;
    color: #fff;
    height: 40px;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    font-weight: 700;
    margin-top: 35px;
    font-size: 20px;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form_btn:hover{
    background: #425cb2;
}
body:not(.common-home).product-testimonial .footer{
    margin-top: 0;
}


.prices-top{
    padding: 0px 0 75px;
    font-size: 24px;
    max-width: 1070px;
    margin: 0 auto;
    letter-spacing: -0.7px;
}
.prices-top_title{
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}
.prices-top_text{
    color: #666;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: 0.4px;
}
.prices-top_text a{
    color: #ff0000;
    text-decoration: underline;
}
.prices-content{
    max-width: 1490px;
    margin: 0 auto;
}
.prices-content .section_title{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 37px;
}
.prices-content table{
    max-width: 1070px;
    margin:0 auto 125px;
    font-size: 16px;
    color: #333;
}
.prices-content table td{
    width:50%;
    vertical-align: top;
}
.prices-content table td a{
    display: block;
    min-height: 72px;
    color: #333;
    padding: 6px 76px 53px;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/doc_ico.png) no-repeat left top;
    line-height: 1.1em;
}
.prices-content .doc_download{
    margin:8px 0 0px;
    display: block;
}
.sales-content{
margin-bottom: 230px;
}
.sales-content .section_title{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding-bottom: 13px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 60px;
}
.sales_text{
    margin: 0 auto 75px;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    padding: 0 100px;
}
.sales_text h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
.sales_text p{
    max-width: 940px;
}
.sales-content table{
    width:100%;
    border-spacing: 0;
    margin-bottom: 94px;
    border-bottom: 2px solid #4e6fda;
}
.blog-blog table{
    width:100%;
    border-spacing: 0;
    border-bottom: 2px solid #4e6fda;
    margin: 20px 0;
}
.sales-content table th, .blog-blog table th, .blog-blog table tr:first-child td{
    text-align: center;
    padding: 22px 40px 30px;
    background: #334994;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #ccc;
}
.sales-content table th:nth-child(2){
    text-align: left;
}
.sales-content table th:last-child, .sales-content table td:last-child,
.blog-blog table th:last-child, .blog-blog table td:last-child{
    border-right: 0;
}
.sales-content table td:nth-child(2){
    width:45%;
    text-align: left;
}
.sales-content table td:first-child, .sales-content table td:last-child{
    width: 12%;
    text-align: left;
}
.sales-content table td:nth-child(4){
    width:17.5%;
    font-weight: 700;
}
.sales-content table td, .blog-blog table td{
    text-align: center;
    padding:19px 40px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.sales-content table tr:last-child td, .blog-blog table tr:last-child td{
    border-bottom: 0;
}
.sales-content table td a, .blog-blog table td a{
    font-weight: 700;
    color: #ff3333;
    text-decoration: underline;
}
.prices-top_text a.mail_style{
    color: #4e6fda;
}
.blog-blog table p:last-child{
    margin-bottom: 0;
}
.blog-blog table tr:first-child p{
    color: #fff;
    line-height: 18px;
}






/*catecory-page*/
#column-left{
    width:250px;
    padding:71px 15px 80px 0;
}
.category_content{
    width: calc(100% - 250px);
    padding:71px 0 110px;
}
body[class*=product-category], body[class*=product-manufacturer], body[class*=checkout-success]{
    background:#efefef;
}
#column-left .list-group{
    font-weight: 600;
}
#column-left .list-group ul{
list-style: none;
padding: 0;
margin: 0;
}
.empty_content{
    margin-bottom: 50px;
    text-align: center;
}
.list-title{
    color: #999;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 31px;
}
.box-category>ul >li> .main_category{
font-size: 16px;
text-transform: uppercase;
display: block;
color: #000;
margin-bottom:8px;
padding-right: 20px;
letter-spacing: -0.8px;
}
.child_item.current .main_category{
color: #666;
padding-right: 20px;
}
.child_item.active> .main_category{
color: #ff4b61;
}
.child_item a{
    color: #4e6fda;
}
.child_item{
    position: relative;
}
.child_item a.main_category{
    padding-right: 20px;
}
.main_category ~ .childs>.child_item a{
position: relative;
padding-left: 19px;
font-size: 16px;
margin-bottom: 8px;
display: block;
letter-spacing: -0.8px;
}
.box-category>ul >li>.main_category ~ .childs>.child_item>a.main_category{
    text-transform: none;
    color: #4e6fda;
}
.main_category ~ .childs>.child_item a:after{
    content: "";
    position: absolute;
    width: 14px;
    border-bottom: 1px solid #4e6fda;
    left: 2px;
    top: 9px;
    display: block;
}
.main_category ~ .childs>.child_item.active >a:after{
    border-color: #ff4b61;
}
.childs .childs>.child_item a{
    color: #666;
}
.childs .childs>.child_item.active >a, .child_item.active>a,
.box-category>ul >li>.main_category ~ .childs>.child_item.active>a.main_category{
    color: #ff4b61;
}
.childs .childs>.child_item a:after{
    display: none;
}
.list-group .sign{
    position: absolute;
    right: 0;
    top: 0;
    height:20px;
    width: 20px;
    text-align: center;
    color:#4e6fda ;
    cursor: pointer;
}
.list-group .child_item.active > .sign{
    color: #ff4b61;
}
.list-group .child_item:not(.open) > .sign .minus, .list-group .child_item.open >.sign .plus{
    display:none;
}
.list-group .child_item.open> .sign .minus{
    display:block;
}
.list-group .child_item ul{
    display: none
}
.list-group .child_item.current> ul{
    display: block;
}
#column-left .list-group .box-category>ul>li>ul{
    display: block;
}
#column-left .list-group .box-category>ul>li>ul>li .childs{
    margin-bottom: 22px;
}
#column-left .list-group .box-category>ul>li>.childs{
    margin-bottom: 22px;
}
#column-left .list-group .box-category>ul>li>.sign{
    display: none;
}
.category_title{
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 18px;
    color: #fe4c62;
    margin:0 0 22px;
}
.category-info{
    margin-bottom: 45px;
    padding: 53px 0px;
}

.category-info .image{
    margin-right: 113px;
    -webkit-box-flex: 0;
            -webkit-flex: 0 0 249px;
                -ms-flex: 0 0 249px;
            flex: 0 0 249px;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
}
.category-description{
    font-size: 16px;
    line-height: 1.65em;
}
.category-description h3{
    font-size: 16px;
    font-weight: 700;
    margin:0 0 26px;
    text-transform: uppercase;
}
.category-list{
    margin-bottom: 60px;
}
.category-item{
    width: calc(20% - 12px);
    margin-right: 15px;
    background: #FFF;
    padding: 35px 15px 35px;
    text-align: center;
    margin-bottom: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.category-item:hover {
    -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.category-item:nth-child(5n) ~ *:last-child{
    margin-right: auto;
}
.category-item .image{
    margin-bottom: 32px;
}

.category-item .name a, .category-item .name{
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.category-item:hover .name a, .category-item:hover .name{
    color: #4e6fda;
}
.category-item .name{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    min-height: 70px;
}

.product-grid .item{
    width:calc(20% - 16px);
    margin-right: 20px;
    background:#fff;
    border-radius: 6px;
    padding:14px 25px 22px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.product-grid .item:hover{
    -webkit-transform: translate(0px, -10px);
            -ms-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.product-grid .item:nth-child(5n + 2):last-child,
.product-grid .item:nth-child(5n + 3):last-child,
.product-grid .item:nth-child(5n + 4):last-child{
    margin-right: auto;
}
.sale_badge{
    position: absolute;
    right: 0;
    width: 125px;
    color: #fff;
    font-size: 17px;
    top: 0;
    height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    background: #fe4c62;
    padding: 15px 10px;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            -ms-transform: translate(50%, -50%) rotate(-45deg);
        transform: translate(50%, -50%) rotate(-45deg);
    letter-spacing: 0.5px;
}
.sale_badge > div{
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    padding: 0px 10px 0 0;
    margin-top: 54px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 60px;
    white-space: nowrap;
    text-align: center;
}
.sale_badge span{
    font-weight: 700;
    font-size: 19px;
}
.product-grid .item .image{
    min-height: 190px;
}
.product-grid .item img{
    display: block;
    margin-bottom: 15px;
    max-width: 180px
}
.product-grid .item .brend_name{
    text-transform: uppercase;
    color: #999;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}
.product-grid .item .name{
    margin-bottom: 5px;
}
.product-grid .item .description{
    margin-bottom: 10px;
    min-height: 39px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.product-grid .item .name a, .product-grid .item .name{
font-size: 16px;
font-weight: 600;
color: #000;
line-height: 18px;
}
.product-grid .item .button {
    height: 35px;
    border: 2px solid #4e6fd9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 28px;
    color: #4e6fd9;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
max-width: calc(100% - 30px);
}
.product-grid .item .button:hover{
    background: #4e6fd9;
    color: #fff;
}
.product-grid .item .icons_wrapper{
    position: absolute;
    right: 13px;
    bottom: 32px;
}
.product-grid .item .icons_wrapper a{
    color: #666;
    cursor: pointer;
    font-size: 20px;
}
.product-grid .item .icons_wrapper a:hover{
    color: #ff4c61;
}
.pagination_holder{
    margin-top: 40px;
}
.list-group + .box.custom{
    margin-top: 100px;
}
.list-group + .box.custom .box-heading{
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.list-group + .box.custom a{
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #666;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: top;
    margin-bottom:10px;
}
/*catecory-page end*/


/*product-page*/
.product-info{
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 3px solid #ccc;*/
}
.product-info .left{
width:540px;
text-align: center;
}
.product-info .left .image{
    padding: 25px 0 50px;
}
.product-info .left .image_carousel{
    list-style: none;
    margin: 0;
}
.product-info .left .image_carousel li{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border:1px solid #999;
    padding: 5px;
}
.product-info .left .image_carousel img{
    height: auto;
    margin: 0 auto;
    max-height: 100%;
}
.product-info .right{
    width: calc(100% - 540px);
    padding-left: 15px;
    padding-top: 40px;
}
.product-info .product-name{
    font-size: 26px;
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: none;
    max-width: 400px;
    letter-spacing: 0;
    line-height: 1.3em;
}
.product-info .product-brend{
    font-size: 14px;
    margin-bottom: 18px;
    color: #666;
}
.product-info .product-brend a{
    text-decoration: underline;
    color: #666;
    margin-left: 5px;
}
.product-info .wish-btn{
    color: #4e6fda;
    margin-bottom: 30px;
    font-size: 14px;
    display: inline-flex;
    vertical-align: top;
    cursor: pointer;
}
.product-info .wish-btn i{
    color: #666;
    margin-right: 10px;
    font-size: 20px;
}
.product-info .wish-btn span{
    text-decoration: underline;
}
.product-info .description{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.4em;
}
.product-info .description p{
    margin-bottom: 9px;
}
.product-info .price{
    font-size: 26px;
    font-weight: 700;
    margin: 25px 0;
}
.product-info .price .price-old{
    color: #ccc;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    margin-right: 5px;
}
.product-info .price .price-old:after{
    border-top: 1px solid red;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
    display: block;
}
.product-info .price .price-new{
    color: red;
}
.product-info .nomen-quantity{
    margin: 25px 0;
    display: inline-block;
}
.product-info .nomen-quantity input{
    width: 50px;
    font-size: 18px;
}
.product-info .nomen-quantity .minus, .product-info .nomen-quantity .plus{
    font-size: 20px;
}
.product-info .nomen-quantity+.buttons{
    display: inline-block;
    margin-left: 35px;
}
.product-info .product-sku{
    font-size: 14px;
    margin-bottom: 18px;
    color: #666;
}
.main-description{
    padding: 30px 13px 15px;
    /*border-top: 3px solid #ccc;*/
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.4em;
}
.main-description > p{
    max-width: 800px;
}
.main-description p{
    margin-bottom: 17px;
}
.main-description p:last-child{
    margin-bottom: 0px;
}
.main-description h3{
    font-weight: 700;
    font-size: 24px;
    margin:0 0 64px;
    margin-left: -15px;
}
.main-description p + h3{
    margin-top:112px;
}
.main-description ul, .main-description ol,
.product-info .description ul, .product-info .description ol{
    list-style-position: inside;
}
.main-description table{
    border-collapse: collapse;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.main-description table tr:first-child td{
border-bottom: 2px solid #4e6fda;
padding: 10px 35px;
font-size: 15px;
font-weight: 700;
border-right: 0;
}
.main-description table td{
    padding: 10px 35px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.main-description table td:last-child{
    border-right: 0;
}
.main-description table td:first-child{
    width: 25%;
}
.product-block__title{
    font-weight: 700;
    font-size: 24px;
    margin:0 0 35px;
}
.table-wrap + .product-block__title{
	margin-top: 50px;
}
.nomenclature table{
    width:100%;
    border-spacing: 0;
    margin-bottom: 75px;
    border-bottom: 2px solid #4e6fda;
}
.nomenclature table:last-child{
    margin-bottom: 0;
}
.nomenclature table th{
    text-align: center;
    padding: 25px 7px;
    background: #4e6fda;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #ccc;
}
.nomenclature table th.option{
    background: #334994;
}
.nomenclature table th:first-child{
    width:12%;
    background: #334994;
}
.nomenclature table th:last-child, .nomenclature table td:last-child{
    border-right: 0;
    position: relative;
}
.nomenclature table td{
    text-align: center;
    padding:8px 7px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
}
.nomenclature table td.option, .nomenclature table td:first-child{
    background: #f6f8ff;
}
.nomenclature table td:first-child{
    text-align:left;
}
.nomenclature table td:first-child a{
    color: #4e6fda;
}
.nomenclature table tr:last-child td{
    border-bottom: 0;
}
.nomenclature table td a, .nomenclature table td button{
    font-weight: 700;
    color: #ff3333;
    text-decoration: underline;
}
.nomenclature table td a:hover, .nomenclature table td button:hover{
    color: #000;
    text-decoration: none;
}
.nomenclature table td button[id*=buy_child]{
    white-space: nowrap;
}
.nomen-quantity{
    max-width: 150px;
    white-space: nowrap;
}
.nomen-quantity span {
    display: inline-block;
    vertical-align: top;
}
.nomen-quantity .minus, .nomen-quantity .plus,
.nomen-quantity .left, .nomen-quantity .right {
    cursor: pointer;
    font-weight: bold;
    color: #4e6fda;
    font-weight: 700;
    width: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.nomen-quantity .wrapper {
    width: 35px;
    overflow: hidden;
}
.nomen-quantity input {
    width: 35px;
    outline: none;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.nomen-quantity input::-webkit-outer-spin-button,
.nomen-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table td.nomen-quantity{
    padding-left:5px;
    padding-right:5px;
}
.nomenclature .cart_notification{
    position: absolute;
/*    left: 0;*/
    right: 0;
    width: auto;
    font-size: 16px;
    color: #666;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-transform: translate(0%, -140%);
            -ms-transform: translate(0%, -140%);
        transform: translate(0%, -140%);
    border-radius: 10px;
}
.nomenclature .cart_notification .product{
    padding: 20px;
    background: #efefef;
    border-radius: 10px;
}
.nomenclature .cart_notification a{
    color:#4e6fda;
    text-transform: uppercase;
}
.nomenclature .cart_notification:before, .cart_notification:after {
    content: '';
    position: absolute;
    left: 72%;
    width: 10%;
    background: #efefef;
    z-index: -1;
}
.nomenclature .cart_notification:after{
    top: 50%;
    bottom: 0px;
    -webkit-box-shadow: -5px 3px 5px rgba(221,221,221,0.2);
            box-shadow: -5px 3px 5px rgba(221,221,221,0.2);
    -webkit-transform: rotate(45deg) skew(45deg);
            -ms-transform: rotate(45deg) skew(45deg);
        transform: rotate(45deg) skew(45deg);
    left: 65%;
}
.nomenclature .cart_notification:before {
    top: 50%;
    bottom: 0;
    -webkit-box-shadow: -5px -3px 5px rgba(221,221,221,0.2);
            box-shadow: -5px -3px 5px rgba(221,221,221,0.2);
    -webkit-transform: rotate(-45deg) skew(-45deg);
            -ms-transform: rotate(-45deg) skew(-45deg);
        transform: rotate(-45deg) skew(-45deg);
}
.notification #cboxContent{
    font-size: 16px;
    color: #666;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    background: #efefef;
    border-radius: 10px;
    line-height: 150%;
}
.notification .cart_notification{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
}
.notification #cboxContent #cboxClose{
    top:0;
}
.notification #cboxContent #cboxClose:after{
    background: #efefef;
}
.notification #cboxContent #cboxClose:hover:after{
    background: #222222;
}
.notification .cart_notification a{
    text-transform: uppercase;
    text-decoration: underline;
    color: #4e6fda;
    font-weight: 700;
}
.product-price__list .prices-content table{
    margin: 0 30px;
}
.product-block{
    margin-bottom: 111px;
}
.product-block ul{
    padding: 0 16px;
}
.product-price__list ul li{
    margin-bottom: 10px;
    list-style: none;
}
.product-price__list ul li:last-child{
    margin-bottom: 0;
}
.product-price__list ul li a{
    font-size: 18px;
    color: #0066cc;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/load_ico.png) no-repeat bottom left;
    min-height: 17px;
    padding-left: 30px;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-video__list{
    padding: 0 15px;    
}
.product-video__list iframe{
    max-width: 45%;
    margin-bottom: 50px;
    margin-right: 9%;
}
.product-video__list iframe:nth-child(2n){
    margin-right: auto;
}
#content.product{
    padding-bottom: 130px;
}
/*product-page end*/


/*checkout*/
.tabs-items {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0 0 40px; }  
.tabs-item {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    margin-right: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #ccc;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
color: #ccc; }
.tabs-item:first-child {
      border-radius: 0 20px 0 0; }
.tabs-item.active {
      color: #000;
      cursor: default;
      border-bottom: 3px solid red; }
.tabs-item.active:hover{
    color: #000;
    border-bottom: 3px solid red;
}
.tabs-item:hover {
      color: #000;
    border-color: #000; }  
.tabs-item.active:hover a, .tabs-item.active a, .tabs-item a, .tabs-item.active:first-child a, .tabs-item:hover a{
    color: inherit;
}
.tabs-content {
    display: none; }
.tabs-content.active {
      display: block;
      padding: 0px 0 25px 0px;
    }
.radio input{
    display: none;
}
.radio{
    padding-left: 50px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}
.radio label{
    position: relative;
    padding-left:50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    min-height: 32px;
}
.regisrt-section .radio label{
    text-transform: uppercase;
}
.radio label:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    border:1px solid #ccc;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.radio input:checked  + label:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #4e6fd8;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
input[type="submit"], input[type="button"], .buttons .btn{
    background: #4e6fd8;
    color: #fff;
    height: 60px;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    font-weight: 400; 
    min-width: 240px;
    width: auto;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"], input[type="button"]:hover, .buttons .btn:hover{
    background: #39509b;
}
.regisrt-section{
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}
.regisrt-section .radio{
    width: calc(50% - 40px);
    max-width: 360px;
    margin-right: 40px;
}
.checkout input[type="text"], .checkout input[type="password"],
body[class*=account] #content input[type="text"], body[class*=account] input[type="password"],
body input[type="email"],body input[type="tel"]{
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.checkout input[type="text"]:hover, .checkout input[type="password"]:hover,
.checkout input[type="text"]:focus, .checkout input[type="password"]:focus,
body[class*=account] #content input[type="text"]:hover, body[class*=account] input[type="password"]:hover,
body[class*=account] #content input[type="text"]:focus, body[class*=account] input[type="password"]:focus,
body input[type="email"]:focus,body input[type="email"]:hover,
body input[type="tel"]:focus, body input[type="tel"]:hover{
    border-color: transparent;
    border-bottom: 1px solid #4e6fd8;
}
.checkout form > *:not(:last-child){
    margin-bottom: 40px;
}
.checkout form >*>#customer_info{
    margin-bottom: 60px;
}
.checkout .form-group, body[class*=account] .form-group{
    width: calc(50% - 40px);
    margin-right: 38px;
    margin-bottom: 44px;
}
.checkout-checkout .checkout{
    max-width:810px ;
    margin: 0 auto;
}
.checkout .fieldset, body[class*=account] .fieldset{
    padding: 0;
    border: 0;
}
.checkout .fieldset h3, .checkout h4, .fieldset h3{
    width:100%;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 35px;
}
.checkout .fieldset h3 a, .checkout h4 a, .fieldset h3 a{
    font-size: 14px;
    text-decoration: underline;
    margin-left: 10px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
}
.checkout h4{
    margin: 0 0 25px;
}
.form-group .control-label{
    font-weight: 700;
    font-size: 14px;
    color: #333;
    display: block;
}
#manager-title + div select{
    margin-top: 0;
}
#addess-title + div select{
    margin-top: 0;
}
.address_wrap{
    margin-bottom: 25px;
}
#add_address_input_group{
    margin-top: 25px;
}
#add_address{
    color: #4e6fda;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
}
.address_wrap ~ .edit-btn{
    color: red;
}
.address_wrap ~ button{
    padding: 0;
}
.address_wrap ~ button:not(:last-child){
    margin-right: 10px;
}
.form-group input{
    padding:10px 10px 10px 0;
    font-size: 16px;
}
.form-group input[type=text]{
    padding:10px 10px 10px 0;
    font-size: 16px;
    border:0;
    border-bottom: 1px solid #999;
    border-radius: 0;
}
select{
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    background: #efefef;
    height: 35px;
    border: 0;
    margin-top: 10px;
    width: 100%;
}
.block-row{
    width:100%;
}
.checkbox{
    padding-left: 50px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}
.checkbox input{
    display: none;
}
.checkbox label {
    position: relative;
    padding-left: 50px;
    display: block;
    margin-left: -50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    padding-top: 5px;
    cursor: pointer;
}
.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.checkbox input:checked + label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #4e6fd8;
    border-radius: 100%;
}
.checkbox label a{
    font-size: inherit;
}
.text-danger{
    font-size: 12px;
    color: red;
    margin-top: 3px;
}
.panel-collapse{
    overflow: hidden;
}
.form-group textarea{
    width: 100%;
    padding: 8px 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 35px;
    font-size: 16px;
    outline: none;
}
.form-group textarea:focus, .form-group textarea:hover{
    border:0;
    border-bottom:1px solid #4e6fd8;
}
.form-group.custom-field textarea{
    margin-top: 8px;
    display: block;
}
.checkout .form-group__full, body[class*=account] .form-group__full{
    width:100%;
}
.method-selection .method-title{
    margin-bottom: 15px;
}
.form-group a{
    font-size: 14px;
    color: #0066cc;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-group a:hover, .form-group a:focus{
    color: #000;
}
.alert{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
    margin: 25px 0;
}
.checkout #accordion .panel-body > *:not(:last-child).alert{
    margin-bottom: 20px;
}
.alert-warning, .alert-danger{
    color: red;
}
.alert-success{
    color: green;
}
.customer_info_item:not(:last-child){
    margin-bottom: 10px;
}
.customer_info_item[data-name=company]{
    text-transform: uppercase;
}
/*checkout end*/

/*cart*/
.cart-info.confirm table{
width: 100%;
border-collapse:collapse;
margin-bottom: 25px;
}
.cart-info.confirm thead td{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 10px 5px;
    border:0;
    border-bottom: 2px solid #0066cc;
}
.cart-info.confirm tbody td{
    font-size: 16px;
    padding: 10px;
    border:0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.cart-info.confirm tbody td:last-child{
    border-right: 0;
}
.cart-info.confirm tbody td.sku{
    text-align: left;
}
.cart-info.confirm tbody td.name{
    text-align: left;
    width: 35%;
}
.cart-info.confirm tbody td.name a{
    text-decoration: underline;
    color: #000;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;*/
}
.cart-info.confirm tbody td.name a img{
    max-width: 35px;
    margin-right: 0;
}
.cart-info.confirm tfoot{
    text-align: right;
    font-size: 15px;
    color: #666;
}
/*.cart-info.confirm tfoot tr:first-child td{
    padding-top: 10px;
}*/
.cart-info.confirm tfoot tr td{
    padding-top: 10px;
}
.cart-info.confirm tfoot tr:last-child td{
    font-weight: 700;
    color: #000;
    vertical-align: bottom;
}
.cart-info.confirm tfoot tr:last-child td:last-child{
    font-size: 24px;
    padding-left: 15px;
}
.checkout{
    padding-bottom: 70px;
}
/*cart end*/

/*mini-cart*/
.mini-cart-info{
    min-width: 200px;
    margin-bottom: 3px;
}
.mini-cart table{
    font-size: 11px;
    line-height: 13px;
}
.mini-cart-info tr:first-child{
    border-top: 2px solid #4e6fd8;
}
.mini-cart-info td{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.mini-cart-total{
    text-align: right;
    margin-bottom: 5px;
}
.mini-cart .back-btn{
    font-size: 10px;
    margin-bottom: 7px;
}
.mini-cart .btn{
    font-size: 12px;
    min-width: 100px;
    height: 29px;
    padding: 0 14px;
}
.mini-cart .buttons{
    text-align: center;
}
.mini-cart .remove{
    color: red;
    cursor: pointer;
}
.mini-cart .image{
    width:40px;
}
.mini-cart .empty{
    min-width: 120px;
    text-align: center;
}
.empty-content p{
margin-bottom: 20px;
}
/*mini-cart end*/



/*succes*/
.section{
    padding:70px 0;
}
.h1{
    margin: 0 0 40px;
}
.checkout-success .section{
    line-height: 1.6em;
}
.checkout-success .section p a{
    font-weight: 700;
    color: #4e6fd9;
    text-decoration: underline;
}
.checkout-success .section p a:hover{
    text-decoration: none;
}
body:not(.common-home) .footer{
    margin-top: 50px;
}
.success-content{
    margin-bottom: 35px;
    line-height: 1.6em;
}
/*succes end*/

/*account*/
body[class*=account] .breadcrumb_wrapper, body[class*=account] .breadcrumb_wrapper .breadcrumb{
    display: none;
}
body.account-register .breadcrumb_wrapper, body.account-login .breadcrumb_wrapper{
    display: block;
}
body[class*=account] .buttons{
    margin-top: 27px;
}
body[class*=account] #column-left{
width:365px;
}
body[class*=account] .category_content {
    width: calc(100% - 365px);
    padding-top: 254px;
}
body[class*=account] .category_content  h1{
    margin: 0 0 48px;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
}
.account-categories .box-heading{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 112px;
    text-transform: uppercase;
    color: #000;
}
.account-categories ul{
    list-style: none;
    padding: 0 20px;
}
.account-categories li{
    margin-bottom: 25px;
    line-height: 20px;
}
.account-categories a{
    color: #4e6fda;
    font-weight: 700;
    text-decoration: underline;
}
.account-categories a.active{
    color: #000;
    text-decoration: none;
}
.address-list{
    padding: 15px 5px;
}
.address-list table{
    border:1px solid #ccc;
    color: #000;
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    max-width: 820px;
}
.address-list table td{
    padding: 10px 10px 28px;
    border: 1px solid #ccc;
    vertical-align: top;
    line-height: 20px;
}
.address-list table td:first-child{
    width: 62%;
}
.address-list table td.text-right{
    text-align: right;
}
.address-list + .buttons{
    max-width:820px;
}
.edit-btn{
    color: #4e6fda;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
    display: inline-block;
}
.edit-btn:hover{
    text-decoration: none;
    color: #000;
}
.remove-btn{
    color: #fff;
    background: #4e6fda;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.remove-btn:hover{
    background:#ff3333;
    text-decoration: none;
}
.back-btn{
    color: #4e6fda;
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.back-btn:hover{
    color: #000;
    text-decoration: none;
    border: 0;
}
.form-group .control-label+ .box-row{
    margin-top: 12px;
}
body[class*=account] .product-grid .item{
    border:1px solid #ccc;
    border-radius: 8px;
    width:calc(20% - 20px);
    margin-right: 25px;
}
body[class*=account] .product-grid .item .image {
    min-height: 165px;
}
body[class*=account] .product-item__title {
    font-size: 12px;
    margin: 0 0 10px;
}
body[class*=account] .product-item__desc {
    font-size: 14px;
}
body[class*=account] .product-grid .item .product-item__view{
    width:calc(100% - 20px);
}
body[class*=account] .product-grid .item .button {
    height: 30px;
    padding: 0 20px;
}
body[class*=account] .product-grid .item .icons_wrapper {
    right: 15px;
    bottom: 32px;
}
body[class*=account] .product-grid .item .icons_wrapper a {
    font-size: 17px;
}
.entry-block{
    font-size: 18px;
    margin-bottom: 53px;
    width: calc(50% - 15px);
}
.entry-title{
    font-weight: 700;
    margin-bottom: 17px;
}
.entry-title a{
    font-size: 14px;
    text-decoration: underline;
    margin-left: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: bottom;
}
.entry-title a:hover{
    text-decoration: none;
}
#company .entry-value{
    text-transform: uppercase;
}
.product-item__view{
    width: calc(100% - 35px);
}
.view-btn svg{
    width:30px;
}
.order-list, .account-order .table-wrap ~ .buttons {
    max-width: 713px;
}
.order-list td{
    border:1px solid #ccc;
    padding: 12px 10px;
    font-size: 14px;
    text-align: center;
}
.order-list tr:first-child td{
    border-bottom:2px solid #ccc;
    font-weight: 600;
}
.order-list .order-id{
    border-bottom: 1px solid #000;
}
.order-list .price{
    display: block;
    text-align: right;
}
.account-account #information{
    margin-bottom: 85px;
}
.managers-section{
    padding: 45px 5px 0;
    border-top: 2px solid #4e6fda;
}
.managers-section .manager:not(:last-child){
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 67px;
    max-width: 856px;
}
.managers-section__title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 66px;
    color: #999;
    text-transform: uppercase;
}
.manager-delete{
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.manager-delete:hover{
    color: red;
}
body[class*=account] .managers-section + .buttons{
    padding: 0px 5px;
    margin-top: 13px;
}
body[class*=account]  .new-password input[name="password"],
body[class*=account] .new-password input[name="password"]:hover,
body[class*=account] .new-password input[name="password"]:focus,
body[class*=account]  .new-password input[name="old_password"],
body[class*=account] .new-password input[name="old_password"]:hover,
body[class*=account] .new-password input[name="old_password"]:focus,
body[class*=account]  .new-password input[name="confirm"],
body[class*=account] .new-password input[name="confirm"]:hover,
body[class*=account] .new-password input[name="confirm"]:focus{
    border:0!important;
}
.new-password .form-group{
/*    border-bottom: 1px solid #ccc;*/
}
.account-password .new-password .form-group input[type="password"], .account-password .new-password .form-group input[type="password"]:hover, .account-password .new-password .form-group input[type="password"]:focus, .account-password .new-password .form-group input[type="text"], .account-password .new-password .form-group input[type="text"]:hover, .account-password .new-password .form-group input[type="text"]:focus{
    border-bottom:1px solid #ccc !important;
}
.show-password{
    margin-top: 3px;
}
.show-password .checkbox label {
    padding-left: 26px;
    margin-left: -41px;
    color: #999;
    font-size: 18px;
    padding-top: 0;
    text-transform: none;
    font-weight: 400;
}
.show-password .checkbox label:before {
    width: 16px;
    height: 16px;
    top: 4px;
}
.show-password .checkbox input:checked + label:after {
    left: 5px;
    top: 9px;
    width: 8px;
    height: 8px;
}
.managers-section .entry-block{
    margin-bottom: 65px;
    max-width: 413px;
}
.login-default{
    padding: 8px 3px 25px;
    border-bottom: 1px solid #ccc;
    max-width: 380px;
    margin-bottom: 35px;
    width: calc(50% - 40px);
}
.login-default .entry-block{
    width:100%;
}
.login-default .entry-block:last-child{
margin-bottom: 0;
}
.new-password{
    max-width: 840px;
}
.new-password .form-group .control-label{
    font-size: 18px;
    margin-bottom: 7px;
}
.account-password .back-btn{
    margin-top: 27px;
}
.order-block{
    font-size: 16px;
    padding: 10px;
    border:1px solid #ccc;
    margin-bottom: 15px;
    max-width: 445px;
    line-height: 22px;
}
.order-address{
    margin-bottom: 0;
}
.order-address + .order-address{
    margin-bottom: 15px;
}
.order-info__section b{
    color: #4a4a4a;
}
.order-table{
    margin-top: 50px;
    border-top: 3px solid #ccc;
    padding-top: 50px;
}
.order-img{
    width:50px;
    vertical-align: middle;
    margin-right: 10px;
}
.order-table .name{
    width:40%;
}
.order-table .quantity{
    width:15%;
}
.category_content .alert:first-child{
    margin-top: 0;
}
/*account end*/

/*registration*/
.registr-page, .login-page{
    max-width: 845px;
    padding: 35px 0 150px;
    margin: 0 auto;
}
.registr-text{
    padding: 15px 25px 28px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #666;
    margin-bottom: 44px;
    line-height: 1.4em;
    margin-right: 65px;
}
.registr-text .h3{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.registr-text p{
    max-width: 300px;
}
.registr-page form{
    display: block;
    padding: 0 25px;
}
.registr-page textarea{
    border-bottom: 1px solid #000;
    height: 44px;
}
/* .registr-page .tabs-items, .login-page .tabs-items{
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 92px;
}
.registr-page .tabs-item, .login-page .tabs-item{
    font-size: 26px;
    line-height: 26px;
    margin-right: 65px;
} */
.address-title{
    margin-top: 38px;
    margin-bottom: 49px;
}
.login-page .buttons{
    padding-right: 40px;
}
/*registration end*/


.product-grid .item .image{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
}
.product-item__title{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 10px;
}
.product-item__title span{
    text-transform: uppercase;
    color: #999;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.product-item__desc{
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

/* html{
background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/ianv-index-new.jpg) no-repeat top center;
}
body{
    opacity: 0.4;
} */
#content{
    max-width: 2000px;
    margin: 0 auto;
}
.banner-module__wrap{
    position: relative;
    margin-bottom: 81px;
}
.slider-counter{
    position: absolute;
    bottom: 82px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    z-index: 10;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.banner-module__wrap .slide_arrow_prev, .banner-module__wrap .slide_arrow_next{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    position: static;
    background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/arrow_white.png) no-repeat center;
    cursor: pointer;
    margin:0 80px;
}
.banner-module__wrap .slide_arrow_prev{
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.slider-nav{
    position: absolute;
    bottom: 70px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    z-index: 9;
}
.table-wrap{
    overflow: auto;
    padding-bottom: 1px;
}
table.cart-info.confirm{
    overflow: hidden;
}


/*modal*/
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.body-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-open .body-overlay{
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem auto;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
        transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
.resultForm td{
    padding:10px 0;
}
.resultBlock{
    width:100%;
    max-width: calc(100% - 25px);
    font-size: 13px;
    margin-bottom: 15px;
    margin-left: 25px;
}
.resultBlock thead td{
    font-weight: 700;
}
.radio_btn{
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px!important;
    height: 15px!important;
}
.results label{
    position: relative;
}

.modal {
    z-index: 100000
}

.modal .button-modal {
    background: none;
    border: 2px solid #333;
    font-size: 17px;
    color: #333;
    padding: 0px 30px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 30px;
    width: 250px;
    margin-left: 20px;
}

.modal .button-modal:hover {
    background-color: #333;
    color: #f7f7f7
}

.modal .input {
    width: 250px;
}

.modal-form .modal-dialog {
    width: 90%;
    max-width: 1000px
}

.modal-form .modal-content {
    color: #000;
    padding: 90px 80px;
    padding-bottom: 70px;
    border-radius: 0
}

.modal-form .modal-content .h5 {
    font-weight: 100;
    margin: 0;
    margin-bottom: 60px
}

.modal-form .modal-content .h5,
.modal-form .modal-content .h5 span {
    font-size: 30px;
    text-transform: uppercase;
}
.modal-form .modal-content .h5 span {
    font-weight: 700
}
.modal-form .modal-content .close {
    position: absolute;
    right: 70px;
    top: 40px
}
.modal-form .modal-content .close span {
    font-size: 30px;
    font-weight: 400
}
.modal-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -20px
}
.modal-form .field-group {
margin: 0 20px;
    width: 100%;
}
.modal-form .button, .modal-form button[type="submit"] {
    font-size: 17px;
    padding: 15px 60px;
    font-weight: 700;
    margin: 0 0
}
.modal-form input{
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.modal-form input:hover, .modal-form input:focus{
    border-color:transparent;
    border-bottom: 1px solid #4e6fd9;
}

@media only screen and (max-width:992px) {
    .modal-form .modal-content h5 {
           margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    }
        .modal-form .modal-content {
        padding: 40px 40px;
    }

    .modal-form .modal-content .close {
        right: 24px;
        top: 18px;
        z-index: 10
    }

    .modal-form form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .modal-form .button-modal, .modal-form button[type="submit"],
    .modal-form .field-group {
        margin: 20px;
        margin-bottom: 0
    }

    .modal-form .button-modal {
        font-weight: 700
    }
}

@media only screen and (max-width:768px) {
    .modal-form .modal-content {
        padding: 40px 15px
    }

    .modal-form .modal-content h5 {
        margin-bottom: 15px
    }

    .modal-form .modal-dialog {
        width: 95%
    }

    .modal-form .field-group {
        margin: 10px 0
    }

    .modal-form form {
        margin: 0
    }
    .navigation_items{
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
    }
}

@media only screen and (max-width:480px) {
    .modal-form .modal-content {
        padding: 30px 0
    }

    .modal-form .field-group, .modal .button-modal, .modal-form button[type="submit"] {
            width: 100%;
    margin: 10px 0;
    }

    .modal-form .button, .modal-form button[type="submit"] {
        padding: 12px 40px;
        margin-top: 40px
    }
    .modal-form .modal-content h5 {
        font-size: 22px;
        line-height: 26px;
    }
}
/**/


/*form__default_styles*/
.header__modal .form__default_styles{
    position: relative;
}
.header__modal .form__default_styles .success_text{
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
}
.header__modal .form__default_styles .success_text p{
    font-size: 16px;
}
.form__default_styles .success_text{
    color: #0ac10a;
}
.form__default_styles.form_success > *:not(.success_text){
display: none;
}
.form__default_styles .field-group input:not([type="file"]).error,.form__default_styles .field-group input:not([type="file"]).error:focus,
.form__default_styles .field-group textarea:not([type="file"]).error,.form__default_styles .field-group textarea:not([type="file"]).error:focus{
    border-color: transparent;
    border-bottom-color: #e31d24;
}
.form__default_styles .field-group label, .form__default_styles .field-group  label{
    margin-top: 5px;
    font-size: 12px;
    color: #008BD2;
}
.form__default_styles .field-group  input + label.error, .form__default_styles .field-group  textarea + label.error{
    color:#e31d24;
}
.testimonial-form .error{
    margin-top: 5px;
    font-size: 12px;
    color: #e31d24;
    font-weight: 400;
}
.form__default_styles textarea{
    width: calc(100% - 200px);
    font-size: 14px;
    line-height: 1;
    border: 1px solid #999999;
    border-radius: 14px;
    padding: 12px 20px;
    min-height: 120px;
    resize: none;
}
.form__default_styles textarea:focus,.form__default_styles input:focus{
    outline: none;
}
.form__default_styles button[type="submit"]{
font-size: 14px;
    height: 40px;
    padding: 0 25px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #4e6fd8;
    background: #4e6fd8;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: right;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.form__default_styles button[type="submit"]:hover{
    background:#333;
    border: 1px solid #333;
}
.form__default_styles:after{
    content: "";
    display: block;
    clear: both;
}
.form__default_styles select{
    font-size: 14px;
    line-height: 1;
    border: 1px solid #999999;
    border-radius: 30px;
    -webkit-transition: border-color color .35s ease;
    -o-transition: border-color color .35s ease;
    transition: border-color color .35s ease;
    padding: 6px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    color: #000;
    background: #fff;
    font-weight: 400;
    height: 40px;
}
.form__default_styles select:focus{
    outline: none;
}
/*form__default_styles end*/

/*cart-ajax*/
/**
    AJAX CART
*/
#ajax_cart{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
}
#ajax_cart_container{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1170px;
    background: white;
    padding: 60px 50px;
    border-radius: 20px;
    max-height: 100vh;
    overflow: auto;
}
#close_cart{
    position: absolute;
    right: 17px;
    top: 10px;
    cursor: pointer;
    font-size: 35px;
}
.cart-head{
    padding-bottom: 25px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 40px;
}
.cart-head h3{
    margin: 0;
    font-size: 24px;
    color: #000;
}
.cart-head h3 img{
    vertical-align: middle;
    margin-right: 5px;
}
.cart-head a{
    color: #4e6fda;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.cart-head a:hover{
    color:#39509b;
}
.cart-total-bottom{
    margin-top: 20px;
}
.cart-total-bottom .btn{
    height: 42px;
    line-height: 37px;
    text-transform: none;
    border-radius: 25px;
    padding-bottom: 3px;
}
.cart-total td{
    font-size: 15px;
    color: #666;
}
.cart-total td{
    min-width: 110px;
    text-align: right;
}
.cart-total tr:first-child td{
    display: none;
}

table.cart-info.confirm tfoot tr.show_pc:first-child td{
    display: none !important;
}

.cart-total tr:last-child td{
    padding-top: 5px;
    font-weight: 700;
    color: #000;
    vertical-align: bottom;
}
.cart-total tr:last-child .amounts{
    font-size: 24px;
}
.table-bottom__info{
    font-size: 15px;
    color: #666;
    padding-top: 10px;
}
.table-bottom__info a{
    font-weight: 700;
    text-decoration: underline;
}
.table-bottom__info a:hover{
    color:#39509b;
}
#basket + .box-row{
    margin-top: -15px;
}
.cart-total-bottom .back-btn{
    height: 42px;
    border: 2px solid #4e6fd9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
            justify-content: center;
    padding: 0 17px;
    color: #4e6fd9;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
}
.cart-total-bottom .back-btn:hover{
    background:#4e6fd9;
    color: #fff;
}
.cart-footer__text{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    padding: 0 15px;
}
.cart-footer__text a{
    text-decoration: underline;
}
/*cart-ajax end*/

/*search-page*/
.product-filter{
    margin-bottom: 30px;
}
.product-filter >*:not(:last-child){
margin-right: 15px;
}
.search-parametrs{
    margin-bottom: 20px;
}
.search-parametrs>*:not(:last-child){
margin-right: 15px;
}
/*search-page end*/

/**/
.information-content>*{
    font-size: 18px;
    line-height: 28px;
}
.information-content>*:not(:last-child){
    margin-bottom: 20px;
}
/*information end*/

/*custom-forms*/
#form-5{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#form-5 input{    
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
#form-5 label{
    font-weight: 700;
    font-size: 14px;
    color: #333;
    display: block;
    margin: 0;
}
#form-5 label.error{
    color: red;
    font-weight: 400;
    margin-top: 3px;
    font-size: 12px;
}
#form-5 .field-group{
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
#form-5 .field-group:not(:nth-child(2n)){
    margin-right: 30px;
}
.textarea-field, #form-5 .field-group.textarea-field{
    width: 100%;
    margin-right: 0;
}
#form-5 textarea{
    width: 100%;
    padding: 8px 0px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 44px;
    font-size: 16px;
    outline: none;
    margin-top: 8px;
    display: block;
    min-height: 0;
    border-radius: 0;
}
/*custom-forms end*/

/*recently-products*/
.recently-products{
    background: #fff;
}
.recently-products .owl-item{
    padding:15px 10px 0;
}
body:not(.common-home) .recently-products~footer{
    margin-top: 0;
}
.recently-products .box-heading{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}
.recently-products .product-grid .item {
    width: 100%;
    margin-right: 0px;
    min-height: 99%;
}
/*recently-products end*/
.blog_category_posts-0 .owl-stage, .recently-products .owl-stage{
    padding-left: 0!important;
}


@media screen and (max-width:1600px){
    .header__logo:after {
        left: calc(-100vw + 765px);
        width: calc(102vw - 765px);
    }
    .nav >a {
        margin-right: 10px;
        font-size: 12px;
    }
    .header__search {
        margin-left: 3%;
    }
    .home-start__content {
        max-width: 550px;
        right: 0;
    }
    .footer .copy_wrap {
        padding: 15px 15px 7px;
    }
    .blog_child_category {
        width: calc(20% - 35px);
        margin: 0 43px 54px 0;
    }
    .blog_child_category_name {
        padding: 10px 15px;
        font-size: 16px;
    }
    .doc_item .image {
        width: 220px;
    }
    .doc_right {
        width: calc(100% - 220px);
    }
    .doc_title a, .doc_title {
        font-size: 14px;
    }
    .prices-top {
        font-size: 20px;
    }
    .prices-top_title {
        margin-bottom: 30px;
    }
    .category-item {
        padding: 20px 15px 25px;
    }
    .category-item .image {
        margin-bottom: 15px;
    }
    .category-item .name a, .category-item .name {
        font-size: 14px;
    }
    .category-info .image {
        margin-right: 40px;
        -webkit-box-flex: 0;
                -webkit-flex: 0 0 200px;
                    -ms-flex: 0 0 200px;
                flex: 0 0 200px;
    }
    .category-description {
        font-size: 14px;
    }
    .category-description h3 {
        font-size: 14px;
    }
    .breadcrumb_wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    #banner-grid_carousel0{
        padding:0 60px
    }
    .owl-carousel .owl-nav .owl-prev{
        margin: 0;
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next{
        margin: 0;
        right: 0;
    }
}

@media screen and (max-width:1400px){
    .header__logo .logo img {
        height: 80px;
        width: auto;
    }
    .header__logo .logo2 img {
        height: 80px;
        width: auto;
    }
    .header__logo .logo .logo-svg {
        margin: 0 12px;
    }
    .header__logo .logo2 .logo-svg  {
        margin: 0 8px;
    }
    .header__logo {
        width: 346px;
    }
    .header__social {
        top: 12px;
        right: 15px;
    }
    .header__content {
        width: calc(100% - 366px);
        padding: 13px 0 15px;
    }
    .header.nav_fixed .header__content {
        padding: 7px 0;
    }
    .header.nav_fixed .header__bottom {
        margin-top: 23px;
    }
    .nav >a {
        margin-right: 5px;
        font-size: 12px;
    }
    .nav a:last-child {
        margin-right: 0px;
    }
    .header__info {
        margin-left: 20px;
    }
    .header_phones button {
        font-size: 15px;
    }
    .header_phones>button>span:first-child {
        letter-spacing: -0.2px;
    }
    .caret:after {
        width: 5px;
        height: 5px;
        margin-left: 7px;
        margin-bottom: 0;
    }
    .scroll_to_top:after {
        margin: 0;
    }
    .header__info .callback_btn {
        font-size: 11px;
        margin-left: 15px;
    }
    .header_catalog span {
        height: 42px;
        border-radius: 15px;
        padding: 0 15px;
        width: 150px;
        font-size: 16px;
    }
    .header__search {
        margin-left: 2%;
        margin-right: 2%;
    }
    .header #language{
        margin-right: 1%;
    }
    .header__bottom {
        margin-top: 30px;
    }
    .header__search input {
        border: 1px solid #ccc;
        width: 220px;
    }
    .top_links{
        margin-left: 6%;
    }
    .top_links ul li {
        margin-right: 25px;
    }
    .top_links li>div> a >span {
        top: -33px;
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
    .home-start__content {
        max-width: 450px;
    }
    .home-start__content h3 {
        font-size: 30px;
    }
    .home-start__content p {
        font-size: 17px;
    }
    .home-start__content .home-start__btn {
        height: 45px;
        border: 2px solid #fff;
        border-radius: 20px;
        font-size: 17px;
        padding: 0 35px 3px;
        margin-top: 40px;
        line-height: 1.4em;
    }
    .home-categories__img {
        width: 105px;
        padding-left: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                align-items: center;
    }
    .home-categories__title {
        padding: 10px 5px 15px;
        width: calc(100% - 105px);
        font-size: 14px;
    }
    .products-slider__desc a {
        font-size: 15px;
    }
    .brends-list {
        margin: 0 0px;
    }
    #blog_category_posts-0 {
        padding-left: 15px;
    }
    .blog_category_posts-0 .news-slider__content h3 {
        font-size: 16px;
    }
    .blog_category_posts-0 .news-slider__content .desc {
        font-size: 14px;
        line-height: 18px;
    }
    .registration__title {
        font-size: 18px;
    }
    .registration__title span {
        font-size: 30px;
    }
    .registration__list li {
        font-size: 20px;
    }
    .registr_btn {
        height: 50px;
        font-size: 19px;
        padding: 0 20px;
    }
    .registration__list li:before {
        left: -25px;
        top: calc(50% - 5px);
    }
    .blog_category_posts-1 .news-slider__item a {
        height: 245px;
        font-size: 15px;
        padding-bottom: 25px;
    }
    .slider-counter {
        bottom: 30px;
    }
    .slider-nav {
        bottom: 17px;
    }
    .page_heading {
        font-size: 36px;
    }
    .page-heading_section, .product-testimonial .page-heading_section,
    .page-heading_section.about {
        padding: 70px 0px;
        margin-bottom: 50px;
    }
    .blog-category .page-heading_section {
        margin-bottom: 50px;
    }
    .advantages{
        padding-bottom: 70px;
    }
    .blog-item_date {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .blog-item_title {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .blog_main {
        max-width: calc(100% - 400px);
        padding-left: 50px;
    }
    .blog_sidebar {
        padding-top: 30px;
    }
    .blog.blog-list{
        padding: 0;
    }
    .blog_post .description {
        font-size: 16px;
        line-height: 24px;
    }
    .blog.news-list {
        padding: 20px 0 70px;
    }
    .news_item {
        width: calc(25% - 30px);
        margin: 0 15px 30px;
    }
    .news-list .news__content {
        padding: 20px 15px;
    }
    .news-list .news__content h3 {
        font-size: 16px;
    }
    .news-list .news__content .news-descr {
        font-size: 14px;
        line-height: 1.4em;
    }
    .information-contact .contacts_content {
        padding: 0px 15px;
    }
    .information-contact h1 {
        margin: 0 0 50px;
    }
    .contacts_info .adress {
        padding-left: 60px;
        background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/place-ico_black.png) no-repeat 20px 5px;
        background-size: 22px;
        margin-bottom: 30px;
    }
    .contacts_info {
        font-size: 15px;
    }
    .information-contact .block_title {
        margin-bottom: 40px;
    }
    .contacts_info .phones {
        padding-left: 59px;
        background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/phone_ico.png) no-repeat 18px 2px;
        margin-bottom: 30px;
    }
    .contacts_info .store_name, .contacts_info .site {
        padding-left: 60px;
    }
    .contacts_info .site{
        margin-bottom: 30px;
    }
    .testimonial_item a, .testimonial_item .testimonial_row {
        font-size: 16px;
    }
    .product-testimonial .testimonial_item {
        padding: 30px 5px 70px;
    }
    .product-testimonial h1 {
        margin: 0 0 50px;
    }
    .testimonial_left{
        width: 300px;
        padding-right: 30px;
    }
    .testimonial_right {
        width: calc(100% - 300px);
    }
    .testimonial-form {
        padding: 70px 0 265px;
        margin-top: 70px;
    }
    .blog-category .section_title,
    .sales-content .section_title{
        margin-bottom: 50px;
        font-size: 27px;
    }
    .child_category_wrap{
        padding: 0;
    }
    .child_category_title{
        margin-bottom: 30px;
    }
    .prices-content .section_title{
        font-size: 27px;
    }
    .category-item {
        width: calc(25% - 12px);
    }
    .category-description h3 {
        margin: 0 0 10px;
    }
    .category-info {
        margin-bottom: 25px;
        padding: 25px 0px;
    }
    .breadcrumb_wrapper {
        padding: 25px 15px;
    }
    .product-grid .item {
        width: calc(25% - 16px);
        margin-right: 21px;
    }
    .product-grid .item .brend_name {
        font-size: 11px;
    }
    .product-grid .item .name a, .product-grid .item .name {
        font-size: 14px;
    }
    .product-grid .item .name a, .product-grid .item .description {
        font-size: 14px;
    }
    .nomenclature table th {
        padding: 15px 8px;
        font-size: 12px;
    }
    .nomenclature table td {
        padding: 8px;
        font-size: 14px;
    }
    #column-left {
        padding: 70px 15px 80px 0;
    }
    .account-categories .box-heading {
        margin-bottom: 50px;
    }
    .account-categories ul {
        padding: 0 0px;
    }
    body[class*=account] .category_content {
        padding-top: 155px;
    }
    body[class*=account] .category_content h1 {
        font-size: 27px;
    }
    .entry-block {
        margin-bottom: 40px;
    }
    .account-account #information {
        margin-bottom: 50px;
    }
    .managers-section__title {
        margin-bottom: 40px;
    }
    .managers-section .entry-block {
        margin-bottom: 40px;
    }
    .address-list table {
        font-size: 14px;
    }
    body[class*=account] .product-grid .item {
        width: calc(25% - 20px);
    }
    .registr-page .tabs-item, .login-page .tabs-item,
    .checkout .tabs-item {
        font-size: 20px;
    }
    .advantages .advantages_row{
        padding-left: 0;
    }
}

@media screen and (max-width:1200px){
    .header__top {
        -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                    -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .header_catalog span {
        height: 38px;
        border-radius: 12px;
        width: 130px;
        font-size: 16px;
    }
    .header__search input {
        width: 160px;
        font-size: 13px;
        max-width: 100%;
        padding: 5px 10px;
    }
    .header__search i {
        right: 6px;
        font-size: 18px;
    }
    .top_links ul li {
        margin-right: 18px;
    }
    .home-start__content {
        max-width: 350px;
    }
    .home-start__content h3 {
        font-size: 24px;
    }
    .home-start__content p {
        font-size: 16px;
    }
    .home-start__content .home-start__btn {
        height: 40px;
        font-size: 16px;
        padding: 0 25px 3px;
        margin-top: 30px;
    }
    #banner_grid0{
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                justify-content: center;
    }
    .home-categories__item {
        width: calc(33.3% - 36px);
        margin: 0 16px 44px;
    }
    .footer__info {
        padding-right: 15px;
    }
    .brends__item {
        height: 130px;
    }
    .testimonial_item a, .testimonial_item .testimonial_row {
        font-size: 14px;
    }
    .testimonial-form {
        background-size: 650px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_child_category {
        width: calc(25% - 35px);
        margin: 0 43px 54px 0;
    }
    .blog_post, .blog_list {
        margin-bottom: 70px;
    }
    .doc_item {
        width: calc(50% - 20px);
        margin: 0 10px 60px 10px;
    }
    .sales_text {
        margin: 0 auto 50px;
        font-size: 14px;
        line-height: 1.8em;
        padding: 0 50px;
    }
    .sales-content table th, .blog-blog table th, .blog-blog table tr:first-child td{
        padding: 15px 20px 20px;
        font-size: 14px;
    }
    .sales-content table td, .blog-blog table td{
        font-size: 14px;
        padding: 15px 20px;
    }
    .sales-content {
        margin-bottom: 100px;
    }
    .sales-content table {
        margin-bottom: 70px;
    }
    .prices-top {
        font-size: 18px;
    }
    .prices-top_text {
        line-height: 1.7em;
    }
    .prices-content table {
        margin: 0 auto 70px;
    }
    .category-item {
        width: calc(33.3% - 12px);
    }
    .category-info .image {
        margin-right: 20px;
        -webkit-box-flex: 0;
                -webkit-flex: 0 0 150px;
                    -ms-flex: 0 0 150px;
                flex: 0 0 150px;
    }
    .category-description, .category-description h3{
        font-size: 13px;
        line-height: 1.4em;
        max-width: calc(100% - 90px);
    }
    .category_content {
        padding: 40px 0 70px;
    }
    #column-left {
        padding: 40px 15px 70px 0;
    }
    .main_category ~ .childs>.child_item a,
    .child_item .main_category {
        font-size: 14px;
    }
    .list-title{
        font-size: 20px;
    }
    .main_category ~ .childs>.child_item a:after {
        left: 0px;
    }
    .product-grid .item {
        width: calc(33.3% - 16px);
        margin-right: 24px;
    }
    .breadcrumb{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .breadcrumb li{
        /*white-space: nowrap;*/
    }
    .breadcrumb a {
        font-size: 14px;
    }
    .product-info {
        margin-bottom: 10px;
    }
    .product-info .left {
        width: 450px;
    }
    .product-info .right {
        width: calc(100% - 450px);
        padding-left: 15px;
        padding-top: 20px;
    }
    .product-info .description, .right>.pl {
        font-size: 13px !important;
    }
    .product-info .description p{
        margin-bottom: 5px;
    }
    .main-description {
        padding: 40px 13px 15px;
        font-size: 14px;
        margin-bottom: 50px;
    }
    .main-description p + h3 {
        margin: 70px 0 40px 0;
    }
    .main-description table tr:first-child td {
        font-size: 13px;
    }
    .main-description table td {
        font-size: 14px;
    }
    .product-price__list .prices-content table {
        margin: 0;
    }
    .product-info .left .image_carousel li {
        padding: 1px;
    }
    .product-block {
        margin-bottom: 70px;
    }
    .prices-content table td a {
        padding: 6px 76px 30px;
    }
    .product-price__list ul li a {
        font-size: 16px;
    }
    .product-video__list iframe {
        margin-right: 5%;
        height: 26vw;
        width: 47%;
        margin-bottom: 25px;
    }
    #content.product {
        padding-bottom: 70px;
    }
    .account-categories .box-heading {
        font-size: 24px;
    }
    .account-categories li {
        margin-bottom: 20px;
        font-size: 16px;
    }
    body[class*=account] #column-left {
        width: 280px;
    }
    body[class*=account] .category_content {
        width: calc(100% - 280px);
    }
    input[type="button"], .buttons .btn {
        height: 48px;
        border-radius: 12px;
        min-width: 180px;
        font-size: 15px;
    }
    .cart-total-bottom.buttons .btn {
        height: 38px;
        border-radius: 25px;
        padding-bottom: 0;
    }
    body[class*=account] .category_content h1 {
        margin: 0 0 25px;
    }
    .show-password .checkbox input:checked + label:after {
        top: 6px;
    }
    .order-block {
        font-size: 14px;
        line-height: 18px;
    }
    .order-table {
        margin-top: 30px;
        padding-top: 30px;
    }
    .cart-info.confirm thead td {
        font-size: 12px;
    }
    .cart-info.confirm tfoot {
        font-size: 12px;
    }
    .cart-info.confirm tbody td {
        font-size: 13px;
        padding: 10px 5px;
    }
    .cart-total td, .table-bottom__info{
        font-size: 13px;
    }
    .cart-total tr:last-child .amounts {
        font-size: 20px;
    }
    body[class*=account] .product-grid .item {
        width: calc(33.3% - 20px);
    }
    .nav-btn{
        display: block;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }
    .nav-btn svg{
        max-width: 100%;
        color: #334b93;
    }
    .header__top .nav{
        -webkit-transform: scale(0);
                -ms-transform: scale(0);
            transform: scale(0);
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -100%;
    }
    .header__top .nav.active{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 50px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
        text-align: center;
        bottom: 0;
        z-index: 1100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                justify-content: center;
        min-height: 500px;
        overflow: auto;
        -webkit-transform: scale(1);
                -ms-transform: scale(1);
            transform: scale(1);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .nav.active >a {
        margin-right: 0;
        font-size: 21px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .close-btn{
        position: absolute;
        right: 25px;
        top: 25px;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }
    .close-btn:after{
        content: "\f105 \f104";
        font-family: fontAwesome;
        letter-spacing: -5px;
        font-size: 40px;
        line-height: 28px;
        text-align: center;
        background: #ffffff;
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: 0;
        color: #222222;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }
    .menu_wrapper{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        border-top: 10px solid #334b93;
        padding: 75px 55px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-transform: translate(0,-100%) scale(0);
                -ms-transform: translate(0,-100%) scale(0);
            transform: translate(0,-100%) scale(0);
        opacity: 0;
        visibility: hidden;        
    }
    .active .menu_wrapper{
        -webkit-transform: translate(0,00%) scale(1);
                -ms-transform: translate(0,00%) scale(1);
            transform: translate(0,00%) scale(1);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .menu_wrapper ul{
        margin:0;
        list-style: none;
    }
    .menu_children{
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(100%, 0);
                -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
        position: absolute;
    }
    .only_desktop li a{
        display: block;
        padding-right: 40px;
        position: relative;
        font-weight: 600;
        color: #666;
        /* height: 40px; */
        line-height: 40px;
    }
    .only_desktop li a i {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }
    .only_desktop>li{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    .only_desktop>li>a{
        width: 200px;
        color: #4e6fda;
    }
    .only_desktop>li>a i{
        display: none;
    }
    .only_desktop>li>.menu_children{
        display: block;
        width: calc(100% - 200px);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        position: static;
    }
    .menu_children.active-childs{
        display: block;
    }
    .menu_child_item.hide, .menu_main_category.hide{
        display: none;
    }
    .menu_child_item.visible>.menu_children, .only_desktop>li>a.hide{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
        position: static;
        display: block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .only_desktop li a.active-categoty{
        color: #ff4b61;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .only_desktop li a.active-categoty i{
        -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
    .only_desktop li a.active-categoty .back-btn{
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
        z-index: 2;
    }
    .nav .header__info, .nav .header #language, .header__social,
    .nav .header__info, .nav #language{
        display: block;
    }
    body.active{
        overflow: hidden;
        height: 100vh;
    }
    .nav .top_links ul{
        -webkit-box-align: start;
                -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 25px;
    }
    .nav #cart:hover .content {
        display: none;
    }
    .nav .header_phones{
        margin: 20px 0 30px;
    }
    .nav .header__info .callback_btn{
        margin: 0;
        display: inline-block;
        width:auto;
    }
    .nav .header_phones .dropdown-menu{
        min-width: 150px;
        text-align: center;
    }
    .cart-head h3 {
        margin: 0;
        font-size: 20px;
    }
    .cart-head {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .cart-head a {
        font-size: 13px;
    }
    #ajax_cart_container{
        max-width: 93%;
    }
}
@media screen and (max-width:991px){
    .nomenclature table th:last-child, .nomenclature table td:last-child {
        position: -webkit-sticky;
        position: sticky;
        right: 0;
        width: 100px;
    }
    .header__search{
	    max-width: 30%;
	    margin-right: 15px;
    }
    .top_links {
        margin-left: 5px;
        padding-right: 10px;
    }
    .header_catalog span {
	    height: 32px;
	    width: 100px;
	    font-size: 13px;
	}
	.header_catalog span {
	    height: 32px;
	    border-radius: 12px;
	    width: 100px;
	    font-size: 13px;
	}
	.header__social{
		top: 5px;
	}
	.header__social a.home{
		width: 24px;
		height: 24px;
	}
    .top_links ul li {
        margin-right: 10px;
    }
    .top_links li>div> a >span{
    	width: 20px;
    	height: 20px;
    	font-size: 13px;
    	top: -25px;
    }
    .banner-module__wrap .slide_arrow_prev, .banner-module__wrap .slide_arrow_next {
        margin: 0px 40px;
    }
    .home-start__content {
        max-width: 280px;
    }
    .home-start__content h3 {
        font-size: 20px;
    }
    .home-start__content p {
        font-size: 14px;
    }
    .home-start__content .home-start__btn {
        margin-top: 20px;
    }
    .registration-section img{
        max-width: 50%;
    }
    .blog_category_posts-1 .news-slider__item .news-slider__content h3 {
        padding-right: 40px;
        background-size: 30px;
    }
    .blog_category_posts-1 .news-slider__item:hover h3 {
        background-size: 30px;
    }
    .blog_category_posts-1 .news-slider__item a {
        height: 200px;
        font-size: 12px;
    }
    .home-title {
        line-height: 1.8em;
    }
    .header__logo:after {
        left: -50vw;
        width: 52vw;
    }
    .banner-module__wrap {
        margin-bottom: 40px;
    }
    .home-title {
        margin: 40px 0 40px;
    }
    .home-title a {
        font-size: 18px;
    }
    #banner_grid0 {
        margin: 40px auto 0;
    }
    .home-categories__item {
        width: calc(50% - 36px);
        margin: 0 16px 25px;
    }
    .brends__item {
        width: calc(25% - 5px);
    }
    .registration__title {
        font-size: 16px;
    }
    .registration__title span {
        font-size: 26px;
    }
    .registration__list li {
        font-size: 16px;
    }
    .registr_btn {
        height: 45px;
        font-size: 15px;
    }
    .blog_category_posts-1 .news-slider__item a {
        padding: 35px 20px 20px;
    }
    .footer__logo {
        width: 20%;
        padding-right: 15px;
    }
    .footer__info {
        width: 47%;
        margin-top: -10px;
    }
    .footer_column {
        width: 33%;
        margin-top: -10px;
    }
    .footer .container{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer .container>*{
        margin-bottom: 35px;
    }
    .footer .copy_wrap >.box-row {
        margin-bottom: 0;
    }
    .footer .copy_wrap{
        padding:15px 15px 7px;
        line-height: 1.4em;
    }
    .copy{
        width: 75%;        
    }
    .prod{
        text-align: right;
    }
    .page_heading {
        font-size: 28px;
    }
    .page-heading_section, .page-heading_section, .product-testimonial .page-heading_section,
    .page-heading_section.about {
        padding: 50px 0px;
        background-size: 1200px;
    }
    .advantages{
        padding-bottom: 50px;
    }
    .blog_main {
        max-width: calc(100% - 300px);
        padding-left: 0px;
    }
    .blog-item_date {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .blog-item_title {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .sidebar_title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .popular-article-item a {
        font-size: 13px;
    }
    .popular-article-item {
        margin-bottom: 25px;
    }
    .popular-article-image {
        margin-bottom: 5px;
    }
    .blog_sidebar {
        margin-bottom: 70px;
    }
    .blog_post .description {
        font-size: 14px;
        line-height: 20px;
    }
    .blog_post .description p {
        margin-bottom: 15px;
    }
    .blog_post .main_thumb {
        margin-bottom: 25px;
    }
    .news_item {
        width: calc(33.3% - 30px);
    }
    .information-contact h1 {
        margin: 0 0 50px;
        font-size: 26px;
    }
    .information-contact .block_title {
        font-size: 18px;
    }
    .contacts_info .adress {
        padding-left: 40px;
        background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/place-ico_black.png) no-repeat 5px 5px;
    }
    .contacts_info .phones {
        padding-left: 40px;
        background: url(https://ianv.com.ua/catalog/view/theme/cosyone/image/phone_ico.png) no-repeat 0px 2px;
    }
    .contacts_info .store_name, .contacts_info .site {
        padding-left: 40px;
    }
    .testimonial_left {
        width: 220px;
    }
    .testimonial_right {
        width: calc(100% - 220px);
    }
    .product-testimonial h1 {
        font-size: 22px;
    }
    .testimonial-form_title {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .blog_child_category {
        width: calc(33.3% - 29px);
    }
    .blog-category .section_title, .sales-content .section_title,
    .prices-content .section_title {
        font-size: 24px;
    }
    .doc_title a, .doc_title {
        font-size: 13px;
    }
    .child_category_title {
        font-size: 26px;
    }
    .prices-content table {
        margin: 0 auto 50px;
        font-size: 14px;
    }
    .prices-top {
        font-size: 16px;
    }
    .prices-content table td a {
        padding: 6px 20px 53px 70px;
        line-height: 1.3em;
    }
    .category-item {
        width: calc(50% - 12px);
    }
    .main_category ~ .childs>.child_item a{
        font-size: 13px;
    }
    .list-group .sign{
        font-size: 16px;
    }
    .product-grid .item {
        width: calc(50% - 16px);
        margin-right: 32px;
    }
    .product-info .left {
        width: 350px;
        padding-bottom: 30px;
    }
    .product-info .left .image {
        padding: 15px 0 30px;
    }
    .product-info .right {
        width: calc(100% - 350px);
    }
    .product-info .product-name {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .main-description{
        margin-bottom: 30px;
    }
    .main-description p + h3 {
        margin: 50px 0 25px 0;
        font-size: 20px;
    }
    .product-block__title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .entry-block {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .managers-section .manager:not(:last-child) {
        margin-bottom: 40px;
    }
    .order-list td {
        padding: 12px 8px;
        font-size: 12px;
    }
    .cart-info.confirm thead td {
        font-size: 11px;
    }
    body[class*=account] .product-grid .item {
        width: calc(50% - 20px);
    }
    .dir_img{
        width: 270px;
        padding-right: 20px;
    }
    .dir_img + .toggle_content{
        width: calc(100% - 270px);
        margin-left: 270px;
        font-size: 16px;
    }
    .advantages_row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .advantages_item{
        padding: 0 10px;
    }
    .advantages .title{
        font-size: 14px;
    }
    .testimonials .testimonial{
        padding: 0px 0;
    }
    .recently-products{
        padding-left: 0;
        padding-right: 0;
    }
    .header .container{
    	padding-left: 0;
    }
    .header__logo .logo img, .header__logo .logo2 img{
    	height: 65px;
    }
    .header__logo {
	width: 250px;
	}
	.header__content {
	    width: calc(100% - 270px);
	}
	.header__logo .logo2 .logo-svg, .header__logo .logo .logo-svg{
		margin: 0;
	}
	.header__logo .logo2 {
	    padding: 30px 25px 20px 20px;
	}
    .header__bottom {
        margin-top: 15px;
    }
}
.product>.nav>.top_links, .product>.nav>.header__info, .product>.nav>.header_lang{
    display: none;
}
@media screen and (max-width:767px){
    .nomenclature .cart_notification{
        width: 320px;
/*        text-wrap: wrap;*/        
    }   
    .nomenclature .cart_notification .product span{
        white-space: pre-wrap;
    }
    .cart-info .sku.mobile_hide{
/*        display:none;*/
    }
    .nomen-quantity .minus, .nomen-quantity .plus, .nomen-quantity .left, .nomen-quantity .right{
        width:10px;
    }
    .nomen-quantity input, .nomen-quantity .wrapper{
        width:25px;
    }
    .nomen-quantity{
        white-space: wrap;
    }
    .cart-info.confirm tbody td.remove{
        border: none;
    }
    .cart-info.confirm tbody td.nomen-stock{
        border-right:none !important;
    }
    .product .nav-tabs > li > a{
        line-height: 1.9 !important;
    }
    .product>.nav{
        display: block !important;
        text-align: center;
    }
    .product .nav-tabs > li > a{
        border-bottom: 1px solid #ccc;
    }
    .product .nav-tabs > li{
        margin-bottom: -1px !important;
    }
    .product>.nav > li > a{
        padding: 9px 15px;
        min-height: 60px;
    }
    .product .nav-tabs{
        border-bottom: 3px solid transparent !important;
    }
    #banner0~.slider-counter, #banner0~.slider-nav,
    .header__logo .logo{
        display: none;
    } 
    .home-start__content {
        max-width: 50%;
    }
    .header__logo{
        width: 125px;
    }
    .header__logo:after{
        background:#334b93;
    }
    .header__logo .logo2 {
        padding: 30px 25px 10px 16px;
    }
    .header__logo .logo2 img {
        height: 65px;
    }
    .header__social {
        top: 5px;
    	right: 25px;
    }
    .header__content {
        width: calc(100% - 135px);
    }
    .header__bottom {
        margin-top: 20px;
    }
    .header__content{
        padding: 8px 0;
    }
    .home-categories__img {
        width: 95px;
    }
    .home-categories__title {
        width: calc(100% - 95px);
        font-size: 13px;
    }
    .all_btn a {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .home_section {
        padding: 40px 0;
    }
    .brends-section {
        padding: 40px 0 25px;
    }
    .slider__title {
        margin-bottom: 20px;
    }
    .products-slider {
        margin: 0 0px 40px;
    }
    .section__title, .advantages .section__title {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .blog_category_posts-0 .section__title {
        margin-bottom: 25px;
    }
    .blog_category_posts-0 .all_link {
        margin-bottom: 25px;
    }
    .blog_category_posts-0 .slider__nav, .testimonials .slider__nav {
        display: inline-block;
        margin-left: 20px;
    }
    .registration-section .registration__text {
        padding: 40px 0 40px 25px;
    }
    .blog_category_posts-1 .section__title {
        margin-bottom: 35px;
    }
    .blog_category_posts-1 .all_link {
        margin-bottom: 35px;
    }
    .brends__item a {
        padding: 7px;
    }
    .blog_category_posts-1 .news-slider__item a {
        padding: 25px 15px 15px;
        font-size: 10px;
        line-height: 1.6em;
        height: 28vw;
    }
    .blog_category_posts-1 .news-slider__item .news-slider__content h3 {
        padding-right: 30px;
        background-size: 20px;
    }
    .blog_category_posts-1 .news-slider__item:hover h3 {
        background-size: 20px;
    }
    .home-seo__section .section__title {
        margin-bottom: 35px;
    }
    .home-seo__section .seo__content {
        width: 65%;
        font-size: 14px;
        line-height: 1.6em;
    }
    .home-seo__section .seo__img {
        width: 35%;
    }
    .footer__logo {
        width: 30%;
        padding-right: 15px;
    }
    .footer__info {
        width: 70%;
        padding-right: 0;
    }
    .blog_sidebar {
        max-width: 200px;
    }
    .blog_main {
        max-width: calc(100% - 230px);
    }
    .news_item {
        width: calc(50% - 30px);
    }
    .contacts_info .adress {
        background-size: 18px;
    }
    .contacts_row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .contacts_row > div:first-child {
        width: 100%;
    }
    .information-contact .contact_form {
        width: 100%;
        margin-bottom: 70px;
    }
    .information-contact .contacts_info {
        margin-bottom: 70px;
    }
    .contacts_info .phones {
        background-size: 28px;
    }
    .map_section iframe{
        height: 400px;
    }
    .testimonial-form {
        background-size: 450px;
        padding-bottom: 170px;
    }
    .blog_child_category {
        width: calc(33.3% - 17px);
        margin: 0 25px 35px 0;
    }
    .blog_child_category_name {
        padding: 10px;
        font-size: 13px;
    }
    .doc_item {
        width:100%;
        margin: 0 0px 30px;
    }
    .doc_title a, .doc_title {
        max-width: 260px;
    }
    .sales_text {
        margin: 0 auto 35px;
        padding: 0 35px;
    }
    .sales-content .section_title {
        margin-bottom: 35px;
    }
    .sales-content table th, .blog-blog table th, .blog-blog table tr:first-child td {
        padding: 15px 10px;
        font-size: 13px;
    }
    .sales-content table th:first-child{
        white-space: nowrap;
    }
    .sales-content table td, .blog-blog table td{
        font-size: 13px;
        padding: 10px;
    }
    .table-wrap{
        margin-bottom: 40px;
    }
    .table-wrap table{
        min-width: 500px;
        margin-bottom: 0;
    }
    body[class*=account-address] table{
        min-width: 0;
    }
    #cart table{
        min-width: 0;
    }
    #cart .table-wrap{
        margin: 0;
    }
    body[class*=product-category]  .container>.box-row,
    body[class*=product-manufacturer] .container>.box-row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                flex-direction: column;
    }
    body[class*=product-category] .category_content,
    body[class*=product-manufacturer] .category_content{
        -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                    -ms-flex-order: 1;
                order: 1;
    }
    body[class*=product-category] #column-left,
    body[class*=product-manufacturer] #column-left{
        -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                    -ms-flex-order: 2;
                order: 2;
    }
    body[class*=product-category] #column-left .list-group,
    body[class*=product-manufacturer] #column-left .list-group{
        display: none;
    }
    .category_content, #column-left{
        width: 100%;
        padding: 40px 0;
    }
    .category-item {
        width: calc(33.3% - 12px);
    }
    #banner_grid0 {
        margin: 0px auto 0;
    }
    .category-list {
        margin-bottom: 0;
    }
    .breadcrumb {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .breadcrumb li{
        /*white-space: nowrap;*/
    }
    .product-grid .item {
        width: calc(33.3% - 10px);
        margin-right: 15px;
        padding: 10px 10px 15px;
    }
    .product-grid .item .button {
        margin-top: 20px;
    }
    .product-grid .item .icons_wrapper {
        right: 10px;
        bottom: 22px;
    }
    .product-grid .item .image {
        min-height: 130px;
    }
    .product-info{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .product-info .product-name {
        font-size: 20px;
    }
    .product-info .left, .product-info .right {
        width: 100%;
        padding-bottom: 0px;
    }
    .product-info .owl-carousel .owl-nav{
        display: none;
    }
    .product-block {
        margin-bottom: 40px;
    }
    .product-video__list{
        padding: 0;
    }
    .product-video__list iframe {
        max-width: 600px;
        width:100%;
        margin-bottom: 20px;
        margin-right: 0;
        height: 48vw;
    }
    .main-description table tr:first-child td {
        border-bottom: 2px solid #4e6fda;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 700;
        border-right: 0;
    }
    .main-description table tr:first-child td, .main-description table td {
        padding: 10px 15px;
    }
    .main-description {
        font-size: 13px;
    }
    .main-description p + h3, .product-block__title {
        font-size: 18px;
    }
    body[class*=account] > .container > .box-row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                flex-direction: column;
    }
    body[class*=account] #column-left, body[class*=account] .category_content {
        width: 100%;
        padding: 40px 0;
    }
    body[class*=account] #column-left{
        -webkit-box-ordinal-group: 3;
                -webkit-order: 2;
                    -ms-flex-order: 2;
                order: 2;
    }
    body[class*=account] .category_content{
        -webkit-box-ordinal-group: 2;
                -webkit-order: 1;
                    -ms-flex-order: 1;
                order: 1;
    }
    body[class*=account] .category_content h1 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .entry-block {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .entry-title {
        margin-bottom: 10px;
    }
    .entry-title a {
        font-size: 11px;
    }
    .form-group input {
        font-size: 14px;
    }
    body[class*=account] .fieldset{
        margin-right: -38px;
    }
    body[class*=account] #content form{
        overflow: hidden;
    }
    .back-btn {
        font-size: 15px;
    }
    .account-categories .box-heading {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .new-password .form-group .control-label,
    .show-password .checkbox label{
        font-size: 14px;
    }
    .show-password .checkbox label:before {
        top: 1px;
    }
    .checkout .form-group, body[class*=account] .form-group {
        margin-bottom: 25px;
    }
    body[class*=account] .product-grid .item {
        width: calc(33.3% - 20px);
    }
    .registr-page .tabs-item, .login-page .tabs-item {
        font-size: 14px;
        margin-right: 20px;
    }
    .registr-page .tabs-items, .login-page .tabs-items,
    .checkout .tabs-item {
        margin-bottom: 20px;
    }
    .checkbox label {
        font-size: 13px;
    }
    .login-page .buttons {
        padding-right: 0px;
    }
    .top_links li>div> a >span {
        top: -25px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        right: -15px;
    }
    .header.nav_fixed .header__bottom {
        margin-top: 11px;
    }
    .header.nav_fixed .header__content {
        padding: 4px 0 7px;
    }
    .menu_wrapper {
        padding: 75px 25px;
    }
    .only_desktop li a{
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                align-items: center;
        line-height: 18px;
        min-height: 25px;
        margin-bottom: 10px;
    }
    .only_desktop>li>a {
        width: 120px;
        padding-right: 15px;
        -webkit-box-align: start;
                -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                align-items: flex-start;
        line-height: 25px;
    }
    .only_desktop>li>.menu_children {
        width: calc(100% - 120px);
    }
    .only_desktop li a i {
        top: 50%;
        -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    }
    .only_desktop li a.active-categoty i {
        -webkit-transform: translate(0, -50%) rotate(180deg);
                -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    }
    .advantages .advantages_row{
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
    }
    .advantages_item{
        width: auto;
        margin-bottom: 20px;
    }
    .header__top .nav.active{
        -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                    -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 0;
    }
    .modal.fade .modal-dialog{
        -webkit-transform: none;
                -ms-transform: none;
            transform: none;
    }
}

@media screen and (max-width:600px){
    .home-categories__item {
        width: 100%;
        margin: 0 0 18px;
        max-width: 350px;
    }
    .products-slider__item {
        padding: 15px;
    }
    .products-slider__links {
        margin-right: -8px;
    }
    .products-slider__view a {
        height: 30px;
        font-size: 11px;
        padding: 0 10px;
    }
    .products-slider__desc a {
        font-size: 13px;
        line-height: 16px;
    }
    .products-slider__img {
        height: 125px;
    }
    .brends__item {
        width: calc(33.3% - 5px);
    }
    .blog_category_posts-0 .news-slider__content .date {
        font-size: 11px;
    }
    .blog_category_posts-0 .news-slider__content h3 {
        font-size: 13px;
    }
    .blog_category_posts-0 .news-slider__content .desc {
        font-size: 13px;
        line-height: 16px;
    }
    .blog_category_posts-0 .news-slider__content {
        padding: 14px 10px 15px;
    }
    .blog_category_posts-0 .news-slider__view {
        margin-top: 20px;
        font-size: 13px;
    }
    .blog_category_posts-0 .news-slider__prev, .blog_category_posts-0 .news-slider__next, .testimonials .slide_arrow_prev, .testimonials .slide_arrow_next, .owl-carousel .owl-nav button .slide_arrow_prev, .owl-carousel .owl-nav button .slide_arrow_next {
        width: 35px;
        height: 35px;
        background-size: 20px;
    }
    .registration-section img,
    .top_links ul li.authorization_block,
    .top_links ul li .wishlist{
        display: none;
    }
    .nav .top_links ul li.authorization_block,
    .nav .top_links ul li .wishlist{
        display: block;
    }
    .registration__title {
        font-size: 14px;
    }
    .registration__title span {
        font-size: 20px;
    }
    .registration__list li {
        font-size: 14px;
    }
    .registration__list li:before {
        left: -18px;
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }
    .registr_btn{
        margin-top: 25px;
    }
    .blog_category_posts-1 .news-slider__item {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
    }
    .blog_category_posts-1 .news-slider__item .news-slider__content{
        width: 100%;
    }
    .blog_category_posts-1 .news-slider__item .news-slider__content h3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }
    .top_links {
        margin-left: 0;
        max-width: 100px;
    }
    footer {
        font-size: 12px;
    }
    .scroll_to_top.active {
        right: 10px!important;
    }
    .blog_main{
        max-width: 100%;
        width: 100%;
    }
    .blog_sidebar {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
    .blog_item {
        margin-bottom: 40px;
    }
    .blog_post, .blog_list {
        margin-bottom: 40px;
    }
    .page-heading_section, .page-heading_section, .product-testimonial .page-heading_section,
    .page-heading_section.about {
        margin-bottom: 30px;
        background-size: cover;
    }
    .blog-category .page-heading_section {
        margin-bottom: 30px;
    }
    .news-list .news__content .news-item_date {
        font-size: 11px;
        margin-bottom: 7px;
    }
    .news-list .news__content h3 {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .news-list .news__content .news-descr {
        font-size: 13px;
        line-height: 16px;
    }
    .news-list .news__view {
        font-size: 14px;
        margin-top: 20px;
    }
    .news-list .news__content{
        padding: 15px 10px 15px;
    }
    .news_item {
        width: calc(100% - 30px);
    }
    .contact_form label {
        margin-bottom: 5px;
    }
    .testimonial_date {
        margin-bottom: 10px;
    }
    .testimonial_item a, .testimonial_item .testimonial_row{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .testimonial_right, .testimonial_left {
        width: 100%;
        padding: 0 15px;
    }
    .formRow--input-wrapper {
        font-size: 14px;
    }
    .form_column2{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .form_column2 .formRow--item {
        width: 100%;
    }
    .blog_child_category {
        width: calc(50% - 17px);
    }
    .blog_child_category_name {
        font-size: 16px;
    }
    .blog-category .section_title {
        margin-bottom: 30px;
    }
    .prices-content table{
        min-width: 0;
    }
    .prices-content table td a {
        padding: 0px 15px 25px 48px;
        line-height: 1.3em;
        background-size: 40px;
    }
    .prices-top {
        padding: 0px 0 50px;
    }
    .category-item {
        width: calc(50% - 12px);
    }
    .category-info{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0;
    }
    .category-info .image {
        margin-right: 10px;
        -webkit-box-flex: 0;
                -webkit-flex: 0 0 80px;
                    -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .breadcrumb_wrapper {
        padding: 15px 15px;
    }
    .breadcrumb a {
        font-size: 13px;
    }
    .product-grid .item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .main-description, .product-block ul{
        padding-left: 0;
        padding-right: 0;
    }
    .product-info .right{
        padding-left: 0;
    }
    .product-price__list ul li a {
        font-size: 14px;
    }
    .entry-block{
        width: 100%;
    }
    .checkout .form-group, body[class*=account] .form-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .registr-page #manager-title{
         margin-bottom:25px !important;
    }
    .checkout #shipping .method-selection{
        margin-bottom:0;
    }
    input[type="button"], .buttons .btn {
        height: 38px;
        min-width: 150px;
        font-size: 13px;
    }
    .cart-total-bottom .back-btn {
        font-size: 11px;
        height: 38px;
        margin: 0 15px 10px;
    }
    .cart-total-bottom.buttons .btn{
        margin: 0 15px 10px;
    }
    .cart-total-bottom {
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                justify-content: center;
    }
    .login-default {
        width:100%;
        max-width: 100%;
    }
    .checkout .fieldset, body[class*=account] .fieldset {
        margin-right: 0px;
    }
    table.cart-info.confirm{
        min-width: 0;
    }
    .cart-info.confirm *,
    .cart-info.confirm tbody td.name{
        /*display: block;
        width: 100%;*/
    }
    .cart-info.confirm tbody td.name a{
        -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                justify-content: center;
    }
    .cart-info.confirm thead,
    .cart-info.confirm tbody td.price{
/*        display: block;*/
    }

    .cart-info.confirm thead tr>td:nth-child(-n + 1){
        display:none;
    }
    .cart-info.confirm tbody td.name{
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
    }
    .cart-info.confirm tbody td.name img{
        width: 35px;
        margin-right:auto !important;
        margin: 0 auto;
        display: block;
    }
    .cart-info.confirm tbody td{
/*        border: 0;*/
    }
    .cart-info.confirm tbody tr{
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        border-bottom: 1px solid #ccc;
    }
    /*.cart-info.confirm tbody td:nth-child(-n + 2){
        display: none;
    }*/
    .cart-info.confirm tbody tr>td:nth-child(-n + 1){
        display:none;
    }

    .cart-info.confirm tfoot>tr{
/*        display:block;*/
    }
    .cart-info.confirm tfoot tr td:last-child{
/*        font-weight: 700;*/
    }
    .cart-info.confirm tbody .quantity{
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
    }
    .cart-info.confirm tbody .total{
/*        width: 70px;*/
    }
    .cart-info.confirm tbody .model{
/*        width: 100px;*/
    }
    .cart-info.confirm tfoot{
        border-top: 1px solid #ccc;
    }
    body[class*=account] .product-grid .item {
        width: calc(50% - 20px);
    }
    .registr-text {
        margin-right: 0;
    }
    .registr-page form {
        padding: 0;
    }
    .registr-page, .login-page {
        padding: 0px 0 70px;
    }
    .checkout .tabs-item{
        font-size: 18px;
        margin-right: 20px;
    }
    .regisrt-section .radio{
        width: 100%;
        margin-bottom: 15px;;
    }
    #ajax_cart{
        -webkit-box-align: start;
                -webkit-align-items: flex-start;
                    -ms-flex-align: start;
                align-items: flex-start;
    }
    #ajax_cart_container{
        padding: 20px 15px;
        max-width: 100%;
        margin: 15px 0;
    }
    .cart-head a{
/*        display: none;*/
        margin-right: 40px;
    }
    .cart-head h3 {
        font-size: 16px;
    }
    .table-bottom__info {
        text-align: center;
        margin-bottom: 15px;
        width:100%;
    }
    .cart-info.confirm tbody td.name{
/*        width: 100%;*/
        text-align: center;
    }
    #ajax_cart_container .cart-info.confirm tbody tr{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: relative;
    }
    .cart-info.confirm tbody .quantity{
        /*width:100%;
        max-width: 120px;*/
        margin: 0 auto;
    }
    .cart-info.confirm tbody td.remove {
        position: absolute;
        right: 0;
        width: 35px;
    }
    .cart-total{
        width: 100%;
    }
    .cart-total td, .table-bottom__info{
        text-align: center;
    }
    .nomenclature table th:last-child{
        height: 83px;
        border-left: 1px solid #ccc;
    }
    .nomenclature .nomen-quantity {
        max-width: 250px;
    }
    .nomenclature table th:last-child button{
        margin-top: 5px;
    }
    .nomenclature table td:last-child button{
        margin-top: 5px;
    }
    .cart-footer__text{
        font-size: 12px;
    }
    .dir_img{
        float: none;
        padding: 0;
        width: 250px;
    }
    .dir_img + .toggle_content{
        margin: 0;
        width: 100%;
    }
    .toggler {
        font-size: 15px;
    }
    .dir_img .title{
        font-size: 16px;
    }
    .nav .header__info .callback_btn{
        font-size: 14px;
    }
    .home-start__content h3 {
        font-size: 2.7vw;
    }
    .home-start__content p {
        font-size: 2.2vw;
    }
    .home-start__content .home-start__btn {
        margin-top: 2vw;
        font-size: 12px;
        height: 32px;
        padding:0 15px;
    }
    .nav .header__search{
        display: block;
    }
    .nav .header__info, .nav .top_links {
        margin-bottom: 20px;
    }
    .nav .open .dropdown-menu {
        -webkit-transform: scaleY(1) scaleX(1) translateY(0px) translateX(50%);
        -ms-transform: scaleY(1) scaleX(1) translateY(0%) translateX(50%);
            transform: scaleY(1) scaleX(1) translateY(0%) translateX(50%);
    }
    .owl-nav{
        display: none;
    }
    .header__search{
    	margin-right: 5px;
    }
}

@media screen and (max-width:480px){
.header__info, .header #language, .header__social{
    display: none;
}
.header .nav #language{
    display: block;
}
.header.nav_fixed .header__bottom, .header .header__bottom {
    margin-top: 0;
}
.header__logo:after {
    left: -49vw;
    margin-top: 0;
}
.home-title {
    line-height: 1.2em;
}  
.home-title a {
    font-size: 14px;
}
.header__logo .logo2:after {
    height: 20px;
    width: 20px;
    right: -3px;
    bottom: 7px;
}
.header__logo .logo2 img {
    height: 60px;    
    margin-top: 4px;
}
.header__logo .logo2 .logo-svg{
margin: 3px 8px 0 0;
}
.header__logo .logo2 {
    padding: 8px 0px 10px 10px;
    height: 54px;
}
.header.nav_fixed .header__logo .logo2 {
    padding: 8px 0px 10px 10px;
}
.header__logo {
    width: 65px;
}
.header{
    overflow: hidden;
}
.header .container {
padding-left: 0px;
padding-right: 5px;
}
.header__content {
    width: calc(100% - 80px);
    padding: 10px 0 8px;
}
.header.nav_fixed .header__content {
    padding: 10px 0 8px;
}
.header_catalog span {
    height: 30px;
    width: 70px;
    font-size: 10px;
    padding: 0px 5px;
}
.top_links a, .top_links a img{
    display: block;
    cursor: pointer;
}
.top_links li>div> a >span {
    top: -13px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    right: -10px;
}
.all_link {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 14px;
}
.all_link:after {
    vertical-align: top;
}
.brends__item {
    height: 28vw;
}
.brends__item a {
    padding: 0px;
}
.slider__title {
    font-size: 12px;
}
.blog_category_posts-0 .slider__nav, .testimonials .slider__nav {
    margin-left: 10px;
}
.blog_category_posts-0 .news-slider__next, .testimonials .slide_arrow_next {
    margin-left: 5px;
}
#blog_category_posts-0 {
    padding-right: 15px;
}
.blog_category_posts-1 .news-slider__item a {
    height: 45vw;
}
.home-seo__section .seo__img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
.home-seo__section .seo__content {
    width: 100%;
}
.footer .copy_wrap {
    margin-top: 0px;
    font-size: 9px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer .copy_wrap .box-row{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.copy {
    width: 100%;
    margin-bottom: 5px;
}
.page_heading {
    font-size: 20px;
}
.information-contact h1 {
    font-size: 20px;
}
#form-5 .field-group, #form-5 .field-group:not(:nth-child(2n)) {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-right: 0;
}
.contact_form .block_title{
    padding: 0;
}
.product-testimonial h1, .blog-category .section_title,
.sales-content .section_title, .prices-content .section_title {
    font-size: 20px;
}
.blog_child_category_name {
    font-size: 13px;
}
.child_category_title {
    font-size: 20px;
    margin-bottom: 30px;
}
.doc_item .image {
    width: 170px;
}
.doc_right {
    width: calc(100% - 170px);
    padding: 15px 15px 35px 15px;
}
.sales_text {
    font-size: 13px;
    line-height: 1.6em;
    padding: 0 15px;
}
.sales_text h3{
    font-size: 14px;
    margin-bottom: 5px;
}
.prices-content table {
    font-size: 13px;
}
.doc_download {
    font-size: 12px;
}
.prices-top {
    font-size: 14px;
}
.prices-top_text {
    line-height: 1.6em;
}
.prices-top_title {
    margin-bottom: 20px;
}
    .prices-content table, .prices-content tbody,
    .prices-content tr, .prices-content td{
        display: block;
    }
    .prices-content table td{
        width: 100%;
    }
    .category-item, .product-grid .item, body[class*=account] .product-grid .item{
        width: 100%;
        margin: 0 auto 25px;
        max-width: 320px;
    }
    .product-grid .item .name a, .product-grid .item .description{
        min-height: 0;
    }
    .checkbox label {
        font-size: 11px;
    }
    .registr-page .tabs-item, .login-page .tabs-item,
    .checkout .tabs-item {
        font-size: 12px;
        line-height: 20px;
    }
    .edit-btn {
        font-size: 12px;
    }
    .nav-btn {
        position: absolute;
        right: 50px;
        width: 20px;
        top: 11px;
    }
    .only_desktop>li {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .only_desktop>li>.menu_children, .only_desktop>li>a {
        width: 100%;
    }
    #cart:hover .content{
        display: none;
    }
    .checkout .tabs-item{
        margin-right: 15px;
    }
    .home-start__content h3 {
        font-size: 3.5vw;
    }
    .home-start__content p {
        font-size: 2.7vw;
    }
    .products-slider .owl-stage{
        padding-left: 0!important;
    }
    .header__search{
    	max-width: calc(100% - 150px);
    	margin-right: 25px;
    }
    .header__search input{
    	font-size: 11px;
    }
footer {
    font-size: 11px;
}
}

@media screen and (max-width:380px){
    .section__title, .advantages .section__title {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .footer_column {
        width: 50%;
    }
    .blog-item_date {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .blog-item_title {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .blog_item {
        margin-bottom: 30px;
    }
    .map_section iframe {
        height: 300px;
    }
    .testimonial-form_title {
        font-size: 20px;
    }
    .blog_child_category {
        width: 100%;
        margin: 0 auto 25px;
        max-width: 300px;
    }
    .blog_child_category_name {
        font-size: 16px;
    }
    .doc_item .image {
        width: 120px;
    }
    .doc_right {
        width: calc(100% - 120px);
    }
    .footer__adress {
        margin-bottom: 10px;
    }
    .advantages_item{
        width: 100%;
    }
    .footer .copy_wrap{
    	font-size: 8px;
    }
}
@media screen and (min-width:1600px){
    .page-heading_section {
        background-size: cover;
    }
}
@media screen and (min-width:1401px){
    .category-item:nth-child(5n) {
        margin-right: 0;
    }
    .product-grid .item:nth-child(5n) {
        margin-right: 0;
    }
    body[class*=account] .product-grid .item:nth-child(5n){
        margin-right: 0;
    }
    .recently-products .product-grid .item:nth-child(5n){
        margin-right: 0;
    }
}
@media screen and (min-width:1201px){
    .blog_child_category:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (min-width:1201px) and (max-width:1400px){
    .doc_item .image {
        width: 170px;
    }
    .doc_right {
        width: calc(100% - 170px);
        padding: 15px 15px 55px 20px;
    }
    .category-item:nth-child(4n) {
        margin-right: 0;
    }
    .product-grid .item:nth-child(4n), body[class*=account] .product-grid .item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width:992px){
    .checkout .form-group.method-selection:nth-child(2):last-child,
    .checkout .form-group.method-selection:nth-child(2n) + div:last-child,
    .checkout .form-group.method-selection:nth-last-child(-n + 3):nth-child(2n) ~ div,
    .checkout .form-group.method-selection:first-child:last-child,
    .checkout .form-group.method-selection:first-child:nth-last-child(-n + 2){
        margin-bottom: 0;
    }
    .nomenclature table th:nth-last-child(-n+2), .nomenclature table td:nth-last-child(-n+2){
        position: -webkit-sticky;
        position: sticky;
        right: 80px;
    }
    .nomenclature table th:last-child, .nomenclature table td:last-child {
        position: -webkit-sticky;
        position: sticky;
        right: 0 !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px){
    .blog_child_category:nth-child(4n) {
        margin-right: 0;
    }
    .category-item:nth-child(3n) {
        margin-right: 0;
    } 
    .product-grid .item:nth-child(3n), body[class*=account] .product-grid .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .category-item:nth-child(2n) {
        margin-right: 0;
    } 
    .product-grid .item:nth-child(2n), body[class*=account] .product-grid .item:nth-child(2n) {
        margin-right: 0;
    }
    .entry-block {
        width: calc(100% - 15px);
    }
    .checkout .form-group, body[class*=account] .form-group,
    .login-default {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        max-width: 100%;
    }
    
}

@media screen and (min-width:601px) and (max-width:991px){
    .blog_child_category:nth-child(3n) {
        margin-right: 0;
    }
    .doc_item .image {
        width: 170px;
    }
    .doc_right {
        width: calc(100% - 170px);
        padding: 15px 15px 55px 15px;
    }
}

@media screen and (min-width:601px) and (max-width:767px){
    .blog_child_category:nth-child(4n) {
        margin-right: 0;
    }
    .category-item:nth-child(3n) {
        margin-right: 0;
    } 
    .product-grid .item:nth-child(3n), body[class*=account] .product-grid .item:nth-child(3n) {
        margin-right: 0;
    }
    .product-grid .item .brend_name {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .product-grid .item .name a, .product-grid .item .name {
        font-size: 13px;
    }
    .product-info .left {
        width: 250px;
    }
    .product-info .right {
        width: calc(100% - 250px);
    }
    .checkout .form-group.method-selection:nth-child(2):last-child,
    .checkout .form-group.method-selection:nth-child(2n) + div:last-child,
    .checkout .form-group.method-selection:nth-last-child(-n + 3):nth-child(2n) ~ div,
    .checkout .form-group.method-selection:first-child:last-child,
    .checkout .form-group.method-selection:first-child:nth-last-child(-n + 2){
        margin-bottom: 0;
    }
}

@media screen and (min-width:601px){
    .nav .header__search, .nav .header__info, .nav .header #language, .nav .header__info, .nav #language {
        display: none;
    }
}

@media screen and (min-width:481px) and (max-width:600px){
    .category-item:nth-child(2n) {
        margin-right: 0;
    } 
    .product-grid .item:nth-child(2n), body[class*=account] .product-grid .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width:381px) and (max-width:600px){
    .blog_child_category:nth-child(2n) {
        margin-right: 0;
    }
}


@media screen and (min-width:1201px){
    .nav-btn{
        display: none;
    }
    #menu .menu_wrapper{ 
        border-top: 4px solid #4e6fd9;
        margin: 0;
        max-width: 1565px;
        margin: 0 auto;
        position: relative;
        z-index: -1;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
                box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    #menu .menu_wrapper > .only_desktop{
        margin:0;
        width:390px;
        max-height: calc(100vh - 250px);
      overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        background: #fff;
        padding: 45px 0 15px 25px;
        border-right: 1px solid #ccc;
    }
    #menu .menu_wrapper > .only_desktop:after{
    content: "";
    position: absolute;
    right: 0;
    background: #fff;
    width: 15px;
    bottom: 0;
    }
    #menu .menu_wrapper > .only_desktop>li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_main_category{
        width: 118px;
        -webkit-box-flex: 0;
                -webkit-flex: 0 0 118px;
                    -ms-flex: 0 0 118px;
                flex: 0 0 118px;
        padding:5px;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children{
        width:calc(100% - 118px);
        float: right;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children{
        width:calc(100% - 382px);
        overflow-y: auto;
        border-left: 0;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children>li{
        width:calc(33.3% - 25px);
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children>li>.menu_children{
        width:33.3%;
        margin-left: 33.3%;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children>li>.menu_children>li>.menu_children{
        width:100%;
        margin-left: 100%;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        position: relative;
        z-index: 10;
    }
    #menu .menu_wrapper > .only_desktop>li>.menu_children>li>.menu_children::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
                box-shadow: 0 0 1px rgba(255,255,255,0.5);
        z-index: 10;
        position: relative;
    }
    #menu .menu_wrapper:after{
        background: #fff;
        position: absolute;
        left: 0;
        top:0;
        right: 0;
        bottom: 0;
        z-index: -2;
        content: "";
        display: block;
    }
    #menu .menu_wrapper > .only_desktop::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        position: relative;
        z-index: 10;
    }
    #menu .menu_wrapper > .only_desktop::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
                box-shadow: 0 0 1px rgba(255,255,255,0.5);
        z-index: 10;
        position: relative;
    }
    #menu .menu_wrapper > .only_desktop > li > a{
        position: relative;
        z-index: 10;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 13px;
        line-height: 31px;
        -webkit-transition: .3s;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #999;
        font-weight: 600;
    }
    #menu .menu_wrapper > .only_desktop > li > a:hover{
        color: #4e6fd9;
    }
    #menu .menu_wrapper > .only_desktop > li > a i{
        display: none;
    }
    #menu .menu_children .withsubs> a i{
        position: absolute;
        right: 15px;
        top: calc(50% - 10px);
        font-size: 20px;
        color: #333;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.5;
    }
    #menu .menu_children .withsubs:hover> a i{
        right: 20px;
        opacity: 1;
        color: #fff;
    }
    #menu{
        position: absolute;
        top: 100%;
        right: 0px; 
        font-size:14px; 
        position: absolute;
        left: 0;
        list-style: none;
        border-top: none;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    #menu.active{
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
            transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    #menu.closed {
      -webkit-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
          transform: translateY(-100%)
    }
    
    .menu_children .menu_children{
    position: absolute;
        left: 0;
        top: 0;
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        min-height: 0;
        padding: 45px 8px 15px 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 3px;
        width: calc((100% - 382px)/3);
        margin-left: 382px;
        z-index: 12;
        bottom: 0;
        border-left: 1px solid #ccc;
    }
    .hover > .menu_children{
        display: block;
    }
    .menu_children .menu_children:after{
        content: "";
        position: absolute;
        width:40px;
        margin-left: -40px;
        display: block;
        top: 0;
        bottom: 0;
    }
    .menu_children .menu_children .menu_children{
        width:100%;
        margin-left: 100%;
    }
    .menu_child_item .menu_child_item:hover >.menu_children{
        display: block;
    }
    #menu .menu_child_item .menu_child_item:hover >.menu_main_category,
    #menu .menu_child_item .menu_child_item:hover >a,
    #menu .menu_child_item.hover >a{
        background:#4e6fd8 ;
        color: #fff;
    }
    #menu .menu_child_item.hover >a i{
        color: #fff;
    }
    .menu_main_category + .menu_children li{
        padding-right: 10px;
    }
    #menu ul, #menu ol{
        list-style: none;
    }
    #menu .column{
        width:25%;
    }
    #menu .withsubs .wrapper > ul{
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
        width: 100%;
    }
    
    #menu  a{
        position: relative;
        z-index: 10;
        display: inline-block;
        vertical-align: bottom;
        width: 100%;
        padding: 10px 24px 10px 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 12px;
        line-height: 16px;
        -webkit-transition: .3s;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #333333;
        font-weight: 600;
        border-radius: 10px;
    }
    #menu .column a:hover{
        color: #4e6fd8;
        text-decoration: underline;
    }
    #menu .hasthird > a{
        text-decoration: underline;
        font-weight: 700;
    }
    #menu .third{
        padding-left:15px;
    }
    .nav .top_links{
        display: none;
    }
}
.cart-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
    rgba(255,255,255, 0.7);
    border-radius: 20px;
}
input[readonly] {
    background: #eee;
    cursor: default;
}
.right>.pl{
    color: rgb(255, 0, 0);
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 20px;
    font-size: 15px;
}
.right>.pl a{
    color: #4e6fda;
    text-decoration: underline;
}
.right>.pl a:hover{
    color: #000;
    text-decoration: none;
}
.nomenclature table td{
    /*min-width: 100px;*/
    white-space: nowrap;
}
.nomenclature table th:last-child, .nomenclature table td:last-child{
    /*min-width: auto;*/
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}




.product .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.product .nav > li {
  position: relative;
  display: block;
}
.product .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 30px;
  font-size: 15px;
}
.product .nav > li > a:hover,
.product .nav > li > a:focus {
  text-decoration: none;
}
.product .nav > li.disabled > a {
  color: #777777;
}
.product .nav > li.disabled > a:hover,
.product .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.product .nav .open > a,
.product .nav .open > a:hover,
.product .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.product .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.product .nav > li > a > img {
  max-width: none;
}

.product .nav-tabs {
    width: 100%;
    border-bottom: 3px solid #ccc;
    display: flex;
    justify-content: center;
}
.product .nav-tabs > li {
  margin-bottom: -3px;
}
.product .nav-tabs > li > a {
  line-height: 1.42857143;
}
.product .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.product .nav-tabs > li.active > a,
.product .nav-tabs > li.active > a:hover,
.product .nav-tabs > li.active > a:focus {
  color: #4e6fda;
  cursor: default;
  border-bottom: 3px solid #4e6fda;
}
#content .nav-tabs{
    margin-bottom: 30px;
}
.desc-block{
    margin-bottom: 20px;
}
hr.ccc{
    border: none;
    border-bottom: 3px solid #ccc;
}
.sale_badge{
    display: none !important;
}
.grecaptcha-badge{
    opacity:0 !important;
}
.product-block .desc-block p{
    line-height: 1.3 !important;
    font-size: 16px;
}

#review_totals{
    font-size: 15px;
    margin-bottom: 8px;
}
#tab-review .table {
    margin: 10px 0;
    font-size: 15px;
    min-width: unset;
}
#tab-review .table-bordered {
    border: 1px solid #ddd;
}
#tab-review .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
#tab-review .table > tbody > tr > td {
    padding: 8px;
}
#tab-review .table p {
    padding: 12px 0;
}
.text-right {
    text-align: right;
}
#show_review_form.button:hover, #button-review.button:hover {
    background: #4e6fd9;
    color: #fff;
  }
#show_review_form.button, #button-review.button {
    height: 35px;
    border: 2px solid #4e6fd9;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    /* display: inline-flex;
    align-items: center; 
    justify-content: center;*/
    padding: 0 28px;
    color: #4e6fd9;
    margin-top: 10px;
    /* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; */
    transition: all 0.3s;
    text-transform: uppercase;
    /* transition: all 0.3s; */
    cursor: pointer;
    /* max-width: calc(100% - 30px); */
}
#form-review {
    display: none;
}
#form-review .form-group {
    margin-top: 10px;
}
.checkout #shipping{
    margin: 30px 0 20px;
}
.checkout #shipping .stagh4, .checkout #address #addess-title, .checkout #managers #manager-title{
    margin-bottom:10px;
    display:block;
}
.checkout #managers{
    margin-top: 30px;
}
.checkout #managers .form-group__full{
    margin-bottom:0;
}
.registr-page #manager-title {
    display: block;
    width: 100%;
    margin-bottom: 44px;
}

i.fa.act {
    color: #4e6fda;
}

.show_pc, .show_mob{
    display:none;
}
.cart-info.confirm tfoot>.show_pc:nth-child(3) .stagb{
    font-size:18px;
}
.home-title a span.stagb, .stagb{
    font-weight:initial;
}


@media screen and (max-width:768px){
	.show_mob{
		display:table-row;
	}
    .cart-info.confirm tfoot tr:last-child td{
        font-weight:initial;
    }
    .cart-info.confirm tfoot tr:last-child td:last-child{
        font-size:20px;
    }
}
@media screen and (min-width:768px){
	.show_pc{
		display:table-row;
	}
}

/* Jet Cache: inline */

    body{margin:0}.preloader{position:fixed;width:100vw;height:100vh;left:0;top:0;right:0;bottom:0;overflow:hidden;background-color:#4e6fd9;background-image:linear-gradient(19deg,#324993 0, #4e6fd9 100%);z-index:1001;color:#eee}.preloader__image{position:relative;top:50%;left:50%;width:70px;height:70px;margin-top:-35px;margin-left:-35px;text-align:center;animation:preloader-rotate 2s infinite linear}@keyframes preloader-rotate{100%{transform:rotate(360deg)}}.loaded_hiding .preloader{transition:.3s opacity;opacity:0}.loaded .preloader{display:none}
    @media screen and (min-width:1024px){.banner-module__wrap {min-height:550px;}}
  
