/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('/fonts/decima/stylesheet.css');
@import url('/fonts/nimbunsSans/stylesheet.css');
@import url('/fonts/Gridnik/stylesheet.css');
@import url('/css/reset.css');
@import url('/css/common.css');
@import url('/css/sidenav.css');
@import url('/css/modal.css');
@import url('/css/side.css');
@import url('/css/range.css');
@import url('/css/product_icons.css');


body {
    font-family: 'Nimbus Sans L','Open Sans', sans-serif;
    line-height: 1.14;
    font-size: 15px;
}
.modal__inner#shops {
    height: 80%;
    max-width: 500px;
    width: 100%;
    padding: 40px 0;
}
#shop_list {
    height: 95%;
    overflow-x: auto;
    padding: 0 40px
}
.shop_text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.shop_text b {
    font-weight: 600;
}

.shop_text a {
    color: #ED1C24;
    text-decoration: underline;
}
.shop_text a:hover {
    text-decoration: none;
}

/* /hero */
.hero__background-mobile{
    display: none;
}
.header__menu-mobile{
    display: none;
}
.hero{
    overflow: hidden;
    position:relative;
    background-color: #204840;
    color: #fff;
    margin-bottom: 120px;
}
.hero__background{
    position: absolute;
    z-index: 9;
    width: 55%;
    left:50%;
    bottom:0;
    max-width: 830px; 
}
.hero__background img{
    width:100%;
}
.hero .container{
    position:relative;
    z-index: 10;
}
.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom:50px;
}

.header__logo{  
    width:100px;
    margin-right: 35px;

}
.header__logo img{  
    width:100%;
}
.header__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu-item{
    margin:0 18px;
    text-transform: uppercase;
}
.header__lang{
    margin-left:auto;
    font-size:14px;
    color: #92b7b0;
}

.header__lang-option{
    padding:0 6px;
}
.header__lang-option.active{
    color: #fff;
}

.hero__wrapper{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.hero__info{
    max-width: 600px;
    margin-bottom: 90px;
}
.hero__subtitle{
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:30px;
    line-height: 1.35;
}
.hero__title-wrapper{
    position:relative;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
}
.hero__title{
    position:relative;
    font-size:60px;
    font-weight: 600;
    margin-bottom:35px;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    z-index: 12;
    
}
.hero__title-wrapper .label{
    position:absolute;
    bottom:38%;
    left:81%;
    z-index: 11 !important;
}
.hero__text{
    color:#92b7b0;
    font-size:18px;
    margin-bottom:80px;
    line-height: 1.4;
    width:75%;

}
.hero__icons{
    max-width: 80%;;
    margin-bottom:30px;
}
.hero__icons img{
    width:100%;
}
.hero__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.hero__item{
    margin-right: 20px;
}
.hero__item:last-child{
    margin-right: 0;
}
.hero__paints{
    margin-left:auto;
    width:calc(100% - 700px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hero__paints img{
    max-width: 600px;
}
.hero__info-button{
    width:300px;
}
.hero__info-button .button-red{
    border-radius: 0;
}
.hero__padding-bottom{
    height: 80px;
    width:100%;
    background-color: #fff;
}
/* hero/ */


/* /about */
.about{
    margin-bottom: 120px;
}
.about__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.about__preview{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 70px;
    padding-left:60px;
    width:40%;
    /* position:relative; */
    background-image: url("/images/main/about_img2.png");
}
.about__title{
    font-size:37px;
    color:#fff;
    font-weight: 600;
}
.about__text{
    width:60%;
    background-color: #666b70;
    color: #fff;
    padding:108px 150px 130px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.38;
}
/* about/ */



/* /prize */
.prize__image-mobile{
    display: none;
}
.prize__additional-img-mobile{
    display: none;
}
.prize{
    margin-bottom: 140px;
}
.prize__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.prize__info{
    width:48%;
}
.prize__title{
    font-size: 45px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 40px;
    letter-spacing: -3px;
    font-weight: 600;
}
.prize__text{
    line-height: 1.38;
    margin-bottom: 47px;
}
.prize__images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prize__image{
    width:100%;
    height: 460px;
    overflow: hidden;
}
.prize__image img{
    width:100%
}
.prize__additional{
    width:48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-flow:column;
            flex-flow:column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.prize__additional-img{
    height: 300px;
    width:100%;
    overflow: hidden;
}
.prize__additional-img img{
    width:100%;
}
.prize__additional-text{
    line-height: 1.35;
}
/* prize/ */

/* /winners */
.winners{
    background-color: #204840;
    color:#fff;
    padding:100px 0;
}
.winners__title{
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 1.2;
}
.winners__stages{
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    margin-bottom: 65px;
}
.winners__stage{
    width:calc(100% / 5.1);
    border-bottom: 2.5px solid #5c9186;
    padding:18px 0;
    padding-left:40px;
    box-sizing: border-box;
    cursor: pointer;
}
.winners__stage.active{
    background-color: #5c9186;
}
.winners__stage-title{
    font-size:21px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1.2;
}
.winners__stage-subtitle{
    font-size: 14px;;
    color:#5c9186;
}
.active .winners__stage-subtitle{
    color:#fff;
}
.winners__items{}
.winners__item{
    background-color: #2f5950;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding:0 34px;
    box-sizing: border-box;
    margin-bottom: 46px;
}
.winners__icon{
    height: 100px;
    width:100px;
    display: flex;
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #5c9186;
    margin-top:-15px;
}
.winners__icon img{
    width:50%;
}
.winners__name{
    font-size:21px;
    font-weight: 500;
    letter-spacing: 1.05;
}
.winners__phone{
    display: flex;
    justify-content: center;
    align-items: center;
    width:60%;
}
.winners__phone img{
    margin-right: 10px;
}
.winners__city{}
/* winners/ */

/* /jury */
.criteria{
    padding:100px 0;
    background-color: #204840;
    color:#fff;
}
.criteria__title{
    font-size: 42px;
    margin-bottom: 42px;
    font-weight: 600;
}
.criteria__subtitle{
    font-size:17px;
    margin-bottom: 30px;
}
.criteria__items{
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
.criteria__item{
    box-sizing: border-box;
    padding:20px;
    /* border:1px solid #fff; */
    width:calc(100% / 4.2);
    box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.75);
}
.criteria__name{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.criteria__desc{

}
/* jury/ */


/* /jury */
.jury{
    padding:100px 0;
}
.jury__title{
    font-size: 42px;
    margin-bottom: 42px;
    font-weight: 600;
}
.jury__items{
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
.jury__item{
    width:calc(100% / 4.2);
}
.jury__photo{
    width:100%;
    height:370px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 23px;
}
.jury__photo img{
    height: 100%;
}
.jury__name{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#204840;
}
.jury__desc{
    color:#5c9186;
    padding-left:15px;
    box-sizing: border-box;
    position:relative;
}
.jury__desc ul{
    list-style-type: disc;
    list-style: disc;
}
.jury__desc.show_more{
    overflow: hidden;
    height: 150px;
}
.jury__desc-button{
    display: none;
}
.jury__desc.show_more .jury__desc-button{
    cursor: pointer;
    position: absolute;
    width:100%;
    height: 30px;
    border:1px solid #2048404f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    top:120px; /* 150px - 30px/2 */
    box-sizing: border-box;
    left:0;
    box-shadow: 1px -18px 17px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow: 1px -18px 17px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px -18px 17px 0px rgba(255,255,255,0.75);
}
/* jury/ */



/* /inspire */
.inspire__right-images-mobile{
    display: none;
}
.inspire{
    margin-bottom: 140px;
}
.container.inspire__wrapper{
    max-width: unset;
    margin: unset;
    margin-left: calc((100% - 1200px) / 2)

}
.inspire__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.inspire__left{
    width:30%;
}
.inspire__left-img{
    max-width: 540px;
    margin-bottom: 60px;
}
.inspire__left-img img{
    width:100%;
}
.inspire__text{
    line-height: 1.34;
}
.inspire__left .inspire__title{
    margin-top:120px;
    margin-bottom: 50px;
}
.inspire__right{
    width:65%;
}
.inspire__title{
    font-size: 42px;
    font-weight: 600;
}
.inspire__right .inspire__title{
    margin-bottom: 50px;
    width:100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: calc((100vw - 1200px) / 2);
}
.inspire__right .inspire__text{
    margin-bottom: 70px;
    width:100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: calc((100vw - 1200px) / 2);
}
.inspire__right-images{
    width:100%;
}
.inspire__right-images img{
    width:100%;
}
/* inspire/ */




/* /steps */
.steps__image-mobile{
    display: none;
}
.steps{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width:100%;
    padding-right: calc((100vw - 1200px) / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 140px;
}
.steps__image{
    width:35%;
}
.steps__image img{
    width:100%;
}
.steps__wrapper{
    width:60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.steps__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 46%;
}
.steps__title{
    height: 100%;
    font-size: 47px;
    font-weight: 600;
    letter-spacing: -3px;
    width: calc(100% / 3.2);
}
.steps__instruction.transparent{
    opacity: 0;
}
.steps__instruction{
    height: 100%;
    width: calc(100% / 3.2);
    border:1px solid #ab8b6b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding:0 30px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.steps__instruction-num{
    font-weight: 700;
    margin-top: -25px;
    color:#ab8b6b;
    font-size:60px
}
.steps__instruction-text{
    line-height: 1.3;
    font-size:16px;
    font-weight: 500;
}
.steps__instruction-text ul{
    padding-left:15px;
    list-style-type: disc;
    list-style: disc;
}
.steps__instruction-text a{
    text-decoration: underline;
    color:#015057;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .steps__instruction .steps__instruction-text {
        font-size: 12px;
    }
}
/* steps/ */

/* /register */
.register__bonus.mobile{
    display: none;
}
.register{
    padding:120px 0;
    background-color: #003c72;
    color: white;
}
.register__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 75px;
}
.register__info{
    width:45%;
}
.register__title{
    font-size:47px;
    margin-bottom: 30px;
    font-weight: normal;
    letter-spacing: -3px;
}
.register__subtitle{
    color: white;
}
.register__bonus{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:45%;
}
.register__bonus-img{
    width:100px;
}
.register__bonus-img img{
    width:100%;
}
.register__bonus-wrapper{
    width:calc(100% - 130px);
}
.register__bonus-title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 16px;
}
.register__bonus-subtitle{
    color: white;
    line-height: 1.34;
    font-size: 12px;
}
.register__form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.register__form-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:45%;
}
.register__input.half ,.register__select.half, .register__date.half{
    width:45%
}
.register__input, .register__select, .register__date{
    width:100%;
    margin-bottom: 23px;
}
.register__select select{
    cursor: pointer;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    position: relative;
    z-index: 4;
}
.register__select{
    position: relative;
}

.register__select::after{
    position: absolute;
    content: "";
    width:30px;
    height: 30px;;
    top:calc(50% - 15px);
    right:15px;
    background: url("/images/icons/down-arrow.png");
    background-size: auto;
    z-index: 5;
}

.register__input input, .register__select select{
    width:100%;
    padding:23px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color:#6c7474;
    font-size:14px;
    border:none;
    outline: none;
    position: relative;
    z-index: 4;
    
}
.register__upload{
    width:100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px;
}
.register__upload input{
    display: none;
}
.register__upload-icon{
    width:60px;
    height: 60px;;
    display: -webkit-box;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #245886;
    margin-right: 18px;

}
.register__upload-icon img{
    width:23px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.register__upload-text{
    font-size:14px;
    line-height: 1.4;
    width:calc(100% - 80px);
}
.register__upload-text span{
    font-weight: 600;
}
.register__checkbox {
    width:100%;
    padding: 0 0 20px 0;
}
.register__checkbox input {
    display: inline-block;
    position: inherit;
}
.register__checkbox-text {
    width: calc(100% - 40px);
    display: inline-block;
}
.register__checkbox-text a {
    color: white;
    text-decoration: underline;
}

.register__form button{
    outline: none;
    border: none;
    cursor: pointer;
}

.register__text{
    width:100%;
    margin-bottom: 23px;
}
.register__text textarea{
    width:100%;
    padding:23px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color:#6c7474;
    font-size:14px;
    border:none;
    outline: none;
    position: relative;
    z-index: 4;
    resize:none;
}
.register__errors{
    width:100%;
    margin-bottom: 5px;
}
.register__example{
    margin-top:10px;
    font-size:13px;
}
.register__example a{
    text-decoration: underline;
}
.register__files-preview{
    margin-top:10px;
    font-size:14px;
    list-style-type: disc;
    list-style: disc;
    padding-left: 15px;

}
/* register/ */


/* /action */
.action{
    padding:70px 0;
    background-color: #e8e8e0;
}
.action__title{
    font-size:43px;
    font-weight: 600;
    margin-bottom: 55px;
}
.action__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.action__image{
    width:400px;
}
.action__image img{
    width:100%;
}
.action__right{
    width: calc(100% - 450px);
}
.action__row.first{
    margin-bottom: 50px;
}
.action__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.first .action__item{
    width:calc(100% / 4.25);
}
.second .action__item{
    width:calc(100% / 3.25);
}
.item-top{
    width:100%;
    margin-bottom: 15px;
}
.item-top img{
    width:100%;
}
.item__text{
    width:80%;
    margin:0 auto;
}
.action__item.buttons{


}
.button-red.first{
    margin-bottom:20px;
}
/* action/ */



/* /more */
.more{
    background-color: #015057;
    padding:25px 0;
}
.more .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.more__click{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.more__icon{
    width:25px;
}

.more__icon img{
    width:100%;
}
.more__text{
    margin-left:20px;
    font-size:14px;
    color:#fff;
}
.more__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.more__item{

}
.more__item.faq .paint-float{
    font-size:30px;
}
/* more/ */




/* /types */
.types{
    background-color: #f2f4ef;
    padding:140px 0;
    margin-bottom: 140px;
}
.types__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
}
.types__arrow{

}

.types__title{
    font-size:43px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.types__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.types__item{
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:15px 10px 20px;
    width:100%;
    /* background-color: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px;
}
.slick-slide{
    /* width:calc(100vw / 4); */
    margin:0 20px;
}
.slick-list {
    margin: 0 -20px;
}
.slick-current .types__item{
    background-color: #a7b2b1;
}
.item__image{
    width:140px;    
}
.item__image img{
    width:100%;
}
.item__info{
    width:calc(100% - 155px)
    
}
.item__name{
    font-weight: bold;
    font-family: 'Gridnik';
    font-size:20px;
    margin-bottom:10px;
}
.item__description{
    text-transform: lowercase;
}

.types__bottom{
    margin-top:70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.types__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.types__icons{
    width:50px;
    
}
.types__icon{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    width:100%;
    margin-bottom: 4px;
}
.types__icon img{
    width:80%;
}
.types__image{
    width:400px;
    position:relative;
}
.types__image img{
    width:100%;
}
.types__label{
    position:absolute;
    bottom: 60%;
    left: 60%;
    color:#fff;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-flow:column;
            flex-flow:column;
}
.types__label .label-top{
    margin-bottom: 10px;
    font-size:20px;
    text-align: center;
    font-weight: 600;
}
.types__label .label-bottom{
    text-align: center;;
    text-transform: uppercase;
    font-size:14px;
}
.types__right{
    max-width: 55%;
}
.types__name{
    font-size:50px;
    font-weight: bold;
    margin-bottom: 34px;
    font-family: 'Gridnik';
}
.types__description{
    max-width: 80%;;
    margin-bottom:30px;
}
.types__instructs{

}
.types__instruct{

}
.types__instruct img{

}
.types__grade-wrapper{
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.grade{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position:relative;
}
.grade__tip{
    position:absolute;
    top:calc(100% + 10px);
    color:#767675;
    font-size: 12px;
}
.grade__tip.left{
    left:0;
}
.grade__tip.right{
    text-align: right;
    right: 0;
}
.grade .segment{
    width:48px;
    margin-right: 4px;
    height: 10px;
    background-color: #fff;
}
.grade .segment:last-child{
    margin-right: 0;
}
.grade .segment.fill{
    background-color: #ed1c24;
}
.grade__label{
    font-size:14px;
    margin-left:18px;
}
.types__buttons-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 12px;
}
.types__button{
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding:10px 25px;
    text-transform: uppercase;
    cursor: pointer;
}
.types__button.red{
    margin-right: 10px;
    color:#fff;
    background-color:#ed1c24;
    border-radius: 5px;
    padding-right: 45px;
}
.types__button.transparent{

}
.types__button.last{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding-left: 0;
}
.types__button.last .button-img{
    margin-right: 15px;
}
.types__button .button-text{
    
}
.types__button .button-img{
    margin-right: 23px;
    height: 30px;
}
.types__button .button-img img{
    height: 100%;
}
.types__colors{
}
.types__colors-title{
    font-size:24px;
    font-weight: 700;
}
.types__colors-items{

}
.types__colors-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
}
.types__colors-item{
    width:calc(100% / 7.5);
    margin-bottom: 20px;
}
.types__colors-example{
    background-color: #dcc3ae;
    width: 100%;
    height: 150px;
    margin-bottom: 13px;
}
.types__colors-name{
    font-size: 12px;
    color:#777777;
}
/* types/ */







/* /knows */
.knows{
    background-color: #393d45;
    color:#fff;
    padding:60px 0;
    position: relative;
    overflow: hidden;
}
.knows .container{
    
}
.knows__info{
    max-width: 500px;
}
.knows__title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.knows__subtitle{
    font-size: 14px;
    margin-bottom: 35px;
}
.knows__button{
    width:280px;
}
.knows__image{
    position: absolute;
    right:0;
    top:0;
    height: 100%;
}
.knows__image img{
    height: 100%;;
}
/* knows/ */



/* /gift */
.gift{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    overflow: hidden;

}
.gift__left{
    width:40%;
    padding-left:calc(50% - 600px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top:60px;
    padding-bottom: 60px;
    padding-right: 40px;
    position:relative;
}
.gift__label{
    z-index: 10;
    position:absolute;
    top:20px;
    left:calc(100% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    color:#fff;
}
.gift__label .label-top{
    font-size:18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gift__label .label-bottom{
    font-weight: 600;
    text-align: center;
    font-size:17px;
}
.gift__title{
    font-size:40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.gift__title span{
    color:#015057;
}   
.gift__subtiitle{
    text-transform: uppercase;
    font-size:18px;
}
.gift__right{
    width:60%;
    position:relative;
    z-index: 9;
}
.gift__right img{
    position:absolute;
    width:100%;
}
/* gift/ */
.more.second{
    position: relative;
}


/* /more second */
.more.second .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.more.second .more__paints{
    width:30%;
    position:absolute;
    right:30px;
    bottom:50%;
    z-index: 13;
}
.more.second .more__paints img{
    width:100%;
}
.more.second .more__items{
    margin-left:30px;
}
/* more second/ */



/* /contacts */
.contacts{
    padding:120px 0 60px;
    background-color: #666b70;

}
.contacts__wrapper{
    margin-left: calc((100% - 1200px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.contacts .container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.contacts__title-big{
    font-size:34px;
    font-weight: normal;
    letter-spacing: -3px;
    color:#fff;
    margin-bottom: 30px;
}
.contacts__left{
    width:33%;
    padding-bottom: 115px;
}
.contacts__info{
    width:100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position:relative;
    z-index: 2501;
    margin-bottom: 48px;
    color:#fff;
    line-height: 1.34;
}
.contacts__title{
    font-weight: 500;
    font-size:18px;
    text-transform: uppercase;
    margin-bottom:30px;
    width:80%;
    
}
.contacts__subtitle{
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contacts__items{

}
.contacts__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    margin-bottom:18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.contacts__icon{
    margin-right: 15px;
    width:15px;
}
.contacts__icon img{
    width: 100%;
}
.contacts__text{

}
.contacts__arrows{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}
.contacts__arrow{
    background-color: #7a7e83;
}
.contacts__arrow:first-child{
    margin-right: 4px;
}
.contacts__button{
    width:280px;
}
.contacts__right{
    width:65%;
    /* height: 100%; */
}
.city_title{
    font-size:20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contacts__city{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    background-color: #fff;
    width:300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:15px 25px;
    margin-bottom: 35px;
}
.active .city-icon{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.city-icon{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width:20px;
}
.city-icon img{
    width:100%;
}

.city__all{
    display: none;
    background-color: #fff;
    position: absolute;
    width:100%;
    top:100%;
    left:0;
    z-index: 2505;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding:10px;
}
.city__option{
    text-align: center;
    border-bottom:1px solid #aeaeae;
    padding-bottom:5px;
    margin-bottom:10px;
}
.city__option:last-child{
    border-bottom: unset;
}


.contacts__map{
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.2);
    height: 100%;
    background-color: #aeaeae;
    width:100%;

}
.contacts__map-mobile{
    display: none;
}
.contacts .arrow{
    padding: 13px 32px;
}
/* contacts/ */

/* /footer */
.footer{
    background-color: #666b70;
}
.footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
            flex-flow:row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__logo{
    width:100px;
}
.footer__logo img{
    width:100%;
}
.footer__text{
    margin-left:30px;
    margin-bottom:10px;
    font-size:12px;
    color:#fff;
}

/* footer/ */

.action__item .button-red{
    color:#fff;
}

@media screen and (max-width: 1351px) {
    .hero{
        overflow: hidden;
    }
    .hero__paints{
        width:42%;
    }
    .hero__paints img{
        width: 100%;
    }
    .action__image {
        width: 360px;
    }
    .action__right {
        width: calc(100% - 400px);
    }
    .types__right {
        max-width: 49%;
    }
    .grade .segment {
        width: 42px;
    }
    .gift__title {
        font-size: 35px;
    }        
    .hero__background{
        width:55%;
    }
    .gift__left{
        padding-left:calc(50% - 475px);
    }
    .gift__right img{
        height: 100%;
        width:unset;
    }
    .more.second .more__paints{
        bottom:92%;
    }
    .contacts__right{
        width: 65%;
        margin-left: -5%;
    }
    .contacts .arrow {
        padding: 6px 15px;
    }
}
@media screen and (max-width: 1250px) {
    .contacts__title-big{
        font-size:33px;
    }
    .container{
        max-width: 950px;
    }
    .container.inspire__wrapper{
        margin-left: calc((100% - 950px) / 2)
    }

    .inspire__right .inspire__title{
        padding-right: calc((100vw - 950px) / 2);
    }
    .inspire__right .inspire__text{
        padding-right: calc((100vw - 950px) / 2);
    }
    .steps{
        padding-right: calc((100vw - 950px) / 2);
    }
    .contacts__wrapper{
        margin-left: calc((100% - 950px) / 2);
    }
    .types__colors-item{
        width:calc(100% / 7.5);
    }
    .types__colors-example{
        width:100%;
    }
    .hero__title{
        font-size: 53px;
    }
    .hero__background{
        right:unset;
        left:50%;
        top:unset;
        bottom: 0;
        width:78%;
        max-width: 825px;
    }

    .register__title{
        font-size:41px;
    }
    .steps__title{
        font-size:39px;
    }
    .prize__image{
        height: 390px;
    }
    .prize__additional-img img{
        width:unset;
    }
    .jury__photo{
        height: 330px;
    }
}

@media screen and (max-width: 1023px) {
    .hero__padding-bottom{
        display: none;
    }
    .hero__background-mobile{
        display: block;
        /* width:97.5vw; */
        margin-bottom: 20px;
    }
    .hero__text{
        margin-bottom: 60px;
    }
    .hero__background-mobile img{
        width:100%;
    }
    .hero__background{
        display: none;
    }
    .container.inspire__wrapper{
        margin-left: 2.5%;
    }

    .inspire__right .inspire__title{
        padding-right: 2.5%;
    }
    .inspire__right .inspire__text{
        padding-right: 2.5%;
    }
    .steps{
        padding-right: 2.5%;
    }
    .contacts__wrapper{
        margin-left: 2.5%;
    }
    .header__logo{
        margin-right: 10px;
        width:88px;
    }
    .menu-item {
        margin: 0 15px;
        font-size:14px;
    }    

    .header__lang{
        width:144px;
    }
    .header__lang img{
        height: unset;
        width:100%;
    }
    .header__lang .paint-float{
        font-size:15px;
        margin-left:44px;
    }
    .label{
        width: 135px;
    height: 135px;
    font-size: 25px;
    }
    .hero__wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hero__paints {
        margin-top: 50px;
        margin-left:unset;
    }
    .hero__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hero__icons{
        margin-left:auto;
        margin-right: auto;
    }
    .paint__text {
        height: 80px;

    }    
    .hero__background {
        width: 48%;
    }

    .paint-float{
        font-size:15px;
    }
    .types__image{  
        width:300px;
    }

    .grade__label {
        font-size: 12px;
        margin-left: 15px;
    }
    .grade .segment {
        width: 31px;
    }

    .types__button {
        font-size:13px;
    }
    .types__button .button-img {
        margin-right: 18px;
        height: 28px;
    }
    
    .types__button{
        padding:10px 10px;
    }    
    .types__button.red{
        margin-right: 0;
        padding-right: 20px;
    }
    .types__buttons-wrapper{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .knows__image{
        height: 63%;
        top:unset;
        bottom:0;
    }
    .gift__left {
        padding-left: 2.5%;
        padding-right: 30px;
    }

    .item__image{
        width:130px;
    }
    .item__info{
        width: calc(100% - 140px);
    }

    .contacts__right{
        width:55%;
        margin-left:auto;
    }

    .contacts__info{
        padding:26px;
        padding-bottom: 40px;
    }
    .contacts__arrows{
        bottom:20px;
        right:20px;
    }
    .contacts__button {
        width: 75%;
        max-width: 250px;
    }


    .container{
        width:95%;
    }
    .action__image{
        display: none;
    }
    .action__right{
        width:100%;
    }

    .footer__logo{
        width:88px;
    }
    .contacts .container{
        width:95%;
    }
    .hero__info{
        margin-bottom: 80px;
    }
    .hero{
        margin-bottom: 100px;
    }
    .about{
        margin-bottom: 100px;
    }
    .about__preview{
        width:100%;
        padding:70px;
        padding-bottom: 120px;
    }
    .about__text{
        width:100%;
        padding:70px;
    }
    .prize__image{
        height: 380px;
    }
    .prize{
        margin-bottom: 100px;
    }
    .types{
        padding:100px 0;
    }
    .types{
        margin-bottom: 100px;
    }
    .types__colors-item{
        width:calc(100% / 7.5);
    }
    .types__colors-example{
        height: 100px;
    }
    .inspire__right{
        width:60%;
    }
    .inspire__left{
        width:37%;
    }
    .inspire__left .inspire__title {
        margin-top: 70px;
        margin-bottom: 40px;
    }
    .inspire__right .inspire__text {
        margin-bottom: 55px;
    }
    .inspire__title {
        font-size: 38px;
    }
    .inspire__left-img {
        margin-bottom: 45px;
    }
    .inspire{
        margin-bottom: 100px;
    }
    .steps__wrapper{
        width:62%;
    }
    .steps__title{
        font-size: 32px;
    }
    .steps__instruction{
        padding:0 15px 35px;
    }
    .steps__instruction-text{
        font-size: 16px;
    }
    .steps{
        margin-bottom: 100px;
    }
    .register__input input, .register__select select {
        padding:15px;
    }
    .register__top{
        margin-bottom: 50px;
    }
    .register__form-block{
        width:47%;
    }
    .register__input.half, .register__select.half, .register__date.half {
        width: 48%;
    }
    .register__title{
        font-size:31px;
        margin-bottom: 20px;
    }
    .register__info{
        width:47%;
    }
    .register__bonus{
        width: 47%;
    }
    .register{
        padding:100px 0;
    }
    .register__upload-icon {
        width: 48px;
        height: 48px;
    }
    .contacts__left{
        width: 45%;
    }
    .contacts {
        padding: 100px 0 60px;
    }
    .prize__title{
        font-size: 38px;
    }
    .prize__image img{
        height: 100%;
        width: unset;
    }
    .prize__additional-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .winners__stage{
        padding:20px;
    }
    .winners__item{
        padding:0 20px;
    }
    .winners__icon{
        margin-top:-10px;
        height: 90px;
        width: 90px;
    }
    .winners__phone{
        width:43%;
    }
    .jury__photo{
        height: 250px;
    }
    .contacts__title-big{
        padding-right: 15px;
        box-sizing: border-box;
    }
    .criteria__item{
        padding:20px 13px;
    }
    .criteria__name {
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 14px;
    }
    .steps__row{
        height: 48%;
    }
    .steps__instruction-num {
        font-weight: 700;
        margin-top: -20px;
        color: #ab8b6b;
        font-size: 56px;
    }
}

@media screen and (max-width: 767px) {
    .header__menu{
        display: none;
    }
    .hero__background{
        display: none;
    }
    .hero__title{
        font-size:45px;
        margin-bottom:35px;
    }
    .label {
        width: 125px;
        height: 125px;
        font-size:22px;
    }
    .hero__paints{
        width:80%;
    }
    .action{
        padding:45px 0;
    }
    .action__title {
        font-size: 37px;
        margin-bottom: 46px;
    }
    .first .action__item{
        width:calc(100% / 2.1);
        margin-bottom: 20px;
    }
    .action__row.first{
        margin-bottom:0;
    }
    .second .action__item{
        width:calc(100% / 2.1);
        margin-bottom: 20px;
    }
    .action__item.buttons{
        margin-top:40px;
        width:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-flow:column;
                flex-flow:column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .action__item .button-red{
        width:51%;
    }
    .more__item.paint__text {
        height: 70px;
    }
    .more__item .paint-float {
        margin-left: 25px;
    }    
   .paint__text{
       height: 90px;
   }
   .more__items{
       margin-top:30px;
   }
   .types{
       padding:55px 0;
   }
   .types__title{
       text-align: center;
       font-size:35px;
   }
   .arrow {
    padding: 12px 25px;
    }
    .types__top{
        margin-bottom: 40px;
    }
    .types__bottom{
        margin-top:30px;
    }
    .types__left{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width:100%;
        margin-bottom: 15px;
    }
    .types__image{
        margin-left:30px;
        width: 80%;
    }
    .types__icon{
        height: 42px;
    }
    .types__icons{
        width:42px;
    }
    .types__label .label-top {
        font-size: 17px;
        margin-bottom:7px;
    }
    .types__label .label-bottom{
        font-size:13px;
    }
    .types__right{
        width:100%;
        max-width: unset;
        
    }
    .types__name {
        font-size: 35px;
        margin-bottom: 12px;
    }
    .types__description{
        max-width: 100%;
    }
    .grade .segment{
        width:42px;
    }
    .types__grade-wrapper {
        margin-bottom: 70px;
    }
    .knows{
        padding:45px 0  100px;
    }
    .knows__image{
        height: unset;
        width:100%;
        z-index: 10;
    }
    .knows__title{
        font-size:37px;
    }
    .knows .container{
        position:relative;
        z-index: 11;
    }
    /* .knows__image img{
        height: unset;
    } */
    .gift__left{
        width:100%;
    }
    .gift__label{
        display: none;
    }
    .gift__left{
        padding:40px 2.5% 90px;
    }
    .more.second .more__paints{
        width:46%;
        right:27%;
        bottom: 87%;
    }
    .more.second{
        padding-top:40px;
    }
    .more.second .more__items{
        margin-left:0;
    }
    .types{
        overflow: hidden;
    }
    .contacts{
        padding:40px 0;
    }
    .contacts__left{
        width:100%;
        margin-bottom:20px;
    }
    .contacts__right{
        width:100%;
    }

    .contacts__button{
        margin-left:auto;
        margin-right: auto;
    }
    .contacts__city{
        margin-left:auto;
        margin-bottom: 20px;;
        margin-right: auto;  
    }
    .contacts__map{
        height: 50vh;
    }
    .more__item.faq .paint-float {
        font-size: 25px;
    }
    .header__menu-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width:40px;
        height: 40px;
        margin-left:auto;

    }
    .header__menu-mobile img{
        width:100%;
    }
    .header{
        position:relative;
    }
    .header__logo{
        margin-right: 28px;
    }
    .header__lang{
        margin-left:unset;
    }
    .header{
        margin-bottom: 28px;
    }
    .hero__subtitle{
        margin-bottom: 25px;
        font-size: 16px;
    }
    .hero__title{
        font-size: 35px;
        margin-bottom: 16px;
    }
    .hero__background-mobile{
        width:100%;
        margin-bottom: 20px;
    }
    .hero__background-mobile img {
        width:104%;
    }
    .hero__text{
        margin-bottom: 22px;
        font-size: 16px;
    }
    .hero__info{
        margin-bottom: 50px;
    }
    .hero{
        margin-bottom: 50px;
    }
    .container.about__wrapper{
        width:100%;
    }
    .about__title{
        font-size: 31px;
    }
    .about__preview{
        padding:46px 18px 146px;
        width:97.5%;
    }
    .about__text{
        width:97.5%;
        margin-left:auto;
        padding:30px 20px 50px;
        font-size: 12px;
    }
    .about{
        margin-bottom: 65px;
    }
    .prize__wrapper.container{
        width:100%;
    }
    .prize__info{
        width:100%;
    }
    .prize__additional{
        width:100%;
    }
    .prize__image{
        display: none;
    }
    .prize__additional-img{
        display: none;
    }
    .prize__title{
        padding:0 2.5%;
        font-size: 31px;
        margin-bottom: 30px;
    }
    .prize__image-mobile{
        width:97.5%;
        margin-left:auto;
        display: block;
        margin-bottom: 22px;
    }
    .prize__image-mobile img{
        width:100%;
    }
    .prize__additional-img-mobile{
        width:95%;
        display: block;
        margin-bottom: 27px;
        margin-left: auto;
        margin-right: auto;
    }
    .prize__additional-img-mobile img{
        width: 100%;
    }
    .prize__additional-img-mobile img:first-child{
        margin-bottom: 20px;
    }
    .prize__text{
        font-size: 16px;
        padding:0 2.5%;
        margin-bottom: 40px;
    }
    .prize__additional-text{
        padding:0 2.5%;
    }
    .prize{
        margin-bottom: 55px;
    }
    .types{
        padding:42px 0;
    }
    .types__title{
        font-size:32px;
        text-align: left;
    }
    .types__item{
        width:160px;
    }
    .types__item .item__description{
        display: none;
    }
    .types__item .item__info{
        width:100%;
    }
    .types__item .item__name{
        font-size:18px;
        text-align: center;
        margin-bottom: 0;
        margin-top:15px;
    }
    .types__name{
        font-size: 28px;
    }
    .types__description{
        margin-bottom: 25px;
    }
    .types__grade-wrapper{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
            -ms-flex-flow:column-reverse;
                flex-flow:column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .grade__label{
        font-size:14px;
        font-weight: 500;
        margin-left:0;
        margin-bottom: 13px;
    }
    .types__colors-title{
        margin-bottom: 25px;
    }
    .types__colors-row::-webkit-scrollbar{
        display: none;
    }
    .types__colors-row{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-flow:row;
                flex-flow:row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none; 
        scrollbar-width: none;  
    }
    .types__colors-example{
        width:120px;
        height: 120px;
    }
    .types__colors-item{
        width:-webkit-fit-content;
        width:-moz-fit-content;
        width:fit-content;
        margin-right: 10px;
    }
    .types{
        margin-bottom: 55px;
    }
    .inspire__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
    }
    .inspire__left{
        width:100%;
    }
    .inspire__right{
        width:100%;
    }
    .inspire__left-img{
        /* display: none; */
    }
    .inspire__right-images{
        display: none;
    }
    .container.inspire__wrapper{
        width:100%;
        margin:0;
    }
    .inspire__right .inspire__title{
        padding:0 2.5%;
        margin-bottom: 30px;
    }
    .inspire__title{
        font-size:24px;
    }
    .inspire__right .inspire__text{
        margin-bottom: 30px;
        padding:0 2.5%;
    }
    .inspire__left-img{
        width:97.5%;
        margin-bottom: 30px;
    }
    .inspire__left .inspire__text{
        padding: 0 2.5%;
    }
    .inspire__left .inspire__title{
        margin:48px 0 20px;
        padding: 0 2.5%;
    }
    .inspire__right-images-mobile{
        display: block;
        width:97.5%;
        margin-left:auto;
        margin-top:28px;
    }
    .inspire__right-images-mobile img{
        width:100%;
    }   
    .steps__image{
        display: none;
    }
    .steps__title{
        width:100%;
        font-size: 22px;
        height: unset;
        margin-bottom: 23px;
    }
    .steps__image-mobile{
        display: block;
        width:100%;
        margin-bottom: 30px;
    }
    .steps__image-mobile img{
        width:100%;
    }
    .steps{
        width:95%;
        margin:0 auto 50px;
    }
    .steps__instruction{
        height: unset;
        width:100%;
        margin-bottom: 20px;
        padding:0 35px 25px;
        font-size: 15px;
    }
    .steps__row{
        height: unset;
    }
    .steps__wrapper{
        width:100%;
    }
    .steps__instruction-num{
        font-size: 45px;
    }
    .steps__instruction-num.right{
        text-align: right;
    }
    .steps__instruction-text{
        margin-top: 25px;
    }
    .register__bonus{
        display: none
    }
    .register__top{
        width:100%;
        margin-bottom: 30px;
    }
    .register__info{
        width:100%;
    }
    .register{
        padding:43px 0;
    }

    .register__title{
        font-size:24px;
        margin-bottom:16px;
    }

    .register__form-block{
        width:100%;
    }
    .register__upload-icon{
        width:40px;
        height:40px;
    }
    .register__upload-icon img{
        width:16px;
    }
    .register__bonus.mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .register__bonus{
        margin-top: 37px;
        width:100%;
    }
    .register__bonus-img{
        width:80px;
    }
    .register__bonus-wrapper{
        width:calc(100% - 100px)
    }
    .register__bonus-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contacts{
        padding-bottom: 40px;
    }
    .contacts__title-big{
        font-size:25px;
        margin-bottom: 25px;
    }
    .contacts__city{
        width:100%;
        max-width: 450px;
        margin-bottom: 20px;
    }
    .contacts__wrapper{
        width:95%;
        margin:0 auto;
    }
    .contacts__right{
        display: none;
    }
    .contacts__left{
        padding-bottom:unset;
    }
    .contacts__info{
        padding:0;
        margin-bottom: 30px;
    }
    .contacts__map-mobile{
        display: block;
        width:100%;
        margin-bottom: 30px;
        height: 400px;
    }
    .contacts .arrow{
        padding:14px 38px;
    }
    .arrow img{
        width: 24px;
    }
    .types__item{
        height: 216px;
    }
    .types__button.last{
        display: none;
    }
    .steps__instruction.transparent{
        display: none;
    }
    .steps__instruction{
        margin-bottom: 28px;
    }
    .winners{
        padding:42px 0;
    }
    .winners__title{
        font-size:32px;
        margin-bottom: 32px;
    }
    .winners__stages{
        flex-flow:unset;
        flex-wrap: unset;
        overflow-x: auto;
        -ms-overflow-style: none;  
        scrollbar-width: none; 
    }
    .winners__stages::-webkit-scrollbar {
        display: none;
    }

    .winners__stage{
        width:120px;
        flex-shrink: 0;
        margin-right: 10px;
        padding: 13px;
    }
    .winners__stages{
        margin-bottom: 55px;
    }
    .winners__item {
        height: unset;
        padding: 15px;
        justify-content: flex-start;
        margin-bottom:20px;
    }
    .winners__icon {
        margin-top: unset;
        height: 50px;
        width: 50px;
    }
    .winners__phone{
        width:unset;
        margin-top:20px;
    }
    .winners__name{
        margin-left:15px;
        font-size:22px;
        width:calc(100% - 65px);
    }
    .winners__phone img{

    }
    .winners__city{
        margin-top:20px;
        margin-left:auto;
    }
    
    .jury{
        padding:50px 0;
    }
    .jury__title{
        font-size:34px;
        margin-bottom: 34px;
    }
    .jury__item{
        width:48%;
        margin-bottom: 30px;
    }
    .jury__photo{
        margin-bottom: 15px;
        height: 200px;
    }
    .jury__photo img{
        width:unset;
        height: 100%;
    }
    .criteria{
        padding: 50px 0;
    }
    .criteria__title{
        font-size: 34px;
        margin-bottom: 34px;
    }
    .criteria__item{
        width:calc(100% / 2.1);
        margin-bottom: 15px;
    }
    .criteria__subtitle {
        font-size: 17px;
        margin-bottom: 22px;
    }
    
}

@media screen and (max-width: 449px) {
    .criteria__item{
        width: 100%;
        margin-bottom: 15px;
    }
    .label {
        width: 100px;
        height: 100px;
        font-size: 18px;
    }
    .hero__title-wrapper{
        width:100%;
    }
    .hero__text{
        width:100%;
    }
    .hero__icons{
        margin-bottom: 20px;
    }
    .hero__title-wrapper .label {
        display: none;
        /* font-size:18px;
        width: 100px;
        height: 100px;
        bottom:calc(50% - 50px);
        left: 105%;     */
    }

        .header__menu-mobile {
            width: 45px;
            height: 45px;
        }

    .hero .header__lang.paint__text{
        height: 62px;
        width:unset;
        margin-right: -20px;
    }
    .hero .header__lang.paint__text img{
        height: 100%;
        width:unset
    }
    .header__lang.paint__text img{
        height: 100%;
        width:unset
    }
    .hero .header__lang .paint-float {
        font-size: 14px;
        margin-left: 29px;
    }
    .header__logo{
        margin-right: 0;
        width:62px;
        left:calc(50% - 31px);
    }
    .more__item.paint__text{
        height: 50px;
    }
    .paint-float {
        margin-left: 25px;
        font-size:14px;
    }
    .action{
        padding:40px 0;
    }
    .action__title{
        font-size:29px;
        text-align: center;
        margin-bottom: 35px;
    }
    .item-top{
        margin-bottom: 10px;
    }
    .item__text {
        width: 90%;
        font-size:13px;
        /* text-align: center; */
    }    
    .action__item.buttons{
        margin:  20px 0 0;
    }
    .action__item .button-red {
        width: 76%;
    }
    .more__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .more__item.faq{
        /* margin-top:20px; */
    }
    .more .paint__text{
        height: unset;
        width:33%;
    }
    .more .paint__text img{
        height: unset;
        width:105%;
    }
    .types__title{
        font-size:25px;
    }
    .arrow {
        padding: 7px 16px;
    }
    .arrow img{
        width:19px;
    }
    .item-wrapper{
        width:90vw;
    }
    .types__item{
        width:160px;
    }
    .types{
        padding:40px 0;
    }
    .types__image {
        margin-left: 0px;
        width: 80%;
    }
    .types__label .label-top {
        font-size: 12px
    }
    .types__label .label-bottom {
        font-size: 11px;
    }
    .types__icon {
        height: 40px;
    }
    .types__icons{
        width:40px;
    }
    .types__name{
        font-size:32px;
    }
    .types__description{
        margin-bottom: 20px;
    }
    .grade__label {
        font-size: 11px;
    }
    .grade .segment {
        width: 25px;
    }
    .grade__tip{
        font-size:9px;
        top:calc(100% + 7px);
    }
    .types__grade-wrapper{
        margin-bottom:55px;

    }
    .types__button.red, .types__button.transparent, .types__button.last{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width:80%;
        margin: 0 auto 10px;
        padding:10px;

    }
    .types__buttons-wrapper{
        margin-bottom:0;
    }
    .types__button.last .button-text{
        width:80%;
    }
    .knows{
        padding :42px 0;
    }
    .knows__title{
        font-size:32px;
    }
    .knows__subtitle{
        margin-bottom:25px;
    }
    .knows__button{
        margin:0 auto;
    }
    .gift .container{
        padding-top:35px;
    }
    .gift__title{
        font-size:29px;
    }
    .gift__subtiitle{
        font-size:15px;
    }
    .more.second .more__paints {
        width: 50%;
        right: 25%;
        bottom: 90%;
    }
    .contacts__city{
        width:100%;
    }
    .contacts__button{
        max-width: 100%;
        width:100%;
    }
    .contacts__info{
        padding:18px;
    }
    .contacts__subtitle{
        margin-bottom:32px;
    }
    .footer__logo{
        width:62px;
    }
    .footer__text {
        margin-left: 12px;
    }
    .more__item .paint-float {
        margin-left: 15%;
        font-size:12px;
    }
    .more__item.faq .paint-float {
        margin-left:20%;
        font-size: 18px;
    }
    .footer{
        padding-bottom: 20px;
    }
    .hero .paint__text {
        height: unset;
        width:50%;
        margin:unset
    }
    .hero .paint__text img{
        height: unset;
        width:100%;
    }
    .hero .paint-float {
        margin-left: 17%;
        font-size:14px;
    }

    .hero .paint__text.header__lang{
        margin-left:20px;
    }
    .header__menu-mobile{
        width:40px;
        height: 40px;
    }
    .types__image{
        width:100%;
    }

    .types__left{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
            -ms-flex-flow:column-reverse;
                flex-flow:column-reverse
    }
    .types__icons{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-flow:row wrap;
                flex-flow:row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width:100%;
    }
    .types__icon{
        width:48px;
        height:48px;
    }
    .types__item{
        width:100%;
    }
    .types__item .item__name {
        font-size: 15px;
    }
    .winners__title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .winners__stage {
        width: 110px;
    }
    .winners__stages {
        margin-bottom: 35px;
    }

    .winners__name{
        font-size:20px;
    }
    .winners__phone{
        margin-top:16px;
    }
    .winners__city{
        margin-top:16px;
    }
    .winners__item{
        padding:15px 10px;
    }
    .jury {
        padding: 45px 0;
    }
    .jury__title {
        margin-bottom: 26px;
    }
    .jury__photo img{
        width:unset;
        height: 100%;
    }
    .jury__photo {
        margin-bottom: 10px;
    }
    .jury__name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .jury__desc{
        font-size:14px;
    }
    .criteria__title {
        font-size: 29px;
        margin-bottom: 25px;
    }
}