body {
    display: block;
    background: #fff;
}
.site-container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}
.btn-type1 {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: #FFD23F;
}
.btn-type1:hover {
    color: #3B3B3B;
    background: #FFD23F;
}

/*header-contacts*/
.site-header {
    max-width: 100% !important;
    margin-bottom: 40px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
}
.header-contacts {
    padding: 6px 0;
    background: #E2E8FF;
}
.header-contacts a {
    font-weight: bold;
    color: #015590;
}
.header-contacts .site-container {
    display: flex;
    justify-content: flex-end;
}
.header-contacts__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-contacts__menu li {
    display: inline-block;
    margin-left: 80px;
}
.header-contacts__menu li:first-child {
    margin-left: 0;
}
.header-contacts__menu svg {
    display: none;
}
.header-contacts__phones {
    display: flex;
    justify-content: space-between;
    width: 185px;
   	margin-left: 80px;
    font-size: 12px;
    color: #015590;
}
.header-contacts__phones a {
    font-size: 14px;
}
/*end header-contacts*/

/*header main*/
.header-main {
    padding: 15px 0 15px;
    background: #fff;
}
.header-main .site-container {
    display: flex;
    justify-content: space-between;
}
.header-main__logo svg {
    width: 83px;
    height: 51px;
    margin: 0 30px 0 8px;
}
.header-main__nav {
    /*display: none;*/
    width: 100%;
    padding-top: 7px;
}
.header-main__icons {
    display: flex;
    justify-content: space-between;
    min-width: 258px;
    min-height: 70px;
    padding: 16px 0 0;
    margin-left: 30px;
}
.header-main__icons .top-icon {
    width: 47px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}
.header-main__icons .top-icon a {
    font-size: 10px;
    color: #3C3C3C;
}
.header-main__icons .top-icon a:hover {
    color: #015590;
}
.top-icon__img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25px;
    margin-bottom: 9px;
}
.top-icon__img svg {
   stroke: #3C3C3C;
    fill: transparent;
}
.header-main__icons a:hover .top-icon__img svg {
    stroke: #015590;
}
.top-icon__cnt {
    position: absolute;
    bottom: -8px;
    right: 5px;
    width: 12px;
    height: 12px;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    border-radius: 100%;
    background: #FFD23F;
}
/*--header mobile menu*/
.mobile-menu {
    display: none;
}
.mobile-menu__btn {
    display: block;
    min-width: 42px;
    height: 42px;
    padding: 0 6px;
    border: 1px solid #FFC300;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    transition: all 0.2s linear;
}
.mobile-menu__btn span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin-top: 18px;
    border-radius: 2px;
    background: #FFD23F;
}
.mobile-menu__btn span:after {
    position: absolute;
    top: -9px;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #FFD23F;
    content: "";
}
.mobile-menu__btn span:before {
    position: absolute;
    bottom: -9px;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #FFD23F;
    content: "";
}
.mobile-menu__btn.show {
    transform: rotate(90deg);
}
.mobile-menu__btn.show span,
.mobile-menu__btn.show span:after,
.mobile-menu__btn.show span:before {
    background: #fff;
}
.mobile-menu__wrap {
    display: none;
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
    z-index: 1000;
}
/*end header main*/

/*header bottom*/
.header-bottom {
    background: linear-gradient(270deg, #000231 0%, #00046C 49.53%, #000231 100%);
}
.header-bottom .site-container {
    position: relative;
    display: flex;
    padding-top: 24px;
    padding-right: 10px;
    color: #fff;
}
.header-bottom__catalog {
    padding: 0 25px 0 8px;
}
.header-bottom__search {
    width: 100%;
}
.header-bottom__types {
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    min-width: 265px;
    padding-left: 30px;
}
.header-bottom__types > a {
    max-width: 130px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.header-bottom__types > a:hover {
    color: #FFD23F;
}
.header-bottom__types svg {
    display: block;
    margin: 0 auto;
    stroke: #fff;
}
.header-bottom__types a:hover svg {
    stroke: #FFD23F;
}
.header-bottom__types a span {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
/*end header bottom*/

#svg-sprite {
    display: none;
}

/*footer*/
.site-footer {
    width: 100%;
    padding: 70px 0 50px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(270deg, #000231 0%, #00046C 49.53%, #000231 100%);
}
.site-footer a {
    color: #fff;
}
.site-footer-in{
    display: flex;
    justify-content: space-between;
}
.site-footer__left {
    display: flex;
    justify-content: space-between;
    width: 45%;
    padding: 0 0 0 10px;
}
.footer-tp {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
}
.footer-tp {
    display: inline-block;
    padding: 3px 17px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c3c3c;
	border: solid 1px #fff;
}
.footer-tp:hover {
	border-color: #ffd500;
}
.footer-tp a {
    color: #3c3c3c;
}
footer a.footer-tp-link {
    font-size: 17px;
    float: none;
    font-weight: normal;
}

/*������� � ����������� � ��������*/
.footer-company {
    padding: 0 30px 0 0;
}
.footer-company__callcenter {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.footer-company__callcenter a {
    font-size: 20px;
    font-weight: bold;
}
.footer-icon {
    display: none;
}
.footer-company__address {
    margin-bottom: 23px;
}
.footer-company__address strong {
    display: block;
    margin-bottom: 5px;
}
.footer-company__link {
    display: inline-block;
    margin: 0 0 25px;
    font-weight: bold;
}
.footer-company__requisites {
    margin-bottom: 25px;
}
.footer-company__requisites strong {
    display: block;
    margin-bottom: 5px;
}
.footer-company__info {
    margin-top: 2px;
    line-height: 20px;
}

/*������� � ���� �������� */
.footer-catalog {
    padding-right: 25px;
}
.footer-catalog__title {
    line-height: 20px;
}
.footer-catalog__blog {
    font-weight: bold;
    line-height: 22px;
}

.site-footer__right {
    width: 48%;
}
.site-footer__right-in {
    display: flex;
    justify-content: space-between;
}
.footer-services {
    padding-right: 20px;
}
.footer-info {
    max-width: 245px;
}
.footer-info__support-phone {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}
.footer-info__support-phone a {
    font-size: 20px;
    font-weight: bold;
}
.footer-info__support-phone a:hover {
    color: #fff;
}
.footer-info__support-phone .footer-tp a {
    font-weight: normal;
}
.footer-info__support-phone .footer-tp a:hover {
    color: #000;
}


/*�������� ��� � �������*/
.footer-cont {
    text-align: right;
}
a.footer-cont__feedback {
    position: relative;
    top: -5px;
    display: inline-block;
    max-width: 200px;
    top: auto;
    line-height: 26px;
    padding: 8px 17px 8px 10px;
    font-size: 18px;
    color: #3e3e3e;
    border: solid 1px #fff;
    background: #fff;
}
a.footer-cont__feedback:hover {
    color: #000;
    border-color: #ffd500;
}
.footer-cont__feedback svg {
    float: left;
    width: 39px;
    height: 26px;
    margin-right: 7px;
    stroke: #FFD23F;
}
.footer-cont__social {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.footer-cont__social li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footer-cont__social li svg {
    width: 40px;
    height: 40px;
}

/*�������*/
#overlay,#overlay2,#overlay3{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0, 0, 0, 0.65);z-index:999;-webkit-animation:fade .6s;-moz-animation:fade .6s;animation:fade .6s;overflow:auto;}

#overlay,#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup,.popup2 {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 700px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Roboto', 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.closef {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.closef:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* ?????? ????? ??????????? */
.closef:hover {
    background-color: rgba(252, 20, 0, 0.8);
}


@media (max-width: 1024px) {

    .header-bottom .site-container {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    .header-bottom__catalog {
        width: 100%;
        margin-left: -42px;
        margin-right: -300px;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-menu {
        width: 100%;
        padding: 0 290px 0 50px;
    }
    .catalog-menu a.catalog-menu__btn {
        width: 100%;
    }
    .header-bottom__search {
        order: 3;
    }
    /*header mobile menu*/
    .header-contacts {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu__wrap {
        box-shadow: none;
        filter: drop-shadow(10px 25px 25px rgba(0, 0, 0, 0.2));
    }
    .mobile-menu__wrap .site-container {
        flex-wrap: wrap;
        padding: 0;
    }
    .mobile-menu__wrap .header-contacts {
        display: block;
        padding: 0;
    }
    .header-bottom .site-container
    .mobile-menu__wrap .header-contacts__phones {
        width: 100%;
        padding: 13px 20px 6px;
        margin-left: 0;
        align-items: flex-end;
        justify-content: flex-start;
        font-size: 10px;
        background: #FFD23F;
    }
    .mobile-menu__wrap .header-contacts__phones > div {
        width: 45%;
    }
    .mobile-menu__wrap .header-contacts__phones span {
        display: block;
        color: #000;
    }
    .header-contacts__phones a {
        color: #000;
    }
    .mobile-menu__wrap .header-contacts__menu {
        display: flex;
        width: 100%;
        order: 2;
        border-bottom: solid 2px #FFD23F;
        background: #fff;
    }
    .mobile-menu__wrap .header-contacts__menu li {
        width: 50%;
        margin-left: 0;
        text-align: center;
        border-left: solid 2px #FFD23F;
    }
    .mobile-menu__wrap .header-contacts__menu svg {
        display: inline-block;
        width: 15px;
        height: 12px;
        margin-right: 8px;
    }
    .mobile-menu__wrap .header-contacts__menu li:first-child {
        order: 2;
    }
    .mobile-menu__wrap .header-contacts__menu li:nth-child(even) {
        border-left: none;
    }
    .mobile-menu__wrap .header-contacts__menu a {
        display: block;
        padding: 4px 20px 4px 0;
        font-weight: bold;
        color: #000;
        font-size: 12px;
    }
    .header-main__nav {
        display: none;
    }
    .mobile-menu__wrap .header-main__nav {
        display: block;
        padding-top: 0;
        background: #fff;
    }
    .mobile-menu__wrap .top-menu {
        display: block;
        padding: 0;
        border: none;
        border-bottom: solid 2px #FFD23F;
        box-shadow: none;
    }
    .mobile-menu__wrap .top-menu li {
        border-top: solid 1px #F5F5F5;
    }
    .mobile-menu__wrap .top-menu li:first-child {
        border-top: none;
    }
    .mobile-menu__wrap .top-menu li a {
        display: block;
        padding: 8px 20px;
        font-size: 12px;
    }
    .mobile-menu__wrap .top-menu li a:hover {
        color: #000;
        background: #FFD23F;
    }
}
@media (max-width: 880px) {
    /*footer*/
    .footer-catalog,
    .footer-services {
        display: none;
    }
    .footer-company,
    .footer-info {
        width: 100%;
    }
    .site-footer__right-bottom {
        margin-top: 35px;
    }
    .footer-cont {
        text-align: left;
    }
    a.footer-cont__feedback {
        top: 0;
        padding: 11px 20px 11px 18px;
    }
    .footer-cont__feedback svg {
        margin-right: 11px;
    }
}
@media (max-width: 560px) {
    .header-bottom__types {
        min-width: 0;
    }
    .main-filter-type {
        display: none;
    }

    .header-bottom__catalog,
    .catalog-menu {
        padding: 0;
        margin: 0;
        width: auto;
    }

    /*footer*/
    .site-footer {
        padding: 20px 0 40px;
        font-size: 12px;
    }
    .site-footer-in {
        flex-wrap: wrap;
    }
    .site-footer__left {
        width: 100%;
        padding-left: 0;
    }
    .footer-company {
        padding-right: 0;
    }
    .footer-company__callcenter {
        padding-top: 3px;
        margin-bottom: 25px;
        font-size: 16px;
        border-top: solid 1px #FFD23F;
    }
    .footer-company__callcenter br {
        display: none;
    }
    .footer-company__callcenter a {
        float: right;
    }
    .footer-company__link,
    .footer-info__menu {
        display: none;
    }
    .footer-company__link--address {
        position: relative;
        display: block;
        padding-left: 20px;
        margin-bottom: 12px;
    }
    .footer-info__support-phone {
        padding: 3px 0 2px;
        margin-bottom: 0;
        font-size: 16px;
        border-bottom: solid 1px #FFD23F;
    }
    .footer-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 3px;
        margin-top: -9px;
    }
    .footer-company__address {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .footer-company__address strong {
        margin-bottom: 0;
        line-height: 12px;
    }
    .footer-company__requisites {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px;
        line-height: 14px;
    }
    .footer-company__requisites strong {
        margin-bottom: 0;
    }
    .footer-company__link--about {
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer-company__info {
        line-height: 14px;
    }
    .site-footer__right {
        width: 100%;
    }
    .site-footer__right-bottom {
        margin-top: 35px;
    }
    a.footer-cont__feedback {
        background: transparent;
        border: solid 1px #FFE600;
        border-radius: 0;
        font-size: 12px;
        line-height: normal;
        color: #fff;
    }
    .footer-cont__feedback svg {
        width: 22px;
        height: 16px;
    }
    .footer-cont__social {
        margin-top: 28px;
    }
    .footer-cont__social li svg {
        width: 30px;
        height: 30px;
    }
    .footer-tp {
        float: left;
        font-size: 14px;
        /*padding: 0;
        margin-bottom: 0;
        background: transparent;
        color: #fff;*/
    }
    .footer-info__support-phone:after{
        display: block;
        font-size: 0;
        line-height: 0;
        clear: both;
        content: "";
    }
    /*.footer-tp a {
        color: #fff;
    }*/
    .footer-company__callcenter a {
        font-size: 15px;
        line-height: 30px;
    }
    footer a.footer-tp-link {
        font-size: 14px;
        font-weight: bold;
    }
}
@media (max-width: 479px) {
    .header-main {
        padding: 5px 0 0;
    }
    .header-main__logo svg {
        width: 45px;
        height: 32px;
        margin-left: 3px;
    }
    .top-icon__img {
        height: 17px;
    }
    span.top-icon__img--cart svg {
        width: 20px;
        height: 16px;
    }
    .header-main__icons {
        min-width: 0;
        min-height: 0;
        padding-top: 5px;
    }
    .top-icon__img--lk svg {
        width: 14px;
        height: 16px;
    }
    .top-icon__img--compare svg {
        width: 14px;
        height: 16px;
    }
    .top-icon__img--favorite svg {
        width: 17px;
        height: 15px;
    }
    .header-main__icons .top-icon a {
        font-size: 7px;
    }
    .top-icon__img {
        display: block;
        margin-bottom: -2px;
    }
    .top-icon__cnt {
        bottom: -2px;
        width: 10px;
        height: 10px;
        font-size: 8px;
        line-height: 11px;
    }
    .header-bottom .site-container {
        padding: 10px 15px;
    }
    /*header search*/
    .top-search {
        padding: 3px;
    }
    .top-search input[type="submit"] {
        width: 25px;
        height: 25px;
        background-size: 80%;
    }
    /*header catalog*/
    .catalog-menu__list {
        left: 0;
        right: 0;
        width: 100%;
        border: none;
        box-shadow: none;
        filter: drop-shadow(10px 25px 25px rgba(0, 0, 0, 0.2));
    }
    .catalog-menu a.catalog-menu__btn {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .catalog-menu a.catalog-menu__btn span {
        left: 10px;
    }
    .catalog-menu a.catalog-menu__btn span:before,
    .catalog-menu a.catalog-menu__btn span:after {
        height: 1px;
    }
    .catalog-menu a.catalog-menu__btn span:after {
        bottom: -1px;
    }
    .catalog-menu a.catalog-menu__btn span:before {
        left: 8px;
    }

    /*header mobile menu*/
    .mobile-menu__wrap .site-container {
        padding: 0;
    }
    .mobile-menu__btn {
        min-width: 30px;
        height: 30px;
    }
    .mobile-menu__btn span {
        margin-top: 13px;
    }
    .mobile-menu__btn span,
    .mobile-menu__btn span:before,
    .mobile-menu__btn span:after {
        height: 2px;
    }
    .mobile-menu__btn span:before {
        bottom: -6px;
    }
    .mobile-menu__btn span:after {
        top: -6px;
    }

    /*header filter*/
    .manufacturer-menu > a {
        display: flex;
    }
    .header-bottom__types {
        padding-left: 10px;
    }
    .header-bottom__types a span {
        margin-top: 2px;
        margin-left: 5px;
        max-width: 70px;
        font-size: 10px;
        font-weight: bold;
        line-height: normal;
    }
}



/*.egais_cheat p, .egais_cheat li, .egais_cheat b{
	font-size: 14px !important;
}

.egais_title{
	font-size: 16px !important;
}
.activity_no_bold
{
	font-weight:normal;
}
.activity_no_bold ul
{
	font-weight:normal;
}*/