@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueBoldCondensed.eot');
    src: url('../fonts/HelveticaNeueBoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBoldCondensed.woff') format('woff'),
        url('../fonts/HelveticaNeueBoldCondensed.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*=================== Стандартизация стилей ===================*/
*{margin:0;padding:0;}
header, footer, aside, section, article, nav{display: block;}
iframe{
    border: none;
}
label{
    cursor: pointer;
}
button,input,select,textarea{
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    box-sizing:border-box;
}
button::-moz-focus-inner{padding:0;border:0;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"]{
    -webkit-appearance: textfield;
}
button, input[type="submit"], input[type="button"], input[type="reset"]{
    cursor:pointer; 
    box-sizing:content-box;
} 
button[disabled],
input[disabled]{
  cursor: default;
}
textarea{
    overflow: auto;
    resize: none;
}
:focus::-webkit-input-placeholder {color: transparent !important}
:focus::-moz-placeholder          {color: transparent !important}
:focus:-moz-placeholder           {color: transparent !important}
:focus:-ms-input-placeholder      {color: transparent !important}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
[hidden]{display: none;}
img{
    border:none;
    max-width: 100%;
}
:focus{outline:none;}
abbr[title]{
  border-bottom: 1px dotted;
}
dfn{
  font-style: italic;
}
ul, ol{list-style:none;}
ol{
    counter-reset:cnt;
}
ol li:before{
    counter-increment:cnt;
    content:counter(cnt)". ";
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
/*=================== Стили для печати ===================*/
@media print{
    *, *:before, *:after{
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited{
        text-decoration: underline;
    }
    a[href]:after{
        content: " (" attr(href) ")";
    }
    abbr[title]:after{
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after{
        content: "";
    }
    pre, blockquote{
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead{
        display: table-header-group;
    }
    tr, img{
        page-break-inside: avoid;
    }
    img{
        max-width: 100% !important;
    }
    p, h2, h3{
        orphans: 3;
        widows: 3;
    }
    h2, h3{
        page-break-after: avoid;
    }
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea{
    max-width:100%;
    border-radius: 3px;
    border: 1px solid #d8dde6;
    color: #707b87;
    padding: 0 14px;
    height: 40px;
    transition: color ease .2s, border-color ease .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus{
    color: #484d50;
    border-color: #889bad;
}
textarea{
    padding-top: 14px;
    height: 100px;
}
input::-webkit-input-placeholder {color: #707b87;}
input::-moz-placeholder          {color: #707b87; opacity:1;}
input:-moz-placeholder           {color: #707b87; opacity:1;}
input:-ms-input-placeholder      {color: #707b87;}
textarea::-webkit-input-placeholder {color: #707b87;}
textarea::-moz-placeholder          {color: #707b87; opacity:1;}
textarea:-moz-placeholder           {color: #707b87; opacity:1;}
textarea:-ms-input-placeholder      {color: #707b87;}

.hidden{
    display: none !important;
}
hr{
    display: block;
    height: 0;
    border: 0;
}
html{
    min-height: 100vh;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    color: #000;
}
body{
    min-height: 100vh;
    background-color: #fff;
    background-image: url(../images/pattern.png);
    background-size: 840px;
}
a{
    background-color: transparent;
    color: currentColor;
    text-decoration: none;
    transition: color ease .2s;
}
a:hover{
    text-decoration: underline;
}
a:active,
a:hover{
  outline: 0;
}
h1, h2, h3{
    font-weight: 400;
}
h1{
    font-size: 2.1rem;
    margin: 0 0 30px;
}
h2{
    font-size: 2rem;
    margin: 0 0 30px;
}
h3{
    font-size: 1.8rem;
    margin: 0 0 24px;
}
.container{
    
}
.m_arrow{
    position: absolute;
    border-radius: 50%;
    opacity: .8;
    z-index: 1;
    transition: opacity ease .2s;
}
.m_arrow:hover{
    opacity: 1;
}
.m_arrow.toNext{
    bottom: 45px;
    background: #00a551 url(../images/arr-bot.png) no-repeat 0 0/100%;
}
.m_arrow.toTop{
    background: #00a551 url(../images/arr-top.png) no-repeat 0 0/100%;
}
.soc_fb{
    position: absolute;
    background: url(../images/soc-fb.png) no-repeat 0 0/100%;
    opacity: .8;
    transition: opacity ease .2s;
    z-index: 10;
}
.soc_fb:hover{
    opacity: 1;
}

/*====================  Кнопки  ====================*/

[class*="but_"]{
    display: inline-block;
    text-align: center;
}

/*====================  Колонки  ====================*/

.column_2 > *{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
}
.column_2 > *:nth-child(2n+1){
    margin-left: 0;
}
.column_2 > *:nth-last-child(1),
.column_2 > *:nth-last-child(2){
    margin-bottom: 0;
}
.column_3 > *{
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
}
.column_3 > *:nth-child(3n+1){
    margin-left: 0;
}
.column_3 > *:nth-last-child(1),
.column_3 > *:nth-last-child(2),
.column_3 > *:nth-last-child(3){
    margin-bottom: 0;
}
.column_4 > *{
    width: 22.5%;
    margin-left: 3.33%;
    margin-bottom: 3.33%;
}
.column_4 > *:nth-child(4n+1){
    margin-left: 0;
}
.column_4 > *:nth-last-child(1),
.column_4 > *:nth-last-child(2),
.column_4 > *:nth-last-child(3),
.column_4 > *:nth-last-child(4){
    margin-bottom: 0;
}

/*====================  лого на главной  ====================*/

.bighead{
    width: 100%; min-height: 15rem; height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;margin-top: 0;
    position: relative;
    display: none;
}

.bighead a{
    position: absolute;
    border: 0px solid red;
    height: 100%;
    width: 30%;
    left: 70%;
}

.bighead-mobile img {width: 100%;}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .bighead {margin-top: 0;background-size: 100%;}
}

@media ((min-width: 576px) and (orientation: landscape)) {
    .bighead {margin-top: 0;background-size: 100%;min-height: 30rem;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .bighead {margin-top: 0;background-size: 100%;min-height: 30rem; display: block;}
    .bighead-mobile {display: none;}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bighead {margin-top: 50px;background-size: 100%;}
}

@media ((min-width: 992px) and (orientation: landscape)) {
    .bighead {margin-top: 50px;background-size: 100%;}
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .bighead {margin-top: 0px;background-size: cover;}
}

/*
@media (max-aspect-ratio: 3/2) {
    .bighead {margin-top: 0px;background-size: 100%;}
}

/*====================  Шапка  ====================*/

.header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.header:after{
    content: "";
    clear: both;
    display: block;
}
.h_logo{
    float: left;
    width: 206px;
    height: 76px;
    margin-top: 8px;
    margin-left: 50px;
    background: url(../images/logo.png) no-repeat 0 0/100%;
}
.h_menu{
}
.hm_but{

}
.hm_list{
    text-align: right;
}
.hm_list,
.hm_list ul{
}
.hm_list li{
    display: inline-block;
}
.hm_list a{
    font-size: 30px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}
.hm_list a.hml_red{
    color: #fff;
    background-color: #ec1c24 !important;
    transition: background-color ease .2s;
}
.hm_list a:hover{
    text-decoration: none;
    color: #006837;
}
.hm_list a.hml_red:hover{
    color: #fff;
    background-color: #d21b22;
}
.hm_list li:first-child{
    margin-left: 0;
}
.hm_list li:last-child{
    margin-right: 0;
}


/*====================  Предложения  ====================*/

.vertical{
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}
.horizontal,
.ds_text.type1:before,
.ds_text.type1:after{
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}
.center{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.deals{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.deals:after{
    content: "";
    clear: both;
    display: block;
}
.d_slider:nth-child(1){
    left: 0;
}
.d_slider:nth-child(2){
    right: 0;
}
.ds_item{
    background: no-repeat 50% 50%/cover;
	position: relative;
	z-index: 1;
}
.ds_item img{

}
.ds_text{
    text-transform: uppercase;
    text-align: center;
}
.ds_text.type1{
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    width: 80%;
    padding-top: 80%;
    display: none;
}
.ds_text.type1 p{
    width: 100%;
    text-align: center;
    line-height: 1;
    z-index: 3;
}
.ds_text.type1:before,
.ds_text.type1:after{
    content: "";
    width: 90px;
    height: 146px;
    background: url(../images/flag.png) no-repeat 0 0/100%;
}
.ds_text.type1:before{
    top: -23px;
}
.ds_text.type1:after{
    bottom: -23px;
}
.ds_text.type2{
    line-height: 1;
    color: #fff;
}
.deals .m_arrow{

}
.deals .soc_fb{
    
}
.d_slider .owl-dots{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
.d_slider:nth-child(1) .owl-dots{
    bottom: 12%;
}
.d_slider:nth-child(2) .owl-dots{
    bottom: 5%;
}
.d_slider .owl-dot{
    width: 20px;
    height: 20px;
    border: 5px solid;
    margin: 0 9px;
    display: inline-block;
    border-radius: 50%;
    transition: border-color ease .2s, background-color ease .2s;
}
.d_slider:nth-child(1) .owl-dot{
    border-color: #fff;
    background-color: #006837;
}
.d_slider:nth-child(1) .owl-dot:hover,
.d_slider:nth-child(1) .owl-dot.active{
    background-color: #ec1c24;
}
.d_slider:nth-child(2) .owl-dot{
    border-color: rgba(255, 255, 255, 0);
    background-color: #fff;
    background-clip: padding-box;
}
.d_slider:nth-child(2) .owl-dot:hover,
.d_slider:nth-child(2) .owl-dot.active{
    border-color: #fff;
    background-color: #c7b299;
}
.owl-dot{

}

/*====================  Дубль меню  ====================*/

.dublMenu{

}
.dublMenu a,
.m_title{
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #006837;
}
.dublMenu a{
}
.m_title,
.dublMenu a:nth-child(even){
    background-color: #00a551;
}

/*====================  Участинки  ====================*/

.participants{

}
.owl-carousel{
}
.articleSlider{
    position: relative;
}

.as_slide > *{
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.as_slide > *:nth-child(2n+1){
    margin-left: 0;
}
.as_slide > *:nth-last-child(1),
.as_slide > *:nth-last-child(2){
    margin-bottom: 0;
}
.ps_item{
    position: relative;
}
.ps_item img{
    display: block;
	width: 100%;
}
.psi_text{
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}
.psi_text div{
    text-transform: uppercase;
}
.psi_text p{
    font-weight: 300;
    line-height: 1.5;
}

/*====================  Программы  ====================*/

.program{

}
.pa_accordion,
.footer{
}
.pa_accordion:after{
    content: "";
    clear: both;
    display: block;
}
.pac_item{
    position: relative;
    float: left;
    overflow: hidden;
}
.pa_date{
    font-size: 60px;
    text-align: center;
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-right: 40px;
}
.pa_date div{
}
.pac_trigger{
    background: #ccc url(../images/ico-plus.png) no-repeat 50% 50%;
    position: absolute;
    height: 100%;
    width: 240px;
    font-size: 80px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: background-color ease .2s;
}
.pact_fullDate{
    display: none;
}
.pac_trigger{
    color: #4d4d4d;
    padding-top: 36px;
}
.pac_item:nth-child(even) .pac_trigger{
    background-color: #e6e6e6;
}
.pac_content{
    float: right;
    padding-top: 36px;

}
.pa_col3 > div{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 45%;
    margin-right: 2%;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    padding-bottom: 10px;
}
.pac_title{
    font-size: 36px;
    margin-bottom: 14px;
}
.pac_content ul{
}
.pac_content li{
    font-weight: 300;
    line-height: 1;
    margin-bottom: 12px;
}
.pac_content span{
    color: #ec1c24;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.pa_col3 {
    text-align: center;
}

/*====================  История фестивалей  ====================*/

.festHistory{

}
.fh_col{

}
.fh_item{
    position: relative;
    display: block;
}
.fh_item.large{
    
}
.fh_item img{

}
.fh_item div{

}
.fh_item p{

}



/*====================  описание/анонс  ====================*/

.description {font-size: 24px; padding: 2rem;font-weight: normal;display: grid; gap: 2rem; grid-template-columns: 1fr 1fr;}
.description p {margin-bottom: 1rem;}

@media screen and (max-width: 420px){

    .description {font-size: 16px;grid-template-columns: 1fr;gap:0;}
}

/*====================  Контакты  ====================*/

.footer{
    position: relative;
}
.f_bodyWrap{
    padding: 74px 30px;
}

.f_bodyAddress {
    position: relative;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .8);
    max-width: 1800px;
    margin: auto;
    padding: 64px 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    color: #00a551;
    text-wrap: balance;
}

.f_body{
    position: relative;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .8);
    max-width: 1800px;
    margin: auto;
    padding: 0 0 64px 0;
    color: #fff;
    font-size: 30px;
}
.fb_col{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    padding-right: 5%;
}
.fb_col:first-child{
    padding-left: 60px;
}
.fb_col:last-child{
    padding-right: 60px;
}
.fb_group{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.fb_group:last-child:after{
    display: none;
}
.fb_group:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
    width: 100%;
    max-width: 380px;
    bottom: 0;
}
.fb_group:last-child{
    margin-bottom: 0;
    border: none;
}
.fb_group div{
    text-transform: uppercase;
}
.fb_group p{
    font-weight: 300;
    margin-bottom: 38px;
}
.fb_group p:last-child{
    margin-bottom: 0;
}
.f_body .m_arrow{
    bottom: -60px;
}
.f_body .m_arrow:before{
    content: "Наверх";
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: -44px;
}
.f_body .soc_fb{
    
}
.owl-nav{
    overflow: hidden;
    position: absolute;
    top: -80px;
    left: 47px;
    right: 47px;
}
.owl-nav div,
.ia_prevPage,
.ia_nextPage{
    text-indent: -2000em;
    background: url(../images/arr.png) no-repeat 50% 50%/100%;
    z-index: 10;
    top: 0;
    width: 75px;
    height: 56px;
}
.owl-nav div.disabled{
    background-image: url(../images/arr-disabled.png);
}
.owl-prev{
    float: left;
}
.ia_prevPage,
.owl-prev{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-next{
    float: right;
}
.articleSlider .owl-dots{
    height: 50px;
    background-color: #006837;
    text-align: center;
}
.ia_slider .owl-dot,
.articleSlider .owl-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 10px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    background-color: #ec1c24;
    margin-top: 10px;
    transition: background-color ease .2s, border-color ease .2s;
}
.ia_slider .owl-dot.active,
.articleSlider .owl-dot.active{
    background-color: #006837;
    border-color: #fff;
}


/*====================  Внутренние  ====================*/

.headerInner{
    position: relative;
    box-sizing: border-box;
    background-color: #006837;
    height: 90px;
    padding-top: 22px;
}
.h_title{
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}
.h_menuInner .hm_list{
    right: auto;
    left: 0;
}
.h_menuInner li{

}
.h_menuInner a{

}
.h_menuInner .hm_but{
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    margin-top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    cursor: pointer;
}
.h_menuInner .hm_but:before,
.h_menuInner .hm_but:after{
    content: "";
    position: absolute;
}
.h_menuInner .hm_but:before{
    background-color: #c1262d;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity ease .2s;
}
.h_menuInner .hm_but.active:before{
    opacity: 1;
}
.h_menuInner .hm_but:after{
    height: 4px;
    background-color: #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    background-clip: content-box;
}
.h_menuInner .hm_but{
    width: 150px;
}
.h_menuInner .hm_but:after{
    width: 50px;
    left: 50px;
    top: 28px;
}
.h_menuInner .hm_list{
    position: absolute;
    left: 0;
    z-index: 11;
    display: none;
    text-align: left;
    top: 100%;
    width: 480px;
    max-width: 100%;
}
.h_menuInner .hm_list{
}
.h_menuInner .hm_list a{
    padding-left: 50px;
}
.h_menuInner .hm_list li{
    display: block;
    margin: 0;
}
.h_menuInner .hm_list a{
    display: block;
    background-color: #00a551;
    color: #fff;
}
.h_menuInner .hm_list li:nth-child(even) a{
    background-color: #006837;
}
.h_toHome{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 50px;
    top: 20px;
    background: url(../images/close.png) no-repeat 50% 50%/100%;
}
.innerArticle{
    position: relative;
}
.innerArticle:after{
    content: "";
    display: block;
    clear: both;
}
.ia_prevPage,
.ia_nextPage{
    position: absolute;
    padding: 0 11px;
    height: 100px;
    top: 10px;
    -webkit-background-size: 75px;
    background-size: 75px;
    transition: background-color ease .2s;
}
.ia_prevPage{
    left: 39px;
}
.ia_nextPage{
    right: 39px;
}
.ia_backlight{
    background-color: rgba(255, 255, 255, .8);
}
.ia_slider{
    position: relative;
}
.ia_text{
    box-sizing: border-box;
    padding-top: 9%;
    padding-left: 2.7%;
    padding-right: 1.4%;
}
.ia_text p:not-child {
    margin-bottom: 46px;
}
.ia_slider .owl-dots{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 45px;
}
.ia_slider .owl-dot{
    background-color: #fff;
}
.ia_id{
    position: absolute;
    font-size: 72px;
    bottom: 45px;
    left: 50px;
    z-index: 3;
    line-height: 1;
}
.ia_text h1{
    margin-bottom: 0;
}
.ia_text h2{
}
.ia_text h1,
.ia_text h2{
    line-height: 1;
    font-weight: bold;
}
.ia_text p{
    margin-bottom: 28px;
    font-weight: 300;
}

/*====================    ====================*/
/*====================    ====================*/
/*====================    ====================*/
/*====================    ====================*/
/*====================    ====================*/
/*====================    ====================*/
/*====================    ====================*/


/*====================  НАСТОЛЬНЫЕ И ПЛАНШЕТЫ  ====================*/

@media screen and (min-width: 801px){
    .deals .owl-stage-outer,
    .deals .owl-stage{
        position: absolute !important;
        height: 100%;
    }
    .d_slider{
        position: absolute;
        bottom: 0;
        width: 50%;
    }
    .deals .owl-stage-outer{
        width: 100%;
    }
    .deals .owl-item,
    .ds_item{
        height: 100%;
    }
    .articleSlider .owl-item{
        margin-right: -1px;
    }
    .mobileBut{
        display: none;
    }
}
@media screen and (min-height: 501px) and (min-width: 801px){
    .deals{
        height: 100vh;
    }
}
@media screen and (max-height: 500px) and (min-width: 801px){
    .deals{
        height: 500px;
    }
}

/*====================  НАСТОЛЬНЫЕ  ====================*/

@media screen and (min-width: 1201px){
    .header{
        height: 90px;
    }
    .deals{
        padding-top: 90px;
    }
    .h_menu .hm_list{
        display: block !important;
        width: auto !important
    }
    .hm_list a{
        line-height: 90px;
    }
    .d_slider{
        top: 90px;
    }
    .hm_list li{
        margin: 0 2%;
    }
    .soc_fb{
        right: 50px;
        bottom: 50px;
    }
    .soc_fb{
        width: 60px;
        height: 60px;
    }
    .m_arrow{
        width: 70px;
        height: 70px;
    }
    .dublMenu a,
    .m_title{
        padding: 20px 0;
        font-size: 46px;
    }
    .ia_item{
        padding-top: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 100%;
    }
    .ia_slider,
    .ia_text{
        width: 50%;
        float: left;
    }
    .ia_slider.right{
        float: right;
    }
}
@media screen and (min-width: 1801px){

    .hm_list a.hml_red{
        padding-left: 35px;
        padding-right: 35px;
    }
    .ds_text.type1 p{
        font-size: 72px;
    }
    .ds_text.type2{
        font-size: 150px;
    }
    .psi_text div{
        font-size: 48px;
    }
    .psi_text p{
        font-size: 24px;
    }
    .f_body{
        font-size: 24px;
    }
    .fb_large{
        font-size: 36px;
    }
    .ia_text h1{
        font-size: 120px;
    }
    .ia_text h2{
        font-size: 72px;
    }
    .ia_text p{
        font-size: 24px;
    }

}
@media screen and (min-width: 1601px) and (max-width: 1800px){

    .hm_list a{
        font-size: 30px;
    }
    .d_slider{
    }
    .hm_list a.hml_red{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ds_text.type1 p{
        font-size: 70px;
    }
    .ds_text.type2{
        font-size: 130px;
    }
    .psi_text div{
        font-size: 47px;
    }
    .psi_text p{
        font-size: 23px;
    }
    .f_body{
        font-size: 24px;
    }
    .fb_large{
        font-size: 36px;
    }
    .ia_text h1{
        font-size: 100px;
    }
    .ia_text h2{
        font-size: 60px;
    }
    .ia_text p{
        font-size: 22px;
    }

}
@media screen and (min-width: 1201px) and (max-width: 1600px){

    .h_logo{
        margin-left: 30px;
    }
    .h_menu{
    }
    .hm_list li{
        margin: 0 1.5%;
    }
    .hm_list a{
        font-size: 24px;
    }
    .hml_red{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ds_text.type1{
        width: 90%;
        padding-top: 90%;
    }
    .ds_text.type1 p{
        font-size: 56px;
    }
    .ds_text.type2{
        font-size: 100px;
    }
    .psi_text div{
        font-size: 42px;
        line-height: 1;
    }
    .psi_text p{
        font-size: 20px;
        line-height: 1.2;
    }
    .f_body{
        font-size: 24px;
    }
    .fb_large{
        font-size: 36px;
    }
    .ia_text h1{
        font-size: 80px;
    }
    .ia_text h2{
        font-size: 40px;
    }
    .ia_text p{
        font-size: 20px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300px){

    .h_menu{
    }
    .hm_list a{
        font-size: 22px;
    }
}
/*====================  ПЛАНШЕТЫ  И МОБИЛЬНЫЕ  ====================*/

@media screen and (max-width: 1200px){
    .h_menu{
        
    }
    .hm_but{
        position: absolute;
        height: 3px;
        width: 30px;
        background-color: #006837;
        border-top: 3px solid #006837;
        border-bottom: 3px solid #006837;
        padding-top: 7px;
        padding-bottom: 7px;
        background-clip: content-box;
        cursor: pointer;
        top: 50%;
        margin-top: -13px;
    }
    .hm_list{
        position: absolute;
        right: 0;
        display: none;
    }
    .hm_list li{
        display: block;
    }
    .hm_list a{
        display: block;
        background-color: #00a551;
        color: #fff;
    }
    .hm_list li:nth-child(even) a{
        background-color: #006837;
    }
    .pac_trigger{
        position: relative;
        background-image: none;
        padding-top: 0;
    }
    .pact_fullDate{
        display: block;
        font-size: 42px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .pa_date,
    .pact_date{
        display: none;
    }
    .pac_item,
    .pac_content{
        width: auto !important;
        float: none;
    }
    .ia_item{
        padding-top: 50%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto;
    }
    .ia_text{
        padding-top: 4%;
    }
    .ia_id{
        display: none;
    }
    .ia_slider .owl-dots{
        text-align: right;
        bottom: 30px;
        right: 20px;
    }
    .ia_prevPage, 
    .ia_nextPage{
        display: none;
    }


}

/*====================  ПЛАНШЕТЫ  ====================*/

@media screen and (min-width: 801px) and (max-width: 1200px){
    .header{
        height: 78px;
    }
    .soc_fb{
        width: 60px;
        height: 60px;
    }
    .m_arrow{
        width: 70px;
        height: 70px;
    }
    .soc_fb,
    .m_arrow.toNext{
        bottom: 30px;
    }
    .soc_fb{
        right: 30px;
    }
    .h_logo{
        width: 160px;
        height: 60px;
        margin-left: 30px;
    }
    .hm_list{
        top: 78px;
        width: 380px;
    }
    .d_slider{
        top: 78px;
    }
    .hm_but{
        right: 30px;
    }
    .hm_list a{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
    }

    .ds_text.type1{
        width: 90%;
        padding-top: 90%;
    }
    .ds_text.type1 p{
        font-size: 40px;
    }
    .ds_text.type2{
        font-size: 90px;
    }
    .ds_text.type1:before, 
    .ds_text.type1:after{
        width: 60px;
        height: 96px;
    }
    .d_slider .owl-dot{
        width: 14px;
        height: 14px;
        border-width: 4px;
    }
    .dublMenu a,
    .m_title{
        padding: 16px 0;
    }
    .dublMenu a,
    .m_title{
        font-size: 40px;
    }
    .psi_text{
    }
    .psi_text div{
        font-size: 36px;
        line-height: 1;
    }
    .psi_text p{
        font-size: 18px;
        line-height: 1.2;
    }
    .pac_title{
        font-size: 36px;
    }
    .fb_group p{
        margin-bottom: 24px;
    }
    .f_body{
        padding: 32px 0;
    }
    .fb_col:first-child{
        padding-left: 40px;
    }
    .f_body{
        font-size: 20px;
    }
    .fb_large{
        font-size: 32px;
    }
    .owl-nav{
        top: -72px;
        left: 30px;
        right: 30px;
    }
    .ia_slider,
    .ia_text{
    }
    .ia_text h1{
        font-size: 60px;
    }
    .ia_text h2{
        font-size: 40px;
    }
    .ia_text p{
        font-size: 18px;
    }
    .h_toHome{
        right: 40px;
    }
    .h_menuInner .hm_but{
        width: 130px;
    }
    .h_menuInner .hm_but:after{
        left: 40px;
    }

}
@media screen and (min-width: 801px) and (max-width: 1000px){

    .psi_text{
    }
    .psi_text div{
        font-size: 22px;
    }
    .psi_text p{
        font-size: 15px;
    }

}
@media screen and (min-width: 801px) and (max-width: 1000px){

    .ds_text.type1 p{
        font-size: 30px;
    }
    .ds_text.type2{
        font-size: 80px;
    }

}


/*====================  МОБИЛЬНЫЕ  ====================*/

@media screen and (max-width: 800px){

    .m_title{
        margin-bottom: 0;
    }
    .header{
        height: 60px;
    }
    .soc_fb{
        width: 50px;
        height: 50px;
        top: 70px;
        right: 10px;
    }
    .h_logo{
        width: 110px;
        height: 60px;
        margin-left: 15px;
    }
    .hm_list{
        top: 60px;
        width: 300px;
    }
    .deals{
        padding-top: 60px;
    }
    .d_slider{
        position: relative;
    }
    .d_slider .owl-dot{
        width: 7px;
        height: 7px;
        border-width: 2px;
    }
    .hm_but{
        right: 15px;
    }
    .hm_list a{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 24px;
        padding-right: 15px;
    }
    .ds_item{
        padding-top: 100%;
    }
    .m_arrow.toNext{
        display: none;
    }
    .ds_text.type1{
        width: 90%;
        padding-top: 90%;
    }
    .ds_text.type1 p{
        font-size: 50px;
    }
    .ds_text.type2{
        font-size: 120px;
    }
    .pa_col3 > div{
        display: block;
        margin-right: 0;
    }
    .dublMenu a,
    .m_title{
        padding: 12px 1rem; /* 12px 0 */
        font-size: 30px;
    }
    .as_slide > *{
        width: 50%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .psi_text div{
        font-size: 38px;
    }
    .psi_text p{
        font-size: 18px;
    }
    .pa_col3 > div{
        width: auto;
    }
    .pact_fullDate{
        padding: 16px 0;
        line-height: 1;
        color: #4d4d4d;
    }
    .pac_content{
        padding-top: 19px;
    }
    .pac_title{
        margin-bottom: 26px;
        font-size: 40px;
    }
    .f_bodyWrap{
        padding: 42px 30px;
    }
    .f_body{
        padding: 32px 0 70px;
    }
    .fb_col:nth-child(1){
        width: 100%;
        padding-left: 30px;
    }
    .fb_col:nth-child(2){
        display: none;
    }
    .f_body{
        font-size: 20px;
    }
    .m_arrow.toTop{
        width: 52px;
        height: 52px;
    }
    .f_body .m_arrow:before{
        top: -19px;
        font-size: 14px;
    }
    .f_body .m_arrow{
        bottom: -8px;
    }
    .fb_large{
        font-size: 32px;
    }
    .fb_group:after{
        width: 60%;
    }
    .f_bodyWrap {
        padding: 20px 17px;
    }
    .fh_item:last-child{
        margin-bottom: 0;
    }
    .f_body .soc_fb{
        right: auto;
        top: auto;
        bottom: -6px;
        left: 16px;
    }
    .owl-nav{
        display: none;
    }
    .articleSlider .owl-dots{
        height: 40px;
    }
    .articleSlider .owl-dot{
        width: 7px;
        height: 7px;
        margin: 15px 4px 0;
        border-width: 2px;
    }
    .ia_text{

    }
    .ia_text h1{
        font-size: 48px;
    }
    .ia_text h2{
        font-size: 36px;
        margin-bottom: 18px;
    }
    .ia_text p{
        font-size: 18px;
        margin-bottom: 16px;
    }
    .ia_prevPage, 
    .ia_nextPage{
        display: none;
    }
    .h_menuInner .hm_but{
    }

    .h_menuInner .hm_but{
        width: 60px;
    }
    .h_menuInner .hm_but:after{
        top: 19px;
        left: 15px;
        width: 30px;
        height: 3px;
        border-width: 3px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .headerInner{
        height: 60px;
        padding-top: 19px;
    }
    .h_toHome{
        right: 15px;
        width: 31px;
        height: 31px;
        top: 16px;
    }
    .h_title{
        font-size: 24px;
    }
    .ia_slider .owl-dots{
        bottom: 15px;
        right: 15px;
    }
    .ia_slider .owl-dot{
        margin: 0 6px;
        border-width: 2px;
        width: 7px;
        height: 7px;
    }
    .mobileBut{
        position: absolute;
        width: 120px;
        height: 40px;
        line-height: 40px;
        background-color: #ec1c24;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: -40px;
        top: 49%;
        z-index: 10;
        text-align: center;
        color: #fff;
    }
    .mobileBut:hover{
        text-decoration: none;
    }

}
@media screen and (max-width: 600px){

    .ds_text.type1 p{
        font-size: 40px;
    }
    .ds_text.type2{
        font-size: 80px;
    }
    .ds_text.type1:before, 
    .ds_text.type1:after{
        width: 60px;
        height: 96px;
    }
    .ds_text.type1:before{
        top: -16px;
    }
    .ds_text.type1:after{
        bottom: -16px;
    }
    .psi_text{
    }
    .psi_text div{
        font-size: 28px;
        line-height: 1;
        margin-bottom: 4px;
    }
    .psi_text p{
        font-size: 16px;
        line-height: 1.2;
    }
    .f_body{
        font-size: 18px;
    }
    .fb_large{
        font-size: 28px;
    }
    .ia_text h1{
        font-size: 42px;
    }
    .ia_text h2{
        font-size: 32px;
        margin-bottom: 14px;
    }
    .ia_text p{
        font-size: 16px;
        margin-bottom: 12px;
    }

}
@media screen and (max-width: 420px){

    .ds_text.type1:before, 
    .ds_text.type1:after{
        width: 30px;
        height: 49px;
    }
    .ds_text.type1:before{
        top: -7px;
    }
    .ds_text.type1:after{
        bottom: -7px;
    }
    .ds_text.type1 p{
        font-size: 24px;
    }
    .ds_text.type2{
        font-size: 50px;
    }
    .dublMenu a,
    .m_title{
        font-size: 24px;
    }
    .psi_text{
    }
    .psi_text div{
        font-size: 18px;
        line-height: 1;
        margin-bottom: 4px;
    }
    .psi_text p{
        font-size: 12px;
        line-height: 1.2;
    }
    .pact_fullDate,
    .pac_title{
        font-size: 24px;
    }
    .pac_content li{
        font-size: 18px;
    }
    .f_bodyAddress {
        font-size: 18px;
        padding: 1rem;
    }
    .f_body{
        font-size: 12px;
    }
    .fb_large{
        font-size: 12px;
    }
    .f_body{
        padding-bottom: 70px;
    }
    .ia_text h1{
        font-size: 26px;
    }
    .ia_text h2{
        font-size: 32px;
        margin-bottom: 16px;
    }
    .ia_text p{
        font-size: 12px;
        margin-bottom: 12px;
    }
}