.docs-wrapper {
	border:1px solid #E4E7EB;
	max-width:920px;
	margin:0 auto;
	margin-top:45px;
}
.docs-wrapper img {
	width:680px;
	margin: 120px;
	display:block;
}
.popup-wrapper.full-width.doc .docs-wrapper:nth-child(2) {
	margin-top:60px
}
.popup-wrapper.success {
	text-align:center;
	font: 500 18px/24px var(--font-family-rg);
	color: #2B1B35;
	justify-content: center;
	display:flex!important;
}
.popup-wrapper .success-title:before {
	width:165px;
	height:165px;
	content:'';
	display:block;
	margin:0 auto 27px auto;
	background:transparent url(/resources/about/images/success-icon.svg) no-repeat center center;
	border-radius:200px;
}
.popup-wrapper .success-title {
	font: 500 40px/44px var(--font-family-b);
	margin:0 0 30px;
	padding:0 20px;
}
.popup-wrapper .sm-title {
	margin:0 0 60px;
	padding:0 20px;
}
.popup-wrapper.success p {
	padding:0 20px;
}
.popup-wrapper.success .button {
	padding: 12.5px 35px;
	background: #F1F6FF;
	border-radius: 100px;
	letter-spacing: 1.35px;
	text-transform: uppercase;
	font: 500 12px/15px var(--font-family-b);
	color: #0049BC;
	width: auto;
	height: auto;
	background-image: none;
	display: inline-block;
	transition: all .25s ease;
	border: 1px solid transparent;
	min-width: 220px;
	text-align: center;
	cursor: pointer;
	margin:30px 0 0 0;
}
.popup-wrapper.success .button:hover {
	color:#799fde;
}
@media (max-width: 1279px) {
.docs-wrapper {
	margin-bottom:85px;
}
}
@media (max-width: 1023px) {
.docs-wrapper {
	margin-bottom:5px;
}
}
@media (max-width: 560px) {
.docs-wrapper img {
	width: calc(100% - 20px);
	margin: 10px;
}
.docs-wrapper {
	width:auto;
	margin:30px;
}
.popup-wrapper .success-title:before {
	display:none;
}
}
@media (max-width: 559px) {
.popup-wrapper.success .inwrap {
	display:block;
}
}
@media (min-width: 560px) {
.docs-wrapper img {
	width:340px;
	margin: 90px;
}
.popup-wrapper.full-width.doc {
    display: flex;
	flex-direction: column;
}
}
@media (min-width: 768px) {
.docs-wrapper img {
	width:520px;
	margin: 90px;
}
}
@media (max-width: 1023px) {
.popup-wrapper .success-title:before {
	width:140px;
	height:140px;
	margin:0 auto 30px auto;
}
.popup-wrapper .success-title {
	font: 500 28px/44px var(--font-family-b);
	margin:0 0 30px;
}
}
@media (min-width: 1024px) {
.docs-wrapper img {
	width:460px;
	margin: 80px;
}
}

@media only screen and (max-width: 767px) {
    .section--articles .section__grid{
        margin-bottom: -20px;
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
    }

	.popup-wrapper.success .inwrap.w560 {
		display:block;
	}
}
.production-block {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width:initial;
    font: 500 18px/24px var(--font-family-rg);
    color: #2B1B35;
	position:relative;
}

.production-block .t-name {
    text-align: center;
    font: 500 32px/40px var(--font-family-b);
    color: #2B1B35;
    margin: 0 0 50px;
}
.production-flex {

}
.production-flex .production-slider .slick-slide {
    display: flex;
    width: 100vw;
}
.production-flex .slick-slide > div:first-child {
    width:71%;
    max-width:920px;
    margin-right:40px;
}
.production-flex .slick-slide > div {
    width: 34%;

}
.production-flex:after {
    clear:both;
    display:block;
    content:'';
}
.production-flex .block, .production-flex .block.video.small {
    max-width:440px;
    width:100%;
    height:280px;
    display:block;
    width:100%!important;
    position:relative;
    background-size: cover!important;
    transition: all .35s ease-in-out;
    overflow:hidden;
}
.production-flex .slick-slide > div:nth-child(2) .block:first-child {
	margin-bottom:40px;
}
.production-flex .block.image-1 {
    background: url(https://i.pinimg.com/originals/49/b4/a2/49b4a2e283f41ca5daed60afa114da2c.jpg) center center no-repeat;
}
.production-flex .block.image-2 {
    background: url(/resources/components/images/production-img-2.png) center center no-repeat;
}
.production-flex .block.image-3 {
    background: url(/resources/components/images/production-img-3.png) center center no-repeat;
}
.production-flex .block:hover {
    background-size: 110% 110%!important;
}
.production-flex .block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}
.production-flex .block:hover::after {
    transform: scale(1.05);
}
.production-flex .block .shadow:before, .production-flex .block .shadow:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
}
.production-flex .block:hover .shadow:before, .production-flex .block:hover .shadow:after {
    z-index:0;
}
.production-flex .block .shadow:before {
    background: linear-gradient(197.63deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
    opacity: 0.4;
}
.production-flex .block .shadow:after {
    background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2B1B35 100%);
    opacity: 0.4;
}
.production-flex .block:last-child {
    margin:0;
}
.production-flex .block.video {
    max-width:920px;
    height:600px;
    width:100%!important;
}
.production-flex .block:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, #164CB5 100%, #164CB5 100%);
    z-index:1;
    opacity:0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.production-flex .block:hover {
    box-shadow: 0px 20px 50px rgba(22, 76, 181, 0.5);
}
.production-flex .block:hover:before {
    opacity: 0.8;
}
@media (min-width: 560px) {
    .production-flex .slick-list {
        overflow: initial;
    }
}
.production-flex .block .text {
    position:absolute;
    bottom:27px;
    left:30px;
    max-width:480px;
    font: 500 20px/24px var(--font-family-b);
    color:#fff;
    z-index:1;
    box-sizing:border-box;
    padding-right:30px;
}
.production-flex .block .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/resources/about/images/aq_play_button.svg) 50% 50% no-repeat;
    z-index: 10;
    transition: all .35s ease-in-out;
}
.production-flex .block .play-button:after {
    display:block;
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: url(/resources/about/images/aq_play_button_hover.svg) 50% 50% no-repeat;
    opacity:0;
    transition: all .35s ease-in-out;
}

.production-flex .block:hover .play-button:after {
    opacity:1;
}
.production-flex .block a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:11;
}
@media (max-width: 1439px) {
    .production-block {
        padding-left: 65px;
        padding-right: 65px;
    }
    .production-flex .block.video {
        height: 510px;
    }
    .production-flex .block, .production-flex .block.video.small {
        height: 240px;
        margin: 0 0 30px;
    }
	.production-flex .slick-slide > div:nth-child(2) .block:first-child {
		margin-bottom: 30px;
	}
    .production-flex .slick-slide > div:first-child {
        width: 71%;
        margin-right: 30px;
    }
    .production-flex .slick-slide > div:first-child .block:first-child {
        margin-bottom:0;
    }
    .production-flex {
        margin: 0 0 10px;
    }
}
@media (max-width: 1269px) {
    .production-block .t-name {
        font: 500 28px/34px var(--font-family-b);
    }
    .production-block {
        padding-left: 65px;
        padding-right: 65px;
    }
    .production-flex .block.video {
        height: 420px;
    }
    .production-flex .block, .production-flex .block.video.small {
        height: 200px;
        margin: 0 0 20px;
    }
	.production-flex .slick-slide > div:nth-child(2) .block:first-child {
		margin-bottom: 20px;
	}

    .production-flex .block .text {
        bottom: 24px;
        left: 20px;
    }
    .production-flex .slick-slide > div:first-child {
        margin-right: 20px;
    }
}
@media (max-width: 1023px) {
    .production-block {
        padding-left: 35px;
        padding-right: 35px;
    }
    .production-flex .slick-slide > div:first-child {
        width: 100%;
        margin-right: 0px;
        max-width: 940px;
    }
    .production-flex .production-slider .slick-slide {
        display: block;
    }
    .production-flex .slick-slide > div:last-child {
        width: 100%;
        display:flex;
    }
    .production-flex .block, .production-flex .block.video.small {
        max-width: 460px;
        height: 240px;
        background-size: cover!important;
    }
    .production-flex .slick-slide > div:last-child .block:first-child {
        margin-right:20px;
    }
	.production-flex .slick-slide > div:nth-child(2) .block:first-child {
		margin-bottom: 0px;
	}

    .production-flex .block.video {
        height: 510px;
        max-width: 940px;
    }

}
@media (max-width: 767px) {
    .production-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .production-flex .block.video {
        height: 370px;
    }
	.production-flex .block.video.small{
		height:240px;
	}

}
@media (max-width: 559px) {
    .production-block {
        padding-left: 0;
        padding-right: 0;
        position:relative;
    }
    /*.production-block:before {
        top:0;
        height:1px;
        position:absolute;
        left:-18px;
        right:-18px;
        background:#E4E7EB;
        content:'';
    }*/
    .production-flex .slick-slide > div:last-child .block:first-child {
        margin-right: 0;
    }
    .production-flex .slick-slide > div .block .hide-mobile {
        width: 0px;
        height: 0px;
        overflow: hidden;
        display: inline-block;
    }
    .production-flex .slick-slide > div .block .text.hidden:after {
        content:'...';
        display:inline-block;
    }

    .production-flex .block.video, .production-flex .block {
        height: 250px !important;
        max-width:inherit !important;
    }
    .production-flex .hide, .production-flex .slick-dots li button {
        display:none;
    }
    .production-flex .block .play-button, .production-flex .block .play-button:after {
        background-size: 140px;
    }
    .production-flex .slick-dots {
        text-align:center;
        margin:30px 0 0 0;
    }
    .production-flex .slick-dots li {
        width:8px;
        height:8px;
        background: #0049BC;
        opacity: 0.1;
        display:inline-block;
        vertical-align:top;
        margin:0 6px;
        border-radius:10px;
    }
    .production-flex .slick-dots li.slick-active {
        opacity:1;
    }

}

@media (min-width: 1270px) {

    .docs-wrapper {
        max-width:770px;
        margin-top:45px;
        margin-bottom:105px;
    }
    .docs-wrapper img {
        width:570px;
        margin: 100px;
    }
}

.sucess_link_hidden {
    display:none;
}