@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl300.eot');
    src: url('../fonts/MuseoSansCyrl300.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl300.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl300.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl300.svg#MuseoSansCyrl300') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl700.eot');
    src: url('../fonts/MuseoSansCyrl700.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl700.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl700.woff') format('woff'),
    url('../fonts/MuseoSansCyrl700.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl700.svg#MuseoSansCyrl700') format('svg');
    font-weight: 700;
    font-style: normal;
}

/*common*/
body, html {
    height: 100%;
}

body {
    color: #444444;
}
body, button, textarea, input {
    font-family: 'MuseoSansCyrl', Sans-Serif;
    font-weight: 300;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
button {
    cursor: pointer;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.content {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.br {
    display: block;
}
.display-ib {
    display: inline-block;
}
.page-wrap {
    min-height: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0px;
    position: relative;
}

h1 {
    font-size: 26px;
    line-height: 32px;
    color: #555556;
}
h1 a {
    font-size: inherit !important;
    text-decoration: none;
    line-height: 0.85em !important;
}
h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.white-black-btn {
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    color: #444444;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 39px 8px;
}
.white-black-btn:hover {
    border: 1px solid #999999;
}
.white-black-btn:active {
    border: 1px solid #CECFCF;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.block-top h2 {
    position: relative;
    top: 1px;
}
.col-6 {
    width: calc(50% - 15px);
}
.mobile-block {
    display: none;
}
.blue-btn {
    width: 100%;
    background: #2F99CC;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.blue-btn:hover {
    background: #4BB2E4;
    border-color: #4BB2E4;
}
.blue-btn:active {
    background: #2F99CC;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.white-blue-btn {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
}
.white-blue-btn:hover .blue-link {
    border-bottom-color: transparent;
    color: #4BB2E4;
}

.white-blue-btn:hover {
    border: 1px solid #4BB2E4;
    color: #4BB2E4;
}

.white-blue-btn:active {
    border: 1px solid #2A6496;
    color: #2A6496;
}
.white-blue-btn:active .blue-link {
    border-bottom-color: transparent;
    color: #2A6496;
}
.blue-link {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: #2F99CC;
    border-bottom: 1px dotted #2F99CC;
}

.blue-link:hover {
    border-bottom-color: transparent;
}
.blue-link:active {
    color: #2A6496;
    border-bottom-color: transparent;
}
/*end common*/

/*header*/
.icon-arrow-select {
    fill: #999999;
    width: 6px;
    height: 6px;
}

.icon-arrow-select2 {
    position: absolute;
    top: 20px;
    bottom: -2px;
    right: 12px;

    width: 6px;
    height: 6px;
    fill: #444444;
    margin: 0px;

}

.calc__field {
    width: 284px;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    padding-left: 12px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
    cursor: pointer;
	border-color: #FFFFFF;   
	display: inline-block; 
}

.calc__field:focus {
    border: 1px solid #2F99CC;
}

.icon-search {
    width: 20px;
    height: 20px;
    fill: #2F99CC;
}
.icon-login,
.icon-registration {
    width: 20px;
    height: 18px;
}
.icon-login {
    fill: rgba(153, 153, 153, 0.6);
}
.icon-registration {
    fill: rgba(153, 153, 153, 0.6);
    stroke: rgba(153, 153, 153, 0.6);
}

.header {
    border-bottom: 1px solid rgba(47, 153, 204, 0.8);
    padding-top: 8px;
    padding-bottom: 8px;
    background: #FFFFFF;
    z-index: 90;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
}

.logo {
    background: url('../images/logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 70px;
    height: 30px;
}
.header__right {
    /*width: 82.89%;*/
    width: 72.89%;
}
.header__link > *,
.header__links > * {
    display: inline-block;
    vertical-align: middle;
}
.header__links {
    position: relative;
   /* min-width: 260px; */
    text-align: right;
    top: 1px;
}
.header__link {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}
.header__link:hover {
    color: #2F99CC;
}
.header__link:hover .svg-icon {
    fill: #2F99CC;
}
.header__link:hover .icon-registration {
    stroke: #2F99CC;
}
.header__link:active {
    color: #2A6496;
}
.header__link:active .svg-icon {
    fill: #2A6496;
}
.header__link:active .icon-registration {
    stroke: #2A6496;
}
.header__link .svg-icon {
    position: relative;
    top: -1px;
    margin-right: -1px;
}
.header__links-colon {
    position: relative;
    top: -1px;
    height: 22px;
    width: 1px;
    background: #CCCCCC;
    margin: 0 6px 0 8px;
}

.bannertop {
    text-align:center;
    width:100%;
    margin-bottom:10px;
}

.bannertop iframe
{
    margin: 0 auto;
}

/*
.anonsblock {
    font-weight: 300;
    font-style: normal;
    width: 567px;
    padding-top:0px;
    padding-bottom:20px;
    padding-left:5px;
    padding-right:5px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: gray; stroke-width: 2; stroke-dasharray: 10 4'/></svg>");
    color: #61B4DC;
    font-size: 20px;
    line-height: 130%;
    font-family: Segoe UI;
}
*/

.anonsblock {
    font-weight: 300;
    font-style: normal;
    color: #61B4DC;
    font-size: 20px;
    line-height: 130%;
    /*font-family: Segoe UI;*/
    font-family: 'MuseoSansCyrl', Sans-Serif;
    width: 640px;
    margin-top: -17px;

    padding-top:0px;
    padding-bottom:20px;
    padding-left:19px;
    padding-right:19px;

    border: 1px solid #CECFCF;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 3px;
}

#closeanons {
    position: relative;
    margin-left: 99.5%;
    /*right: 10px;*/
}

.closepopup {
    cursor: pointer;
}

.strelka1 {
    position:relative; /* make sure it depth sorts over border of sibling */
    width:181px;  height:62px;
    background: transparent url(/agg/assets/images/decor/strelka.svg) 0 0 no-repeat;
}

.expert_icon_line2  {
    display: none;
}

@media (max-width: 854px) {
    .company_link {
        color: #2F99CC;
        text-decoration: underline;
    }

    .expert_icon_line2  {
        position: absolute;
        right: 20px;
        display: inline-block;
        text-align: right;
    }
/*
    .controls {
        display: none;
    }
*/
}

/*
@media (max-width: 945px) {
    .footer_review {
        margin-left: 0px !important;
    }
}
*/

@media (min-width: 1140px) {
    .company_link {
        color: #444444;
        text-decoration: none;
    }
}

@media (max-width: 767px) {
    .anonsblock {
        font-weight: 300;
        font-style: normal;
        color: #61B4DC;
        font-size: 20px;
        line-height: 130%;
        /*font-family: Segoe UI;*/
        font-family: 'MuseoSansCyrl', Sans-Serif;
        width: 100%;

        padding-top:0px;
        padding-bottom:20px;
        padding-left:19px;
        padding-right:19px;
        margin-bottom: 10px;
        border: 1px solid #CECFCF;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
        border-radius: 3px;
    }

    .strelka1 {
        display: none;
    }
}

.anonsblock span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.autocomplete2 {
	width:100% !important;
    position: absolute !important;
    right: 257px !important;
    top: 100% !important;
    left: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid #2F99CC !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 0 0 3px 3px !important;
    margin-top: -1px !important;
    z-index: 999999 !important;
}
.autocomplete2-item {
    cursor: pointer  !important;
    padding-left: 9px  !important;
    height: 38px  !important;
    line-height: 38px  !important;
    /*font-size: 12px  !important;*/
    z-index: 9999999  !important;
    color: #999999  !important;
    font-family: 'MuseoSansCyrl', Sans-Serif;
    font-weight: 300;
}
.autocomplete2-item {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.autocomplete2-item em {
    font-size: 14px;
    color: #444444;
}


.autocomplete2-item:hover {
    color: #ffffff  !important;
    background: #2F99CC  !important;
    border: 1px solid #2F99CC !important;
}
.autocomplete2-item:hover em {
    color: #ffffff !important;
}
.autocomplete2-empty {
    font-size: 12px !important;
    padding: 8px 10px 8px  9px !important;
    color: #999999 !important;
}

/*
.ui-state-hover {
    background: #2F99CC  !important;
}
*/
/*end header*/


/*footer*/
/*
.footer {
    background: rgba(47, 153, 204, 0.15);
    padding-top: 11px;
    padding-bottom: 11px;
    border-top: 1px solid rgba(47, 153, 204, 0.8);
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
}

.footer_review2,
.footer_review,
.nav__link,
.copyright {
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
    position: relative;
    top: 1px;
}

.footer_review {margin-left:80px !important;}
.footer_review2 {display:none;}

.social__link,
.nav__link {
    display: inline-block;
    vertical-align: middle;
}
.nav__link {
    text-decoration-line: underline;
    margin-right: 31px;
}
.nav__link:last-child {
    margin-right: 0;
}
.nav__link:hover {
    text-decoration: none;
}
.nav__link:active {
    text-decoration: none;
    color: #2A6496;
}
.social__link .svg-icon {
    width: 22px;
    height: 22px;
    opacity: 0.6;
    fill: #2F99CC;
}
.social__link:hover .svg-icon {
    opacity: 1;
}
.social__link:active .svg-icon {
    opacity: 1;
    fill: #2A6496;
}
.social {
    font-size: 0;
}
.social__link {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.social__link:last-child {
    margin-right: 0;
}
*/
/*footer*/

/*page*/
.page {
    padding-top: 25px;
    padding-bottom: 68px;
}
/*end page*/

.help {
    margin-bottom: 66px;
}
.help:last-child {
    margin-bottom: 0;
}
.help__info {
    max-width: 700px;
}
.help img {
    max-width: 100%;
    margin-top: 15px;
    box-shadow: 0 8px 16px rgba(47, 153, 204, 0.08), 0 8px 8px rgba(47, 153, 204, 0.1);
}
/*end search-result*/

/*about*/
.icon-verified {
    width: 26px;
    height: 26px;
    fill: #4CAE4C;
}
.verified {
    margin-top: 11px;
    display: inline-block;
    cursor: default;
}
.verified > * {
    display: inline-block;
    vertical-align: middle;
}
.verified > span:not(.tooltip) {
    margin-left: 2px;
    position: relative;
    top: -1px;
    font-size: 14px;
    line-height: 14px;
    color: #4CAE4C;
    padding-bottom: 1px;
}
.verified > span:not(.tooltip):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0; bottom: 0;
    background: url('../images/decor/green-dotted-border.png') repeat-x;
}
.verified:hover > span:not(.tooltip):after {
    display: none;
}
/*end about*/

/*reviews*/
.reviews {
    padding-top: 57px;
}
.reviews__list {
    margin-top: 27px;
}
.review {
    padding-bottom: 23px;
    margin-bottom: 25px;
}
.review:last-child {
    margin-bottom: 0;
}
.review__user {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.review__date {
    font-size: 12px;
    line-height: 16px;
    margin-left: 4px;
    color: #999999;
}
.review__text {
    max-width: 850px;
    margin-top: 12px;
}
.review {
    background: url('../images/decor/lightgrey-dotted-border.png') repeat-x left bottom;
}
/*end reviews*/

/*contacts*/
.contacts {
    padding: 24px 20px 32px 48px;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    box-shadow: 0 8px 16px rgba(47, 153, 204, 0.08), 0 8px 8px rgba(47, 153, 204, 0.1);
    border-radius: 3px;
}
.contact {
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact .svg-icon {
    position: absolute;
    left: 0; top: 2px;
    width: 14px;
    height: 14px;
}
.contact__desc {
    font-size: 14px;
    line-height: 20px;
}
a.contact__desc {
    color: #2F99CC;
}
a.contact__desc:hover {
    text-decoration: none;
}
.map {
    margin-top: 35px;
}
.map__links {
    font-size: 14px;
    line-height: 20px;
}
.map__links li {
    margin-bottom: 12px;
}
.map__links li:last-child {
    margin-bottom: 0;
}
.map__links a {
    text-decoration: none;
    position: relative;
    color: #444444;
}
.map__links a:hover:after {
    opacity: 0;
}
.map__links a:active {
    color: #2F99CC;
}
.map__links a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0; left: 0;
    background: url('../images/decor/grey-dotted-border.png') repeat-x;
}
.map__wrap {
    margin-top: 11px;
    position: relative;
    padding-top: 54.05%;
}
#stockMap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: #F0EDF0;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
}
/*end contacts*/

/*about*/
.about__products {
    padding-top: 39px;
}
.about {
    margin-top: -4px;
}
.about__products-links {
    margin-top: 13px;
}
.about__products-links li {
    margin-bottom: 8px;
}
.about__products-links li:last-child {
    margin-bottom: 0;
}
.about__products-links a {
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
}
.about__products-links a:hover {
    text-decoration: none;
}
a.contact__desc:active,
.about__products-links a:active {
    color: #2A6496;
}
.else,
.about__products-else {
    margin-top: 23px;
    background: none;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    width: 146px;
    height: 36px;
}
.else > *,
.about__products-else > * {
    display: inline-block;
    vertical-align: middle;
}
.else:hover,
.about__products-else:hover {
    border: 1px solid #999999;
}
.else:active,
.about__products-else:active {
    border: 1px solid #CECFCF;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.icon-arrow-else {
    width: 20px;
    height: 20px;
    stroke: #999999;
    margin-left: 5px;
    margin-right: -4px;
}
.about__desc {
    margin-top: 49px;
}
.about__desc p {
    margin-bottom: 20px;
}
.about__desc p:last-child {
    margin-bottom: 0;
}
/*end about*/

/*banner-wrap*/
.banner-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.banner {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
}
.banner img {
    width: 100%;
}

.header__menu {
    cursor: pointer;
    display: none;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    width: 38px;
    height: 38px;
}
.header__menu:hover {
    background: #2F99CC;
}
.header__menu i {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    box-sizing: border-box;
    margin: auto;
    width: 20px;
    height: 12px;
    border-top: 2px solid #2F99CC;
    border-bottom: 2px solid #2F99CC;
}
.header__menu i:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #2F99CC;
}
.header__menu:hover i:after {
    background: #FFFFFF;
}
.header__menu:hover i {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.header__menu .icon-menu-login {
    fill: #2F99CC;
    width: 16px;
    height: 17px;
}
.header__menu:hover .icon-menu-login {
    fill: #ffffff;
}
/*end banner-wrap*/

/*menu*/
.menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    top: 0; left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.menu {
    right: -240px;
    position: fixed;
    top: 0;
    width: 240px;
    height: 100%;
    background: #206384;
    padding-top: 44px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 110;
    transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
}
.menu.open {
    right: 0;
}
.menu__close {
    position: absolute;
    left: 0; top: 0;
    height: 44px;
    width: 100%;
    border-bottom: 1px solid #206384;
    box-sizing: border-box;
}
.menu__close .svg-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0; bottom: 0;
    left: 10px;
    margin: auto;
}
.menu__close:hover {
    background: #236C90;
}
.menu__link {
    padding-left: 10px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    background: #236C90;
    height: 44px;
    line-height: 44px;
    text-overflow: ellipsis;
}
.menu__link span {
    margin-left: 8px;
}
.menu__link > * {
    display: inline-block;
    vertical-align: middle;
}
.menu__link .svg-icon {
    width: 20px;
    height: 18px;
}
.menu__link:hover {
    background: #206384;
}
.menu__link span {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
    top: 1px;
}
.menu__item {
    border-bottom: 1px solid #206384;
}
.menu__link.active {
    background: #4CB050;
}
.menu__link_login {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.menu__item_admin .menu__link {
    background: #904133;
}
.menu__item_admin {
    border-top: 1px solid #793529;
    border-bottom: 1px solid #793529;
    margin-top: -1px;
}
/*end menu*/

.delfile {
    font-size: 22px;
    line-height: 1;
    color: #d02d42;
    cursor: pointer;
}

.order-upload
{
	display: inline-block;
   	padding: 2px 2px 2px 2px;
   	cursor: pointer;
   	color: #2F99CC;
	font-family: MuseoSansCyrl;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;   	
}

.overlay input[type="file"] 
{
	display: none;
}

/*overlay*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    display:none;
}

.popup {
    position: relative;
    
    /*position: fixed;
	left: 0; top: 0;*/

    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    max-width: 750px;
    box-sizing: border-box;
    margin: 10px auto;
    z-index: 99999;
    opacity: 1;
}

.popup_small {
    max-width: 450px !important;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
}
.popup__close .svg-icon {
    width: 16px;
    height: 16px;
    stroke: rgba(153, 153, 153, 0.6);
}
.popup__close:hover .svg-icon {
    stroke: #2F99CC;
}
.icon-thank, .popup-thank__title {
    display: inline-block;
    vertical-align: middle;
}
.icon-thank {
    width: 38px;
    height: 38px;
}
.popup-thank {
    padding: 34px 20px;
    text-align: center;
}
.popup-thank__title {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-left: 13px;
    line-height: 20px;
}

.form {
    max-width: 424px;
    text-align: left;
    margin: 24px auto 0;
}

.popup-app {
    padding: 34px 12px;
    text-align: center;
}
.popup__title {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
}
.popup__desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}
.form__label-title,
.form__label {
    position: relative;
    display: block;
}
.form__label-title {
    font-size: 14px;
    line-height: 20px;
}
.form__field {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 1px;
}
.form__field::placeholder {
    color: #999999;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #999999;
}
.form__field:focus {
    border: 1px solid #2F99CC;
}
.form__label_error .form__field {
    border: 1px solid #D02D42;
}
.form__label_error {
    position: relative;
}
.form__label-error {
    display: none;
}
.form__label_error .form__label-error {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    top: 2px;
    right: 0;
    color: #D02D42;
}
.form__label {
    margin-bottom: 25px;
}

.form__label.no_bottom {
    margin-bottom: 3px !important;
}

.form__label:last-child {
    margin-bottom: 0;
}
.form__field_text {
    height: 192px;
    resize: none;
    padding: 10px 12px;
}
.file {
    top: -11px;
    position: relative;
    display: inline-block;
}
.file:after,
.file input {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.file input {
    opacity: 0;
}
.file:after {
    content: '';
    cursor: pointer;
    z-index: 3;
}
.file .svg-icon {
    width: 14px;
    height: 14px;
    fill: #2F99CC;
}
.file > * {
    display: inline-block;
    vertical-align: middle;
}
.file:hover span {
    border-bottom-color: transparent;
}
.file:active span {
    color: #2A6496;
    border-bottom-color: transparent;
}
.file:active .svg-icon {
    fill: #2A6496;
}
.file span {
    position: relative;
    top: 1px;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px dotted #2F99CC;
    color: #2F99CC;
}
.form__btn {
    width: 100%;
    margin-top: 25px;
}
.popup__info {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 16px;
}
.cities__label {
    position: relative;
}


.autocomplete2-block .autocomplete2 {
    left: 0;
    right: 0;
}
.autocomplete2-block.open .form__field {
    border-radius: 3px 3px 0 0;
}


.popup-cities {
    overflow: hidden;
    padding: 34px 98px;
}
.cities__label {
    width: 71.89%;
}
.cities__btn {
    width: 26.3%;
}
.popup-cities .popup__title {
    text-align: center;
}
.cities {
    margin-top: 23px;
    position: relative;
    z-index: 3;
}
.cities__list {
    z-index: 1;
    margin-top: 25px;
    position: relative;
}
.cities__list:after {
    content: '';
    position: absolute;
    width: 549px;
    height: 296px;
    left: 0; top: 0;
    background: url('../images/map.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.cities__list-col {
    position: relative;
    z-index: 4;
}
.cities__list-col li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color:lightgrey;
}

.cities__list-col li.active {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #444444;
}

.cities__list-col li.active:hover {
    color: #2F99CC;
    cursor: pointer;
}
.cities__list-col li.active:active {
    color: #2A6496;
}

.cities__list-col li.active em:hover {
    color: #2F99CC;
}


.cities__list-col li:last-child {
    margin-bottom: 0;
}
.cities__list-col li em {
    font-weight: 700;
    color:black;
}
.popup-sizes {
    padding: 34px 20px;
    max-width: 1140px;
}
.popup-sizes .popup__title {
    text-align: center;
}
.popup-sizes__col {
    width: 15.27%;
}
.popup-sizes__col:nth-child(4) {
    width: 19.27%;
}
.popup-sizes__col:last-child {
    width: 14.81%;
}

.popup-sizes__col a
{
	margin-bottom: 10px !important;
	font-size: 14px !important;
    line-height: 20px !important;	
	font-family: 'MuseoSansCyrl', sans-serif !important;
    font-weight: 300 !important;	
    
	text-decoration: none;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding-top: 6px;
    
    outline:none;
}


.popup-sizes__size {
    height: 34px;
    margin-bottom: 10px;
}
.popup-sizes__size:last-child {
    margin-bottom: 0;
}
.popup-sizes__list {
    margin-top: 24px;
}
.popup-order .file {
    top: 0;
}
.popup-order {
    padding: 34px 48px;
}
.popup-order .popup__title,
.popup-order .popup__title {
    text-align: center;
}
.add-comment .form__field_text {
    height: 92px;
}
.about__desc-btn {
    display: none;
}
.add-comment {
    margin-top: 18px;
    font-size: 0;
    padding-bottom: 9px;
}
.add-comment .form__field {
    margin-top: 3px;
    display: none;
}
.popup-order__address {
    margin-top: 25px;
}
.basket {
    position: relative;
    margin-top: 11px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999999;
}
.basket:after {
    content: '';
    position: absolute;
    background: url('../images/decor/basket-arrow.png') no-repeat center top;
    width: 100%;
    height: 10px;
    left: 0; top: 0;
}
.basket__item-photo {
    max-width: 260px;
}
.basket__item-photo img {
    width: 100%;
}
.basket__item {
    margin-bottom: 20px;
    text-align: center;
}
.basket__item:last-child {
    margin-bottom: 0;
}
.basket__item > * {
    display: inline-block;
    vertical-align: top;
}
.basket__item-right {
    text-align: left;
    max-width: 270px;
    margin-left: 30px;
}
.basket__item-price,
.basket__item-info,
.basket__item-title {
    font-size: 18px;
    line-height: 26px;
}
.basket__item-price {
    padding-top: 2px;
    color: #2F99CC;
}
.basket__item-info {
    margin-top: 12px;
}
.basket__item-size {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 4px;
}
.count-wrap {
    padding-top: 10px;
    position: relative;
    margin-bottom: 25px;
    padding-left: 164px;
}
.count__title {
    position: absolute;
    max-width: 152px;
    left: 0;
    top: 11px;
}
.count__field {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
}
.count {
    font-size: 0;
    position: relative;
}
.count__minus,
.count__plus {
    width: 40px;
    height: 40px; top: 0;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}
.count__minus:hover,
.count__plus:hover {
    background: #2F99CC;
}
.count__minus {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.count__plus {
    right: 0;
    border-radius: 0 3px 3px 0;
}
.count__minus:after,
.count__minus:before,
.count__plus:after,
.count__plus:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    height: 1px;
    width: 19px;
    background: #2F99CC;
}
.count__plus:before {
    width: 1px;
    height: 19px;
}
.count__minus:hover:after,
.count__minus:hover:before,
.count__plus:hover:before,
.count__plus:hover:after {
    background: #FFFFFF;
}
/*end overlay*/

/*price*/
.controls__btn {
    background: rgba(47, 153, 204, 0.15);
    border-radius: 3px;
    width: 36px;
    height: 36px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    box-sizing: border-box;
    font-size: 0;
}
.controls__btn:last-child {
    margin-right: 0;
}
.controls__btn .svg-icon {
    width: 22px;
    height: 22px;
    fill: #2F99CC;
    stroke: #2F99CC;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.controls__btn:hover {
    border: 1px solid #2F99CC;
}
.controls__btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
    border: 1px solid #2F99CC;
}
.controls {
    margin-right: 36px;
    /*margin-left: 36px;*/
    font-size: 0;
}

.controls__btn2 {
    background: #FFFFFF;
    border-radius: 3px;
    width: 21px;
    height: 21px;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    box-sizing: border-box;
    font-size: 0;
}
.controls__btn2:last-child {
    margin-right: 0;
}
.controls__btn2 .svg-icon {
    width: 17px;
    height: 17px;
    fill: #2F99CC;
    stroke: #2F99CC;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.controls__btn2:hover {
    border: 1px solid #2F99CC;
}
.controls__btn2:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
    border: 1px solid #2F99CC;
}


.view_normal > *, .view > *,
.block-top__right > * {
    display: inline-block;
    vertical-align: middle;
}

.show_mr {
    display: inline-block;
    vertical-align: middle;
}

.view__title {
    margin-right: 2px;
    font-size: 14px;
    line-height: 20px;
}


.view__switch {
    font-size: 0;
    padding: 2px;
    height: 36px;
    box-sizing: border-box;
    background: rgba(47, 153, 204, 0.15);
    border-radius: 90px;
}


/*
.view__switch {
    position:relative;
    width: 112px;
    background: #D9D9D9;
    box-shadow: inset 0px 1px 2px rgba(159, 159, 159, 0.25);
    border-radius: 50px;
}

.view_active {
    width: 53px;
    height: 53px;

    background: #2F99CC;
    box-shadow: 0px 1px 0px #0078B5, 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.view_active.left {
    margin-left:0px;
}

.view_active.right {
    margin-left:58px;
}

.view_active_text {
    font-family: 'MuseoSansCyrl';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    padding-top:14px;
    padding-left:12px;
}
*/


.view__switch-link {
    display: inline-block;
    vertical-align: top;
    border-radius: 90px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444444;
    margin-right: 4px;
}
.view__switch-link:last-child {
    margin-right: 0;
}
.view__switch-link.active {
    background: #2F99CC;
    color: #FFFFFF;
    cursor: default;
}

.page_price {
    padding-top: 12px;
}
.price__company {
    position: relative;
}
.price__company .svg-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
}
.price__company .svg-icon + span {
    padding-left: 26px;
}
.price__header {
    white-space: nowrap;
}
.price__header,
.price__product, .price__product2 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 10px;
    padding-right: 10px;
}
.price__col {
    box-sizing: border-box;
    padding-right: 10px;
}

.price__product2 {
   /* border: 2px solid #FFFFFF !important;*/
}

/*
.price__col:last-child {
    padding-right: 0;
    width: 13.77%;
    text-align: right;
}
.price__col:first-child {
    width: 14.19%;
}
.price__col:nth-child(2) {
    width: 19.19%;
}
.price__col:nth-child(3) {
    width: 21.78%;
}
.price__col:nth-child(4) {
    width: 31.07%;
}
*/

.price__col:last-child {
    padding-right: 0;
    width: 13.77%;
    text-align: left;
}
.price__col:first-child {
    width: 21.19%;
}
.price__col:nth-child(2) {
    width: 19.19%;
}
.price__col:nth-child(3) {
    width: 14.07%;
}
.price__col:nth-child(4) {
    width: 31.78%;
}


.price__header {
    background: rgba(47, 153, 204, 0.15);
    border-radius: 3px 3px 0 0;
    height: 36px;
    line-height: 38px;
    font-size: 14px;
}
.price {
    margin-top: 12px;
}

.price__product2, .price__product {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CECFCF;
}
.price__product2, .price__product:first-child {
    border-top: 1px solid #CECFCF;
}
.price__product2, .price__product:first-child:hover {
    margin-top: -1px;
}


/*
.price__product2 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.price__product2-line::after {
    position: absolute;
    content: '';
    width: 98%;
    height: 1px;
    background-color: #F2F2F2;
    bottom: -3px;
    z-index: 1;
}
*/

.price__product {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CECFCF;
}
.price__product:first-child {
    border-top: 1px solid #CECFCF;
}
.price__product:first-child:hover {
    margin-top: -1px;
}

.price__product2:hover, .price__product:hover {

    background: #FFFFFF;
    position: relative;
    z-index: 3;
    cursor: pointer;
    margin: -2px -2px -1px;
    border: 2px solid rgba(47, 153, 204, 0.25);
    box-shadow: 0 4px 4px rgba(47, 153, 204, 0.1);
    border-radius: 3px;

}

.price__product2:hover .price__col .price__city {
    top: 1px;
}
.price__product2:hover .price__col .price__title {
    top: 1px;
}

.price__product2:hover .price__col .price__count {
    top: 1px;
}
.price__product2:hover .price__col .price__sum {
    top: 1px;
}

.price__product2:hover .price__col .price__company {
    top: 0px;
}

.price__city {
    font-size: 14px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.price__product2 .price__col, .price__product .price__col {
    line-height: 24px;
}
.price__company > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
/*
.price__company {
    position: relative;
    top: 1px;
}
*/
.price__company .svg-icon {
    margin-right: 2px;
}
.price__city_imp {
    background: rgba(76, 174, 76, 0.2);
    border-radius: 90px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    left: -8px;
}
.price__col p {
    line-height: inherit;
}
.price__col p a{
    line-height: inherit;
    color: #444444;

    text-decoration: none;
    /*
    text-decoration-style: dotted;
    */
}

.price__count {
    font-size: 14px;
    color: #444444;
    width:70px;
}
.price__title,
.price__date {
    position: relative;
    top: 2px;
}
.price__count,
.price__sum {
    position: relative;
    top: 1px;
}
.price__sum {
    display: inline-block;
    font-size: 14px;
    color: #2F99CC;
}
.price__count {
    display: inline-block;
    margin-right: 11px;
    line-height: 12px;
}

.price__count_val {
 /*border-bottom: 1px dotted #444444;*/
}

.price__company {
    font-size: 14px;
    text-decoration: underline;
}

.price__count:last-child {
    margin-right: 0;
}
.page .banner {
    padding-top: 12px;
    padding-bottom: 12px;
}
.banner-wrap_bottom {
    padding-bottom: 34px;
    padding-top: 0;
    margin-top: -20px;
}
/*end price*/

/*pages*/
.pages {
    max-width: 847px;
    margin: 24px auto 0;
}
.another_geo,  .pages__else {
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    height: 36px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
}

.another_geo .blue-link
{
	border-bottom: none;
}	

.another_geo
{
	margin-bottom:5px;
}
.another_geo:hover, .pages__else:hover {
    border: 1px solid #4BB2E4;
}
.another_geo:hover .blue-link, .pages__else:hover .blue-link {
    color: #4BB2E4;
    border-bottom-color: transparent;
}
.another_geo:active, .pages__else:active {
    border: 1px solid #2A6496;
}
.another_geo:active .blue-link, .pages__else:active .blue-link {
    color: #2A6496;
    border-bottom-color: transparent;
}
.another_geo-count, .pages__else-count {
    font-size: 14px;
    line-height: 20px;
    margin-left: 6px;
    color: #999999;
}
.pages__list {
    text-align: center;
    max-width: 457px;
    margin: 24px auto 0;
}
.pages__link,
.pages__active,
.pages__dot,
.pages__next,
.pages__prev {
	margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    position: relative;
}
.pages__active {
    /*margin-right: 5px;*/
}

.pages__dot
{
	margin-right: 5px;
}
.pages__next:hover,
.pages__prev:hover,
.pages__active,
.pages__link:hover {
    background: #2F99CC;
    color: #FFFFFF;
}
.pages__next .svg-icon,
.pages__prev .svg-icon {
    width: 8px;
    height: 14px;
    stroke: #999999;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.pages__next:hover .svg-icon,
.pages__prev:hover .svg-icon {
    stroke: #ffffff;
}
.pages__link {
    margin-right: 5px;
}
.pages__link:last-child {
    margin-right: 0;
}
.pages__links {
    font-size: 0;
}
/*end pages*/

/*page_catalog*/
.page_catalog {
    padding-top: 13px;
}
.info {
    position: relative;
    top: 9px;
    cursor: pointer;
}
.info > * {
    display: inline-block;
    vertical-align: middle;
}
.info:hover span {
    border-bottom-color: transparent;
}
.info span {
    position: relative;
    top: 1px;
    margin-right: -1px;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    border-bottom: 1px dotted #999999;
}
.icon-info {
    width: 20px;
    height: 20px;
}
.icon-info:hover {
    stroke: #2F99CC;
    cursor:pointer;
}

.catalog__info {
    margin-top: 8px;
}
.catalog__info-count {
    display: inline-block;
    margin-left: 10px;
    color: #999999;
}
.aside {
    width: 263px;
}
.page__content {
    width: calc(100% - 293px);
}
.page__wrap {
    margin-top: 33px;
}
.filter {
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    box-shadow: 0 8px 16px rgba(47, 153, 204, 0.08), 0 8px 8px rgba(47, 153, 204, 0.1);
    border-radius: 3px;
    padding: 11px 15px 33px;
}
/*end page_catalog*/

/*product-about*/
.product-about {
    background: rgba(47, 153, 204, 0.15);
    padding-top: 72px;
    padding-bottom: 34px;
}
.product-about__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.product-about .map {
    margin-top: 3px;
}
.product-about .about__products-links {
    margin-top: 24px;
}
.product-about__desc {
    max-width: 455px;
    margin-top: 13px;
    margin-bottom: -5px;
}
.product-about__desc a {
    text-decoration-line: underline;
    color: #2F99CC;
}
.product-about__desc a:hover {
    text-decoration: none;
}
.product-about__desc a:active {
    text-decoration: none;
    color: #2A6496;
}
/*end product-about*/

/*products-else*/
.products-else {
    padding-top: 48px;
}
.products-else__block {
    margin-bottom: 48px;
}
.products-else__block:last-child {
    margin-bottom: 0;
}
.products-else__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 11px;
}
.price__table {
    display: table;
    width: 100%;
}
.price__table-row {
    display: table-row;
}
.price__table-col {
    display: table-cell;
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
}
.price__table-col:first-child {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}
.price__table-col:last-child {
    padding-right: 12px;
    width: 981px;
}
.price__table-col a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #2F99CC;
}
.price__table-row:nth-child(even) .price__table-col {
    background: rgba(47, 153, 204, 0.15);
}
.price__table-col a:hover {
    color: #2A6496;
}
.price__table {
    padding-top: 6px;
    margin-bottom: -9px;
}
/*end products-else*/

/*product*/
.product {
    margin-top: 32px;
    margin-bottom: -40px;
    position: relative;
    z-index: 4;
}
.product__photo {
    max-width: 360px;
}
.product__photo img {
    width: 100%;
}

.product__photo:hover {
    cursor:pointer;
}

.product__right {
    position: relative;
    padding: 23px 47px 33px;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    box-shadow: 0 8px 16px rgba(47, 153, 204, 0.08), 0 8px 8px rgba(47, 153, 204, 0.1);
    border-radius: 3px;
    min-height: 520px;
}
.product .tags {
    margin-top: -18px;
    position: relative;
    z-index: 3;
}
.tags__tag {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
}
.tags__tag svg {
    width: 38px;
    height: 38px;
}
.tags__tag_small svg {
    width: 28px;
    height: 28px;
}
.product__desc {
    margin-top: 25px;
}
.product__params {
    display: table;
    margin-top: 23px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #BBDEEE;
}
.product__params li {
    display: table-row;
}
.product__params li > * {
    display: table-cell;
    vertical-align: middle;
}
.product__params span {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #BBDEEE;
}
.product__params li:last-child span {
    border-bottom: none;
}
.product__params span:first-child {
    padding-left: 15px;
    padding-right: 10px;
}
.product__params span:last-child {
    padding-right: 15px;
    text-align: right;
}
.product__params-link {
    display: inline-block;
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
}
.product__params-link:hover {
    text-decoration: none;
}
.product__params-link:active {
    color: #2A6496;
}
.product__count,
.product__model {
    font-size: 18px;
    line-height: 26px;
}
.product__price {
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
    color: #2F99CC;
}
.product__count {
    margin-top: 12px;
    margin-bottom: 2px;
}
.product__info {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #999999;
}
.product__btn {
    margin-top: 20px;
}
.product__bottom {
    position: relative;
    margin-top: 12px;
    padding-top: 27px;
}
.product__bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    background: url('../images/decor/product-arrow.png') no-repeat center top;
    height: 10px;
    left: 0; top: 0;
}
.product__company {
    margin-bottom: -4px;
    font-weight: 700;
}
.product .verified {
    margin-bottom: 17px;
}
.add-favorite,
.add-calc {
    display: block;
    text-decoration: none;
}
/*
.add-calc {
    position: relative;
}
*/
.add-favorite > *,
.add-calc > * {
    display: inline-block;
    vertical-align: middle;
}
.add-calc svg,
.add-favorite .icon-favorite {
    width: 22px;
    height: 22px;
}
.add-favorite span,
.add-calc span {
    position: relative;
    margin-left: 2px;
}
.add-favorite span i,
.add-calc span i {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border-bottom: 1px dotted #999999;
}
.add-favorite:hover span i,
.catalog__item.open .add-calc span i,
.add-calc:hover span i {
    border-bottom-color: transparent;
}
.catalog__item.open .add-calc span i,
.add-calc:active span i {
    color: #2F99CC;
    border-bottom-color: transparent;
}
.add-calc svg {
    fill: rgba(153, 153, 153, 0.6);
}

.reklblock {
    position: absolute;

    /*bottom:0px;*/

    margin-top: 44px;
}

.reklblock_icon {
    position: absolute;

    /*bottom:0px;*/

    margin-top: 16px;
}

.reklblock2 {
    display: none;
    margin-top:12px;
}

.comp_nextlink {
    display: inline-block;
}


@media all and (max-width: 710px) {
    .reklblock_icon {
        display: none;
    }
    .reklblock {
        display: none;
        margin-top: 20px;
    }
    .reklblock2 {
        text-align: left;
        display: block;
    }

    .else,
    .about__products-else {
        width:350px;
        height: 36px;
    }
}

.reklama {
    margin-left: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border-bottom: 1px #999999;
}

.reklama:hover {
    border-bottom-color: transparent;
}
.reklama svg {
    fill: rgba(153, 153, 153, 0.6);
}

.reklama2 {
    margin-left: 2px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    border-bottom: 1px #999999;
}

.reklama:hover {
    border-bottom-color: transparent;
}
.reklama2 svg {
    fill: rgba(153, 153, 153, 0.6);
}

.catalog__item.open .add-calc svg,
.add-calc:active svg {
    fill: #2F99CC;
}
.icon-tech {
    width: 22px;
    height: 22px;
    stroke: rgba(153, 153, 153, 0.6);
    fill: none;
}

.icon-star {
    width: 22px;
    height: 22px;
    stroke: rgba(153, 153, 153, 0.6);
    fill: none;
}
.add-favorite:hover .icon-star {
    stroke: rgba(255, 194, 38, 0.6);
}
.add-favorite.added .icon-star {
    fill: #FFC226;
    stroke: #FFC226;
}
.product__right-top {
    position: absolute;
    right: 47px;
    top: 23px;
}
.add-favorite span {
    top: -2px;
}
.add-calc span {
    top: -1px;
    margin-bottom: 9px;
}
.add-favorite {
    margin-bottom: 9px;
}
.sort > *,
.sort__link,
.sort__link > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}
.sort__link .svg-icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
.page__content {
    padding-top: 1px;
}
.sort__links {
    margin-left: 6px;
}
.sort__link {
    margin-right: 16px;
    text-decoration: none;
}
.sort__link:hover span,
.sort__link.active span {
    color: #2F99CC;
}
.sort__link:last-child {
    margin-right: 0;
}
.sort-select__list,
.catalog__top {
    display: none;
}
.filter__btn {
    width: 42.41%;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.filter__btn-count {
    color: #4CAE4C;
    font-weight: 700;
}
.filter__btn > * {
    display: inline-block;
    vertical-align: middle;
}
.icon-filter {
    margin-left: 3px;
    background: url('../images/decor/icon-filter.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.catalog__top-left {
    min-width: 290px;
}
.sort-select {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    text-align: left;
    width: 54.13%;
    position: relative;
}
.sort-select .svg-icon {
    width: 20px;
    height: 20px;
    margin-left: 3px;
}
.sort-select__selected,
.sort-select__item {
    padding-left: 9px;
    line-height: 38px;
}
.sort-select__selected > *,
.sort-select__item > * {
    display: inline-block;
    vertical-align: middle;
}
.sort-select .icon-arrow-select {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    right: 9px;
}
.sort-select.open {
    border-radius: 3px 3px 0 0;
    border-color: #2F99CC;
}
.sort-select__list {
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px; right: -1px;
    background: #FFFFFF;
    z-index: 5;
    border: 1px solid #2F99CC;
    border-top: none;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
}
.sort-select.open .sort-select__list {
    display: block;
}
/*end product*/

/*catalog__item*/
.catalog__item {
    padding: 23px 23px 23px 15px;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
}
.catalog__item.open,
.catalog__item:hover {
    box-shadow: 0 4px 8px rgba(50, 50, 71, 0.06), 0 4px 4px rgba(50, 50, 71, 0.08);
    border-radius: 3px;
}

.catalog__item:hover .ext_link {display:inline-block}
.products__card-container:hover .ext_link {display:inline-block}

.catalog__item .add-favorite.added {
    display: block;
}
.catalog__item .add-favorite span {
    top: -1px;
}
.catalog__item .add-favorite,
.catalog__item .add-calc {
    display: none;
}
.catalog__item.open .add-favorite,
.catalog__item.open .add-calc,
.catalog__item:hover .add-favorite,
.catalog__item:hover .add-calc {
    display: block;
}
.catalog__item-center {
    width: 368px;
}
.catalog__item-right {
    text-align: right;
    width: 220px;
}
.catalog__item-controls {
    display: block;
}
.catalog__item-left {
    width: 130px;
}

@media all and (min-width: 710px) {
    .catalog__item-left {
        min-height: 180px;
    }
}

.catalog__item-photo {
    font-size: 0;
}
.catalog__item-photo img {
    width: 100%;
}
.catalog__item .tags, products__card .tags {
    margin-top: -14px;
}
.catalog__item-controls {
    padding-top: 8px;
}

@media all and (min-width: 710px) {
    .catalog__item-controls {
        min-height:90px;
    }
}

.catalog__item-title {
    font-size: 18px;
    line-height: 26px;
    color: #2F99CC;
}
.catalog__item-desc a:hover,
.catalog__item-title:hover {
    text-decoration: none;
}
.catalog__item-desc a:active,
.catalog__item-title:active {
    text-decoration: none;
    color: #2A6496;
}
.catalog {
    margin-top: 12px;
}
.catalog__item-company {
    position: relative;
    font-weight: 700;
    margin-top: 17px;
}
.catalog__item-company a,
.catalog__item-company svg {
    display: none;
}

.ext_link {display:none}

.catalog__item-city > * {
    display: inline-block;
    vertical-align: middle;
}
.icon-city-mark {
    width: 14px;
    height: 14px;
}
.catalog__item-city {
    margin-left: -2px;
    font-size: 12px;
    line-height: 16px;
}
.catalog__item-desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    min-height:100px;
}
.catalog__item-desc a {
    color: #2F99CC;
}
.catalog__item-price {
    font-size: 18px;
    line-height: 26px;
    color: #2F99CC;
}
.catalog__item-count {
    margin-top: 8px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

.dotted_amount_1
{
    border-bottom: 1px dotted #444444;
}

.dotted_amount_1:hover {
    color: #2F99CC;
    border-bottom: 1px dotted #2F99CC;
    cursor: default;
}

.catalog__item-price .catalog__item-count
{
    display: none;
    position: absolute;
    color: #444444;
}

.catalog__item-right .tooltip-wr:first-child .catalog__item-count:first-child {
    margin-top: 0;
}
.catalog__item-contacts,
.catalog__item-sizes,
.catalog__item-buy,
.catalog__item-link {
    display: inline-block;
    width: 182px;
    height: 40px;
    box-sizing: border-box;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
}


.catalog__item-link .icon-link {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    position: relative;
    top: 3px;
    fill: #2F99CC;
}

.catalog__item-link:hover .icon-link {
    fill: #4BB2E4;
}
.catalog__item-link:active .icon-link {
    fill: #2A6496;
}
.catalog__item-buy {
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
}
.catalog__item-buy:hover {
    background: #4CAE4C;
    border-color: #4CAE4C;
    color: #FFFFFF;
    border-radius: 3px;
}
.catalog__item-buy:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.catalog__item-contacts,
.catalog__item-link {
    margin-top: 19px;
}
.catalog__item-buy {
    margin-top: 8px;
}
.catalog__item {
    margin-bottom: 8px;
}
.catalog__item:last-child {
    margin-bottom: 0;
}
/*end catalog__item*/

/*catalog_material*/
.catalog__item-sizes {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
}
.catalog_material .catalog__item-right {
    -ms-flex-item-align: center;
    align-self: center;
}
.catalog__item-info {
    margin-top: 17px;
    padding-bottom: 3px;
}

.catalog-company-name{
    font-weight:bold;
    font-size:14px;
    color:#444444
}

.table__list-link2 {z-index: 23; display: inline-block; cursor: pointer;}

.table__list-info2 {
/*    cursor: pointer;*/
}

/*
.table__list-info2{
    cursor:pointer;
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 12;
}

.table__list-info2::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(64%,-75%);
    width: 170px;
    height: 80px;
    background-image: url('../images/decor/table-info.svg');
    background-repeat: no-repeat;
    z-index: 11;
    display: none;

}

.table__list-info2:hover::before{
    display: inline-block
}
*/

.checkbox {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    width: 30px;
    cursor: pointer;
}

.checkbox.dsbl_elem {
    cursor: default !important;
}

.checkbox_one_line_div {
    display: flex;
}

.checkbox_one_line {
    padding-left: 30px;
    display: block;
    position: relative;
 /*  width: 200px; */
    cursor: pointer;
    margin-bottom:5px;
}

.checkbox_one_line.dsbl_elem {
    cursor: default !important;
}

.checkbox_sel_all {
    display: inline-block;
}


.checkbox input, .checkbox_one_line input {
    position: absolute;
    left: -10000px;
}

/*
.checkbox:hover .checkbox__btn, .checkbox_one_line:hover .checkbox__btn {
    border: 1px solid #2F99CC;
}
*/

/*
label.checkbox:hover .checkbox__btn, label.checkbox_one_line:hover .checkbox__btn {
    border: 1px solid #2F99CC;
}
*/


.checkbox__btn:hover {
    border: 1px solid #2F99CC;
}


.checkbox__btn.dsbl_elem:hover{
    border: 1px solid lightgray;
}

.checkbox input:checked + .checkbox__btn .svg-icon, .checkbox input:checked + .checkbox__btn2 .svg-icon, .checkbox_one_line input:checked + .checkbox__btn .svg-icon{
    display: block;
}


.checkbox__btn .icon-check {
    display: none;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
}

.checkbox__btn {
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}


.checkbox__desc {
    display: flex;
    position: relative;
    top: 1px;
}
.checkbox__desc em {
    font-size: 14px;
    line-height: 20px;
    margin-left: -5px;
}
.checkbox__desc a {
    font-size: 14px;
    line-height: 20px;
    margin-left: -5px;
    color: #444444;
    text-decoration: none;
}

.checkbox__desc a:hover {
    text-decoration: underline;
}

.checkbox__desc small {
    margin-left: 5px;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}




.aside__block-title > * {
    display: inline-block;
    vertical-align: middle;
}

.aside__block-title {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.adv_agg_ban {
    text-align: center;
    /*border: 1px solid #2F99CC;*/
    /*border: 1px solid #f17059;*/
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left:0px;
    padding-right:0px;
    padding-top:10px;
    padding-bottom:10px;
}

.adv_agg {
    text-align: center;
    border: 1px solid #2F99CC;
    margin-bottom: 8px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.adv_agg b
{
    font-weight: bold;
}

.adv_agg_button {
    width: 182px;
    background: #4CAE4C;
    border: 1px solid #4CAE4C;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    margin-top:10px;
    font-size: 14px;
    line-height: 20px;
    /*color: #2F99CC;*/
    color: #FFFFFF;
}

.adv_agg_button:hover {
    background: #FFFFFF;
    border-color: #2F99CC;
    color: #2F99CC;
    border-radius: 3px;
}
.adv_agg_button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
}

.aside__block {
    margin-bottom: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CECFCF;
}

.aside__block.open {
    padding-bottom: 0;
}

.icon-block-arrow2 {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}
.aside__block:not(.open) .icon-block-arrow2 {
    transform: rotate(-180deg);
}

.icon-block-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.aside__block:not(.open) .icon-block-arrow {
    transform: rotate(-180deg);
}

.aside__block-col {
    margin-top:5px;
    display: inline-block;
}

.aside__block-title .icon-info {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.aside__block-content {
    padding-top: 17px;
    padding-bottom: 34px;
    display: none;
}
.aside__block.open .aside__block-content {
    display: block;
}
.checkbox {
    display: inline-block;
    margin-bottom: 16px;
}
.checkbox:last-child {
    margin-bottom: 0;
}

.aside__block-title:hover {
    color: #2F99CC;
    cursor:pointer;
}


.aside__block-title:active {
    color: #2A6496;
}
.aside__block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.aside__block:last-child .aside__block-content {
    padding-bottom: 0;
}
.aside__links-block {
    padding-top: 48px;
}
.aside__links li {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.aside__links li a {
    color: #2F99CC;
    margin-right: 8px;
}
.aside__links li a:hover {
    text-decoration: none;
}
.aside__links li a:active {
    text-decoration: none;
    color: #2A6496;
}
.aside__links-block .aside__block-title {
    border-bottom: 1px solid #CECFCF;
    padding-bottom: 10px;
}
.aside__links-block .aside__block {
    padding-bottom: 0;
    border-bottom: none;
}
.aside__links {
    padding-top: 2px;
}
.aside__links li {
    margin-bottom: 12px;
}
.aside__links li:last-child {
    margin-bottom: 0;
}
.filter__selected-delete,
.filter__selected-list {
    font-size: 0;
}
.filter__selected {
    display: inline-block;
	background: rgba(76, 174, 76, 0.2);    
    border-radius: 90px;
    padding: 2px 30px 2px 15px;
    box-sizing: border-box;
    max-width: 190px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 6px;
}



.filter__selected-desc {
    display: flex;
}

.dsbl_elem {
    color: lightgray !important;
}

.icon-selected-delete,
.filter__selected-delete {
    width: 12px;
    height: 12px;
}
.icon-selected-delete {
    stroke: #999999;
}
.filter__selected-delete:hover .icon-selected-delete {
    stroke: #2F99CC;
}
.filter__selected-delete {
    right: 9px;
    top: 0; bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
}
.filter__selected-desc sup {
    font-size: 8px;
    display: inline-block;
    margin-bottom: -2px;
}
.filter__selected-desc em {
    font-size: 14px;
    line-height: 20px;
}
.filter__selected-desc small {
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
    line-height: 18px;
    color: #999999;
}
.filter__selected-list {
    padding-top: 11px;
    margin-bottom: -5px;
}
.filter-popup {
    left: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    background: #FFFFFF;
    overflow: auto;
    transition: all, 0.3s;
}
.filter-popup.open .filter-popup__top,
.filter-popup.open {
    left: 0;
}
.filter-popup .aside__block {
    padding-left: 15px;
    padding-right: 15px;
}
.filter-popup__form {
    padding-top: 65px;
    padding-bottom: 34px;
}
.filter-popup__top {
    position: fixed;
    transition: all, 0.3s;
    border-bottom: 1px solid #CECFCF;
    left: 100%; top: 0;
    padding-left: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    height: 52px;
    width: 100%;
    line-height: 52px;
    z-index: 10;
}
.filter-popup__close {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    right: 15px;
    width: 36px;
    height: 36px;
    font-size: 0;
}
.filter-popup__close svg {
    width: 36px;
    height: 36px;
    stroke: rgba(153, 153, 153, 0.6);
}
.filter-popup__title {
/*
    position: absolute;
    left: 100px; top: 0;
    height: 100%;
*/    
    width: 70%;
    font-size: 14px;
    text-align: center;
    line-height: 54px;
}
.filter-popup__set {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2F99CC;
    cursor: pointer;
}

.filter-popup__set:hover {
/*   text-decoration: none; */
}
/*end catalog_material*/

/*aside__product*/
.aside__product {
    padding-bottom: 23px;
}


.aside__product .brd {
/*
    border: 1px solid #2F99CC;
    border-radius: 3px;

    z-index: 1;
*/
}

.aside__product-photo {
    font-size: 0;
    z-index: 1;

}
.aside__product-photo img {
    width: 100%;
}
.aside__product .tags {
    margin-top: -17px;
    z-index: 20;
}

.aside__link,
.catalog__link {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2F99CC;
    display: inline-block;
    margin-top: 28px;
}
.catalog__link {
    display: none;
}
.aside__link:hover,
.catalog__link:hover {
    text-decoration: none;
}
.aside__link:active,
.catalog__link:active {
    text-decoration: none;
    color: #2A6496;
}
/*end aside__product*/

/*tooltips*/
.tooltip-wr {
    display: inline-block;
    position: relative;
}
.tooltip-wr3 {
    position: relative;

}
.tooltip-wr2 {
    display: inline-block;
    position: relative;
}
.verified .tooltip{
    white-space: nowrap;
}
.verified .tooltip_left {
    margin-left: 10px;
    top: -7px;
}

.tooltip-wr3:hover .tooltip {
    display: block;
}

.tooltip-wr:hover .tooltip {
    display: block;
}

/*
.tooltip-wr:hover .tooltip2 {
    display: block;
}
*/

.tooltip {
    z-index: 999999;
    display: none;
    padding: 11px;
    position: absolute !important;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
    border-radius: 3px;
}

.tooltip2 {
    z-index: 10;
    display: none;
    padding: 11px;
    position: absolute !important;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
    border-radius: 3px;
}

.tooltip__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.tooltip__text2 {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    display: block;
    min-width: 205px;
    font-family: 'MuseoSansCyrl';
    font-weight: 300;
    text-transform: none;
}

.tooltip__text3 {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    display: block;
    min-width: 170px;
    font-family: 'MuseoSansCyrl';
    font-weight: 300;
    text-transform: none;
}

.tooltip_left {
    top: 0;
    left: 100%;
}

.tooltip_left2 {
    top: 0;
    left: 100%;
}

.tooltip_left3 {
    top: 0;
    left: 100%;
}

.tooltip_left4 {
    top: -10px;
    left: 27px;
}

.tooltip:after {
    content: '';
    position: absolute;
    background: url('../images/arrows.png') no-repeat;
}

.tooltip2:after {
    content: '';
    position: absolute;
    background: url('../images/arrows.png') no-repeat;
}

.tooltip_right:after {
    background-position: 0 -46px;
    width: 7px;
    height: 18px;
    right: -7px;
    top: 9px;
}

.tooltip_bottom {
    top: calc(100% + 8px);
    left: -40px;
}

.tooltip_bottom:after {
    background-position: 0 -67px;
    width: 18px;
    height: 7px;
    top: -6px;
    left: 35px;
    margin: auto;

}

/*
.tooltip_right:after {
    background-position: 0 -65px;
    width: 16px;
    height: 7px;
    right: 7px;
    top: -7px;
}
*/
.tooltip_left:after {
    background-position: 0 -26px;
    width: 7px;
    height: 18px;
    top: 0; bottom: 0;
    left: -7px;
    margin: auto;
}

.tooltip_left4:after, .tooltip_left2:after {
    background-position: 0 -26px;
    width: 7px;
    height: 18px;
    top: 0; bottom: 0;
    left: -7px;
    margin: auto;
}

.product .tooltip {
    left: 0;
    top: 100%;
    margin-top: 14px;
    margin-left: 0;
}
.product .tooltip:after {
    width: 18px;
    height: 7px;
    left: 4px;
    top: -7px;
    bottom: auto;
    background-position: 0 -66px;
}
.catalog__item-right .tooltip,
.price__count .tooltip {
    min-width: 295px;
    top: -12px;
    margin-left: 16px;
}
.catalog__item-right .tooltip {
    top: -8px;
}
.catalog__item-right .tooltip {
    margin-left: 0;
    margin-right: 12px;
}
.tooltip_right {
    right: 100%;
}
.price__count .tooltip:after {
    bottom: auto;
    top: 9px;
}
.tooltip__info {
    color: #999999;
    display: block;
    margin-top: 8px;
}
.aside__block-title .tooltip {
    margin-left: 8px;
    top: -18px;
}
.aside__block-title .tooltip__text {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    display: block;
    min-width: 205px;
    font-weight: 300;
    text-transform: none;
}


.tooltip__text sup {
    font-size: 8px;
    line-height: 0.7;
}
.tooltip_top {
    text-align: center;
    left: -13px;
    top: 100%;
    margin-top: 8px;
    white-space: nowrap;
}
.tooltip_top:after {
    width: 18px;
    height: 7px;
    right: auto;
    left: 17px;
    top: -7px;
    bottom: auto;
    background-position: 0 -66px;
}
.product .tooltip_top:after {
    left: 10px;
}
.aside__product .tooltip_top:after {
    left: 22px;
}

.tooltip_top2 {
    text-align: center;
    left: -93px;
    top: 100%;
    margin-top: 8px;
    white-space: nowrap;
}
.tooltip_top2:after {
    width: 18px;
    height: 7px;
    right: auto;
    left: 117px;
    top: -7px;
    bottom: auto;
    background-position: 0 -66px;
}

.tooltip_top3 {
    text-align: center;
    left: -93px;
    top: -60px;
    margin-top: 8px;
    white-space: nowrap;
}
.tooltip_top3:after {
    width: 18px;
    height: 7px;
    right: auto;
    left: 117px;
    top: -7px;
    bottom: auto;
    background-position: 0 -66px;
}
/*end tooltips*/

/*calc*/
.calc {
    background: #C1E7F5;
    box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
    border-radius: 3px;
    position: absolute;
    padding: 20px 18px;
    width: 286px;
    margin-top: -11px;
    z-index: 10;
    margin-left: 129px;
    display: none;
}
.calc:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 16px;
    background: url('../images/arrows.png') no-repeat;
    left: -6px;
    top: 22px;
}
.calc.open {
    display: block;
}
.calc__form .form__field {
    border-color: #FFFFFF;
}
.calc__form .form__label {
    margin-bottom: 10px;
}
.form__label {
    position: relative;
}
.form__label-mark {
    position: absolute;
    right: 10px;
    line-height: 44px;
    top: 0; bottom: 0;
    height: 40px;
    font-size: 14px;
}
.select {
    position: relative;
    cursor: pointer;
    z-index: 9999999;
}
.select input {
    cursor: pointer;
}
.select .icon-arrow-select {
    position: absolute;
    top: 0;
    bottom: -2px;
    right: 10px;
    fill: #444444;
    margin: auto;
}

.calc__result {
    margin-top: 26px;
}
.calc__result > * {
    display: inline-block;
    vertical-align: top;
}
.calc__result-left {
    min-width: 153px;
}
.calc__form-btn {
    text-transform: none;
}
.calc__result-title,
.calc__result-value {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #999999;
}
.calc__result-value {
    margin-bottom: 8px;
}
.calc__result-value:last-child {
    margin-bottom: 0;
}
.calc__result-value sup {
    font-size: 8px;
    line-height: 0.8;
}
.calc__result-title {
    color: #2F99CC;
}
.calc__result-sum {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #2F99CC;
}
.calc__form-btn {
    margin-top: 18px;
}
.calc_right {
    margin-left: -344px;
}
.calc_right:after {
    left: auto;
    right: -6px;
    background-position: 0 -75px;
}

   
.select.open .form__field,
.calc__form .form__field:focus {
    border: 1px solid #2F99CC;
}
.select.open .form__field {
    border-radius: 3px 3px 0 0;
}
.select__list {
    display: none;
}
.select.open .select__list {
    display: block;
    top: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #2F99CC;
    border-top: none;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    z-index: 5;
}
.select__item {
    font-size: 14px;
    height: 38px;
    line-height: 40px;
    padding: 0 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select__item:hover {
    background: #2F99CC;
    color: #FFFFFF;
}
/*end calc*/

#totop { position: fixed;right: 45px;bottom: 58px; width: 40px; height: 40px; cursor: pointer;
  background: url(/uploads/up.png) no-repeat center;
  background: url(/uploads/up.svg) no-repeat center;
  background-size: 100%;
  opacity: 0;
  z-index: 9999;}

#totop.opener {opacity: 1;}

@media all and (max-width: 1140px) {
    .catalog__item-center {
        width: 300px;
    }
}

@media all and (max-width: 1100px) {
    .header__right {
        width: 90%;
    }
    .catalog__item-center {
        width: 280px;
    }
}

@media all and (max-width: 1024px) {
    .catalog {
        margin-top: 19px;
    }
    .catalog__top-desktop {
        display: none;
    }
    .page__content {
        padding-top: 9px;
    }
    .logo {
        display: none;
    }
    .header__right {
        width: 100%;
    }
    .autocomplete2 {
        right: 0;
    }
    

    h1 {
        font-size: 24px;
    }
    .footer {
        position: static;
    }
    .page-wrap {
        padding-bottom: 0;
    }
    .popup-sizes__col {
        width: 32% !important;
        margin-bottom: 10px;
    }
    .popup-sizes__list {
        margin-bottom: -10px;
    }
    .page .block-top {
        text-align: right;
        display: block;
    }
    .page .block-top h1 {
        padding-bottom: 24px;
        text-align: left;
    }
    .info {
        margin-right: 300px;
        margin-top: 18px;
        top: 0;
    }
    .catalog__info {
        margin-top: 25px;
    }
    .product__right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product__right-top {
        right: 12px;
        top: 12px;
    }
    .page__content,
    .aside {
        width: 100%;
    }
    .aside {
        order: 2;
    }
    .sort,
    .aside__product,
    .aside .filter {
        display: none;
    }
    .catalog__top {
        display: flex;
    }
    .catalog__item-center {
        width: 368px;
    }
    .reviews .block-top {
        text-align: left;
        display: flex;
    }
    .catalog__link {
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 24px;
    }
}

@media all and (max-width: 900px) {
    .copyright {
        width: 100%;
        order: 4;
        padding-top: 10px;
    }
}

@media all and (max-width: 850px) {
    .price__header {
        display: none;
    }
    .price__product2:nth-child(2), .price__product:nth-child(2) {
        margin-top: -1px;
        border-top: 1px solid #CECFCF;
    }
    .price__product2:hover, .price__product:hover {
        background: #FFFFFF;
        position: relative;
        z-index: 3;
        cursor: pointer;
        margin: -2px -2px -1px;
        border: 2px solid rgba(47, 153, 204, 0.25);
        box-shadow: 0 4px 4px rgba(47, 153, 204, 0.1);
        border-radius: 3px;
    }
    .price__product2, .price__product {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        position: relative;
    }
    .price__product_verified {
        padding-left: 40px;
    }
    /*
    .price__company .svg-icon + span {
        padding-left: 0;
    }
    */
    .price__company .svg-icon  {
        padding-left: 0;
    }

    .price__product2 .price__col, .price__product .price__col {
        width: 100%;
    }
    .price__col:last-child {
        display: none;
    }
    .price__city_imp {
        left: 0;
    }
    .price__company {
        position: static;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .price {
        margin-left: -15px;
        margin-right: -15px;
    }
    .price__company .svg-icon {
        top: 8px;
        left: 15px;
        bottom: auto;
    }
    .price__count {
        margin-right: 0;
        position: absolute;
        top: 13px;
        right: 15px;
    }
    .price__col:nth-child(2) {
        padding-top: 4px;
    }
    .price__col:nth-child(3) {
        padding-top: 5px;
    }
    .price__col:nth-child(4) {
        padding-top: 6px;
    }
    .catalog__item-center {
        width: 300px;
    }
    .price__count .tooltip {
        left: auto;
        margin-left: 0;
        right: 0;
        top: 100%;
        margin-top: 14px;
    }
    .price__count .tooltip:after {
        width: 18px;
        height: 7px;
        left: auto;
        right: 4px;
        top: -7px;
        bottom: auto;
        background-position: 0 -66px;
    }
}

@media all and (max-width: 767px) {
    .comp_nextlink {
        display: none !important;
    }

    .header__links {
        display: none;
    }

    .header__menu {
        cursor: pointer;
        display: block;
    }

    h1 {
        font-size: 22px;
    }

    .footer_review  {display:none}
    .footer_review2 {display: inline-block;}

    .nav__link {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .nav__link:last-child {
        margin-bottom: 0;
    }
    .copyright,
    .social,
    .nav {
        text-align: center;
        width: 100%;
    }
    .social {
        margin-top: 24px;
    }
    .footer {
        padding-bottom: 12px;
    }
    .social__link {
        margin-right: 24px;
    }
    .copyright {
        padding-top: 24px;
    }
    .popup-cities {
        padding-left: 30px;
        padding-right: 30px;
    }
    .popup-sizes__col {
        width: 49% !important;
    }
    .col-6 {
        width: 100%;
    }
    .about__desc {
        padding-bottom: 42px;
    }
    .reviews__set {
        max-width: 183px;
        margin-top: 17px;
        display: block;
    }
    .reviews .block-top {
        display: block;
    }
    .reviews__list {
        margin-top: 35px;
    }
    .info {
        margin-right: 0;
    }
    .product-about .map {
        margin-top: 49px;
    }
    .product-about {
        padding-top: 74px;
    }
    .product-about .about__products {
        padding-top: 29px;
    }
    .product-about .about__products-links {
        margin-top: 12px;
    }
    .product__params,
    .product__desc {
        display: none;
    }
    .product__params-link {
        margin-left: 7px;
        margin-top: 8px;
    }
    .product__right {
        margin-top: 33px;
    }
    .product__right-top {
        top: 15px;
        right: 15px;
    }
    .product__right-top .add-favorite span {
        display: none;
    }

    .product__right-top .add-calc  span {
        display: none;
    }

    .catalog__item {
        position: relative;
    }
    .catalog__item-center {
        width: 280px;
    }
}

@media all and (max-width: 605px) {
    .catalog__item-company a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        color: #2F99CC;
        display: inline-block;
    }

    .catalog__item-company a:hover {
        text-decoration: none;
    }
}

@media all and (max-width: 720px) {
    .catalog__item-right,
    .catalog__item-center,
    .catalog__item-left {
        width: 100%;
    }
    .catalog__item-photo {
        max-width: 130px;
    }
    .catalog__item-right {
        text-align: center;
        /*
        margin-left: auto;
        margin-right: auto;
        */
        margin-left: 0px;
        margin-right: 0px;
    }
    .catalog__item-contacts, .catalog__item-sizes, .catalog__item-buy, .catalog__item-link {
        width: 100%;
    }
    
    .catalog__item .add-favorite {
        display: block;
        position: absolute;
        top: 48px;
        right: 11px;
    }
    
    .catalog__item .add-calc  {
        display: block;
        position: absolute;
        top: 23px;
        right: 11px;
    }
    
/*  .catalog__item-desc, */
    .catalog__item .verified,
    .catalog__item .add-calc span,
    .catalog__item .add-favorite span {
        display: none !important;
    }
    .catalog_material .catalog__item-desc {
        display: block !important;
    }
    .catalog__item-company {
        padding-top: 1px;
    }

    .catalog__item-company svg {
        display: inline-block;
        /*display: none;*/
        vertical-align: middle;
    }

    .catalog__item-company svg {
        position: absolute;
        top: 1px; left: 0;
        width: 20px;
        height: 20px;
    }
    .catalog__item-company svg + span {
        padding-left: 23px;
        display: inline-block;
    }

    .catalog__item-right {
        padding-top: 10px;
    }
    .catalog__item-city {
        margin-top: 3px;
    }
    .catalog_material .catalog__item-center {
        padding-top: 18px;
        padding-bottom: 14px;
    }
    /*
.catalog__item-right .tooltip-wr {
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    }
    */
    .catalog__item-right .tooltip {
        width: auto;
        left: 0;
        right: 0;
        top: 100%;
        min-width: inherit;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .catalog__item-right .tooltip:after {
        width: 18px;
        height: 7px;
        left: 0; right: 0;
        margin: 0 auto;
        top: -7px;
        bottom: auto;
        background-position: 0 -66px;
    }

    .catalog__item-price {
        font-size: 18px;
        line-height: 26px;
        color: #2F99CC;
    }

    .catalog__item-price {
        text-align: left;
    }

    .tooltip-wr .catalog__item-count {display: none}

    .catalog__item-price
    {
        width:100%
    }
    .catalog__item-price .catalog__item-count {
        display: inline-block;
        right: 22px;
    }
}

@media all and (max-width: 550px) {

    .catalog__item-price .catalog__item-count {
        display: inline-block;
        right: 12px;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .mobile-block {
        display: block;
    }
    .mobile-none {
        display: none;
    }
    .help {
        font-size: 0;
        margin-bottom: 69px;
    }
    .help img {
        width: 100%;
        max-width: inherit;
    }
    .overlay {
        padding: 15px;
    }
    .icon-thank {
        display: block;
        margin: 0 auto;
    }
    .popup-thank__title {
        margin-left: 0;
        margin-top: 16px;
    }
    .popup-thank__title i {
        display: inline-block;
    }
    .popup__title {
        font-size: 20px;
        line-height: 28px;
    }
    .popup__desc {
        text-align: left;
    }
    .popup-app {
        padding-bottom: 42px;
    }
    .popup-cities {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cities__btn {
        display: none;
    }
    .cities__label {
        width: 100%;
    }
    .cities__list:after {
        display: none;
    }
    .cities__list-col {
        width: 100%;
        margin-bottom: 12px;
    }
    .cities__list-col:last-child {
        margin-bottom: 0;
    }
    .popup-sizes {
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__desc-else {
        display: none;
    }
    .about__desc > p:after {
        content: '..';
        margin-left: -4px;
    }
    .about__desc.open > p:after {
        display: none;
    }
    .about__desc-btn {
        position: relative;
        top: -7px;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #2F99CC;
        border-bottom: 1px dotted #2F99CC;
    }
    .about__desc-btn:hover {
        border-bottom-color: transparent;
    }
    .about__desc-btn:active {
        color: #2A6496;
        border-bottom-color: transparent;
    }
    .about__desc p:last-child {
        margin-bottom: 20px;
    }
    .contacts {
        padding: 24px 12px 32px 12px;
    }
    .map__wrap {
        padding-top: 0;
        height: 300px;
    }
    .reviews {
        padding-top: 47px;
    }
    .popup-order {
        padding-left: 12px;
        padding-right: 12px;
    }
    .basket__item {
        text-align: left;
    }
    .basket__item-photo {
        display: block;
    }
    .basket__item-right {
        padding-top: 23px;
        margin-left: 0;
    }
    .controls {
        /*width: 100%;*/
        margin-left: 25px;
        width: 36px;
        -ms-flex-pack: justify;
        justify-content: space-between;

        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;


        text-align: left !important;
        /*display: inline-block;*/
    }
    .view__title {
        display: none;
    }
    .view_normal {
        margin-top: 24px;
        width: 100%;
    }
    .show_mr {
        margin-top: 20px;
    }
    .view {
        margin-top: -52px;
        width: 99.6%;
    }

    .view__switch {
        width: 80%;
    }
    .view .view__switch {
        width: 80%;
    }
    .view_normal .view__switch {
        width: 100%;
    }

    .view__switch-link {
        text-align: center;
        margin-right: 0;
        width: 50%;
    }
    .pages__link:nth-child(4),
    .pages__link:nth-child(5),
    .pages__link:nth-child(7) {
        display: none;
    }
    h1 a {
        line-height: 0.95em !important;
    }
    .catalog__info-count {
        display: block;
        margin-left: 0;
        margin-top: 4px;
    }
    .price__table-col:first-child {
        padding-left: 12px;
    }
    .product__right {
        padding: 23px 11px 34px;
    }
    .catalog__top-left {
        width: 100%;
        margin-bottom: -12px;
    }
    .page__wrap {
        margin-top: 14px;
    }
    .catalog__item {
        padding-top: 23px;
        padding-bottom: 10px;
        padding-left: 11px;
        padding-right: 11px;
    }

    .catalog__item-title {
        font-size: 14px;
        line-height: 20px;
    }
    .catalog__item-company {
        margin-top: 14px;
    }
    .catalog__item-price {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .catalog__item-count {
        margin-top: 5px;
        font-size: 16px;
        line-height: 16px;
    }
    .catalog__item-link {
        margin-top: 16px;
    }
    .verified .tooltip {
        left: 0;
        top: 100%;
        margin-top: 14px;
        margin-left: 0;
    }
    .verified .tooltip:after {
        width: 18px;
        height: 7px;
        left: 4px;
        top: -7px;
        bottom: auto;
        background-position: 0 -66px;
    }
}

@media all and (max-width: 450px) {
    .popup-sizes__col {
        width: 100% !important;
    }
    .count__title {
        position: static;
        max-width: inherit;
        padding-bottom: 1px;
    }
    .count-wrap {
        padding-left: 0;
    }
    .banner-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aside__block-title .tooltip__text {
        min-width: 170px;
    }
    .aside__block-title .tooltip:after {
        bottom: auto;
        top: 20px;
    }
}

.popup_small_form_old {
    z-index: 9999999;
    display: none;
    max-width: 360px;
    overflow: visible;
    /*margin-left:-50px;*/
    margin-top:8px;
    opcaity: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

   /* position: absolute !important; */
    background: #AAAAAA;


    color: #444444;
    font-family: MuseoSansCyrl, Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;


    text-align: left;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
    border-radius: 3px;
}

.popup_small_form {
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    max-width: 360px;
    box-sizing: border-box;
    margin: 10px auto;
    z-index: 99999;
    opacity: 1;

    color: #444444;
    font-family: MuseoSansCyrl, Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;


    text-align: left;

}

.popup_small_form .title
{
    font-family: MuseoSansCyrl, Sans-Serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}


.popup_small_form .textblock
{
    margin-left: 38px;
    /*margin-right: 28px;*/
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 0px 0px 0px;
    width:294px;
}

.popup_small_form .minusblock
{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
}

.popup_small_form .plusblock
{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 0px 3px 3px 0px;
}

.popup_small_form .horline
{
    position: relative;
    height: 1px;
    width: 19px;
    top:18px;
    left:9px;
    background: #2F99CC;
}

.popup_small_form .vertline
{
    position: relative;
    height: 19px;
    width: 1px;
    top:8px;
    left:18px;
    background: #2F99CC;
}


.popup_small_form .numbers
{
    width: 54px;
    height:40px;
    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    padding-left: 12px;
    border-radius: 0px !important;
}

.popup_small_form .numbers::-webkit-input-placeholder { /* WebKit browsers */
    padding-left: 8px;
}
.popup_small_form .numbers:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    padding-left: 8px;
}
.popup_small_form .numbers::-moz-placeholder { /* Mozilla Firefox 19+ */
    padding-left: 8px;
}
.popup_small_form .numbers:-ms-input-placeholder { /* Internet Explorer 10+ */
    padding-left: 8px;
}

.popup_small_form .digit{
    font-family: MuseoSansCyrl, Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.popup_small_form .priceblock{
    width: 284px;
    height: 40px;
    display: table;
    background: rgba(76, 0, 0, 0);
    border: 1px dashed rgba(76, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 3px;
}



.popup_small_form:after {
    content: '';
    position: absolute;
    background: url('../img/arrows.png') no-repeat;
}

.popup_small_form_top:after {
    background-position: 0 -65px;
    width: 16px;
    height: 7px;
    left: 110px;
    top: -7px;
}


.popup_small_form input[type="text"] {
    width: 284px;
    height: 40px;

    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
}

.popup_small_form textarea {
    width: 284px;
    height: 80px;

    background: #FFFFFF;
    border: 1px solid #CECFCF;
    box-sizing: border-box;
    border-radius: 3px;
}


.popup_small_form input[type="button"] {
    width: 284px;
    height: 40px;
    background: #2F99CC;
    border: 1px solid #2F99CC;
    box-sizing: border-box;
    border-radius: 3px;

    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.popup_small_form a {
    font-family: MuseoSansCyrl, Sans-Serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2F99CC;
}

.popup_small_form input[type="file"]
{
    display: none;
}


.popup_small_form_upload
{
    display: inline-block;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
    color: #2F99CC;
    font-family: MuseoSansCyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .tooltip2 {
        z-index: 9999;
        display: none;
        width: 292px;
        margin-left:-50px;
        margin-top:8px;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;

        position: absolute !important;
        background: #FFFFFF;


        color: #444444;
        font-family: MuseoSansCyrl, Sans-Serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;


        text-align: left;
        border: 1px solid #CECFCF;
        box-sizing: border-box;
        box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
        border-radius: 3px;
    }

    .tooltip2 .textblock
    {
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 10px;
        margin-bottom: 33px;
    }


    .tooltip2:after {
        content: '';
        position: absolute;
        background: url('../img/arrows.png') no-repeat;
    }

    .tooltip2_top:after {
        background-position: 0 -65px;
        width: 16px;
        height: 7px;
        left: 55px;
        top: -7px;
    }

}

@media (max-width: 1199px) {
    .tooltip2 {
        z-index: 9999;
        display: none;
        width: 292px;
        margin-left:0px;
        margin-top:8px;
        position: absolute !important;
        background: #FFFFFF;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;


        color: #444444;
        font-family: MuseoSansCyrl, Sans-Serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;


        text-align: left;
        border: 1px solid #CECFCF;
        box-sizing: border-box;
        box-shadow: 0 16px 24px rgba(68, 68, 68, 0.08), 0 12px 12px rgba(68, 68, 68, 0.08);
        border-radius: 3px;
    }

    .tooltip2 .textblock
    {
        margin-left: 18px;
        margin-right: 18px;
        margin-top: 10px;
        margin-bottom: 33px;
    }

    .tooltip2:after {
        content: '';
        position: absolute;
        background: url('../img/arrows.png') no-repeat;
    }

    .tooltip2_top:after {
        background-position: 0 -65px;
        width: 16px;
        height: 7px;
        left: 11px;
        top: -7px;
    }

}
/*end tooltips*/

.color_cores {margin-bottom: 15px}
.color_cores span {padding: 3px 7px;margin-left: 5px;border-radius: 3px;}

.color_grey {
    background: #dedede;
}

.color_broun {
    background: #a67c52;
    color: #fff;
}
.color_black {
    background: #333;
    color: #fff;
}

.color_blue {background: #2f99cc;color: #fff}
.color_red {background: #f1665e;color: #fff}
.color_white {background: #fff;color: #333;border: 1px solid #b9cfea;}
.color_raspberry {background: #dc143c;color: #fff;}
.color_green {background: #6bb978;color: #333;}
.color_yelow {background: #f6d67a;color: #333;}

.color_gy { background: #6cb978; /* Old browsers */
    background: -moz-linear-gradient(left, #6cb978 0%, #6cb978 48%, #f6d67a 56%, #f6d67a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6cb978 0%, #6cb978 48%, #f6d67a 56%, #f6d67a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6cb978 0%, #6cb978 48%, #f6d67a 56%, #f6d67a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cb978', endColorstr='#f6d67a', GradientType=1); /* IE6-9 */ }

.color_yb {color: #fff; background: #f6d67a;
    background: -moz-linear-gradient(left, #f6d67a 48.96%, #2f99cc 51.56%);
    background: -webkit-linear-gradient(left, #f6d67a 48.96%, #2f99cc 51.56%);
    background: linear-gradient(to right, #f6d67a 48.96%, #2f99cc 51.56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6D67A', endColorstr='#2F99CC', GradientType=1);
}

.color_gr {color: #fff; background: #6bb978;
    background: -moz-linear-gradient(left, #6bb978 48.96%, #f1665e 51.56%);
    background: -webkit-linear-gradient(left, #6bb978 48.96%, #f1665e 51.56%);
    background: linear-gradient(to right, #6bb978 48.96%, #f1665e 51.56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6BB978', endColorstr='#f1665e', GradientType=1);
}
.color_pb {color: #fff; background: #dc143c;
    background: -moz-linear-gradient(left, #dc143c 48.96%, #a67c52 51.56%);
    background: -webkit-linear-gradient(left, #dc143c 48.96%, #a67c52 51.56%);
    background: linear-gradient(to right, #dc143c 48.96%, #a67c52 51.56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC143C', endColorstr='#A67C52', GradientType=1);
}

.hide{
    display: none!important;
}


.excel_form-wrapper {
    max-width: 1000px;
}

.excel_form-wrapper input[type="file"]
{
    display: none;
}

.tbl {border-collapse:collapse; border: solid #999;border-width: 1px 1px 1px 1px}
.tbl td {vertical-align: top; border-collapse:collapse;border: solid #CFCFCE;border-width: 1px 1px 1px 1px; font-family: MuseoSansCyrl, Sans-Serif; padding: 7px 12px}

.tbl th {font-weight:normal; padding-left:5px;padding-right:5px;border-collapse:collapse; border: solid #CFCFCE;border-width: 1px 1px 1px 1px;background-color:#42A1CF;font-size:14px}
.tbl tbody > tr:nth-child(odd) { background-color: #E1F1F7 }

.excel_form-wrapper input[type="text"] {
    width: 40px;
    height: 20px;
    border: 1px solid black;
}

.sort__link.reset span {
    font-size: 14px !important;
    line-height: 20px !important;
    text-decoration-line: underline !important;
    color: #2F99CC !important;
    display: inline-block !important;
}

.sort__link.reset span:hover {
    text-decoration-line: none !important;
}


.popup-pic {
    vertical-align: middle;
    z-index: 99999;
    opacity: 1;
    max-width: 1024px !important;
    max-height: 668px !important;
    top:25%;
    left:auto;
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.popup-pic img {
    margin-top:30px;
    margin-left:15px;
    margin-right:15px;
}

.paramh{
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 13px;
    cursor: default;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    color: #2F99CC;
    margin-left: 7px;
    padding-top: 4px;
    font-family: "MuseoSansCyrl";
}

.sidebar-clear{
    display: flex;
    align-items: flex-start;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 13px;
    cursor: pointer;
}
.sidebar-clear__name{
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    color: #2F99CC;
    margin-left: 7px;
    border-bottom: 1px solid #2F99CC;
    padding-top: 4px;
    font-family: "MuseoSansCyrl";
}

.sidebar-clear__name:hover{
    border-bottom: none;
}
.sidebar-clear:active .sidebar-clear__name{
    color: #2F99CC;
}
.sidebar__clear-svg{
    stroke: #2F99CC;
    fill: none;
    width: 12px;
    height: 12px;
}

.sidebar-clear:active .sidebar__clear-svg{
    stroke: #2F99CC;
}

.checkbox__btn2 {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    background: #FFFFFF;
    outline: 1px solid #CECFCF !important;
    color: #CECFCF !important;
    /*box-sizing: border-box;*/
    margin-top: 3px;
    width: 17px;
    height: 17px;
    position: relative;
    display: none;
}

.sel_all_chb {
    padding-top: 7px;
    width: 20px;
    display: inline-block;
}

.sel_all_chb input[type=checkbox] {
    display: none;
}

.sel_all_chb input[type=checkbox] + label {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    background: #FFFFFF;
    outline: 1px solid #CECFCF !important;
    color: #CECFCF !important;
    /*box-sizing: border-box;*/

    margin-left: 5px;
    margin-top: 3px;
    width: 17px;
    height: 17px;
    position: relative;
    display: inline-block;
}

.sel_all_chb input[type=checkbox]:hover + label {
    cursor: pointer;
    outline: 1px solid #2F99CC  !important;

}

.sel_all_chb input[type=checkbox]:checked + label {

    background:url("/agg/assets/images/decor/checked.svg") no-repeat;
    display: inline-block;
}

.city{
    width: 200px;
}

.city__wrap{
    position: relative;
}
.city__content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.city__placeholder-icon{
    margin-right: 4px;
    cursor: pointer;

}
.city__placeholder-icon svg{
    width: 11px;
    height: 14px;
    fill: #999;
    fill-opacity: 0.6;
}

.city__name{
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #444;
    border-bottom: 1px dotted #999;
    position: relative;
    padding-right: 10px;
    cursor: pointer;

}

.city__name::before{
    position: absolute;
    content: '';
    background-image: url('../images/decor/arrow-down.svg');
    width: 7px;
    height: 5px;
    right: 0px;
    top: 37%;
}
.city__name:hover{
    border-bottom: 1px dotted #fff;
}
.city__content:active .city__name{
    color: #2F99CC;
}
.city__content:active .city__placeholder-icon svg{
    fill: #2F99CC;
}


.city__true{
    position: absolute;
    left: 0;
    top: 30px;
    padding: 35px 25px 35px 25px;
    border: 1px solid #CECFCF;
    background-color: white;
    text-align: center;
    box-shadow: 0px 12px 12px rgba(68, 68, 68, 0.08), 0px 16px 24px rgba(68, 68, 68, 0.08);
    border-radius: 3px;
    width: 270px;
    z-index: 99;
}

@media (max-width: 767px) {
    .city__true {
        margin-left: 0px;
    }

    .city__content {
        display: none;
    }

}

.city__true:not(.city_clone)::before{
    content: '';
    position: absolute;
    top: -6.5px;
    left: 25px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #CECFCF;
    border-right: 1px solid #CECFCF;
    background-color: white;
    z-index: 1;
    transform: rotate(-45deg);
}

.city__true-question{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #444;
    padding-bottom: 18px;
}

.city__true-buttons{
    display: flex;
    justify-content: space-between;
}
.city__button-agree{
    background: #2F99CC;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 25px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.city__button-agree:hover{
    background: #4BB2E4;
    border: none;
    color: #fff;
    transition: all 0.2s ease;
}
.city__button-agree:active{
    background: #2F99CC;
    box-shadow: inset 0px 3px 5px rgb(0 0 0 / 13%);
}

.city__button-another{
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2F99CC;
    background: #FFFFFF;
    border: 0px solid #2F99CC;
    cursor: pointer;
    border-radius: 3px;
    /*padding: 9px 25px;*/
    padding-left:  0px;
    padding-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all 0.2s ease;
    text-decoration: underline;
}

.city__button-another:hover{
    /*
    border: 1px solid #4BB2E4;
    color: #4BB2E4;
    transition: all 0.2s ease;
    */
    text-decoration: none;
}

/*
.city__button-another:active{
    border: 1px solid #2A6496;
    color: #2A6496;
}
*/

.city__close-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.c_url {
    font-size: 18px;
    line-height: 26px;
    color: #2F99CC;
    text-decoration: underline;
}

.c_url:hover {
    text-decoration: none;
}

.pop_link {
    color: #2F99CC;
    text-decoration: underline;
}

.checkinn {
    float: left;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    bottom: 31px;
}

.checkinn a:hover{
    text-decoration: none;
}

.anlist_h:hover .select_all_analogs {
    border: 1px solid #2F99CC;
}