/*
Theme Name: Covid
Description: Covid
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Covid
*/

/* Default */

body, html {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
body img {
    max-width:100%;
    height:auto;
}
a img {
    border: 0;
}
a:active, a:visited, a, a:hover, a:focus, button {
    text-decoration: none!important;
    outline: 0!important;
}
* {
    outline:0 ! important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    outline : none!important;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
}
body a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
.center {
    width: 100%;
    max-width: 1150px;
    margin: auto;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}


.content {
    background: url('images/bg.jpg') no-repeat scroll center top;
    background-size: cover;
    padding: 45px 0 80px 0;
}

.left-line {
    float: left;
}

.left-line .subheading {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.left-line .heading {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.right-logo img {
    max-width: 280px;
}

.right-logo {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.top-logo-line {
    width: 100%;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxes {
    float: left;
    width: 100%;
    padding: 80px 0 30px 0;
}

.boxes .last-box {
    margin-right: 0;
}
.box .arrow-h-center {
    display: none;
}
.box {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    border-radius: 6px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 1s;
    position: relative;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
    border: 3px solid #fff;
}

.box:hover {
    box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);
    border: 3px solid #19aeee;
}

.active-box .arrow-h-center {
    display: block;
}
.active-box {
    box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);
    border: 3px solid #19aeee;
}

.active-box .box-number,
.box:hover .box-number{
    background: rgba(25,174,238,0.15);
}

.active-box .box-number-in,
.box:hover .box-number-in {
    background-color: #19aeee;
}

.box-number {
    background: rgba(242,69,61,0.15);
    padding: 5px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top: -20px;
    width: 40px;
    height: 40px;
}
.box-number-in {
    width: 30px;
    height: 30px;
    background-color: #f2453d;
    text-align: center;
    line-height: 30px;
    color:#fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50%;
}

.box-icon {
    display: block;
    width: 107px;
    height: 107px;
    border: 1px solid #dbecff;
    padding: 6px;
    border-radius: 50%;
    margin: auto auto 15px auto;
}

.icon-inner {
    width: 95px;
    height: 95px;
    background: #f0f7ff url('images/phone.svg') no-repeat scroll center center;
    background-size: 50px auto!important;
    border-radius: 50%;
}

.box-title {
    opacity: 0.8;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.boxes  .icon-inner.icon-bank, .box-paysera .icon-inner {
    background: #f0f7ff url('images/bank.svg') no-repeat scroll center center;
}

.boxes  .icon-inner.icon-cheque, .box-cheque .icon-inner {
    background: #f0f7ff url('images/cheque.svg') no-repeat scroll center center;
}

.boxes .box .icon-inner.icon-pp, .box-paypal .icon-inner {
    background: #f0f7ff url('images/paypal.svg') no-repeat scroll center center;
}

.boxes .box .icon-inner.icon-transfergo, .box-transfergo .icon-inner {
    background: #f0f7ff url('images/logo_transfergo.svg') no-repeat scroll center center;
    background-size: 70px auto!important;
}

.boxes .box .icon-inner.icon-invoice,  .box-bank .icon-inner {
    background: #f0f7ff url('images/invoice.svg') no-repeat scroll center center;
}

.box-right-text a:hover {
    text-decoration: none!important;
}
.box-right-text a {
    color: #2fb5ee;
    text-decoration: underline!important;
    font-size: 16px;
}
.box-right-text ul {
    float: left;
    width: 100%;
    text-align: left!important;
    list-style: disc;
    list-style-position: outside;
    padding-left: 18px;
    margin: 10px 0;
}

.text-block {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);    box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);
    border-radius: 6px;
    background-color: #161e5f;
    padding: 35px 25px;
}

.inner-text-block strong {
    font-weight: 700;
}
.inner-text-block span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 3px;
    background-color: #19aeee;
}
.inner-text-block {
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 24px;
    padding: 0 30px;
}

.arrow {
    width: 22px;
    height: 11px;
    background: url(images/trikampis.svg) no-repeat;
    position: absolute;
    bottom: 0;
}

.arrow-h-center {
    position: absolute;
    width: 22px;
    height: 11px;
    -webkit-transform: translateX(-50%);    -ms-transform: translateX(-50%);    transform: translateX(-50%);
    left: 50%;
    bottom: -13px;
}

.money-donated {
    float: left;
    width: 100%;
    padding: 45px 0;
    background-image: linear-gradient(264deg, #0b134e 0%, #222971 100%);
}

.money-half {
    float: left;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.money-half .money-icon {
    float: left;
    width: 20%;
    background: rgba(255,255,255,0.1) url('images/money-in.svg') no-repeat scroll center;
    background-size: 70% auto;
    border-radius: 12px;
    height: 125px;
}

.money-spent .money-icon {
    background: rgba(255,255,255,0.1) url('images/money-out.svg') no-repeat scroll center;
    background-size: 70% auto;
}

.money-spent .money-sum {
    color: #fc9d31;
}
.money-sum {
    color: #19aeee;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.money-texts {
    float: left;
    width: 80%;
    padding-left: 25px;
}

.money-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 4px;
}

.box-content .box-icon {
    float: left;
    margin: 0;
}
.box-content.active-box-bot {
    display: block;
}
.box-content {
    display: none;
    float: left;
    width: 100%;
    padding: 30px 100px;
    box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-left {
    float: left;
    width: 42%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-text {
    float: left;
    padding-left: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box-right-content {
    float: left;
    width: 58%;
    padding-left: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-text-title {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.box-text-desc {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.box-right-phone {
    float: left;
    width: 33.333333%;
}

.phone-number {
    background: url('images/red-phone.svg') no-repeat scroll center left;
    color: #4e4e4e;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    height: 24px;
    padding-left: 34px;
}

.phone-text {
    font-size: 20px;
    font-weight: 400;
    color: #4e4e4e;
    margin-top: 10px;
    line-height: 1;
}

.box-right-text {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.box-right-button {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.box-right-button a {
    text-decoration: none!important;
}

.box-right-button a:hover, .box-right-button button:hover{
    padding: 0 40px;
    background-color: #1395ce;
}
.box-right-button a, .box-right-button button{
    height: 45px;
    border-radius: 28px;
    background-color: #119dde;
    line-height: 45px;
    transition: 0.3s;
    border: 0;
    cursor: pointer;
    padding: 0 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

.box-right-text-lineheight {
    line-height: 1.6;
}

.download-buttons a:last-child:hover  {
    background-color: #e28822;
}

.download-buttons a:last-child {
    margin-right: 0;
    background-color: #fc9d31;
}
.download-buttons a:hover {
    background-color: #1395ce;
}
.download-buttons a {
    display: inline-block;
    height: 56px;
    border-radius: 28px;
    background-color: #119dde;
    padding: 0 30px;
    text-transform: uppercase;
    margin-right: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    transition: 0.3s;
}
.download-buttons {
    float: left;
    width: 100%;
    margin-top: 45px;
    text-align: center;
}


.hamburger {
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px; }

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px; }
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


.hamburger {
    display: none;
}




.center {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.v-center {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    left: 0;
    right: 0;
}

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

html{
    font-size: 10px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}

/*
// Header
*/
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    flex: 1 1 auto;
    padding: 12px 0;
}
.logo-icon{
    background: url(images/icons/logo-icon.svg) no-repeat scroll center center;
    background-size: contain;
    height: 4.5rem;
    width: 13.5rem;
}
.logo img {
    float: left;
}
.logo-text{
    color:  #c7202e;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.2rem;
    margin-top: 2.2rem;
}
.nav ul {
    display: flex;
}
.nav ul li a{
    color: #252e67;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 2rem;
    padding: 3.2rem 0 2.3rem 0;
    border-bottom: 6px solid transparent;
    transition: ease 0.4s;
    cursor: pointer;
    display: inline-block;
}
.nav ul li a:hover, .nav ul li.current-menu-item a{
    color: #119dde;
    border-bottom: 6px solid #119dde;
}
.nav ul li a:last-child{
    margin-right: 0;
}
/*
// Inner page header
*/
.head-img{
    background: url(images/head-img.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 3.1rem 0;
}
.head-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.decor-line{
    width: 5px;
    border-radius: 3px;
    background-color: #19aeee;
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
}
.head-title{
    padding: 1rem 0;
    padding-left: 3rem;
    flex: 1 1 auto;
}
.head-text{
    color: white;
    font-size: 1.5rem;
    /* flex: 1 1 auto; */
}
.head-text span {
    font-weight: 700;
}
.head-text h1{
    margin: 0;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1;
}
.head-text div{
    padding-bottom: 0.5rem;
}
.head-text div:last-child{
    padding-bottom: 0;
}
.head-icon{
    background: url(images/icons/head-icon.svg) no-repeat scroll center center;
    background-size: contain;
    height: 7rem;
    min-width: 7.3rem;
    margin-left: 2rem;

}
/*
// Inner page section
*/
.section{
    padding: 4.8rem 0 8rem 0;
}
.section:nth-child(odd){
    background-color: #f8f8f8;
    padding: 4.8rem 0 8rem 0;
}
.section-head{
    margin-bottom: 4.8rem;
    position: relative;
}

.section-head h2{
    color: #222222;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2.7rem;
    padding-right: 2rem;
    background-color: white;
    margin: 0;
    position: absolute;
    top: -6px;
}
.section:nth-child(odd) .section-head h2{
    background-color: #f8f8f8;
}
.section-head span{
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color:  #fc9d31;
}
.section-content{

}
.section-content ul{
    display: flex;
    flex-wrap: wrap;
}
.section-content ul li:nth-child(4n) {
    margin-right: 0;
}
.section-content ul li {
    width: 24%;
    padding:  25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3rem rgba(23, 23, 65, 0.1);
    border-radius: 6px;
    margin-bottom: 15px;
    margin-right: 1.3333333%;
}
.section-content ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-blocks, .section-blocks:nth-child(odd){
    padding: 50px 0 20px 0;
}
.content-icon{
    /* height: 23px; */
    max-width: 10rem;
    margin-bottom: 1rem;
}

.content-name{
    color: #222222;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 5px;
    text-align: center;
    word-break: break-all;
    width: 100%;
}
.content-sub_name{
    color: #222222;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 100%;

    text-align: center;
}


.short-info{
    box-shadow: 0 1.7rem 5rem rgba(23, 41, 65, 0.16);
    border-radius: 6px;
    background-color: #161e5f;
    padding: 3.5rem 3.5rem 3.1rem 3.5rem;
   margin: 40px 0;
}

.short-info .head-text span{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 1rem 0;

}
.short-info .head-text span a{
    color: #119dde;
    font-size: 1.6rem;
}

.short-info .head-text{
    width: auto;
}
.info-icon{
    background: url(images/icons/info-icon.svg) no-repeat scroll center center;
    background-size: contain;
    height: 6.7rem;
    min-width: 6.7rem;
    flex: 1 0 auto;
    margin-left: 3rem;
}

footer{
    float: left;
    width: 100%;
    background-color: #00052c;
    border-top: 0.7rem solid #119dde;
    padding: 4rem 0;
}
.footer{
    display: flex;
    justify-content: space-around;
}
.footer-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-title{
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-align: center;
}
.block-spacer{
    width: 4.1rem;
    height: 2px;
    background-color: #119dde;
    margin: 1.5rem 0 0.9rem 0;
}
.block-contact{
    margin: 0.6rem 0;
    text-align: center;
}
.block-contact a{
    color: #ffffff;
    font-size: 1.4rem;

}
.block-contact .number-icon{
    background: url(images/icons/number-icon.svg) no-repeat scroll center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 12px;
}
.block-contact .email-icon{
    background: url(images/icons/mail-icon.svg) no-repeat scroll center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 12px;
}

/*
//Index2 page
*/
.smile-icon{
    background: url(images/icons/smile-icon.svg) no-repeat scroll center center;
    background-size: contain;
    height: 7.2rem;
    min-width: 6.3rem;
}
.head-title .head-text{
    width: auto;
    max-width: 85%;
}
.sponsors-page_head .head-text h1{
    margin: 0;
}
.all-sponsors{
    padding: 6.4rem 0 0 0;
}
.desc-s-c {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 25px;
}
.wp-block-file {
    margin: 2em 0;
}

.wp-block-file a.wp-block-file__button {
    background: #161e5f;
}
.wp-block-file a {
    color: #161e5f;
}
.all-sponsors ul {
    flex-wrap: wrap;
}

/* .short-info.sponsor-info .head-title{

} */
.short-info.sponsor-info .head-text span:first-child{
    font-size: 4.5rem;
    font-weight: 700;
}
.short-info.sponsor-info .head-text span{
    font-size: 2.6rem;
    font-weight: 400;
}
.short-info.sponsor-info .head-container{
    /* border: 0.5rem solid #19aeee; */
    border-top: none;
    border-bottom: none;
    border-radius: 3px;
    /* padding: 0 6rem 0 6rem; */
}
.short-info.sponsor-info .head-title{
    border: none;
    padding: 0;
    width: 50%;
    padding-left: 6rem;
}
.short-info_contacts{
    padding-right: 6rem;
}
.decor-line_right{
    right: 0;
}
.short-info_contacts .block-contact a{
    font-size: 2.6rem;
    font-weight: 400;
}
.short-info_contacts .block-contact{
    display: flex;
    align-items: center;
    padding: 1rem 0;
}
.short-info_contacts .block-contact .number-icon, .short-info_contacts .block-contact .email-icon{
    width: 2.7rem;
    height: 2.7rem;
}
.short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
    margin-right: 2.2rem;
}
/*
// Main page
*/
.head-container .money-icon{
    background: url(images/icons/money-icon.svg) no-repeat scroll center center;
    background-size: contain;
    height: 7rem;
    width: 6.7rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}
.news{
    padding: 6.4rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.single-news {
    width: 32%;
    cursor: pointer;
    border-radius: 6px;
    transition: ease 0.4s;
    overflow: hidden;
}
.single-news:hover {
    box-shadow: 0 1rem 5rem rgba(23, 41, 65, 0.16);
}
.single-news:hover .news-img{
    transform: scale(1.1);
}
.single-news:nth-child(3n+2) {
    margin: 0 2rem;
}
.single-news:nth-child(3) ~ .single-news {
    margin-top: 3.4rem;
}
.news-img{
    background-size: cover!important;
    height: 20.6rem;
    border-radius: 6px;
    transition: ease 0.7s;
}
.news-content{
    padding: 2.4rem 1.2rem;
}
.news-content .content-title{
    color: #222222;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.7rem;
}
.news-content .content-text{
    color: #222222;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 2rem 0;
}
.news-content .content-date{
    /* opacity: 0.5; */
    color: rgb(34, 34, 34, 0.5);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.support-info .head-text span:first-child{
    font-size: 3rem;
    font-weight: 600;
}
.support-info{
    position: relative;
}
.support-info .head-container{
    margin-bottom: 4.5rem;
}
.support-info .info-icon{
    position: absolute;
    right: 0;
    top: 0;
}
/* .info-report {
    padding: 2.8rem 2.5rem 0rem 2.5rem;
} */
.info-space-line{
    position: absolute;
    border-top: 1px solid #323ea0;
    left: 0;
    width: 100%;
}
.info-report{
    float: left;
    width: 100%;
}
.report-item{
    width: 25%;
    /* margin: 0 1.65rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* flex: 1 1 auto; */
    margin-top: 2.8rem;
    float: left;
}
/* .report-item:first-child{
   margin-left: 0;
}
.report-item:last-child{
  margin-right: 0;
} */
.report-item .item-title{
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
    text-align: center;
}
.report-item .item-button a {
    border-radius: 28px;
    background-color: #119dde;
    border: none;
    padding: 1.55rem 4.3rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: ease 0.4s;
}
.report-item .item-button a:hover{
    opacity: 0.8;
    /* color: #161e5f; */
}
.item-button .btn-icon{
    display: inline-block;
    background: url(images/icons/download-icon.svg) no-repeat scroll center center;
    background-size: contain;
    width: 19px;
    height: 25px;
    margin-right: 1rem;
}

.back-btn-margin-top{
    margin-top: 50px;
}
/*
// News inner page
*/
.inner-head_img{
    background: url(images/inner-head-img.jpg) no-repeat scroll center bottom;
    /* background-size: cover; */
    height: 28.2vh;
    background-size: cover!important;
    background-position: center center!important;
}

.post_head .head-container .head-title{
    border: none;
    padding: 0;
    padding: 1rem 0 1rem 3rem;
}
.post_head .head-text h1{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    margin: 0;
}
.post_head .head-title{
    width: auto;
}
.post_head .head-container{
    display: block;
}
.post-bottom{
    display: flex;
    justify-content: space-between;
}
.post-bottom .post-date{
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.back-btn a{
    color: #119dde;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    transition: ease 0.3s;
}
.back-btn a:hover{
    opacity: 0.8;
}
.back-btn a span{
    display: inline-block;
    background: url(images/icons/left-arrow.svg) no-repeat scroll center center;
    background-size: contain;
    width: 14px;
    height: 12px;
    margin-right: 8px;
}
.inner-post{

    transform: translateY(-9rem);
}
.inner-post p {
    color: #222222;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.inner-post h2 {
    color: #222222;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 4rem;
    margin: 1.6rem 0;
}
.inner-post_group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.inner-post_group h2, .inner-post_img h2{
    width: 100%;
    margin: 1.6rem 0;
}
.group-img{
    /* background: url(images/group-img.jpg) no-repeat scroll center center; */
    /* background-size: cover; */
    width: 37.28%;
    border-radius: 6px;
}
.group-text{
    width: 60.27%;
}
.inner-post_img{
    margin-bottom: 3.5rem;
}
.inner-post_img img{
    border-radius: 6px;
}
/*
// Mobile menu
*/
.burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 12;
    display: none;
}
#burger {
    width: 28px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}
.bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #222222;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}
.topBar {
    transform: translateY(0px) rotate(0deg);
}
.btmBar {
    transform: translateY(6px) rotate(0deg);
}

.menu-opened {
    height: 100%;
    /* background-color: #000; */
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
}
.menu-opened .burger-container {
    transform: rotate(90deg);
}
.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
}
.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
    background: #19aeee;
}
.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
    background: #19aeee;
}
.mobile-menu{
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0%;
    bottom: 0;
    z-index: 11;
    -webkit-transition: ease .7s;
    transition: ease .7s;
    background: #f8f8f8;
    /* width: 27rem; */
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0 1rem;
}
.hidden-menu{
    right: -100%;
    opacity: 0;
}
.mobile-menu .nav{
    display: block;
}
.mobile-menu .logo{
    flex: none;
}
.mobile-menu .nav ul{
    flex-direction: column;
}
.mobile-menu .nav ul li a:hover{
    border-bottom: 6px solid transparent;
    color: #252e67;
}
.hidden-screen{
    overflow: hidden;
}
.overlay {
    position: relative;
    transition: ease .7s;
    filter: blur(1px);
}

.overlay:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:-10%;
    left:0;
    background:rgba(0,0,0,0.7);
    opacity: 1;
    transition: ease .7s;
}



/*
// Responsive
*/


@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1220px) {
    .center {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .money-half .money-icon {
        width: 25%;
    }
    .money-texts {
        width: 75%;
    }
}

@media (max-width: 1050px) {
    .money-texts .money-sum {
        font-size: 40px;
    }
    .box-right-phone {
        text-align: left;
        width: auto;
    }
    .box-right-content {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .box-left {
        width: 100%;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .box-content .box-icon .icon-inner {
        width: 64px;
        height: 64px;
        background-size: 30px auto!important;
    }
    .box-content .box-text {
        padding: 0 0 0 20px;
        position: static;
        transform: none;
    }
    .box-content .box-icon {
        width: 70px;
        height: 70px;
        padding: 2px;
        margin-right: 0;
    }
    .box-right-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .box-right-button a, .box-right-button button {
        display: inline-block;
        float: none;
    }
    .box-right-text-lineheight {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .right-logo img {
        max-width: 200px;
    }
    .left-line .heading {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .box-left {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 900px) {
    .download-buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
    .section-content ul li:nth-child(2n) {
        margin-right: 0;
    }
    .section-content ul li {
        margin-right: 2%;
        width: 49%;
    }
}
@media (max-width: 800px) {
    .box-content {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .money-half {
        width: 100%;
        margin-bottom: 20px;
    }
    .money-half .money-icon, .money-spent .money-icon {
        background-size: 80px auto;
    }
}
@media (max-width: 700px) {
    .hamburger {
        display: block;
    }
    .static-nav ul {
        width: 100%;
    }
    .static-nav ul li a {
        float: left;
        width: 100%;
        padding: 15px 0;
    }
    .hamburger {
        display: block;
        float: right;
        margin-top: 12px;
    }
    .static-nav ul li {
        width: 100%;
        margin-right: 0;
        border-top: 1px solid #ccc;
        text-align: center;
        line-height: 1;
    }
    .static-nav {
        float: right;
        position: absolute;
        display: none;
        top: 78px;
        background: #dcdcdc;
        left: 0;
        right: 0;
        z-index: 50;
    }
    body {
        min-width: 300px;
    }
}

.box-mobile {
    display: none;
}
@media (min-width: 681px) {
    .box-mobile {
        display: none!important;
    }
}
@media (max-width: 680px) {
    .box-desktop {
        display: none!important;
    }
    .box-content.active-box-bot {
        display: none;
    }

    .active-box .arrow-h-center {
        display: none;
    }
    .active-box {
        box-shadow: none;
        border: 3px solid #fff;
    }

    .active-box.active-box-mobile .arrow-h-center {
        display: block;
    }
    .active-box.active-box-mobile {
        box-shadow: 0 17px 50px rgba(23, 41, 65, 0.16);
        border: 3px solid #19aeee;
    }


    .active-box .box-number {
        background: rgba(242,69,61,0.15);
    }
    .active-box .box-number-in {
        background-color: #f2453d;
    }

    .active-box.active-box-mobile .box-number {
        background: rgba(25,174,238,0.15);
    }

    .active-box.active-box-mobile .box-number-in {
        background-color: #19aeee;
    }


    .box-content.active-box-bot-mobile {
        display: block;
    }
    .download-buttons a {
        font-size: 14px;
        height: auto;
        line-height: 1;
        padding: 15px 10px;
    }
    .boxes .box:nth-child(even) {
        margin-right: 0;
    }
    .box {
        float: left;
        width: 100%;
        margin-right:0;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px) {
    .left-line {
        width: 100%;
    }
    .right-logo img {
        max-width: 120px;
        margin-top: 20px;
    }
    .boxes {
        padding-top: 30px;
    }
}

@media (max-width: 610px) {
    .box-right-text-lineheight, .box-text-desc, .box-right-text, .inner-text-block, .box-right-text a {
        font-size: 14px;
    }
    .box-right-text a {
        word-break: break-all;
    }
    .copyright {
        text-align: center;
    }
    .inner-text-block {
        line-height: 1.3;
    }
    .box-content .box-icon {
        margin-bottom: 10px;
    }
    .box-content .box-text {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .box-right-text {
        float: left;
        width: 100%;
    }
    .content {
        padding-bottom: 40px;
    }
    .money-donated {
        padding: 25px 0;
    }
}

@media (max-width: 550px) {
    .box-right-phone .phone-number,
    .box-right-phone .phone-text {
        width: 120px;
        margin: auto;
    }
    .box-right-phone {
        text-align: left;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

    .box-right-content .box-right-phone:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .money-texts .money-sum {
        font-size: 25px;
    }
    .money-title {
        font-size: 16px;
    }
    .money-half .money-icon {
        height: 100px;
    }
    .money-half .money-icon, .money-spent .money-icon {
        background-size: 50px auto;
    }
    .section-content ul li {
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 450px) {
    .left-line .heading {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .left-line .subheading {
        font-size: 14px;
    }
    .right-logo img {
        margin-top: 10px;
    }
    .box-right-button {
        padding: 0 20px;
    }
    .box-right-button a, .box-right-button a:hover, .box-right-button button, .box-right-button button:hover{
        display: block;
        height: auto;
        line-height: 1;
        float: left;
        width: 100%;
        padding: 15px;
    }
}



@media all and (max-width: 1120px) {

}
@media all and (max-width: 1067px) {
    .head-title{
        width: 82%;
    }
    .single-news:nth-child(3n+2){
        margin: 0 1.6rem;
    }
}
@media all and (max-width: 1040px) {
    .report-item {
        width: 33%;
    }
}
@media all and (max-width: 1000px) {
    .nav ul li a{
        margin: 0 1.5rem;
    }
    .group-text{
        width: 49%;
    }
    .group-img{
        width: 49%;
    }
    .short-info.sponsor-info .head-title{
        padding-left: 4rem;
    }
    .short-info_contacts{
        padding-right: 4rem;
    }
}
@media all and (max-width: 950px) {
    .short-info.sponsor-info .head-text span:first-child{
        font-size: 3.9rem;
    }
    .short-info.sponsor-info .head-text span{
        font-size: 2.2rem;
    }
    .short-info_contacts .block-contact .number-icon, .short-info_contacts .block-contact .email-icon{
        width: 2.3rem;
        height: 2.3rem;
    }
    .short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
        margin-right: 1.9rem;
    }
    .short-info_contacts .block-contact a{
        font-size: 2.2rem;
    }
}
@media all and (max-width: 900px) {
    .nav ul li a{
        margin: 0 1rem;
    }
    .news{
        justify-content: space-between;
    }
    .single-news{
        width: 47%;
    }
    .single-news:nth-child(3n+2) {
        margin: 0 ;
    }
    .single-news:nth-child(2) ~ .single-news {
        margin-top: 3rem;
    }

}
@media all and (max-width: 850px) {
    .nav{
        display: none;
    }
    .burger-container{
        display: block;
    }
    .group-img{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .group-text{
        width: 100%;
    }
}
@media all and (max-width: 825px) {
    .short-info.sponsor-info .head-title{
        padding-left: 3rem;
    }
    .short-info_contacts{
        padding-right: 3rem;
    }
    .report-item {
        width: 50%;
    }
}
@media all and (max-width: 800px) {
    .head-title {
        width: 90%;
    }
    .short-info.sponsor-info .head-text span:first-child{
        font-size: 3.6rem;
    }
    .short-info.sponsor-info .head-text span{
        font-size: 1.9rem;
    }
    .short-info_contacts .block-contact .number-icon, .short-info_contacts .block-contact .email-icon{
        width: 2rem;
        height: 2rem;
    }
    .short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
        margin-right: 1.6rem;
    }
    .short-info_contacts .block-contact a{
        font-size: 1.9rem;
    }
}
@media all and (max-width: 735px) {
    .decor-line_right{
        display: none;
    }
    .short-info_contacts {
        padding-right: 0;
        padding-left: 3rem;
    }
    .short-info.sponsor-info .head-container{
        flex-direction: column;
        align-items: flex-start;
    }
    .short-info.sponsor-info .head-title, .short-info_contacts{
        width: 100%;
    }

}
@media all and (max-width: 700px) {
    /* .info-report {
        padding: 2.8rem 0 0 0;
        justify-content: center;
    } */
}
@media all and (max-width: 680px){
    .head-icon, .head-container .money-icon, .info-icon, .smile-icon{
        display: none;
    }

}
@media all and (max-width: 650px){
    .head-container{
        position: relative;
    }
    .head-icon{
        position: absolute;
        right: 3rem;

    }
    .head-title {
        width: 100%;
    }
    .short-info .head-container{
        align-items: flex-start;
    }
    .short-info .head-title{
        width: 100%;
    }

    .short-info{
        padding: 3.5rem 3.5rem 3.1rem 3.5rem;
    }
    .footer{
        flex-direction: column;
        align-items: center;
    }
    .footer-block{
        border-bottom: 1px solid #323ea0;
        width: 60%;
        padding: 2.5rem 0;
    }
    .footer-block:first-child{
        padding-top: 0;
        margin: 0;
    }
    .footer-block:last-child{
        margin: 0;
        border: none;
        padding-bottom: 0;
    }
    html{
        font-size: 9.5px;
    }
    .head-icon{
        height: 6rem;
        min-width: 6.3rem;

    }
    .info-icon{
        height: 5.7rem;
        width: 5.7rem;
        margin-top: 1rem;
    }
    .support-info .info-icon{
        position: inherit;
    }

}
@media all and (max-width: 600px){
    .head-text h1{
        font-size: 3rem;
    }
    .post_head .head-text h1{
        font-size: 2.7rem;
        line-height: 3.5rem
    }
    .section-head h2{
        font-size: 2.4rem;
    }
    .single-news{
        width: 100%;
    }
    .single-news:nth-child(1) ~ .single-news{
        margin-top: 3rem;
    }
}
@media all and (max-width: 570px){
    .report-item{
        margin-top: 2rem;
    }
}
@media all and (max-width: 550px){
    .head-text h1{
        margin-bottom: 1.5rem;
    }
    .short-info.sponsor-info .head-text span:first-child{
        font-size: 3.4rem;
    }
    .short-info.sponsor-info .head-text span{
        font-size: 1.8rem;
    }
    .short-info_contacts .block-contact .number-icon, .short-info_contacts .block-contact .email-icon{
        width: 1.9rem;
        height: 1.9rem;
    }
    .short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
        margin-right: 1.5rem;
    }
    .short-info_contacts .block-contact a{
        font-size: 1.8rem;
    }
}
@media all and (max-width: 500px){
    .section-head h2 {
        font-size: 2.1rem;
    }
    .head-text h1 {
        font-size: 2.8rem;
    }
    .post_head .head-text h1{
        font-size: 2.3rem;
        line-height: 3.2rem
    }
    .container{
        padding: 0 2.5rem;
    }
    .nav ul li a {
        margin: 0 1rem;
        width: 100%;
        margin: 0;
        line-height: 1;
    }
    .report-item {
        width: 100%;
    }

}
@media all and (max-width: 450px){
    html{
        font-size: 9px;
    }
    .head-icon {
        height: 5rem;
        min-width: 5.2rem;
    }
    .info-icon {
        height: 4.7rem;
        min-width: 4.7rem;
    }
}
@media all and (max-width: 425px){
    .post-bottom{
        flex-direction: column;
    }
    .back-btn{
        padding-top: 1rem;
    }
}
@media all and (max-width: 400px){
    .head-text h1 {
        font-size: 2.6rem;
    }
    .section-head h2 {
        font-size: 1.95rem;
    }
    .container{
        padding: 0 2rem;
    }
    .post_head .head-text h1{
        line-height: 3rem;
    }
    .block-contact .email-icon{
        margin-right: 6px;
    }
    .short-info.sponsor-info .head-text span:first-child{
        font-size: 2.8rem;
    }
    .short-info.sponsor-info .head-text span{
        font-size: 1.5rem;
    }
    .short-info_contacts .block-contact .number-icon, .short-info_contacts .block-contact .email-icon{
        width: 1.7rem;
        height: 1.7rem;
    }
    .short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
        margin-right: 1rem;
    }
    .short-info_contacts .block-contact a{
        font-size: 1.5rem;
    }
    .logo img {
        max-width: 215px;
    }
}
@media all and (max-width: 370px){
    /* .short-info_contacts .block-contact{
        flex-direction: column;
        align-items: flex-start;
    }
    .short-info_contacts .block-contact .email-icon, .short-info_contacts .block-contact .number-icon{
        margin-bottom: 1rem;
    } */
    .post_head .head-text h1{
        line-height: 3rem;
    }
    .block-contact{
        margin: 0;
    }
    .short-info_contacts{
        padding-top: 1rem;
    }
}
