html,
body {
    width: 100%;
    /*    min-width: 1144px;*/

    font: 13px/20px 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
}
html {
    overflow: visible !important;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.browsehappy {
    padding: 15px 0;
    background-color: red;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.browsehappy a {
    color: blue;
}
.unvis-text {
    display: block;
    text-indent: -9999px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h1,
h2 {
    font-size: 36px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
}
a {
    text-decoration: underline;
    color: #000;
    outline: none;
    -webkit-transition: .25s;
    transition: .25s;
}
a:hover {
    color: #666;
}
.block,
.cont {
    width: 100%;
    max-width: 1144px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
}
.trans {
    -webkit-transition: .25s;
    transition: .25s;
}
figcaption {
    font-size: 12px;
}
article {
    font-size: 16px;
    line-height: 28px;
}
.breadcrumbs {
    font-size: 11px;
    color: #333;
}
.breadcrumbs a {
    color: #333;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    color: #999;
}
article li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 19px;
}
article ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 11px;
    left: 0;
}
/*.section {
    height: 100vh !important;
}*/
.section2 {
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}
.section3 {
    background: #181818;
}
.section5 {
    background: #181818;
}
.fp-tableCell {
    position: relative;
   /* height: 100vh !important;*/
}
.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*section1--------------*/

.section1 {
    background: url(../images/index-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 2;
}
.logo {
    display: block;
    margin: 0 auto 50px auto;
}
.index-title {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
}
.top-tel {
    float: left;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.top-tel:hover {
    color: #fff;
}
.section .cont {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.menu-open {
    cursor: pointer;
    float: right;
    width: 37px;
    height: 30px;
    position: relative;
}
.menu-open span,
.menu-open span:before,
.menu-open span:after {
    content: '';
    position: absolute;
    display: block;
    width: 37px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s;
}
.menu-open span:after,
.menu-open span {
    top: 12px;
}
.menu-open span:before {
    top: -12px;
}
.menu-open:hover span,
.menu-open:hover span:before,
.menu-open:hover span:after {
    background: #999;
}
.black.menu-open span,
.black.menu-open span:before,
.black.menu-open span:after {
    background: #231f20;
}
.black.menu-open:hover span,
.black.menu-open:hover span:before,
.black.menu-open:hover span:after {
    background: #999;
}
.scroll-down {
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -43px;
    display: block;
    width: 86px;
    height: 86px;
    background: #181818;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll-down:hover {
    background: #333;
}
.scroll-down:before {
    content: '';
    display: block;
    width: 23px;
    height: 14px;
    background: url(../images/sprite.png) -20px -20px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -11.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.disclaimer_pdn
{
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 20;
}

.disclaimer_pdn .content
{
	position: relative;
}

.disclaimer_pdn .content p
{
	padding: 0 50px 0 0;
	margin: 0;
}

.disclaimer_pdn a
{
	color: #fff;
	text-decoration: underline;
}

.disclaimer_pdn a:hover
{
	text-decoration: none;
}

.disclaimer_pdn .close
{
	font-family: Tahoma;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: -10px;
	cursor: pointer;
	padding: 10px;
	select: none;
	user-select: no;
}


/*mine-menu-------------------*/

.mine-menu-wrap {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20;
    color: #fff;
}

.sub-menu {
    display: none;
}
.menu-logo {
    display: block;
    width: 258px;
    height: 35px;
    margin: 0 auto 30px auto;
    text-decoration: none;
}
.menu-logo img {
    display: block;
    height: 35px;
}
.menu-logo:hover {
    opacity: .6;
    text-decoration: none;
}
.menu-title {
    font-size: 12px;
    height: 14px;
    margin-bottom: 25px;
}
.menu-tel {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 7.5vh;
}
.menu-tel:hover {
    color: #fff;
    text-decoration: none;
}
.mine-menu-item {
    margin-bottom: 32px;
}
.mine-menu-item:last-child {
    margin-bottom: 0;
}
.mine-menu-link,
.sub-menu__link {
    font-size: 24px;
    line-height: 1.16;
    color: #fff;
    text-decoration: none;
}

.sub-menu {
    padding-top: 2rem;
}

.sub-menu__item:not(:last-child) {
    margin: 0 0 10px 0;
}

.sub-menu__link {
    font-size: 18px;
}
.sub-menu-trigger {
    margin-left: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/images/icons/downward-arrow.png);
    background-size: contain;
    cursor: pointer;
}

.sub-menu-trigger:hover {
    opacity: .6;
}

.sub-menu-trigger.open {
    transform: rotate(180deg);
}


.mine-menu-link:hover {
    color: #999;
}
.menu-close {
    float: right;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) -188px -20px no-repeat;
}
.menu-close:hover {
    opacity: .6;
}
.mine-menu-wrap .cont {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*section2-------------------*/

.section2 {
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sec-text-container {
    margin-bottom: 50px;
}
.sec2-text {
    width: 440px;
    padding-top: 57px;
}
.sec-text-container h2 {
    margin-bottom: 30px;
}
.button {
    display: block;
    width: 124px;
    height: 37px;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    text-align: center;
}
.blackbutton {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
.blackbutton:hover {
    background: #181818;
    color: #fff;
    border: 1px solid #181818;
}

.main-slider .blackbutton
{
	margin-top: 0px;
}

.whitebutton {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.whitebutton:hover {
    background: #fff;
    color: #000;
}
.about-img {
    position: absolute;
    left: 50%;
    margin-left: -175px;
    bottom: -83px;
}
/*
.fullpage-wrapper,
.section,
.fp-tableCell{min-width: 1144px !important;}
*/

.pagin-panel {
    width: 11px;
    height: 114px;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -57px;
    background: url(../images/sprite.png) no-repeat;
    padding-top: 10px;
}
.black-pagin-panel {
    background-position: -15px -168px;
}
.white-pagin-panel {
    background-position: -38px -168px;
}
.pagin-panel li {
    margin-bottom: 14px;
}
.pagin-panel li a {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 auto;
    border-radius: 50%;
}
.black-pagin-panel li a {
    background: #fff;
    border: 1px solid #000;
}
.white-pagin-panel li a {
    background: #181818;
    border: 1px solid #fff;
}
.black-pagin-panel li a:hover {
    background: #999;
}
.white-pagin-panel li a:hover {
    background: #666;
}
.pagin-panel li a.active {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.black-pagin-panel li a.active {
    background: #000;
}
.white-pagin-panel li a.active {
    background: #fff;
}
/*sec3------------------------------*/

.sec3-container {
    width: 100%;
    max-width: 1088px;
    color: #fff;
    margin: 0 auto;
    padding: 0 28px;
}

.sec3-text-wrap {
    width: 250px;
    float: left;
}
.services-wrap {
    padding: 45px 0 0 250px;
}
.services-item {
    float: left;
    display: block;
    width: 30%;
    margin-left: 3.33%;
    height: 200px;
    margin-top: 20px;
    border: 1px solid #fff;
    padding: 10px 5px 0 5px;
    text-align: center;
    text-decoration: none;
}
.services-item:hover {
    background: #fff;
}
.services-iconblock {
    height: 110px;
    width: 100%;
    max-width: 164px;
    margin: 0 auto 15px auto;
    position: relative;
}
.services-iconblock img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}
.services-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
/*
.services-icon-black{opacity: 0;}
*/

.services-item:hover .services-icon {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}
/*
.services-item:hover .services-icon-black{opacity: 1;}
*/

.pagin-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -572px;
    height: 100px;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
	z-index: 3;
}
.services-title {
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #fff;
}
.services-title span {
    border-bottom: 1px solid transparent;
}
.services-item:hover .services-title span {
    color: #000;
    border-bottom: 1px solid #959595;
}
.services-desc {
    color: #fff;
}
.services-item:hover .services-desc {
    color: #999;
}
.sec3-text-container {
    margin-bottom: 75px;
}
.services-item:last-child {
    text-align: left;
    border: none;
    background: none;
    margin-left: 15px;
    padding: 0 0 0 15px;
    font-size: 12px;
    line-height: 1.2;
    position: relative;
}
.services-item:last-child span {
    position: absolute;
    top: 2px;
    left: 0;
}
.slider {
    position: relative;
    overflow: hidden;
}
.slider-list-wrap {
    position: relative;
    overflow: hidden;
}
.slider .top_back {
    display: block;
    position: absolute;
    top: -950px;
    left: 0;
    width: 1300px;
    height: 1300px;
    background: #fff;
    z-index: 1;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.slider .bottom_back {
    display: block;
    position: absolute;
    bottom: -200px;
    right: -500px;
    width: 500px;
    height: 500px;
    background: #fff;
    z-index: 1;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

.main-slider .top_back
{
	left: -150px;
}

.slider .fotorama__html a {
    display: block;
    height: 1000px;
    width: 100%;
}
.slider-item.inslide {
    z-index: 2;
}
.slider-dots-link {
    display: none;
}
.slider-controls {
    position: absolute;
    width: 100%;
    max-width: 1144px;
    bottom: 35px;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);
}
.slider-control-button {
    display: block;
    width: 18px;
    height: 34px;
    position: absolute;
    bottom: 0;
    background: url(../images/sprite.png) no-repeat;
    text-indent: -5000px;
}
.slider-control-button:hover {
    opacity: .5;
}
.slider-control-button.prev {
    right: 76px;
    background-position: -72px -20px;
}
.slider-control-button.next {
    right: 0;
    background-position: -148px -20px;
}
.slider-controls:after {
    content: '';
    display: block;
    width: 2px;
    height: 46px;
    background: #000;
    position: absolute;
    bottom: -6px;
    right: 45px;
}
.sec4-text {
    width: 420px;
    padding-top: 35px;
}
/*form-section ------------------------------------*/

.index-form-section {
    padding-bottom: 160px;
    height: 100%;
}
.form-section-bg {
    position: relative;
    background: url(../images/form-bg.jpg) center bottom no-repeat;
    height: 100%;
}
.footer {
    width: 100%;
    height: 160px;
    background: #fff;
    position: relative;
    padding-top: 25px;
}

.footer__wrapper {
    gap: 10px;
    padding: 0 0 15px;
    display: grid;
    grid-template-areas: 
    "addr . menu menu"
    "addr services services ."
    "priv services services socials"
    "copy services services author";

}

@media screen and (max-width: 888px) {
    .footer__wrapper {
        padding: 0 15px 15px;
        grid-template-areas: 
        "addr services services"
        "addr services services"
        "priv services services"
        "copy socials author";
    }
}


.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    max-width: 350px;
    width: 100%;
    column-gap: 10px;
    grid-area: services;
}


@media screen and (max-width: 598px) {
    .footer__wrapper {
        padding: 0 15px 15px;
        grid-template-areas: 
        "services services"
        "addr priv"
        "socials copy"
        "author .";
    }

    .services-list {
        max-width: 100%;
    }
}

@media screen and (max-width: 388px) {
    .footer__wrapper {
        padding: 0 15px 15px;
        grid-template-areas: 
        "services"
        "addr"
        "priv"
        "socials"
        "copy"
        "author";
    }

}
.index-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.form-wrap {
    text-align: center;
    color: #fff;
}
.back-form {
    width: 716px;
    margin: 0 auto;
}
.form-wrap h2 {
    margin-bottom: 37px;
}
.form-desc {
    margin: 0 auto 50px auto;
    width: 430px;
}
.form-left {
    float: left;
    padding-right: 14px;
    width: 50%;

}
.form-right {
    float: right;
    padding-left: 14px;
    width: 50%;

}

.label {
    display: block;
    margin-bottom: 29px;
    height: 37px;
    position: relative;
}

.form-both
{
	clear: both;
	width: 100%;
	padding-bottom: 0;
}

.form-both .label
{
	margin-bottom: 10px;
}

.form-both .label a
{
	color: #fff;
}

.form-both .label a:hover
{
	color: #666;
}

.form-both .error-text
{
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
}

.input {
    display: block;
    width: 100%;
    height: 37px;
    padding: 0 19px;
    color: #fff;
    background: none;
    outline: none;
    border: 1px solid #fff;
    -webkit-transition: .25s;
    transition: .25s;
}
.input:focus {
    background: #fff;
    color: #000;
}
.input:hover {
    border-color: #666;
}
.input.error {
    border-color: #ff3333;
}
.input::-webkit-input-placeholder {
    color: #fff;
}
.input::-moz-placeholder {
    color: #fff;
}
.input:-moz-placeholder {
    color: #fff;
}
.input:-ms-input-placeholder {
    color: #fff;
}
.input:placeholder {
    color: #000;
}
.error-text {
    display: none;
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    color: #ff3333;
    bottom: -18px;
    left: 20px;
}
.input.error + .error-text,
.label.error .error-text {
    display: block;
}
.textarea {
    resize: none;
    padding: 10px 19px;
    height: 170px;
}
.form-button {
    clear: both;
    margin: 0 auto;
}
.address {
    grid-area: addr;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    float: left;
}
.footer-menu-list {
    grid-area: menu;
    float: right;
    margin-bottom: 18px;
}
.footer-menu-item {
    margin-left: 25px;
    display: inline-block;
}
.footer-menu-link {
    text-decoration: none;
}
.footer-menu-link:hover {
    text-decoration: underline;
}
.soc-list {
    grid-area: socials;
    float: right;
    margin-bottom: 15px;
    font-size: 0;

}
.soc-item {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin-left: 10px;
}
.soc-link {
    display: block;
    height: 100%;
    text-indent: -5000px;
    text-decoration: none;
    background: url(../images/sprite.png) no-repeat;
    -webkit-transition: none;
    transition: none;
}
.soc-link.pn {
    background-position: -20px -88px;
}
.soc-link.pn:hover {
    background-position: -20px -121px;
}
.soc-link.in {
    background-position: -62px -88px;
}
.soc-link.in:hover {
    background-position: -62px -121px;
}
.soc-link.li {
    background-position: -104px -88px;
}
.soc-link.li:hover {
    background-position: -104px -121px;
}
.soc-link.fb {
    background-position: -146px -88px;
}
.soc-link.fb:hover {
    background-position: -146px -121px;
}
.soc-link.vk {
    background-position: -188px -88px;
}
.soc-link.vk:hover {
    background-position: -188px -121px;
}
.soc-link.yt {
    background-position: -230px -88px;
}
.soc-link.yt:hover {
    background-position: -230px -121px;
}
.soc-link.gp {
    background-position: -273px -88px;
}
.soc-link.gp:hover {
    background-position: -273px -121px;
}
.copyright {
    grid-area: copy;
    clear: both;
    font-size: 12px;
    float: left;
}
.footer-agree {
    grid-area: priv;
    font-size: 12px;
    float: left;
	clear: both;
	margin-top: 15px;
}
.digitrade {
    grid-area: author;
    float: right;
    font-size: 12px;
}
/*header-----------------------------*/

.header {
    height: 96px;
    background: url(../images/header-bg.png) center center no-repeat;
	background-size: cover;
    padding: 33px 0;
}
.header .cont {
    position: relative;
}
.header-tel {
    float: right;
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-right: 55px;
}
.header-tel:hover {
    color: #fff;
}
.header-logo {
    float: left;
    margin-top: -10px;
}
.header-logo:hover {
    opacity: .8;
}
.about {
    min-height: 810px;
    background: url(../images/about-bg.jpg) center center no-repeat;
    background-size: cover;
}
.about .cont {
    height: 100%;
    min-height: 810px;
    position: relative;
}
.about {
    padding: 40px 0;
}
.main {
    overflow: hidden;
}
.breadcrumbs {
    margin-bottom: 40px;
}
.about .article-textblock {
    width: 440px;
    z-index: 2;
    position: relative;
}
.about-art-img {
    position: absolute;
    right: -150px;
    /*bottom: -83px;*/

    top: 23px;
    z-index: 1;
}
.sert-section {
    background: #181818;
    color: #fff;
    padding: 95px 0 70px 0;
}
.sert-section .sert-text {
    float: left;
    width: 31.6%;
    margin: 0 2.6% 34px 0;
    padding-right: 8.6%;
}
.sert-section h2 {
    margin-bottom: 30px;
}
.sert-wrap {
    padding-top: 74px;
}
.sert-item {
    display: block;
    width: 31.6%;
    margin: 0 2.6% 34px 0;
    position: relative;
    float: left;
}
.sert-item:nth-child(3n+2) {
    margin-right: 0;
}
.sert-item:nth-child(3n+3) {
    clear: both;
}
.sert-neg {
    display: block;
    width: 100%;
}
.sert-poz {
    display: block;
    width: 100%;
    /*opacity: 0;*/

    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.sert-item:hover .sert-poz {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.slider-sec {
    height: 770px;
    position: relative;
    clear: both;
}
.slider-sec .cont {
    position: absolute;
    width: 500px;
    top: 0;
    left: 0;
    z-index: 2;
}

.main-slider .cont
{
	width: 500px;
}

.callback-sec {
    background: #181818;
    height: 610px;
}
.callback-sec .form-section {
    height: 100%;
    padding-top: 95px;
}
.articles {
    padding: 40px 0 110px 0;
}
.articles .article-textblock {
    margin-bottom: 50px;
}
.articles-item {
    margin-bottom: 30px;
    height: 430px;
    position: relative;
}
.articles-desc-wrap {
    width: 605px;
    overflow: hidden;
    height: 385px;
    transform: skew(-15deg);
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.articles-prevtext {
    background: #181818;
    color: #fff;
    height: 100%;
    transform: skew(15deg);
    transform-origin: 0 0;
    padding: 55px 85px 0 40px;
}
.articles-item:hover .articles-prevtext {
    background: #2b2a2a;
}
.articles-img-wrap {
    display: block;
    width: 705px;
    overflow: hidden;
    height: 385px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(-15deg);
    transform-origin: 0 100%;
}
.articles-img-wrap img {
   /* display: block;
    height: 100%;
    transform: skew(15deg);
    transform-origin: 0 100%;*/
}

.articles-img-wrap span{
    display: block;
    height: 100%;
    transform: skew(15deg);
    transform-origin: 0 100%;
	width: 100%;
}



.articles-date {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
}
a.articles-name {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
    color: #999;
    text-decoration: none;
}
a.articles-name:hover {
    color: #fff;
    text-decoration: underline;
}
.articles-dots {
    color: #999;
    text-decoration: none;
    margin-left: 3px;
}
.articles-dots:hover {
    color: #fff;
}
.page-pagination {
    width: 529px;
    height: 30px;
    background: url(../images/sprite.png) -52px -159px no-repeat;
    margin: 90px auto 0 auto;
    font-size: 0;
    text-align: center;
}
.page-pagination a,
.page-pagination span {
    display: inline-block;
    margin: 0 10.5px;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: .25s;
    transition: .25s;
}
.page-pagination a:hover {
    background: #ccc;
}
.page-pagination span {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    background: #181818;
    border-color: #181818;
    color: #fff;
    font-size: 10px;
}
.article {
    padding: 40px 0 85px 0;
}
.article time {
    display: block;
    margin-bottom: 25px;
    color: #999;
    font-size: 24px;
    line-height: 28px;
}
.article h1 {
    margin-bottom: 10px;
}
figure,
figure,
.figcaption,
figcaption {
    margin: 0;
}
.article img {
    display: block;
    width: 100%;
    margin-bottom: 36px;
}
.figcaption,
figcaption {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 32px;
}
.article h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
}
.article table {
    border-collapse: collapse;
    border: 2px solid #fff;
    margin-bottom: 38px;
}
.article td,
.article th {
    border: 1px solid #333;
    padding: 8px 30px 10px 28px;
}
.article td {
    font-size: 14px;
    line-height: 24px;
}
.article th {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}
ol {
    margin: 0;
    padding: 0;
    margin-left: 18px;
}
ol li {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 0;
    color: #999;
}
ol li span {
    color: #000;
}
.more-articles {
    margin-top: 45px;
    border-top: 1px solid #333;
    padding-top: 45px;
}
.more-articles h1 {
    margin-bottom: 42px;
}
.more-articles-item {
    display: block;
    width: 31.6%;
    margin: 0 2.6% 12px 0;
    min-height: 463px;
    background: #181818;
    color: #999;
    text-decoration: none;
    font-size: 18px;
    float: left;
}
.more-articles-item:hover {
    background: #2b2a2a;
    color: #fff;
}
.more-articles-imgblock {
    height: 295px;
    overflow: hidden;
}

.more-articles-imgblock img{
    height: 100%;
    width: auto;
}
.more-articles-imgblock {
    display: block;
    width: 100%;
}

.in-service .more-articles-imgblock
{
	background: #fff;
	height: 200px;
}

.in-service .more-articles-item
{
	 min-height: 363px;

}

.more-articles-item:nth-child(3n+3) {
    margin-right: 0;
}
.more-articles-item:nth-child(3n+4) {
    clear: both;
}
.more-articles-textblock {
    padding: 35px 43px;
}
time.more-articles-time {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.more-articles-item:hover time.more-articles-time {
    text-decoration: none;
}
.more-articles-item:hover .more-articles-name {
    text-decoration: underline;
}
.contact-page {
    padding: 40px 0 100px 0;
}
.contact-page h1 {
    margin-bottom: 25px;
}
.contacts-wrap {
    margin-bottom: 42px;
}
.contacts-left,
.contacts-right {
    width: 50%;
    float: left;
    position: relative;
    height: 57px;
    padding: 0 110px 0 0;
    font-size: 14px;
    line-height: 28px;
    font-style: normal;
}
.contacts-left {
    padding-left: 55px;
}
.contacts-right {
    padding-left: 75px;
}
.contacts-left:before,
.contacts-right:before {
    content: '';
    display: block;
    width: 22px;
    height: 57px;
    position: absolute;
    top: 0;
    background: url(../images/sprite.png) no-repeat;
}
.contacts-left:before {
    left: 1px;
    background-position: -62px -200px;
}
.contacts-right:before {
    left: 15px;
    background-position: -94px -200px;
}
.map {
    height: 610px;
}
.error404 {
    height: 810px;
    padding-top: 700px;
    text-align: center;
    background: url(../images/404.jpg) center center no-repeat;
    color: #181818;
}
.error404-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}
.error404-goback {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
}
.error404-goback a {
    color: #181818;
}
.error404-goback a:hover {
    color: #666;
}
.partners {
    padding: 40px 0 70px 0;
}
.partners .article-textblock {
    margin-bottom: 50px;
}
.brend-item {
    display: block;
    width: 23%;
    float: left;
    margin: 0 2.66% 30px 0;
    border: 1px solid #000;
    position: relative;
    padding-top: 23%;
    overflow: hidden;
    cursor: pointer;
}
.brend-item:nth-child(4n+4) {
    margin-right: 0;
}
.brend-item img {
    display: block;
    max-width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.brend-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}
.brend-hidd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 24, 24, 0.95);
    color: #fff;
    text-align: center;
    opacity: 0;
}
.brend-item:hover .brend-hidd {
    opacity: 1;
}
.brend-hid-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.brend-name {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 14px;
}
.brend-desc {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.brend-link {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: underline;
}
.services-page .article-textblock {
    margin-bottom: 50px;
}
.services-page-item {
    float: left;
    display: block;
    width: 31.6%;
    margin-right: 2.6%;
    min-height: 595px;
    margin-bottom: 30px;
    border: 1px solid #181818;
    padding: 40px 46px 100px 46px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.services-page-item:hover {
    background: #181818;
}
.services-page-item:nth-child(3n+3) {
    margin-right: 0;
}
.services-page-item:nth-child(3n+4) {
    clear: both;
}
.services-page-iconblock {
    height: 160px;
    width: 100%;
    max-width: 214px;
    margin: 0 auto 15px auto;
    position: relative;
}
.services-page-iconblock img {
    width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/*.services-page-icon {opacity: 0;}
.services-page-icon-black {opacity: 1;}

.services-page-item:hover .services-page-icon {opacity: 1;}*/

.services-page-item:hover .services-page-icon-black {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.services-page-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.services-page-item:hover .services-page-title {
    color: #fff;
}
.services-page-desc {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
}
.services-page-item:hover .services-page-desc {
    color: #fff;
}
.services-page-item .intro ol,
.services-page-item .intro ul {
    text-align: left;
    font-size: 14px;
}
.services-page-item .intro li {
    transition: all 0.1s;
    margin-bottom: 15px;
}
.services-page-item .intro li:nth-child(n+4) {
    max-height: 0;
    overflow: hidden;
    margin: 0;
}
.services-page-item .intro.visible li:nth-child(n+4) {
    max-height: 200px;
    overflow: visible;
    margin-bottom: 15px;
}
.services-page-item .intro.visible .list-open {
    display: none;
}
.services-page-item:hover .intro li span {
    color: #fff;
}
.list-toggle {
    text-decoration: none;
    color: #999;
    cursor: pointer;
}
.list-toggle:hover {
    text-decoration: underline;
}
.srv-button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -62px;
}
.hidden-list {
    display: none;
}
.services-page-item:hover .srv-button {
    border-color: #fff;
    color: #fff;
}
.services-page-item:hover .srv-button:hover {
    background: #fff;
    color: #000;
}
.serv-det {
    min-height: 600px;
    padding: 40px 0;
}
.serv-det .cont {
    height: 100%;
    min-height: 600px;
    position: relative;
}
.serv-art-img {
    position: absolute;
    right: -150px;
    bottom: -100px;
	max-width: 100%;
	height: auto!important;
}
.serv-det .article-textblock {
    width: 50%;
}
.serv-det ol li {
    /*font-size: 14px;*/
    margin-bottom: 0;
}
.serv-det-price {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 10px;
    color: #666;
}
.wys-text {} .works-header {
    padding: 46px 0 42px 0;
    border-top: 1px solid #333;
}
.works-header h2 {
    font-size: 24px;
}
.work-item {
    width: 33.33%;
    padding-top: 33.33%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    float: left;
    position: relative;
    overflow: hidden;
}
.work-item img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.works .cont {
    padding-bottom: 100px;
}
.work-wrap {
    margin-bottom: 60px;
}
.work-hidd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 24, 24, 0.8);
    color: #fff;
    text-align: center;
    opacity: 0;
}
.work-hidd:hover {
    opacity: 1;
}
.work-hid-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.work-button {
    margin: 0 auto;
}
.work-hid-name {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 48px;
    padding-right: 15px;
    padding-left: 15px;
}
.works-page {
    padding: 40px 0 70px 0;
}
.works-page .article-textblock {
    margin-bottom: 50px;
}
.work-desc {
    margin: 20px 0;
    border-left: 1px solid #2b2a2a;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}
.worc-desc-item {
    margin-bottom: 8px;
}
.worc-desc-item:last-child {
    margin-bottom: 0;
}
.worc-desc-name,
.work-desc em {
    color: #999;
    font-style: normal;
}
.gallery-wrap {
    padding-bottom: 50px;
}
.item-gallery .fotorama__thumb-border {
    display: none;
}
.item-gallery .fotorama__active {
    opacity: .7;
}
.item-gallery .fotorama__nav__frame {
    -webkit-transition: .25s;
    transition: .25s;
}
.item-gallery .fotorama__nav__frame:hover {
    opacity: .7;
}
.item-gallery .fotorama__nav-wrap {
    padding: 2px 67px 0 67px;
}
.item-gallery .fotorama__thumb-border:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #fed500;
    position: absolute;
    top: -6px;
    left: 0;
}
.item-gallery .fotorama__thumb-border {
    background: none !important;
}
.item-gallery .fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before,
.item-gallery .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    display: none !important;
}
/*
.fotorama__nav--thumbs .fotorama__nav__frame{width: 106px !important;}
.fotorama__thumb-border{margin-right: -15px;}
*/

.item-gallery .fotorama__arr--prev,
.item-gallery .fotorama__arr--next {
    width: 65px !important;
    height: 158px !important;
    background: #181818 !important;
    top: 100% !important;
    z-index: 9999 !important;
    margin-top: 3px !important;
    z-index: 1000 !important;
    opacity: 1 !important;
}
.item-gallery .fotorama__arr--prev:before,
.item-gallery .fotorama__arr--next:before {
    content: '';
    display: block;
    width: 18px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -9px;
    background: url(../images/sprite.png) no-repeat;
}
.item-gallery .fotorama__arr--prev:before {
    background-position: -145px -200px;
}
.item-gallery .fotorama__arr--next:before {
    background-position: -183px -200px;
}
.item-gallery .fotorama__arr--prev:hover,
.item-gallery .fotorama__arr--next:hover {
    background: #2b2a2a !important;
}
.item-gallery .fotorama__stage,
.item-gallery .fotorama__stage__frame,
.item-gallery .fotorama__wrap .fotorama__pointer {
    overflow: visible !important;
}
.item-gallery .fotorama__arr--prev {
    left: 0 !important;
}
.item-gallery .fotorama__arr--next {
    right: 0 !important;
}




.ajax_loading
{
	background: url('../images/loading.gif') no-repeat center bottom;
	height: 53px;
	margin: 0;
	clear: both;
}

.ajax_loading.hided
{
	display: none;
}

.ajax_error
{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #f00;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
	clear: both;
}

.ajax_error.hided
{
	display: none;
}

.ajax_success
{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
	clear: both;
}

.ajax_success.hided
{
	display: none;
}

.sitemap-submenu
{
	padding-left: 10px;
}

.b-tegs {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

.b-tegs a {
    text-align: center;
    color: #000;
    border: 1px solid #000;
    margin: 0 auto;
    min-height: 50px;
    line-height: 20px;
    display: grid;
    align-content: center;
    width: 100%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}
.item-gallery {
	margin: 3px;
}
.item-gallery img {
	width: 249px;
	height: 350px;
	object-fit: cover;
}

.services-blocks {
    margin: 30px 0;
}
.services-block {
    display: inline-block;
    width: 48%;
    border: 1px solid #181818;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.services-block__title {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
.services-block__img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    margin: 15px 0;
}
.services-block__price {
    font-size: 18px;
    font-weight: 600;
    display: block;
}


@media screen and (max-width : 575px) {
    .services-block {
        width: 100%;
        margin-bottom: 10px;
    }
}

.prev-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.prev-item {
    text-align: center;
    padding: 15px;
    border: 1px solid #d1d1d1;
}

.prev-item a {
    padding-top: 15px;
    padding-bottom: 5px;
    display: inline-block;
}

.prev-img-cnt {
    width: 300px;
    height: 300px;
}

.prev-img-cnt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

