

/* Start:/local/templates/tilda/css/reset.css?14756748524053*/
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  /*max-width: 100%;*/
  /* Part 1: Set a maxium relative to the parent */
  /*width: auto\9;*/
  /* IE7-8 need help adjusting responsive images */
  /*height: auto;*/
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  /*vertical-align: middle;*/
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/tilda/css/styles.css?174764327728511*/
.social a {
    text-align: center;
    height: 32px;
    width: 32px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}

.soc-list .social a {
    text-align: center;
    height: 20px;
    width: 20px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 6px;
    margin: 0 5px 10px 0;
    padding: 6px;
    color: #000;
    font-size: 0.5em !important;
}


.youtube a:hover {background: #c4302b; color: #fff !important;}
.twitter a:hover {background: #00acee; color: #fff !important;}
.instagram a:hover {background: #3f729b; color: #fff !important;}
.facebook a:hover {background: #3b5998; color: #fff !important;}
.vk a:hover {background: #5d84ae; color: #fff !important;}
.odnoklassniki a:hover {background: #f93; color: #fff !important;}
.telegram a:hover {background: #249bd7; color: #fff !important;}
.whatsapp a:hover {background: #50b154; color: #fff !important;}

@font-face {
  font-family: 'ArialNarrow';
  src: url('/local/templates/tilda/css/../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'), url('/local/templates/tilda/css/../fonts/ArialNarrow.woff') format('woff'), url('/local/templates/tilda/css/../fonts/ArialNarrow.ttf') format('truetype'), url('/local/templates/tilda/css/../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
font-family: 'FuturaNewCond';
src: url('/local/templates/tilda/css/../fonts/FuturaNewCondMedium-Reg.eot?#iefix') format('embedded-opentype'), url('/local/templates/tilda/css/../fonts/FuturaNewCondMedium-Reg.otf') format('opentype'),
	 url('/local/templates/tilda/css/../fonts/FuturaNewCondMedium-Reg.woff') format('woff'), url('/local/templates/tilda/css/FuturaNewCondMedium-Reg.ttf') format('truetype'), url('/local/templates/tilda/css/../fonts/FuturaNewCondMedium-Reg.svg#FuturaNewCondMedium-Reg') format('svg');
font-weight: 500;
font-style: normal;
}

* {
outline: none;
}

*:focus {
outline: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}

body, html {
/*height: 100%;*/
min-height: 100%;
min-width: 320px;
}

body {
padding: 0px;
margin: 0px;
color: #060606;
font-size: 16px;
line-height: 1.2;
font-family: Arial, sans-serif;
font-weight: 400;
background: #ffffff;
}

p {
margin: 0 0 20px;
}

img {
border-style: none;
}

a {
text-decoration: none;
color: #00a6ea;
}

a:hover {
    text-decoration: none;
    #color: #dd4c4e;
}

.nowrap {
white-space: nowrap;
}

.clear {
clear: both;
font-size: 0px;
line-height: 0px;
height: 0px;
}

.main_frame {
width: 100%;
overflow: hidden;
}

.main_width {
max-width: 1280px;
min-width: 300px;
width: 93%;
margin: 0 auto;
}

#header {
background: #ffffff;
padding: 18px 0 11px;

}

#header .main_width {
position: relative;
}

.logo {
float: left;
width: 150px;
height: 50px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat -3px -2px transparent;
margin: 0 40px 0 0;
}

.logo_additional {
float: left;
width: 115px;
height: 50px;
margin: 2px 40px 0 0;
}

.mob_menu {
display: none;
width: 35px;
height: 17px;
border-width: 7px 0;
border-color: #00a6ea transparent;
border-style: solid;
position: absolute;
top: 7px;
right: 0px;
}

.mob_menu:before {
content: "";
width: 100%;
height: 7px;
background: #00a6ea;
position: absolute;
top: 5px;
left: 0;
}

.menu {
float: left;
overflow: hidden;
list-style: none outside;
margin: 0 0 0 -30px;
padding: 8px 0 0;
color: #00b1e5;
font-size: 25px;
text-transform: uppercase;
font-family: 'FuturaNewCond';
font-weight: 500;
}

.menu li {
float: left;
margin-left: 30px;
}

.menu a {
color: #00b1e5;
text-decoration: none;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}

.menu a:hover {
color: #dd4c4e;
}

.count_line {
font-size: 20px;
color: #000;
text-align: right;
margin-right: -30px;
margin-bottom: 25px;
}

.count_line span {
margin-right: 30px;
}

.count_line b {
color: #00b1e5;
}

.page_title {
font-size: 36px;
text-transform: uppercase;
color: #000;
line-height: 1.15;
margin: 0 0 20px;
max-width: 990px;
    text-shadow: 0 1px 1px #ffffff;
}

.page_text {
color: #000;
font-size: 20px;
    text-shadow: 0 1px 1px #ffffff;
}

.red {
color: #dd4c4e;
text-shadow: 0 1px 1px #444;
}

.blue {
color: #00b1e5;
}

.page_text .blue {
text-shadow: 0 1px 1px #444;
}

.main_cols {
margin: 40px 0 0;
}

.main_cols .col {
float: left;
width: 50%;
}

.main_cols .col_inside {
    float: left;
    width: 25%;
}

.white_block {
width: 98%;
max-width: 560px;
background: rgba(255,255,255,1);
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
height: 500px;
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
box-shadow: 0 0px 5px rgba(0,0,0,0.45);
margin: 0 0 30px;
    background-size: cover;
}

.white_block:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}

.white_block_little {
width: 98%;
max-width: 400px;
background: rgba(255,255,255,1);
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
height: 500px;
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
box-shadow: 0 0px 5px rgba(0,0,0,0.45);
margin: 0 0 30px;
    background-size: cover;
}

.white_block_little:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}

.white_block_little_right {
width: 98%;
max-width: 400px;
background: rgba(255,255,255,1);
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
height: 500px;
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
box-shadow: 0 0px 5px rgba(0,0,0,0.45);
margin: 0 0 30px;
    background-size: cover;
margin-left: auto;
margin-right: auto;
}

.white_block_little_right:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}

.white_block_center {
width: 98%;
max-width: 560px;
background: rgba(255,255,255,1);
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
height: 500px;
-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.45);
box-shadow: 0 0px 5px rgba(0,0,0,0.45);

background-size: cover;
margin-left: auto;
margin-right: auto;
}

.white_block_center:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.45);
}

.main_cols .col:first-child .white_block .white_block_center{
float: left;
}

.blue_title {
text-align: center;
font-size: 38px;
color: #00a6ea;
text-transform: uppercase;
font-family: 'FuturaNewCond';
font-weight: 500;
padding: 14px 0;
}

.blue_title span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    text-shadow: 0 1px 1px #535c69;
}

.story_image {
height: 380px;
overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.story_image img {
display: block;
min-width: 100%;
min-height: 260px;
}

.story_body {
padding: 14px 20px;
font-size: 16px;
color: #060606;
    min-height: 95px;
}

.story_name {
font-size: 19px;
font-weight: 700;
margin: 0 0 8px;
}

.story_text {
max-height: 80px;
overflow: hidden;
}

.story_text span {
    background-color: white;
}

.story_link {
#margin: 8px 0 0;
}

.story_link span{
    background-color: white;
}

.slick-arrow {
display: block;
position: absolute;
top: 110px;
width: 50px;
height: 50px;
border: 0 none;
background: rgba(2,166,234,0.2);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
z-index: 50;
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
}

.slick-arrow:hover {
background: rgba(2,166,234,0.5);
}

.slick-prev {
left: 20px;
}

.slick-next {
right: 20px;
}

.slick-arrow:before {
content: "";
display: block;
width: 15px;
height: 26px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat -116px -67px transparent;
margin: 4px 0 0 9px;
}

.slick-next:before {
background-position: -139px -67px;
margin: 4px 0 0 14px;
}

/* ------------------------------ форма для пожертвования со страницы IKEA*/

.page_form .type {
display: block;
padding: 0;
margin: 0 0 30px;
list-style: none outside;
font-family: 'FuturaNewCond';
font-weight: 500;
font-size: 38px;
text-transform: uppercase;
position: relative;
overflow: hidden;
}

.page_form .type li {
float: left;
width: 50%;
text-align: center;
padding: 14px 15px 15px;
border-bottom: 2px solid #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.page_form .type li:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 100%;
width: 10px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.45);
box-shadow: 0 0 10px rgba(0,0,0,0.45);
}

.page_form .type li:first-child:before {
right: auto;
left: 100%;
}

.page_form .type li:first-child {
border-right: 1px solid #ccc;
}

.page_form .type li a {
color:#00a6ea;
text-decoration: none;
opacity: 0.65;
}

.page_form .type li.active {
border-bottom-color: transparent;
}

.page_form .type li.active:before {
display: none;
}

.page_form .type li.active a {
opacity: 1;
text-decoration: underline;
text-decoration-color: #ff8562;
}
}

.page_form .summ {
color: #060606;
font-size: 20px;
padding: 0 45px 50px;
}

.page_form .summ span {
text-align: center;
display: block;
margin: 0 0 25px;
}

.page_form .col3 {
width: 33.3333%;
float: left;
text-align: center;
}

.checkbox {
display: inline-block;
vertical-align: top;
font-size: 30px;
font-family: 'FuturaNewCond';
font-weight: 500;
color: #050505;
padding-left: 40px;
position: relative;
cursor: pointer;
}

.checkbox input {
display: none;
}

.checkbox:before {
content: "";
width: 24px;
height: 24px;
background: #fff;
border: 2px solid #b0afaf;
position: absolute;
top: 5px;
left: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}

.checkbox:after {
content: "";
width: 16px;
height: 16px;
background: #fff;
position: absolute;
top: 5px;
left: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 6px;
}

.checkbox.checked:after {
background: #00b1e5;
}

.page_form  .form_footer {
text-align: center;
padding: 0 45px;
}

.page_form .step2 .form_footer {
    padding: 0;
}

.page_form .btn,
.btn_link {
text-align: center;
display: block;
width: 100%;
height: 60px;
line-height: 58px;
background: #ff5703;
color: #fdfdfd !important;
font-size: 30px;
font-family: 'FuturaNewCond';
font-weight: 500;
text-transform: uppercase;	
cursor: pointer;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background 0.5s;
-moz-transition: background 0.5s;
-o-transition: background 0.5s;
transition: background 0.5s;
border: 0 none;
}

.page_form .btn:hover,
.btn_link:hover {
background: #ff7631;
}

.payment_method {
text-align: center;
padding-top: 35px;
font-size: 0px;
line-height: 0px;
margin: 0 -45px;
}

.payment_method > div {
display: inline-block;
vertical-align: top;
/*height: 54px;
width: 100px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat 0 -96px transparent;*/
margin: 0 8px;
height: 32px;
width: 60px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat -167px -66px transparent;
}

.payment_method .payment_method2 {
/*background-position: -103px -96px;
width: 83px;*/
background-position: -226px -66px;
width: 50px;
}

.payment_method .payment_method3 {
/*background-position: -190px -96px;
width: 100px;*/
background-position: -109px -215px;
width: 65px;
}

.payment_method .payment_method4 {
/*background-position: -294px -96px;
width: 106px;*/
background-position: -336px -66px;
width: 0px;
}

.page_form .agreement {
text-align: center;
font-size: 12px;
color: #222222;
margin: 18px 0px;
}

.step2 {
display: none;
padding: 25px 45px 0;
}

.step2 .form_head {
color: #222222;
font-size: 20px;
position: relative;
margin: 0 0 15px;
}

.step2 .form_head span.sum_val {
display: inline-block;
vertical-align: middle;
color: #ffffff;
font-size: 30px;
font-family: 'FuturaNewCond';
font-weight: 500;
padding: 0 20px;
min-width: 90px;
text-align: center;
height: 46px;
line-height: 45px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #ff5703;
margin: 0 10px 0 0;
}

.step2 .form_head span.sum_val b {
font-weight: 500;
}

.input_box {
margin: 0 0 11px;
font-size: 0;
}

.input_box .inputbox {
height: 50px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #b8b8b8;
padding: 0px 30px;
line-height: 48px;
color: #444;
font-size: 20px;
font-family: Arial;
font-style: italic;
background: transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.input_box .inputbox::-webkit-input-placeholder {
color: #b9b9b9;
}
.input_box .inputbox:-moz-placeholder,
.input_box .inputbox::-moz-placeholder {
color: #b9b9b9;
opacity: 1;
}
.input_box .inputbox:-ms-input-placeholder {
color: #b9b9b9;
}

.onetime {
display: none;
}

/*
.input_box label.error {
display: block;
width: auto;
line-height: 1;
font-size: 10px;
text-align:left;
padding: 3px 0px 5px 78px;
color:#ff0000;
}

.input_box .inputbox.error {
border-color:#f24841;
background:#ffe5e5;
}
*/

.page_form .other {
    color: #707070;
    padding: 25px 50px 0 50px;
}

.page_form .other a,
.page_form .other span {
font-size: 18px;
display: block;
float: left;
margin: 14px 0 17px;
}

.page_form .other .input_box{
clear: none;
margin: 0 0 0 145px;
}

.page_form .other .input_box span{
    color: red;
    display: none;
}

.page_form .other .input_box .inputbox{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}

.step2 .back {
display: inline-block;
font-size: 16px;
margin-top: 15px;
padding-left: 30px;
position: relative;
}

.step2 .back:before {
content: "";
display: block;
width: 12px;
height: 21px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat 0 -67px transparent;
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
}

/* ------------------------------ */
@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Light.eot');
    src: local('AktivGroteskCorp-Light'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Light.woff') format('woff'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Bold.eot');
    src: local('AktivGroteskCorp-Bold'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Bold.woff') format('woff'),
    url('/local/templates/tilda/css/../fonts/AktivGroteskCorp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

#footer {
background: rgba(240,240,240,1);
font-family: 'ArialNarrow';
}
#footer{
    background: #1c325d
}
#footer.blue .footer_top a,
#footer.blue .footer_top{
    color: #fff !important;
}
#footer.blue .footer_top .soc-list a {
    color: #000 !important;;
}
.footer-new {
    background: #1c325d;
    font-family: 'Aktiv Grotesk Corp';
    font-weight: normal;
}
.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-new .footer-item {
    margin: 30px 20px 0 20px;
}
.footer-new .new-logo img {
    margin: auto;
}
.footer-new .footer-item .social-block .social-link {
    width: 25px;
    height: 25px;
}
.footer-new .footer-item .social-block .social-link img {
    width: 100%;
}
.footer-new .mt10 {
margin-top: 25px;
}
.footer-new .footer-item .social-block {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 35px 0 0 0;
}
.footer-new .footer-item a:not(.social-link),
.footer-new .footer-item {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.55;
}
.footer-new .footer-item .font-18 {
    font-size: 18px;
}
.footer-new .footer-item .upper {
    text-transform: uppercase;
}
.footer-new .footer-item .bold {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
    .footer-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        max-width: 576px;
    }
    .footer-new .footer-item {
        margin: 0;
    }
}
@media only screen and (max-width: 576px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 320px;
    }
}

.footer_top {
padding: 25px 0 0;
border-bottom: 1px solid #c2c2c2;
font-size: 21px;
color: #515151;
}

.footer_top a {
color: #515151;
text-decoration: none;
}

.footer_top a:hover {
color: #00a6ea;
}

.footer_top .col {
width: 20%;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 24px;
padding-right: 10px;
}

.footer_top .col:first-child {
width: 34%;
}

.footer_top .socialcol {
//float: right;
padding-right: 0;
//width: auto;
}

.footer_top .socialcol > span,
.footer_top .socialcol .socials {
display: inline-block;
vertical-align: middle;
}

.footer_top .socialcol span {
margin: 0 5px 0 0;
}

.footer_bottom {
padding: 20px 0;
}

.footer_bottom .logo {
margin-right: 0;
}

.footer_link {
font-size: 16px;
}

/* ------------------------------ */

.popup {
display: none;
position: absolute;
top: 30px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 95%;
max-width: 900px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
box-shadow: 0 5px 5px rgba(0,0,0,0.45);
z-index: 1900;
padding: 40px;
min-width: 310px;
}

.popup_close {
display: block;
position: absolute;
top: 20px;
right: 20px;
width: 23px;
height: 23px;
background: url(/local/templates/tilda/css/../img/sprite.png) no-repeat -291px -2px;
}

.popup_close:hover {
opacity: 0.8;
}

.popup_overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.4);
z-index: 800;
}

.story_popup {
padding: 60px 80px 40px;
}

.story_popup_title {
font-size: 18px;
font-weight: 700;
margin: 0 0 1em;
}

.story_popup_photo {
float: left;
margin: 0 40px 10px 0;
}

.info_popup {
background: url(/local/templates/tilda/css/../img/lines.png) no-repeat top center #fff;
color: #676767;
font-size: 16px;
line-height: 22px;
padding: 0 40px;
}

.info_popup .story_popup_title {
text-align: center;
padding: 25px 15px 15px;
color: #00b1e5;
font-size: 20px;
}

.info_popup .pos_container {
position: relative;
}

.info_popup .pull-right {
float: right;
}

.info_popup b {
color: #009fdb;
font-size: 18px;
}

.info_popup .pos2 p.p1:before,
.info_popup .pos2 p.p2:before,
.info_popup .pos3:before,
.info_popup .pos4 p.p1:before,
.info_popup .pos4 p.p2:before,
.info_popup .pos4 p.p3:before,
.info_popup .pos5 p.p1:before,
.info_popup .pos5 p.p2:before,
.info_popup .abs-pos1 p:before,
.info_popup .abs-pos2 p:before,
.info_popup div.abs-pos3 p:before {
background-image: url(/local/templates/tilda/css/../img/icons-s769c47a955.png);
background-repeat: no-repeat;
}

.info_popup .badge {
text-align: center;
vertical-align: middle;
white-space: nowrap;
min-width: 10px;
font-weight: bold;
display: inline-block;
}

.info_popup .pos1 {
width: 470px;
}

.info_popup .pos2 {
font-size: 15px;
margin-top: -80px;
}

.info_popup .pos2 p {
margin-bottom: 70px;
position: relative;
}

.info_popup .pos2 p.p1:before {
background-position: 0 -120px;
content: "";
height: 108px;
left: -134px;
margin-top: -54px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 124px;
}

.info_popup .pos2 p.p2 {
margin-left: -20px;
}

.info_popup .pos2 p.p2:before {
background-position: 0 -447px;
content: "";
height: 106px;
left: -134px;
margin-top: -53px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 124px;
}

.info_popup .pos3 {
margin: 250px 0 0 300px;
position: relative;
}

.info_popup .pos3:before {
background-position: 0 -700px;
content: "";
height: 121px;
left: -160px;
margin-top: -60.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 150px;
}

.info_popup .pos4 p {
margin-top: 70px;
padding-left: 140px;
position: relative;
}

.info_popup .pos4 p.p1:before {
background-position: 0 -825px;
content: "";
height: 101px;
left: 0;
margin-top: -50.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 126px;
}

.info_popup .pos4 p.p2:before {
background-position: 0 -930px;
content: "";
height: 112px;
left: 30px;
margin-top: -56px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 79px;
}

.info_popup .pos4 p.p3:before {
background-position: 0 -1046px;
content: "";
height: 83px;
left: 0;
margin-top: -41.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 125px;
}

.info_popup .pos5 {
margin-top: -10px;
}

.info_popup .pos5 p {
margin-bottom: 70px;
position: relative;
}

.info_popup .pos5 p.p1:before {
background-position: 0 -1260px;
content: "";
height: 128px;
left: -141px;
margin-top: -64px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 131px;
}

.info_popup .pos5 p.p2:before {
background-position: 0 -232px;
content: "";
height: 99px;
left: -112px;
margin-top: -74.5px;
position: absolute;
top: 50%;
transform: scale(0.9, 0.9);
width: 92px;
}

.info_popup div[class^="abs-pos"] {
left: 50%;
margin-left: -150px;
position: absolute;
width: 300px;
}

.info_popup div[class^="abs-pos"] .badge {
background-color: #75b967;
border-radius: 50%;
color: white;
font-size: 30px;
height: 64px;
letter-spacing: 0.3px;
line-height: 64px;
padding: 0;
width: 64px;
}

.info_popup div[class^="abs-pos"] p {
color: #71b763;
font-size: 25px;
font-weight: bold;
}

.info_popup .abs-pos1 {
top: 250px;
}

.info_popup .abs-pos1 p {
padding-left: 25px;
position: relative;
}

.info_popup .abs-pos1 p:before {
background-position: 0 -557px;
content: "";
height: 139px;
left: 50%;
margin-left: -86.5px;
position: absolute;
top: -149px;
width: 173px;
}

.info_popup .abs-pos2 {
top: 700px;
}

.info_popup .abs-pos2 p {
padding-left: 60px;
position: relative;
}

.info_popup .abs-pos2 p:before {
background-position: 0 -1133px;
content: "";
height: 123px;
left: 50%;
margin-left: -39px;
position: absolute;
top: -133px;
width: 78px;
}

.info_popup div.abs-pos3 {
bottom: 50px;
margin-left: -300px;
width: 300px;
}

.info_popup div.abs-pos3 p {
position: relative;
}

.info_popup div.abs-pos3 p:before {
background-position: 0 -335px;
content: "";
height: 108px;
left: 35%;
margin-left: -77.5px;
position: absolute;
top: -118px;
transform: scale(0.9, 0.9);
width: 155px;
}

.text_popup_title {
text-align: center;
padding: 0px 15px 25px;
color: #00b1e5;
font-size: 20px;
}

.text_popup .right_img {
float: right;
display: block;
max-width: 40%;
margin: 0 0 10px 20px;
}

.text_popup .blue_subtitle {
color: #00b1e5;
font-size: 18px;
font-weight: bold;
margin: 0 0 20px;
}

ul.blue_bull {
margin: 0 0 20px;
padding: 0;
list-style: none outside;
}

ul.blue_bull > li {
padding: 0 0 5px 18px;
position: relative;
}

ul.blue_bull > li:before {
content: "";
width: 8px;
height: 8px;
background: #00b1e5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
position: absolute;
top: 5px;
left: 0;
}

.round_block {
border: 2px dashed #ec7404;
-moz-border-radius: 0 30px 0 0;
-webkit-border-radius: 0 30px 0 0;
border-radius: 0 30px 0 0;
padding: 0 20px 20px;
margin: 0 0 30px;
}

.round_block b {
color: #ec7404;
font-size: 22px;
}

.round_block.green {
border-color: #6dbf67;
padding-top: 20px;
padding-bottom: 0px;
margin-right: 330px;
}

.round_block.green .date {
font-weight: 700;
}

.round_block.green b {
color: #6dbf67;
}

.round_block_flag {
display: inline-block;
vertical-align: top;
background: #ec7404;
color: #fff;
padding: 15px 30px 15px 20px;
margin: -2px 0 10px -22px;
position: relative;
font-weight: 700;
font-size: 18px;
min-width: 180px;
overflow: hidden;
}

.round_block_flag:before {
content: "";
display: block;
position: absolute;
top: 50%;
right: -11px;
width: 0;
height: 0;
border-style: solid;
border-width: 46px 25px;
border-color: transparent;
border-right-color: #fff;
margin-top: -46px;
}

.popup_cols {
margin: 0 -10px;
}

.popup_col {
float: left;
width: 50%;
padding: 0 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.round_block.solid {
border-style: solid;
}

.round_block.solid .round_block_flag {
font-size: 24px;
}

.table_div {
display: table;
width: 100%;
}

.tr_div {
display: table-row;
}

.td_div {
display: table-cell;
width: 50%;
vertical-align: middle;
text-align: left;
}

.td_div img {
display: block;
margin: 0 auto 10px;
max-width: 95%;
}

#form_popup {
max-width: 560px;
padding-left: 0;
padding-right: 0;
}

#thx,
#thx_school,
#thx_newyear,
#thx_covid,
#thx_sasha,
#thx_mama,
#thx_1june,
#thx_mama_new,
#thx_monthly,
#thx_StepForward,
#thx_gazprom,
#thx_NYRetail,
#thx_father,
#thx_youth,
#thx_splat,
#thx_pushkin,
#thx_b2s,
#thx_annual_report_2023,
#thx_sos_new,
#thx_fam_road,
#thx_fam_road2,
#thx_ap_conf,
#error_sos,
#error_b2s,
#error_donate,
#error_ap_conf,
#error_fam_road,
#error_fam_road2,
#error_youth,
#error_sos_new,
#error {
max-width: 620px;
top: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
padding-bottom: 65px;
}

.thx_title {
color: #323131;
font-weight: 700;
font-size: 19px;
margin: 0 0 30px;
}

#thx .soc_line {
margin: 30px 0 0;
}

.soc_line > div {
display: inline-block;
vertical-align: middle;
margin: 5px 15px 5px 0;
}

.soc_line .socials {
white-space: nowrap;
}

.soc_line a {
float: left;
margin: 0 4px;
}

.story_popup .btn_link {
max-width: 350px;
margin: 30px auto 0;
}

.story_done {
    position: relative;
    top: 30px;
    width: 560px;
    background-color: rgba(0,0,0,.4);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ff671b;
    text-shadow: 0 1px 1px #444;
    text-transform: uppercase;
    font-family: 'FuturaNewCond';
    font-weight: 500;
    font-size: 76px;
}

.soc-list {height:28px; margin:0 0 0 0px;}
/*.soc-list a {float:left; width:28px; height:28px; margin:0 0 0 10px; background-image:url(/local/templates/pweb.ru_ddsos_title_v2/images/icos-soc2.png); position:relative;}
.soc-list a span {position:absolute; left:0; top:0; width:28px; height:28px; background-image:url(/local/templates/pweb.ru_ddsos_title_v2/images/icos-soc2.png); opacity:0; transition:all 0.2s ease;}
.soc-list a:hover span {opacity:1;}
.soc-list a.soc-vk {background-position:0 0;}
.soc-list a.soc-lj {background-position:-38px 0;}
.soc-list a.soc-fl {background-position:-76px 0;}
.soc-list a.soc-tw {background-position:-114px 0;}
.soc-list a.soc-f {background-position:-152px 0;}
.soc-list a.soc-y {background-position:-190px 0;}
.soc-list a.soc-ok {background-position:-267px 0;}
.soc-list a.soc-in {background-position:-228px 0;}
.soc-list a.soc-vk span {background-position:0 -28px;}
.soc-list a.soc-lj span {background-position:-38px -28px;}
.soc-list a.soc-fl span {background-position:-76px -28px;}
.soc-list a.soc-tw span {background-position:-114px -28px;}
.soc-list a.soc-f span {background-position:-152px -28px;}
.soc-list a.soc-y span {background-position:-190px -28px;}
.soc-list a.soc-ok span  {background-position:-266px -28px;}
.soc-list a.soc-in span  {background-position:-228px -28px;} */

@media only screen and (max-width: 375px) {
    .main_cols .col_inside {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 812px) {
    .main_cols .col_inside {
        float: left;
        width: 50%;
    }
}

.summ {
    padding: 30px;
}
/* End */


/* Start:/local/templates/tilda/css/media.css?16970935357421*/
@media screen and (max-width: 800px) {

#header {
padding-top: 11px;
}

#page_content {
/*padding-top: 25px;*/
}

.page_title {
font-size: 32px;
margin: 0 0 15px;
}

.count_line {
margin-bottom: 15px;
float: right;
}

.page_text {
font-size: 18px;
}

.main_cols {
margin-top: 15px;
}

.page_form .summ {
padding-bottom: 30px;
}

}


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

.menu {
margin-top: 10px;
width: 100%;
}

#header {
padding-top: 18px;
}

#header .socials {
position: absolute;
top: 0;
right: 0;
}

.count_line {
float: none;
}

.page_form .summ {
padding-bottom: 50px;
}

.footer_top {
font-size: 19px;
}

.footer_top .col {
width: 27%;
}

.footer_top .col:first-child {
width: 46%;
}

.footer_top .socialcol {
width: 100%;
text-align: center;
}

}
.white_block {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-bottom: 10px;
}

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

.page_title {
font-size: 32px;
}

.main_cols .col {
float: none;
width: 100%;
}

.main_cols .col:first-child .white_block {
float: none;
}

#page_content {
background-position: top right;
}

.page_form {
padding-bottom: 15px;
}

}

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

.story_popup,
.text_popup {
padding: 30px 20px 20px;
}

#thx,
#thx_1june,
#error {
padding-bottom: 20px;
}

}

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

.info_popup .pos1 {
width: auto;
}

.info_popup .pos2 {
float: none;
margin-top: 45px;
padding-left: 150px;
}

.info_popup div.abs-pos1,
.info_popup div.abs-pos2 {
left: auto;
right: 30px;
margin-left: 0;
}

.info_popup .pos3 {
margin: 70px 0 0 155px;
}

.info_popup div.abs-pos3 {
left: 0px;
margin-left: 0;
}


}

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

.page_title br {
display: none;
}

.info_popup .pos2 {
width: 240px;
margin-left: auto;
margin-right: auto;
}

.info_popup .pos2 p.p2 {
margin-left: 0;
}

.info_popup .pos4 {
width: 370px;
margin-left: auto;
margin-right: auto;
}

.info_popup .pos5 {
float: none;
margin-top: 75px;
width: 220px;
margin-left: auto;
margin-right: auto;
padding-left: 125px;
}

.info_popup div[class^="abs-pos"] {
display: none;
}

}

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

.text_popup .right_img {
display: none;
}

.round_block.green {
margin-right: 0;
}

.popup_cols {
margin: 0;
}

.popup_col {
float: none;
width: 100%;
padding: 0;
}

.text_popup .round_block_text {
height: auto !important;
}

.round_block b {
font-size: 18px;
}

}

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

.mob_menu {
display: block;
}

.menu {
margin-left: 0;
margin-top: 0;
display: none;
padding-top: 15px;
}

.menu.visible {
display: block;
}

.menu li {
float: none;
margin: 0;
text-align: right;
}

#header .socials {
right: 65px;
}

.footer_top {
position: relative;
padding: 15px 0 15px;
}

.footer_top .col,
.footer_top .col:first-child {
float: none;
width: 100%;
margin-bottom: 10px;
}

.footer_top .socialcol {
position: absolute;
top: 6px;
right: 0;
width: 200px;
text-align: right;
}

.footer_top .socialcol span {
margin: 0 0 5px 0;
}

.table_div {
margin-bottom: 20px;
}

}

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

.page_title {
font-size: 26px;
}

.count_line,
.page_text {
font-size: 16px;
}

.step2 .form_head span.sum_val {
margin-right: 0;
margin-bottom: 10px;
}

.step2 .mob_block {
display: block;
}

.story_popup_photo {
display: block;
max-width: 50%;
}

}

@media screen and (max-width: 650px), (max-height: 600px){

#thx,
#thx_1june,
#error {
top: 30px;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

}

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

.page_title {
font-size: 20px;
}

}

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

#header .socials {
display: none;
}

.footer_top,
.footer_bottom .footer_link {
font-size: 16px;
}

.footer_top {
text-align: center;
}

.footer_top .socialcol {
position: static;
width: 100%;
text-align: center;
}

.footer_bottom .logo {
float: none;
margin: 0 auto 5px;
}

.footer_bottom .footer_link {
float: none;
text-align: center;
}

.info_popup {
padding: 0 20px;
font-size: 14px;
line-height: 18px;
}

.info_popup .story_popup_title {
padding-left: 10px;
padding-right: 10px;
padding-top: 40px;
font-size: 18px;
line-height: 22px;
}

.info_popup .pos2 {
width: auto;
margin-left: 0;
margin-right: 0;
padding-left: 120px;
}

.info_popup .pos3 {
margin-left: 0;
}

.info_popup .pos3:before {
display: none;
}

.info_popup .pos4 {
width: auto;
}

.info_popup .pos4 p,
.info_popup .pos5 p {
padding-left: 0;
margin: 20px 0;
}

.info_popup .pos4 br,
.info_popup .pos5 br {
display: none;
}

.info_popup .pos4 p:before {
display: none;
}

.info_popup .pos5 {
padding-left: 0;
width: auto;
margin-top: 0;
}

.table_div,
.tr_div,
.td_div {
display: block;
}

.table_div {
padding-top: 15px;
}

.td_div {
width: 100%;
}

.td_div img {
display: none;
}

#thx,
#thx_1june,
#error {
padding-top: 50px;
}

}

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

.logo {
margin-right: 10px;
}

.logo_ikea {
margin-right: 0;
}

.count_line {
margin-right: 0;
}

.count_line span {
display: block;
margin-right: 0;
}

.blue_title,
.page_form .type {
font-size: 31px;
}

.story_image {
position: relative;
height: 260px;
}

.story_image img {
position: absolute;
top: -20px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.story_body {
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
}

.story_text {
max-height: 500px;
}

.slick-arrow {
top: 110px;
}

.slick-prev {
left: 15px;
}

.slick-next {
right: 15px;
}

.page_form .summ {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 30px;
font-size: 17px;
}

.checkbox {
font-size: 24px;
}

.checkbox:before,
.checkbox:after {
top: 1px;
}

.page_form .other {
padding-left: 15px;
padding-right: 15px;
}

.page_form .other a,
.page_form .other span {
font-size: 16px;
}

.page_form .other .input_box {
//margin-left: 117px;
}

.page_form .form_footer {
padding-left: 15px;
padding-right: 15px;
}

.page_form .btn,
.btn_link {
font-size: 26px;
height: 50px;
line-height: 48px;
width: 97%;
}

.payment_method {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 250px;
padding-top: 30px;
opacity: 0.8;
}

.payment_method > div {
margin: 0 2px 5px;
}

.step2 {
padding: 15px 15px 0px;
}

.step2 .form_head {
font-size: 18px;
}

.input_box .inputbox {
padding: 0 15px;
}

.story_popup_photo {
//display: none;
    max-width: 90%;
}

}

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

.page_form .step2 .form_footer {
    padding: 0 50px 0 0;
}


.story_popup,
.text_popup {
font-size: 14px;
}

.round_block.solid .round_block_flag {
font-size: 20px;
}

}

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

.page_form .step2 .form_footer {
    padding: 0 50px 0 0;
}



#header {
padding-top: 28px;
}

.mob_menu {
top: -18px;
}

.page_title {
font-size: 18px;
}

.blue_title,
.page_form .type {
font-size: 28px;
}

}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx){

.logo,
.logo_ikea,
.socials a,
.slick-arrow:before,
.payment_method > div,
.step2 .back:before,
.popup_close {
background-image: url(/local/templates/tilda/css/../img/sprite_x2.png);
background-size: 404px 243px;
}

}
/* End */


/* Start:/local/templates/tilda/css/likely.css?168536291619552*/
/*!
 * Likely 3.0.0 by Nikolay Rys (linkedin.com/in/nikolay-rys), Ilya Birman (ilyabirman.net), and contributors.
 * Special thanks to Viktor Karpov (twitter.com/vitkarpov), Ivan Akulov (iamakulov.com), Evgeny Steblinsky (volter9.github.io), and Artem Sapegin (sapegin.me).
 */.likely{opacity:0;transition:opacity .1s ease-in}.likely *{visibility:hidden}.likely_ready,.likely_visible{opacity:1}.likely_ready *,.likely_visible *{visibility:inherit}.likely{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Helvetica Neue,Arial,sans-serif;font-size:0!important;font-weight:400;text-indent:0!important}.likely,.likely *{display:inline-block}.likely__widget{position:relative;white-space:nowrap}.likely__button,.likely__counter{margin:0;outline:0;text-decoration:none;text-rendering:optimizeLegibility}.likely__button{color:inherit;cursor:pointer;position:relative;user-select:none}.likely__counter{display:none;position:relative}.likely_ready .likely__counter{display:inline-block}.likely_ready .likely__counter_empty{display:none}.likely__button,.likely__counter,.likely__icon,.likely__widget{vertical-align:top}.likely__widget{transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out}.likely__widget:active,.likely__widget:focus,.likely__widget:hover{cursor:pointer;transition:none}@media (hover:none){.likely__widget:active,.likely__widget:focus,.likely__widget:hover{cursor:unset;transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out}}.likely__icon{position:relative;text-align:left}.likely svg{position:absolute}.likely__button,.likely__counter{cursor:inherit;line-height:inherit}.likely__button:empty{display:none}.likely__counter{text-align:center}.likely .likely__widget{background:hsla(0,0%,91%,.8);color:#000}.likely .likely__counter{background-image:linear-gradient(90deg,rgba(0,0,0,.2) 0,transparent .5px,transparent);background-repeat:repeat-y;background-size:1px 1px}.likely-dark-theme .likely__widget,.likely-light .likely__widget{fill:#fff;background:hsla(0,0%,93%,.16);color:#fff;text-shadow:rgba(0,0,0,.2) 0 0 .33em}.likely-dark-theme .likely__counter,.likely-light .likely__counter{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0) .5px,hsla(0,0%,100%,0))}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget{fill:#fff;background:hsla(0,0%,93%,.16);color:#fff;text-shadow:rgba(0,0,0,.2) 0 0 .33em}.likely-color-theme-based .likely__counter{background-image:linear-gradient(90deg,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0) .5px,hsla(0,0%,100%,0))}}.likely__widget_facebook{fill:#1877f2}.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:rgba(197,221,251,.8)}@media (hover:none){.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_facebook:active,.likely-dark-theme .likely__widget_facebook:focus,.likely-dark-theme .likely__widget_facebook:hover,.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{background:rgba(24,119,242,.7);text-shadow:#1877f2 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_facebook:active,.likely-dark-theme .likely__widget_facebook:focus,.likely-dark-theme .likely__widget_facebook:hover,.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_facebook:active,.likely-color-theme-based .likely__widget_facebook:focus,.likely-color-theme-based .likely__widget_facebook:hover{background:rgba(24,119,242,.7);text-shadow:#1877f2 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_facebook:active,.likely-color-theme-based .likely__widget_facebook:focus,.likely-color-theme-based .likely__widget_facebook:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_linkedin{fill:#0a66c2}.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:rgba(193,216,239,.8)}@media (hover:none){.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_linkedin:active,.likely-dark-theme .likely__widget_linkedin:focus,.likely-dark-theme .likely__widget_linkedin:hover,.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{background:rgba(10,102,194,.7);text-shadow:#0a66c2 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_linkedin:active,.likely-dark-theme .likely__widget_linkedin:focus,.likely-dark-theme .likely__widget_linkedin:hover,.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_linkedin:active,.likely-color-theme-based .likely__widget_linkedin:focus,.likely-color-theme-based .likely__widget_linkedin:hover{background:rgba(10,102,194,.7);text-shadow:#0a66c2 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_linkedin:active,.likely-color-theme-based .likely__widget_linkedin:focus,.likely-color-theme-based .likely__widget_linkedin:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_odnoklassniki{fill:#ee8208}.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:hsla(32,85%,87%,.8)}@media (hover:none){.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_odnoklassniki:active,.likely-dark-theme .likely__widget_odnoklassniki:focus,.likely-dark-theme .likely__widget_odnoklassniki:hover,.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{background:rgba(238,130,8,.7);text-shadow:#ee8208 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_odnoklassniki:active,.likely-dark-theme .likely__widget_odnoklassniki:focus,.likely-dark-theme .likely__widget_odnoklassniki:hover,.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_odnoklassniki:active,.likely-color-theme-based .likely__widget_odnoklassniki:focus,.likely-color-theme-based .likely__widget_odnoklassniki:hover{background:rgba(238,130,8,.7);text-shadow:#ee8208 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_odnoklassniki:active,.likely-color-theme-based .likely__widget_odnoklassniki:focus,.likely-color-theme-based .likely__widget_odnoklassniki:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_pinterest{fill:#e60019}.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:rgba(248,191,197,.8)}@media (hover:none){.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_pinterest:active,.likely-dark-theme .likely__widget_pinterest:focus,.likely-dark-theme .likely__widget_pinterest:hover,.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{background:rgba(230,0,25,.7);text-shadow:#e60019 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_pinterest:active,.likely-dark-theme .likely__widget_pinterest:focus,.likely-dark-theme .likely__widget_pinterest:hover,.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_pinterest:active,.likely-color-theme-based .likely__widget_pinterest:focus,.likely-color-theme-based .likely__widget_pinterest:hover{background:rgba(230,0,25,.7);text-shadow:#e60019 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_pinterest:active,.likely-color-theme-based .likely__widget_pinterest:focus,.likely-color-theme-based .likely__widget_pinterest:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_reddit{fill:#ff4501}.likely__widget_reddit:active,.likely__widget_reddit:focus,.likely__widget_reddit:hover{background:rgba(255,208,191,.8)}@media (hover:none){.likely__widget_reddit:active,.likely__widget_reddit:focus,.likely__widget_reddit:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_reddit:active,.likely-dark-theme .likely__widget_reddit:focus,.likely-dark-theme .likely__widget_reddit:hover,.likely-light .likely__widget_reddit:active,.likely-light .likely__widget_reddit:focus,.likely-light .likely__widget_reddit:hover{background:rgba(255,69,1,.7);text-shadow:#ff4501 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_reddit:active,.likely-dark-theme .likely__widget_reddit:focus,.likely-dark-theme .likely__widget_reddit:hover,.likely-light .likely__widget_reddit:active,.likely-light .likely__widget_reddit:focus,.likely-light .likely__widget_reddit:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_reddit:active,.likely-color-theme-based .likely__widget_reddit:focus,.likely-color-theme-based .likely__widget_reddit:hover{background:rgba(255,69,1,.7);text-shadow:#ff4501 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_reddit:active,.likely-color-theme-based .likely__widget_reddit:focus,.likely-color-theme-based .likely__widget_reddit:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_telegram{fill:#35a3dc}.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:rgba(204,232,246,.8)}@media (hover:none){.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_telegram:active,.likely-dark-theme .likely__widget_telegram:focus,.likely-dark-theme .likely__widget_telegram:hover,.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{background:rgba(53,163,220,.7);text-shadow:#35a3dc 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_telegram:active,.likely-dark-theme .likely__widget_telegram:focus,.likely-dark-theme .likely__widget_telegram:hover,.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_telegram:active,.likely-color-theme-based .likely__widget_telegram:focus,.likely-color-theme-based .likely__widget_telegram:hover{background:rgba(53,163,220,.7);text-shadow:#35a3dc 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_telegram:active,.likely-color-theme-based .likely__widget_telegram:focus,.likely-color-theme-based .likely__widget_telegram:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_twitter{fill:#1da1f2}.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:rgba(198,231,251,.8)}@media (hover:none){.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_twitter:active,.likely-dark-theme .likely__widget_twitter:focus,.likely-dark-theme .likely__widget_twitter:hover,.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{background:rgba(29,161,242,.7);text-shadow:#1da1f2 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_twitter:active,.likely-dark-theme .likely__widget_twitter:focus,.likely-dark-theme .likely__widget_twitter:hover,.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_twitter:active,.likely-color-theme-based .likely__widget_twitter:focus,.likely-color-theme-based .likely__widget_twitter:hover{background:rgba(29,161,242,.7);text-shadow:#1da1f2 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_twitter:active,.likely-color-theme-based .likely__widget_twitter:focus,.likely-color-theme-based .likely__widget_twitter:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_viber{fill:#7360f2}.likely__widget_viber:active,.likely__widget_viber:focus,.likely__widget_viber:hover{background:rgba(220,215,251,.8)}@media (hover:none){.likely__widget_viber:active,.likely__widget_viber:focus,.likely__widget_viber:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_viber:active,.likely-dark-theme .likely__widget_viber:focus,.likely-dark-theme .likely__widget_viber:hover,.likely-light .likely__widget_viber:active,.likely-light .likely__widget_viber:focus,.likely-light .likely__widget_viber:hover{background:rgba(115,96,242,.7);text-shadow:#7360f2 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_viber:active,.likely-dark-theme .likely__widget_viber:focus,.likely-dark-theme .likely__widget_viber:hover,.likely-light .likely__widget_viber:active,.likely-light .likely__widget_viber:focus,.likely-light .likely__widget_viber:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_viber:active,.likely-color-theme-based .likely__widget_viber:focus,.likely-color-theme-based .likely__widget_viber:hover{background:rgba(115,96,242,.7);text-shadow:#7360f2 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_viber:active,.likely-color-theme-based .likely__widget_viber:focus,.likely-color-theme-based .likely__widget_viber:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_vkontakte{fill:#07f}.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:rgba(191,221,255,.8)}@media (hover:none){.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_vkontakte:active,.likely-dark-theme .likely__widget_vkontakte:focus,.likely-dark-theme .likely__widget_vkontakte:hover,.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{background:rgba(0,119,255,.7);text-shadow:#07f 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_vkontakte:active,.likely-dark-theme .likely__widget_vkontakte:focus,.likely-dark-theme .likely__widget_vkontakte:hover,.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_vkontakte:active,.likely-color-theme-based .likely__widget_vkontakte:focus,.likely-color-theme-based .likely__widget_vkontakte:hover{background:rgba(0,119,255,.7);text-shadow:#07f 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_vkontakte:active,.likely-color-theme-based .likely__widget_vkontakte:focus,.likely-color-theme-based .likely__widget_vkontakte:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely__widget_whatsapp{fill:#25d366}.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover{background:rgba(200,244,216,.8)}@media (hover:none){.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover{background:hsla(0,0%,91%,.8)}}.likely-dark-theme .likely__widget_whatsapp:active,.likely-dark-theme .likely__widget_whatsapp:focus,.likely-dark-theme .likely__widget_whatsapp:hover,.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover{background:rgba(37,211,102,.7);text-shadow:#25d366 0 0 .25em}@media (hover:none){.likely-dark-theme .likely__widget_whatsapp:active,.likely-dark-theme .likely__widget_whatsapp:focus,.likely-dark-theme .likely__widget_whatsapp:hover,.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}@media (prefers-color-scheme:dark){.likely-color-theme-based .likely__widget_whatsapp:active,.likely-color-theme-based .likely__widget_whatsapp:focus,.likely-color-theme-based .likely__widget_whatsapp:hover{background:rgba(37,211,102,.7);text-shadow:#25d366 0 0 .25em}}@media (prefers-color-scheme:dark) and (hover:none){.likely-color-theme-based .likely__widget_whatsapp:active,.likely-color-theme-based .likely__widget_whatsapp:focus,.likely-color-theme-based .likely__widget_whatsapp:hover{background:hsla(0,0%,93%,.16);text-shadow:rgba(0,0,0,.2) 0 0 .33em}}.likely{margin:0 -5px -10px}.likely .likely__widget{border-radius:3px;font-size:14px;height:22px;line-height:20px;margin:0 5px 10px}.likely .likely__icon{height:22px;width:22px}.likely .likely__button{padding:1px 4px 1px 0}.likely .likely__counter{padding:1px 4px}.likely svg{height:16px;left:3px;top:3px;width:16px}.likely-big{margin:0 -6px -12px}.likely-big .likely__widget{border-radius:4px;font-size:18px;height:32px;line-height:28px;margin:0 6px 12px}.likely-big .likely__icon{height:32px;width:32px}.likely-big .likely__button{padding:2px 6px 2px 0}.likely-big .likely__counter{padding:2px 6px}.likely-big svg{height:24px;left:4px;top:4px;width:24px}.likely-small{margin:0 -4px -8px}.likely-small .likely__widget{border-radius:2px;font-size:12px;height:18px;line-height:14px;margin:0 4px 8px}.likely-small .likely__icon{height:18px;width:18px}.likely-small .likely__button{padding:2px 3px 2px 0}.likely-small .likely__counter{padding:2px 3px}.likely-small svg{height:12px;left:3px;top:3px;width:12px}
/*# sourceMappingURL=likely.min.css.map*/
/* End */


/* Start:/30years/style.css?1722956082344*/
#footer .main_width {
    display: none;
}
.t396__elem[data-elem-id='1721211899719'] .owl-loaded {
    max-width: 1200px;
}

.t396 .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1 !important;
}
.owl-stage {
    transition: .5s !important;
}
.t668__title,
.t668__text {
    font-family: 'Inter', Arial, sans-serif !important;
}
/* End */


/* Start:/local/cookie/style.css?17115353241549*/
.warning--cookie {
    position: fixed;
    bottom: 0;
    display: none;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 15px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    width: 60%;
    max-height: 125px;
}

.warning--cookie.warning--active {
    display: flex;
}

.warning--cookie .warning--text a {
    color: #0e66bf;
    text-decoration: none;
    border-bottom: 1px solid #d2e5f7;
}

.warning--cookie .warning__apply {
    width: 160px;
    /*margin-left: 80px !important;*/
    background-color: #ec7404;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    cursor: pointer;
    border: 0px none;
    min-height: 35px;
    max-height: 45px;
    margin: auto 0 auto 80px !important;
}

.warning--cookie .warning--text {
    padding: 0 !important;
    margin: 0 !important;
    width: calc(100% - 240px);
    font-size: 14px;
}

@media only screen and (max-width: 1400px) {
    .warning--cookie .warning--text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .warning--cookie {
        padding: 20px 30px;
        flex-direction: column;
        max-height: unset !important;
    }
    .warning--cookie .warning--text {
        width: 100%;
    }
    .warning--cookie .warning__apply {
        margin: 10px auto auto auto !important;
    }
}
@media only screen and (max-width: 768px) {
    .warning--cookie {
        width: 80%;
    }
}
/* End */


/* Start:/local/popup/style.css?17157624828947*/
/* ------------------------------ */

.popup {
    position: absolute;
    top: 30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    max-width: 900px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    box-shadow: 0 5px 5px rgba(0,0,0,0.45);
    z-index: 999;
    padding: 40px;
    min-width: 310px;
    font-size: 14px;
    line-height: 20px;
}

.popup_close {
    display: block !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    background: url(/feedback/img/sprite.png) no-repeat -289px -75px transparent !important;
    transform: unset !important;
    font-size: unset !important;
}

.popup_close:hover {
    opacity: 0.8;
}

.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 800;
    overflow-y: scroll;
}

.story_popup {
    padding: 60px 80px 40px;
}

.story_popup_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em;
}

.info_popup {
    background: url(/local/popup/../img/lines.png) no-repeat top center #fff;
    color: #676767;
    font-size: 16px;
    line-height: 22px;
    padding: 0 40px;
}

.info_popup2 {
    background: url(/local/popup/../img/star.jpg) no-repeat top center #fff;
    background-image: cover;
    color: #676767;
    padding: 0 40px 20px;
    font-size: 16px;
    line-height: 22px;
}

.info_popup3 {
    color: #676767;
    padding: 0 40px 40px;
    font-size: 16px;
    line-height: 22px;
}

.info_popup .story_popup_title,
.info_popup2 .story_popup_title,
.info_popup3 .story_popup_title {
    text-align: center;
    padding: 25px 15px 15px;
    color: #00b1e5;
    font-size: 20px;
}

.info_popup .pos_container,
.info_popup2 .pos_container {
    position: relative;
}

.info_popup .pull-right {
    float: right;
}

.info_popup b {
    color: #009fdb;
    font-size: 18px;
}

.info_popup .pos2 p.p1:before,
.info_popup .pos2 p.p2:before,
.info_popup .pos3:before,
.info_popup .pos4 p.p1:before,
.info_popup .pos4 p.p2:before,
.info_popup .pos4 p.p3:before,
.info_popup .pos5 p.p1:before,
.info_popup .pos5 p.p2:before,
.info_popup .abs-pos1 p:before,
.info_popup .abs-pos2 p:before,
.info_popup div.abs-pos3 p:before {
    background-image: url(/local/popup/../img/icons-s769c47a955.png);
    background-repeat: no-repeat;
}

.info_popup .badge {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 10px;
    font-weight: bold;
    display: inline-block;
}

.info_popup .pos1 {
    width: 470px;
}

.info_popup .pos2 {
    font-size: 15px;
    margin-top: -80px;
}

.info_popup .pos2 p {
    margin-bottom: 70px;
    position: relative;
}

.info_popup .pos2 p.p1:before {
    background-position: 0 -120px;
    content: "";
    height: 108px;
    left: -134px;
    margin-top: -54px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 124px;
}

.info_popup .pos2 p.p2 {
    margin-left: -20px;
}

.info_popup .pos2 p.p2:before {
    background-position: 0 -447px;
    content: "";
    height: 106px;
    left: -134px;
    margin-top: -53px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 124px;
}

.info_popup .pos3 {
    margin: 250px 0 0 300px;
    position: relative;
}

.info_popup .pos3:before {
    background-position: 0 -700px;
    content: "";
    height: 121px;
    left: -160px;
    margin-top: -60.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 150px;
}

.info_popup .pos4 p {
    margin-top: 70px;
    padding-left: 140px;
    position: relative;
}

.info_popup .pos4 p.p1:before {
    background-position: 0 -825px;
    content: "";
    height: 101px;
    left: 0;
    margin-top: -50.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 126px;
}

.info_popup .pos4 p.p2:before {
    background-position: 0 -930px;
    content: "";
    height: 112px;
    left: 30px;
    margin-top: -56px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 79px;
}

.info_popup .pos4 p.p3:before {
    background-position: 0 -1046px;
    content: "";
    height: 83px;
    left: 0;
    margin-top: -41.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 125px;
}

.info_popup .pos5 {
    margin-top: -10px;
}

.info_popup .pos5 p {
    margin-bottom: 70px;
    position: relative;
}

.info_popup .pos5 p.p1:before {
    background-position: 0 -1260px;
    content: "";
    height: 128px;
    left: -141px;
    margin-top: -64px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 131px;
}

.info_popup .pos5 p.p2:before {
    background-position: 0 -232px;
    content: "";
    height: 99px;
    left: -112px;
    margin-top: -74.5px;
    position: absolute;
    top: 50%;
    transform: scale(0.9, 0.9);
    width: 92px;
}

.info_popup div[class^="abs-pos"] {
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 300px;
}

.info_popup div[class^="abs-pos"] .badge {
    background-color: #75b967;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    height: 64px;
    letter-spacing: 0.3px;
    line-height: 64px;
    padding: 0;
    width: 64px;
}

.info_popup div[class^="abs-pos"] p {
    color: #71b763;
    font-size: 25px;
    font-weight: bold;
}

.info_popup .abs-pos1 {
    top: 250px;
}

.info_popup .abs-pos1 p {
    padding-left: 25px;
    position: relative;
}

.info_popup .abs-pos1 p:before {
    background-position: 0 -557px;
    content: "";
    height: 139px;
    left: 50%;
    margin-left: -86.5px;
    position: absolute;
    top: -149px;
    width: 173px;
}

.info_popup .abs-pos2 {
    top: 700px;
}

.info_popup .abs-pos2 p {
    padding-left: 60px;
    position: relative;
}

.info_popup .abs-pos2 p:before {
    background-position: 0 -1133px;
    content: "";
    height: 123px;
    left: 50%;
    margin-left: -39px;
    position: absolute;
    top: -133px;
    width: 78px;
}

.info_popup div.abs-pos3 {
    bottom: 50px;
    margin-left: -300px;
    width: 300px;
}

.info_popup div.abs-pos3 p {
    position: relative;
}

.info_popup div.abs-pos3 p:before {
    background-position: 0 -335px;
    content: "";
    height: 108px;
    left: 35%;
    margin-left: -77.5px;
    position: absolute;
    top: -118px;
    transform: scale(0.9, 0.9);
    width: 155px;
}

.text_popup_title {
    text-align: center;
    padding: 0px 15px 25px;
    color: #00b1e5;
    font-size: 20px;
    font-weight: 700;
}

.info_popup2 .blocksize {
    margin: 0 -10px 40px;
    overflow: hidden;
}

.info_popup2 .blocksize .item {
    float: left;
    width: 50%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.info_popup2 .blocksize .item img {
    float: left;
    width: 125px;
}

.info_popup2 .blocksize .picture-text {
    margin-left: 150px;
}

.info_popup2 .blocksize .green-text {
    color: #71b763;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.info_popup2 .why-icon {
    text-align: center;
    padding-bottom: 10px;
}

.info_popup2 .why-family {
    background: url(/local/popup/../img/icon11.png) no-repeat 0 0 transparent;
    height: 70px;
    margin: 0 auto 12px;
    width: 100px;
}

.info_popup3 .questions_col {
    float: left;
    width: 58%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}

.info_popup3 ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.info_popup3 li {
    padding-top: 15px;
}

.info_popup3 li:first-child {
    padding: 0;
}

.info_popup3 li > a {
    font-size: 17px;
    line-height: 20px;
}

.info_popup3 .collapse {
    display: none;
    padding-top: 12px;
    padding-left: 12px;
}

.info_popup3 .text-right {
    text-align: right;
}

.info_popup3 .text-right a {
    color: #7f7f7f;
    font-size: 14px;
}

.info_popup3 .contacts_col {
    float: left;
    width: 41%;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
}

.popup_body .text h1 {
    font: bold 20px Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    margin: 0 0 20px;
    color: #166faa;
}

.info_popup3 .contacts_col b {
    color: #009fdb;
}

.info_popup3 .contacts_col .home {
    display: block;
    background: url(/local/popup/../img/icons-s769c47a955.png) no-repeat 0 -557px transparent;
    width: 173px;
    height: 139px;
    margin: 20px auto 0;
}
/* End */
/* /local/templates/tilda/css/reset.css?14756748524053 */
/* /local/templates/tilda/css/styles.css?174764327728511 */
/* /local/templates/tilda/css/media.css?16970935357421 */
/* /local/templates/tilda/css/likely.css?168536291619552 */
/* /30years/style.css?1722956082344 */
/* /local/cookie/style.css?17115353241549 */
/* /local/popup/style.css?17157624828947 */
