@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
	 url('../fonts/roboto-medium-webfont.woff') format('woff');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
	 url('../fonts/roboto-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
	 url('../fonts/roboto-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;

}

@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
	 url('../fonts/roboto-black-webfont.woff') format('woff');
font-weight: 900;
font-style: normal;
}

.exny2_container {
background: #fff;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
color: #333333;
font-size: 18px;
line-height: 1.56;
font-weight: 500;
text-align: left;
overflow: hidden;
position: relative;
}

.exny2_container * {
box-sizing: border-box;
}

.exny2_container *:hover,
.exny2_container *:focus {
outline: none !important;
}

.exny2_container a {
color: inherit;
}

.exny2_container a:hover {
text-decoration: none;
}

.exny2_container b {
font-weight: 700;
}

.exny2_bg {
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
background: url(../img/bg.jpg) no-repeat bottom center #0C0A1E;
color: #F9F9F9;
}

.exny2_width {
margin: 0 auto;
max-width: 1260px;
padding: 0 20px;
position: relative;
/*z-index: 10;*/
z-index: 4;
}

.exny2_container .exny2_btn {
display: inline-block;
vertical-align: top;
text-decoration: none;
border: 0 none;
max-width: 100%;
line-height: 20px;
padding: 14px 25px;
font-size: 16px;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-weight: 500;
background: #ED1C24;
color: #F9F9F9 !important;
white-space: nowrap;
margin: 0;
text-align: center;
position: relative;
border-radius: 4px;
transition: background-color 0.3s;
}

.exny2_container .exny2_btn:hover {
background-color: #d11a21 !important;
}

.exny2_section {
position: relative;
}

.exny2_grid {
display: flex;
flex-flow: row wrap;
align-items: stretch;
justify-content: flex-start;
margin: 0 -20px;
text-align: left;
}

.exny2_col50 {
flex: 1 1 50%;
max-width: 50%;
width: 50%;
padding: 0 20px;
}

.exny2_col33 {
flex: 1 1 33.33333%;
max-width: 33.33333%;
width: 33.33333%;
padding: 0 20px;
}

.exny2_col25 {
flex: 1 1 25%;
max-width: 25%;
width: 25%;
padding: 0 20px;
}

.ex_snow {
display: none;
position: fixed;
top: 0px;
left: 50%;
width: 1920px;
margin-left: -960px;
height: 100%;
}

.exny2_creative {
height: 750px;
text-align: center;
padding: 160px 0 0;
position: relative;
}

.exny2_creative .exny2_width {
z-index: auto;
}

.exny2_creative_video {
height: 735px;
overflow: hidden;
width: 1920px;
position: absolute;
top: 0;
left: 50%;
margin-left: -960px;
}

.exny2_creative_video video {
display: block;
width: 1920px;
height: auto;
position: absolute;
top: -170px;
left: 50%;
margin-left: -960px;
}

/*.exny2_creative_video:after {
content: "";
display: block;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.7);
position: absolute;
top: 0;
left: 0;
}*/

.exny2_plan3 {
position: absolute;
right: 50%;
margin-right: -960px;
width: 1650px;
height: 397px;
background: url(../img/plan3.png) no-repeat 0 0 transparent;
bottom: 0;
}

.exny2_plan2 {
position: absolute;
right: 50%;
margin-right: -960px;
width: 1920px;
height: 509px;
background: url(../img/plan2.png) no-repeat 0 0 transparent;
bottom: -140px;
}

.exny2_plan1 {
position: absolute;
right: 50%;
margin-right: -960px;
width: 1920px;
bottom: -140px;
}

.exny2_tree1 {
position: absolute;
bottom: 0;
left: 0;
width: 349px;
height: 759px;
background: url(../img/tree1.png) no-repeat 0 0 transparent;
}

@keyframes blue_light {
    0% { opacity: 0; }
    5% { opacity: 1; }
    10% { opacity: 0; }
	40% { opacity: 0; }
    45% { opacity: 1; }
    50% { opacity: 0; }
	80% { opacity: 0; }
    83% { opacity: 1; }
    86% { opacity: 0; }
    89% { opacity: 1; }
	91% { opacity: 0; }
    100% { opacity: 0; }
}

.exny2_tree1_lights_blue,
.exny2_tree2_lights_blue {
animation: blue_light 6000ms 0ms linear infinite;
}

@keyframes red_light {
    0% { opacity: 0; }
    20% { opacity: 0; }
    25% { opacity: 1; }
    30% { opacity: 0; }
	60% { opacity: 0; }
    65% { opacity: 1; }
    70% { opacity: 0; }
	80% { opacity: 0; }
    83% { opacity: 1; }
    86% { opacity: 0; }
    89% { opacity: 1; }
	91% { opacity: 0; }
    100% { opacity: 0; }
}

.exny2_tree1_lights_red,
.exny2_tree2_lights_red {
animation: red_light 6000ms 0ms linear infinite;
}

.exny2_tree1_lights_red,
.exny2_tree1_lights_blue,
.exny2_tree2_lights_red,
.exny2_tree2_lights_blue {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/tree1_lblue.png) no-repeat 0 0 transparent;
opacity: 0;
}

.exny2_tree1_lights_red {
background-image: url(../img/tree1_lred.png);
}

.exny2_tree2_lights_blue {
background-image: url(../img/tree2_lblue.png);
}

.exny2_tree2_lights_red {
background-image: url(../img/tree2_lred.png);
}

.exny2_tree2 {
position: absolute;
bottom: -20px;
right: 0;
width: 314px;
height: 773px;
background: url(../img/tree2.png) no-repeat 0 0 transparent;
}

.exny2_creative .exny2_santa {
width: 386px;
height: 194px;
background: url(../img/santa.svg) no-repeat 0 0 transparent;
position: absolute;
left: 50%;
top: 5px;
margin-left: -193px;
/*margin-left: -1360px;
transform-origin: 50% 50%;
top: 400px;
transition: margin-left 4s linear 5s, transform 4s linear 5s, top 4s linear 5s;
transform: rotate(-33deg);*/
}

/*.exny2_creative .exny2_santa.animate {
transform: rotate(0deg);
top: 5px;
margin-left: -193px;
}*/

.exny2_creat_text {
position: relative;
top: 0;
}

.exny2_creative img {
display: block;
max-width: 85%;
margin: 0 auto 20px;
}

.exny2_creative .exny2_text {
max-width: 630px;
margin: 0 auto;
font-size: 24px;
line-height: 1.5;
font-weight: 700;
}

.exny2_sliders {
padding: 0 0 250px;
margin-top: -40px;
}

.exny2_deco {
position: absolute;
}

.exny2_lights {
height: 615px;
left: 0;
right: 0;
}

.exny2_lights1 {
top: 175px;
}

.exny2_light_line1 {
position: absolute;
left: 50%;
width: 1920px;
margin-left: -960px;
height: 519px;
top: 0;
}

.exny2_light_line2 {
position: absolute;
left: 50%;
width: 1920px;
margin-left: -960px;
height: 519px;
top: 95px;
opacity: 0.6;
}

.exny2_lights svg {
display: block;
}

.exny2_lights .lights path {
opacity: 0.2;
transition: opacity 0.2s linear 0s;
}

.exny2_light_line1 .lights path:nth-child(1) {transition-delay: 1.01s;}
.exny2_light_line1 .lights path:nth-child(2) {transition-delay: 1.05s;}
.exny2_light_line1 .lights path:nth-child(3) {transition-delay: 1.1s;}
.exny2_light_line1 .lights path:nth-child(4) {transition-delay: 1.15s;}
.exny2_light_line1 .lights path:nth-child(5) {transition-delay: 1.2s;}
.exny2_light_line1 .lights path:nth-child(6) {transition-delay: 1.25s;}
.exny2_light_line1 .lights path:nth-child(7) {transition-delay: 1.3s;}
.exny2_light_line1 .lights path:nth-child(8) {transition-delay: 1.35s;}
.exny2_light_line1 .lights path:nth-child(9) {transition-delay: 1.4s;}
.exny2_light_line1 .lights path:nth-child(10) {transition-delay: 1.45s;}
.exny2_light_line1 .lights path:nth-child(11) {transition-delay: 1.5s;}
.exny2_light_line1 .lights path:nth-child(12) {transition-delay: 1.55s;}
.exny2_light_line1 .lights path:nth-child(13) {transition-delay: 1.6s;}
.exny2_light_line1 .lights path:nth-child(14) {transition-delay: 1.65s;}
.exny2_light_line1 .lights path:nth-child(15) {transition-delay: 1.7s;}
.exny2_light_line1 .lights path:nth-child(16) {transition-delay: 1.75s;}
.exny2_light_line1 .lights path:nth-child(17) {transition-delay: 1.8s;}
.exny2_light_line1 .lights path:nth-child(18) {transition-delay: 1.85s;}
.exny2_light_line1 .lights path:nth-child(19) {transition-delay: 1.9s;}
.exny2_light_line1 .lights path:nth-child(20) {transition-delay: 1.95s;}
.exny2_light_line1 .lights path:nth-child(21) {transition-delay: 2s;}
.exny2_light_line1 .lights path:nth-child(22) {transition-delay: 2.05s;}
.exny2_light_line1 .lights path:nth-child(23) {transition-delay: 2.1s;}
.exny2_light_line1 .lights path:nth-child(24) {transition-delay: 2.15s;}

.exny2_light_line2 .lights path:nth-child(1) {transition-delay: 0.01s;}
.exny2_light_line2 .lights path:nth-child(2) {transition-delay: 0.05s;}
.exny2_light_line2 .lights path:nth-child(3) {transition-delay: 0.1s;}
.exny2_light_line2 .lights path:nth-child(4) {transition-delay: 0.15s;}
.exny2_light_line2 .lights path:nth-child(5) {transition-delay: 0.2s;}
.exny2_light_line2 .lights path:nth-child(6) {transition-delay: 0.25s;}
.exny2_light_line2 .lights path:nth-child(7) {transition-delay: 0.3s;}
.exny2_light_line2 .lights path:nth-child(8) {transition-delay: 0.35s;}
.exny2_light_line2 .lights path:nth-child(9) {transition-delay: 0.4s;}
.exny2_light_line2 .lights path:nth-child(10) {transition-delay: 0.45s;}
.exny2_light_line2 .lights path:nth-child(11) {transition-delay: 0.5s;}
.exny2_light_line2 .lights path:nth-child(12) {transition-delay: 0.55s;}
.exny2_light_line2 .lights path:nth-child(13) {transition-delay: 0.6s;}
.exny2_light_line2 .lights path:nth-child(14) {transition-delay: 0.65s;}
.exny2_light_line2 .lights path:nth-child(15) {transition-delay: 0.7s;}
.exny2_light_line2 .lights path:nth-child(16) {transition-delay: 0.75s;}
.exny2_light_line2 .lights path:nth-child(17) {transition-delay: 0.8s;}
.exny2_light_line2 .lights path:nth-child(18) {transition-delay: 0.85s;}
.exny2_light_line2 .lights path:nth-child(19) {transition-delay: 0.9s;}
.exny2_light_line2 .lights path:nth-child(20) {transition-delay: 0.95s;}
.exny2_light_line2 .lights path:nth-child(21) {transition-delay: 1s;}
.exny2_light_line2 .lights path:nth-child(22) {transition-delay: 1.05s;}
.exny2_light_line2 .lights path:nth-child(23) {transition-delay: 1.1s;}
.exny2_light_line2 .lights path:nth-child(24) {transition-delay: 1.15s;}

.exny2_lights.animate .lights path {
opacity: 1;
}

.exny2_snowflake {
width: 113px;
height: 125px;
background: url(../img/snowflake.svg) no-repeat 0 0 transparent;
transform-origin: 50% 50%;
opacity: 0.5;
transform: rotate(-15deg);
}

.exny2_snowflake.snowflake1 {
top: 490px;
right: 50%;
margin-right: -910px;
}

.exny2_sliders .exny2_width {
max-width: 1555px;
}

.exny2_sliders_cols {
padding-right: 300px;
position: relative;
}

.exny2_leftcol {
/*margin: 0 -5px;*/
height: 360px;
}

/*.exny2_slide {
display: none;
overflow: hidden;
padding: 0 5px;
}

.exny2_slide:first-child {
display: block;
}

.exny2_slider img {
max-width: 100%;
display: none;
border-radius: 15px;
}

.exny2_slider .sz_l {
display: block;
}

.exny2_slider .ex_slick_arrow {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
margin: -20px 0 0;
padding: 0;
border: 0 none;
background: url(../img/arrow.svg) no-repeat 15px 13px #fff;
position: absolute;
top: 50%;
z-index: 10;
box-shadow: 0px 1px 20px rgba(4,6,28,0.1);
transform-origin: 50% 50%;
}

.exny2_slider .ex_slick_prev {
left: 21px;
}

.exny2_slider .ex_slick_next{
right: 21px;
transform: scaleX(-1);
}*/

.exny2_rightcol {
position: absolute;
top: 0;
right: 0;
width: 260px;
bottom: 0;
background: url(../img/right_bg.jpg) no-repeat bottom right #211e2f;
border-radius: 15px;
text-align: center;
padding: 20px 0 0;
}

.exny2_catch_title {
background: #ED1C24;
margin: 0 -10px 10px;
font-size: 18px;
line-height: 1;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 400;
padding: 12px 0;
position: relative;
}

.exny2_catch_title:before,
.exny2_catch_title:after {
content: "";
display: block;
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent;
top: 100%;
position: absolute;
border-top-color: #680D10;
}

.exny2_catch_title:before {
left: 0;
border-right-color: #680D10;
}

.exny2_catch_title:after {
right: 0;
border-left-color: #680D10;
}

.exny2_catch_text {
position: absolute;
bottom: 110px;
left: 10px;
right: 10px;
font-size: 18px;
line-height: 1.3;
font-weight: 700;
}

.exny2_rightcol .exny2_btn {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
}

.exny2_catch_img {
position: absolute;
left: 0;
right: 0;
bottom: 170px;
top: 70px;
background: url(../img/gift.svg) no-repeat center center transparent;
background-size: auto 100%;
}

.exny2_categ {
height: 290px;
position: relative;
margin: 0 0 75px;
border-radius: 15px;
background: url(../img/categ_bg.png) repeat 145px 0 #181629;
padding: 20px 25px 20px 290px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-start;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
color: #f9f9f9;
text-decoration: none;
}

.exny2_categ:hover {
color: #f9f9f9 !important;
}

.exny2_categ:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../img/categ_bg2.png) repeat 145px 0 #4AC4D7;
opacity: 0;
transition: opacity 0.3s;
border-radius: 15px;
}

.exny2_categ:hover:before {
opacity: 1;
}

.exny2_categ img {
flex: 0 1 auto;
display: block;
position: absolute;
top: -35px;
left: -75px;
}

.exny2_categ_inner {
display: block;
flex: 1 1 100%;
position: relative;
}

.exny2_categ_title {
display: block;
font-size: 36px;
line-height: 1;
margin: 0 0 20px;
font-weight: 900;
}

.exny2_categ_text {
display: block;
margin: 0 0 27px;
}

.exny2_categ .exny2_btn,
.exny2_categ .exny2_btn:hover {
background: #E31235 !important;
}

.exny2_lights2 {
top: 100%;
margin-top: -200px;
height: 615px;
transform-origin: top center;
transform: scaleX(-1);
}

.exny2_snowflake.snowflake2 {
top: 300px;
left: 50%;
margin-left: -870px;
opacity: 0.2;
}

.exny2_snowflake.snowflake3 {
top: 620px;
right: 50%;
margin-right: -930px;
}

.exny2_snowflake.snowflake4 {
top: 100%;
margin-top: 220px;
left: 50%;
margin-left: -1000px;
opacity: 0.2;
}

.exny2_snowflake.snowflake5 {
top: 100%;
margin-top: 70px;
right: 50%;
margin-right: -950px;
transform: rotate(-20deg) scale(0.8);
opacity: 0.2;
}

.exny2_owl {
width: 107px;
height: 138px;
background: url(../img/deco_owl.png) no-repeat 0 0 transparent;
top: -130px;
right: 18px;
opacity: 0;
margin-top: 30px;
transition: margin-top 0.4s ease-out, opacity 0.4s ease-out;
}

.exny2_owl.animate {
opacity: 1;
margin-top: 0;
}

.exny2_bird {
width: 135px;
height: 111px;
background: url(../img/deco_bird.png) no-repeat 0 0 transparent;
top: 195px;
left: -35px;
opacity: 0;
margin-left: 30px;
transition: margin-left 0.4s ease-out, opacity 0.4s ease-out;
}

.exny2_bird.animate {
opacity: 1;
margin-left: 0;
}

.exny2_deer {
width: 133px;
height: 211px;
background: url(../img/deco_deer.png) no-repeat 0 0 transparent;
top: 845px;
left: 50%;
margin-left: -120px;
opacity: 0;
transition: margin-left 0.4s ease-out, opacity 0.4s ease-out;
}

.exny2_deer.animate {
opacity: 1;
margin-left: -90px;
}

.exny2_angel {
width: 152px;
height: 113px;
background: url(../img/deco_angel.png) no-repeat 0 0 transparent;
bottom: 12px;
left: -70px;
margin-left: 30px;
opacity: 0;
transition: margin-left 0.4s ease-out, opacity 0.4s ease-out;
}

.exny2_angel.animate {
opacity: 1;
margin-left: 0;
}

.exny2_competit {
margin: 155px 0 250px;
}

.exny2_h2 {
font-weight: 700;
font-size: 36px;
line-height: 1;
margin: 0 0 50px;
text-align: center;
}

.exny2_competit img {
display: block;
max-width: 100%;
border-radius: 15px;
}

.exny2_final {
text-align: center;
padding: 0 0 100px;
}

.exny2_snowflake.snowflake6 {
top: -60px;
left: 50%;
margin-left: -810px;
transform: rotate(-20deg) scale(0.8);
opacity: 0.2;
}

.exny2_snowflake.snowflake7 {
top: 100px;
right: 50%;
margin-right: -860px;
}

.exny2_final .exny2_col50,
.exny2_final .exny2_col25 {
margin-bottom: 50px;
}

.exny2_final .exny2_review {
display: block;
background: #f9f9f9;
height: 100%;
position: relative;
border-radius: 15px;
overflow: hidden;
margin: 0 auto;
max-width: 410px;
color: #333;
text-decoration: none;
font-size: 18px;
line-height: 1.4;
font-weight: 500;
transition: color 0.3s;
}

.exny2_review:hover,
.exny2_review:hover b {
color: #ED1C24;
}

.exny2_col50 .exny2_review {
max-width: 590px;
background: transparent;
color: #f9f9f9;
font-size: 24px;
}

.exny2_review * {
display: block;
}

.exny2_review .nowrap {
display: inline;
white-space: nowrap;
}

.exny2_review_img {
position: relative;
}

.exny2_review img {
max-width: 100%;
margin: 0 0 30px;
}

.exny2_col50 .exny2_review img {
border-radius: 15px;
}

.exny2_review_img.with_videos:before {
content: "";
display: block;
width: 123px;
height: 139px;
background: url(../img/play.svg) no-repeat 0 0 transparent;
background-size: 100% auto;
position: absolute;
top: 50%;
left: 50%;
margin: -70px 0 0 -61px;
transform-origin: 50% 50%;
transition: transform 0.3s;
z-index: 5;
}

.exny2_review:hover .exny2_review_img:before {
transform: scale(1.1);
}

.exny2_review_descr {
padding: 0 23px 30px;
}

.exny2_col50 .exny2_review_descr {
padding: 0;
/*max-width: 450px;*/
}

.exny2_review_descr b + span {
margin-top: 8px;
}

.exny2_final_sharing {
margin: 50px 0 0;
}

.exny2_final_sharing .b-promo-share__padding {
padding: 0;
}

.exny2_final_sharing .b-social_link {
color: #fff !important;
}

.exny2_final_sharing .b-social_link.icon-vk {
box-shadow: 0px 4px 40px rgba(77, 119, 161, 0.6);
}

.exny2_final_sharing .b-social_link.icon-facebook {
box-shadow: 0px 4px 40px rgba(59, 89, 153, 0.5);
}

.exny2_final_sharing .b-social_link.icon-twitter {
box-shadow: 0px 4px 40px rgba(86, 172, 239, 0.5);
}

.exny2_final_sharing .b-social_link.icon-odnoklassniki {
box-shadow: 0px 4px 40px rgba(238, 130, 12, 0.6);
}

.exny2_final_sharing .b-social_link.icon-gplus {
box-shadow: 0px 4px 40px rgba(220, 77, 66, 0.6);
}

#ex_mob_detect {
display: none;
width: 1px;
height: 1px;
position: absolute;
top: -10px;
right: -10px;
}

.page-content.exny2_spec_z {
z-index: inherit;
}

#exny2_popup_overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.7);
z-index: 2000;
display: none;
}

.exny2_popup_outer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2100;
overflow-y: auto;
display: none;
}

.exny2_popup_inner {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
min-height: 100vh;
width: 100%;
}

.exny2_popup_one {
flex: 1 1 auto;
padding: 50px 0;
}

.exny2_popup {
margin: 0 auto;
max-width: 960px;
background: #fff;
border-radius: 5px;
box-shadow: 0px 35px 55px rgba(0,0,0,0.65);
position: relative;
font-family: 'Styrene B LC', Arial, Helvetica, sans-serif;
color: #383838;
font-size: 16px;
line-height: 1.5;
display: none;
}

.exny2_popup .exny2_popup_close {
font-size: 64px;
line-height: 60px;
color: #fff;
font-weight: 700;
text-decoration: none;
position: absolute;
right: -46px;
top: -65px;
}

.exny2_video_popup .exny2_popup_indent {
padding: 10px;
max-width: 100%;
box-sizing: border-box;
}

.exny2_video_hld {
display: block;
max-width: 940px;
position: relative;
overflow: hidden;
border-radius: 5px;
}

.exny2_video_hld:before {
content: "";
display: block;
padding-top: 56.25%;
}

.exny2_video_hld iframe {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/* for page and snow */

.exny2_container .hero-banner-section__hero-banner,
.exny2_container .hero-banner-section__hero-banner * {
box-sizing: content-box;
}

.exny2_container .hero-banner-section__hero-banner {
margin-right: 0;
}

.exny2_container .carousel .carousel-paging a,
.exny2_container .carousel .carousel-paging a.selected {
background-color: transparent !important;
}

.exny2_container .carousel .carousel-paging a.selected:before {
background-color: #f9f9f9;
}

.exny2_container .fl-hero-banner .hero-banner-holder .hero-carousel,
.exny2_container .hero-banner-carousel-content {
background-color: transparent !important;
}

.facelift .page-content .main-holder {
margin-bottom: 0px;
}