.container-ws .articles-items,
.popup-panel .articles-items{
	display: flex;
	flex-wrap: wrap;
}

.container-ws .articles-items [class*="col-"]{
	width: 25%;
}

/***ITEM***/
.articles-item{
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 32px;
	padding: 24px;
	position: relative;
	overflow: hidden;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #3d4b52;
}

.container-ws .articles-item{	
	height: -moz-calc((100vw - 64px - 72px) / 4 * 0.85);
	height: -webkit-calc((100vw - 64px - 72px) / 4 * 0.85);
	height: calc((100vw - 64px - 72px) / 4 * 0.85);
}

.popup-panel .articles-item{
	height: -moz-calc((1304px - 128px - 48px) / 3 * 0.85);
	height: -webkit-calc((1304px - 128px - 48px) / 3 * 0.85);
	height: calc((1304px - 128px - 48px) / 3 * 0.85);
}

.articles-item:link,
.articles-item:visited{
	text-decoration: none;
}

/***ITEM_PIC***/
.articles-item-pic-container{
	height: 78.75%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 197;
}

.articles-item-pic{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #6e858a;
}

.articles-item-pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.articles-item-pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .articles-item:hover .articles-item-pic > img,
.bx-touch .articles-item:active .articles-item-pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.1) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/***ITEM_BACKGROUND***/
.articles-item-background{
	height: 67.8125%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 198;
}

.articles-item-background:before,
.articles-item-background:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}

.articles-item-background:before{
	background: -moz-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #3d4b52 69%, #3d4b52 100%);
	background: -webkit-linear-gradient(top, rgba(61, 75, 82, 0) 0%, #3d4b52 69%, #3d4b52 100%);
	background: linear-gradient(to bottom, rgba(61, 75, 82, 0) 0%, #3d4b52 69%, #3d4b52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003d4b52', endColorstr='#3d4b52', GradientType=0);
}

.articles-item-background:after{
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	background: -webkit-linear-gradient(top, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	background: linear-gradient(to bottom, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006639b6', endColorstr='#6639b6', GradientType=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.bx-no-touch .articles-item:hover .articles-item-background:after,
.bx-touch .articles-item:active .articles-item-background:after{
	opacity: 1;
}

/***ITEM_BLOCK***/
.articles-item-block{
	display: flex;
	flex-direction: column;
	z-index: 199;
}

/***ITEM_TITLE***/
.articles-item-title{
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}

/***ITEM_TEXT***/
.articles-item-text{
	margin-top: 12px;
	color: #fff;
}

/***ITEM_MARKER***/
.articles-item-marker-container{	
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 200;
}

.articles-item-marker{	
	max-width: 100%;
	display: inline-flex;
	align-items: center;	
	padding: 6px 12px 5px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #6639b6;
}

.articles-item-marker > span{
	overflow: hidden;	
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

/***MORE***/
.articles-more{
	padding-bottom: 22px;
}

.articles-more .btn{
	width: 100%;
	height: 48px;
}

/***PHONES***/
@media(max-width: 991px){
	.container-ws .articles-items,
	.popup-panel .articles-items{
		flex-direction: column;
	}

	.container-ws .articles-items [class*="col-"]{
		width: 100%;
	}
	
	/***ITEM***/
	.articles-item{
		height: -moz-calc((100vw - 36px) * 0.85);
		height: -webkit-calc((100vw - 36px) * 0.85);
		height: calc((100vw - 36px) * 0.85);
		margin-bottom: 18px;
		padding: 18px;
	}

	.container-ws .articles-item,
	.popup-panel .articles-item{	
		height: -moz-calc((100vw - 36px) * 0.85);
		height: -webkit-calc((100vw - 36px) * 0.85);
		height: calc((100vw - 36px) * 0.85);
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px) and (max-width: 1042px){
	.container-ws .articles-items [class*="col-"],
	.popup-panel .articles-items [class*="col-"]{
		width: 50%;
	}

	.container-ws .articles-item,
	.popup-panel .articles-item{	
		height: -moz-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: -webkit-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: calc((100vw - 64px - 24px) / 2 * 0.85);
	}

	.slide-menu-option-2 .container-ws .articles-item{
		height: -moz-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: -webkit-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: calc((100vw - 64px - 24px) / 2 * 0.85);
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	.container-ws .articles-items [class*="col-"],
	.popup-panel .articles-items [class*="col-"]{
		width: 50%;
	}

	.container-ws .articles-item,
	.popup-panel .articles-item{	
		height: -moz-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: -webkit-calc((100vw - 64px - 24px) / 2 * 0.85);
		height: calc((100vw - 64px - 24px) / 2 * 0.85);
	}

	.slide-menu-option-2 .container-ws .articles-item{
		height: -moz-calc((100vw - 72px - 64px - 24px) / 2 * 0.85);
		height: -webkit-calc((100vw - 72px - 64px - 24px) / 2 * 0.85);
		height: calc((100vw - 72px - 64px - 24px) / 2 * 0.85);
	}
}

@media(min-width: 1104px) and (max-width: 1379px){
	.container-ws .articles-items [class*="col-"]{
		width: 33.33333333%;
	}
	
	.container-ws .articles-item{	
		height: -moz-calc((100vw - 64px - 48px) / 3 * 0.85);
		height: -webkit-calc((100vw - 64px - 48px) / 3 * 0.85);
		height: calc((100vw - 64px - 48px) / 3 * 0.85);
	}

	.slide-menu-option-2 .container-ws .articles-item{
		height: -moz-calc((100vw - 72px - 64px - 48px) / 3 * 0.85);
		height: -webkit-calc((100vw - 72px - 64px - 48px) / 3 * 0.85);
		height: calc((100vw - 72px - 64px - 48px) / 3 * 0.85);
	}

	.popup-panel .articles-item{
		height: -moz-calc((100vw - 128px - 48px) / 3 * 0.85);
		height: -webkit-calc((100vw - 128px - 48px) / 3 * 0.85);
		height: calc((100vw - 128px - 48px) / 3 * 0.85);
	}
}

@media(min-width: 1380px){
	.slide-menu-option-2 .container-ws .articles-item{
		height: -moz-calc((100vw - 72px - 64px - 72px) / 4 * 0.85);
		height: -webkit-calc((100vw - 72px - 64px - 72px) / 4 * 0.85);
		height: calc((100vw - 72px - 64px - 72px) / 4 * 0.85);
	}
}

@media(min-width: 1546px){
	.slide-menu-option-1-active .container-ws .articles-items [class*="col-"]{
		width: 33.33333333%;
	}

	.slide-menu-option-1-active .container-ws .articles-item{	
		height: -moz-calc((100vw - 64px - 324px - 48px) / 3 * 0.85);
		height: -webkit-calc((100vw - 64px - 324px - 48px) / 3 * 0.85);
		height: calc((100vw - 64px - 324px - 48px) / 3 * 0.85);
	}
}
/*.dwnld-cat-item:nth-child(3n) {
    margin-right: 40px;
}*/
.dwnld-instr-wrap {
	margin-top:40px;
	max-width: 100%;
}
.dwnld-instr-wrap>div:nth-child(4n) {
    /*margin-right: 50px;*/
}
.etc-certs > div {
    height: 302px;
    overflow: hidden;
    margin-bottom: 40px;
}
.cert-left img {
    max-width: none;
    height: 302px;
}
.fancybox-button.disabled{
	display: none;
}
/*.cert-act {
    position: initial;
    margin-top: 20px;
}*/

@media only screen and (max-width:991px) {
    .etc-c2-content {
        height: 190px;
        position: relative;
        top: 25px;
        left: 15px;
        width: calc(100% - 35px);
    }
    .etc-c2-hk-bg {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: calc(100% - 15px);
        height: calc(100% - 20px);
        background-color: #f3f3f3;
    }
    .etc-c2 {
        height: 215px;
    }
    .etc-c1 p {
        color: #4e4e4e;
        font-size: 14px;
        margin-top: 25px;
    }
    .etc-c2-hk {
        position: absolute;
        left: 0px;
        top: 0px;
        border: 2px solid #fe5000;
        z-index: 1;
        text-align: left;
        height: 160px;
        width: calc(100% - 25px);
    }
    .etc-c2-hk > div {
        padding-left: 35px;
        padding-top: 40px;
    }
    .etc-c2-hk > div > span {
        font-weight: 600;
        color: #fe5000;
        font-size: 20px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 12px;
    }
    .etc-c2-hk > div > p {
        color: #4e4e4e;
        font-size: 13px;
    }
    .etc-c1 > div text {
        font-size: 12px;
        color: #9e9e9e;
        margin-top: 25px;
        display: inline-block;
    }
    .e-tabs-content-wrapper {
        max-width: 425px;
        margin: auto;
        width:calc(100% - 20px);
        margin-top:20px;
        margin-bottom:20px;
        padding-top: 80px;
    }
    .e-tabs-content-wrapper > ul > li {
        list-style:none;
        margin-bottom:10px;
    }
    li.active .e-contacts-content {
        display: flex;
        flex-direction: column;
    }
    .e-contacts-content {
        overflow: hidden;
        transition:.5s;
        -webkit-transition:.5s;
        -moz-transition:.5s;
    }
    li.active .e-contacts-content {
        max-height:100%;
        height:auto;
    }
    .e-tabs-content-wrapper > ul > li > a {
        width: calc(100% - 15px);
        padding-left: 15px;
        text-decoration:none;
        height: 60px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        color: #4e4e4e;
        font-size: 16px;
        font-weight: 600;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        background-color: #e8e8e8;
    }
    .e-tabs-content-wrapper > ul > li > a::after {
        content: "\e900";
        font-family: 'icomoon', sans-serif;
        position: absolute;
        color: #4e4e4e;
        font-size: 10px;
        top: 12px;
        right: 10px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: flex;
        background-color: #fff;
        align-items: center;
        justify-content: center;
    }
    .e-tabs-content-wrapper > ul > li.active > a {
        background-color:#f7f7f7;
        margin-top:10px;
    }
    .e-tabs-content-wrapper > ul > li.active > a::after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        background-color: #e8e8e8;
    }
    .e-tc-top-banner img {
        width:100%;
        height:auto;
    }
    .etc-certs {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px;
        flex-direction:column;
    }
    .e-cert-wrapper {
        display: flex;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 30px;
        height: auto;
    }
    .e-cert-wrapper > div {
        height: auto;
        width: 35%;
    }
    .e-cert-wrapper > div > img {
        width: 100%;
    }
    .cert-right {
        padding-left: 10px;
        position: relative;
        width:calc(65% - 10px) !important;
    }
    .cert-desc {
        padding-top: 15px;
    }
    .cert-desc p {
        font-weight: 600;
        font-size: 12px;
        color: #4e4e4e;
    }
    .cert-act {
        width: calc(100% - 5px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top:15px;
        flex-direction:column;
    }
    .cert-act > a {
        width: 120px;
        text-decoration:none;
        padding-left: 15px;
        height: 28px;
        background-color: #fff;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: #4e4e4e;
        font-weight: 600;
        font-size: 12px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        position: relative;
    }
    .cert-act > a:first-child {
        margin-bottom:15px;
    }
    .cert-act > a > i {
        position: absolute;
        left: 10px;
        font-size:18px;
    }
    .cert-act > a > i.iconexp-down-arrow {
        position: absolute;
        left: 8px;
        font-size: 22px;
    }
    .etc-c3 p {
        font-weight: 600;
    }
    .etc-c3 text {
        color: #4e4e4e;
        font-size: 13px;
    }
    .e-tc3c span, .e-tc-3col span, .etc-c3 span, .terms-top-new span, .requist-wrap span {
        text-transform: uppercase;
        font-size: 16px;
        color: #4e4e4e;
        font-weight: 600;
        margin-top: 25px;
        display: inline-block;
    }
    .e-tc3c p, .e-tc-3col p, .publ-wrap p, .etc-c3 p, .terms-top-new p, .requist-wrap p {
        color: #4e4e4e;
        font-size: 14px;
        margin-top: 25px;
    }
    .e-tc3c-rekv {
        /*text-align: center;*/
        margin-top: 15px;
    }
    .e-dostavka-wrapper img {
        width: 80%;
        margin: 0px 10%;
        padding: 15px 0px;
    }
    .e-tc-1col p {
        color: #4e4e4e;
        font-size: 14px;
        margin-top: 25px;
        text-align: center;
    }
    .e-tc-1col-payment p {
        margin: 10px auto 0;
        max-width: 320px;
    }
    .e-tc-1col-payment .e-tc3c span {
        width: 100%;
        text-align: center;
    }
    .e-tc-1col-payment .e-tc3c-rekv {
        display: flex;
        justify-content: center;

    }
    .e-tc-1col p .adh-name {
        color: #fe5000;
        font-weight: bold;
    }
    .e-tc-1col-title {
        text-align:center;
        width: 100%;
        margin-bottom: 10px;
    }
    .e-tc-1col-payment li {
        max-width: 320px;
        margin: auto;
        text-align: center;
        list-style-type: none;
    }
    .payment-desc-footnote {
        margin: 10px auto;
        border-top: 1px solid #4e4e4e;
        max-width: 320px;
    }
    .payment-desc-footnote p {
        font-size: 12px;
        font-weight: 600;
    }
    .br-hide p br {
        display: none;
    }
    .e-tc-1col a, .e-tc-1col a:visited {
        color:#fe5000;
        text-decoration:none;
        font-weight:600;
    }
    .e-tabs-content-wrapper-notabs {
        width:100% !important;
        margin-top:0px;
    }
    .e-tabs-content-wrapper-notabs .e-tc-1col {
        margin:0px 10px;
    }
    .e-tabs-content-wrapper-notabs .e-pol-title {
        margin-top:30px;
    }
    .e-tabs-content-wrapper-notabs #pt1 {
        margin-top: 15px;
        text-align: center;
    }
    .e-tabs-content-wrapper-notabs .e-pol-subtitle {
        margin-top:20px;
    }
	.etc-certs > div {
		width: 100%;
	}
	/*.dwnld-cat-item {
		margin-right: 0px!important;
	}
	.dwnld-cat-item:nth-child(3n) {
		margin-right: 0px!important;
	}
	.dwnld-cat-item:nth-child(7n) {
		margin-right: 0px!important;
	}*/
	.cert-left img {
		height: auto;
	}
	.e-cert-wrapper{
		height: 93%;
	}
	.cert-desc{
		padding-top: 0;
	}
	.desc-simplebar-bg{
		height: 190px!important;
	}
}
.etc-certs a {
    text-decoration: none!important;
}
@media (max-width: 991px){
.container-ws .row, .row {
    margin-left: 0!important;
    margin-right: 0!important;
}
}
@media (max-width: 991px){
.container-ws .articles-items, .popup-panel .articles-items {
    flex-direction: initial!important;
}
/*.dwnld-instr-item {
	margin-right: 0!important;
}*/
}

.dwnld-instr-item-btn{
	bottom: 10px!important;
}
.container-ws .row{
	justify-content: center;
}
.cert-left img {
    max-width: 160px;
    height: auto;
}