@charset "utf-8";
@import "bootstrap.min.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-Bold';
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

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

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

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

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

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

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

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

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

.h1,
h1 {
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 26px;
    color: #4f4f4f;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: 0;
    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;
}

.wrapper .container {
    width: 1170px;
}

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
    display: block;
}

.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 {
    border-bottom: 1px solid #e5e5e5;
}

.topLineH .wrapLogo,
.topLineH .infoBlock {
    margin: 25px 0 10px;
}

.topLineH .slog {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #929191;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 0;
}

.topLineH .infoBlock {
    padding-left: 55px;
    background: url(../images/phoneIcon.png) no-repeat left top;
    text-align: right;
}

.topLineH .phone {
    font-size: 20px;
    font-family: "Montserrat-SemiBold";
    color: #282829;
    line-height: 1;
    margin-bottom: 0;
}

.topLineH .nav {
    font-size: 16px;
    font-family: "Montserrat-Regular";
    color: #282829;
    line-height: 1;
    margin-bottom: 0;
}

.topLineH .clock {
    font-size: 12px;
    font-family: "Montserrat-Regular";
    color: #282829;
    line-height: 1;
    margin-bottom: 0;
}

.topLineH .infoBlock span {
    color: #fe9c01;
}

.topLineH button {
    height: 125px;
    background: #6ea205;
    display: flex;
    border: none;
    width: 65px;
    justify-content: center;
    align-items: center;
}

.mainBlock .vkWrap {
    width: 65px;
    border-left: 1px solid #e5e5e5;
    height: 65px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapMainLine>ul>li {
    padding: 22px 0 20px;
    border-bottom: 2px solid transparent;
}

.wrapMainLine>ul>li>a {
    margin-right: 30px;
}

.katalogMenu>ul {
    width: 1140px;
    background: #fff;
    padding: 30px 2px 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.katalogMenu>ul li {
    padding: 0;
}

.katalogMenu>ul li::before {
    display: none;
}

.katalogMenu>ul li a {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #282829;
    display: block;
    text-transform: uppercase;
}

.katalogMenu>ul li a img {
    margin-bottom: 20px;
}

.katalogMenu>ul li .image-title {
    display: block;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    color: #000;
    height: 60px;
    margin-bottom: 15px;
    line-height: 1.1;
    padding: 0 10px;
}

.wrapMainLine>ul>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 1140px;
    background: #fff;
    padding: 30px 2px 30px;
    z-index: 5;
    display: none;
}

.wrapMainLine>ul>li.parent:hover {
    border-bottom: 2px solid green;
}

.wrapMainLine>ul>li:hover>ul {
    display: flex;
}

.wrapMainLine>ul>li>ul>li {
    padding: 0 2px 70px;
    width: calc(100% / 6);
    border-right: 1px solid #f7f7f7;
}

.wrapMainLine>ul>li>ul>li img {
    margin-bottom: 25px;
    max-width: 100%;
}

.wrapMainLine>ul>li>ul ul {
    padding: 0 10px;
}

.wrapMainLine>ul>li>ul ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "ProximaNova-Regular";
    margin-bottom: 10px;
    padding-left: 10px;
    background: url(../images/divid.png) no-repeat left center;
}

.wrapMainLine>ul>li>ul>li .image-title {
    display: block;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    color: #000;
    height: 60px;
    margin-bottom: 15px;
    line-height: 1.1;
    padding: 0 10px;
}

.mainBlock ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    position: relative;
}

.mainBlock ul ul ul {
    display: block;
}

.mainBlock ul li a {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #282829;
    display: block;
    text-transform: uppercase;
}


/*End header*/


/*topSliderBlck*/

.topSliderBlck {
    margin-bottom: 80px;
}

.sliderTop,
.topSlide {
    position: relative;
}

.topSlide .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 70px;
    background: rgba(110, 162, 5, 0.74);
    padding: 60px 20px 50px 30px;
    width: 385px;
}

.topSlide .txtBlock>* {
    color: #fff;
    line-height: 1;
}

.topSlide .txtBlock .name {
    font-size: 38px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0;
}

.topSlide .txtBlock p {
    font-size: 24px;
    font-family: "Montserrat-Medium";
}

.topSlide .txtBlock button {
    width: 230px;
    text-align: center;
    font-family: "Montserrat-Medium";
    background: #fe9c01;
    padding: 15px 10px;
    border-radius: 25px;
    margin-top: 30px;
    border: 2px solid #fe9c01;
    transition: all 0.4s;
}

.topSlide .txtBlock button:hover {
    background: #fff;
    color: #fe9c01;
}

.sliderTop .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.sliderTop .slick-dots button {
    padding: 0;
    border: 1px solid #fff;
    margin: 0 22px;
    font-size: 0;
    border-radius: 50%;
    width: 20px;
    background: none;
    height: 20px;
}

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


/*End topSliderBlck*/


/*catBlock*/

.catBlock {
    margin-bottom: 70px;
}

.catBlock .tabWrap {
    display: none;
}

.catBlock .tabWrap.active {
    display: block;
}

.catBlock .wrapTabs ul {
    display: flex;
    margin-bottom: 65px;
    padding-bottom: 40px;
    position: relative;
}

.catBlock .wrapTabs ul:before {
    position: absolute;
    left: -400px;
    width: 2000px;
    bottom: 0;
    height: 2px;
    content: '';
    background: #b2b2b2;
    opacity: 0.2;
}

.catBlock .wrapTabs li {
    font-size: 20px;
    font-family: "Montserrat-Medium";
    color: #b2b2b2;
    padding: 0 20px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    line-height: 1.1;
}

.catBlock .wrapTabs li.active,
.catBlock .wrapTabs li:hover {
    position: relative;
    font-family: "Montserrat-SemiBold";
    color: #6ea205;
    font-size: 22px;
}

.catBlock .wrapTabs li.active:before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -40px;
    height: 2px;
    content: '';
    background: #6ea205;
}

.wrapItems {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 8px));
    grid-gap: 35px 10px;
    margin-bottom: 35px;
}

.item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 6px 18px 0 rgba(0, 0, 0, 0.18);
    padding: 30px 10px 20px;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: all 0.4s;
}

.item:hover {
    top: -5px;
}

.item .imgW {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    height: 210px;
}

.item .imgW img {
    max-width: 100%;
    max-height: 210px;
}

.item .txtBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: all 0.4s;
}

.item:hover .txtBlock {
    opacity: 0;
}

.item .name {
    font-size: 20px;
    font-family: "Montserrat-Bold";
    color: #4f4f4f;
    line-height: 1;
    margin-bottom: 3px;
    text-align: center;
}

.item .categ {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    color: #949393;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}

.item .price {
    font-size: 26px;
    margin-bottom: 0;
    font-family: "Montserrat-Bold";
    color: #fe9c01;
    line-height: 1;
}

.item .oldPrice {
    font-size: 18px;
    font-family: "Montserrat-SemiBold";
    color: #4f4f4f;
    margin-bottom: 0;
    line-height: 1;
    text-decoration: line-through;
}

.item .hidBlockItem {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(110, 162, 5, 0.9);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 0.4s;
}

.item:hover .hidBlockItem {
    opacity: 1;
}

.item .hidBlockItem .wrapTxtHid * {
    color: #fff;
    line-height: 1;
}

.item .hidBlockItem .wrapTxtHid {
    width: 100%;
}

.item .descr {
    font-size: 12px;
    margin-bottom: 15px;
    font-family: "Montserrat-Regular";
}

.item .chars {
    font-size: 14px;
    font-family: "Montserrat-Medium";
    margin-bottom: 5px;
}

.item .wrapChars p {
    font-size: 14px;
    font-family: "Montserrat-Regular";
    margin-bottom: 0;
}

.item .wrapPrices {
    margin-top: 30px;
}

.item .wrapPrices p {
    font-size: 14px;
    font-family: "Montserrat-Regular";
}

.item .wrapPrices .price {
    font-size: 26px;
    font-family: "Montserrat-Bold";
}

.item button {
    width: 210px;
    display: block;
    text-align: center;
    font-family: "Montserrat-Medium";
    background: #fe9c01;
    padding: 15px 10px;
    border-radius: 25px;
    margin: 30px auto 0;
    border: 2px solid #fe9c01;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .3);
    transition: all 0.4s;
}

.catBlock .all {
    font-size: 14px;
    color: #6ea205;
    font-family: "Montserrat-Regular";
}


/*End catBlock*/


/*partnersBlock*/

.partnersBlock {
    margin-bottom: 85px;
}

.sliderPart {
    margin: 0 -15px;
}

.partSlide {
    padding: 10px 15px;
}

.partSlide .imgW {
    width: 100%;
    display: flex;
    height: 105px;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transition: all 0.4s;
}

.partSlide .imgW img {
    max-width: 90%;
    max-height: 90px;
    filter: grayscale(100%);
    transition: all 0.4s;
}

.partSlide .imgW:hover {
    border: 2px solid #fe9c01;
}

.partSlide .imgW:hover img {
    filter: grayscale(0);
}

.sliderPart {
    margin-bottom: 25px;
}

.partnersBlock .arrWrap>div {
    height: 40px;
    margin: 0 4px;
    position: relative;
    width: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #6ea205;
    transition: all 0.4s;
    background: #fff;
}

.partnersBlock .arrWrap>div:hover {
    background: #6ea205;
}

.partnersBlock .arrWrap img {
    position: absolute;
    transition: all 0.4s;
    left: calc(50% - 5px);
    top: calc(50% - 7px);
}

.partnersBlock .arrWrap .noAct {
    opacity: 1;
}

.partnersBlock .arrWrap .yesAct {
    opacity: 0;
}

.partnersBlock .arrWrap>div:hover .noAct {
    opacity: 0;
}

.partnersBlock .arrWrap>div:hover .yesAct {
    opacity: 1;
}


/*End partnersBlock*/


/*saleBlock*/

.saleBlock {
    margin-bottom: 80px;
}

.saleBlock .secCount {
    display: none !important;
}

.saleBlock .countdown {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.saleBlock .countdown-number {
    width: 94px;
    margin: 0 18px;
    text-align: center;
}

.saleBlock .countdown-time {
    font-size: 36px;
    font-family: "Montserrat-Medium";
    color: #fff;
    position: relative;
    height: 94px;
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.saleBlock .countdown-text {
    font-family: "Montserrat-Regular";
    color: #fff;
    text-align: center;
    display: block;
}

.saleBlock .countdown-time:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: url(../images/decTimer.png);
    transition: all 4s;
}

.saleBlock .days:before {
    animation: rotateDec 6s infinite linear;
}

.saleBlock .hours:before {
    animation: rotateDec 4s infinite linear;
}

.saleBlock .minutes:before {
    animation: rotateDec 2s infinite linear;
}

@keyframes rotateDec {
    from {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.saleBlock .wrapSale {
    background: url(../images/saleBg.jpg) no-repeat top center;
    padding: 35px 50px 20px;
    height: 363px;
}

.wrapSale .txtBlock {
    width: 585px;
}

.wrapSale * {
    color: #fff;
    line-height: 1;
    text-align: center;
}

.wrapSale .name {
    font-size: 22px;
    font-family: "Montserrat-Bold";
    margin-bottom: 15px;
}

.wrapSale p {
    font-family: "Montserrat-Regular";
}

.wrapSale {
    text-align: center;
}

.wrapSale .more {
    width: 190px;
    display: inline-block;
    text-align: center;
    font-family: "Montserrat-Medium";
    background: #fe9c01;
    padding: 15px 10px;
    border-radius: 25px;
    margin-top: 20px;
    border: 2px solid #fe9c01;
    transition: all 0.4s;
}

.wrapSale .more:hover {
    color: #fe9c01;
    background: #fff;
    text-decoration: none;
}


/*End saleBlock*/


/*interestingBlock*/

.interestingBlock {
    margin-bottom: 80px;
}

.interestingBlock .all {
    font-size: 14px;
    color: #6ea205;
    font-family: "Montserrat-Regular";
}

.interestingBlock .tabWrap {
    display: none;
}

.interestingBlock .tabWrap.active {
    display: block;
}

.interestingBlock .wrapTabs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.interestingBlock .wrapTabs li {
    height: 50px;
    cursor: pointer;
    display: flex;
    width: 20%;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 25px;
    border: 1px solid #6ea205;
    color: #6ea205;
    font-family: "Montserrat-Medium";
}

.interestingBlock .wrapTabs li:hover {
    text-decoration: underline;
}

.interestingBlock .wrapTabs li.active {
    color: #fff;
    background: #6ea205;
}


/*End interestingBlock*/


/*aboutCompanyBlock*/

.aboutCompanyBlock {
    margin-bottom: 80px;
}

.aboutCompanyBlock .txtBlock {
    width: 590px;
}

.aboutCompanyBlock .formBlock {
    width: 525px;
    height: 700px;
    align-items: flex-start;
    background: url(../images/bgForm.png) no-repeat bottom left;
}

.aboutCompanyBlock .formBlock .formWrap {
    background: #fff;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 25px 55px;
    width: 380px;
}

.formBlock .formWrap p {
    line-height: 1;
    font-family: "Montserrat-Regular";
    margin-bottom: 0;
    text-align: center;
}

.formBlock form {
    margin-top: 40px;
    width: 100%;
}

.formBlock .inputWrap label {
    display: block;
    font-weight: normal;
    font-family: "ProximaNova-Regular";
    color: #c4c4c2;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

.formBlock .inputWrap input {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    border-bottom: 1px solid #000;
    padding: 5px 10px 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.formBlock .inputWrap input:focus,
.formBlock .inputWrap input:hover {
    color: #6ea205;
    border-bottom: 1px solid #6ea205;
}

.formBlock .formWrap .name {
    font-size: 30px;
}

.aboutCompanyBlock .txtBlock p {
    line-height: 1;
}

.formBlock .wrapLabel label {
    padding-left: 30px;
    display: block;
    font-weight: normal;
    margin: 15px 0 25px;
}

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

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

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

.formBlock button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: "Montserrat-Medium";
    background: url(../images/arrBut.png) no-repeat calc(100% - 30px) center, #fe9c01;
    padding: 15px 60px 15px 35px;
    border-radius: 25px;
    line-height: 1;
    border: 2px solid #fe9c01;
    transition: all 0.4s;
}

.aboutCompanyBlock .txtBlock .name {
    font-size: 24px;
    font-family: "Montserrat-SemiBold";
    color: #4f4f4f;
    margin-bottom: 30px;
}

.aboutCompanyBlock .txtBlock .name span {
    font-size: 26px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}

.aboutCompanyBlock .txtBlock .name span span {
    color: #6ea205;
}

.aboutCompanyBlock .preBlock {
    padding-top: 30px;
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.aboutCompanyBlock .preBlock:before {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    content: '';
    background: #e5e5e5;
}

.aboutCompanyBlock .preBlock .imgW {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.aboutCompanyBlock .preBlock img {
    max-width: 100%;
    max-height: 55px;
}

.aboutCompanyBlock .preBlock .name {
    font-size: 16px;
    font-family: "Montserrat-Medium";
    margin-bottom: 10px;
}

.aboutCompanyBlock .nucPre {
    margin-bottom: 25px;
    width: 45%;
}


/*End aboutCompanyBlock*/


/*newsBlock*/

.newsBlock {
    margin-bottom: 60px;
}

.newsBlock .allNews {
    font-size: 14px;
    color: #6ea205;
    font-family: "Montserrat-Regular";
}

.newsNuc {
    width: 31%;
}

.newsNuc .topLine {
    margin-bottom: 20px;
}

.newsNuc .topLine p {
    font-size: 18px;
    font-family: "Montserrat-Medium";
    margin-bottom: 0;
    line-height: 1;
}

.newsNuc .topLine .name {
    color: #000000;
    width: calc(100% - 100px);
}

.newsNuc .topLine .date {
    color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #6ea205;
    margin-right: 15px;
}

.newsNuc p {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
}

.newsNuc a {
    font-size: 14px;
    color: #6ea205;
}

.wrapNews {
    margin-bottom: 30px;
}


/*End newsBlock*/


/*footer*/

footer {
    background: #fbfbfc;
}

.wrapFooter {
    padding: 65px 0 55px;
}

.wrapFooter * {
    line-height: 1;
    color: #000;
}

.wrapFooter .name {
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    margin-bottom: 20px;
}

.wrapFooter ul a {
    font-family: "ProximaNova-Light";
    margin-bottom: 10px;
    display: block;
}

.instBlock .gallaryInst {
    display: grid;
    grid-template-columns: repeat(3, 67px);
    grid-gap: 4px;
}

.instBlock .gallaryInst img {
    max-width: 100%;
}

.topInst {
    margin-bottom: 15px;
    align-items: flex-start;
}

.wrapFooter .topInst p.name {
    width: 150px;
    margin-bottom: 0;
}

.topInst .socWrap {
    width: 65px;
}

footer .mainCol {
    width: 175px;
}

.copyrightBlock {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #dfdfdf;
}

.copyrightBlock p {
    font-size: 16px;
    color: #000;
    font-family: "ProximaNova-Light";
    margin-bottom: 0;
}


/*End footer*/


/*modalF*/

.modalF {
    max-width: 782px;
    display: flex;
    justify-content: flex-end;
    height: 505px;
    width: 782px;
    padding: 50px 55px 20px;
    background: url(../images/formBg.png) no-repeat;
}

.modalF .callback-modal__form {
    width: 320px;
}

.modalF p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}

.modalF .name {
    font-size: 30px;
}

.modalF input {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-family: "ProximaNova-Regular";
    border-bottom: 1px solid #000;
    padding: 5px 10px 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.modalF input:focus,
.modalF input:hover {
    color: #6ea205;
    border-bottom: 1px solid #6ea205;
}

.modalF .wrapLabel label {
    padding-left: 20px;
    display: block;
    font-weight: normal;
    margin: 15px 0 25px;
}

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

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

.modalF form {
    margin-top: 40px;
}

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

.modalF .mfp-close {
    display: none;
}

.modalF button {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 210px;
    font-family: "Montserrat-Medium";
    background: #fe9c01;
    padding: 15px;
    border-radius: 25px;
    line-height: 1;
    border: 2px solid #fe9c01;
    transition: all 0.4s;
}


/*End modalF*/

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.breadcrumbs li:first-child {
    display: none;
}

.breadcrumbs a span {
    color: #000;
}

.breadcrumbs span {
    color: #8b8a8a;
}

.breadcrumbs .divider {
    margin: 0 10px;
}


/*insidepage*/

.insidepage header {
    border-bottom: 2px solid #6ea205;
    margin-bottom: 25px;
}

.insidepage .h1,
.insidepage h1 {
    text-align: left;
}

.item-page {
    padding-bottom: 80px;
}

.item-page p {
    font-size: 14px;
}

.item-page h2,
.item-page .h2 {
    font-size: 20px;
    font-family: "Montserrat-Medium";
    margin: 30px 0 25px;
    text-align: left;
}

.item-page li {
    padding-left: 15px;
    font-family: "ProximaNova-Regular";
    position: relative;
    font-size: 14px;
}

.item-page li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #ff6a00;
}

.insPart {
    margin: 40px 0;
}

.insPart .sliderPart {
    padding: 0 30px;
}

.item-page .wrapItems {
    margin: 40px 0;
}

.insPart .arrWrap>div {
    position: absolute;
    top: 10px;
    height: 105px;
    border-radius: 0;
    width: 30px;
    background: #6ea205;
    opacity: 0.7;
    margin: 0;
}

.insPart .arrWrap>div:hover {
    opacity: 1;
}

.insPart .arrWrap .prevSlide {
    left: 0;
}

.insPart .arrWrap .nextSlide {
    right: 0;
}


/*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) {}