/*body {*/
/*    background: url(../images/main.jpg) top center no-repeat;*/
/*    opacity: 0.8;*/
/*}*/

h1.title {
	font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin: 0;
    padding: 0;
}

body {
    padding:0;
    margin: 0;
    color: #323231;
}

a {
    color: #848484;
    text-decoration: underline;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    color: #333333;
    text-decoration: none;
    transition: 0.5s;
}

/* header */

.top-line {
    border-bottom: 1px solid #F0F0F0;
    padding: 12px 0;
}

.top-line .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-wrap {
    position: relative;
}

.status-wrap .work-hours {
    position: absolute;
    width: 200px;
    height: 88px;
    background: #fff;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 0px 32px rgba(0,0,0,0.12);
    padding: 20px;
    text-align: center;
    top: 36px;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.status-wrap .work-hours strong {
    font-weight: 500;
}

.status-wrap:hover .work-hours, .work-hours:hover {
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.status-wrap .work-hours:after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 40px;
    width: 0;
    height: 0;
    z-index: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 18px solid white;
}


.status {
    display: flex;
    align-items: center;

}

.status p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #848484;
    margin-left: 8px;
}

.status span {
    display: block;
    background: #65B400;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.status.close-m span {
    background: #B42B00;
}

.top-line .contacts {
    max-width: 890px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-line .address,
.top-line .phone-block .phone {
    display: flex;
    align-items: center;
}

.top-line .address p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-left: 8px;
}

.top-line .phone-block {
    display: flex;
    align-items: center;
    max-width: 560px;
}

.top-line .phone-block .phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    color: #333333;
    display: inline-block;
    margin-left: 8px;
}

.top-line .phone-block .phone a:hover {
    text-decoration: none;
}

.top-line .phone-block .phone {
    margin-right: 15px;
}

.callback {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.callback:hover {
    color: #848484;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.callback:before {
    content:'';
    width: 100%;
    height: 5px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.callback:hover:before {
    display: none;
}

.header-main {
    max-width: 1820px;
    margin: 0 auto;
    background: #EFEFEF;
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.header-main .img-bg {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -887px;
    width: 766px;
    height: 501px;
}

.header-main .img-bg img.beton-1 {
    top: 14px !important;
    position: absolute;
    left: 173px !important;
}

.header-main .img-bg img.beton-2 {
    top: 65px !important;
    position: absolute;
    left: 60px !important;
}

.header-main .img-bg img.beton-3 {
    top: -3px !important;
    position: absolute;
    left: 388px !important;
}

.header-main .img-bg img.beton-4 {
    top: 119px !important;
    position: absolute;
    left: 473px !important;
}

.header-main .img-bg img.beton-5 {
    top: 281px !important;
    position: absolute;
    left: 0 !important;
}

.header-main .img-bg img.beton-6 {
    top: 267px !important;
    position: absolute;
    left: 281px !important;
}

.header-main .img-bg img.beton-7 {
    top: 296px !important;
    position: absolute;
    left: 624px !important;
}

.header-main .header-text {
    max-width: 1140px;
    margin:0 auto;
    padding: 61px 0 117px;
}

.header-main .header-text h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 130%;
    color: #333333;
    max-width: 566px;
    width: 100%;
    margin-bottom: 64px;
}

.header-main .header-text h1 > span {
    display: inline-block;
    position: relative;
}

.header-main .header-text h1 > span:before {
    content: '';
    width: 100%;
    height: 16px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 1;
}

.header-main .header-text h1 span.strong {
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 130%;
    color: #333333;
    position: relative;
    z-index: 2;
}



.art-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F9DB00;
    display: inline-block;
    text-decoration: none;
    padding: 20px 66px;
    background: #333333;
}

.art-button:hover {
    background: #F9DB00;
    color: #333333;
    transition: 0.5s;
}

.head-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0 21px;
}

.links ul.nav {
    margin: 0;
    padding: 0;
    display: flex;
}

.head-block .links {
    margin-top: 5px;
}

.links ul.nav a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.links ul.nav a:hover,
.links ul.nav a.active,
.links ul.nav a:active {
    color: #848484;
    transition: 0.5s;
}

.links ul.nav > li {
    padding: 2px 23px;
    margin: 0;
    list-style: none;
}

.links ul.nav > li:last-child {
    padding-right: 0;
}

.links ul.dropdown-menu {
    display: none;
}

.links ul.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 27px;
    left: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 5;
    width: 150px;
    padding: 10px 10px 6px 10px;
    box-sizing: border-box;
    margin: 0;
}

.links ul.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 0;
}

.links ul.dropdown-menu > li > a {
    text-transform: none;
    font-weight: 300;
}

.links ul.dropdown-menu > li > a:hover {
    color: #333333;
    position: relative;
}

.links ul.dropdown-menu > li > a:hover:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.navbar-nav li.dropdown {
    position: relative;
}

span.caret {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.top-catalog-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 82px 0 42px;
}

.title-p {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}

.price-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #848484;
    text-decoration: none;
    position: relative;
}

.top-catalog-main a.price-button {
    margin-top: 16px;
}

.price-button:hover {
    color: #333333;
    transition: 0.5s;
}

.price-button:hover svg path {
    fill: #333333;
    transition: 0.5s;
}

.price-button:hover:before {
    content: '';
    width: 86%;
    height: 5px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}

/* catalog block main */

.catalog-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 124px;
}

.catalog-block .wrap-1 {
    max-width: 368px;
    width: 100%;
}

.catalog-block .wrap-2 {
    max-width: 752px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog-block .wrap-2 .line-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
}

.catalog-block .wrap-2 .line-two .item {
    max-width: 368px;
    width: 100%;
}

.catalog-block .item {
    background: #EFEFEF;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.catalog-block .item:hover {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.catalog-block .item .wrap-item {
    border: 2px solid #EFEFEF;
    padding: 38px 34px 44px 34px;
    height: 100%;
    display: block;
    text-decoration: none;
}

.catalog-block .item:hover .wrap-item {
    border: 2px solid #333333;
    transition: 0.5s;
}

.catalog-block .item .name {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
}

.catalog-block .item .name span {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.catalog-block .item .name:before {
    content: '';
    width: 100%;
    height: 8px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 6px;
    opacity: 0;
    left: 0;
    z-index: 1;
}

.catalog-block .item:hover .name:before {
    opacity: 1;
    transition: 0.5s;
}

.catalog-block .item p.text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #848484;
}

.catalog-block .item .images-icon {
    position: relative;
}

.catalog-block .item .images-icon .icon-1,
.catalog-block .item .images-icon .icon-2 {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-block .item .images-icon .icon-2 {
    opacity: 0;
    transition: 0.5s;
}

.catalog-block .item-1 .images-icon .icon-2 {
    top: -1px;
}

.catalog-block .item:hover .images-icon .icon-2 {
    opacity: 1;
    transition: 0.5s;
}

.catalog-block .item:hover .images-icon .icon-1 {
    opacity: 0;
    transition: 0.5s;
}

.catalog-block .item-1 p.text {
    padding-bottom: 32px;
}

.catalog-block .item-1 .more {
    padding-top: 178px;
    display: inline-block;
}

.more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.more:hover {
    color: #848484;
    transition: 0.5s;
}

.more svg path {
    fill: #333333;
}

.more:hover svg path {
    fill: #848484;
    transition: 0.5s;
}

.catalog-block .wrap-2 .line-two .item-2 .more {
    margin-top: 40px;
}

.catalog-block .wrap-2 .line-two .item-3 .more {
    margin-top: 102px;
}

.catalog-block .item-2 .wrap-item,
.catalog-block .item-3 .wrap-item {
    padding: 38px 34px 30px 34px;
    box-sizing: border-box;
}

.catalog-block .wrap-2 .line-two .item-2 .images-icon div {
    right: -12px;
    top: -23px;
    left: auto;
}

.catalog-block .wrap-2 .line-two .item-3 .images-icon div {
    right: -15px;
    left: auto;
    top: 32px;
}

.catalog-block .item-4 {
    width: 100%;
    background: #F9DB00;
}

.catalog-block .item-4 .wrap-item {
    display: flex;
    justify-content: space-between;
}

.catalog-block .item-4 .wrap-item {
    border: 2px solid #F9DB00;
    box-sizing: border-box;
}

.catalog-block .item-4 .name span {
    font-weight: 300;
}

.catalog-block .item-4 .name span b {
    font-weight: 500;
}

.catalog-block .item-4 .name {
    display: block;
}

.catalog-block .item-4 .images-icon .icon-1,
.catalog-block .item-4 .images-icon .icon-2 {
    top: -10px;
    left: auto;
    right: -18px;
}

.catalog-block .item-4 .name:before {
    width: 206px;
}

.catalog-block .item-4 .more {
    margin-top: 10px;
}

/* block advantages */

.advantages {
    max-width: 1820px;
    background: #F4F5F5;
    margin: 0 auto;
    padding-bottom: 120px;
}

.advantages .title-p {
    padding: 92px 0 42px;
}

.wrap-advantages {
    display: flex;
    flex-wrap: wrap;
}

.wrap-advantages .item {
    width: 25%;
    height: 566px;
    position: relative;
}

.wrap-advantages .item-1,
.wrap-advantages .item-6 {
    width: 50%;
}

.wrap-advantages .item .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wrap-advantages .item .item-text {
    padding: 65px 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 284px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wrap-advantages .item-1 .item-text,
.wrap-advantages .item-6 .item-text {
    width: 50%;
    background: #F9DB00;
}

.wrap-advantages .item-6 .item-text {
    right: auto;
    left: 0;
}

.wrap-advantages .item-6 .item-text {
    bottom: -4px;
}

.wrap-advantages .item-3 .item-text,
.wrap-advantages .item-4 .item-text {
    background: #D7D7D7;
}

.wrap-advantages .item .item-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.wrap-advantages .item .item-text b {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 16px;
    display: block;
}

.wrap-advantages .item .item-text svg {
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -15px;
}

.wrap-advantages .item-1 .item-text svg path,
.wrap-advantages .item-6 .item-text svg path {
    fill: #F9DB00;
}

.wrap-advantages .item-3 .item-text svg path,
.wrap-advantages .item-4 .item-text svg path {
    fill: #D7D7D7;
}

/* company */

.company-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 118px 0 106px;
}

.company-block .block-text {
    max-width: 708px;
    width: 100%;
}

.company-block .block-gallery {
    max-width: 368px;
    width: 100%;
}

.company-block .block-text .title-p {
    margin-bottom: 35px;
}

.company-block .block-text p:not(.title-p) {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 10px;
}

.company-block .block-text strong {
    font-weight: 500;
}

.block-gallery .gallery {
    position: relative;
    margin-bottom: 36px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev, .slick-next {
    width: 70px;
    height: 70px;
    background: #E6E6E6;
    text-align: center;
    z-index: 1;

}

.slick-prev:hover, .slick-next:hover {
    background: #F9DB00;
    transition: 0.5s;
}

.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
    background: #333333;
}

.slick-prev:active svg path, .slick-next:active svg path,
.slick-prev:focus svg path, .slick-next:focus svg path {
    fill: #ffffff;
}

.block-gallery .gallery .slick-prev, .block-gallery .gallery .slick-next {
    top: auto;
    bottom: -35px;
}

.block-gallery .gallery .slick-prev {
    right: 76px;
    left: auto;
}

.block-gallery .gallery .slick-next {
    right: 0;
}

.block-gallery .small-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.remark {
    background: #F9DB00;
    height: 186px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 112px;
    position: relative;
}

.remark .block-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 20px;
}

.remark .block-img {
    position: absolute;
    bottom: -4px;
    right: 18px;
}

/* fancy gallery */

.gallery .fancybox-close {
    top: 3px;
    right: -27px;
    background: url(../fancybox/close-gallery.svg) center center no-repeat;
}

.fancybox-next span {
    background: url(../fancybox/arrowRight.svg) top center no-repeat;
    right: -48px;
}
.fancybox-prev span {
    background: url(../fancybox/arrowLeft.svg) top center no-repeat;
    left: -48px;
}
.fancybox-nav span {
    visibility: visible !important;
}

/* partner */

.partners .title-p {
    margin-bottom: 23px;
}

.partners-wrap .item {
    outline: none;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.partners-wrap .item .item-left {
    max-width: 598px;
    width: 100%;
    margin-top: 35px;
    background: #333333;
    padding: 57px 50px;
    height: 386px;
    overflow: hidden;
}

.partners-wrap .item .item-left .name {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #F9DB00;
    margin-bottom: 22px;
}

.partners-wrap .item .item-left .list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.partners-wrap .item .item-left .list ul li {
    list-style: none;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 0 0 12px 18px;
    position: relative;
    width: 40%;
}

.partners-wrap .item .item-left .list ul li:before {
    content:'';
    width: 8px;
    height: 8px;
    background: #BCBCBC;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
}

.partners-wrap .item .logo-item {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -96px;
}

.partners-wrap .slick-prev, .partners-wrap  .slick-next {
    bottom: -36px;
    top: auto;
}

.partners-wrap .slick-prev {
    left: 50px;
}
.partners-wrap  .slick-next {
    left: 128px;
    right: auto;
}

/* footer */

footer {
    margin-top: 120px;
    background: #333333;
}

footer .container.footer {
    padding: 90px 0 83px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-left {
    max-width: 378px;
    width: 100%;
}

.footer-right {
    max-width: 510px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.copyright {
    border-top: 1px solid #424242;
}

.copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 22px;
}

.footer-left .logo {
    display: block;
    margin-bottom: 70px;
}

.footer-left .footer-contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-left .footer-contacts .phone {
    width: 185px;
}

.footer-left .footer-contacts .phone a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-left .footer-contacts .phone .time-work {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #848484;
}

.footer-left .footer-contacts .art-button.border {
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #F9DB00;
    background: none;
    padding: 16px 18px;
    width: 168px;
    text-align: center;
    box-sizing: border-box;
}

.footer-left .footer-contacts .art-button.border:hover,
.footer-left .footer-contacts .art-button.border:active,
.footer-left .footer-contacts .art-button.border:focus {
    background: #F9DB00;
    color: #333333;
    transition: 0.5s;
}

.footer-left .address-block .address {
    display: flex;
    align-items: center;
}

.footer-left .address-block .address p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    margin-left: 8px;
}

.footer-left .address-block .address p span.time-work {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #848484;
}

.footer-left .address-block .address p span i {
    font-style: normal;
}

.footer-left .address-block .email {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 4px;
}

.footer-left .address-block .email:hover,
.footer-left .address-block .email:active {
    text-decoration-line: none;
    color: #F9DB00;
    transition: color 0.5s;
}

.footer-links p.name {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    margin: 0;
    padding: 0 0 14px 0;
    list-style: none;
}

.footer-links ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #848484;
    text-decoration: none;
}

.footer-links ul li a:hover,
.footer-links ul li a:active {
    color: #FFFFFF;
    transition: 0.5s;
}

.copyright p,
.copyright a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    text-align: right;
    color: #848484;
}

.copyright .polite {
    text-decoration: underline;
}

.copyright .polite:hover {
    text-decoration: none;
    transition: 0.5s;
}

.copyright .copy {
    display: flex;
    width: 258px;
    justify-content: space-between;
}

.copyright .copy p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #8A8A8A;
}

.copyright .copy a:hover rect.obj {
    fill: #000;
    stroke: #fff;
    transition: 0.5s;
}

.copyright .copy a:hover rect.obj2 {
    fill: #fff;
    transition: 0.5s;
}

.copyright .copy a:hover path {
    fill: #888888;
    transition: 0.5s;
}

.fancybox-lock body {
    width: 100%;
}

.fancycallback {
    display: none;
    height: 100vh;
    width: 964px;
}

body.callback .fancybox-wrap {
    left: auto !important;
    top: 0 !important;
    background: #ffffff url(../images/bg-callback.png) top right no-repeat;
    height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

.fancybox-skin {
    background: none;
    border-radius: 0;
}

body.callback .fancybox-close {
    top: 79px;
    right: 40%;
}

.fancycallback .wrapper {
    width: 500px;
    padding-top: 97px;
    margin-left: 70px;
}

.fancycallback .wrapper .title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 22px;
}

.fancycallback .wrapper .small-text {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #848484;
    margin-bottom: 66px;
    max-width: 93%;
}

.form-group.hidden {
    display: none;
}

.form-group {
    position: relative;
    margin-bottom: 50px;
}

.form-group input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #BCBCBC;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    box-shadow: none;
    padding: 14px 0;
    outline: none;
    background: none !important;
}

.form-group .control-label {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #6A6A6A;
    top: 13px;
}

.form-group.has_value .control-label {
    font-weight: 300;
    font-size: 18px;
    color: #848484;
    top: -10px;
    transition: all 0.5s;
}

.form-group.has_value input {
    border-bottom: 1px solid #BCBCBC;
}

.form-group.has_value.keydown input {
    border-bottom: 1px solid #65B400;
}

#jGrowl {
    display: none;
}

.fancybox-lock body {
    height: 100vh;
}

.form-group input.error {
    border-bottom: 1px solid #B42B00;
}

span.error {
    display: none;
}

.fancycallback p.accepts {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #848484;
    margin-bottom: 42px;
}

.form-action .art-button {
    border: 0;
    background: #F9DB00;
    color: #333333;
    cursor: pointer;
}

.form-action .art-button:hover,
.form-action .art-button:active {
    background: #333333;
    color: #F9DB00;
}

/* success send form */

.fancycallback.success .title,
.fancycallback.success .form-wrap,
.fancycallback.success .accepts,
.fancycallback.success .form-action,
.fancycallback.success .small-text {
    display: none;
}

.fancycallback.success .thanks {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-top: 46px;
    padding-bottom: 20px;
}

.fancycallback.success .thanks span {
    display: block;
}

.fancycallback.success .contact-you {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 150%;
    color: #848484;
}

.form-group.list-cast {
    position: relative;
}

.form-group.list-cast .choise-adress {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #6A6A6A;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #BCBCBC;
    box-shadow: none;
    padding: 14px 0;
    outline: none;
    background: none !important;
    cursor: pointer;
    position: relative;
    height: 54px;
}

.form-group.list-cast .choise-adress label {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #6A6A6A;
    top: 12px;
}

.form-group.list-cast .choise-adress p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #6A6A6A;
}

.form-group.list-cast .choise-adress.focus label {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #848484;
    top: -10px;
    transition: 0.5s;
}

.form-group.list-cast .choise-adress.focus {
    border-bottom: 1px solid #65B400;
}

.form-group.list-cast:before {
    content:'';
    width: 18px;
    height: 10px;
    background: url(../images/arrow-list.svg) top center no-repeat;
    display: block;
    position: absolute;
    top: 24px;
    right: 22px;
}

.form-group.list-cast .wrapper {
    display: none;
}


.form-group.list-cast .wrapper.active {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 22px;
    top: 55px;
    margin-left: 0;
    left: 0;
}

.form-group.list-cast .wrapper .item input {
    display: none;
}

.form-group.list-cast .wrapper .item label {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.form-group.list-cast .wrapper .item label:before {
    content: '';
    width: 0;
    height: 5px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;
}

.form-group.list-cast .wrapper .item label:hover:before,
.form-group.list-cast .wrapper .item.active label:before {
    width: 100%;
}

.form-group.list-cast .wrapper .item label span {
    position: relative;
    z-index: 2;
}
/* category */

.priceList {
    background: #333333;
    max-width: 1820px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;

}

.priceList p {
    color: #ffffff;
}

.top-list-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-list-price h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.price-download {
    display: flex;
    align-items: center;
    border: 1.5px solid #848484;
    box-sizing: border-box;
    padding: 13px 19px;
    width: 312px;
    text-decoration: none;
}

.price-download:hover {
    border: 1.5px solid #ffffff;
    transition: 0.5s;
}

.price-download span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #848484;
    display: inline-block;
    margin-right: 14px;
    text-decoration: none;
    position: relative;
    top: 2px;
}

.price-download:hover span {
    color: #ffffff;
    transition: 0.5s;
}

.price-download:hover svg path {
    fill: #ffffff;
    transition: 0.5s;
}

.table-price .row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.table-price .row > .name {
    width: 282px;
    margin-right: 70px;
    display: flex;
}

.table-price .row > .name p {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 255px;
    margin-left: 26px;
}

.table-price .row > .name p span {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #848484;
    margin-top: 40px;
}

.table-price .row > .name svg {
    margin-top: 10px;
}

.table-wrap td,
.table-wrap td p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}

.table-wrap table tr:nth-child(1) td {
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 25px;
}

.table-wrap table tr:nth-child(1) td,
.table-wrap table tr:nth-child(1) td p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #F9DB00;
}

.table-wrap table tr:nth-child(1) .p-volume p {
    position: relative;
    display: inline-block;
}

.table-wrap table tr:nth-child(1) .p-volume p span {
    position: absolute;
    font-size: 15px;
    top: -4px;
    right: -10px;
}

.table-wrap table tr:nth-child(1) .p-name p {
    width: 200px;
}

.table-wrap table td {
    width: 130px;
}

.table-wrap table td:nth-child(1) {
    width: 305px;
}

.table-wrap table td:nth-child(1) p {
    font-weight: 500;
}

.table-wrap td {
    padding: 15px 0;
}

.table-wrap table tr:nth-child(2) td {
    padding-top: 20px;
}

.node-12 .table-wrap table td:nth-child(1) {
    width: 372px;
}

.node-12 .table-wrap table td:nth-child(2) {
    width: 270px;
}

.node-12 .table-price .row > .name {
    width: 314px;
}

.node-12 .table-price .row:nth-child(1) > .name {
    width: 280px;
}

.priceList .line-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.priceList .line-bottom .item {
    width: 48%;
}

.priceList .line-bottom .item a {
    display: block;
    width: 100%;
    background: #F9DB00;
    height: 186px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    text-decoration: none;

}

.priceList .line-bottom .item-1 a {
    background: #F9DB00 url(../images/catalog/iconYellow-1.png) bottom right no-repeat;
}

.priceList .line-bottom .item-2 a {
    background: #F9DB00 url(../images/catalog/iconYellow-2.png) bottom right no-repeat;
}

.priceList .line-bottom .item-2 a span {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
    max-width: 234px;
}

.priceList .line-bottom .item-1 a span {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 18px;
    display: block;
}

.priceList .line-bottom .item-1 a .button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}

.priceList .line-bottom .item-1 a .button svg {
    position: relative;
    top: -1px;
    left: 4px;
}

.priceList .line-bottom .item:hover a {
    background-color: #D7D7D7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.production {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 117px;
    padding-bottom: 106px;
}

.production .block-text {
    max-width: 712px;
    width: 100%;
}

.production .block-text p {
    font-size: 20px;
    font-weight: 300;
}

.production .block-text .name {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 35px;
}

.production .image-text {
    max-width: 368px;
    width: 100%;
}

.production .image-text img {
    max-width: 100%;
    height: auto;
}

.production .image-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

/* catalog application */

.wrap-application {
    max-width: 1820px;
    width: 100%;
    background: #F4F5F5 url(../images/catalog/bg-form-1.png) top right no-repeat;
    margin: 0 auto;
    position: relative;
}

.wrap-application .container {
    padding-top: 105px;
    padding-bottom: 122px;
    position: relative;
    z-index: 2;
}

.wrap-application .bg-app {
    position: absolute;
    top: -50px;
    right: 50%;
    margin-right: -919px;
}

.wrap-application .application-top {
    position: relative;
}

.wrap-application .app-left {
    max-width: 685px;
    width: 100%;
}

.wrap-application .app-left .title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 22px;
}

.wrap-application .app-left .small-text {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #848484;
}

.wrap-application .app-right {
    width: 308px;
    height: 150px;
    background: #FFFFFF;
    padding: 32px 37px;
    position: absolute;
    top: 0;
    right: 0;
}

.wrap-application .app-right p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}

.wrap-application .form-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}

.wrap-application .form-wrap .form-wrap-left,
.wrap-application .form-wrap .form-wrap-right {
    width: 48%;
}

.wrap-application .form-group.model {
    display: none;
}

.wrap-application.app-1 .form-group.model {
    display: block;
}

.wrap-application .form-group.model .wrapper.active {
    display: none;
    z-index: -1;
}

.wrap-application .form-group.model .wrapper.active.show {
    display: block;
    z-index: 1;
}

.wrap-application .number-wrap {
    display: none;
}

.wrap-application.app-1 .number-wrap {
    display: block;
}

.number-wrap .number {
    width: 180px;
    display: flex;
    align-items: center;

}

.number-wrap .number input {
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    background: none;
    outline: none;
}

.number-wrap .number .minus,
.number-wrap .number .plus {
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #848484;
    text-align: center;
    cursor: pointer;
    padding-top: 16px;
}

.number-wrap .num-text {
    float: right;
    max-width: 290px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    display: block;
    color: #848484;
    margin-top: -43px;
}

.wrap-application .form-bottom {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.wrap-application .form-bottom .accepts {
    max-width: 420px;
    margin-left: 84px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #848484;
}

.wrap-application.success .form-wrap,
.wrap-application.success .app-left,
.wrap-application.success .form-bottom {
    display: none;
}

.wrap-application .message .success {
    height: 335px;
    margin-top: 60px;
}

.wrap-application .message .success .thanks {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 30px;
}

.wrap-application .message .success  .contact-you {
    max-width: 400px;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 150%;
    color: #848484;
}

.node-14 .form-group.list-cast.izd {
    display: none;
}

.node-14 .wrap-application .number-wrap,
.node-14 .wrap-application .form-group.model {
    display: block;
}

.node-14 .wrap-application .number-wrap {
    margin-top: 152px;
}




/* also cat links */

.catalog-links {
    padding-top: 116px;
}

.wrap-catalog-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.wrap-catalog-links .item {
    width: 48%;
    padding: 5px;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    background: #FFFFFF;
}

.wrap-catalog-links .item:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.wrap-catalog-links .item a {
    display: block;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 36px 53px;
    position: relative;
    text-decoration: none;
}

.wrap-catalog-links .item:hover a {
    border: 2px solid #333333;
    transition: 0.5s;
}

.wrap-catalog-links .item a .name {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    padding-bottom: 19px;
    text-decoration: none;
    display: block;
    padding-top: 14px;
}

.wrap-catalog-links .item .icon-1,
.wrap-catalog-links .item .icon-2 {
    position: absolute;
    top: 36px;
    right: 53px;
}

.wrap-catalog-links .item .icon-2 {
    opacity: 0;
    transition: 0.5s;
}

.wrap-catalog-links .item:hover .icon-2 {
    opacity: 1;
    transition: 0.5s;
}

.wrap-catalog-links .item:hover .icon-1 {
    opacity: 0;
    transition: 0.5s;
}


.wrap-catalog-links .item .more {
    color: #848484;
    margin-bottom: 18px;
}

.wrap-catalog-links .item .more svg path {
    fill: #848484;
}

.wrap-catalog-links .item:hover .more {
    color: #333333;
}

.wrap-catalog-links .item:hover .more svg path {
    fill: #333333;
}

/* company page*/

.about-first {
    background: url(../images/about/bg-about.jpg) top center no-repeat;
    height: 500px;
}

.about-first h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    max-width: 465px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 88px;
    margin-top: 0;
}

.about-first h1 span {
    color: #F9DB00;
}

.about-first .icon-items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    max-width: 468px;
    width: 100%;
}

.about-first .icon-items .item {
    max-width: 100px;
    width: 100%;
    text-align: center;
}

.about-first .icon-items .item-2 {
    max-width: 160px;
}

.about-first .icon-items .item-3 {
    max-width: 108px;
}

.about-first .icon-items p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.text-block-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 75px;
}

.text-block-1 .strong-text {
    max-width: 294px;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}

.text-block-1 .text-1,
.text-block-1 .text-2 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    max-width: 308px;
}

.node-3 .gallery .item {
    position: relative;
    height: 628px;
}

.node-3 .gallery .item .text-block {
    position: absolute;
    width: 714px;
    background: #333333;
    padding: 42px 40px;
    display: flex;
    bottom: 0;
    right: 0;

}

.node-3 .gallery .item .text-block .name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #F9DB00;
    margin-bottom: 8px;
}

.node-3 .gallery .item .text-block .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
}

.node-3 .gallery .item .text-block .arrow-yellow svg {
    width: 23px;
    height: auto;
}

.node-3 .gallery .item .text-block .arrow-yellow {
    width: 23px;
    margin-right: 18px;
    margin-top: 5px;
}

.node-3 .block-gallery .gallery .slick-prev {
    left: 0;
    right: auto;
}

.node-3 .block-gallery .gallery .slick-next {
    left: 76px;
    right: auto;
}

.wrap-rekvizity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 84px auto 112px;
}

.wrap-rekvizity .text-block-2 {
    max-width: 714px;
    width: 100%;
}

.wrap-rekvizity .text-block-2 p,
.wrap-rekvizity .text-block-2 li {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.wrap-rekvizity .rekvizity-block {
    max-width: 368px;
    width: 100%;
}

.wrap-rekvizity .rekvizity-block .block {
    background: #F4F5F5 url(../images/about/rekvizity.png) center right no-repeat;
    width: 100%;
    height: 295px;
    padding: 45px 30px;
}

.wrap-rekvizity .rekvizity-block .block .title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 16px;
}

.wrap-rekvizity .rekvizity-block .block .card {
    max-width: 162px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #848484;
    position: relative;
    margin-left: 22px;
    margin-bottom: 42px;
}

.wrap-rekvizity .rekvizity-block .block .card:before {
    content:'';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 9px;
    left: -22px;
    background: #F9DB00;
}

.wrap-rekvizity .rekvizity-block .block .price-download {
    width: 162px;
}

.wrap-rekvizity .rekvizity-block .block .price-download:hover {
    border: 1.5px solid #333333;
}

.wrap-rekvizity .rekvizity-block .block .price-download:hover span {
    color: #333333;
}

.wrap-rekvizity .rekvizity-block .block .price-download:hover svg path {
    fill: #333333;
}

.wrap-rekvizity .rekvizity-block .text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    margin-top: 44px;
}

.documentation {
    background: #F4F5F5;
    max-width: 1820px;
    margin: 0 auto;
}

.documentation .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 108px 0 114px;
    position: relative;
}

.documentation .document-text {
    max-width: 335px;
    width: 100%;
}

.documentation .document-text .title-p {
    margin-bottom: 26px;
}

.documentation .document-text .checkbox-block {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.documentation .document-text .checkbox-block p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-right: 18px;
}

.documentation .document-text .checkbox-block.change p {
    color: #848484;
}

.documentation .document-text .text-block p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #848484;
}

.documentation .bg-img {
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -212px;
}

.document-gallery a {
    display: block;
    width: 219px;
    height: 286px;
    background: url(../images/about/frame.png) top center no-repeat;
    box-sizing: border-box;
    padding-top: 44px;
    padding-left: 38px;
    margin: 0 14px;
}

.documentation .document-gallery {
    max-width: 712px;
    width: 100%;
}

.document-gallery {
    position: relative;
}

.document-gallery .licenz,
.document-gallery .sertificates.not-active {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 100%;
}

.document-gallery .licenz.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.document-gallery  .slick-prev,
.document-gallery  .slick-next {
    top: auto;
    bottom: -68px;
    right: 10px;
    left: auto;
}

.document-gallery  .slick-prev {
    right: 88px;
}

/* checkbox */

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 68px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #848484;
}
.change .checkbox + label {
    color: #333333;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    background: #F4F5F5;
    border: 2px solid #333333;
    box-sizing: border-box;
    border-radius: 100px;
    transition: .2s;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #333333;
    margin: 2px;
    transition: .2s;
}
.checkbox:checked + label:before {

}
.checkbox:checked + label:after {
    left: 26px;
}
.checkbox:focus + label:before {

}

/* checkbox end */

.base-page {
    margin-top: 60px;
}
.base-page p {
    margin-bottom: 10px;
}

/*contacts page*/

.base-page.contacts {
    display: flex;
    position: relative;
    margin-top: 0;
    max-width: 1920px;
    overflow: hidden;
    margin-bottom: 148px;
}

.base-page.contacts .info-contacts {
    width: 40%;
}

.base-page.contacts .map-block {
    width: 60%;
}

#map {
    width: 100%;
    height: 500px;
}

.base-page.contacts .info-contacts .wrapper {
    width: 198px;
    position: absolute;
    left: 50%;
    margin-left: -561px;
}

.base-page.contacts .info-contacts .wrapper h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 62px;
}

.base-page.contacts .contacts label {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #848484;
    margin-bottom: 8px;
    display: block;

}

.base-page.contacts .contacts svg {
    position: relative;
    top: 2px;
}

.base-page.contacts .contacts p,
.base-page.contacts .contacts p a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
}

.base-page.contacts .contacts .item {
    margin-bottom: 28px;
}

.base-page.contacts .contacts {
    margin-bottom: 62px;
}

.base-page.contacts .price-download {
    width: 192px;
}

.base-page.contacts .price-download:hover {
    border: 1.5px solid #333333;
}

.base-page.contacts .price-download:hover span {
    color: #333333;
}

.base-page.contacts .price-download:hover svg path {
    fill: #333333;
}

.base-page.contacts .map-block {
    position: relative;
}

.base-page.contacts .map-block .block-black {
    width: 90%;
    background: #333333;
    margin-left: 5%;
    margin-top: -90px;
    position: relative;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 72px;
    display: flex;
}

.base-page.contacts .map-block .block-black .label p {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 178px;
}

.base-page.contacts .map-block .block-black .label {
    display: flex;
    margin-right: 44px;
}

.base-page.contacts .map-block .block-black .label svg {
    margin-top: 5px;
    margin-right: 16px;
}

.base-page.contacts .map-block .block-black .address {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #F9DB00;
    max-width: 226px;
}

.node-8 .wrap-application .form-bottom .accepts {
    max-width: 100%;
}

.success .form-group.massage-input {
    display: none;
}

.prevnext-wrapper {
    margin-bottom: 150px;
}

.page-10 .container.art-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-10 .container.art-body .left-block {
    max-width: 450px;
    width: 100%;
}

.page-10 .container.art-body .right-block {
    max-width: 584px;
    width: 100%;
}

.page-10 .container.art-body .left-block .price-button {
    margin-top: 12px;
    margin-bottom: 24px;
    display: inline-block;
}

.page-10 .container.art-body .left-block .price-button:hover:before {
    display: none;
}

.page-10 h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 34px;
}

.page-10 .short-desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 18px;
}

.page-10 h2,
.page-10 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 28px;
}

.page-10 h4,
.page-10 h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 28px;
}

.page-10 h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 28px;
}

.page-10 ul {
    margin: 0;
    padding: 0;
}

.page-10 .base-page ul li,
.page-10 .short-desc ul li {
    margin: 0;
    padding: 0 0 16px 32px;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    list-style:none;
}

.page-10 .base-page ul li:before,
.page-10 .short-desc ul li:before {
    content:'';
    width: 8px;
    height: 8px;
    background: #F9DB00;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

.page-10 p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #333333;
}

.page-10 .prevnext-item {
    float: none;
    width: 100%;
    margin-top: 37px;
}

.prevnext-item a.prevnext-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #848484;
    background: none;
}

.prevnext-item a.prevnext-link:hover {
    color: #333333;
    background: none;
}

.prevnext-item a.prevnext-link:hover svg path {
    fill: #333333;
    transition: 0.5s;
}

.page-10 .priceList {
    background: none;
    margin: 0;
    padding: 0;
}

.top-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.top-article h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.top-article .checkbox-block {
    display: flex;
    align-items: center;
}

.top-article .checkbox-block p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    margin-right: 18px;
}

.articles-wrap .all-articles,
.articles-wrap .only-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-wrap .blogPost {
    width: 368px;
    background: #EFEFEF;
    margin-bottom: 20px;
}
.articles-wrap .blogPost:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.articles-wrap .blogPost .text-block {
    padding: 35px 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.articles-wrap .blogPost .text-block .date {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #848484;
    margin-bottom: 12px;
}

.articles-wrap .blogPost .text-block h3 {
    margin: 0;
    padding: 0;
}

.articles-wrap .blogPost .text-block h3 a {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
    display: block;
    height: 104px;
    overflow: hidden;
}
.articles-wrap .blogPost .text-block .readmore a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.articles-wrap .blogPost:hover .text-block .readmore a {
    color: #848484;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.articles-wrap .blogPost .text-block .readmore a svg path {
    fill: #333333;
}

.articles-wrap .blogPost:hover .text-block .readmore a svg path {
    fill: #848484;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.articles-wrap .all-articles:before,
.articles-wrap .only-news:before,
.articles-wrap .all-articles:after,
.articles-wrap .only-news:after {
    content: '';
    width: 368px;
    height: 0;
    order: 1;
}

.articles-wrap {
    position: relative;
}

.articles-wrap .only-news, .articles-wrap .all-articles.not-active, .paging.news, .paging.articles.not-active {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 100%;
}

.articles-wrap .only-news.active,  .paging.news.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.pageList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageList .control {
    display: none;
}

.pageList a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333333;
    margin: 5px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
    text-decoration: none;
}

.pageList a.active,
.pageList a:hover,
.pageList a.next:hover,
.pageList a.prev:hover {
    background: #F9DB00;
    border: 1px solid #F9DB00;
    transition: 0.5s;
}

.pageList a.next,
.pageList a.prev {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
}

.pageList a.next {
    margin-left: 11px;
}
.pageList a.prev {
    margin-right: 11px;
}


/*beton page */

.wrap-application.app-1 .beton-form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-left {
    max-width: 708px;
    width: 100%;
    margin-right: 58px;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right {
    width: 367px;
    height: 372px;
    background: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 45px;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .name {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .name span {
    position: relative;
    z-index: 2;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .name:before {
    content: '';
    width: 100%;
    height: 7px;
    background: #F9DB00;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .price {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
    margin-bottom: 36px;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .price em {
    font-style: normal;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .price svg {
    margin-right: 11px;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .text {
    padding-top: 34px;
    border-top: 1px solid #BCBCBC;
}

.wrap-application.app-1 .beton-form-wrap .form-wrapper-right .text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #848484;
}

.wrap-application.app-1 .number-v {
    display: flex;
    align-items: center;
}

.wrap-application.app-1 .number-v .text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #848484;
    max-width: 118px;
    margin-right: 32px;
}

.wrap-application.app-1 .number-v input {
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 15px 14px;
    text-align: center;
    width: 120px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #6A6A6A;
    outline: none;

}

.wrap-application.app-1 .number-v .v3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    display: block;
    margin-left: 16px;
}

.wrap-application.app-1 .number-v .v3 sup {
    font-size: 12px;
}


    /* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Для Firefox */
input[type=number]{
    -moz-appearance: textfield;
}

.wrap-application .form-wrap.contacts {
    flex-wrap: wrap;
    max-width: 685px;
    width: 100%;
    border-top: 5px solid #FFFFFF;
    padding-top: 50px;
    margin-top: -86px;
}

.wrap-application .form-wrap.contacts .text-wrap {
    width: 100%;
}

.wrap-application .form-wrap.contacts .text-wrap .name {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 12px;
}

.wrap-application .form-wrap.contacts .text-wrap .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    color: #848484;
    margin-bottom: 45px;
}

.wrap-application.app-1 .bg-app {
    display: none;
}

.wrap-application.app-1 {
    background: #F4F5F5 url(../images/catalog/bg-beton.jpg) top right no-repeat;
}

.wrap-application.app-1 .form-bottom {
    margin-top: 14px;
}
.success.wrap-application.app-1 .beton-form-wrap {
    display: none;
}

/* menu humburger */

.hamburger {
    display: none;
}

.hamburger {
    padding: 0;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #2C3438; }
.hamburger.is-active {
    z-index:501;
    position: relative;
    top: 2px;
}
.hamburger-box {
    width: 22px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 2px;}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #333333;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -6px; }
.hamburger-inner::after {
    bottom: -10px; }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 4px;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu-block-mobile .logo-mobile,
.menu-block-mobile .contact-mobile {
    display: none;
}

.bottom-main-catalog,
.page-contact-title,
.short-desc.mobile {
    display: none;
}

.app-wrapper {
    padding-top: 50px;
    max-width: 100%;
    overflow: hidden;
    margin-top: -50px;
}

.page-front .block-gallery ul.slick-dots,
.block-gallery ul.slick-dots,
.page-front .partners-wrap ul.slick-dots {
    display: none !important;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #333333;
    border-radius: 0;
}

.slick-dots li.slick-active button {
    background: #333333;
    border: 1px solid #333333;
}

/*404 page */

.content-404 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    text-align: center;
}

.content-404 .text-1 {
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}

.content-404 .art-button {
    background: #F9DB00;
    color: #333333;
    z-index: 1;
}

.content-404 .button-404 {
    position: relative;
}

.content-404 .art-button:hover {
    color: #F9DB00;
    background: #333333;
}

.content-404 .image-404 {
    margin-top: -29px;
    z-index: 0;
}

.content-404 .image-404 img {
    max-width: 100%;
    height: auto;
}

.node-31 footer {
    display: none;
}

.strong {
	font-weight: 500;
}
table.price_list {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
}
table.price_list thead {
    background: #333333;
    color: #F9DB00;
}

table.price_list thead th {
    border: 0px;
    padding: 10px;
    text-align: center;
}
.price_list td {
    padding: 10px;
    text-align: center;
    border: 1px solid #333333;
}
th.price_list_sub-title {
    padding: 0px;
}

table.price_list tr td {
    width: 50%;
}
.skhema_raboty-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; 
}
.skhema_raboty-container img {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100px;
}

.skhema_raboty-item {
    flex-basis: 15%;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-size: 14px;
    min-width: 80px;
    margin-bottom: 20px;
}


@media (max-width: 425px) {
    .skhema_raboty-item {
        flex-basis: 30%;
        font-weight: normal;
        font-size: 10px;
    }   
}
.space-block {
    margin: 50px auto;
}


.table_lab_container table {
    border: 1px solid;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.table_lab_container table tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid gray;
}
.table_lab_container table tr td ol {
    text-align: left;
}