/* Reset Styles */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}::before,::after{box-sizing:inherit}:focus{outline:none}body{margin:0}article,aside,footer,header,nav,section,figcaption,figure,main{display:block}h1,h2,h3,h4,h5,h6,figure,p,dl,dd{margin:0}hr{border:none;box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;color:inherit;text-decoration:none;-webkit-text-decoration-skip:objects;outline:none}a:active,a:hover{outline-width:0}ul,li{list-style:none;margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}mark{background:none}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{border:none;overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:none;margin:0;padding:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{border:none;overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}


/* Font face */
@font-face {
    font-family: 'Daxline Pro';
    src: url(DaxlinePro-Light.woff2) format('woff');
    font-style: normal;
    font-weight: 300;
    text-rendering:optimizeLegibility;
    font-display: fallback;
}
@font-face {
    font-family: 'Daxline Pro';
    src: url(DaxlinePro-Regular.woff2) format('woff');
    font-style: normal;
    font-weight: 400;
    text-rendering:optimizeLegibility;
    font-display: fallback;
}
@font-face {
    font-family: 'Daxline Pro';
    src: url(DaxlinePro-Medium.woff2) format('woff');
    font-style: normal;
    font-weight: 500;
    text-rendering:optimizeLegibility;
    font-display: fallback;
}
@font-face {
    font-family: 'Daxline Pro';
    src: url(DaxlinePro-Bold.woff2) format('woff');
    font-style: normal;
    font-weight: 600;
    text-rendering:optimizeLegibility;
    font-display: fallback;
}
@font-face {
    font-family: 'ALS Ruble';
    src: url('ALSRubl.woff2') format('woff2'), url('ALSRubl.woff2') format('woff2');
    font-style: normal;
    font-display: fallback;
    font-weight: 400;
}


/* Default Styles */
.landing{
    font-family: 'Daxline Pro';
    font-weight: 300;
    font-size: 20px;
    color: #2d2044;
    font-feature-settings: "lnum" 1;
    overflow: hidden;
}
.landing .ruble{
    font-family: 'ALS Ruble';
    line-height: 16px;
}



/* Flex */
.row, .landing-block-header, .landing-list-item-header, .landing-block-3, .map-filter, .select-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row-reverse{
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.row, .landing-block-header, .landing-list-item-header, .select-text, .landing-block-3{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.landing-block-3{
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.landing-block-3, .map-filter{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.select-text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* HEADER */
.landing-header {
    background: url(../images/header-bg.png) no-repeat top center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}
.landing-header-title{
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
}
.landing-header p{
    max-width: 720px;
    margin: 0 auto 5px;
}
.landing-header a, .landing-header-link{
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid;
}
.landing-header-link{
    color: #e70095;
}


/* CONTENT */
.landing-content{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
.landing-heading{
    margin-bottom: 20px;
    color: #00bdbe;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}


/* BLOCK 1 */
.landing-block-1{
    margin-bottom: 100px;
}
.text-lead{
    margin-bottom: 40px;
    text-align: center;
}
.row{
    margin: 0 -15px 50px;
}
.col{
    width: 50%;
    padding: 0 15px;
}
.landing-block-image{
    max-width: 100%;
}
.landing-block-header{
    margin-bottom: 20px;
}
.landing-block-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.mobile{
    display: none;
}
.landing-block-number{
    margin-right: 30px;
    color: #e70095;
    font-weight: 600;
    font-size: 120px;
    line-height: 100px;
    transform: translateY(10px);
}
.row-reverse .landing-block-number{
    color: #00bdbe;
}


/* BLOCK 2 */
.landing-block-2 .landing-heading{
    margin-bottom: 40px;
    color: #e70095;
    font-size: 60px;
    line-height: 60px;
}
.landing-list-item{
    margin: 0 0 40px 20px;
}
.landing-list-title{
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.landing-list-icon{
    width: 47px;
    margin-right: 15px;
}
.landing-list-item p{
    margin-left: 62px;
}


/* BLOCK 3 */
.landing-block-3{
    background: url(../images/bg.png) no-repeat center;
    min-height: 292px;
    margin: 0 -20px 60px;
    padding: 20px;
}
.landing-block-3 h3{
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.landing-block-3 ul{
    max-width: 430px;
}


/* FOOTER */
.landing-footer .landing-heading{
    margin-bottom: 30px;
}
.shop-map{
    width: 100%;
    height: 558px;
}
.map-filter{
    margin-bottom: 30px;
    padding: 0 20px;
}
.select{
    width: 100%;
    max-width: 395px;
    position: relative;
    z-index: 10;
}
.select-text {
    border: 1px solid #8e8e93;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    height: 40px;
    margin: auto;
    padding: 0 14px;
    color: #333;
    cursor: pointer;
}
.select-text:after{
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #8e8e93;
    border-bottom: 1px solid #8e8e93;
    transform: rotate(45deg);
    margin: -4px 0 0 auto;
}
.list{
    display: none;
    background-color: white;
    border: 1px solid #8e8e93;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.list li{
    padding: 0 14px;
    cursor: pointer;
}
.list li:hover, .list .active{
    color: #e8269e;
}
.select-open .list{
    display: block;
    padding: 5px 0;
    text-align: left;
}
.tab-input{
    display: none;
}
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}


@media (hover: hover) {
    .landing-header a:hover, .landing-header-link:hover{
        border-bottom-color: transparent;
    }
    .select-text:hover, .logo:hover{
        border-color: #ED2690;
    }
}

@media (max-width: 768px){
    .landing{
        font-size: 14px;
    }
    .landing-header{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .landing-heading {
        font-size: 30px;
    }
    .landing-block-title, .landing-list-title{
        font-size: 22px;
        line-height: normal;
    }
    .landing-block-number{
        font-size: 87px;
        line-height: 67px;
        transform: translateY(5px);
    }
    .landing-block-1{
        margin-bottom: 60px;
    }
    .landing-block-2 .landing-heading{
        font-size: 44px;
        line-height: normal;
    }
    .landing-list-item{
        margin-left: 0;
    }
    .landing-block-3{
        margin-bottom: 50px;
        min-height: 215px;
        background-size: auto 100%;
    }
    .landing-block-3 h3{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .landing-block-3 ul{
        max-width: 320px;
    }
}

@media (max-width: 640px){
    .landing-header{
        background-position: bottom 40px left 50%;
    }
    .row{
        display: block;
    }
    .col{
        width: auto;
    }
    .landing-block-image{
        display: block;
        margin: 0 auto 20px;
    }
    .landing-list-icon {
        width: 30px;
        flex-shrink: 0;
    }
    .landing-list-icon img{
        max-width: 100%;
    }
    .landing-list-item p{
        margin-left: 45px;
    }
}


@media (max-width: 520px){
    .landing{
        font-weight: 400;
    }
    .landing-header{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .landing-heading {
        font-size: 20px;
        line-height: 24px;
    }
    .landing-block-header{
        margin-bottom: 0;
        position: relative;
    }
    .row{
        margin-bottom: 30px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
        text-align: center;
    }
    .landing-block-title{
        margin-bottom: 15px;
    }
    .landing-block-number{
        font-size: 70px;
        line-height: 50px;
        transform: none;
        position: absolute;
        left: 20px;
        top: 100%;
        margin-top: 15px;
    }
    .landing-block-image{
        max-width: 80%;
    }
    .landing-block-1{
        margin-bottom: 40px;
    }
    .landing-block-1 p{
        text-align: center;
    }
    .landing-block-2 .landing-heading{
        font-size: 30px;
        line-height: 30px;
    }
    .landing-list-title {
        font-size: 20px;
        line-height: 28px;
    }
    .landing-list-icon {
        width: 25px;
    }
    .landing-list-item p{
        margin-left: 40px;
    }
}


.smallCart .icon {
    padding-top: 8px;
}

header .hidden_panel .smallCart .icon {
    padding-top: 9px;
}

.header-search__hide .icon {
    top: 8px;
}

@media screen and (max-width: 990px)
{
    .main_panel .smallCart .icon {
        padding-top: 9px;
    }
}