@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Akrobat';
    src: url(../fonts/Akrobat.ttf) format('truetype');
}

body {
    color: #000;
    font-size: 16px;
    font-family: "Montserrat-Regular";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

a {
    transition: .2s;
}


/* a:hover,
a:focus {
    text-decoration: none;
    opacity: .8;
} */

p.h1,
h1 {
    text-align: right;
    margin-top: 0;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    padding-right: 15px;
    border-right: 4px solid #ff1800;
    line-height: 1;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

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

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}


/*header*/

.topLineH {
    background:#1a1a1a url(../images/topLineHBg.png) no-repeat center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.6);
}

.podrobnee_okompanii {
    border: 1px solid #ff1800;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.podrobnee_okompanii:hover {
    color: #fff;
    text-decoration: none;
}

.podrobnee_okompanii:before,
.podrobnee_okompanii:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #ff1800;
    content: '';
    z-index: -1;
    transform: skewX(-30deg);
    transition: all 0.4s;
}

.podrobnee_okompanii:before {
    right: 110%;
}

.podrobnee_okompanii:after {
    left: 110%;
}

.podrobnee_okompanii:hover:before {
    right: 30%;
}

.podrobnee_okompanii:hover:after {
    left: 30%;
}

.topLineH .phone {
    padding: 7px 0 7px 50px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    background: url(../images/iconPhone.png) no-repeat left center;
}

.topLineH .phone:hover {
    text-decoration: none;
}

.topLineH .phone span {
    color: #ff1800;
    font-size: 20px;
    font-family: "Montserrat-SemiBold";
}

.topLineH .sity select {
    cursor: pointer;
    width: 210px;
    border: none;
    padding: 7px 13px 7px 50px;
    font-size: 14px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(../images/langSel.png) no-repeat right center, url(../images/iconNav.png) no-repeat left center;
}

.topLineH .mail {
    padding: 7px 0 7px 50px;
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 14px;
    background: url(../images/iconMail.png) no-repeat left center;
    margin-left: 50px;
}

.botLineH {
    background:#2d2b2b url(../images/botLineHBg.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    position: relative;
    z-index: 2;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.5);
}

.botLineH ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.botLineH .logo {
    position: relative;
    bottom: -5px;
}

.botLineH ul li a {
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.botLineH ul li:last-child a {
    margin-left: 10px;
}

.botLineH ul li:first-child a {
    margin-left: 10px;
}


/*End header*/


/*topSliderBlock*/

.slideTop {
    position: relative;
}

.slideTop .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 85px;
    z-index: 2;
}

.slideTop .txtBlock p {
    color: #fff;
    line-height: 1;
    font-family: "Montserrat-Medium";
    font-size: 22px;
}

.slideTop .txtBlock p.name {
    font-size: 40px;
    font-family: "Montserrat-SemiBold";
    margin-bottom: 25px;
    text-transform: uppercase;
}

.slideTop .txtBlock p.name span {
    font-family: "Montserrat-ExtraBold";
}

.slideTop .txtBlock p.nonMar {
    margin-bottom: 0;
    text-transform: uppercase;
}

.slideTop .txtBlock p.percentP {
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 25px;
}

.slideTop .txtBlock p.percentP .percent {
    color: #ff1800;
    font-family: "Montserrat-SemiBold";
    font-size: 66px;
    line-height: 1;
}

.slideTop .txtBlock p.percentP .percent span {
    font-size: 30px;
}

.slideTop .txtBlock p.mini {
    font-size: 14px;
}

.slideTop .txtBlock p.mini span {
    font-size: 22px;
    color: #ff1800;
}

.slideTop .txtBlock button {
    width: 235px;
    text-align: center;
    border: 1px solid #ff1800;
    padding: 20px 10px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ff1800;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.slideTop .txtBlock button:hover {
    color: #fff;
}

.slideTop .txtBlock button:before,
.slideTop .txtBlock button:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #ff1800;
    content: '';
    z-index: -1;
    transform: skewX(-30deg);
    transition: all 0.4s;
}

.slideTop .txtBlock button:before {
    right: 110%;
}

.slideTop .txtBlock button:after {
    left: 110%;
}

.slideTop .txtBlock button:hover:before {
    right: 30%;
}

.slideTop .txtBlock button:hover:after {
    left: 30%;
}

.slideTop:before {
    position: absolute;
    content: url(../images/decoreTopSlide.png);
    left: 0;
    top: 0;
    z-index: 0;
}

.topSliderBlock,
.topSlider {
    position: relative;
    overflow: hidden;
    max-height: 577px;
}

.buttonsBlock {
    position: absolute;
    right: calc((100% - 1140px) / 2);
    top: 155px;
}

.buttonsBlock button {
    width: 66px;
    height: 66px;
    background: #323232;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.3s;
}

.buttonsBlock button:hover {
    background: #ff1800;
    transform: scale(1.3);
    z-index: 2;
}

.topSlider {
    position: relative;
}

.topSlider .slick-arrow {
    position: absolute;
    bottom: 125px;
    font-size: 0;
    border: none;
    background: #4d4d4f;
    width: 100px;
    height: 37px;
    transform: skewX(-30deg);
    z-index: 2;
}

.topSlider .slick-prev {
    left: 50%;
}

.topSlider .slick-next {
    left: calc(50% + 100px);
}

.topSlider .slick-prev:before {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 6px);
    content: url(../images/prevTS.png);
    transform: skewX(30deg);
}

.topSlider .slick-next:before {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 6px);
    content: url(../images/nextTS.png);
    transform: skewX(30deg);
}

.topSlider .slick-arrow:hover {
    background: #212222;
}


/*End topSliderBlock*/


/*saleAftBannerBlock*/

.saleAftBannerBlock {
    margin-top: -75px;
    position: relative;
}

.wrapSaleAB .leftBlock {
    width: 210px;
    background: #ff1800;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
}

.wrapSaleAB .leftBlock p {
    font-size: 20px;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

.wrapSaleAB .leftBlock a {
    width: 135px;
    background: #000;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 5px;
    line-height: 1;
}

.wrapSaleAB .rightBlock {
    background: url(../images/nucSaleBg.png);
}

.nucSale {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    position: relative;
}

.nucSale:last-child:before {
    display: none;
}

.nucSale:before {
    position: absolute;
    top: calc(50% - 43px);
    height: 86px;
    width: 1px;
    content: '';
    right: 0;
    background: rgba(255, 255, 255, 0.6);
}

.nucSale:hover {
    text-decoration: none;
}

.nucSale .name {
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    font-family: "Montserrat-Medium";
    transition: all 0.3s;
}

.nucSale .name:hover {
    opacity: 1;
}


/*End saleAftBannerBlock*/


/*productsBlock*/

.wrapRightBlockTab,
.contItemBlock {
    display: none;
}

.wrapRightBlockTab.active {
    display: block;
}

.rightBlock .wrapItemsCont .contItemBlock:first-child {
    display: block;
}

.productsBlock {
    padding: 60px 0 0;
}

.wrapProdBlock .leftBlock {
    width: 225px;
}

ul.tabLeftWrap {
    width: 200px;
}

ul.tabLeftWrap li a {
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #000;
    display: block;
    padding: 10px 0;
    width: 100%;
    text-transform: uppercase;
}

ul.tabLeftWrap li.active a {
    font-size: 18px;
    font-family: "Montserrat-SemiBold";
    color: #fff;
    background: #ff1800;
    padding: 10px;
}

.wrapProdBlock .rightBlock {
    width: calc(100% - 260px);
    padding-top: 40px;
}

.tabItems {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #e7eaeb;
    margin-bottom: 30px;
}

.tabItems li a {
    font-family: "Montserrat-SemiBold";
    color: #6c6f6d;
    padding-bottom: 18px;
    line-height: 1;
    border-bottom: 1px solid transparent;
    margin-bottom: -2px;
    display: block;
    text-transform: uppercase;
}

.tabItems li.active a {
    color: #000;
    border-bottom: 2px solid #ff1800;
}

.wrapItems {
    display: grid;
    grid-template-columns: repeat(3, 286px);
    grid-gap: 10px;
    margin-bottom: 30px;
}

.nucItem {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 5px solid #313229;
    box-shadow: 2px 3px 9px 0 rgba(0, 0, 0, 0.4);
    padding-bottom: 17px;
}

.nucItem .imgW {
    position: relative;
    margin-bottom: 15px;
    height: 200px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.nucItem .imgW img {
    max-width: 100%;
}

.nucItem .imgW .hits {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
}

.nucItem p.name {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    line-height: 1.2;
    margin-bottom: 0;
}

.nucItem .priceAndChars {
    padding-left: 15px;
    align-items: center;
}

.nucItem p.price {
    font-size: 24px;
    font-family: "Montserrat-SemiBold";
    color: #ff1800;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nucItem .charsBlock p {
    padding: 6px 14px;
    cursor: pointer;
    background: #d4d4d3;
    text-transform: uppercase;
    margin-bottom: 2px;
    line-height: 1;
    font-size: 12px;
    font-family: "Montserrat-Medium";
    transition: all 0.3s;
}

.nucItem .charsBlock p:hover {
    color: #fff;
    background: #ff1800;
    transform: scale(1.2);
}

.productsBlock .more {
    width: 195px;
    display: block;
    padding: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
}

.productsBlock .more:hover {
    color: #fff;
}

.productsBlock .more:before,
.productsBlock .more:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000;
    content: '';
    z-index: -1;
    transform: skewX(-30deg);
    transition: all 0.4s;
}

.productsBlock .more:before {
    right: 110%;
}

.productsBlock .more:after {
    left: 110%;
}

.productsBlock .more:hover:before {
    right: 30%;
}

.productsBlock .more:hover:after {
    left: 30%;
}


/*End productsBlock*/


/*sendCatBlock*/

.sendCatBlock {
    background: url(../images/sendCatBlockBg.png) no-repeat center;
    height: 1191px;
    padding: 365px 0 150px;
    margin-top: -116px;
}

.sendCatBlock .txtBlock {
    width: 455px;
}

.sendCatBlock .txtBlock p {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: right;
    margin-bottom: 35px;
}

.sendCatBlock .txtBlock p.name {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
}

.sendCatBlock .txtBlock p.name span {
    font-size: 32px;
    font-family: "Montserrat-Bold";
    color: #ff1800;
}

.sendCatBlock .botTxt {
    padding-right: 22px;
    position: relative;
}

.sendCatBlock .botTxt:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #ff1800;
    width: 4px;
    height: 220px;
}

.whereSend label .yesAct {
    display: none;
}

.whereSend input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.whereSend input[type="radio"]:checked+label .yesAct {
    display: block;
}

.whereSend input[type="radio"]:checked+label .noAct {
    display: none;
}

.whereSend .labelIns img {
    margin-bottom: 5px;
}

.whereSend .labelIns {
    width: 85px;
    height: 85px;
    margin: 0 3px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whereSend .labelIns .name {
    display: block;
    font-size: 14px;
}

.whereSend input[type="radio"]:checked+label .labelIns {
    background: #1a1a1a;
}

.whereSend input[type="radio"]:checked+label .labelIns .name {
    color: #fff;
}

.whereSend {
    margin-bottom: 90px;
}

.sendCat .wrapInputs {
    margin-right: -10px;
}

.sendCat .wrapInputs input {
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #fff;
    text-align: center;
    width: 48%;
    padding: 15px;
    background: #000;
    border: 1px solid #838384;
    text-transform: uppercase;
    line-height: 1;
}

.sendCat {
    padding-left: 15px;
}

.sendCat .wrapInputs button {
    width: 48%;
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #ff1800;
    text-align: center;
    width: 48%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ff1800;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.3s;
}

.sendCat .wrapInputs button:hover {
    background: #ff1800;
    color: #fff;
}


/*End sendCatBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock .txtBlock {
    width: 495px;
}

.aboutCompanyBlock .sertBlock {
    width: 580px;
}

.sertSlideTop {
    padding: 0 5px 5px 0;
}

.sertSlideTop img {
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.6);
    max-width: 100%;
    border-radius: 6px;
}

.wrapTopSliderSert {
    background: url(../images/wrapTopSliderSertBg.png) no-repeat center right;
}

.sertSlideBot {
    padding: 0 8px 4px 0;
}

.sertSlideBot img {
    max-width: 100%;
    border-radius: 4px;
    opacity: 0.6;
}

.sertSlideBot.slick-current img {
    opacity: 1;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.6);
}

.wrapTopSliderSert {
    margin-bottom: 30px;
}

.botSertSlider {
    position: relative;
}

.botSertSlider .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 0;
    border: none;
    z-index: 2;
    top: calc(50% - 30px);
}

.botSertSlider .slick-next {
    background: url(../images/sertNext.png) no-repeat;
    right: -25px;
    border: solid 1px #00b0ff;
}

a.a-o-kompanii {
    color: #ff1800;
}

.botSertSlider .slick-prev {
    background: url(../images/sertPrev.png) no-repeat;
    left: -25px;
}

.wrapAC {
    margin-bottom: 90px;
}

.nucNum p.num {
    font-size: 120px;
    line-height: 88px;
    font-family: "Montserrat-Bold";
    position: relative;
    margin-bottom: 0;
    padding-left: 40px;
}

.nucNum p.num:before {
    position: absolute;
    left: 0;
    content: attr(data-num);
    font-size: 180px;
    line-height: 140px;
    color: #e8e9e8;
    bottom: -4px;
    z-index: -2;
}

.nucNum p.name {
    padding-left: 145px;
    margin-bottom: 0;
    color: #e84347;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Montserrat-ExtraBold";
    line-height: 1;
    margin-top: -5px;
}


/*End aboutCompanyBlock*/


/*etapsJobBlock*/

.etapsJobBlock {
    background: url(../images/etapsJobBlockBg.png) no-repeat center;
    height: 788px;
    padding: 120px 0 30px;
    margin-top: -60px;
    margin-bottom: 65px;
}

.etapsJobBlock .leftBlock {
    padding: 160px 0 0;
}

.etapsJobBlock .cnBlockEJ {
    width: 265px;
    background: rgba(0, 0, 0, .8);
    padding: 35px 20px;
    text-align: center;
}

.cnBlockEJ p {
    font-size: 22px;
    font-family: "Montserrat-Medium";
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.cnBlockEJ a {
    font-size: 26px;
    font-family: "Montserrat-Bold";
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}

.cnBlockEJ a span {
    color: #ff1800;
}

.cnBlockEJ button {
    width: 175px;
    display: inline-block;
    background: #ff1800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.cnBlockEJ button:hover {
    color: #ff1800;
}

.cnBlockEJ button:before,
.cnBlockEJ button:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #fff;
    content: '';
    z-index: -1;
    transform: skewX(-30deg);
    transition: all 0.4s;
}

.cnBlockEJ button:before {
    right: 110%;
}

.cnBlockEJ button:after {
    left: 110%;
}

.cnBlockEJ button:hover:before {
    right: 30%;
}

.cnBlockEJ button:hover:after {
    left: 30%;
}

.etapsJobBlock .name {
    color: #fff;
    font-size: 40px;
    font-family: "Montserrat-Bold";
    line-height: 1;
    margin-bottom: 90px;
    text-transform: uppercase;
}

.etapsJobBlock .rightBlock {
    width: 830px;
}

.etapsJobBlock .nucEtap {
    width: 24%;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 12px 45px;
    border-bottom: 12px solid #a3190a;
    text-align: center;
}

.nucEtap p {
    font-size: 12px;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
}

.nucEtap p.num {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Montserrat-Bold";
}

.wrapEtaps {
    margin-bottom: 30px;
}

.etapsJobBlock .miniTxt {
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat-Medium";
}


/*End etapsJobBlock*/


/*preBlock*/

.nucPre {
    margin-bottom: 55px;
    width: 33%;
}

.wrapPre {
    width: 800px;
}

.nucPre img {
    opacity: 0.6;
    transition: all 0.3s;
    margin-right: -30px;
}

.nucPre:hover {
    text-decoration: none;
}

.nucPre:hover img {
    opacity: 1;
}

.nucPre span:not(.imgW) {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: "Montserrat-SemiBold";
    display: block;
    position: relative;
    z-index: 2;
}


/*End preBlock*/


/*reviewsBlock*/

.homepage .reviewsBlock {
    background: url(../images/revBg.png) no-repeat top center;
    min-height: 680px;
    padding-top: 90px;
    margin-bottom: 60px;
}

.homepage .reviewsBlock h1,
.homepage .reviewsBlock .h1 {
    color: #fff;
    border-right: none;
}

.homepage .reviewsBlock h1,
.homepage .reviewsBlock .h1 a {
    color: #fff;
    border-right: none;
}

.homepage .wrapSliderRev {
    background: url(../images/wrapSliderRevBg.png) no-repeat center top;
    padding-top: 35px;
    padding-bottom: 25px;
}

.homepage .wrapSliderRev .slederRev {
    position: relative;
    width: 960px;
    margin-bottom: 60px;
}

.homepage .revSlide {
    padding: 0 10px 10px 0;
}

.homepage .nucRev {
    width: 100%;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 15px 15px;
    border-radius: 7px;
}

.homepage .nucRev p {
    font-size: 15px;
}

.homepage .nucRev .infoRev {
    margin: 0 -15px;
    padding: 10px 15px;
    background: #323536;
    margin-bottom: 15px;
    margin-top: 20px;
}

.homepage .nucRev .infoRev .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #9a9a9a;
    margin-right: 15px;
}

.homepage .nucRev .infoRev .imgW img {
    max-width: 100%;
    max-height: 100%;
}

.homepage .nucRev .infoRev .name {
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.homepage .nucRev .infoRev .txtBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.homepage .nucRev .infoRev .date {
    font-size: 14px;
    color: #c1bfbf;
    margin-bottom: 0;
}

.homepage .nucRev p a {
    display: block;
    font-size: 14px;
    color: #ff1800;
}

.homepage .moreRev a {
    width: 165px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.homepage .moreRev a:hover {
    color: #000;
    text-decoration: none;
}

.homepage .moreRev a:before,
.homepage .moreRev a:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #fff;
    content: '';
    z-index: -1;
    transform: skewX(-30deg);
    transition: all 0.4s;
}

.homepage .moreRev a:before {
    right: 110%;
}

.homepage .moreRev a:after {
    left: 110%;
}

.homepage .moreRev a:hover:before {
    right: 30%;
}

.homepage .moreRev a:hover:after {
    left: 30%;
}

.homepage .slederRev .slick-dots {
    position: absolute;
    right: 0;
    bottom: -45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.homepage .slederRev .slick-dots button {
    background: #747474;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: none;
}

.homepage .slederRev .slick-dots .slick-active button {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(255, 24, 0, 0.56);
}


/*End reviewsBlock*/


/* page-otzv */

.page-otzv .title {
    display: none;
}


/* end page-otzv */


/*articleBlock*/

.articleBlock {
    margin-bottom: 60px;
}

.sliderArticle {
    position: relative;
}

.sliderArticle .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.sliderArticle .slick-dots button {
    background: #747474;
    font-size: 0;
    padding: 0;
    margin: 0;
    margin: 0 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: none;
}

.sliderArticle .slick-dots .slick-active button {
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(255, 24, 0, 0.56);
}

.articlSlide {
    padding: 50px 10px 10px;
}

.articlSlide img {
    max-width: 100%;
}

.nucArt .imgW {
    position: relative;
    margin-bottom: 45px;
    display: block;
}

.nucArt .imgW img {
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.nucArt span {
    padding-left: 10px;
    font-size: 14px;
    display: block;
    color: #000;
}

.nucArt {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.nucArt:hover {
    text-decoration: none;
    top: -40px;
}

.nucArt .txtBlock {
    position: absolute;
    width: 250px;
    left: calc(50% - 125px);
    bottom: -25px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    background: #fff;
}

.nucArt .txtBlock span {
    display: block;
    font-size: 16px;
    margin: 0;
    color: #000;
    line-height: 1;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
}


/*End articleBlock*/


/*mapBlock*/

.mapBlock {
    background: url(../images/mapBg.jpg) no-repeat top center;
    margin-bottom: 60px;
}

.wrapMap {
    align-items: flex-start;
    padding-left: calc((100% - 1140px) / 2);
}

.wrapMap h1,
.wrapMap .h1 {
    padding-top: 110px;
    color: #fff;
    border-right: 0;
    padding-left: 100px;
}

#map {
    padding-top: 17px;
    width: 1000px;
    height: 629px;
}

#map img {
    display: none;
}

.formBlockWrap {
    margin-top: -105px;
    position: relative;
}

.formBlockWrap .infoForm {
    width: 370px;
    padding: 50px 15px 45px 20px;
    background: #3b3b3b;
    border-top: 20px solid #000;
    border-radius: 4px;
    position: relative;
    top: -30px;
    right: -30px;
}

.formBlockWrap .infoForm p.name {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: "Montserrat-SemiBold";
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.formBlockWrap .infoForm p.name span {
    font-size: 18px;
    font-family: "Montserrat-Regular";
    text-transform: inherit;
}

.formBlockWrap .infoForm ul li {
    list-style-type: none;
    padding-left: 30px;
    background: url(../images/liDecore.png) no-repeat top left;
    color: #fff;
    margin-bottom: 6px;
    padding-top: 6px;
    line-height: 1;
}

.formBlockWrap form {
    background: #515151;
    padding: 30px 50px 20px 35px;
    width: 390px;
}

.formBlockWrap form input,
.formBlockWrap form textarea {
    width: 100%;
    padding: 10px 13px;
    line-height: 1;
    border: 1px solid #a8a8a8;
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    background: none;
}

.formBlockWrap form textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 115px;
    min-height: 115px;
    margin-bottom: 10px;
}

.formBlockWrap form p {
    color: #fff;
}

.formBlockWrap label .yesAct {
    display: none;
}

.formBlockWrap input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.formBlockWrap input[type="radio"]:checked+label .yesAct {
    display: block;
}

.formBlockWrap input[type="radio"]:checked+label .noAct {
    display: none;
}

.formBlockWrap .labelIns img {
    margin-bottom: 5px;
    max-width: 100%;
    max-height: calc(100% - 16px);
}


/* .formBlockWrap .labelIns {
    width: 48px;
    height: 48px;
    padding: 4px;
    margin: 0 3px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.formBlockWrap .labelIns {
    width: 48px;
    height: 48px;
    padding: 4px;
    margin: 0 3px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formBlockWrap .whereSend {
    margin-bottom: 10px;
}

.formBlockWrap .labelIns .name {
    display: block;
    font-size: 8px;
}

.formBlockWrap input[type="radio"]:checked+label .labelIns {
    background: #1a1a1a;
}

.formBlockWrap input[type="radio"]:checked+label .labelIns .name {
    color: #fff;
}

.formBlockWrap button {
    width: 100%;
    text-align: center;
    background: #ff1800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.wrapLabel {
    position: relative;
}

#checkF {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.formBlockWrap .wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 60px;
    line-height: 1;
}

.formBlockWrap .wrapLabel label,
.formBlockWrap .wrapLabel label a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
}

#checkF:checked+label::before {
    font-size: 15px;
    color: #ff1800;
    text-align: center;
    content: "\2713";
    line-height: 17px;
    font-family: "Montserrat-SemiBold";
}

.formBlockWrap .wrapLabel label::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.formBlockWrap {
    align-items: flex-start;
}

#map {
    position: relative;
}

#map .menu {
    position: absolute;
    left: 44px;
    top: 25px;
    background: rgba(255, 255, 255, 0.6);
    width: 640px;
    padding: 10px;
}

#map .menu p {
    text-align: center;
}

#map .menu a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat-Regular";
}


/*End mapBlock*/


/*footer*/

footer {
    background: url(../images/footerBg.png) no-repeat center;
    background-size: cover;
    padding: 55px 0 12px;
}

footer .logo {
    margin-top: -100px;
    display: inline-block;
    margin-bottom: 10px;
}

footer p.slog {
    font-size: 13px;
    color: #fff;
}

footer ul li a {
    color: #e1e0e0;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}

footer ul li a:hover {
    color: #fff;
    font-family: "Montserrat-SemiBold";
    text-decoration: none;
}

footer a,
footer p {
    color: #fff;
}

footer p.name {
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    text-transform: uppercase;
}

footer .nav {
    font-size: 14px;
    padding: 7px 0 7px 40px;
    background: url(../images/iconNav.png) no-repeat left 7px;
    margin-bottom: 2px;
    display: block;
}

.mainFoot {
    width: 130px;
}

footer .mail {
    font-size: 14px;
    padding: 7px 0 7px 40px;
    background: url(../images/iconMail.png) no-repeat left center;
    margin-bottom: 2px;
    display: block;
}

footer .clock {
    font-size: 14px;
    padding: 7px 0 7px 40px;
    background: url(../images/iconClock.png) no-repeat left 7px;
}

footer .phone {
    font-size: 14px;
    padding: 7px 0 7px 40px;
    background: url(../images/iconPhone.png) no-repeat left center;
    margin-bottom: 15px;
    display: block;
}

footer a:hover {
    color: #fff;
}

.socBlock img {
    opacity: 0.6;
    transition: all 0.3s;
}

.socBlock a:hover img {
    opacity: 1;
}

.wrapFooter {
    margin-bottom: 70px;
}

footer .copyrBlock p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

footer .copyrBlock p a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}


/*End footer*/


/*modalForm*/

.modalF.callback-modal {
    background: url(../images/modalBg.png) no-repeat;
    max-width: 1179px;
    height: 651px;
    width: 1179px;
    padding: 105px 125px 40px 40px;
    display: flex;
    justify-content: flex-end;
}

.modalF .callback-modal__headline {
    font-size: 22px;
    font-family: "Montserrat-SemiBold";
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: normal;
}

.modalF .callback-modal__headline span {
    font-size: 18px;
    text-transform: initial;
    font-family: "Montserrat-Regular";
}

.modalF .callback-modal__form {
    width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modalF form {
    width: 300px;
}

.modalF input {
    width: 100%;
    border: 1px solid #696969;
    line-height: 1;
    color: #000;
    font-size: 16px;
    background: none;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.modalF .callback-modal__button {
    width: 100%;
    text-align: center;
    background: #ff1800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.4s;
}

.modalF .wrapLabel label,
.modalF .wrapLabel label a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.modalF .wrapLabel {
    position: relative;
}

.modalF .wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 60px;
}

#checkMF {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#checkMF:checked+label::before {
    font-size: 15px;
    color: #ff1800;
    text-align: center;
    content: "\2713";
    line-height: 17px;
    font-family: "Montserrat-SemiBold";
}

.modalF .wrapLabel label::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #fff;
}


/*End modalForm*/

.testimonial-form .form-validate {
    background: #515151;
    padding: 30px 50px 20px 35px;
    width: 500px;
}

.testimonial-form .form-validate input,
.testimonial-form .form-validate textarea {
    width: 100%;
    padding: 10px 13px !important;
    line-height: 1;
    border: 1px solid #a8a8a8;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    background: none;
    border-radius: 0;
}

.testimonial-form .form-validate textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 250px;
    min-height: 250px;
}

.testimonial-form .form-validate label {
    color: #fff;
    font-size: 18px;
}

#jform_verify {
    width: 100px;
}

.robotNo {
    color: #fff;
    font-size: 16px;
}

.testimonial-form .form-validate button {
    width: 100%;
    text-align: center;
    background: #ff1800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.insidepage .moreRev a {
    display: none;
}


/*insidepage*/

.insidepage .pageHeader {
    margin-top: 20px;
}

.insidepage .item-page {
    /* padding: 40px 0; */
}

.sityWrap option {
    background: black;
}

#infoBlock1,
#infoBlock11,
#telheaderinfo1,
#emailheaarerinfo1,
#telheaderinfo2,
#emailheaarerinfo2,
#contTest1 {
    display: none;
}

ul.mainMenu>li.parent::before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg) translateX(-2px) translateY(-2px);
}

ul.mainMenu>li>ul li {
    padding-right: 15px;
}

ul.mainMenu>li>ul li.parent::after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(-45deg);
}

ul.mainMenu>li>ul a {
    padding: 4px 8px;
    margin: 0 !important;
}

ul.mainMenu>li>ul li:not(:last-child) {
    border-bottom: 1px solid #ff180078;
}

ul.mainMenu li a {
    width: 100%;
}

ul.mainMenu>li>ul {
    top: 100%;
    left: 0;
}

ul.mainMenu ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    flex-direction: column;
    background: #312f2f;
    padding: 10px 5px;
}

ul.mainMenu li {
    position: relative;
    display: flex;
}

ul.mainMenu>li {
    position: relative;
    display: flex;
    margin-left: 45px;
}

ul.mainMenu>li.parent {
    padding-left: 10px;
}

ul.mainMenu li ul li {
    width: 100%;
}

ul.mainMenu li.parent:hover>ul {
    display: flex;
}

.tabsInside a.current {
    background: white;
    border-bottom: none;
    border: 2px solid #e3e3e3;
    border-bottom: none;
}

.tabsInside a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-bottom: 2px solid #0000000f;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    background: #f1f1f1;
}

.tabsInside {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 14px;
}

.stretchImage {
    width: 100%;
    max-width: 990px;
}


/*End insidepage*/


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.selectbox {
    vertical-align: middle;
    cursor: pointer;
    margin: 4px 0;
}

.selectbox .select {
    /* width: 185px;
    height: 30px;
    line-height: 30px;
    padding: 0 45px 0 10px;
    font-size: 16px;
    font-family: calibri, arial, verdana, tahoma;
    color: #000;
    background: #F0F0F0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
    cursor: pointer;
    width: 210px;
    border: none;
    padding: 7px 13px 7px 50px;
    font-size: 14px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url(../images/langSel.png) no-repeat right center, url(../images/iconNav.png) no-repeat left center;
}

.selectbox .select:hover {
    /* background-color: #E6E6E6;
    background-position: 0 -10px; */
}

.selectbox .select:active {
    background: #f5f5f5;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.selectbox.focused .select {
    border: 1px solid #5794BF;
}

.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.selectbox .trigger .arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.selectbox:hover .arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.selectbox .dropdown {
    top: 33px;
    width: 213px;
    margin: 0;
    padding: 4px 0;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-family: calibri, arial, verdana, tahoma;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selectbox li {
    padding: 5px 10px 6px;
    color: #231F20;
    list-style: none;
    padding-left: 50px;
}

.selectbox li.selected {
    background: #ccc;
    color: #000;
    padding-left: 50px;
}

.selectbox li:hover {
    background: #c41903;
    color: #FFF;
}

.selectbox li.disabled {
    color: #AAA;
}

.selectbox li.disabled:hover {
    background: none;
}

.WrapbotLineH {
    position: relative;
    z-index: 0;
}

header {
    position: relative;
    z-index: 3;
}

.tabsInside a:not(.current):not(:first-child):not(:last-child) {
    border-left: 2px solid #e3e3e3;
}

.tabsInside a.current+a:not(.current):not(:first-child):not(:last-child) {
    border-left: 0;
    border-right: 2px solid #e3e3e3;
}


/* отзывы */

.page-otzv .revSlide {
    padding: 15px;
    border: 1px solid #322a2b;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    color: #0b0b0b;
}

.page-otzv .nucRev {
    display: flex;
    flex-direction: column-reverse;
}

.page-otzv .imgW {
    display: none;
}

form#testimonailform107 {
    background: linear-gradient(45deg, #515151, #1a1a1a);
    padding: 30px 50px 20px 35px;
    width: 500px;
    margin: 42px 0;
    position: relative;
    max-width: 455px;
    margin: 50px auto 50px;
    background: white;
    border-radius: 20px;
}

.testimonial-form .form-validate button {
    width: 100%;
    text-align: center;
    background: #312928;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.form-inner {
    padding: 0px 10px 22px 10px;
}

.testimonial-form input,
.testimonial-form textarea {
    width: 100%;
}

#jform_verify {
    width: 100%;
}

.form-inner input[type="submit"] {
    margin-top: 30px;
    background: #ff0401;
    border-bottom: 4px solid #a42421;
    color: white;
    font-size: 14px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #cc1313, #ff1800);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 5px;
    font-size: 14px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.4s;
    height: 46px;
}

.otzyv-state {
    margin: 0 calc((100vw - 1170px) / -2);
    background: rgb(141, 141, 141);
}

.example>a {
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 14px;
    background-color: rgba(129, 129, 129, 0.66);
    /* border-bottom: 3px solid #C0392B; */
}


/* классы скрывают в отзывах вывод из главной */

body.homepage .example {
    display: none;
}

body.insidepage .glavn {
    display: none;
}


/* стили для модалки */

body.homepage #articleBody {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

body.homepage #articleBody .mfp-close {
    color: #000;
}

body.homepage #articleBody .headline {
    text-align: left;
    margin-top: 0;
    font-family: "Montserrat-Bold";
    font-size: 30px;
    padding-right: 15px;
    border-right: 0px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 20px;
}


/* == @/cerxx edition ==  */
.price_image img {
    max-width: 100%;
}


@media(min-width: 1025px){
	p.h1.PRB-1__h1 {
    letter-spacing: -2px;
    position: relative;
}
p.h1.PRB-4__h1 {
    letter-spacing: -2px;
    position: relative;
}
p.h1.PRB-5__h1 {
    letter-spacing: -2px;
    position: relative;
}
	p.h1.PRB-1__h1{
		left: -34px;
	}
	p.h1.PRB-5__h1{
		left: -15px;
	}
	.productsBlock p.h1{
		font-size: 27px;
	}
	p.h1.PRB-3__h1 {
    	line-height: 0.9;
	}
}
@media(min-width: 1025px){
header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
header.sticky .topLineH{
	height: 42px;
}
header .topLineH,
header .botLineH,
.logo img{
	transition: .4s all ease-out;
}
header.sticky .botLineH{
	height: 65px;
}
.logo img{
	width: 334px;
	height: 135px;
	max-width: 334px;
	max-height: 135px;
}
header.sticky .logo img{
	width: 240px;
	height: 97px;
	max-width: 240px;
	max-height: 97px;
	transition: .4s all ease-out;
}

}
span.separator {
    font-size: 14px;
    font-family: "Montserrat-Medium";
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
    margin: 0 !important;
}
@media(max-width: 767px){
	.rightInfoTB.flexEnd.flexAI {
    	display: flex;
    	justify-content: flex-start;
    	flex-wrap: wrap;
	}
	.sityWrap label{
		margin-bottom: -7px;
	}
}
@media(min-width: 1200px){
	.topLineH .flexSB {
    	justify-content: flex-end;
	}
	form.sityWrap {
    	margin-right: 57px;
	}
}
ul.tabLeftWrap.tabLeftWrap--0 {
    display: flex;
    flex-direction: column;
}
.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #e84347;
	color: #fff;
  cursor: pointer;
  border-radius: 2px;
  display: none;
      font-size: 36px;
    line-height: 24px;
}

.back_to_top:hover {
  background: #e9ebec;
  text-decoration: none;
}

.back_to_top-show {
  display: block;
}