.where-to-buy-city-shops-wrap {
    padding: 0 0 0 15px;
}

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

.where-to-buy-city-shop-wrap {
    margin-bottom: 30px;
    padding-left: 5%;
    flex-basis: 26%;
}

.where-to-buy-city-shop-wrap a:link, .where-to-buy-city-shop-wrap a:visited {
    color: #032c7f;
}

.where-to-buy-city-shop-wrap a:hover {
    text-decoration: underline;
}

.where-to-buy-city-shops {
    color: #032c7f;
    padding: 10px 0 20px 0;
}

.where-to-buy-city-shop-wrap:first-child, .where-to-buy-city-shop-wrap:nth-child(3n+4) {
    padding-left: 0;
    padding-right: 5%;
}

.where-to-buy-city-shop-wrap:nth-child(3n+2) {
    padding: 0;
}

@media (max-width: 976px) {
    .where-to-buy-city-shop-wrap {
        padding: 0;
        flex-basis: 100%;
    }
}







/*notepad*/
.add-to-notepad, .add-to-compare {
    position: relative;
    cursor: pointer;
}


.mrgn {
    height:400px;
}
.mynotepad{

    height: 25px;
    padding-top: 1px;padding-bottom: 1px;

    font-size:12px;
}
.mynotepad:hover{
    background-color: #F5F5F5 !important;
}
.mynotepad .text{
    background: url(/css/notepad.svg);
    background-position: center right;
    padding-right: 28px;      height: 21px;
    padding-top:2px;
    margin-right:4px;
    background-repeat: no-repeat;}
.mynotepad .count{
    background: #fff none repeat scroll 0% 0%;
    color: #032C7F;
    padding: 3px 0px 0px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    border-radius: 50px;
    right: 18px;
    border: 2px solid #032C7F;
    top: 2px;
    box-shadow: none;
    line-height: 7px;
    height: 17px;
    width: 17px;
    text-align: center;
}
.mynotepad span:hover{
    box-shadow: none;
}
.custNav a{margin-left:10px;
    margin-reight:10px;}

.compare-gray-bg {
    background-color: #F7F6F6;
    vertical-align: middle;
}
.notepad--images
{
    height:205px;
}
.gray{
    color: #626262;
}
.ntpd-btn-inf{
    width:200px;
}
.notepad-btn {
    cursor:pointer;
}
.for-notepad-btn{
    width: 215px;
    font-size:12px;
    text-align: left;
    background: #F5F5F5;
}
.for-notepad-btn:hover{
    color:#032C7F;
    background: #F5F5F5;
}
.help-container{
    position: relative;


}
.help-container.add-to-compare {
    margin-top: 15px;
}
.fixed-help{
    position:  absolute !important;
    top:-50px;
    left: -20px;
    font-size: 13px;
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display:none;
    padding:5px;
    text-align:left;
}
.notepad-compare-error .modal-content p{
    margin: 10px;
}

.overflow-hidden{
    overflow:hidden;
}

.buttons-for-notepad {
    right: -55px;

}
@media (max-width: 1200px) {

    .buttons-for-notepad {
        right: -35px;
    }
}
.buttons-for-notepad img{
    margin-right:10px;
}

.pull-right {
    float: right !important;
}


@media screen and (max-width: 575px) {
    .retail-stores__group {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .location__field {
        max-width: none;
        width: 100%;
    }

    @media screen and (max-width: 767px) {
        .location__btn {
            width: 100%;
        }
    }

}


/* PAGE 404 */
.not-found-wrap {
    padding: 80px 0;
    background-color: #f4f3f3;
    margin-top: 40px;
}

.not-found {
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.not-found>div {
    flex-basis: 50%;
}

.not-found-btns {
    display: flex;
    justify-content: space-between;
}

.not-found-text {
    padding: 30px 30px 30px 0;
}

.not-found-text h1 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
}

.not-found-text p {
    color: #797979;
    font-size: 18px;
    margin: 30px 0 20px 0;
}

.not-found-text>a:link, .not-found-text>a:visited {
    color: #032B80;
    font-size: 14px;
    margin: 0 0 60px 0;
    text-decoration: underline;
}
.not-found-text>a:hover {
    text-decoration: none;
}

.not-found .header__btn {
    margin: 0;
    width: 45%;
    background-color: #fff;
}

.not-found .header__btn:hover {
    background-color: #032B80;
}

.not-found-img {

}

@media only screen and (max-width: 1336px) {
    .not-found-text {
        padding: 10px 20px 10px 0;
    }

    .not-found-text h1 {
        font-size: 38px;
    }

    .not-found-text p {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }

    .not-found-text>a:link, .not-found-text>a:visited {
        font-size: 12px;
        margin: 0 0 40px 0;
    }
}

@media only screen and (max-width: 991px) {
    .not-found-text {
        padding: 0 20px 0 0;
    }

    .not-found-text h1 {
        font-size: 30px;
    }

    .not-found-text p {
        font-size: 13px;
        margin: 10px 0 5px 0;
    }

    .not-found-text>a:link, .not-found-text>a:visited {
        font-size: 12px;
        margin: 0 0 17px 0;
    }
}

@media only screen and (max-width: 767px) {
    .not-found-wrap {
        margin-top: 15px;
        padding: 20px 0;
    }

    .not-found {
        flex-direction: column;
    }

    .not-found-text {
        padding: 0;
    }

    .not-found-text p {
        font-size: 15px;
        margin: 15px 0 7px 0;
    }

    .not-found-text>a:link, .not-found-text>a:visited {
        font-size: 13px;
        margin: 0 0 25px 0;
    }

    .not-found-btns {
        flex-direction: column;
    }

    .not-found .header__btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* правки мобайла */
@media only screen and (max-width: 767px) {
    .nav__list a {
        font-size: 14px;
    }

    .nav__list.active a:hover {
        color: #fff;
        font-size: 16px;
    }

    .nav__list.active {
        padding-left: calc(50% - 61px);
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .sentences__items {
        --height: auto;
    }

    .sentences__item {
        background: none !important;
        flex-direction: column;
        height: auto !important;
        --height: auto;
        padding-bottom: 25px;
    }

    .sentences__name {
        color: #000;
    }

    .sentences__block {
        padding-bottom: 0;
        min-height: auto;
    }

    .sentences__item-img {
        display: block !important;
    }
}


@media (max-width: 1336px) {
    .contacts__body {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .where-buy__subtitle {
        margin: 20px 0;
    }
}

/*
@media screen and (max-width: 991px) {
    .cooperation-tour__gallery {
        margin-bottom: 210px;
    }
}
*/

@media screen and (max-width: 767px) {
    .cooperation-tour__aside .contacts-form {
        margin: 0;
    }
/*
    .cooperation-tour__gallery {
        margin-bottom: 220px;
    }
*/
}

@media screen and (max-width: 572px) {
/*
    .cooperation-tour__gallery {
        margin-bottom: 440px;
    }
*/
}


/*
@media (min-width: 1336px) {
    .contacts__col.position-absolute {
        padding-top: 0;
        top: 0;
        left: calc(100% - 170px);
        width: 222px;
    }
}

@media (min-width: 1024px) and (max-width: 1336px) {
    .contacts__col.position-absolute {
        padding-top: 103px;
        top: 100%;
        left: 0;
    }
}*/


/*фикс контента*/
.content-fix-wrapper>.col15-xs-3>p {
    margin: 20px 0 0 0 ;
}

.content-fix-blocks-wrapper {
    display: flex;
    justify-content: space-between;
}

.content-fix-blocks-wrapper>.col-xs-4 {
    width: 300px;
}

.world_text {
    margin: 5px 0 10px 0;
}

.world_text strong a {
    padding-bottom: 5px;
}

.bg-gray {
    background-color: #F6F6F6;
}
/*2011Сотрудничество открыт       2011Сотрудничество_AB_OLD*/
.panel-body {
    padding: 15px;
}

#contactForm>.row {
    justify-content: space-between;
    margin: 0;
}

#contactForm .checkbox input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    display: inline-block;
    margin-right: 5px;
}

.label-fix {
   display: block;
}

.content-mid-block-fix .col-xs-8{
    padding: 10px 20px;
}

.content-fix-hidden {
    display: none;
}

@media only screen and (max-width: 1336px) {
    .content-fix-blocks-wrapper>.col-xs-4 {
        width: 250px;
    }
}

@media (max-width: 990px) {
    .content-fix-wrapper .col15-xs-3 {
        width: 50% !important;
    }

    .content-fix-blocks-wrapper>.col-xs-4 {
        width: 190px;
    }
}

@media (max-width: 760px) {
    .content-fix-wrapper .col15-xs-3 {
        width: 100% !important;
    }

    .content-fix-blocks-wrapper {
        flex-wrap: wrap;
    }

    .content-fix-blocks-wrapper>.col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* информация о продукции */
.content-info-prods-page-fix img{
    max-width: unset;
}

@media (max-width: 990px) {
    .content-info-prods-page-fix img{
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .content-info-prods-page-fix table td{
        display: block !important;
        width: 100% !important;
    }
}


/*контакты*/
@media screen and (max-width: 1336px) {
    .contacts__col.position-absolute {
        right: -150px;
    }
}

@media screen and (max-width: 768px) {
    .contacts__col.position-absolute {
        right: 0px;
    }
}

#mse2_form div.input-group
{
    width: 100%;
    color: #9F9F9F;
    height: 36px;
    background: #E8E8E8;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    padding: 0 0px;
}

#mse2_form div.input-group input
{
    width: 100%;
    color: #9F9F9F;
    height: 36px;
    background: #E8E8E8;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    padding: 0 17px;
}

.mse2-ac-wrapper.ui-menu-item .mse2-ac-weight
{
    display: none;
}


.mse2-ac-link.ui-menu-item-wrapper
{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mse2-ac-link.ui-menu-item-wrapper.ui-state-active
{
    background-color: #032c7f;
    border: 1px solid #032c7f;
}


