html {
    height:100%;
    font-family:"Century Gothic";
    font-size:15px;
}

* {
    margin:0;
    padding:0;
    outline:none;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}

.clearfix {
    clear:both;
}

a {
    text-decoration:none;
}

p {
    font-size:15px;
    color:#000;
    line-height:22px;
}

/*.svgpic {*/
/*display: block;*/
/*width: 100px;*/
/*margin: 20px auto;*/
/*}*/
/*.svgpic path {*/
/*transition: fill 500ms ease-in-out;*/
/*}*/
/*.svgpic:hover path {*/
/*fill: red;*/
/*}*/


.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-image: #fff;
}

.main-container {
    flex: 1 0 auto;
    z-index: 0;
}

.wide-wrapper {
    width:100%;
    box-sizing:border-box;
}

.page-wrapper {
    max-width: 1670px;
    margin:0 auto;
    padding:0 10px;
    box-sizing:border-box;
    position: relative;
    width: 100%;
}

.header {
    background-color:#fff;
    display:flex;
    justify-content: space-between;
    flex-direction:column;
}

.header-top-row-wrap {
    /* background-color:#cfd776; */
}

.header-top-row {
    background-color:#fff;
    padding-top:30px;
    padding-bottom: 0;
}

.header-top-row {
    display:Flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
}

.header-top-row a {
    color:#000;
    font-size: 16px;
}

.header-mid-row {
    display:Flex;
    justify-content: center;
    align-content: center;
}

.header-bot-row-wrap {
    margin-top:30px;
}

.main-nav ul {
    list-style: none;
    display:flex;
    justify-content: center;
    align-items:center;
    padding: 0 0 20px 0;
}

.main-nav li {
    font-size: 25px;
    color: #000;
    padding: 0 17px;
}

.main-nav li a {
    color:inherit;
    transition: 0.2s;
    position: relative;
}

.main-nav li a:hover {
    color:#CFD776;
}

.main-nav li.active a {
    color:#CFD776;
}

.main-nav li.active a::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -10px;
    height: 2px;
    background-color: #CFD776;
    transition: 0.2s;
}

.htr-block {
    width:50%;
}

.main-slider  {
    margin-top:30px;
}

.main-catalog-selector-panel .mcs-row-wrap:first-child {
    background:linear-gradient(to right, #cfd776 50%, #fff 50%);
}

.mcs-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.main-catalog-selector-panel .mcs-row-wrap:last-child {
    background:linear-gradient(to right, #fff 50%, #92cae3 50%);
}

.msc-unit {
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:50%;
    padding: 50px 100px 50px 20px;
    box-sizing:border-box;

}

.msc-unit:nth-child(2n) {
    padding: 50px 50px 50px 100px;
}

.msc-unit p {
    font-size: 25px;
    text-align: right;
}

.msc-pic-block {
    display:flex;
    justify-content: center;
    align-items:center;
    width:50%;
}

.msc-pic-block img {
    width:auto;
}

.main-slider-panel .slick-dots {
    list-style: none;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin:auto;
}

.main-slider-panel .slick-dots button {
    width: 10px;
    height: 10px;
    background-color:#fff;
    border-radius: 100px;
    transition:0.2s;
    border:none;
    outline:none;
    font-size:0;
    cursor:pointer;
    margin:0 5px;
}

.main-slider-panel .slick-dots .slick-active button {
    background-color: #92cae3;
}

.title-panel-row h2 {
    text-align: center;
    font-size: 30px;
    margin: 40px 0;
    font-weight: normal;
}

.news-list-wrap, .inst-list-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow:row wrap;
}

.nli-unit {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    width:32%;
    margin-right: 2%;
    flex-direction: column;
}

.ni-unit-title {
    font-size:18px;
    line-height:1.3;
    margin-top:6px;
}

.inst-list-unit {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width:24%;
    margin-right: 1.333%;
}

.inst-list-unit:nth-child(4n) {
    margin-right:0%;
}

.nli-unit:nth-child(3n) {
    margin-right: 0;
}

.nli-unit img, .inst-list-unit img {
    width:100%;
}

.main-slider-pic-panel img {
    width:100%;
}

.order-for-partners {
    position: relative;
    padding-left:32px;
    box-sizing: border-box;
}

.order-for-partners::after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 22px;
    height: 24px;
    background:url(../img/file-text.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.login-link::after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 22px;
    height: 24px;
    background:url(../img/user.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.wholesale-catalog {
    position: relative;
    padding-left:32px;
    box-sizing: border-box;
}

.login-link{
    position: relative;
    padding-left:32px;
    box-sizing: border-box;
}

.wholesale-catalog::after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    width: 22px;
    height: 24px;
    background:url(../img/ring.svg)no-repeat;
    background-size:contain;
    background-position: center;
}

.almost-underline {
    position: relative;
}

.almost-underline::before {
    content:'';
    position: absolute;
    right:0;
    width:45px;
    bottom:-10px;
    height:2px;
    background-color:#CFD776;
    transition:0.2s;
}

.almost-underline:hover::before {
    width:100%;
}

.right-stack-links a {
    margin-left:30px;
}

.right-stack-links a:first-child {
    margin-lefT:0;
}

.footer {
    padding:30px 0;
    box-sizing: border-box;
    border-top:2px solid #CFD776;
    margin-top:40px;
}

.shop-list-section {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow:row nowrap;
}

.shop-list-ul-wrap {
    width:466px;
    min-width:466px;
    background-color:#DEEFF7;
    padding:30px 30px 30px 130px;
    box-sizing:border-box;
    max-height: 750px;
    display: flex;
    flex-direction: column;
}

.show-list-map {
    width:100%;
}

.inner-page-wrap {
    margin-top:50px;
}

.shop-list-ul-wrap .input-row {
    width:100%;
    margin-bottom: 40px;

}

.shop-list-ul-wrap .input-row input {
    width:100%;
    height:40px;
    padding-left:16px;
    box-sizing: border-box;
    height:40px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
}

.shop-list-title {
    font-size: 24px;
    margin-bottom:32px;
    display:block;
}

.sl-wrap {
    overflow:hidden;
    height:100%;
}

.sl-wrap ul {
    height: 100%;
    overflow-y: auto;
}

.sl-wrap li {
    margin-bottom:24px;
}

.sl-wrap a {
    color:#000;
    font-size:18px;
    margin-bottom: 8px;
    display:block;
}

.sl-wrap a p {
    line-height:1.5;
    font-size:14px;
}

.show-list-map > ymaps {
    height:100% !important;
}

.right-stack-links {
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.h-logo-link img.m-logo  {
    display:none;
}

.burger-btn {
    display:none;
    justify-content: space-between;
    align-items: center;
    height:14px;
    width:20px;
    flex-direction: column;
}

.burger-btn span {
    width:100%;
    height:2px;
    margin:0 3px;
    background-color:#393331;
}

.mob-aside-logo {
    display:none;
}

.mobi-aside-links {
    display:none;
}

.close-mobile-menu {
    display:none;
    justify-content: space-between;
    align-items: center;
    height:14px;
    width:20px;
    flex-direction: column;
    position: absolute;
    right: 23px;
    top: 41px;
    z-index: 3;
}

.close-mobile-menu span:nth-child(1) {
    transform: rotate(45deg);
}

.close-mobile-menu span {
    width:100%;
    height:2px;
    margin:0 3px;
    background-color:#393331;
    position: absolute;
}

.close-mobile-menu span:nth-child(2) {
    transform: rotate(-45deg);
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}


.grid-catalog-pic-item {
    grid-area: 2 / 3 / 4 / 4;
}

.grid-catalog-pic-item2 {
    grid-area: 5 / 1 / 7 / 1;
}

.gci-link, .gci-block {
    display:flex;
    height:100%;
    width:100%;
    justify-content: center;
    align-items: center;
    box-shadow:0 0 0 1px #e2e2e2;
    transition:0.2s;
}

.gci-link:hover {
    box-shadow: 0 0 24px 0px #e2e2e2;
}

.gci-block img {
    width:100%;

}

.catalog-page-wrapper {
    margin-top:40px;
}

.gci-link img {
    max-width:80%;
}

.catalog-page-cat-pic{
    display: flex;
    flex-direction: column;
}

.catalog-page-category-title {
    font-size: 36px;
    line-height: 42px;
    text-align:center;
    font-weight:400;
    margin-top:0;
    background-color: #CFD776;
    padding: 8px 0;
}

.catalog-page-cat-pic img {
    width:100%;
}

.form-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
}

.form-inner-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#fff;
    box-sizing:border-box;
    width:100%;
    max-width:600px;
    padding:0;
}

.modal-form {
    width:100%;
}

.form-inner-wrap form {
    width:100%;
    padding:0 120px;
    box-sizing: border-box;
}



.modal-form .input-row {
    width:100%;
    margin-bottom: 20px;
}

.modal-form .input-row input {
    width:100%;
    height:40px;
    border:1px solid #C4C4C4;
    padding-left:12px;
    box-sizing:border-box;
}

.modal-form .input-row textarea {
    border:1px solid #C4C4C4;
    height:80px;
    resize:vertical;
    width:100%;
    box-sizing:border-box;
    padding:6px 12px;
}


.modal-title {
    padding: 28px;
    box-sizing: border-box;
}

.modal-title-row {
    border-bottom:2px solid #CFD776;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.modal-title {
    width: 100%;
    text-align:center;
    font-size: 24px;
}

.close-modal {
    position: absolute;
    top:0;
    bottom:0;
    right:30px;
    width: 13px;
    height: 13px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    opacity: 0.5;
    cursor:pointer;
    transition: 0.2s;
}

.close-modal:hover {
    opacity: 1;
}

.close-modal img {
    width:100%;
}

.modal-form .btn-row {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.btn {
    background-color:#CFD776;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    text-transform:uppercase;
    width:100%;
    padding:20px;
    box-sizing: border-box;
    border:none;
    outline:none;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    text-align:center;
}



.btn:hover {
    background-color:#dbe46f;
}

.btn:focus {
    background-color:#bdc36b;
}

.btn.blue-btn {
    background-color:#92CAE3;
    color:#000;
}

.btn.blue-btn:hover {
    background-color:#abdbf1;
}

.btn.blue-btn:focus {
    background-color:#68aece;
}

.catitem-form-modal .modal-title-row {
    border-bottom:2px solid #92CAE3;
}

.catitem-form-modal form {
    padding:30px 40px;
}

.catitem-form-modal .form-inner-wrap {
    max-width:920px;
}

.catalog-item-modal-cont {
    display:flex;
    flex-flow:row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.cim-photo-elem, .cim-same-elem {
    width:48%;
    display: flex;
    flex-direction: column;
}

.cim-photo-elem .btn-row{
    margin-bottom: 0;
}

.cim-photo-wrap {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.cim-photo-wrap img {
    max-width:80%;
    margin:auto;
}

.cim-info-unit-list {
    margin-bottom: 24px;
    width: 100%;
}

.cim-info-unit-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-flow:row nowrap;
    margin-bottom: 10px;
}

.cim-same-gallery-row {
    margin-bottom: 24px;
}

.cim-same-gallery-title {
    width:100%;
    margin-bottom: 12px;
}

.cim-gallery-list {
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.cim-info-title, .cim-info-value {
    width:100%;
}

.cim-gallery-unit {
    width:32%;
    margin-right: 1.5%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
}

.cim-gallery-unit img {
    width:100%;
}

.cim-gallery-unit:nth-child(3n) {
    margin-right: 0;
}

.alert-catalog-text  {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top:30px;
}

.alert-catalog-text img {
    margin-right: 30px;
}

.alert-catalog-text .btn-row {
    margin-left:auto;
    width:390px;
}

.alert-catalog-text .btn-row .btn {
    width:100%;
}

.about-unit-row {
    display:flex;
    justify-content: space-between;
    align-items:flex-end;
    margin-bottom: 90px;
}


.about-unit-text{
    background-color: rgba(255,255,255,0.9);
    position: relative;
    padding:40px;
    box-sizing: border-box;
    z-index: 2;
}

.about-unit-text::before {
    content:'';
    box-sizing: border-box;
    position: absolute;
    left:-25px;
    top:-25px;
    bottom:-25px;
    right:-25px;
    border:1px solid #C4C4C4;
    background: rgba(255, 255, 255, 0.3);
}

.about-unit-text p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 30px;
}

.about-unit-text p:last-child {
    margin-bottom: 0;
}



.about-unit-row:first-child .about-unit-pic {
    margin-bottom: 70px;
    margin-right:50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-unit-row:first-child .about-unit-pic {
    margin-bottom: 70px;
    margin-left:50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-unit-row:first-child .about-unit-pic::after {
    content:'';
    position: absolute;
    bottom: -95px;
    right: -50px;
    width:68%;
    height:68%;
    background:url(../img/about-decor1.svg)no-repeat;
    background-size:cover;
}

.about-unit-row:last-child .about-unit-pic::after {
    content:'';
    position: absolute;
    bottom: -95px;
    left: -50px;
    width:68%;
    height:68%;
    background:url(../img/about-decor2.svg)no-repeat;
    background-size:cover;
}

.about-unit-row:nth-child(2) .about-unit-text-wrap, .about-unit-row:nth-child(3) .about-unit-text-wrap{
    order:2;
    transform: translateX(-70px) translateY(24px);
    align-self: flex-start;
}

.about-unit-row:nth-child(2) .about-unit-pic , .about-unit-row:nth-child(3) .about-unit-pic {
    margin-top:120px;
    transform: translateX(100px);
}



.about-unit-pic {
    width:55%;
    position: relative;
}

.about-unit-pic img {
    width:100%;
}

.about-unit-text-wrap {
    width:45%;
    transform: translateX(120px);
    z-index: 1;
}

.about-unit-text-title{
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.about-unit-row-title{
    text-align: right;
    font-size: 32px;
    margin-bottom: 50px;

}

.about-unit-row:nth-child(3) .about-unit-pic {
    margin-top: 190px;
}

.about-unit-row:nth-child(2) {
    margin-bottom: 50px;
}

.text-page p {
    margin-bottom:20px;

}

.text-page h1 {
    font-weight:400;
}

.text-page p a {
    color:inherit;
    text-decoration:underline;
}


.date-stamp {
    font-size: 12px;
    background-color: rgba(79, 54, 47, 0.21);
    padding: 6px 10px;
    display: inline-flex;
}

.main-promo-pic img {
    width:100%;
}

.promo-cus-list,.promo-cus-list-new {
    list-style: none;
    counter-reset: step-num;
}

.promo-cus-list li,.promo-cus-list-new li {
    margin-bottom:30px;
    font-size: 16px;
    position: relative;
    padding-left:40px;
    color: #000;
}

.promo-cus-list li a,.promo-cus-list-new li a{
    color:inherit;
    text-decoration: underline;
}

.promo-cus-list li a::hover,.promo-cus-list-new li a:hover {
    text-decoration: none;
}

.promo-cus-list li a,.promo-cus-list-new li a {
    display:inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.promo-cus-list li a img,.promo-cus-list-new li a img {
    max-height:30px;
    margin-left:8px;
    margin-right:8px;
}

.promo-cus-list li::after,{
    counter-increment: step-num;
    content: counter(step-num);
    position: absolute;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:rgba(79, 54, 47, 0.76);
    border-radius: 100px;
}

.promo-cus-list-new li::after {
    counter-increment: step-num;
    content: counter(step-num);
    position: absolute;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:rgba(91, 158, 203, 0.76);
    border-radius: 100px;
}

.prize-ico-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow:row nowrap;
    margin:60px auto;
}

.prize-ico-unit {
    display:flex;
    flex-direction:column;
    align-items: center;
    width: 30%;
    margin: 0 3%;
    justify-content: flex-start;
    height: auto;
}

.prize-ico-unit img {
    max-width:230px;
    width:100%;
    margin:0;
    max-height: 280px;
    height: auto;
}

.prize-ico-unit span {
    font-size:24px;
    font-weight:500;
}

.prize-ico-unit p {
    font-size:14px;
    text-align:center;
}

.main-promo-pic {
    margin-bottom:30px;
}




.main-form-panel {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
}

.main-form-panel form {
    width:100%;
}

.main-form-panel .form-group{
    display:flex;
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    margin-bottom:14px;
    position:relative;
}

.main-form-panel .form-group input {
    width:100%;
    padding-left:12px;
    box-sizing:border-box;
    height:40px;
    font-size:16px
}

.main-form-panel .form-group .help-block {
    position:absolute;
    color:red;
    font-size:10px;
    left:0;
    bottom:-12px
}


@media screen and (max-width:1400px) {
    .main-nav li {
        font-size: 20px;
    }

    .about-unit-text-title {
        font-size:18px;
    }

    .about-unit-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1200px) {
    .header-top-row a {

        font-size: 14px
    }

    .msc-unit {
        padding: 50px 50px 50px 20px;
    }
    .msc-unit:nth-child(2n){
        padding: 50px 50px 50px 50px;
    }

    .msc-pic-block img {
        max-height: 160px;
    }

    .inner-page-wrap {
        margin-top: 20px;
    }

    .main-nav li {
        font-size: 18px;
    }
    .header-top-row .htr-block {
        width:50%;
    }
}

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

    .validation-link {
        margin-left: 0;
    }
    .about-unit-row {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 180px;
    }

    .about-unit-text-wrap {
        width:100%;
        transform: none;
        margin-bottom: 50px;
    }

    .about-unit-row:nth-child(2) .about-unit-text-wrap, .about-unit-row:nth-child(3) .about-unit-text-wrap {
        order:1;
        transform: none;
        margin:30px 0;
    }

    .about-unit-row:nth-child(2) .about-unit-pic, .about-unit-row:nth-child(3) .about-unit-pic {
        margin:0;
        order:2;
        transform: translateX(0px);
    }

    .about-unit-text::before {
        display:none;
    }



    .about-unit-row-title {
        text-align: left;
        font-size:24px;
        margin-bottom:20px;
    }

    .about-unit-text {
        border:1px solid #C4C4C4;
        box-sizing: border-box;
    }

    .about-unit-pic {
        width:100%;
        margin:0 0 0 0;
    }

    .about-unit-row:first-child .about-unit-pic::after {
        content: '';
        position: absolute;
        bottom: -120px;
        right: -10px;
    }

    .about-unit-row:nth-child(2) {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .about-unit-row:first-child .about-unit-pic {
        margin:0;
    }


    .catalog-page-wrapper {
        margin-top: 0px;
    }

    .gci-link img {
        max-width:70%;
    }

    .footer {
        margin-top:20px;
    }


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

    .mob-aside-logo  {
        display:flex;
        justify-content: center;
        align-items: center;
        width:100%;
        margin-top: 13px;

    }

    .mob-aside-logo img {
        max-width:100%;
        width:auto;
    }

    .footer-menu-list{
        flex-flow:row wrap;
    }

    .shop-list-ul-wrap {
        width:420px;
        max-width:420px;
        min-width: 0;
    }



    .shop-list-ul-wrap {
        padding:30px;
    }

    .footer-menu-list li {
        margin:10px 0;
    }

    .header-top-row-wrap {
        display:none;
    }

    .burger-btn {
        display:flex;
    }

    .close-mobile-menu {
        display:flex;
    }

    .h-logo-link img {
        display:none;
    }

    .h-logo-link img.m-logo {
        display:block!important;
    }

    .header-top-row {
        display:none;
    }

    .header-bot-row-wrap {
        margin-top:0;
    }

    .header {
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-flow:row nowrap;
        padding:20px;
        box-sizing:border-box;
        border-bottom:2px solid #C4C4C4;
    }


    .main-nav {
        margin-top:40px;
    }

    .main-nav li {
        margin-bottom: 20px;
    }

    .inner-page-wrap {
        margin-top:0;
    }

    .header-bot-row {
        display:flex;
        position: fixed;
        z-index: 3;
        top:0;
        bottom:0;
        width:100%;
        flex-direction: column;
        max-width:480px;
        padding:20px;
        box-sizing: border-box;
        transform: translateX(100%);
        transition:0.2s;
        background-color: #ffffff;
        right: 0;
        box-shadow: 0px 0px 20px -10px rgba(0,0,0,0);

    }

    .header-bot-row.active {
        transform: translateX(0);
        box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.4);
    }

    .header-bot-row .main-nav ul {
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: flex-start;
        width:100%;
    }

    .mobi-aside-links {
        display:flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: flex-start;
        padding-left:30px;
        margin-top:0;
    }

    .msc-unit p {
        font-size:18px;
    }

    .mobi-aside-links a {
        color:#000;
        margin-bottom:24px;
    }

    .mobi-aside-links a {
        font-size:18px;
    }

    .mobi-aside-links .htr-block {
        width:100%;
        display:flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }



    .msc-unit {
        display:flex;
        flex-direction: column;
    }

    .msc-unit img {
        margin-bottom: 30px;

    }

    .msc-unit p {
        text-align: center;
        order: 2;
    }
}

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

    .about-unit-row:first-child .about-unit-pic::after {
        bottom:-60px;
    }

    .alert-catalog-text {
        flex-direction: column;
        align-items: center;
    }

    .alert-catalog-text .btn-row {
        margin-left:0;
    }

    .alert-catalog-text p {
        margin: 18px 0;
    }

    .alert-catalog-text p {
        margin:12px 0;
        font-size:16px;
    }

    .alert-catalog-text img {
        margin-right:0;
    }

    .catitem-form-modal .form-inner-wrap form {
        padding: 0 30px 20px 30px;
    }

    .catalog-item-modal-cont {
        display:Flex;
        flex-direction: column;
        align-items:center;
    }

    .cim-photo-elem, .cim-same-elem {
        width:100%;
    }

    .cim-photo-elem {
        margin-bottom: 40px;
    }

    .catalog-page-category-title {
        font-size:26px;
    }

    .form-inner-wrap form {
        padding:0 30px;
    }

    .mcs-row {
        flex-direction: column;
    }

    .main-catalog-selector-panel .mcs-row-wrap:first-child, .main-catalog-selector-panel .mcs-row-wrap:last-child {
        background:none;
    }

    .msc-unit{
        width:100%;
        flex-flow:row nowrap;
    }

    .main-catalog-selector-panel .mcs-row-wrap:last-child .mcs-row .msc-unit {
        flex-direction: row-reverse;
    }

    .main-catalog-selector-panel .mcs-row-wrap:first-child .mcs-row .msc-unit .msc-pic-block {
        justify-content: flex-start;
    }

    .main-catalog-selector-panel .mcs-row-wrap:last-child .mcs-row .msc-unit .msc-pic-block {
        justify-content: flex-end;
    }
    .bm {
        background-color:#92CAE3;
    }

    .gm{background-color:#CFD776;}

    .shop-list-section {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .shop-list-section .show-list-map{
        order: 1;
        width:100%;
        height:500px;
    }

    .shop-list-ul-wrap {
        order:2;
        width:100%;
        max-width:100%;
    }

    .main-nav ul{
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav li {
        padding-lefT:0;
    }

    .mobi-aside-links {
        padding-left:0;
    }

    .mcs-row {
        padding-left:0;
        padding-right:0;
    }

    .news-list-main-page .nli-unit:nth-child(3) {
        display:none;
    }

    .nli-unit {
        width:49%;
    }

    .news-list-main-page .nli-unit:nth-child(2) {
        margin-right:0;
    }

    .inst-list-unit {
        width:49%;
    }

    .inst-list-unit:nth-child(2n) {
        margin-right:0;
    }

    .about-unit-row:last-child .about-unit-pic::after {
        left:-10px;
    }

    .about-unit-text p {
        font-size:14px;
    }

    .about-unit-text-title {
        font-size:16px;
    }
}

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

    .about-unit-row:last-child {
        margin-bottom:90px;
    }

    .about-unit-text {
        padding:30px;
    }

    .about-unit-row:first-child .about-unit-pic::after {
        bottom:-30px;
    }

    .about-unit-row {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .alert-catalog-text p {
        text-align: center;
    }

    .modal-title {
        font-size:18px;
    }

    .close-modal {
        right:10px;
    }

    .catalog-page-category-title {
        font-size: 24px;
    }

    .modal-form .input-row input, .modal-form .input-row textarea {
        font-size:13px;
    }

    .grid-container {
        grid-area: unset;
        grid-template-columns:100%;
        grid-template-rows:1;
        grid-column: 1;
    }


    .gci-link img{
        margin: 40px 0;
    }

    .grid-catalog-pic-item {
        grid-area: unset;
    }

    .grid-catalog-pic-item2 {
        grid-area: unset;
    }



    .inst-list-main-page .inst-list-unit:nth-child(4) {
        display:none;
    }

    .inst-list-unit {
        width:100%;
        margin-right: 0;
    }

    .news-list-wrap {
        flex-direction:column;
    }

    .nli-unit {
        width:100%;
    }

    .main-nav li {
        font-size:16px;
    }

    .mobi-aside-links a {
        font-size:16px;
    }

    .msc-pic-block  {
        width:100%;
        justify-content: center;
    }

    .main-catalog-selector-panel .mcs-row-wrap:first-child .mcs-row .msc-unit .msc-pic-block {
        justify-content: center;
    }

    .msc-unit {
        flex-direction: column;
        padding:40px;
    }

    .msc-unit img {
        width: 100%;
        max-width: 100%;
        width: auto;
        max-height:auto;
    }

    .main-catalog-selector-panel .mcs-row-wrap:last-child .mcs-row .msc-unit .msc-pic-block {
        justify-content: center;
    }

    .main-catalog-selector-panel .mcs-row-wrap:last-child .mcs-row .msc-unit {
        flex-direction: column;
    }
}

.btn.purple-btn {
    background-color: #d2005e;
    color: #fff;
    font-size: 18px;
}

.btn.orange-btn {
    background-color: #5b9ecb;
    color: #fff;
    font-size: 18px;

}

.js-success_message p {
    font-size: 22px;
    font-weight: 600;
}

.copyrigth_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.validation-link{
    margin-left: 26px;
}

.validation-link:after {
    background: url(../img/shield.svg)no-repeat;
    background-size: contain;
    background-position: center;
}

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

    .validation-link {
        margin-left: 0;
    }

}




header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}





.header-bot-row-wrap{
    transition: 0.2s;
    border-bottom: 2px solid rgba(40, 39, 37, 0);
}

.color .header-bot-row-wrap {
    margin-top: 17px;
    border-bottom: 2px solid rgba(40, 39, 37, 1);
}

.color .header-mid-row-wrap, .color .header-top-row-wrap{
    display:none;
}

.main-slider {
    margin-top: 280px;
}

.breadcrumbs-panel {
    margin-top: 280px;
}

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

    .main-slider {
        margin-top: 87px;
    }

    .color .header-mid-row-wrap {
        display:flex;
    }

    .color .header-bot-row-wrap {
        margin-top: 0;
        border-bottom: none;
    }
}

.page-wrapper.account-page-wrap {
    margin-top: 280px;
}
.main-form-panel .form-group input {
    border: 1px solid #9c9c9c;
}

.page-wrapper.account-orders-panel {
    margin-top: 280px;
}

.main-promo-panel {
margin-top: 282px;

}

.form-group input[type="checkbox"] + label::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #a0a0a0;
    left: 0;
    top: -4px;
    margin: auto;
}

.form-group input[type="checkbox"] + label {
    display: block;
}
@media screen and (max-width:991px) {
    .page-wrapper.account-orders-panel {
        margin-top: 80px;
    }
}
@media screen and (max-width:991px) {
    .page-wrapper.account-page-wrap {
        margin-top: 87px;
    }
    .main-promo-panel {
        margin-top: 87px;
    }
}

@media screen and (max-width:768px) {
    .sl-wrap {
        height:500px;
    }
}