@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Ubuntu:400,400i,700,700i&subset=cyrillic');
body{font-family: 'Ubuntu', sans-serif;font-size:16px;font-weight: 100;background: #f8fafc;position:relative;}
.sk-spinner-three-bounce div {background-color: #006a9d;}
.wrapper{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.main{margin: 80px 0;}
.clearfix:after {content: "";display: table;clear: both;}
.mobile{display:none !important;}
.display-none{display:none;}
.content{padding:0 20px;box-sizing: border-box;}
.flex{display: flex;}
.red {color: #d74238;}
sup{vertical-align: super;font-size:.7em;}
header {position: relative;}
header .line-1{background:#1b2336;justify-content: space-between; color:#fff;}
header .line-1.content .search-ico{position:absolute;display:none;margin-top:2px;}
header .line-1 svg,footer svg{margin-right: 5px}
header .line-1 a{color:#fff;text-decoration: none;font-size: 1em;cursor: pointer;}
header .line-1 a:hover{text-decoration: underline;}
header .line-1>div{padding: .5em 0;}
header .line-1 .links div{padding: 0 1em;}
header .stat span{padding: .1em .4em .1em .5em;border-radius: 10px;}
header .logo img, footer .logo img{width:120px;padding: 1em 0;}
header .logo img {
    height: 53px;
    width:auto;
    padding:1em 0
}
header .logo div{display:inline-block;}
header .logo img:hover{-webkit-filter: contrast(200%);}
header .line-2{background: #e9eef3;justify-content: space-between;align-items: center;}
header .nav{margin-left: -10px;}
header .nav a{
    color: #006a9d;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2em;
    padding: 0 0 0 40px;
}
header .nav li:first-child a{padding-left: 70px;}
header .nav a:hover{text-decoration:underline;}
header .nav ul{display:flex;justify-content: space-around;}
header .donate .bg-green {background:#43b51f;color:#fff;text-decoration: none;text-transform: uppercase;padding: 10px 28px;text-align: center;display: block;margin-bottom: 10px;font-weight: 500;}
header .donate {color:#555;font-size: 14px;}
header .search input {border:none;height: 20px;padding: 0;border-bottom:1px solid #fff; background: none;color:#fff;font-size: 14px}
header .search button {height: 20px;width:24px;border:none;;background: none;color:#fff;text-align: center;font-size: 16px;cursor: pointer;}

.general-nav{cursor: pointer;}
.general-nav div {font-size: 1em;}
.general-nav span{padding-left: 35px;position:  relative;top: -2px;}
.nav-open .general-nav-menu{display:block;min-width: 340px;}
.general-nav-menu{
    position: absolute;
    background: #1b2336;
    left: 0;
    top: 34px;
    padding: 20px;
    z-index: 1;
    display: none;
}
.general-nav-menu .nav-menu-main,.general-nav-menu .nav-menu-links,.nav-menu-social,.nav-menu-contacts,.general-nav-menu .donated{display:none;}
.general-nav-menu>div{margin-bottom: 30px}
.general-nav-menu .nav-menu-all-projects .flex{display:block;}
.general-nav-menu .nav-menu-all-projects p{opacity: .4;font-size: 1.4em;margin-bottom: 15px;display:none;}
.general-nav-menu .nav-menu-all-projects{margin-bottom: 0}
.general-nav-menu .nav-menu-all-projects a{line-height: 25px}
.general-nav-menu .nav-menu-all-projects a:hover,
.general-nav-menu .nav-menu-main a:hover,
.general-nav-menu .nav-menu-links a:hover{text-decoration: underline;cursor: pointer;}
.general-nav-menu, .general-nav-menu a {color:#fff;text-decoration:none;}
.general-nav-menu  .nav-menu-donate{display:none;}
.nav-open .menu-ico {
    background: transparent;
}

.nav-open .menu-ico:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open .menu-ico:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.menu-ico {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    top:8px
}

.menu-ico:before, .menu-ico:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: .2s;
    transition: .2s
}

.menu-ico:after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}


.form-close{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
}
.form-close {top:10px !important;right:10px !important}
.form-close span{
    display: block;
    width: 24px;
    height: 2px;
}
.form-close span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-close span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.form-close span:before, .form-close span:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #717a90;
}
.sky-form header{position: relative;font-weight: 500}
.sky-form svg.icon-prepend,.sky-form svg.icon-append{width:1.2em;padding: 0 6px}
.sky-form .modal-closer,.sky-form .close-link{display: block;position: absolute;right: 22px;top:12px;font-size: 1.4em;color:#aaa}
.sky-form-modal .modal-closer:hover{color:#1b2336;}
#loginForm {width:400px;margin: 30px auto;}

.l-col .news-list-home .news-row.first {display: block;margin-top: 0; height: 604px;; overflow: hidden;position: relative;}
.l-col .news-list-home .news-row.first img{width:100%;height: 604px;max-width: 820px;}
.l-col .news-list-home .news-row.first .news-info{padding: 20px;background-color: rgba(0,0,0,.5);position: absolute;bottom: 0px; width: 100%;max-width: 100%;box-sizing: border-box;}
.l-col .news-list-home .news-row.first .news-title a{font-size: 2em;color:#fff;text-decoration: none;padding: 15px 0;display: block;line-height: 1em;font-family: 'Ubuntu', sans-serif;}
.l-col .news-list-home .news-row.first .news-introtext a{color:#eee;text-decoration: none;font-size: 1em;line-height: 1.3em}
.l-col .news-list-home .news-row.first .news-date{font-size:.9em;color:#eee;}
.l-col .news-list-category .news-row.first {margin-top: 0;}
.l-col .news-list-category .label{display:none;}
.l-col .news-list-category.other-news .label{display:block;}
.l-col .news-list-category.other-news{margin-top:30px;}

.home .l-col{flex-basis: 820px;}
.home .l-col .news-row{margin: 40px 0;box-shadow: 0 0 10px #d2dae4;background: #fff;height: 221px;overflow: hidden;position: relative;}
.home .l-col .news-row img{display: block;width: 331px;height: auto;}
.home .l-col .news-row .news-info{padding: 20px;}
.home .l-col .news-row .news-title a{font-size: 1.4em;color:#000;text-decoration: none;padding: 10px 0;display: block;line-height: 1em;font-family: 'Ubuntu', sans-serif;}
.home .l-col .news-row .news-introtext a{color:#555;text-decoration: none;font-size: .9em;line-height: 1.2em;}
.home .l-col .news-row .news-date{font-size:.8em;color:#555;}
.home .l-col .news-list-home .news-row.first .label{background-color:rgba(0,0,0,.7) !important;border:none !important;}

.home .r-col{flex-basis: 420px;box-sizing: content-box;}
.home .r-col .wrap{padding: 0 0 0 40px;}
.home .r-col .news-row.first{margin-top: 0;}
.home .r-col .news-row:nth-child(2){margin-top: 44px}
.home .r-col .news-row{margin: 40px 0 40px 0px;box-shadow: 0 0 10px #d2dae4;background: #fff;height: 280px;overflow: hidden;flex-wrap: wrap;position: relative;width: 100%;}
.home .r-col .news-row img{display: block;width: 100%;height: auto;}
.home .r-col .news-row .news-info{padding: 20px;position: absolute;bottom: 0;background-color: rgba(0,0,0,.5);width:100%;box-sizing:border-box;}
.home .r-col .news-row .news-title a{font-size: 1.2em;color:#fff;text-decoration: none;padding: 10px 0;display: block;line-height: 1em;font-family: 'Ubuntu', sans-serif;}
.home .r-col .news-row .news-introtext a{color:#eee;text-decoration: none;font-size: .9em;line-height: 1.2em;}
.home .r-col .news-row .news-date{font-size:.8em;color:#eee;}
.home .r-col .news-row .news-image{width:100%;height: auto;}
.home .r-col .news-row .label{background-color: rgba(0,0,0,.5) !important;border:none !important;}
.home .r-col .news-row .label a,.l-col .news-list-home .news-row.first .label a{color: #fff;}

.home .news-row .label{position:absolute;right:0;top:0;padding: 5px 10px 8px; text-align: right;}
.home .news-row .label a{font-size: .8em;color: #1ba1e1;text-decoration:none;}
.home .news-row .label a:hover,.home .r-col .news-row .label a:hover,.home .l-col .news-row.first .label a:hover{text-decoration:underline;}

.r-col .social{justify-content: space-around;}
.r-col .social div{max-width:26px;}
.r-col .social a{color:#777;;font-size:1.39em;}
.r-col .social a:hover{color:#006a9d;}

.anonse-list h1{font-size: 1.4em;text-align: center;color:#006a9d;margin-bottom: 30px;}
.anonse-list{margin: 0 0 40px 0px;box-shadow: 0 0 10px #d2dae4;background: #fff;padding: 20px 20px 20px;}
.anonse-list .news-anonse-row{margin-top: 15px; border-bottom: 1px dashed #ccc;padding-bottom:15px; }
.anonse-list .news-anonse-row .date{font-size:.8em;color:#555;margin-bottom: 5px}
.anonse-list .news-anonse-row .title a{color:#000;text-decoration: none;}
.anonse-list .news-anonse-row .title{line-height: 20px}
.anonse-list .news-anonse-row svg{color:#d74238;margin-right: 5px}
.anonse-list .btn-more{background: none;border:none;cursor: pointer;;font-size: .9em;color:#006a9d;text-decoration: underline;margin-top: 40px}
.anonse-list.contacts p{margin-bottom: 20px;line-height: 1.4em;color: #333;}
.anonse-list.contacts{margin-top:40px;}
.anonse-list.contacts p span{padding-left: 24px}
.anonse-list.contacts p a{color:#333;text-decoration: none;}
.anonse-list.contacts p svg{margin-right: 5px;}
.anonse-list.world-news h1{color:#1ba1e1;}

#pdopageAnonse.mobile{margin: 40px 0 40px 0px;box-shadow: 0 0 10px #d2dae4;background: #fff;padding: 20px 20px 20px;}
#pdopageAnonse.mobile h1{font-size: 1.4em;text-align: center;color:#d74238;margin-bottom: 30px;}
#pdopageAnonse.mobile .news-anonse-row{margin-top: 15px; border-bottom: 1px dashed #ccc;padding-bottom:15px; }
#pdopageAnonse.mobile .news-anonse-row .date{font-size:.8em;color:#555;margin-bottom: 5px}
#pdopageAnonse.mobile .news-anonse-row .title a{color:#000;text-decoration: none;}
#pdopageAnonse.mobile .news-anonse-row .title{line-height: 20px}
#pdopageAnonse.mobile .news-anonse-row svg{color:#d74238;margin-right: 5px}
#pdopageAnonse.mobile .btn-more{background: none;border:none;cursor: pointer;font-size: .9em;color:#006a9d;text-decoration: underline;margin-top: 20px}

.news-archive-row{margin-top: 15px; border-bottom: 1px dashed #ccc;padding-bottom:15px; font-family: 'Ubuntu', sans-serif;}
.news-archive-row .date{font-size:.8em;color:#555;margin-bottom: 5px}
.news-archive-row .title{line-height: 20px}
.archive-link a{color:#006a9d;}
.archive-link {text-align: center;margin-top: 30px;padding-top: 30px;border-top:1px dashed #ccc;margin-left: 20px;margin-right: 20px}

h1.category-header{font-size: 2.2em;margin-bottom: 37px;color:#006a9d;text-transform:uppercase;}
.article-date{margin-bottom: 10px;color:#777;}
.page-634 .article-header{color:#006a9d;}
.page-634 .article-date,.page-120 .article-date,.page-220 .article-date,.page-220 .ya-share2,.page-243 .article-date,.page-243 .ya-share2,.page-820 .article-date,.page-820 .ya-share2{display:none;}
.page-220 .pagination li{display: inline-block;margin: 0 10px;}
.page-220 .pagination li.active a{color:#555;text-decoration: none}
.page-220 .pagination li:first-of-type,.page-220 .pagination li:last-of-type{display: none}
.page-220 .pagination{text-align: center;margin-top: 60px}
h1.article-header{font-size: 2.8em;margin-bottom: 30px;line-height: 1.2em;}
.article {font-family: 'PT Serif', serif;}
.article .justifyright{text-align:right;}
.article em,.article i {font-style: italic;}
.article b,.article strong {font-weight: 600;}
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{font-family: 'Ubuntu', sans-serif;}
.article h1{font-size: 2.8em;margin-bottom: 30px;line-height: 1.2em}
.article h2{font-size: 2em;margin-bottom: 30px;line-height: 1.2em}
.article h3{font-size: 1.8em;margin-bottom: 30px;line-height: 1.2em}
.article h4{font-size: 1.4em;margin-bottom: 30px;line-height: 1.2em}
.article p{margin-bottom:20px;line-height:1.4em;font-size:1.1em; color:#333;}
.article p img{max-width: 100%;height: auto;}
.article iframe{max-width:100%;}
.article ul,.article ol{line-height:1.4em;font-size:1.1em; color:#333;margin-left: 20px;}
.article ul{list-style-type: disc;}
.article ol{list-style-type: decimal;margin-left: 25px;}
.article li{margin-bottom: 5px}
.article img{display: block;margin: 0 auto;}
.article h1{display:none;}
.article a{color:#006a9d;}
.article .fotoTitle,.article .journalist,.article .fotograf {font-family: 'Ubuntu', sans-serif;font-size:.8em}
.article .fotoTitle{line-height: 1;}
.article .journalist,.article .fotograf{color:#006a9d;}
.article a.content-button,.article p.content-button a{font-family: ubuntu, sans-serif;color: #fff;background: #006a9d;text-decoration: none;padding: 5px 20px;text-align: center;}
.article p.content-button{display:inline-block;}
.article a.content-button:hover,.article a.content-button-green:hover,.article-container a.content-button-green:hover{color:#fff;}
.article a.content-button-green,.article p.content-button-green a,.article-container a.content-button-green,.article-container p.content-button-green a {
    font-family: ubuntu, sans-serif;
    background: #43b51f;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    text-align:center
}
.article .yellow-label {background-color: #fef9cc;padding:10px 0}
.article .gray-label {background-color: #e9eef3;padding:10px 0}

.article .event-close-msg{font-size: 1.4em;margin-bottom: 30px;color: #d74238;}
.article .owl-nav{text-align: center;margin-top: 10px;font-size: 2em;color:#555}
.article .owl-nav button{margin: 0 20px;outline:0;}
.article .mse2-row {box-shadow: 0 0 10px #d2dae4;background: #f8fafc;padding: 20px;margin-bottom: 30px;position: relative;}
.article .mse2-row label{font-family:'Ubuntu', sans-serif;position: absolute;right:0;top:0;box-sizing: border-box;background: rgba(27,35,54,.4);color:#fff;padding: 5px;font-size: .8em}
.article .mse2-row p{font-size: 1em;line-height: 1.3}
.article .mse2-row a{text-decoration: none;color:#000;}
.article .mse2-row a:hover{color:#000;}
.article .mse2-row .flex>div{flex-basis: 100%}
.article .mse2-row .search-link{font-family:'Ubuntu', sans-serif;display: block;margin-bottom: 10px;font-size: 1.4em;padding-top:20px}
.article .mse2-row .flex>div.img{flex-basis: 40%;box-sizing: border-box;padding-right: 20px}
.article .mse2-row .img img{width: 100%;height: auto;}

.article-container {box-shadow: 0 0 10px #d2dae4;background: #fff;max-width: 820px;}
.article-container .wrap{padding: 20px 20px 30px;box-sizing: border-box;}
.breadcrumb{margin-bottom: 20px;font-size: 1em;}
.breadcrumb a{color:#006a9d;}
.breadcrumb li{display: inline-block;}
.fancybox-caption{text-align:center;}

.jeps-date{color:#006a9d;margin-bottom:20px;font-size: 1em;height: 20px;}
.vkComment, .fbComment {
    font-size: 1.2em;
    color: #333;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin: 20px 0 0 0;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.search-form{height: 121px;position: absolute;background: #e9eef3;width: 100%;z-index: 1;}
.search-form .content{position: relative;}
.search-form form{max-width: 600px;margin: auto;border:none;margin-top: 41px;}
.search-form .button{margin: 0;float: none;}
.search-form .search-form-close{position:absolute;top:10px;right:20px;color:#1b2336;cursor: pointer;font-size: 1.4em}

.banner.banner-68{margin-bottom: 20px;}
.banner.banner-70{margin-bottom: 20px;}
.banner.banner-72{margin-bottom: 20px;}
.banner.banner-7{margin-top: 20px;}
.banner img{width:100%;max-width:380px;height:auto;}
.banner.banner-mobile img{width:100%;max-width:820px;height:auto;}
.banner.banner-mobile{margin-top: 40px;display: none;}

#donateStat fieldset{padding: 15px;}
.stat-row{margin-bottom: 20px;border-bottom: 1px dashed #ccc;padding: 0 15px}
.stat-row .stat-name{font-size: 1.2em;flex-basis: 70%;font-weight: 600;}
.stat-row .stat-sum{font-size: 1.2em;flex-basis: 30%;text-align: right;font-weight: 600}
.stat-row .stat-sum span svg{font-size: .9em;}
#statForm {
    max-width: 100%;
    width: 900px;
    min-width:280px
}

#statForm header, #statForm footer {
    background: #f9f9f9 !important;
    color: #43b51f;
    font-weight:500
}

#statForm fieldset{background:#fff}
#statForm section.stat-scroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x:hidden;
}

#statForm .row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px dashed #acb9ca
}

#statForm .row:last-child {
    border-bottom: 1px solid #acb9ca;
    margin-bottom:30px
}

#statForm .col-3 {
    text-align:right;
    padding-right:25px;
}

#statForm .stat-pagination .col-4 {
    text-align:left
}

#statForm .stat-pagination .col-8 {
    text-align:right
}

#statForm .stat-pagination .row {
    border-bottom: none;
    margin-top:50px
}

#statForm .stat-pagination strong {
    font-weight:600
}

#statForm .col-3 span {
    font-weight: 600;
    font-size:1.2em
}

#statForm .stat-date {
    font-size:1em
}

#statForm .stat-name {
    font-weight: 600;
    font-size:1.2em
}

#statForm .stat-case {
    font-size:1.2em
}
#statList {height: 400px;overflow-y:scroll;}
#donateStat footer{position: relative;}
#donateStat footer div{position: absolute;top:35px;font-size: 1.2em;}
#donateStat footer div b{font-weight:600;}
#donateStat footer div svg{font-size:.9em;}
#donateStat form{margin-top:0;}
#statList{margin-bottom:0;}
.sky-form-modal .sky-form header,.sky-form-modal .sky-form footer{background:rgb(248,248,248);}
.sky-form-modal .sky-form fieldset{background:rgb(255,255,255);}
#statPagination {border-top: 1px solid rgba(0,0,0,.1); padding-top: 15px;margin-bottom: 0;text-align:center;}
#statPagination svg{color:#555;padding:0 10px;}
#donateStat .sky-form .button{font-weight:500;}

.newsGallery {margin: 40px auto;width: 640px;}
.img_list {text-align: center;}
.img_list > div {
    width: 180px;
    display: block;
    float: left;
    margin: 10px;
    position: relative;
    height: 180px;
}
.pop_pag #prev, .pop_pag2 #prev2 {
    background: url(/images/arr_pop.png) no-repeat 0 0;
    width: 16px;
    height: 29px;
    float: left;
    position: absolute;
    top: 84px;
    left: 0;
}
.pop_pag #next, .pop_pag2 #next2 {
    background: url(/images/arr_pop.png) no-repeat right 0;
    width: 16px;
    height: 29px;
    float: right;
    position: absolute;
    top: 84px;
    right: 0px;
}
.img_list > div img, .img_list2 > div img {
    border: 1px solid #fff;
}
.overlay.zoom {
    background-image: url(/images/overlay-zoom-2.png);
}
a .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
}
a:hover .overlay {
    opacity: 1;
    z-index: 10;
}
.overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/******************************** GAME ***************************************/
.jGame>img{border: 1px solid rgba(0,0,0,.1);box-sizing: border-box;border-bottom: none}
.jGame img {width: 100%;height: auto;display: block;}
.jGame .sky-form header{background-size: contain;background-repeat: no-repeat;background-position: right}
.jGame .sky-form .questions label.question{color:#000;font-size:15px;line-height:21px;}
.jGame .sky-form .questions label{color:#000;font-size:13px;}
.jGame .sky-form footer .next,.jGame .time,.jGame .noanswer{display:none;}
.jGame .sky-form .questions{display:none;}
.jGame .sky-form footer button{width:80px; text-align:center;color:#000;font-weight: 500;}
.jGame .sky-form footer button .sk-spinner{margin-top:5px}
.jGame .sky-form footer button.showRightAnswers{width: 240px;display:none;}
.jGame .sky-form footer button.repeatGame{width:120px;display:none;}
.jGame .time{float:right;padding-top:20px;}
.jGame #time{color:#d74238;}
.jGame header span {font-weight: 500;background: rgba(255,194,40,.8);padding: 3px 10px;text-align: center;font-size: 11px; margin-right: 10px;position: relative;top:-2px;}
.jGame .sky-form label {color:#000;}
.jGame label.radio,.jGame label.checkbox {border-bottom: 1px dashed #eee;padding-bottom: 3px;}
.jGame label.radio:last-child,.jGame label.checkbox:last-child{border-bottom:none;}
.jGame .jGameRow{margin-top:10px;border-bottom: 1px dashed #eee;padding-bottom: 10px !important;margin-bottom: 5px !important;}
.jGame .jGameRow:last-child{border-bottom:none;}
.jGame .rightAnswer{border-bottom: 1px dashed #eee;margin-bottom: 10px;}
.jGame .rightAnswer:last-child{border-bottom: 1px dashed #eee;}
.jGame label.question{margin-bottom:15px;}
.jGame2 .showRightAnswers{display:none !important;}
.jGame2 .game-test-image{width:30%;float: left;margin-right: 15px;border-radius: 50%;border:1px solid #ccc;}
.jGame h2{font-size: 1.6em;color:#000}
.jGame .result span{color:#000;}
.jGame .game-result-text .flex img{width:100%;height:auto;}
.jGame .game-result-text .flex>div{flex-basis: 40%;padding-right: 20px;box-sizing: border-box;}
.jGame .game-result-text .flex{margin-top: 20px}
.jGame .game-result-text p{margin-bottom:5px;}
.jGame .game-result-text .flex:last-of-type{margin-bottom: 40px}
.jGame .game-result-text strong{color:#006a9d;font-size: 1.2em}
.jGame .result strong{color:#000;font-size:1.1em}
.jGame .game-result-text .main-result-text{margin-top:20px;}
/*******************************************************/
#contactsPageHeader{padding: 0 0 40px 0;flex-wrap: wrap;font-family: 'Ubuntu', sans-serif;}
#contactsPageHeader div {
  background: #e9eef3;
  padding: 10px;
  flex-basis: 30%;
  text-align: center;
  font-size: 1.1em;
  box-sizing: border-box;
  cursor: pointer;
}
#contactsPageHeader div:nth-child(2){flex-basis: 39%;margin-left:.5%;margin-right: .5%;}
#contactsPageHeader div.active {background: #006a9d;color: #fff;}
#contactsPageContent {font-size: 1em;}
#contactsPageContent .line {background: #006a9d;margin-bottom: 5px;font-family: 'Ubuntu', sans-serif;}
#contactsPageContent .line span {
    float: left;
    width: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
#contactsPageContent .line-info{display:none;}
#contactsPageContent .line div{
    min-height: 40px;
    margin-left: 40px;
    background: #e9eef3;
    padding-left: 20px;
    line-height: 40px;
    cursor: pointer;
    }


#contactsPageContent .line-info .info-block {padding:20px 0;font-family: 'Ubuntu', sans-serif;}
#contactsPageContent .line-info .info-block{padding-top:0;padding-bottom:20px;}
#contactsPageContent .line-info {padding-top:20px;padding-bottom:5px;}
#contactsPageContent .line-info .info-block .title {font-size:1.4em;margin-bottom:10px}
#contactsPageContent .line-info .info-block .directions{font-size:.9em;margin-bottom:30px;line-height:1.2em}
#contactsPageContent .line-info .info-block .address{margin-bottom:30px;}
#contactsPageContent .line-info .info-block .description{font-size:.8em;margin-bottom:30px;line-height:1.2em}
#contactsPageContent .line-info .info-block .contacts{margin-bottom:10px}
#contactsPageContent .line-info .info-block .contacts div{flex-basis:33.33%}
#contactsPageContent .line-info .info-block .contacts div svg{margin-right:5px;}
#contactsPageContent .line-info .info-block .users{margin:30px 0 10px 0}
#contactsPageContent .line-info .info-block .users .user{padding:15px 0 5px;border-top:1px dashed #ccc;}
#contactsPageContent .line-info .info-block .users .user:last-of-type{border-bottom: 1px dashed #ccc;}
#contactsPageContent .line-info .info-block .users div{flex-basis:33.33%;}
#contactsPageContent .line-info .info-block .users .name span{display:block;font-size:.8em;padding-top:5px;line-height:1.1em}
#contactsPageContent .line-info .user-block{padding: 0  0 20px 0;font-family: 'Ubuntu', sans-serif;}
#contactsPageContent .line-info .user-block .name{font-size:1.4em;margin-bottom:5px}
#contactsPageContent .line-info .user-block .position{font-size:1.1em;line-height:1.2em}
#contactsPageContent .line-info .user-block .org{font-size:.9em;margin-bottom:30px;line-height:1.2em}
#contactsPageContent .line-info .user-block .contacts div{flex-basis:33.33%;}
#contactsPageContent .line-info .user-block .contacts{/* margin-bottom:10px */}
#contactsPageContent .line-info .user-block .with-image{margin-bottom:20px;align-items: center;}
#contactsPageContent .line-info .user-block .with-image img{width:160px;border-radius: 50%;display: block;margin: 0 auto;}
#contactsPageContent .line-info .user-block .with-image .item-2{text-align: right;flex-basis: 20%}
#contactsPageContent .line-info .user-block .with-image .item-1{flex-basis: 80%}
#contactInfo {
    margin-top: 40px
}

#contactInfo .redLine {
    margin-top: 10px
}
.oneContact .title {
    color: #000;
    font-size: 24px;
    margin-bottom: 8px;
    width: 350px;
    color: #006a9d;
}
.oneContact .title span {
    color: #000;
}
.oneContact .title div {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px
}
.oneContact .addr {
    font-size: 13px;
}

.oneContact .email {
    height: 25px;
    padding: 0 30px 3px 35px;
    vertical-align: bottom;
    min-width: 150px;
}

.oneContact .www {
    height: 25px;
    padding: 0 30px 3px 35px;
    vertical-align: bottom;
    min-width: 150px;
}

.oneContact .phone {
    height: 25px;
    padding: 0 30px 3px 35px;
    min-width: 130px;
    vertical-align: bottom;
}

.oneContact .user {
    padding: 15px 0 0px 0;
    font-weight: bold;
    color: #666;
}

.oneContact .position {
    font-size: 16px;
    padding-bottom: 3px;
    line-height: 15px
}

.oneContact .dotLine {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin: 3px 0
}
.counters {opacity:.5; }
.counters>div{margin:0 auto;width: 200px}
.counters>div>div{display: inline-block;margin:0 5px}
.counters:hover{opacity:1;}
.top-full-banner{display:none;}
/*********************** tooltip ********************/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{max-width:820px;height:auto;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: rgb(220, 220, 220) !important;
}
a.tooltip {
    background: rgb(220, 220, 220);
    color: #333;
    padding: 0 3px;
    text-decoration: underline;
    cursor: pointer
}
a.tooltip:hover {
    color: #333;
}

.mobile .news-fixed-row a{text-decoration: none;}
  .mobile .news-fixed-row .label{background-color: rgba(0,0,0,.5);position: absolute;right: -1px;top:0;padding: 5px 10px 8px;}
  .mobile .news-fixed-row:last-child  .label{right: 0}
	.mobile .news-fixed-row .label a{color: #fff;font-size: .8em;}   
	.news-fixed-rows-block{box-shadow: 0 0 10px #d2dae4;background: #fff;padding-top:20px;}
	.news-fixed-rows-block h1{display:block;font-size: 1.4em;text-align: center;color: #d74238;margin-bottom: 30px;}
  .mobile.news-fixed-rows{margin:0;min-height: 149px;display: flex !important}
  .mobile.news-fixed-rows .news-fixed-row{flex-basis: 33%;}
  .mobile.news-fixed-rows .news-fixed-row{padding:40px 15px 15px;display: block; border-right: 1px dashed #ccc;position: relative;}
  .mobile.news-fixed-rows .news-fixed-row:last-child{border-right: none}
  .mobile.news-fixed-rows .news-fixed-row .news-title a{color: #006a9d;margin: 5px 0 10px;display: block;}
  .mobile.news-fixed-rows .news-fixed-row .news-introtext a,.mobile .news-fixed-row .news-date{color: #000;font-size: .8em}
  .mobile.news-fixed-rows.total-2 .news-image,.mobile.news-fixed-rows.total-3 .news-image{display: none;}
  .mobile.news-fixed-rows.total-2 .news-fixed-row{flex-basis: 50%;position: relative;}
  .mobile.news-fixed-rows.total-1 .news-fixed-row{padding: 0}
  .mobile.news-fixed-rows.total-1 .news-fixed-row{flex-basis: 100%;position: relative;display: flex;height: auto;overflow: hidden;}
  .mobile.news-fixed-rows.total-1 .news-info{padding: 20px;box-sizing: border-box;}
  .mobile.news-fixed-rows.total-1 .news-title a{font-size: 1.2em;}
  .mobile.news-fixed-rows.total-1 .news-introtext a{font-size: .9em;}
  .mobile.news-fixed-rows.total-1 .news-image img{display:none;width: 300px;height: auto;}

.contentTable {
    border-spacing: 0;
    border-collapse:collapse;
    width:100%;
}


.contentTable td,.contentTable th {
    border: 1px solid #999;
    padding: 3px;
    font-size: .8em;
    font-family:ubuntu, sans-serif;
}
.contentTable th{padding:6px;font-weight:600;}
.contentTable td p {
    font-family:ubuntu, sans-serif
}

.contentTable tr:first-child strong {
    font-size: 1em;
    color: #000;
    font-weight:600
}

.contentTable td strong {
    font-weight:400
}

.contentTable tr:nth-child(odd) {
    background:#f0f0f0
}

.payment-form-stat{border-bottom: 1px solid #e5e5e5 !important; font-size: 20px;}
.payment-form-stat .stat-section-1 {border-right: 1px solid #e5e5e5;}
.payment-form-stat .stat-section-1 span,.payment-form-stat .stat-section-1 svg{color:#000;}
.payment-form-stat .stat-section-1 svg{font-size:14px;}
.payment-form-stat .stat-section-1 .yell{background:#f7e886;padding:3px;}
.payment-form-stat,.payment-form-stat .stat-section-2 a{color:#000;}

/***************************************************/
@media (min-width:1240px) {
  .top-full-banner{width: 100%;margin: 0 auto;height: 130px;display: block;}
  .banner.banner-59{background: #e9eef3;width:100%;height:100%;background-repeat: no-repeat;background-position: center top;}
  .banner-top-on .search-form {
    top:0;
    height:130px;
  }
  .banner-top-on .general-nav-menu{top:164px;}
}
@media (max-width: 1366px){
  header .nav a{font-size: 1em;}
}
@media (max-width: 1280px){
  header .nav a{font-size: 1em;}
  header .donate{font-size: .8em}
  header .nav li:first-child a{padding-left: 58px;}
  .r-col .social a{font-size:1.28em;}
}
@media (max-width: 1235px){header .nav a{font-size: .9em;padding-left: 20px;}}
@media (max-width: 1112px){
    .counters {justify-content: space-around;opacity:.5; flex-wrap:wrap }
	
	.home .r-col{flex-basis: 237px;}
    header .donate{font-size: .7em}
	.home .r-col .news-row .news-info{padding: 10px;min-height: 102px}	
	.home .r-col .news-row .news-title a{font-size: .9em;padding: 10px 0;line-height: 1em;}
	.home .r-col .news-row .news-introtext a{font-size: .7em;}
  .home .r-col .news-row .news-introtext{line-height: .7em;}
	.home .r-col .news-row .news-date{font-size:.6em;}
    header .line-1 a{font-size: .8em;}
    .anonse-list .news-anonse-row .date{font-size:.7em;}
    .anonse-list .news-anonse-row .title{font-size: .9em;line-height: 1.2em}
    .anonse-list h1{font-size: 1em;margin-bottom: 20px;}
    .anonse-list{padding-left: 10px;padding-right: 10px}
    .anonse-list.contacts p{margin-bottom: 20px;line-height: 1.3em;color: #333;font-size: .8em}
    .anonse-list.contacts p span,.anonse-list.contacts p br{display: none}
    .r-col .social {text-align: center;}
    .r-col .social a{color:#777;font-size:1em;margin-bottom: 15px}
	  .anonse-list.contacts{margin-top: 15px}
  
}
@media (max-width: 1024px){
    header .donate{display: none;}
    .content {padding: 0 10px}
    .home .r-col .wrap{padding: 0 0 0 20px;}
    .home .r-col{flex-basis: 169px;}
    .home .r-col .news-row{height: auto;}
    .home .r-col .news-row .news-image{display: none;}
    .home .r-col .news-row .news-info{position: relative;background: none;padding-top: 40px;}
    .home .r-col .news-row .news-title a{color: #006a9d;}
    .home .r-col .news-row .news-introtext a,.home .r-col .news-row .news-date{color:#555}
    .anonse-list .btn-more{font-size: .8em}
    .btn-more {width:auto !important;}
}

@media (max-width: 834px){
	header .line-1.content{position:relative;}
		header .line-1.content .search-ico{display:block;left:80px;}
  .overlay.zoom{display:none;}
  .banner.banner-mobile{display: block;}
  .home .r-col{display:none;}
  .home .l-col{flex-basis: 100%;}
  .home.flex{display: block;}
  .article-container img{width:100%;max-width:100%;display: block;float:none !important;height: auto;}
  .article-container p img{margin:16px 0 !important;}
  .l-col .news-list-home .news-row.first img{height: auto;}
  .home .l-col .news-row .news-title a{font-size: 1.2em}
  header .donate{display: none;}
  header .nav li:first-child a{padding-left: 0}
  header .nav li:last-child a{padding-right: 30px}
  .general-nav span{display: none;}
  .general-nav-menu  .nav-menu-donate{margin-bottom: 30px;max-width: 100%; box-sizing: border-box;padding-top: 30px;border-top: 1px dashed #acb9ca;}
  .general-nav-menu  .nav-menu-donate .bg-green {background:#43b51f;text-decoration: none;text-transform: uppercase;padding: 10px;text-align: center;display: block;font-weight: 500;}
  .general-nav-menu .nav-menu-all-projects{border-top:1px dashed #acb9ca;padding: 30px 0;}
  .general-nav-menu .nav-menu-all-projects .flex{display:flex;}
  .general-nav-menu .nav-menu-all-projects .flex ul{flex-basis: 50%;}
  .general-nav-menu .nav-menu-all-projects p{display:block;}
  .general-nav-menu .nav-menu-links{display: block;}
  .general-nav-menu .nav-menu-links a{font-size: 1.2em;line-height: 1.8em;cursor:pointer;}
  .general-nav-menu .nav-menu-links svg{margin-right: 10px; }
  .general-nav-menu  .nav-menu-social,.general-nav-menu  .nav-menu-donate,.general-nav-menu  .nav-menu-contacts{display:block;}
  .general-nav-menu  .nav-menu-social{margin: 0;text-align: center;}
  .general-nav-menu  .nav-menu-social a{display: inline-block;margin: 0 15px;font-size:1.39em;margin-bottom: 20px}
  .general-nav-menu  .nav-menu-contacts{padding-top: 10px;}
  .general-nav-menu  .nav-menu-contacts p:first-of-type{opacity: .4;font-size: 1.4em;margin-bottom: 15px;}
  .general-nav-menu  .nav-menu-contacts p{line-height: 1.6em;font-size: .9em}
  .general-nav-menu  .nav-menu-contacts p svg{margin-right: 10px;}
  .general-nav-menu .donated{text-align: center;}
  .general-nav-menu .donated a{text-decoration: underline;}
  .general-nav-menu .donated{display: block;}
  
  header .line-1 .links{display: none}
  header .line-1>div{padding:10px 0 }
  header .line-1 a{font-size: 1em}
  .l-col .news-list-home .news-row.first{height: 533px}
  .mobile .news-fixed-row a{text-decoration: none;}
  .mobile .news-fixed-row .label{background-color: rgba(0,0,0,.5);position: absolute;right: -1px;top:0;padding: 5px 10px 8px;}
  .mobile .news-fixed-row:last-child  .label{right: 0}
	.mobile .news-fixed-row .label a{color: #fff;font-size: .8em;}   
	.news-fixed-rows-block{box-shadow: 0 0 10px #d2dae4;background: #fff;padding-top:20px;}
	.news-fixed-rows-block h1{display:block;font-size: 1.4em;text-align: center;color: #d74238;margin-bottom: 30px;}
  .mobile.news-fixed-rows{margin:0;height: auto;display: flex !important}
  .mobile.news-fixed-rows .news-fixed-row{flex-basis: 33%;}
  .mobile.news-fixed-rows .news-fixed-row{padding:40px 15px 15px;display: block; border-right: 1px dashed #ccc;position: relative;}
  .mobile.news-fixed-rows .news-fixed-row:last-child{border-right: none}
  .mobile.news-fixed-rows .news-fixed-row .news-title a{color: #006a9d;margin: 5px 0 10px;display: block;}
  .mobile.news-fixed-rows .news-fixed-row .news-introtext a,.mobile .news-fixed-row .news-date{color: #000;font-size: .8em}
  .mobile.news-fixed-rows.total-2 .news-image,.mobile.news-fixed-rows.total-3 .news-image{display: none;}
  .mobile.news-fixed-rows.total-2 .news-fixed-row{flex-basis: 50%;position: relative;}
  .mobile.news-fixed-rows.total-1 .news-fixed-row{padding: 0}
  .mobile.news-fixed-rows.total-1 .news-fixed-row{flex-basis: 100%;position: relative;display: flex;height: 200px;overflow: hidden;}
  .mobile.news-fixed-rows.total-1 .news-info{padding: 20px;box-sizing: border-box;}
  .mobile.news-fixed-rows.total-1 .news-title a{font-size: 1.2em;}
  .mobile.news-fixed-rows.total-1 .news-introtext a{font-size: .9em;}
  .mobile.news-fixed-rows.total-1 .news-image img{display:block;width: 300px;height: auto;}
  .l-col .news-list-home .news-row.first .news-title a {font-size:1.8em;}
  #vk_comments,#vk_comments iframe{max-width:100%;}
  #pdopageAnonse.mobile{display: block !important}
}

@media (max-width: 768px){
  .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{max-width:100%;height:auto;}
    header .nav li a{font-size: .8em}
    header .nav li:last-child a{padding-right: 10px}
    .l-col .news-list-home .news-row.first{height: 489px}
    .home.flex{display:block;}
  .banner.banner-mobile.banner-37{margin-top:0;}  
  .banner.banner-mobile.banner-37 img{display:block;}
    
}
@media (max-width: 699px){
    header .nav{display: none;}
    header .logo{width:100%;text-align: center;}
    .general-nav-menu .nav-menu-main{display:block;}
    .general-nav-menu .nav-menu-main .flex ul{flex-basis: 50%;}
    .general-nav-menu .nav-menu-main a{font-size: 1.4em;line-height: 1.6em}
    .breadcrumb{display: none;font-size:1em;}
    h1.category-header{font-size: 2em;margin-bottom: 25px; text-align: center;}
    h1.article-header{font-size: 2em;margin-bottom: 40px;}
    .article h2{font-size:1.6em}
    .article h3{font-size:1.4em}
    .login span{display: none;}
    .login svg{font-size: 1.4em;margin-right: 0 !important;}
    .main{margin-top: 20px;}
    .article-container .wrap{margin-top:10px;padding: 20px 10px 30px;box-sizing: border-box;}
    .jeps-date {display: none}
    .l-col .news-list-home .news-row.first{height: auto;}
    .l-col .news-list-home .news-row.first .news-title{font-size: .8em;}
    .l-col .news-list-home .news-row.first .news-introtext{display: none}
    .home .l-col .news-row.flex.first{margin-top: 10px;}
    .home .l-col .news-row.flex{display: block;height: auto;}
    .home .l-col .news-row img {width:100%;height:auto;}
    .mobile.news-fixed-rows{display: block !important;}
    .mobile.news-fixed-rows .news-fixed-row{padding: 40px 10px 20px 10px;border-top: 1px dashed #ccc;border-right: 0}
    .mobile.news-fixed-rows .news-fixed-row:last-child{border-bottom: none}
    .mobile.news-fixed-rows .news-fixed-row .label{top:-1px}
    
    .home .news-row:not(.first) .label{position: static}
    .page-229 .home .news-row .label{position: static !important}
    .home .other-news .news-row.first .label{position: static}
    .home .l-col .news-row .news-info{padding: 0px 10px 20px;}
    .home .l-col .news-row .news-date{margin-top: 10px}
    .mobile.news-fixed-rows.total-1 .news-fixed-row{display: block !important;height:auto;}
    .mobile.news-fixed-rows.total-1 .news-fixed-row img{width:100%;height: auto;}
}
@media screen and (max-width: 600px) {
	header .line-1.content .search-ico{display:block;left:60px;}
	.sky-form .col {float: left;}
  .sky-form .col-8{width: 66.67%;}
  .sky-form .col-4{width: 33.33%;}
  .search-form .sky-form .col{float:left;}
	.search-form .sky-form .col-8 {
    width:66.67%
  }
  .search-form .sky-form .col-4{width: 33.33%;}
  #newsFilter.sky-form .col-4 {float: none;width: 100%;}
  .search-form .button{float: right;}
  .search-form .search-form-close{right: 10px}
  .search-form form{margin-top: 79px;}
  .search-form section{margin-bottom: 0}
  #contactsPageHeader div,#contactsPageHeader div:nth-child(2) {margin-bottom:5px;flex-basis: 100%;}
  #contactsPageContent .line div{padding-right: 5px;line-height: 20px;padding-top: 10px;padding-bottom: 10px;}
	#contactsPageContent .line-info .info-block .contacts div{flex-basis:100%;margin-bottom: 10px}
  #contactsPageContent .line-info .info-block .contacts,#contactsPageContent .line-info .info-block .user,#contactsPageContent .line-info .user .contacts{flex-wrap: wrap;}
  #contactsPageContent .line-info .info-block .user div{flex-basis: 100%;}
  #contactsPageContent .line-info .info-block .user .phone, #contactsPageContent .line-info .info-block .user .email, 
  #contactsPageContent .line-info .user-block .contacts .email, #contactsPageContent .line-info .user-block .contacts .phone{margin-top: 10px}
  #contactsPageContent .line-info .user-block .contacts div{flex-basis:100%;}
  #contactsPageContent .line-info .user-block .contacts{flex-wrap: wrap;}
}
@media (max-width: 414px){
	header .line-1.content .search-ico{display:block;left:55px;}
	.article .mse2-row .flex{flex-wrap: wrap}
  .article .mse2-row .flex>div.img{flex-basis: 100%;margin-bottom: 20px;padding-right: 0}
	.main{margin-top: 30px;}
	.nav-open .banner-top-on-mobile header .line-1{margin-top: -101px;position: relative;}
  .sky-form-modal{max-width: 100%;}
  #statList{height:365px;}
  #donateStat footer div{position: static;text-align: center;}
  #donateStat footer .button{float: none;margin: 10px 0 0 0;text-align: center;}
  .nav-open .general-nav-menu{min-width:100%;max-width: 100%; box-sizing: border-box;}
  .general-nav-menu .nav-menu-all-projects{padding: 20px 0;}
	.nav-open .main{min-height:0;height:0;overflow:hidden;}
	.general-nav-menu{padding: 13px;top:42px;width:100%;min-height: calc(100vh - 42px);}
  .general-nav-menu .nav-menu-links a{font-size: 1.1em;line-height: 1.6em}
  .general-nav-menu .nav-menu-links a svg{font-size: .9em}
  .jGame .game-result-text .flex img{width:100%;height:auto;}
  .jGame .game-result-text .flex div{flex-basis: 100%;padding-bottom: 10px;box-sizing: border-box;}
  .jGame .game-result-text .flex{margin-top: 20px;flex-wrap: wrap;}
  .jGame .game-result-text .flex:last-of-type{margin-bottom: 40px}
  .jGame .game-result-text strong{color:#006a9d;font-size: 1.2em}
}
@media (max-width: 375px){
	.nav-open .banner-top-on-mobile header .line-1{margin-top: -87px !important;}
  #loginForm{max-width:355px}
  .general-nav-menu .nav-menu-main a{font-size: 1.1em}
	.general-nav-menu .nav-menu-links a{font-size: 1em;line-height: 1.8em}
	#statList{height:300px;}
}
@media (max-width: 320px){
	.nav-open .banner-top-on-mobile header .line-1{margin-top: -73px !important;}
    #statList{height:200px;}
    .sky-form-modal header{font-size: 1.4em;padding: 20px;}
    #donateStat fieldset{padding: 10px;}
    .stat-row{padding: 0 10px}
    .general-nav-menu  .nav-menu-donate{margin-bottom: 20px;padding-top: 20px;}
    #loginForm{max-width:300px}
    #loginForm footer,#loginForm fieldset,#loginForm header{padding: 10px 10px 20px;}
    .nav-open .general-nav-menu{padding-top: 5px}
    .general-nav-menu .nav-menu-main a{font-size: 1em}
    .general-nav-menu .nav-menu-main{margin-bottom: 20px}
    .general-nav-menu .nav-menu-links{margin-bottom: 20px}
	.general-nav-menu .nav-menu-links a{font-size: .9em;line-height: 1.8em}
    .general-nav-menu .nav-menu-all-projects a{font-size: .8em;line-height: 1.6em}
    .general-nav-menu .nav-menu-all-projects p{font-size: 1.1em}
    .general-nav-menu  .nav-menu-contacts p:first-of-type{font-size: 1.1em;}
    .general-nav-menu  .nav-menu-contacts p{line-height: 1.6em;font-size: .8em}
}
/***************/
.promo-pesah-line{background:#006a9d;height:34px;width:1240px;margin:0 auto;text-align: center;line-height: 34px;margin-top: 40px;display: block!important}
.promo-pesah-line a{color:#fff !important;text-decoration:none;}
.promo-pesah-line a:visited{color:#fff !important;}

@media (max-width:1112px) {
    .promo-pesah-line{width:auto;max-width:100%;margin-left:20px;margin-right:20px;box-sizing: border-box;}
}
@media (max-width:1024px) {
    .promo-pesah-line{width:auto;max-width:990px;margin:25px auto;box-sizing: border-box;}
}
@media (max-width:414px) {
    .promo-pesah-line{width:auto;max-width:100%;margin-left:7px;margin-right:7px;box-sizing: border-box;}
    .promo-pesah-line .flex div:first-child{flex-basis: 20% !important}
		.promo-pesah-line .flex div:last-child{flex-basis: 80% !important}
    
}
@media(max-width:375px) {
    .promo-pesah-line a {font-size: 18px !important}
    #statForm.sky-form {margin:90px 0 30px 0;}
}










