.owl-theme .owl-nav {
    margin-top                 : 10px;
    text-align                 : center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color        : #fff;
    font-size    : 14px;
    margin       : 5px;
    padding      : 4px 7px;
    background   : #d6d6d6;
    display      : inline-block;
    cursor       : pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background     : #869791;
    color          : #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor : default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align                 : center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom   : 1
}

.owl-theme .owl-dots .owl-dot span {
    width                      : 10px;
    height                     : 10px;
    margin                     : 5px 7px;
    background                 : #d6d6d6;
    display                    : block;
    -webkit-backface-visibility: visible;
    transition                 : opacity .2s ease;
    border-radius              : 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.hamburger {
    font                      : inherit;
    display                   : inline-block;
    overflow                  : visible;
    margin                    : 0;
    padding                   : 15px;
    cursor                    : pointer;
    transition-timing-function: linear;
    transition-duration       : .15s;
    transition-property       : opacity, filter;
    text-transform            : none;
    color                     : inherit;
    border                    : 0;
    background-color          : transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

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

.hamburger-inner {
    top       : 50%;
    display   : block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position                  : absolute;
    width                     : 40px;
    height                    : 4px;
    transition-timing-function: ease;
    transition-duration       : .15s;
    transition-property       : transform;
    border-radius             : 4px;
    background-color          : #000
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    transform       : rotateY(180deg);
    background-color: transparent !important
}

.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)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform       : rotateY(-180deg);
    background-color: transparent !important
}

.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)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    transform       : rotateX(-180deg);
    background-color: transparent !important
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform       : rotateX(180deg);
    background-color: transparent !important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform       : rotateX(180deg) rotateY(180deg);
    background-color: transparent !important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform       : rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent !important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform : translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform : translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform : translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform : translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top    : 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom   : 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top                       : auto;
    bottom                    : 0;
    transition-delay          : .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : .13s
}

.hamburger--collapse .hamburger-inner:after {
    top       : -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay          : .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top       : 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity   : 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform : rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top                       : auto;
    bottom                    : 0;
    transition-delay          : .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top       : -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay          : .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top       : 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity   : 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform : rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top                       : 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration       : .275s
}

.hamburger--elastic .hamburger-inner:before {
    top       : 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top       : 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform       : translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity         : 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform       : translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top                       : 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration       : .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top       : 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top       : 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform       : translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity         : 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform       : translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left      : 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top       : 10px;
    right     : 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay          : 0s;
    transition-timing-function: ease-out;
    background-color          : transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top       : -80px;
    left      : -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform : translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top       : -80px;
    right     : -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform : translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left      : 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top       : 10px;
    right     : 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay          : 0s;
    transition-timing-function: ease-out;
    background-color          : transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top       : 80px;
    left      : -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform : translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top       : 80px;
    right     : -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform : translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity   : 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top                       : 10px;
    transition-timing-function: ease;
    transition-duration       : .15s;
    transition-property       : transform, opacity
}

.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--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top                       : 10px;
    transition-timing-function: ease;
    transition-duration       : .15s;
    transition-property       : transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

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

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay          : .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity   : 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform : rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay          : .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity   : 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform : rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top       : 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top       : 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top       : 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform : translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top       : 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform : translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top                       : auto;
    bottom                    : 0;
    transition-delay          : 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top       : -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay          : .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top       : 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity   : 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top       : 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform : rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition      : transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform       : rotate(90deg);
    background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
    top       : 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform : rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform : rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition      : transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform       : rotate(-90deg);
    background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top       : 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform : rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform : rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration       : 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay          : .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform                 : rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top       : 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity   : 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom    : 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform : rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration       : .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    transition-delay          : .1s;
    transition-timing-function: linear;
    transition-duration       : 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform                 : rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top    : 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom   : 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration       : .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    transition-delay          : .1s;
    transition-timing-function: linear;
    transition-duration       : 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform                 : rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top    : 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom   : 0;
    transform: rotate(-90deg)
}

.mfp-bg {
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    z-index   : 1042;
    overflow  : hidden;
    position  : fixed;
    background: #0b0b0b;
    opacity   : .8
}

.mfp-wrap {
    top                        : 0;
    left                       : 0;
    width                      : 100%;
    height                     : 100%;
    z-index                    : 1043;
    position                   : fixed;
    outline                    : 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position  : absolute;
    width     : 100%;
    height    : 100%;
    left      : 0;
    top       : 0;
    padding   : 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content       : '';
    display       : inline-block;
    height        : 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position      : relative;
    display       : inline-block;
    vertical-align: middle;
    margin        : 0 auto;
    text-align    : left;
    z-index       : 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width : 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select   : none;
    user-select        : none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color     : #ccc;
    position  : absolute;
    top       : 50%;
    width     : auto;
    text-align: center;
    margin-top: -.8em;
    left      : 8px;
    right     : 8px;
    z-index   : 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow          : visible;
    cursor            : pointer;
    background        : 0 0;
    border            : 0;
    -webkit-appearance: none;
    display           : block;
    outline           : 0;
    padding           : 0;
    z-index           : 1046;
    box-shadow        : none;
    touch-action      : manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border : 0
}

.mfp-close {
    width          : 44px;
    height         : 44px;
    line-height    : 44px;
    position       : absolute;
    right          : 0;
    top            : 0;
    text-decoration: none;
    text-align     : center;
    opacity        : .65;
    padding        : 0 0 18px 10px;
    color          : #fff;
    font-style     : normal;
    font-size      : 28px;
    font-family    : Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color        : #fff;
    right        : -6px;
    text-align   : right;
    padding-right: 6px;
    width        : 100%
}

.mfp-counter {
    position   : absolute;
    top        : 0;
    right      : 0;
    color      : #ccc;
    font-size  : 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position                   : absolute;
    opacity                    : .65;
    margin                     : 0;
    top                        : 50%;
    margin-top                 : -55px;
    padding                    : 0;
    width                      : 90px;
    height                     : 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content    : '';
    display    : block;
    width      : 0;
    height     : 0;
    position   : absolute;
    left       : 0;
    top        : 0;
    margin-top : 35px;
    margin-left: 35px;
    border     : medium inset transparent
}

.mfp-arrow:after {
    border-top-width   : 13px;
    border-bottom-width: 13px;
    top                : 8px
}

.mfp-arrow:before {
    border-top-width   : 21px;
    border-bottom-width: 21px;
    opacity            : .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left : 31px
}

.mfp-arrow-left:before {
    margin-left : 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top   : 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width      : 100%;
    max-width  : 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width      : 100%;
    height     : 0;
    overflow   : hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position  : absolute;
    display   : block;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width      : auto;
    max-width  : 100%;
    height     : auto;
    display    : block;
    line-height: 0;
    box-sizing : border-box;
    padding    : 40px 0 40px;
    margin     : 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content   : '';
    position  : absolute;
    left      : 0;
    top       : 40px;
    bottom    : 40px;
    display   : block;
    right     : 0;
    width     : auto;
    height    : auto;
    z-index   : -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color      : #bdbdbd;
    display    : block;
    font-size  : 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position  : absolute;
    top       : 100%;
    left      : 0;
    width     : 100%;
    cursor    : auto
}

.mfp-title {
    text-align   : left;
    line-height  : 18px;
    color        : #f3f3f3;
    word-wrap    : break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left : 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top   : 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display    : inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom    : 0;
        margin    : 0;
        top       : auto;
        padding   : 3px 5px;
        position  : fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top  : 3px
    }

    .mfp-img-mobile .mfp-close {
        top        : 0;
        right      : 0;
        width      : 35px;
        height     : 35px;
        line-height: 35px;
        background : rgba(0, 0, 0, .6);
        position   : fixed;
        text-align : center;
        padding    : 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform        : scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin        : 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin        : 100%
    }

    .mfp-container {
        padding-left : 6px;
        padding-right: 6px
    }
}

.datepicker--cells {
    display          : -webkit-flex;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap
}

.datepicker--cell {
    border-radius          : 4px;
    box-sizing             : border-box;
    cursor                 : pointer;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    position               : relative;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    height                 : 32px;
    z-index                : 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background   : rgba(92, 196, 239, .1);
    color        : #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color : #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border          : 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius   : 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border          : 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius   : 0 4px 4px 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color     : #fff;
    background: #5cc4ef
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display          : -webkit-flex;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    margin           : 8px 0 3px
}

.datepicker--day-name {
    color                  : #ff9a19;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-flex           : 1;
    -ms-flex               : 1;
    flex                   : 1;
    text-align             : center;
    text-transform         : uppercase;
    font-size              : .8em
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width : 33.33%;
    height: 25%
}

.datepicker--cells-years,
.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width : 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left    : 0;
    top     : 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background   : #fff;
    border       : 1px solid #dbdbdb;
    box-shadow   : 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing   : content-box;
    font-family  : Tahoma, sans-serif;
    font-size    : 14px;
    color        : #4a4a4a;
    width        : 250px;
    position     : absolute;
    left         : -100000px;
    opacity      : 0;
    transition   : opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition   : opacity .3s ease, transform .3s ease, left 0s .3s;
    transition   : opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index      : 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform        : translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform        : translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform        : translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform        : translateX(-8px)
}

.datepicker.active {
    opacity          : 1;
    -webkit-transform: translate(0);
    transform        : translate(0);
    transition       : opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition       : opacity .3s ease, transform .3s ease, left 0s 0s;
    transition       : opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color     : #d7d7d7;
    box-shadow       : none;
    position         : static;
    left             : auto;
    right            : auto;
    opacity          : 1;
    -webkit-transform: none;
    transform        : none
}

.datepicker--content {
    box-sizing: content-box;
    padding   : 4px
}

.datepicker--pointer {
    position    : absolute;
    background  : #fff;
    border-top  : 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width       : 10px;
    height      : 10px;
    z-index     : -1
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: #f0f0f0
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top              : calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform        : rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right            : calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform        : rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom           : calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform        : rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left             : calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    border-bottom          : 1px solid #efefef;
    min-height             : 32px;
    padding                : 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    cursor                 : pointer;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center
}

.datepicker--nav-action {
    width              : 32px;
    border-radius      : 4px;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width : 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill        : none;
    stroke      : #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding      : 0 8px
}

.datepicker--buttons,
.datepicker--time {
    border-top: 1px solid #efefef;
    padding   : 4px
}

.datepicker--nav-title i {
    font-style : normal;
    color      : #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title.-disabled- {
    cursor    : default;
    background: 0 0
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--button {
    color                  : #4eb5e6;
    cursor                 : pointer;
    border-radius          : 4px;
    -webkit-flex           : 1;
    -ms-flex               : 1;
    flex                   : 1;
    display                : -webkit-inline-flex;
    display                : -ms-inline-flexbox;
    display                : inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    height                 : 32px
}

.datepicker--button:hover {
    color     : #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    position           : relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex    : 0 1 138px;
    flex        : 0 1 138px;
    max-width   : 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex    : 0 1 153px;
    flex        : 0 1 153px;
    margin-right: 10px;
    max-width   : 153px
}

.datepicker--time-label {
    display  : none;
    font-size: 12px
}

.datepicker--time-current {
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    -webkit-flex       : 1;
    -ms-flex           : 1;
    flex               : 1;
    font-size          : 14px;
    text-align         : center;
    margin             : 0 0 0 10px
}

.datepicker--time-current-colon {
    margin     : 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size  : 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position   : relative;
    z-index    : 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content      : '';
    background   : #f0f0f0;
    border-radius: 4px;
    position     : absolute;
    left         : -2px;
    top          : -3px;
    right        : -2px;
    bottom       : -2px;
    z-index      : -1;
    opacity      : 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform     : uppercase;
    -webkit-align-self : flex-end;
    -ms-flex-item-align: end;
    align-self         : flex-end;
    color              : #9c9c9c;
    margin-left        : 6px;
    font-size          : 11px;
    margin-bottom      : 1px
}

.datepicker--time-row {
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    font-size          : 11px;
    height             : 17px;
    background         : linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background        : 0 0;
    cursor            : pointer;
    -webkit-flex      : 1;
    -ms-flex          : 1;
    flex              : 1;
    height            : 100%;
    padding           : 0;
    margin            : 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background  : #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background  : #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background  : #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing        : border-box;
    height            : 12px;
    width             : 12px;
    border-radius     : 3px;
    border            : 1px solid #dedede;
    background        : #fff;
    cursor            : pointer;
    transition        : background .2s;
    margin-top        : -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing   : border-box;
    height       : 12px;
    width        : 12px;
    border-radius: 3px;
    border       : 1px solid #dedede;
    background   : #fff;
    cursor       : pointer;
    transition   : background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing   : border-box;
    height       : 12px;
    width        : 12px;
    border-radius: 3px;
    border       : 1px solid #dedede;
    background   : #fff;
    cursor       : pointer;
    transition   : background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border    : none;
    height    : 1px;
    cursor    : pointer;
    color     : transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border    : none;
    height    : 1px;
    cursor    : pointer;
    color     : transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border    : none;
    height    : 1px;
    cursor    : pointer;
    color     : transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color        : #9c9c9c;
    border       : 1px solid;
    border-radius: 50%;
    font-size    : 16px;
    position     : relative;
    margin       : 0 5px -1px 0;
    width        : 1em;
    height       : 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content   : '';
    background: currentColor;
    position  : absolute
}

.datepicker--time-icon:after {
    height           : .4em;
    width            : 1px;
    left             : calc(50% - 1px);
    top              : calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform        : translateY(-100%)
}

.datepicker--time-icon:before {
    width : .4em;
    height: 1px;
    top   : calc(50% + 1px);
    left  : calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color     : #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color           : #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border    : none
}

.chosen-container {
    position           : relative;
    display            : inline-block;
    vertical-align     : middle;
    font-size          : 13px;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.chosen-container .chosen-drop {
    position          : absolute;
    top               : 100%;
    z-index           : 1010;
    width             : 100%;
    border            : 1px solid #aaa;
    border-top        : 0;
    background        : #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow        : 0 4px 5px rgba(0, 0, 0, .15);
    clip              : rect(0, 0, 0, 0);
    -webkit-clip-path : inset(100% 100%);
    clip-path         : inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip             : auto;
    -webkit-clip-path: none;
    clip-path        : none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right : 4px;
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
    font-weight  : 400;
    color        : #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content       : ":";
    padding-left  : 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position          : relative;
    display           : block;
    overflow          : hidden;
    padding           : 0 0 0 8px;
    height            : 25px;
    border            : 1px solid #aaa;
    border-radius     : 5px;
    background-color  : #fff;
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background        : linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip   : padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow        : 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color             : #444;
    text-decoration   : none;
    white-space       : nowrap;
    line-height       : 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display      : block;
    overflow     : hidden;
    margin-right : 26px;
    text-overflow: ellipsis;
    white-space  : nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position  : absolute;
    top       : 6px;
    right     : 26px;
    display   : block;
    width     : 12px;
    height    : 12px;
    background: url(../libs/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size : 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top     : 0;
    right   : 0;
    display : block;
    width   : 18px;
    height  : 100%
}

.chosen-container-single .chosen-single div b {
    display   : block;
    width     : 100%;
    height    : 100%;
    background: url(../libs/chosen/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position   : relative;
    z-index    : 1010;
    margin     : 0;
    padding    : 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin       : 1px 0;
    padding      : 4px 20px 4px 5px;
    width        : 100%;
    height       : auto;
    outline      : 0;
    border       : 1px solid #aaa;
    background   : url(../libs/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size    : 1em;
    font-family  : sans-serif;
    line-height  : normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top     : -1px;
    border-radius  : 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position         : absolute;
    clip             : rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path        : inset(100% 100%)
}

.chosen-container .chosen-results {
    color                     : #444;
    position                  : relative;
    overflow-x                : hidden;
    overflow-y                : auto;
    margin                    : 0 4px 4px 0;
    padding                   : 0 0 0 4px;
    max-height                : 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display              : none;
    margin               : 0;
    padding              : 5px 6px;
    list-style           : none;
    line-height          : 15px;
    word-wrap            : break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor : pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color  : #ccc;
    cursor : default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color           : #fff
}

.chosen-container .chosen-results li.no-results {
    color     : #777;
    display   : list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display    : list-item;
    font-weight: 700;
    cursor     : default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style     : normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position        : relative;
    overflow        : hidden;
    margin          : 0;
    padding         : 0 5px;
    width           : 100%;
    height          : auto;
    border          : 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor          : text
}

.chosen-container-multi .chosen-choices li {
    float     : left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin     : 0;
    padding    : 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin            : 1px 0;
    padding           : 0;
    height            : 25px;
    outline           : 0;
    border            : 0 !important;
    background        : 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow        : none;
    color             : #999;
    font-size         : 100%;
    font-family       : sans-serif;
    line-height       : normal;
    border-radius     : 0;
    width             : 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position          : relative;
    margin            : 3px 5px 3px 0;
    padding           : 3px 20px 3px 5px;
    border            : 1px solid #aaa;
    max-width         : 100%;
    border-radius     : 3px;
    background-color  : #eee;
    background-image  : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image  : linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size   : 100% 19px;
    background-repeat : repeat-x;
    background-clip   : padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow        : 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color             : #333;
    line-height       : 13px;
    cursor            : default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position  : absolute;
    top       : 4px;
    right     : 3px;
    display   : block;
    width     : 12px;
    height    : 12px;
    background: url(../libs/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size : 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right   : 5px;
    border          : 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color           : #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin : 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color  : #ccc;
    cursor : default
}

.chosen-container-active .chosen-single {
    border            : 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow        : 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border                    : 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius : 0;
    background-image          : -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image          : linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow        : 0 1px 0 #fff inset;
    box-shadow                : 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background : 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border            : 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow        : 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor : default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding : 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left : 26px;
    direction   : rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left : 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left : 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin : 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left : 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin : 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left : 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding   : 4px 5px 4px 20px;
    background: url(../libs/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction : rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.royalSlider {
    width    : 600px;
    height   : 400px;
    position : relative;
    direction: ltr
}

.royalSlider>* {
    float: left
}

.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
    -webkit-transform: none
}

.rsOverflow {
    width                      : 100%;
    height                     : 100%;
    position                   : relative;
    overflow                   : hidden;
    float                      : left;
    -webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap {
    width                      : 100%;
    height                     : 100%;
    position                   : relative;
    overflow                   : hidden;
    left                       : 0;
    top                        : 0;
    -webkit-tap-highlight-color: transparent
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left    : 0;
    top     : 0
}

.rsContainer {
    position                   : relative;
    width                      : 100%;
    height                     : 100%;
    -webkit-tap-highlight-color: transparent
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float   : left;
    position: relative
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity           : 1;
    -webkit-transition: opacity .3s linear;
    -moz-transition   : opacity .3s linear;
    -o-transition     : opacity .3s linear;
    transition        : opacity .3s linear
}

.rsHidden {
    opacity           : 0;
    visibility        : hidden;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    -moz-transition   : visibility 0s linear .3s, opacity .3s linear;
    -o-transition     : visibility 0s linear .3s, opacity .3s linear;
    transition        : visibility 0s linear .3s, opacity .3s linear
}

.rsGCaption {
    width     : 100%;
    float     : left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height  : auto !important;
    width   : auto !important;
    margin  : 0 !important;
    padding : 0 !important;
    z-index : 2147483647 !important;
    top     : 0 !important;
    left    : 0 !important;
    bottom  : 0 !important;
    right   : 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity           : 1 !important;
    -webkit-transition: 0s;
    -moz-transition   : 0s;
    -o-transition     : 0s;
    transition        : 0s;
    display           : none
}

.rsSlide {
    position: absolute;
    left    : 0;
    top     : 0;
    display : block;
    overflow: hidden;
    height  : 100%;
    width   : 100%
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width   : 100%;
    height  : 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index : 0
}

.rsNav {
    -moz-user-select   : -moz-none;
    -webkit-user-select: none;
    user-select        : none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25)
}

.rsThumbs {
    cursor  : pointer;
    position: relative;
    overflow: hidden;
    float   : left;
    z-index : 22
}

.rsTabs {
    float     : left;
    background: 0 0 !important
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.rsVideoContainer {
    width      : auto;
    height     : auto;
    line-height: 0;
    position   : relative
}

.rsVideoFrameHolder {
    position          : absolute;
    left              : 0;
    top               : 0;
    background        : #141414;
    opacity           : 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
    position: absolute;
    z-index : 50;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%
}

.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
    padding-right     : 44px
}

.rsABlock {
    left    : 0;
    top     : 0;
    position: absolute;
    z-index : 15
}

img.rsImg {
    max-width: none
}

.grab-cursor {
    cursor: url(../libs/royalslider/grab.png) 8 8, move
}

.grabbing-cursor {
    cursor: url(../libs/royalslider/grabbing.png) 8 8, move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left      : 0;
    top       : 0;
    position  : absolute;
    width     : 100%;
    height    : 100%;
    display   : block;
    z-index   : 20;
    background: url(../libs/royalslider/blank.gif)
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsThumbs,
.rsDefault .rsVideoFrameHolder {
    background: 0 0;
    color     : #fff
}

.royalSlider.rsFullscreen {
    background-color: #151515
}

.rsDefault .rsArrow {
    height  : 100%;
    width   : 44px;
    position: absolute;
    display : block;
    cursor  : pointer;
    z-index : 21
}

.rsDefault.rsVer .rsArrow {
    width : 100%;
    height: 44px
}

.rsDefault.rsVer .rsArrowLeft {
    top : 0;
    left: 0
}

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left  : 0
}

.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top : 0
}

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top  : 0
}

.rsDefault .rsArrowIcn {
    width              : 32px;
    height             : 32px;
    top                : 50%;
    left               : 50%;
    margin-top         : -16px;
    margin-left        : -16px;
    opacity            : .75;
    position           : absolute;
    cursor             : pointer;
    background-size    : cover;
    background-repeat  : no-repeat;
    background-position: center;
    background-color   : #f5f5f5;
    background-color   : #f5f5f5;
    border-radius      : 50%
}

.rsDefault .rsArrowIcn:hover {
    background-color: #f5f5f5
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-image   : url(../libs/royalslider/left.png);
    background-position: -1px center
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-image   : url(../libs/royalslider/right.png);
    background-position: 1px center
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: .2
}

.rsDefault .rsBullets {
    position   : absolute;
    z-index    : 35;
    left       : 0;
    bottom     : 0;
    width      : 100%;
    height     : auto;
    margin     : 0 auto;
    background : #000;
    background : rgba(0, 0, 0, .75);
    text-align : center;
    line-height: 8px;
    overflow   : hidden
}

.rsDefault .rsBullet {
    width  : 8px;
    height : 8px;
    display: inline-block;
    padding: 6px 5px 6px
}

.rsDefault .rsBullet span {
    display      : block;
    width        : 8px;
    height       : 8px;
    border-radius: 50%;
    background   : #777;
    background   : rgba(255, 255, 255, .5)
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff
}

.rsDefault .rsThumbsHor {
    width : 100%;
    height: 72px
}

.rsDefault .rsThumbsVer {
    width   : 96px;
    height  : 100%;
    position: absolute;
    top     : 0;
    right   : 0
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height  : 100%
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width   : 100%
}

.rsDefault .rsThumb {
    float   : left;
    overflow: hidden;
    width   : 96px;
    height  : 72px
}

.rsDefault .rsThumb img {
    width : 100%;
    height: 100%
}

.rsDefault .rsThumb.rsNavSelected {
    background: #f5f5f5
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: .3
}

.rsDefault .rsTmb {
    display: block
}

.rsDefault .rsTmb h5 {
    font-size  : 16px;
    margin     : 0;
    padding    : 0;
    line-height: 20px;
    color      : #fff
}

.rsDefault .rsTmb span {
    color      : #ddd;
    margin     : 0;
    padding    : 0;
    font-size  : 13px;
    line-height: 18px
}

.rsDefault .rsThumbsArrow {
    height    : 100%;
    width     : 20px;
    position  : absolute;
    display   : block;
    cursor    : pointer;
    z-index   : 21;
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, .9)
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width : 100%;
    height: 20px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top : 0;
    left: 0
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left  : 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top : 0
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top  : 0
}

.rsDefault .rsThumbsArrowIcn {
    width      : 16px;
    height     : 16px;
    top        : 50%;
    left       : 50%;
    margin-top : -8px;
    margin-left: -8px;
    position   : absolute;
    cursor     : pointer;
    background : url(../libs/royalslider/rs-default.png)
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px
}

.rsDefault .rsThumbsArrowDisabled {
    display: none !important
}

@media screen and (min-width:0px) and (max-width:800px) {
    .rsDefault .rsThumb {
        width : 59px;
        height: 44px
    }

    .rsDefault .rsThumbsHor {
        height: 44px
    }

    .rsDefault .rsThumbsVer {
        width: 59px
    }
}

.rsDefault .rsTabs {
    width      : 100%;
    height     : auto;
    margin     : 0 auto;
    text-align : center;
    overflow   : hidden;
    padding-top: 12px;
    position   : relative
}

.rsDefault .rsTab {
    display           : inline-block;
    cursor            : pointer;
    text-align        : center;
    height            : auto;
    width             : auto;
    color             : #333;
    padding           : 5px 13px 6px;
    min-width         : 72px;
    border            : 1px solid #d9d9dd;
    border-right      : 1px solid #f5f5f5;
    text-decoration   : none;
    background-color  : #fff;
    background-image  : -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image  : -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image  : linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow        : inset 1px 0 0 #fff
}

.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius   : 4px;
    border-top-left-radius           : 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius        : 4px
}

.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius   : 4px;
    border-top-right-radius           : 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius        : 4px;
    border-right                      : 1px solid #cfcfcf
}

.rsDefault .rsTab:active {
    border          : 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow      : 0 1px 4px rgba(0, 0, 0, .2) inset
}

.rsDefault .rsTab.rsNavSelected {
    color           : #fff;
    border          : 1px solid #999;
    text-shadow     : 1px 1px #838383;
    box-shadow      : 0 1px 9px rgba(102, 102, 102, .65) inset;
    background      : #acacac;
    background-image: -webkit-linear-gradient(top, #acacac, #bbb);
    background-image: -moz-llinear-gradient(top, #acacac, #bbb);
    background-image: linear-gradient(to bottom, #acacac, #bbb)
}

.rsDefault .rsFullscreenBtn {
    right   : 0;
    top     : 0;
    width   : 44px;
    height  : 44px;
    z-index : 22;
    display : block;
    position: absolute;
    cursor  : pointer
}

.rsDefault .rsFullscreenIcn {
    display            : block;
    margin             : 6px;
    width              : 32px;
    height             : 32px;
    background-image   : url(../libs/royalslider/full.png);
    background-size    : 50%;
    background-repeat  : no-repeat;
    background-position: center;
    background-color   : #000;
    background-color   : #f5f5f5;
    border-radius      : 50%
}

.rsDefault .rsFullscreenIcn:hover {
    background-color: #f7f7f7
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-image: url(../libs/royalslider/tosmall.png)
}

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    width                      : 64px;
    height                     : 64px;
    margin-left                : -32px;
    margin-top                 : -32px;
    cursor                     : pointer
}

.rsDefault .rsPlayBtnIcon {
    width                : 64px;
    display              : block;
    height               : 64px;
    -webkit-border-radius: 4px;
    border-radius        : 4px;
    -webkit-transition   : .3s;
    -moz-transition      : .3s;
    transition           : .3s;
    background           : url(../libs/royalslider/rs-default.png) no-repeat 0 -32px;
    background-color     : #000;
    background-color     : rgba(0, 0, 0, .75)
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsBtnCenterer {
    position: absolute;
    left    : 50%;
    top     : 50%
}

.rsDefault .rsCloseVideoBtn {
    right                      : 0;
    top                        : 0;
    width                      : 44px;
    height                     : 44px;
    z-index                    : 500;
    position                   : absolute;
    cursor                     : pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform          : translateZ(0)
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top  : -38px;
    right: -6px
}

.rsDefault .rsCloseVideoIcn {
    margin          : 6px;
    width           : 32px;
    height          : 32px;
    background      : url(../libs/royalslider/rs-default.png) -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9)
}

.rsDefault .rsPreloader {
    width           : 20px;
    height          : 20px;
    background-image: url(../libs/preloaders/preloader-white.gif);
    left            : 50%;
    top             : 50%;
    margin-left     : -10px;
    margin-top      : -10px
}

.rsDefault .rsGCaption {
    position     : absolute;
    float        : none;
    bottom       : 6px;
    left         : 6px;
    text-align   : left;
    background   : #000;
    background   : rgba(0, 0, 0, .75);
    color        : #fff;
    padding      : 2px 8px;
    width        : auto;
    font-size    : 12px;
    border-radius: 50%
}

[data-simplebar] {
    position       : relative;
    flex-direction : column;
    flex-wrap      : wrap;
    justify-content: flex-start;
    align-content  : flex-start;
    align-items    : flex-start;
    width          : inherit;
    height         : inherit;
    max-width      : inherit;
    max-height     : inherit
}

.simplebar-wrapper {
    overflow  : hidden;
    width     : inherit;
    height    : inherit;
    max-width : inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position : absolute;
    overflow : hidden;
    padding  : 0;
    margin   : 0;
    left     : 0;
    top      : 0;
    bottom   : 0;
    right    : 0;
    width    : auto !important;
    height   : auto !important;
    z-index  : 0
}

.simplebar-offset {
    direction                 : inherit !important;
    box-sizing                : inherit !important;
    resize                    : none !important;
    position                  : absolute;
    top                       : 0;
    left                      : 0;
    bottom                    : 0;
    right                     : 0;
    padding                   : 0;
    margin                    : 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content {
    direction : inherit;
    box-sizing: border-box !important;
    position  : relative;
    display   : block;
    height    : 100%;
    width     : auto;
    visibility: visible;
    overflow  : scroll;
    max-width : 100%;
    max-height: 100%
}

.simplebar-placeholder {
    max-height    : 100%;
    max-width     : 100%;
    width         : 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing    : inherit !important;
    height        : 100%;
    width         : inherit;
    max-width     : 1px;
    position      : relative;
    float         : left;
    max-height    : 1px;
    overflow      : hidden;
    z-index       : -1;
    padding       : 0;
    margin        : 0;
    pointer-events: none;
    flex-grow     : inherit;
    flex-shrink   : 0;
    flex-basis    : 0
}

.simplebar-height-auto-observer {
    box-sizing    : inherit;
    display       : block;
    opacity       : 0;
    position      : absolute;
    top           : 0;
    left          : 0;
    height        : 1000%;
    width         : 1000%;
    min-height    : 1px;
    min-width     : 1px;
    overflow      : hidden;
    pointer-events: none;
    z-index       : -1
}

.simplebar-track {
    z-index       : 1;
    position      : absolute;
    right         : 0;
    bottom        : 0;
    pointer-events: none
}

.simplebar-scrollbar {
    position  : absolute;
    right     : 2px;
    width     : 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position     : absolute;
    content      : "";
    background   : #000;
    border-radius: 7px;
    left         : 0;
    right        : 0;
    opacity      : 0;
    transition   : opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity   : .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top  : 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top   : 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left  : 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left  : 2px;
    right : 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right     : auto;
    left      : 0;
    top       : 2px;
    height    : 7px;
    min-height: 0;
    min-width : 10px;
    width     : auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left : 0
}

.hs-dummy-scrollbar-size {
    direction : rtl;
    position  : fixed;
    opacity   : 0;
    visibility: hidden;
    height    : 500px;
    width     : 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    font-style : normal;
    src        : url(../fonts/RobotoRegular/RobotoRegular.eot);
    src        : url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: roboto;
    font-weight: 700;
    font-style : normal;
    src        : url(../fonts/RobotoBold/RobotoBold.eot);
    src        : url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: fa-brands;
    font-weight: 400;
    font-style : normal;
    src        : url(../fonts/webfonts/fa-brands-400.eot);
    src        : url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: fa-regular;
    font-weight: 400;
    font-style : normal;
    src        : url(../fonts/webfonts/fa-regular-400.eot);
    src        : url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: fa-solid;
    font-weight: 400;
    font-style : normal;
    src        : url(../fonts/webfonts/fa-solid-900.eot);
    src        : url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: bitter;
    font-weight: 400;
    font-style : normal;
    src        : url(../fonts/bitter/Bitter-Regular.eot);
    src        : url(../fonts/bitter/Bitter-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bitter/Bitter-Regular.woff) format("woff"), url(../fonts/bitter/Bitter-Regular.ttf) format("truetype")
}

@font-face {
    font-family: bitter;
    font-weight: 700;
    font-style : normal;
    src        : url(../fonts/bitter/Bitter-Bold.eot);
    src        : url(../fonts/bitter/Bitter-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/bitter/Bitter-Bold.woff) format("woff"), url(../fonts/bitter/Bitter-Bold.ttf) format("truetype")
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing : antialiased;
    display                : inline-block;
    font-style             : normal;
    font-variant           : normal;
    text-rendering         : auto;
    line-height            : 1
}

.fa-lg {
    font-size     : 1.33333em;
    line-height   : .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width     : 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left    : 2.5em;
    padding-left   : 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left       : -2em;
    position   : absolute;
    text-align : center;
    width      : 2em;
    line-height: inherit
}

.fa-border {
    border               : solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius        : .1em;
    padding              : .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation        : fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation        : fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform        : rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform        : rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform        : rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform    : rotate(270deg);
    transform        : rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform    : scale(-1, 1);
    transform        : scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform    : scale(1, -1);
    transform        : scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    -ms-transform    : scale(-1, -1);
    transform        : scale(-1, -1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter        : none
}

.fa-stack {
    display       : inline-block;
    height        : 2em;
    line-height   : 2em;
    position      : relative;
    vertical-align: middle;
    width         : 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left      : 0;
    position  : absolute;
    text-align: center;
    width     : 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border  : 0;
    clip    : rect(0, 0, 0, 0);
    height  : 1px;
    margin  : -1px;
    overflow: hidden;
    padding : 0;
    position: absolute;
    width   : 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip    : auto;
    height  : auto;
    margin  : 0;
    overflow: visible;
    position: static;
    width   : auto
}

@font-face {
    font-family : 'Font Awesome 5 Brands';
    font-style  : normal;
    font-weight : 400;
    font-display: auto;
    src         : url(../fonts/webfonts/fa-brands-400.eot);
    src         : url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family : 'Font Awesome 5 Free';
    font-style  : normal;
    font-weight : 400;
    font-display: auto;
    src         : url(../fonts/webfonts/fa-regular-400.eot);
    src         : url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family : 'Font Awesome 5 Free';
    font-style  : normal;
    font-weight : 900;
    font-display: auto;
    src         : url(../fonts/webfonts/fa-solid-900.eot);
    src         : url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position                   : relative
}

.owl-carousel {
    display: none;
    width  : 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position                : relative;
    -ms-touch-action        : pan-Y;
    touch-action            : manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content    : ".";
    display    : block;
    clear      : both;
    visibility : hidden;
    line-height: 0;
    height     : 0
}

.owl-carousel .owl-stage-outer {
    position         : relative;
    overflow         : hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility   : hidden;
    -ms-backface-visibility    : hidden;
    -webkit-transform          : translate3d(0, 0, 0);
    -moz-transform             : translate3d(0, 0, 0);
    -ms-transform              : translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height                 : 1px;
    float                      : left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout      : none
}

.owl-carousel .owl-item img {
    display: block;
    width  : 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color     : inherit;
    border    : none;
    padding   : 0 !important;
    font      : inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action   : pan-y;
    touch-action       : pan-y;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration : 1s;
    animation-duration         : 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name        : fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition     : height .5s ease-in-out;
    transition        : height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity           : 0;
    -webkit-transition: opacity .4s ease;
    -o-transition     : opacity .4s ease;
    transition        : opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style        : preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position  : relative;
    height    : 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position                   : absolute;
    height                     : 80px;
    width                      : 80px;
    left                       : 50%;
    top                        : 50%;
    margin-left                : -40px;
    margin-top                 : -40px;
    background                 : url(owl.video.play.png) no-repeat;
    cursor                     : pointer;
    z-index                    : 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition         : -webkit-transform .1s ease;
    transition                 : -webkit-transform .1s ease;
    -o-transition              : transform .1s ease;
    transition                 : transform .1s ease;
    transition                 : transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform    : scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform        : scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity                : 0;
    height                 : 100%;
    background-position    : center center;
    background-repeat      : no-repeat;
    -webkit-background-size: contain;
    background-size        : contain;
    -webkit-transition     : opacity .4s ease;
    -o-transition          : opacity .4s ease;
    transition             : opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index : 1;
    height  : 100%;
    width   : 100%
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

::-ms-input-placeholder {
    color: #000
}

::placeholder {
    color: #000
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin            : 0
}

::-moz-selection {
    background-color: #e6404b;
    color           : #fff
}

::selection {
    background-color: #e6404b;
    color           : #fff
}

a {
    color          : inherit;
    text-decoration: none
}

a:hover {
    color          : inherit;
    text-decoration: none
}

body {
    font-size  : 18px;
    min-width  : 320px;
    margin     : 0;
    padding    : 0;
    position   : relative;
    line-height: 1.65;
    font-family: roboto, sans-serif;
    overflow-x : hidden;
    color      : #000
}

body input,
body textarea {
    border : #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

.textwiget_mob {
    display: none
}

.img-responsive {
    display  : block;
    max-width: 100%;
    height   : auto;
    width    : 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

.container {
    max-width: 1240px;
    margin   : 0 auto;
    width    : 100%
}

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

.top_line {
    width           : 100%;
    background-color: #f5f5f5
}

.top_line .flex_row {
    -webkit-box-align      : stretch;
    -webkit-align-items    : stretch;
    -ms-flex-align         : stretch;
    align-items            : stretch;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.top_line .page_switchers {
    font-size  : 0;
    font-weight: 700;
    line-height: 16px;
    margin-left: -52px
}

.top_line .page_switchers a {
    padding  : 13px;
    display  : inline-block;
    font-size: 14px
}

.top_line .page_switchers a.active {
    background-color: #fff
}

.top_line .page_switchers a:first-child {
    width     : 120px;
    text-align: center
}

.top_line .functions {
    font-size     : 0;
    font-weight   : 700;
    letter-spacing: 1px;
    line-height   : 16px
}

.top_line .functions a {
    font-size: 14px;
    display  : inline-block;
    padding  : 13px 0;
    opacity  : .6
}

.top_line .functions a i {
    margin-right: 7px
}

.top_line .functions .lang {
    text-transform: uppercase;
    font-weight   : 400;
    margin-right  : 14px
}

.top_line .functions .lang:last-child {
    margin-right: 26px
}

.top_line .functions .search {
    padding: 0
}

.top_line .functions .subscribe {
    padding-right: 15px;
    padding-left : 15px
}

.top_line .functions .donate {
    padding-right   : 25px;
    padding-left    : 25px;
    background-color: #00b077;
    color           : #fff;
    opacity         : 1
}

.nav_line {
    position: relative
}

.nav_line .flex_row {
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    padding                : 12px 0 6px
}

.nav_line .logo {
    display  : inline-block;
    max-width: 180px
}

.nav_line .nav {
    font-size  : 16px;
    line-height: 19px
}

.nav_line .nav ul {
    display   : -webkit-box;
    display   : -webkit-flex;
    display   : -ms-flexbox;
    display   : flex;
    list-style: none;
    padding   : 0
}

.nav_line .nav ul li {
    text-align  : center;
    margin-right: 43px
}

.nav_line .nav ul li:last-child {
    margin-right: 0
}

.nav_line .nav ul a {
    display       : inline-block;
    text-transform: uppercase
}

.nav_line .nav ul a i {
    margin-left: 7px
}

.nav_sublist {
    width            : 100%;
    background-color : #fff;
    margin           : 0;
    padding          : 20px 0 15px;
    font-size        : 16px;
    line-height      : 19px;
    letter-spacing   : 1.05px;
    text-transform   : uppercase;
    position         : absolute;
    bottom           : 0;
    z-index          : 1;
    display          : none;
    left             : 0;
    right            : 0;
    -webkit-transform: translateY(100%);
    -ms-transform    : translateY(100%);
    transform        : translateY(100%)
}

.nav_sublist.active {
    display: block
}

.nav_sublist ul {
    max-width             : 755px;
    max-height            : 100px;
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction: column;
    -ms-flex-direction    : column;
    flex-direction        : column;
    -webkit-flex-wrap     : wrap;
    -ms-flex-wrap         : wrap;
    flex-wrap             : wrap;
    padding-left          : 220px;
    margin                : 0 auto;
    -webkit-box-align     : start;
    -webkit-align-items   : flex-start;
    -ms-flex-align        : start;
    align-items           : flex-start
}

.nav_sublist ul li {
    margin       : 0;
    margin-bottom: 20px;
    text-align   : left
}

.nav_sublist:after {
    content   : "";
    display   : block;
    position  : absolute;
    bottom    : 0;
    left      : 0;
    right     : 0;
    height    : 14px;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.soc_links a {
    display       : inline-block;
    vertical-align: top;
    margin-right  : 15px
}

.soc_links a:last-child {
    margin-right: 0
}

.soc_links a:hover g {
    fill   : red;
    opacity: 1
}

.soc_links g {
    fill: #686868
}

.soc_links i {
    color             : #686868;
    padding           : 5px;
    -webkit-transition: all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease
}

.soc_links i.fa-facebook-f:hover {
    color: #2367b6
}

.soc_links i.fa-twitter:hover {
    color: #1da1f2
}

.soc_links i.fa-instagram:hover {
    color: #d62976
}

.soc_links i.fa-telegram-plane:hover {
    color: #08c
}

.nav_search_wrapper {
    display       : inline-block;
    border-right  : 2px solid #9797972b;
    border-left   : 2px solid #9797972b;
    padding       : 13px 15px;
    padding-bottom: 8px
}

.nav_search_wrapper.active {
    padding-top: 10px
}

.nav_search_wrapper.active form {
    display: initial
}

.nav_search_wrapper.active .search {
    display: none
}

.nav_search_wrapper form {
    display: none
}

.nav_search_wrapper input {
    background-color: transparent;
    height          : 20px;
    width           : 203px;
    color           : #000;
    font-family     : Roboto;
    font-size       : 12px;
    letter-spacing  : .86px;
    line-height     : 14px;
    border          : none;
    border-bottom   : 1px solid #000
}

.nav_search_wrapper button {
    background-color: transparent;
    border          : none
}

.alignTop {
    -webkit-box-align  : start;
    -webkit-align-items: flex-start;
    -ms-flex-align     : start;
    align-items        : flex-start
}

.article_content {
    padding-top : 30px;
    max-width   : 900px;
    margin      : 0 auto;
    margin-right: 80px
}

.article_content blockquote {
    color             : #000;
    font-family       : Roboto;
    font-size         : 24px;
    font-style        : italic;
    letter-spacing    : .18px;
    line-height       : 30px;
    position          : relative;
    margin            : 0;
    margin-bottom     : 20px;
    padding           : 30px 65px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    background-color  : #f5f5f5
}

.article_content blockquote::before {
    content                : "";
    display                : inline-block;
    background-repeat      : no-repeat;
    width                  : 55px;
    height                 : 35px;
    -webkit-background-size: 100% 100%;
    background-size        : 100%;
    position               : absolute;
    top                    : 20px;
    left                   : -20px;
    background-position    : center;
    background-image       : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgdmVyc2lvbj0iMS4xIiAgIGlkPSJDYXBhXzEiICAgeD0iMHB4IiAgIHk9IjBweCIgICB2aWV3Qm94PSIwIDAgNDYuMTk1IDI5LjY2NyIgICB4bWw6c3BhY2U9InByZXNlcnZlIiAgIHNvZGlwb2RpOmRvY25hbWU9InF1b3Rlcy5zdmciICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4zICh1bmtub3duKSIgICB3aWR0aD0iNDYuMTk1IiAgIGhlaWdodD0iMjkuNjY3Ij48bWV0YWRhdGEgICBpZD0ibWV0YWRhdGE0MyI+PHJkZjpSREY+PGNjOldvcmsgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMgICBpZD0iZGVmczQxIiAvPjxzb2RpcG9kaTpuYW1lZHZpZXcgICBwYWdlY29sb3I9IiNmZmZmZmYiICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgYm9yZGVyb3BhY2l0eT0iMSIgICBvYmplY3R0b2xlcmFuY2U9IjEwIiAgIGdyaWR0b2xlcmFuY2U9IjEwIiAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDAxIiAgIGlkPSJuYW1lZHZpZXczOSIgICBzaG93Z3JpZD0iZmFsc2UiICAgaW5rc2NhcGU6em9vbT0iNS4xMDg3NzgiICAgaW5rc2NhcGU6Y3g9IjIzLjA5NzUiICAgaW5rc2NhcGU6Y3k9IjE0LjgzMzUiICAgaW5rc2NhcGU6d2luZG93LXg9IjE5MjAiICAgaW5rc2NhcGU6d2luZG93LXk9IjI0IiAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iZzYiICAgZml0LW1hcmdpbi10b3A9IjAiICAgZml0LW1hcmdpbi1sZWZ0PSIwIiAgIGZpdC1tYXJnaW4tcmlnaHQ9IjAiICAgZml0LW1hcmdpbi1ib3R0b209IjAiIC8+PGcgICBpZD0iZzYiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48cGF0aCAgIHN0eWxlPSJmaWxsOiNlNjQwNGI7ZmlsbC1vcGFjaXR5OjEiICAgZD0ibSAzNS43NjUsOC4yNjQgYyAtNS44OTgsMCAtMTAuNTU1LDQuNzgyIC0xMC41NTUsMTAuNjggMCw1Ljg5OCA0Ljg0NCwxMC42OCAxMC43NDIsMTAuNjggMC4wNTksMCAwLjE0OCwtMC4wMDggMC4yMDcsLTAuMDA5IC0yLjMzMiwxLjg1NyAtNS4yNjEsMi45NzYgLTguNDY3LDIuOTc2IC0xLjQ3NSwwIC0yLjY2MiwxLjE5NiAtMi42NjIsMi42NyAwLDEuNDc0IDAuOTQ5LDIuNjcgMi40MjQsMi42NyAxMC40NjksLTEwZS00IDE4Ljc0MSwtOC41MTggMTguNzQxLC0xOC45ODcgMCwtMC4wMDIgMCwtMC4wMDQgMCwtMC4wMDcgMCwtNS44OTUgLTQuNTM0LC0xMC42NzMgLTEwLjQzLC0xMC42NzMgeiIgICBpZD0icGF0aDIiICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz48cGF0aCAgIHN0eWxlPSJmaWxsOiNlNjQwNGI7ZmlsbC1vcGFjaXR5OjEiICAgZD0ibSAxMC43NSw4LjI2NCBjIC01Ljg5OCwwIC0xMC41NjMsNC43ODIgLTEwLjU2MywxMC42OCAwLDUuODk4IDQuODQsMTAuNjggMTAuNzM5LDEwLjY4IDAuMDU5LDAgMC4xNDYsLTAuMDA4IDAuMjA1LC0wLjAwOSAtMi4zMzIsMS44NTcgLTUuMjYyLDIuOTc2IC04LjQ2OCwyLjk3NiAtMS40NzUsMCAtMi42NjMsMS4xOTYgLTIuNjYzLDIuNjcgMCwxLjQ3NCAwLjk2NCwyLjY3IDIuNDM5LDIuNjcgMTAuNDY5LC0xMGUtNCAxOC43NTYsLTguNTE4IDE4Ljc1NiwtMTguOTg3IDAsLTAuMDAyIDAsLTAuMDA0IDAsLTAuMDA3IDAsLTUuODk1IC00LjU0OSwtMTAuNjczIC0xMC40NDUsLTEwLjY3MyB6IiAgIGlkPSJwYXRoNCIgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPjwvZz48ZyAgIGlkPSJnOCIgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC04LjI2NCkiPjwvZz48ZyAgIGlkPSJnMTAiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48L2c+PGcgICBpZD0iZzEyIiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTguMjY0KSI+PC9nPjxnICAgaWQ9ImcxNCIgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC04LjI2NCkiPjwvZz48ZyAgIGlkPSJnMTYiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48L2c+PGcgICBpZD0iZzE4IiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTguMjY0KSI+PC9nPjxnICAgaWQ9ImcyMCIgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC04LjI2NCkiPjwvZz48ZyAgIGlkPSJnMjIiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48L2c+PGcgICBpZD0iZzI0IiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTguMjY0KSI+PC9nPjxnICAgaWQ9ImcyNiIgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC04LjI2NCkiPjwvZz48ZyAgIGlkPSJnMjgiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48L2c+PGcgICBpZD0iZzMwIiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTguMjY0KSI+PC9nPjxnICAgaWQ9ImczMiIgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC04LjI2NCkiPjwvZz48ZyAgIGlkPSJnMzQiICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtOC4yNjQpIj48L2c+PGcgICBpZD0iZzM2IiAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTguMjY0KSI+PC9nPjwvc3ZnPg==)
}

.article_content blockquote .quote {
    position               : absolute;
    top                    : 30px;
    left                   : -15px;
    width                  : 60px;
    height                 : 40px;
    background-repeat      : no-repeat;
    background-position    : center;
    -webkit-background-size: 100% 100%;
    background-size        : 100%
}

.article_content blockquote span {
    font-size     : 14px;
    letter-spacing: .11px;
    line-height   : 16px;
    font-style    : normal
}

.article_content blockquote p {
    font-size     : 24px;
    margin        : 0 auto;
    letter-spacing: .2px;
    line-height   : 30px;
    text-align    : left;
    margin-bottom : 15px
}

.article_content blockquote h1,
.article_content blockquote h2,
.article_content blockquote h3,
.article_content blockquote h4,
.article_content blockquote h5,
.article_content blockquote h6 {
    font-size     : 24px;
    display       : block;
    margin        : 0 auto;
    max-width     : 620px;
    width         : 55%;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 30px;
    text-align    : center;
    position      : relative;
    margin-bottom : 50px;
    padding       : 20px 0
}

.article_content .footnote {
    display              : inline-block;
    background-color     : #000;
    line-height          : 12px;
    width                : 12px;
    height               : 12px;
    font-size            : 11px;
    color                : #fff;
    font-style           : italic;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    text-align           : center;
    position             : relative;
    padding              : 2px;
    padding-left         : 1px;
    cursor               : pointer;
    font-family          : Bitter;
    top                  : -2px
}

.article_content .footnote_val {
    position          : absolute;
    display           : none;
    width             : 317px;
    background-color  : #f5f5f5;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    box-shadow        : 0 2px 4px 0 rgba(0, 0, 0, .5);
    color             : #000;
    font-family       : Roboto;
    font-size         : 14px;
    letter-spacing    : .2px;
    top               : -18px;
    padding           : 16px 13px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    text-align        : left;
    font-style        : normal;
    left              : 22px;
    z-index           : 1;
    line-height       : 16px
}

.article_content .footnote_val.active {
    display: block
}

.article_content .footnote_val::before {
    content      : "";
    display      : inline-block;
    position     : absolute;
    width        : 0;
    height       : 0;
    top          : 18px;
    left         : -10px;
    border-top   : 5px solid transparent;
    border-right : 10px solid #f5f5f5;
    border-bottom: 5px solid transparent
}

.article_content .article_text_wrapper {
    max-width: 700px;
    width    : 100%;
}

.article_content .img_caption {
    opacity      : .6;
    color        : #000;
    font-size    : 14px;
    margin-bottom: 20px;
    display      : inline-block
}

.article_content div.aligncenter,
.article_content div.alignleft,
.article_content div.alignnone,
.article_content div.alignright {
    margin-bottom: 20px
}

.article_content div.aligncenter .img_caption,
.article_content div.alignleft .img_caption,
.article_content div.alignnone .img_caption,
.article_content div.alignright .img_caption {
    margin-bottom: 0
}

.article_content img {
    max-width: 100%;
    width    : auto;
    display  : block;
    height   : auto
}

.article_content h2 {
    font-size     : 24px;
    letter-spacing: .2px;
    line-height   : 36px;
    font-weight   : 400;
    display       : block;
    margin        : 0 auto;
    width         : 100%;
    max-width     : 930px;
    margin-bottom : 20px
}

.article_content ol,
.article_content p,
.article_content ul {
    margin        : 0 auto;
    width         : 100%;
    max-width     : 30px;
    margin-bottom : 20px;
    font-size     : 18px;
    line-height   : 28px;
    max-width     : 930px;
    letter-spacing: .2px
}

.article_content .fb-comments,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6 {
    display      : block;
    margin       : 0 auto;
    width        : 100%;
    max-width    : 920px;
    margin-bottom: 40px
}

.article_content h1 {
    font-size     : 40px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 49px;
    text-align    : left;
    width         : 100%;
    display       : block;
    margin        : 0 auto;
    margin-bottom : 40px
}

.article_content .article_functions {
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    width                  : 100%;
    max-width              : 700px;
    margin                 : 0;
    margin-bottom          : 20px
}

.article_content .article_data {
    font-size    : 14px;
    font-weight  : 700;
    opacity      : .6;
    font-family  : Bitter;
    margin-bottom: 15px
}

.article_content .article_data span {
    text-align  : center;
    margin-right: 15px
}

.article_content .article_data .data_key {
    margin-right: 5px;
    font-weight : 400
}

.article_content .article_share {
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start
}

.article_content .article_share img {
    margin: 0
}

.article_content .article_share a {
    display       : inline-block;
    width         : 30px;
    height        : 100%;
    margin-right  : 20px;
    color         : #000;
    font-size     : 19px;
    font-weight   : 700;
    letter-spacing: .67px;
    line-height   : 30px;
    text-align    : center
}

.article_content .article_share a:last-child {
    margin-right: 0
}

.article_content .tag_names {
    font-weight   : 700;
    margin-right  : 30px;
    opacity       : .6;
    color         : #000;
    font-size     : 13px;
    letter-spacing: .2px;
    line-height   : 15px
}

.article_content .article_tags {
    color         : #000;
    font-size     : 13px;
    letter-spacing: .2px;
    line-height   : 15px
}

.article_content .article_tags a {
    display       : inline-block;
    padding       : 10px 0;
    font-size     : 13px;
    letter-spacing: .2px;
    opacity       : .6;
    line-height   : 15px;
    margin-right  : 7px
}

.article_content .article_tags a:last-child {
    margin-right: 0
}

.article_content .article_slider {
    width        : 100%;
    margin-bottom: 40px
}

.article_content .article_slider .owl-nav {
    position         : absolute;
    left             : -60px;
    right            : -60px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%)
}

.article_content .article_slider .owl-nav .owl-prev {
    float: left
}

.article_content .article_slider .owl-nav .owl-next {
    float: right
}

.article_content .article_slider .owl-nav button {
    width : 9px;
    height: 18px
}

.category_carousel {
    position: relative;
    padding : 35px 0 40px
}

.category_carousel img {
    margin-bottom: 20px
}

.category_carousel h3 {
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px
}

.category_carousel h2 {
    font-size     : 38px;
    font-weight   : 700;
    letter-spacing: 2px;
    line-height   : 44px;
    text-align    : center;
    margin        : 0;
    margin-bottom : 30px
}

.category_carousel .owl-nav {
    position         : absolute;
    left             : -60px;
    right            : -60px;
    top              : 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%)
}

.category_carousel .owl-nav .owl-prev {
    float: left
}

.category_carousel .owl-nav .owl-next {
    float: right
}

.category_carousel .owl-nav button {
    width : 9px;
    height: 18px
}

.footer_copyright {
    background    : #000;
    padding       : 18px 0;
    opacity       : .9;
    color         : #fff;
    font-size     : 14px;
    font-weight   : 700;
    letter-spacing: .17px;
    line-height   : 16px;
    text-align    : center
}

.footer_copyright p {
    margin: 0
}

.footer {
    background-color: #d2d2d2
}

.footer .category_carousel {
    max-width: 775px;
    margin   : 0 auto
}

.footer .donor_carousel {
    border-top: 4px solid rgba(0, 0, 0, .3)
}

.footer .donor_carousel .category_carousel .owl-nav {
    top: 5%
}

.footer_info {
    padding: 75px 0 65px
}

.footer_info .footer_logo {
    max-width: 200px
}

.footer_info .footer_logo p {
    color      : #000;
    font-family: bitter;
    font-size  : 13px;
    line-height: 16px
}

.footer_info .footer_logo .logo {
    display      : block;
    margin-bottom: 25px
}

.footer_info .footer_logo .logo img {
    width: 100%
}

.footer_links {
    max-width: 500px
}

.footer_links h6 {
    font-size     : 16px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 19px;
    display       : block;
    margin        : 0;
    margin-bottom : 20px
}

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

.footer_links ul li {
    margin-bottom: 10px
}

.footer_links .footer_nav {
    margin-right  : 110px;
    font-size     : 14px;
    font-weight   : 700;
    letter-spacing: .1px;
    line-height   : 16px
}

.footer_contacts {
    max-width: 275px
}

.footer_contacts ul {
    margin : 0;
    padding: 0
}

.footer_contacts ul li {
    font-size     : 13px;
    letter-spacing: .09px;
    line-height   : 15px
}

.footer_buttons {
    max-width              : 250px;
    width                  : 100%;
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.footer_buttons a {
    display              : inline-block;
    width                : 100%;
    -webkit-border-radius: 9px;
    border-radius        : 9px;
    text-align           : center;
    padding              : 10px 0;
    font-size            : 14px;
    font-weight          : 700;
    letter-spacing       : .17px;
    line-height          : 16px
}

.footer_buttons a.donate {
    background-color: rgba(230, 64, 75, .6)
}

.footer_buttons a.subcribe {
    background-color: rgba(124, 120, 184, .6)
}

.footer_buttons a.contact_us {
    background-color: rgba(0, 176, 119, .6)
}

.space_between {
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.mobile_menu {
    display : none;
    position: fixed;
    top     : 0;
    left    : 0;
    right   : 0
}

.mobile_menu .top_line.flex_row {
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.search_form {
    display: none
}

#pop_up_subscribe_petition input[type=submit] {
    background-image: none
}

#pop_up_subscribe_petition .success {
    right: 0
}

.subscribe_pop_form {
    position               : relative;
    background-color       : #fff;
    width                  : auto;
    max-width              : 1150px;
    width                  : 90%;
    margin                 : 0 auto;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    min-height             : 720px
}

.subscribe_pop_form .success {
    bottom: 0;
    right : 43%;
    left  : 0;
    top   : 165px
}

.subscribe_pop_form form {
    padding-left: 90px
}

.subscribe_pop_form form .gradient_bg {
    display              : block;
    padding              : 3px;
    -webkit-border-radius: 12px;
    border-radius        : 12px;
    width                : 100%;
    max-width            : 365px;
    margin-top           : 60px;
    background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.subscribe_pop_form form .gradient_bg input {
    display              : inline-block;
    background-color     : #fff;
    color                : #000;
    margin               : 0;
    -webkit-border-radius: 10px;
    border-radius        : 10px;
    padding              : 26px;
    width                : 100%;
    max-width            : 365px;
    font-size            : 24px;
    font-weight          : 700;
    letter-spacing       : .2px;
    line-height          : 28px;
    cursor               : pointer
}

.subscribe_pop_form form input {
    width        : 100%;
    color        : #000;
    font-size    : 16px;
    line-height  : 19px;
    padding      : 8px 0;
    border       : none;
    border-bottom: 1px solid #979797;
    margin-bottom: 30px
}

.subscribe_pop_form form input:last-child {
    margin-bottom: 0
}

.subscribe_pop_form form label {
    opacity    : .53;
    color      : #000;
    font-size  : 12px;
    line-height: 14px
}

.subscribe_pop_form .form_header {
    margin-bottom: 30px
}

.subscribe_pop_form .form_header h2 {
    font-size    : 36px;
    line-height  : 45px;
    font-weight  : 400;
    text-align   : left;
    padding-left : 90px;
    margin       : 0;
    margin-bottom: 10px;
    color        : #fff;
    background   : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background   : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background   : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background   : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background   : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.subscribe_pop_form .form_header span {
    font-size   : 16px;
    line-height : 19px;
    color       : #000;
    padding-left: 90px
}

.subscribe_pop_form .col-2 {
    width                  : 43%;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
    padding                : 80px 0 95px;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack          : end;
    justify-content        : flex-end;
    text-align             : center;
    background-color       : #f5f5f5
}

.subscribe_pop_form .col-2 p {
    width         : 70%;
    color         : #000;
    font-size     : 20px;
    letter-spacing: .2px;
    line-height   : 25px;
    text-align    : center;
    margin        : 0 auto;
    margin-top    : 100px
}

.subscribe_pop_form .col-2 p strong {
    display: block
}

.subscribe_pop_form .col-2 img {
    width    : 100%;
    max-width: 210px
}

.subscribe_pop_form .col-1 {
    width  : 55%;
    padding: 80px 0 95px
}

.gradient_form {
    position               : relative;
    background-color       : #fff;
    max-width              : 1150px;
    width                  : 90%;
    margin                 : 0 auto;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.message_pop_form {
    position               : relative;
    background-color       : #fff;
    max-width              : 1150px;
    width                  : 100%;
    min-height             : 595px;
    margin                 : 0 auto;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.message_pop_form .success {
    right: 40%
}

.message_pop_form .soc_links {
    -moz-text-align-last: left;
    text-align-last     : left;
    padding-left        : 60px;
    width               : 100%;
    -webkit-box-sizing  : border-box;
    box-sizing          : border-box
}

.message_pop_form .soc_links a {
    font-size   : 35px;
    margin-right: 30px;
    color       : #4d4d4d
}

.message_pop_form .soc_links a:hover {
    color: #7c78b8
}

.message_pop_form .form_adress_item {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    width                  : 100%;
    padding-left           : 60px;
    -webkit-box-sizing     : border-box;
    box-sizing             : border-box
}

.message_pop_form .form_adress_item img {
    width: 28px
}

.message_pop_form form {
    padding-left           : 90px;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
}

.message_pop_form form .message_text {
    width            : 100%;
    -webkit-box-flex : 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow        : 1
}

.message_pop_form form .message_text label {
    width  : 100%;
    display: block
}

.message_pop_form form .message_text textarea {
    width        : 100%;
    color        : #000;
    font-size    : 16px;
    line-height  : 19px;
    padding      : 8px 0;
    resize       : none;
    height       : 115px;
    max-width    : 500px;
    border       : none;
    border-bottom: 1px solid #979797
}

.message_pop_form form input[type=submit] {
    -webkit-border-radius  : 50%;
    border-radius          : 50%;
    border                 : none;
    outline                : 0;
    font-size              : 57px;
    color                  : #fff;
    cursor                 : pointer;
    height                 : 83px;
    width                  : 83px;
    background-color       : #03af79;
    -webkit-transform      : translateY(20px);
    -ms-transform          : translateY(20px);
    transform              : translateY(20px);
    background-repeat      : no-repeat;
    background-position    : 40% 50%;
    -webkit-background-size: 65% 65%;
    background-size        : 65%;
    background-image       : url(../img/telegram_plane.svg)
}

.message_pop_form form input[type=submit] i {
    font-size  : 57px;
    margin-left: -5px;
    margin-top : 10px
}

.message_pop_form form .input_group {
    width        : 43%;
    margin-bottom: 30px
}

.message_pop_form form .gradient_bg {
    display              : block;
    padding              : 3px;
    -webkit-border-radius: 12px;
    border-radius        : 12px;
    width                : 100%;
    max-width            : 365px;
    margin-top           : 60px;
    background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.message_pop_form form .gradient_bg input {
    display              : inline-block;
    background-color     : #fff;
    color                : #000;
    margin               : 0;
    -webkit-border-radius: 10px;
    border-radius        : 10px;
    padding              : 26px;
    width                : 100%;
    max-width            : 365px;
    font-size            : 24px;
    font-weight          : 700;
    letter-spacing       : .2px;
    line-height          : 28px;
    cursor               : pointer
}

.message_pop_form form input {
    width        : 100%;
    color        : #000;
    font-size    : 16px;
    line-height  : 19px;
    padding      : 8px 0;
    border       : none;
    border-bottom: 1px solid #979797
}

.message_pop_form form input:last-child {
    margin-bottom: 0
}

.message_pop_form form label {
    opacity    : .53;
    color      : #000;
    font-size  : 12px;
    width      : 100%;
    line-height: 14px
}

.message_pop_form .form_header {
    margin-bottom: 20px
}

.message_pop_form .form_header h2 {
    font-size         : 36px;
    line-height       : 45px;
    font-weight       : 400;
    text-align        : left;
    padding-left      : 90px;
    margin            : 0;
    margin-bottom     : 10px;
    max-width         : 570px;
    width             : 100%;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    display           : inline-block;
    color             : #fff;
    background        : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background        : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.message_pop_form .form_header span {
    font-size   : 16px;
    line-height : 19px;
    color       : #000;
    padding-left: 90px
}

.message_pop_form .col-2 {
    width                  : 37%;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
    padding                : 80px 0 95px;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    text-align             : center;
    background-color       : #f5f5f5
}

.message_pop_form .col-2 h2 {
    color      : #000;
    font-size  : 36px;
    line-height: 42px;
    margin     : 0;
    font-weight: 400
}

.message_pop_form .col-2 p {
    -webkit-box-flex : 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
    color            : #000;
    font-size        : 16px;
    max-width        : 280px;
    line-height      : 19px;
    margin           : 0;
    text-align       : left;
    margin-left      : 20px
}

.message_pop_form .col-1 {
    width  : 59%;
    padding: 80px 0 95px
}

.mfp-close {
    font-size   : 0;
    font-weight : 400;
    margin-top  : 13px;
    margin-right: 10px
}

.mfp-close:after {
    content                : '';
    width                  : 25px;
    height                 : 25px;
    background             : url(../img/cancel.svg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size        : cover;
    position               : absolute;
    top                    : 50%;
    left                   : 50%;
    -webkit-transform      : translate(-50%, -50%);
    -ms-transform          : translate(-50%, -50%);
    transform              : translate(-50%, -50%)
}

.list_content {
    margin                 : 0 auto;
    max-width              : 1250px;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : start;
    -webkit-align-items    : flex-start;
    -ms-flex-align         : start;
    align-items            : flex-start;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    margin-bottom          : 50px
}

.list_content .sidebar {
    padding-top: 0
}

.list_grid {
    width                  : 75%;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : start;
    -webkit-align-items    : flex-start;
    -ms-flex-align         : start;
    align-items            : flex-start;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
}

.sidebar {
    width             : 25%;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    max-width         : 300px
}

.grid_item_label {
    position               : absolute;
    top                    : 22px;
    left                   : -3px;
    background             : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background             : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    color                  : #fff;
    font-family            : Roboto;
    font-size              : 10px;
    padding                : 0 5px;
    font-weight            : 700;
    letter-spacing         : .6px;
    line-height            : 16px;
    min-width              : 86px;
    height                 : 19px;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center
}

.grid_item_label:before {
    content          : '';
    position         : absolute;
    left             : 1px;
    top              : -3px;
    height           : 5px;
    width            : 5px;
    z-index          : -1;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    transform        : rotate(45deg);
    background       : -webkit-gradient(linear, left bottom, left top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background       : -webkit-linear-gradient(bottom, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : -o-linear-gradient(bottom, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : linear-gradient(360deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.grid_item {
    position : relative;
    max-width: 295px;
    width    : 32%;
    display  : inline-block;
    margin   : 0 20px 20px 0
}

.grid_item:nth-child(3n) {
    margin-right: 0
}

.grid_item img {
    margin-bottom: 8px;
    width        : 100%;
    max-height   : 190px
}

.grid_item h3 {
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px;
    max-width     : 270px;
    margin-top    : 5px
}

.page_header {
    color         : #000;
    font-size     : 48px;
    font-weight   : 700;
    letter-spacing: 2.53px;
    line-height   : 57px;
    text-align    : center;
    margin        : 20px 0 40px;
    position      : relative
}

.page_header span {
    background-color: #fff;
    z-index         : 2;
    padding         : 0 30px
}

.page_header:after {
    content          : "";
    display          : inline-block;
    position         : absolute;
    left             : 0;
    right            : 0;
    top              : 50%;
    height           : 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    z-index          : -1;
    background       : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background       : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.sidebar {
    padding: 0
}

.sidebar .rubric_item {
    display       : inline-block;
    padding-bottom: 20px;
    padding-top   : 20px;
    width         : 100%;
    border-top    : 1px solid rgba(0, 0, 0, .15)
}

.sidebar .rubric_item:first-child {
    border-top : 0;
    padding-top: 0
}

.sidebar .rubric_item img {
    display      : block;
    margin       : 0 auto;
    max-width    : 100%;
    margin-bottom: 15px
}

.sidebar .news_date {
    display       : inline-block;
    margin        : 0;
    margin-bottom : 10px;
    opacity       : .6;
    color         : #000;
    font-family   : Bitter;
    font-size     : 14px;
    letter-spacing: .13px;
    line-height   : 16px
}

.sidebar .columns_in_sidebar {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : left;
    -webkit-justify-content: left;
    -ms-flex-pack          : left;
    justify-content        : left
}

.sidebar .columns_in_sidebar img {
    width       : 100%;
    max-width   : 90px;
    margin      : 0;
    margin-right: 10px
}

.sidebar .columns_in_sidebar p {
    margin        : 0;
    margin-bottom : 10px;
    color         : #e6404b;
    font-family   : Bitter;
    font-size     : 15px;
    letter-spacing: .2px
}

.sidebar .sidebar_rubric_items {
    margin-bottom: 20px
}

.sidebar .sidebar_rubric_items .publications_in_sidebar {
    display: none
}

.sidebar .sidebar_rubric_items .publications_in_sidebar:first-child {
    display: inline-block
}

.sidebar .rubric_date {
    opacity       : .6;
    color         : #545454;
    font-family   : Bitter;
    font-size     : 12px;
    letter-spacing: .2px;
    line-height   : 20px;
    margin        : 0;
    display       : inline-block;
    margin-bottom : 10px
}

.sidebar .rubric_article_header {
    color         : #000;
    font-family   : Roboto;
    font-size     : 15px;
    font-weight   : 700;
    margin        : 0;
    letter-spacing: .15px;
    line-height   : 18px
}

.rubric_header {
    color         : #000;
    font-size     : 20px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px;
    text-transform: uppercase;
    margin-bottom : 20px;
    position      : relative
}

.rubric_header:after {
    content          : "";
    background-color : transparent;
    display          : block;
    position         : absolute;
    right            : 0;
    width            : 172px;
    top              : 50%;
    height           : 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%);
    z-index          : 0
}

.rubric_header span {
    background-color: #fff;
    z-index         : 2;
    position        : relative
}

.sidebar_item:nth-child(3n+1) .rubric_header:after {
    background-color: #e6404b
}

.sidebar_item:nth-child(3n+2) .rubric_header:after {
    background-color: #7c78b8
}

.sidebar_item:nth-child(3) .rubric_header:after {
    background-color: #00b077
}

.sidebar_item:first-child .rubric_header:after {
    background-color: #e6404b
}

.pagination {
    -webkit-box-flex : 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
    width            : 100%
}

.pagination input {
    width      : 55px;
    height     : 40px;
    line-height: 40px;
    font-size  : 16px;
    color      : silver;
    text-indent: 0;
    text-align : center;
    border     : 1px solid #d5d5d5;
    margin-top : 5px
}

.pagination ul {
    list-style: none;
    display   : -webkit-box;
    display   : -webkit-flex;
    display   : -ms-flexbox;
    display   : flex;
    width     : 100%;
    max-width : 440px;
    margin    : 0 auto;
    font-size : 16px;
    color     : silver
}

.pagination ul li {
    border-bottom: 2px solid #c3c3c3
}

.pagination ul li:first-child {
    border: none
}

.pagination ul li:last-child {
    border     : none;
    margin-left: 10px
}

.pagination ul li:nth-last-child(2) {
    border: none
}

.pagination ul li.empty-page {
    border-color: #e9e9e9
}

.pagination ul li.active {
    border-bottom: 3px solid #535353
}

.pagination ul li.next-page {
    border: none
}

.pagination ul a {
    padding: 10px 15px;
    display: inline-block
}

.publish_content {
    margin       : 0 auto;
    max-width    : 1250px;
    margin-bottom: 50px
}

.publish_content .download_button {
    display              : inline-block;
    -webkit-border-radius: 12px;
    border-radius        : 12px;
    background-color     : #00b077;
    padding              : 12px;
    width                : 100%;
    max-width            : 170px;
    border               : none;
    outline              : 0;
    font-size            : 12px;
    font-weight          : 700;
    letter-spacing       : .86px;
    line-height          : 14px;
    color                : #fff;
    cursor               : pointer
}

.publish_content .download_button img {
    width: 16px
}

.publish_content .publish_grid {
    width                  : 100%;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
}

.publish_content .publish_grid .flex_row {
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.publish_content .grid_item {
    width             : 29%;
    max-width         : 450px;
    margin            : 0;
    margin-bottom     : 30px;
    display           : -webkit-box;
    display           : -webkit-flex;
    display           : -ms-flexbox;
    display           : flex;
    margin-right      : 80px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.publish_content .grid_item:nth-child(3n) {
    margin-right: 0
}

.publish_content .grid_item:hover h3 {
    color: #717171
}

.publish_content .grid_item img {
    max-height   : 210px;
    max-width    : 150px;
    margin-right : 15px;
    margin-bottom: 0
}

.publish_content .grid_item h3 {
    color         : #000;
    font-size     : 18px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 21px;
    margin        : 0;
    margin-bottom : 15px
}

.publish_content .grid_item span {
    opacity    : .6;
    color      : #000;
    font-size  : 14px;
    line-height: 21px;
    display    : inline-block
}

.page_banner {
    max-height: 500px;
    position  : relative
}

.page_banner:after {
    content   : "";
    display   : block;
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 0;
    top       : 0;
    opacity   : .3;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.team_member_card {
    max-width            : 415px;
    width                : 100%;
    padding              : 5px;
    margin               : 0 auto;
    position             : relative;
    margin-top           : -220px;
    -webkit-border-radius: 9px;
    border-radius        : 9px;
    background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.team_member_card .gradient_wrapper {
    background-color     : #fff;
    -webkit-border-radius: 7px;
    border-radius        : 7px;
    padding              : 35px 0 15px
}

.team_member_card img {
    display              : block;
    margin               : 0 auto;
    margin-bottom        : 25px;
    -webkit-border-radius: 50%;
    border-radius        : 50%
}

.team_member_card h1 {
    color         : #000;
    text-align    : center;
    font-size     : 34px;
    font-weight   : 700;
    letter-spacing: .13px;
    margin        : 0;
    margin-bottom : 15px;
    line-height   : 1
}

.team_member_card p {
    width         : 50%;
    color         : #000;
    font-size     : 14px;
    letter-spacing: .12px;
    line-height   : 16px;
    text-align    : center;
    display       : block;
    margin        : 0 auto
}

.team_member_info {
    margin        : 0 auto;
    margin-top    : 40px;
    color         : #000;
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 28px;
    max-width     : 925px
}

.team_member_info p {
    margin-bottom: 40px
}

.team_slider .item {
    display: inline-block
}

.team_slider img {
    max-width            : 125px;
    margin               : 0 auto;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    margin-bottom        : 30px
}

.team_slider h3 {
    opacity    : .6;
    color      : #000;
    font-family: Roboto;
    font-size  : 15px;
    margin     : 0;
    line-height: 18px;
    text-align : center
}

.team_slider p {
    opacity    : .6;
    color      : #000;
    font-family: Roboto;
    font-size  : 15px;
    margin     : 0;
    line-height: 18px;
    text-align : center;
    font-weight: 400;
    margin-top : 8px
}

.athor-span {
    padding-right: 10px
}

.athor-span:after {
    content      : '|';
    margin-left  : 10px;
    padding-right: 7px
}

.slide_info {
    opacity               : .6;
    color                 : #000;
    font-family           : Bitter;
    font-size             : 14px;
    letter-spacing        : .15px;
    line-height           : 20px;
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction: row;
    -ms-flex-direction    : row;
    flex-direction        : row
}

.slide_info .author-span {
    font-weight: 700
}

.slide_info .author-span:after {
    content    : "|";
    padding    : 0 5px;
    font-weight: 400
}

.slide_info.rubric_article_author {
    opacity: 1
}

.slide_info.rubric_article_author .author-span {
    color      : #e6404b;
    font-weight: 700
}

.slide_info.rubric_article_author .author-span:after {
    content     : "|";
    padding-left: 2px;
    font-weight : 400;
    color       : #000;
    opacity     : .6
}

.owl-dots {
    text-align: center
}

.owl-dot {
    margin-right: 17px
}

.owl-dot.active span {
    background-color: #9d9d9d
}

.owl-dot span {
    display              : inline-block;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    height               : 9px;
    width                : 9px;
    background-color     : #d9d9d9
}

.owl-dot span:last-child {
    margin-right: 0
}

.popular_carousel,
.read_also {
    position: relative;
    padding : 0 0 40px
}

.popular_carousel .owl-carousel .owl-stage,
.read_also .owl-carousel .owl-stage {
    display            : -webkit-box;
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : start;
    -webkit-align-items: flex-start;
    -ms-flex-align     : start;
    align-items        : flex-start
}

.popular_carousel img,
.read_also img {
    margin-bottom: 20px
}

.popular_carousel h3,
.read_also h3 {
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px
}

.popular_carousel h2,
.read_also h2 {
    font-size       : 20px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 24px;
    text-align      : center;
    margin          : 0;
    margin-bottom   : 10px;
    background-color: #f5f5f5;
    padding         : 5px 0
}

.item {
    max-width: 310px;
    display  : block;
    padding  : 0 10px
}

.item img {
    width: 100%
}

.event_slider {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : start;
    -webkit-align-items    : flex-start;
    -ms-flex-align         : start;
    align-items            : flex-start;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
}

.main_p_carousel .category_carousel .owl-item {
    text-align: center
}

.main_p_carousel .category_carousel .owl-nav {
    height: 0
}

.main_p_carousel .category_carousel .owl-nav button {
    height               : 33px;
    width                : 33px;
    opacity              : .5;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    background-color     : #fff
}

.main_p_carousel .category_carousel .owl-nav button svg {
    height    : 18px;
    margin-top: 8px;
    width     : 9px
}

.home_banner {
    background-repeat      : no-repeat;
    background-position    : center;
    -webkit-background-size: cover;
    background-size        : cover;
    position               : relative;
    z-index                : 0;
    padding                : 115px 0 130px
}

.home_banner::after {
    content   : "";
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    z-index   : -1;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    opacity   : .5
}

.quick_links {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-orient     : vertical;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : column;
    -ms-flex-direction     : column;
    flex-direction         : column;
    -webkit-box-align      : stretch;
    -webkit-align-items    : stretch;
    -ms-flex-align         : stretch;
    align-items            : stretch;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    height                 : 190px;
    margin-top             : 25px
}

.quick_links a {
    display              : inline-block;
    text-align           : center;
    padding              : 12px 0;
    width                : 330px;
    -webkit-border-radius: 8px;
    border-radius        : 8px;
    background-color     : rgba(255, 255, 255, .5);
    color                : #000;
    font-family          : Roboto;
    font-size            : 18px;
    letter-spacing       : 1px;
    line-height          : 21px;
    text-transform       : uppercase;
    -webkit-transition   : all .3s ease;
    -o-transition        : all .3s ease;
    transition           : all .3s ease
}

.quick_links a:hover {
    background-color: #fff
}

.flex_row {
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.home_banner_content {
    z-index: 1
}

.home_banner_content .labels {
    max-width: 620px
}

.home_banner_content h1 {
    color         : #fff;
    font-family   : Roboto;
    font-size     : 53px;
    font-weight   : 700;
    letter-spacing: 2.12px;
    line-height   : 62px;
    margin        : 0;
    margin-bottom : 20px
}

.home_banner_content h2 {
    color      : #fff;
    font-family: Bitter, serif;
    font-size  : 25px;
    line-height: 30px;
    font-weight: 400
}

.col_half {
    width             : 50%;
    padding-top       : 30px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.main_rubrics h2 {
    color         : #000;
    font-size     : 38px;
    font-weight   : 700;
    letter-spacing: 2px;
    line-height   : 44px;
    margin        : 0;
    margin-bottom : 30px
}

.main_rubrics .event_item {
    width        : 46%;
    max-width    : 290px;
    margin-right : 20px;
    display      : inline-block;
    margin-bottom: 30px
}

.main_rubrics .event_item:hover h3 {
    color: #717171
}

.main_rubrics .event_item img {
    width: 100%
}

.main_rubrics .event_item h3 {
    color             : #000;
    font-family       : Roboto;
    font-size         : 15px;
    font-weight       : 700;
    letter-spacing    : .2px;
    margin            : 0;
    -webkit-transition: all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease
}

.events_block .flex_row {
    -webkit-box-align      : start;
    -webkit-align-items    : flex-start;
    -ms-flex-align         : start;
    align-items            : flex-start;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
}

.reports_block {
    background  : -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
    background  : -webkit-linear-gradient(top, #fbfbfb 0, #f5f5f5 100%);
    background  : -o-linear-gradient(top, #fbfbfb 0, #f5f5f5 100%);
    background  : linear-gradient(180deg, #fbfbfb 0, #f5f5f5 100%);
    padding-left: 40px
}

.reports_block .report_link {
    display      : inline-block;
    margin-bottom: 20px
}

.reports_block .report_link:hover .report_header {
    color: #717171
}

.reports_block .report_date {
    opacity       : .6;
    color         : #545454;
    font-family   : Bitter;
    font-size     : 14px;
    letter-spacing: .2px;
    line-height   : 20px;
    margin        : 0;
    margin-bottom : 8px
}

.reports_block .report_header {
    color             : #000;
    font-size         : 15px;
    letter-spacing    : .2px;
    margin            : 0;
    line-height       : 20px;
    -webkit-transition: all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease
}

.align-start {
    -webkit-box-align  : start;
    -webkit-align-items: flex-start;
    -ms-flex-align     : start;
    align-items        : flex-start
}

.main_rubrics .news_carousel .category_carousel::before {
    display: none
}

.main_rubrics .publications_carousel .category_carousel::before {
    display: none
}

.main_rubrics .coalition_carousel .category_carousel::before {
    display: none
}

.main_rubrics .donor_carousel .category_carousel::before {
    display: none
}

.publications_slider.owl-carousel {
    text-align: center
}

.publications_slider.owl-carousel a {
    display: inline-block
}

.publications_slider.owl-carousel img {
    width     : auto;
    margin    : 0 auto;
    max-height: 230px
}

.coalition_slider.owl-carousel {
    text-align: center
}

.coalition_slider.owl-carousel a {
    display: inline-block
}

.coalition_slider.owl-carousel img {
    width     : auto;
    margin    : 0 auto;
    max-height: 230px
}

.donor_slider.owl-carousel {
    text-align: center
}

.donor_slider.owl-carousel a {
    display: inline-block
}

.donor_slider.owl-carousel img {
    width     : auto;
    margin    : 0 auto;
    max-height: 230px
}

.owl-carousel .owl-stage {
    display            : -webkit-box;
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center
}

.owl-nav {
    height: 0
}

.donate_content {
    padding : 50px 0;
    position: relative
}

.donate_content:before {
    content   : "";
    display   : inline-block;
    width     : 100%;
    height    : 5px;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.donate_header {
    margin       : 0;
    margin-bottom: 20px;
    color        : #000;
    font-family  : Roboto;
    font-size    : 42px;
    font-weight  : 700;
    line-height  : 49px;
    text-align   : center
}

.donate_subheader {
    color      : #000;
    font-size  : 25px;
    line-height: 29px;
    text-align : center;
    margin     : 0
}

.donate_content_wrapper {
    margin-top             : 40px;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-box-align      : start;
    -webkit-align-items    : flex-start;
    -ms-flex-align         : start;
    align-items            : flex-start
}

.donate_content_wrapper .donate_form_wrapper {
    background-color  : #4a4a4a;
    color             : #fff;
    padding           : 40px 50px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    width             : 100%;
    max-width         : 730px;
    min-height        : 750px;
    position          : relative
}

.donate_content_wrapper .donate_form .pay_btn {
    color           : #fff;
    font-size       : 14px;
    font-weight     : 700;
    letter-spacing  : 1px;
    line-height     : 42px;
    text-align      : center;
    height          : 42px;
    width           : 195px;
    background-color: #00b077;
    border          : none;
    outline         : 0;
    margin          : 10px auto 30px;
    display         : block;
    cursor          : pointer
}

.donate_content_wrapper .donate_form .pay_btn i {
    color       : #fff;
    font-size   : 16px;
    margin-right: 8px
}

.donate_content_wrapper .donate_form .unsubscribe_link {
    display        : block;
    cursor         : pointer;
    margin         : 0 auto;
    color          : #fff;
    font-size      : 16px;
    line-height    : 19px;
    text-align     : center;
    text-decoration: underline
}

.donate_content_wrapper .donate_form h2 {
    color        : #fff;
    font-size    : 36px;
    font-weight  : 700;
    line-height  : 42px;
    text-align   : center;
    margin       : 0;
    margin-bottom: 15px;
    text-align   : left
}

.donate_content_wrapper .donate_form .input_groups {
    position: relative
}

.donate_content_wrapper .donate_form .input_groups:after {
    content   : "";
    display   : inline-block;
    height    : 2px;
    position  : absolute;
    bottom    : 0;
    left      : -10px;
    right     : -10px;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.donate_content_wrapper .donate_form .user_fields {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start
}

.donate_content_wrapper .donate_form .user_fields .input_group {
    width        : 100%;
    max-width    : 260px;
    margin-right : 55px;
    margin-bottom: 45px
}

.donate_content_wrapper .donate_form .user_fields .input_group:last-child {
    margin-bottom: 30px
}

.donate_content_wrapper .donate_form .user_fields .input_group label {
    color      : #fff;
    font-size  : 12px;
    line-height: 14px
}

.donate_content_wrapper .donate_form .user_fields .input_group input {
    background-color: transparent;
    outline         : 0;
    border          : none;
    border-bottom   : 1px solid #979797;
    width           : 100%;
    color           : #fff;
    font-size       : 16px;
    line-height     : 19px;
    padding-bottom  : 8px
}

.donate_content_wrapper .donate_form .user_fields .input_group input::-webkit-input-placeholder {
    color: inherit
}

.donate_content_wrapper .donate_form .user_fields .input_group input::-moz-placeholder {
    color: inherit
}

.donate_content_wrapper .donate_form .user_fields .input_group input:-ms-input-placeholder {
    color: inherit
}

.donate_content_wrapper .donate_form .user_fields .input_group input::-ms-input-placeholder {
    color: inherit
}

.donate_content_wrapper .donate_form .user_fields .input_group input::placeholder {
    color: inherit
}

.payment_button {
    height            : 40px;
    width             : 70px;
    line-height       : 40px;
    border            : 1px solid #fff;
    color             : #fff;
    font-size         : 16px;
    text-align        : center;
    background-color  : transparent;
    margin-right      : 15px;
    -webkit-transition: all .3s ease;
    -o-transition     : all .3s ease;
    transition        : all .3s ease;
    cursor            : pointer
}

.payment_button:last-child {
    margin-right: 30px
}

.payment_button:hover {
    background-color: #00b077;
    border-color    : #00b077
}

.payment_button.active {
    background-color: #00b077;
    border-color    : #00b077
}

.own_sume {
    background-color: transparent;
    outline         : 0;
    border          : none;
    border-bottom   : 1px solid #979797;
    width           : 100%;
    color           : #fff;
    font-size       : 16px;
    line-height     : 19px;
    padding-bottom  : 8px;
    max-width       : 257px
}

.own_sume::-webkit-input-placeholder {
    color: inherit
}

.own_sume::-moz-placeholder {
    color: inherit
}

.own_sume:-ms-input-placeholder {
    color: inherit
}

.own_sume::-ms-input-placeholder {
    color: inherit
}

.own_sume::placeholder {
    color: inherit
}

label[for=payment_field] {
    font-size   : 16px;
    margin-right: 15px
}

.user_payment {
    padding-bottom: 40px
}

.user_payment p {
    margin     : 30px 0;
    color      : #fff;
    font-size  : 16px;
    line-height: 19px
}

.user_payment .flex_row {
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center
}

.one_time_pay::after {
    opacity: 0
}

.one_time_pay input {
    background-color: transparent;
    outline         : 0;
    max-width       : 260px;
    padding-bottom  : 8px;
    border          : none;
    border-bottom   : 1px solid #979797;
    width           : 100%;
    color           : #fff;
    font-size       : 16px;
    line-height     : 19px
}

.one_time_pay input::-webkit-input-placeholder {
    color: inherit
}

.one_time_pay input::-moz-placeholder {
    color: inherit
}

.one_time_pay input:-ms-input-placeholder {
    color: inherit
}

.one_time_pay input::-ms-input-placeholder {
    color: inherit
}

.one_time_pay input::placeholder {
    color: inherit
}

.donate_req_wrapper {
    padding           : 40px 60px;
    width             : 47%;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.donate_req_wrapper p {
    color        : #000;
    font-family  : Roboto;
    font-size    : 24px;
    font-weight  : 700;
    line-height  : 28px;
    margin       : 0;
    margin-bottom: 40px
}

.reqisites_table {
    color      : #000;
    font-size  : 16px;
    line-height: 19px
}

.reqisites_table tr td {
    padding       : 15px 0;
    vertical-align: text-top;
    min-width     : 200px
}

.reqisites_table tr td:first-child {
    font-weight: 700;
    min-width  : 160px
}

.owl-uninit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.s404_content {
    position: relative
}

.s404_content:before {
    content   : "";
    display   : inline-block;
    width     : 100%;
    height    : 5px;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.s404_content_wrapper {
    max-width              : 600px;
    margin                 : 0 auto;
    padding                : 70px 0;
    background-repeat      : no-repeat;
    -webkit-background-size: auto 100%;
    background-size        : auto 100%;
    background-position    : center
}

.s404_content_wrapper h2 {
    color         : #6a6a6a;
    font-size     : 40px;
    letter-spacing: 1.71px;
    margin        : 0;
    font-weight   : 400;
    line-height   : 1;
    padding       : 13px 0;
    text-align    : center
}

.s404_content_wrapper h1 {
    color         : #6a6a6a;
    font-family   : Roboto;
    font-size     : 180px;
    font-weight   : 300;
    letter-spacing: 1.71px;
    line-height   : 1;
    text-align    : center;
    margin        : 0
}

.s404_content_wrapper p {
    color         : #000;
    font-size     : 16px;
    font-weight   : 700;
    letter-spacing: 1.71px;
    line-height   : 19px;
    font-weight   : 400;
    text-align    : center
}

.s404_content_wrapper p span {
    display: block
}

.s404_content_wrapper p a {
    color: #5ca0d4
}

.about_content .home_banner {
    padding   : 210px 0 205px;
    text-align: center
}

.about_content .home_banner::after {
    opacity: .3
}

.about_text_content {
    padding: 45px 0
}

.about_text_content em {
    max-width     : 450px;
    margin        : 0 auto;
    font-weight   : 700;
    font-style    : normal;
    display       : block;
    font-size     : 24px;
    letter-spacing: .2px;
    line-height   : 28px;
    text-align    : center
}

.about_text_content blockquote {
    max-width: 930px;
    padding  : 30px 0;
    margin   : 50px auto 40px
}

.about_text_content h2 {
    font-size     : 28px;
    letter-spacing: .2px;
    line-height   : 36px;
    font-weight   : 400;
    max-width     : 1010px;
    margin        : 0 auto;
    margin-bottom : 30px
}

.about_text_content p {
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 28px;
    max-width     : 1010px;
    margin        : 30px auto
}

.about_text_content .about_descr_block {
    width           : 100%;
    background-color: #f5f5f5;
    padding         : 90px 0 70px;
    position        : relative
}

.about_text_content .about_descr_block .decor_lines {
    position         : absolute;
    left             : 75%;
    top              : 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    opacity          : .3
}

.about_text_content .about_descr_block h2 {
    font-size     : 28px;
    letter-spacing: .2px;
    line-height   : 36px;
    font-weight   : 700;
    margin        : 0 auto;
    margin-bottom : 30px;
    text-align    : center;
    max-width     : 930px
}

.about_text_content .about_descr_block p {
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 25px;
    text-align    : center;
    max-width     : 930px;
    margin        : 0 auto
}

.activity_descr_block {
    width           : 100%;
    background-color: #f5f5f5;
    padding         : 40px 0;
    position        : relative
}

.activity_descr_block .flex_row {
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-box-align      : end;
    -webkit-align-items    : flex-end;
    -ms-flex-align         : end;
    align-items            : flex-end
}

.activity_descr_block .activity_item {
    max-width   : 230px;
    margin-right: 85px;
    width       : 100%
}

.activity_descr_block .activity_item:last-child {
    margin-right: 0
}

.activity_descr_block .activity_item h3 {
    color         : #000;
    font-family   : Roboto;
    font-size     : 24px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 28px;
    text-align    : center;
    margin        : 0;
    padding-bottom: 30px;
    position      : relative
}

.activity_descr_block .activity_item h3:after {
    content   : "";
    display   : block;
    position  : absolute;
    width     : 100%;
    height    : 5px;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    left      : 0;
    right     : 0;
    bottom    : 0
}

.activity_descr_block .activity_item p {
    color         : #000;
    margin        : 0;
    margin-top    : 20px;
    font-family   : Roboto;
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 20px;
    text-align    : center
}

.activity_descr_block h2 {
    font-size     : 33px;
    letter-spacing: .22px;
    line-height   : 38px;
    font-weight   : 700;
    margin        : 0 auto;
    margin-bottom : 30px;
    text-align    : center;
    max-width     : 590px
}

.activity_descr_block p {
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 25px;
    text-align    : center;
    max-width     : 930px;
    margin        : 0 auto
}

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

.about_main_items .about_main_item {
    position     : relative;
    width        : 49.5%;
    margin-right : 1%;
    height       : 290px;
    margin-bottom: 20px
}

.about_main_items .about_main_item:nth-child(2n) {
    margin-right: 0
}

.about_main_items .about_main_item img {
    width : 100%;
    height: 100%
}

.about_main_items .about_main_item:after {
    content   : "";
    display   : block;
    position  : absolute;
    left      : 0;
    right     : 0;
    z-index   : 1;
    bottom    : 0;
    top       : 0;
    opacity   : .5;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.about_main_items .about_main_item h3 {
    color            : #fff;
    font-family      : Roboto;
    font-size        : 72px;
    position         : absolute;
    top              : 50%;
    margin           : 0;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    z-index          : 2;
    font-weight      : 700;
    letter-spacing   : 3.79px;
    line-height      : 85px;
    text-shadow      : 0 0 6px 0 rgba(0, 0, 0, .5)
}

.about_counts {
    padding         : 50px 0;
    background-color: #f5f5f5
}

.about_counts .counts_content {
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center
}

.about_counts .count_item {
    width       : 100%;
    max-width   : 290px;
    margin-right: 115px
}

.about_counts .count_item span {
    color         : #000;
    font-family   : Roboto;
    font-size     : 110px;
    text-align    : center;
    display       : inline-block;
    width         : 100%;
    position      : relative;
    font-weight   : 700;
    letter-spacing: 1.65px;
    line-height   : 129px;
    z-index       : 1
}

.about_counts .count_item span:after {
    content   : "";
    display   : block;
    position  : absolute;
    width     : 100%;
    max-width : 180px;
    height    : 45px;
    z-index   : -1;
    bottom    : 15px;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.about_counts .count_item p {
    color         : #000;
    font-family   : Roboto;
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 25px;
    text-align    : right
}

.about_counts .count_item:last-child {
    margin-right: 0
}

.publication_content {
    padding-top: 40px
}

.publication_content .container {
    padding-bottom: 40px
}

.publication_content h1 {
    color         : #000;
    font-family   : Roboto;
    font-size     : 42px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 49px;
    text-align    : center;
    margin        : 0;
    margin-bottom : 40px
}

.publication_content .publication_img_wrapper {
    width       : 30%;
    margin-right: 50px
}

.publication_content .publication_img_wrapper img {
    width: 100%
}

.publication_content .publication_descr_wrapper {
    -webkit-box-flex : 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
    display          : inline-block;
    width            : 65%
}

.single_publish_carousel {
    background-color: #f5f5f5
}

.single_publish_carousel .category_carousel:before {
    opacity: 0
}

form {
    position: relative
}

.success {
    position        : absolute;
    display         : none;
    background-color: #fff;
    bottom          : 0;
    right           : 0;
    left            : 0;
    top             : 150px;
    z-index         : 2
}

.success p {
    color         : #000;
    font-family   : Roboto;
    font-size     : 28px;
    letter-spacing: .2px;
    line-height   : 36px;
    text-align    : center;
    margin        : 0 auto;
    margin-top    : 70px;
    max-width     : 420px
}

.success i {
    width                : 100px;
    height               : 100px;
    background-color     : #0fae76;
    color                : #fff;
    font-size            : 50px;
    line-height          : 100px;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    text-align           : center;
    display              : block;
    margin               : 0 auto;
    margin-top           : 45px
}

.letter_content {
    padding-top: 30px;
    max-width  : 1100px;
    margin     : 0 auto
}

.letter_content .subscribe_list ul {
    color         : #000;
    font-family   : Roboto;
    font-size     : 18px;
    letter-spacing: .37px;
    line-height   : 30px;
    text-transform: uppercase;
    list-style    : none;
    padding       : 0
}

.letter_content .subscribe_list ul li {
    margin: 0
}

.letter_content .subscribe_list_header {
    font-size     : 26px;
    text-transform: uppercase;
    font-weight   : 700;
    line-height   : 30px;
    letter-spacing: .37px
}

.letter_content em {
    font-size    : 24px;
    font-weight  : 700;
    font-style   : normal;
    max-width    : 930px;
    display      : block;
    margin       : 0 auto;
    margin-bottom: 40px
}

.letter_content .img_caption {
    opacity      : .6;
    color        : #000;
    font-size    : 14px;
    margin-bottom: 60px;
    display      : inline-block
}

.letter_content img {
    width: 100%
}

.letter_content h2 {
    font-size     : 24px;
    letter-spacing: .2px;
    line-height   : 36px;
    font-weight   : 400;
    display       : block;
    margin        : 0 auto;
    width         : 100%;
    max-width     : 930px;
    margin-bottom : 40px
}

.letter_content ol,
.letter_content p,
.letter_content ul {
    margin        : 0 auto;
    width         : 100%;
    max-width     : 30px;
    margin-bottom : 40px;
    font-size     : 18px;
    line-height   : 28px;
    max-width     : 930px;
    letter-spacing: .2px
}

.letter_content ol li,
.letter_content p li,
.letter_content ul li {
    margin-bottom: 30px
}

.letter_content .fb-comments,
.letter_content h3,
.letter_content h4,
.letter_content h5,
.letter_content h6 {
    display      : block;
    margin       : 0 auto;
    width        : 100%;
    max-width    : 930px;
    margin-bottom: 40px
}

.letter_content h1 {
    font-size     : 42px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 49px;
    text-align    : center;
    width         : 80%;
    display       : block;
    margin        : 0 auto;
    margin-bottom : 40px
}

.gradient_after {
    position      : relative;
    padding-bottom: 30px
}

.gradient_after::after {
    content   : "";
    display   : inline-block;
    left      : 0;
    right     : 0;
    bottom    : -10px;
    height    : 3px;
    width     : 100%;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.font_change {
    display       : inline-block;
    width         : 30px;
    margin-right  : 20px;
    opacity       : .5;
    color         : #000;
    font-size     : 24px;
    font-weight   : 700;
    letter-spacing: .67px;
    line-height   : 28px;
    margin-top    : 13px
}

.font_change:last-child {
    margin-right: 0
}

.subscribe_disclimer {
    color         : #000;
    font-size     : 14px;
    letter-spacing: .2px;
    display       : block;
    width         : 180px;
    margin-top    : 8px;
    line-height   : 16px
}

.rsDefault .rsThumbsArrow {
    display: none
}

.article_controls {
    margin-right: 30px
}

.article_controls .subcribe {
    color                : #fff;
    font-size            : 14px;
    font-weight          : 700;
    letter-spacing       : .1px;
    line-height          : 32px;
    height               : 32px;
    width                : 100%;
    text-align           : center;
    display              : inline-block;
    max-width            : 175px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    background-color     : #00b077;
    margin-top           : 20px;
    -webkit-box-shadow   : 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow           : 0 1px 2px 0 rgba(0, 0, 0, .5)
}

.article_controls .article_functions {
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    width                  : 100%;
    max-width              : 700px;
    margin                 : 0 auto;
    margin-bottom          : 30px
}

.article_controls .article_date {
    font-size  : 18px;
    font-weight: 700;
    opacity    : .6
}

.article_controls .article_date span {
    display   : block;
    text-align: center
}

.article_controls .article_share {
    margin-top: 15px
}

.article_controls .article_share a {
    display       : inline-block;
    width         : 30px;
    margin-right  : 20px;
    color         : #000;
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .67px;
    line-height   : 30px
}

.article_controls .article_share a:last-child {
    margin-right: 0
}

.article_controls .article_tags {
    font-size     : 13px;
    font-weight   : 700;
    letter-spacing: .93px;
    line-height   : 15px
}

.article_controls .article_slider {
    width        : 100%;
    margin-bottom: 40px
}

.article_controls .article_slider .owl-nav {
    position         : absolute;
    left             : -60px;
    right            : -60px;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%)
}

.article_controls .article_slider .owl-nav .owl-prev {
    float: left
}

.article_controls .article_slider .owl-nav .owl-next {
    float: right
}

.article_controls .article_slider .owl-nav button {
    width : 9px;
    height: 18px
}

.disklamer {
    opacity       : .6;
    color         : #000;
    font-family   : Roboto;
    font-size     : 13px;
    font-weight   : 900;
    letter-spacing: .2px;
    line-height   : 15px;
    margin-top    : 20px;
    display       : inline-block
}

.article_functions,
.fb-comments {
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    padding-left       : 210px
}

.article_functions p,
.fb-comments p {
    color      : #000;
    font-family: Roboto;
    font-size  : 26px;
    font-weight: 700;
    line-height: 30px
}

.instruction_single .article_functions,
.instruction_single .fb-comments {
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    padding-left       : 0
}

.subscribe_petition {
    opacity              : .85;
    color                : #fff;
    font-family          : Roboto;
    font-size            : 20px;
    font-weight          : 700;
    display              : block;
    padding              : 15px 0;
    letter-spacing       : 1.43px;
    line-height          : 24px;
    text-align           : center;
    width                : 200px;
    -webkit-border-radius: 7px;
    border-radius        : 7px;
    background-color     : #00b077;
    margin               : 0 auto;
    margin-bottom        : 40px
}

.subscribe_petition:hover {
    color: #fff
}

.subscribe_petition_form form {
    padding-right: 90px
}

.subscribe_petition_form form .flex_row {
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    width              : 100%;
    -webkit-box-flex   : 1;
    -webkit-flex-grow  : 1;
    -ms-flex-positive  : 1;
    flex-grow          : 1
}

.subscribe_petition_form form input[type=submit] {
    -webkit-border-radius: 12px;
    border-radius        : 12px;
    background-color     : #00b077;
    color                : #fff;
    font-family          : Roboto;
    font-size            : 24px;
    padding              : 25px 0;
    font-weight          : 700;
    cursor               : pointer;
    letter-spacing       : 1.71px;
    line-height          : 1;
    width                : 365px
}

.subscribe_petition_form form .input_group {
    width        : 55%;
    max-width    : 460px;
    margin-bottom: 55px
}

.subscribe_petition_form .col-1 {
    width: 100%
}

.article_content .article_share a.size-disabled {
    opacity: .3
}

.topic_header {
    color         : #000;
    font-family   : Roboto;
    font-size     : 42px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 45px;
    margin-top    : 0;
    margin-bottom : 10px
}

.search_content {
    position: relative;
    padding : 45px 0 60px
}

.search_content .sidebar {
    min-width   : 300px;
    padding-left: 25px
}

.search_content:before {
    content   : "";
    display   : inline-block;
    width     : 100%;
    height    : 5px;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.search_content .results form {
    width   : 100%;
    position: relative
}

.search_content .results form input[type=text] {
    width             : 100%;
    padding           : 10px 0 25px;
    background        : 0 0;
    border            : none;
    border-bottom     : 2px solid rgba(0, 0, 0, .6);
    color             : #000;
    font-size         : 42px;
    font-weight       : 700;
    letter-spacing    : .2px;
    line-height       : 45px;
    padding-right     : 45px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.search_content .results form input[type=submit] {
    width                  : 30px;
    height                 : 30px;
    background-repeat      : no-repeat;
    -webkit-background-size: 100% 100%;
    background-size        : 100%;
    background-color       : transparent;
    border                 : none;
    outline                : 0;
    position               : absolute;
    right                  : 0;
    top                    : 20px;
    cursor                 : pointer;
    opacity                : .5
}

.search_content .news_archive_header {
    text-align      : center;
    color           : #000;
    font-size       : 20px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 24px;
    padding         : 8px 0;
    background-color: #f5f5f5;
    margin-bottom   : 0;
    text-transform  : uppercase
}

.annoucement_single_sidebar_header {
    font-size       : 20px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 24px;
    text-align      : center;
    margin          : 0;
    margin-bottom   : 30px;
    background-color: #f5f5f5;
    padding         : 5px 0
}

.event_item {
    display      : inline-block;
    margin-bottom: 25px
}

.event_item .event_image {
    width : 100%;
    margin: 0
}

.event_item .event_date {
    opacity       : .6;
    color         : #404040;
    font-family   : Bitter;
    font-size     : 14px;
    letter-spacing: .15px;
    line-height   : 16px;
    display       : inline-block;
    margin-bottom : 8px
}

.event_item .event_header {
    color         : #000;
    font-family   : Roboto;
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px;
    margin        : 0
}

.popular_carousel_filter ul {
    list-style             : none;
    padding                : 0;
    font-size              : 14px;
    letter-spacing         : .14px;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack          : end;
    justify-content        : flex-end;
    margin                 : 0 15px 10px
}

.popular_carousel_filter ul li {
    margin-right: 35px
}

.popular_carousel_filter ul li:last-child {
    color       : #e6404b;
    margin-right: 0
}

.popular_carousel_filter ul li.active {
    font-weight    : 700;
    text-decoration: underline
}

.article_text_wrapper .event_register {
    display         : inline-block;
    color           : #fff;
    text-decoration : none;
    font-size       : 13px;
    font-weight     : 700;
    letter-spacing  : .3px;
    padding         : 14px 0;
    text-align      : center;
    min-width       : 230px;
    background-color: #00b077;
    margin-bottom   : 35px
}

.article_text_wrapper a {
    color          : #e6404b;
    text-decoration: underline
}

.annoucement_content .result_descr {
    color: #404040
}

.passed_events .result_descr {
    opacity: .4
}

.passed_events .result_item img {
    -webkit-filter: brightness(25%);
    filter        : brightness(25%)
}

.city_choose {
    min-width: 85px
}

.annoucement_divider {
    width              : 100%;
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    position           : relative
}

.annoucement_divider .chosen-container .chosen-results li.highlighted {
    background-color: #00b077;
    background-image: none
}

.annoucement_divider .chosen-drop {
    border               : 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    background-color     : #f5f5f5;
    -webkit-box-shadow   : none;
    box-shadow           : none
}

.annoucement_divider .chosen-drop li {
    color         : #000;
    font-size     : 12px;
    letter-spacing: .15px;
    line-height   : 14px
}

.annoucement_divider .chosen-choices {
    border            : none;
    -webkit-box-shadow: none;
    box-shadow        : none;
    background-image  : none
}

.annoucement_divider .chosen-container-multi .chosen-choices li.search-field {
    position     : relative;
    padding-right: 15px
}

.annoucement_divider .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color         : #00b077;
    font-size     : 16px;
    font-weight   : 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height   : 18px;
    text-align    : center
}

.annoucement_divider .chosen-container-multi .chosen-choices li.search-field::after {
    content                : "";
    display                : block;
    width                  : 15px;
    height                 : 15px;
    position               : absolute;
    top                    : 50%;
    right                  : 0;
    height                 : 15px;
    -webkit-background-size: 100% 100%;
    background-size        : 100%;
    background-position    : center;
    background-repeat      : no-repeat;
    -webkit-transform      : translateY(-50%);
    -ms-transform          : translateY(-50%);
    transform              : translateY(-50%);
    background-image       : url(../img/down_arow_green.svg)
}

.annoucement_divider .chosen-container-active .chosen-choices li.search-field::after {
    background-image: url(../img/up_arow_green.svg)
}

.annoucement_divider .chosen-container-multi .chosen-choices li.search-choice {
    background-color  : #fff;
    background-image  : none;
    text-transform    : uppercase;
    font-size         : 16px;
    line-height       : 20px;
    margin            : 0;
    margin-right      : 3px;
    border            : none;
    color             : #00b077;
    -webkit-box-shadow: none;
    box-shadow        : none;
    font-size         : 16px;
    font-weight       : 700;
    letter-spacing    : .2px;
    text-transform    : uppercase;
    line-height       : 18px;
    text-align        : center
}

.annoucement_divider .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top                    : 7px;
    background-image       : url(../img/cross.png);
    -webkit-background-size: 8px 8px;
    background-size        : 8px;
    background-position    : center;
    background-repeat      : no-repeat
}

.annoucement_divider::before {
    content          : "";
    display          : block;
    position         : absolute;
    background       : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background       : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background       : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    height           : 5px;
    top              : 50%;
    left             : 0;
    right            : 0;
    z-index          : -1;
    -webkit-transform: translateY(-50%);
    -ms-transform    : translateY(-50%);
    transform        : translateY(-50%)
}

.annoucement_divider_category {
    padding-right   : 15px;
    background-color: #fff;
    z-index         : 1;
    color           : #e6404b;
    font-size       : 15px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 18px
}

.all_columns_date {
    color         : #e6404b;
    font-family   : Bitter;
    display       : inline-block;
    font-size     : 14px;
    letter-spacing: .13px;
    line-height   : 16px
}

.all_columns {
    width        : 100%;
    margin-bottom: 30px
}

.all_columns .slide_info {
    opacity      : 1;
    margin-bottom: 10px
}

.all_columns .slide_info .rubric_article_author {
    font-weight: 700
}

.all_columns_header {
    text-align      : center;
    color           : #000;
    font-size       : 20px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 24px;
    padding         : 8px 0;
    background-color: #f5f5f5;
    margin-bottom   : 0;
    text-transform  : uppercase
}

.archive_block_header {
    text-align   : center;
    padding-top  : 30px;
    margin-top   : 0;
    position     : relative;
    margin-top   : 15px;
    margin-bottom: 0
}

.archive_block_header::before {
    content   : "";
    display   : block;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    height    : 5px;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.archive_content .columns_archive .result_descr {
    color: #404040
}

.archive_content .result_item img {
    max-width: 165px
}

.archive_content .topic_header {
    font-weight: 400;
    font-size  : 40px
}

.search_content_wrapper {
    -webkit-box-align  : start;
    -webkit-align-items: flex-start;
    -ms-flex-align     : start;
    align-items        : flex-start
}

.result_item {
    padding      : 20px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display      : block
}

.result_item:last-child {
    border-bottom: none
}

.result_item .flex_row {
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start
}

.result_item img {
    max-width   : 160px;
    width       : 100%;
    margin-right: 22px
}

.result_descr span {
    margin        : 0;
    font-size     : 13px;
    letter-spacing: .5px;
    line-height   : 15px;
    font-family   : Bitter;
    margin-bottom : 5px
}

.result_descr h2 {
    margin        : 0;
    font-size     : 17px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 20px;
    margin-bottom : 5px
}

.result_descr p {
    font-size     : 15px;
    letter-spacing: .2px;
    line-height   : 20px;
    margin        : 0;
    margin-bottom : 5px
}

.select_line {
    position          : relative;
    width             : 100%;
    font-family       : Roboto;
    color             : #000;
    font-weight       : 300;
    -webkit-transition: all 375ms ease-in-out;
    -o-transition     : all 375ms ease-in-out;
    transition        : all 375ms ease-in-out;
    border-bottom     : 1px solid #000;
    margin-bottom     : 25px;
    padding-bottom    : 5px
}

.select_line .chosen-single {
    background-color  : transparent;
    border            : none;
    background        : 0 0;
    -webkit-box-shadow: none;
    box-shadow        : none
}

.select_line .icon_select_line {
    position          : absolute;
    right             : 2%;
    height            : 9px;
    width             : 16px;
    top               : 14px;
    -webkit-transition: all 275ms;
    -o-transition     : all 275ms;
    transition        : all 275ms;
    margin            : 0
}

.select_line .icon_select_line img {
    width  : 100%;
    display: block
}

.select_line select {
    position: absolute;
    overflow: hidden;
    height  : 0;
    opacity : 0;
    z-index : -1
}

.cont_list_select_line {
    position: relative;
    float   : left;
    width   : 100%
}

.cont_list_select_line .chosen-single {
    width                : 100%;
    padding              : 0 15px;
    background-color     : #f5f5f5;
    margin-bottom        : 0;
    -webkit-box-sizing   : border-box;
    box-sizing           : border-box;
    margin-top           : 0;
    border               : none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius        : 0 0 3px 3px;
    -webkit-transition   : all 375ms ease-in-out;
    -o-transition        : all 375ms ease-in-out;
    transition           : all 375ms ease-in-out;
    -webkit-box-shadow   : 0 10px 23px -6px rgba(0, 0, 0, .75);
    box-shadow           : 0 10px 23px -6px rgba(0, 0, 0, .75)
}

.cont_list_select_line li {
    position          : relative;
    float             : left;
    width             : 96%;
    border-bottom     : 1px solid #000;
    list-style-type   : none;
    padding           : 10px 2%;
    margin            : 0;
    -webkit-transition: all 275ms ease-in-out;
    -o-transition     : all 275ms ease-in-out;
    transition        : all 275ms ease-in-out;
    display           : block;
    cursor            : pointer;
    letter-spacing    : .17px;
    font-size         : 14px
}

.cont_list_select_line li:last-child {
    -webkit-border-radius: 3px;
    border-radius        : 3px;
    border-bottom        : 0
}

.cont_list_select_line li:hover {
    background-color: #eee
}

.cont_list_select_line li .active {
    background-color: #eee
}

.select_option {
    color         : #000;
    font-size     : 14px;
    letter-spacing: .17px;
    display       : block;
    margin        : 0;
    cursor        : pointer
}

.result_filters {
    background-color  : #f5f5f5;
    padding           : 22px 20px 35px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    max-width         : 300px;
    width             : 100%;
    -webkit-box-flex  : 1;
    -webkit-flex-grow : 1;
    -ms-flex-positive : 1;
    flex-grow         : 1;
    margin-left       : 25px
}

.result_filters span {
    color         : #000;
    font-size     : 16px;
    letter-spacing: .2px;
    margin        : 0;
    margin-bottom : 25px;
    display       : inline-block
}

.result_filters .reset_margin {
    margin-right: 0
}

.datepicker-here {
    background-color       : transparent;
    border                 : none;
    border-bottom          : 1px solid #000;
    width                  : 120px;
    margin-right           : 15px;
    display                : inline-block;
    height                 : 16px;
    opacity                : .6;
    color                  : #000;
    font-size              : 14px;
    text-indent            : 25px;
    letter-spacing         : .17px;
    background-image       : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNzA0IDUxMmgtNjR2MTI4aDY0VjUxMnpNNTc2IDUxMmgtNjR2MTI4aDY0VjUxMnpNNzA0IDMyMGgtNjR2MTI4aDY0VjMyMHpNODMyIDUxMmgtNjR2MTI4aDY0VjUxMnpNNTc2IDcwNGgtNjR2MTI4aDY0VjcwNHpNNzY4IDBoLTY0djEyOGg2NFYwek0yNTYgMGgtNjR2MTI4aDY0VjB6TTgzMiAzMjBoLTY0djEyOGg2NFYzMjB6TTU3NiAzMjBoLTY0djEyOGg2NFYzMjB6TTMyMCA3MDRoLTY0djEyOGg2NFY3MDR6TTE5MiA1MTJoLTY0djEyOGg2NFY1MTJ6TTMyMCA1MTJoLTY0djEyOGg2NFY1MTJ6TTgzMiA2NHYxMjhINjQwVjY0SDMyMHYxMjhIMTI4VjY0SDB2ODk2aDk2MFY2NEg4MzJ6TTg5NiA4OTZINjRWMjU2aDgzMlY4OTZ6TTE5MiA3MDRoLTY0djEyOGg2NFY3MDR6TTQ0OCAzMjBoLTY0djEyOGg2NFYzMjB6TTQ0OCA3MDRoLTY0djEyOGg2NFY3MDR6TTMyMCAzMjBoLTY0djEyOGg2NFYzMjB6TTQ0OCA1MTJoLTY0djEyOGg2NFY1MTJ6TTcwNCA3MDRoLTY0djEyOGg2NFY3MDR6Ii8+PC9zdmc+);
    background-repeat      : no-repeat;
    -webkit-background-size: 15px 15px;
    background-size        : 15px 15px;
    background-position    : 0 2px;
    padding-bottom         : 5px
}

.article_type {
    margin-top: 25px
}

.results {
    width: 100%
}

span.wpcf7-not-valid-tip {
    color      : #e6404b;
    font-family: Roboto;
    font-size  : 12px;
    line-height: 14px
}

.drop_menu {
    display       : none;
    padding-bottom: 35px
}

.drop_menu.active {
    display: block
}

.donate_success {
    visibility             : hidden;
    position               : absolute;
    top                    : 0;
    right                  : 0;
    left                   : 0;
    bottom                 : 0;
    background-color       : #4a4a4a;
    z-index                : 2;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    text-align             : center
}

.donate_success p {
    color      : #fff;
    font-family: Roboto;
    font-size  : 25px;
    line-height: 29px;
    text-align : center;
    max-width  : 400px
}

.donate_success i {
    display              : inline-block;
    width                : 102px;
    height               : 102px;
    background-color     : #0fae76;
    color                : #4a4a4a;
    font-size            : 55px;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    text-align           : center;
    line-height          : 102px
}

.donate_content_wrapper .unsub_donate_form_wrapper {
    min-height: 420px;
    display   : none
}

.donate_content_wrapper .unsub_donate_form_wrapper .pay_btn {
    width  : auto;
    padding: 0 35px
}

.donate_content_wrapper .unsub_donate_form_wrapper .input_groups:after {
    opacity: 0
}

.mobile_btn_row {
    display: none
}

.instruction_single .sidebar {
    padding: 0
}

.instruction_single .article_content .article_functions {
    padding-left: 0
}

.instruction_single .article_text_wrapper {
    max-width: 100%
}

.instruction_single .article_text_wrapper p:first-child {
    margin-bottom: 0
}

.instruction_block {
    background-color: #f5f5f5;
    padding         : 25px;
    margin-bottom   : 25px
}

.instruction_block h6 {
    color         : #404040;
    font-size     : 28px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 33px;
    margin        : 0;
    margin-bottom : 17px
}

.instruction_block p {
    color         : #404040;
    font-size     : 18px;
    letter-spacing: .2px;
    line-height   : 28px;
    margin-bottom : 35px
}

.instruction_block p:last-child {
    margin-bottom: 0
}

.instruction_block img {
    width    : auto;
    max-width: 100%
}

.instruction_block a {
    color: #959595
}

.instructions_list {
    background-color: #f5f5f5;
    padding         : 25px
}

.instructions_list ol,
.instructions_list ul {
    padding      : 0;
    list-style   : none;
    counter-reset: num
}

.instructions_list ol li,
.instructions_list ul li {
    color         : #404040;
    font-size     : 16px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 19px;
    margin-bottom : 20px;
    padding-left  : 30px;
    position      : relative
}

.instructions_list ol li::before,
.instructions_list ul li::before {
    content          : counter(num) ". ";
    counter-increment: num;
    position         : absolute;
    top              : 0;
    left             : 0;
    color            : #e6404b;
    font-size        : 16px;
    font-weight      : 700;
    letter-spacing   : .2px;
    line-height      : 19px
}

.special_themes {
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    height                 : 30px;
    margin-bottom          : 35px;
    background             : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background             : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background             : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    color                  : #fff
}

.special_themes h6 {
    font-size     : 16px;
    text-transform: uppercase;
    font-weight   : 700;
    letter-spacing: .5px;
    line-height   : 19px;
    margin        : 0 40px 0 10px
}

.special_themes ul {
    display            : -webkit-box;
    display            : -webkit-flex;
    display            : -ms-flexbox;
    display            : flex;
    -webkit-box-align  : center;
    -webkit-align-items: center;
    -ms-flex-align     : center;
    align-items        : center;
    list-style         : none;
    padding            : 0;
    margin             : 0
}

.special_themes ul li {
    margin-right: 40px
}

.special_themes ul li a {
    line-height: 30px;
    opacity    : .9;
    margin     : 0;
    font-size  : 15px
}

.columns_sidebar {
    width    : 100%;
    max-width: 200px
}

.columns_sidebar .column_item {
    margin-top      : 10px;
    background-color: #f5f5f5;
    padding         : 18px;
    display         : block
}

.columns_sidebar .column_item img {
    width : 100%;
    margin: 0
}

.columns_sidebar .column_item .column_author {
    display       : block;
    color         : #e6404b;
    font-family   : Bitter;
    font-size     : 15px;
    letter-spacing: .2px;
    margin        : 0;
    margin-bottom : 5px
}

.columns_sidebar .column_item h3 {
    color         : #000;
    font-size     : 15px;
    font-weight   : 700;
    letter-spacing: .2px;
    margin        : 0;
    line-height   : 18px
}

.columns_sidebar h6 {
    background-color: #f5f5f5;
    color           : #000;
    font-size       : 20px;
    font-weight     : 700;
    letter-spacing  : .2px;
    line-height     : 24px;
    padding-left    : 18px;
    margin          : 0;
    text-transform  : uppercase
}

.main_page_content {
    -webkit-box-align  : start;
    -webkit-align-items: flex-start;
    -ms-flex-align     : start;
    align-items        : flex-start
}

.main_news_grid {
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    width                  : 100%;
    max-width              : 730px;
    margin-left            : 10px;
    margin-right           : 10px
}

.main_news_grid .grid_item {
    max-width   : 350px;
    width       : 100%;
    margin-right: 20px
}

.main_news_grid .grid_item:nth-child(2n) {
    margin-right: 0
}

.main_news_grid .grid_item h3 {
    max-width: 100%
}

.subscribe_block {
    width             : 100%;
    margin            : 0 auto;
    float             : right;
    position          : absolute;
    bottom            : 0;
    margin-top        : 30px;
    -webkit-box-flex  : 1;
    -webkit-flex-grow : 1;
    -ms-flex-positive : 1;
    flex-grow         : 1;
    padding           : 4px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    max-width         : 950px;
    background        : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background        : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background        : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.subscribe_block .content_wrapper {
    background-color: #fff;
    padding         : 27px 23px
}

.subscribe_block .content_wrapper a {
    display              : inline-block;
    height               : 32px;
    line-height          : 32px;
    min-width            : 175px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    background-color     : #00b077;
    -webkit-box-shadow   : 0 1px 2px 0 rgba(0, 0, 0, .5);
    box-shadow           : 0 1px 2px 0 rgba(0, 0, 0, .5);
    color                : #fff;
    font-size            : 14px;
    font-weight          : 700;
    letter-spacing       : .1px;
    text-align           : center
}

.subscribe_block .content_wrapper p {
    color         : #000;
    display       : inline-block;
    font-size     : 18px;
    letter-spacing: .13px;
    margin        : 70%;
    max-width     : 645px;
    margin        : 0;
    margin-right  : 60px
}

.annoucements_grid {
    background-color       : #f5f5f5;
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap;
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start;
    padding                : 40px 55px;
    -webkit-box-sizing     : border-box;
    box-sizing             : border-box
}

.annoucements_grid .annoucement {
    display      : block;
    width        : 100%;
    max-width    : 375px;
    margin-right : 65px;
    margin-bottom: 30px
}

.annoucements_grid .annoucement h6 {
    color         : #000;
    font-size     : 15px;
    font-weight   : 700;
    letter-spacing: .17px;
    line-height   : 18px;
    margin        : 0
}

.annoucements_grid .annoucement span {
    opacity       : .6;
    color         : #000;
    font-family   : Bitter;
    font-size     : 13px;
    letter-spacing: .13px;
    line-height   : 16px;
    display       : block;
    margin        : 0;
    margin-bottom : 10px
}

.annoucements_grid .annoucement:nth-child(2n) {
    margin-right: 0
}

.main_page .popular_carousel_filter {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center
}

.main_page .popular_carousel_filter h2 {
    background-color: transparent;
    margin-left     : 10px
}

.main_page .archive h2 {
    margin-left   : 10px;
    text-transform: uppercase
}

.popular_carousel h2 {
    text-transform: uppercase
}

.annoucements {
    width            : 100%;
    -webkit-box-flex : 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow        : 1;
    position         : relative
}

.annoucements h3 {
    text-transform: uppercase;
    margin        : 0
}

.annoucement_content_block {
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start
}

.widget_sidebar {
    width        : 100%;
    max-width    : 300px;
    padding-right: 15px
}

.news_sidebar {
    max-width         : 300px;
    background-color  : #f5f5f5;
    padding           : 13px;
    margin-bottom     : 40px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding-right     : 27px;
    width             : 100%
}

.news_sidebar .simplebar-track.simplebar-vertical {
    width           : 4px;
    background-color: #d9d9d9
}

.news_sidebar .simplebar-track {
    right: -20px
}

.news_sidebar .simplebar-scrollbar {
    height          : 347px;
    right           : 0;
    width           : 4px;
    background-color: #9d9d9d
}

.news_sidebar .simplebar-scrollbar:before {
    background-color: #9d9d9d;
    opacity         : .8
}

.news_sidebar .item {
    margin-bottom: 10px;
    max-height   : 690px;
    padding      : 0
}

.news_sidebar .list_date a {
    display       : inline-block;
    border-top    : 1px solid rgba(0, 0, 0, .15);
    width         : 100%;
    padding-bottom: 25px;
    padding-top   : 25px
}

.news_sidebar .list_date a:first-child {
    padding-top: 0;
    border-top : 0
}

.news_sidebar h6 {
    color         : #000;
    font-size     : 20px;
    font-weight   : 700;
    letter-spacing: .2px;
    line-height   : 24px;
    margin        : 0;
    margin-bottom : 12px;
    text-transform: uppercase
}

.news_sidebar span {
    display       : inline-block;
    margin        : 0;
    margin-bottom : 10px;
    opacity       : .6;
    color         : #000;
    font-family   : Bitter;
    font-size     : 13px;
    letter-spacing: .13px;
    line-height   : 16px
}

.news_sidebar h2 {
    color         : #000;
    font-family   : Roboto;
    font-size     : 15px;
    font-weight   : 700;
    letter-spacing: .15px;
    line-height   : 18px;
    margin        : 0
}

.carousel_louder {
    position               : absolute;
    top                    : 0;
    right                  : 0;
    bottom                 : 0;
    left                   : 0;
    -webkit-box-align      : center;
    -webkit-align-items    : center;
    -ms-flex-align         : center;
    align-items            : center;
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center;
    justify-content        : center;
    z-index                : 55555;
    background-color       : #fff;
    display                : none
}

.carousel_louder.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.carousel_louder img {
    width: 50px
}

.top {
    position             : fixed;
    bottom               : 25px;
    background-color     : #e0e0e0;
    -webkit-border-radius: 10em;
    border-radius        : 10em;
    color                : #666;
    font-size            : 26px;
    width                : 50px;
    height               : 50px;
    line-height          : 50px;
    text-align           : center;
    cursor               : pointer;
    -webkit-transition   : all .25s ease;
    -o-transition        : all .25s ease;
    transition           : all .25s ease;
    right                : -100px;
    z-index              : 12;
    opacity              : .5
}

.top.active {
    right: 30px
}

.top i {
    line-height: 0
}

.top:hover {
    color           : #fff;
    background-color: #e6404b;
    opacity         : 1
}

.ajax_ac_widget {
    background-color  : rgba(245, 245, 245, .4);
    padding           : 15px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    margin-bottom     : 10px
}

.ajax_ac_widget table {
    width: 100%
}

.ajax_ac_widget thead {
    display: none
}

.ajax_ac_widget span {
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    font-size            : 16px;
    padding              : 3px 1px;
    width                : 26px;
    height               : 26px;
    line-height          : 26px;
    display              : inline-block;
    text-align           : center;
    color                : rgba(0, 0, 0, .6);
    cursor               : pointer
}

.ajax_ac_widget select {
    background-color    : transparent;
    border              : none;
    font-family         : Roboto;
    font-weight         : 700;
    font-size           : 18px;
    text-align          : center;
    outline             : 0;
    -moz-text-align-last: center;
    text-align-last     : center;
    -moz-appearance     : none;
    -webkit-appearance  : none
}

.ajax_ac_widget select option {
    text-align: center
}

.ajax_ac_widget .select_ca::after {
    content: "";
    display: block;
    width  : 100%;
    clear  : both;
    height : 0
}

.ajax_ac_widget td {
    border: none
}

.ajax_ac_widget .my-calendar a {
    background-color     : rgba(0, 0, 0, .2);
    color                : rgba(0, 0, 0, .6);
    font-size            : 16px;
    width                : 26px;
    height               : 26px;
    line-height          : 26px;
    display              : inline-block;
    -webkit-border-radius: 50%;
    border-radius        : 50%;
    text-align           : center
}

.ajax_ac_widget .today a,
.ajax_ac_widget .today span {
    background : 0 0;
    color      : red;
    font-weight: 700;
    width      : 26px;
    height     : 26px;
    line-height: 26px
}

.main_page .ajax_ac_widget {
    margin-bottom: 0
}

.sidebar .ajax_ac_widget {
    padding-left : 20px;
    padding-right: 0;
    margin-bottom: 35px
}

.select_ca {
    display               : -webkit-box;
    display               : -webkit-flex;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-orient    : horizontal;
    -webkit-box-direction : normal;
    -webkit-flex-direction: row;
    -ms-flex-direction    : row;
    flex-direction        : row
}

.calendar_arrow {
    background-color       : transparent;
    color                  : rgba(0, 0, 0, .6);
    font-weight            : 700;
    border                 : none;
    outline                : 0;
    font-size              : 18px;
    cursor                 : pointer;
    width                  : 100%;
    -webkit-background-size: 10px 10px;
    background-size        : 10px;
    -webkit-box-sizing     : border-box;
    box-sizing             : border-box;
    background-repeat      : no-repeat;
    background-position    : center
}

.prev_calendar_month,
.prev_calendar_year {
    margin-right    : 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAABYhJREFUeJzt3c9rXFUYxvHnvROrDVZlREcQoSvnDpUoYhe6FmkV2kkgrbgJlVoUFXfibuiyiAhBMII/EKG6SEwiagPRRf6AooltPQMiTbtJqCZgCIpN7nHRRBK0Se/Muec9997ns07ue+D9cmfIZGYAIiIiIiIiIiIiIiIiIiIiKhrRPkDIhoaG7lhZWRlYX19/NoqiAwDuttauWGsvicjU6urq6PT09Kr2ObvBAG5iYGDghfX19XeiKHpghx/7LUmStyYnJz8GYH2dzaWK9gFC02q1omq1OgzgjIjcucuP94rIkUajsb9Wq309Pz+f+DijSwxgi1arFc3Ozn4gIi+n/NXH9u7dG9dqtYm8RcAANmxZ/skOL3EgjxEwADhZ/qbcRRBpH0Cbw+VvOlatVkeQkyfYpb4DZLD8TY/Hcdw2xlxwfF3nSnsHyHD5AAAROXPq1Knbsri2S6UMIOvlb3jo2rVrz2R4fSdKF4Cn5QMArLVPZz2jW6UKwOfyNzzsaU7HShOAwvIhIr2+ZnWqFAFoLH/D757npVb4ABSXD2vtj75nplXoADSXDwCVSuUrjblpFDYA7eUD+H5sbGxOafYtK2QA2stPkuSvKIre0JidVuEC0F4+ABtF0YmxsbGLSvNT6dE+gEshLN9ae2JiYuILpfmp5eIVq1sR0PI/VZrfkUIEwOV3LvcBcPndyXUAXH73chsAl+9GLgPg8t3JXQBcvlu5CoDLdy83AXD52chFAFx+doIPgMvPVtABcPnZCzYALt+PIAPg8v0JLgAu36+gAuDy/QsmAC5fRxABcPl61APg8nWpBsDl61MLgMsPg9onhFSr1eEOPo3LFS5/g8odoL+//3kAn2vMBpe/jfcABgcH91y/fv1XEXnQ92xw+f/h/Z1Ba2trz3H54dB4a9hhhZlc/k1oBBB7nsfl70AjgH0eZ3H5uyjcu4MpHY0AVjzOEhH5pNlsDnmcmSveA7DWXvI8khHsQCOAKd8zwQhuynsAtVrtG2vtFd9zwQj+l/fXAs6fP5/U6/WrInLM92zciOBoHMeXjTGzCvODo/JiULvd/jmO430i8pTCeEawhdqrgcaY6TiO7xORgwrjRUSO1uv1+Xa7HfyHOWZJ9QsjjDHnGIEu9W8MYQS61AMAGIGmIAIAGIGWYAIAGIGGoAIAGIFvwQUAhBFBo9G4YowpfARBBgDoRwDgSBkiCDYAgBH4EHQAwI0IGo3G/QAYQQaCDwAAjDHfMoJs5CIAgBFkJTcBAIwgC7kKAAgjgjiOrxpjflCY71zuAgD0IxCRwkSQywAARuBKbgMAGIELuQ4AYATdyn0AACPoRlHeGmb7+vpeA/C+0nwRkQ+bzeaLSvM7Vog7AADMzMzY48ePn1tcXOSdIIXCBACEE0Gj0fjFGPOTwvzU1D8nMAutViuam5t7D8ArGvOTJPm7p6fnIL89XMnp06cTzecEURTtSZJkWGN2WoV6CNgqgIeD/fV6fbLdbi8ozL5lhbwDbNK+E4jIEY25aRQ6AEA3AhF51PfMtAofALAtghHPo+/1PC+1UgQA/BvBq/AYgbV21desTpUmAMB/BCJifMzpRqkCALxHMO1hRldKFwDgLYLLS0tL32V4fScK+3eA3Wz5O0ENwBMZjHhpamrqQgbXdaq0AQCZRjAyPj7+tsPrZaaUDwFbuX44sNaeXVpaet3FtXwo9R1gk6s7gbX27PLy8tDMzMyaw+NligFs6DaCPC4fYADbbEawsLBwl4g8meJXP1peXj6Zt+UDBf1/ABf6+/sHrbXv7vLtJosA3hwfH/8MgPV0NKcYwA4OHTp0e29vb9NaexjAIwDusdb+ISIXAUxVKpUvR0dH/1Q+JhEREREREREREREREREREdE2/wBVBqCYzuq+hgAAAABJRU5ErkJggg==)
}

.next_calendar_month,
.next_calendar_year {
    margin-left     : 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAABU1JREFUeJzt3U9oHGUYx/Hvs4lg2lSyGG0Pot6ym3ZFRA96W1BaEGqzbkAEKSrUiqCIPffQk3hQxAoeBMmlSKRpUUyheOndosVtd/BitBTqglQRrEozr4e0mrRJzSaz88477+9zTuaZ4fn2TbP5ByIiIiIiIiIiIiIiIiIiIlI25vsGNmt6enpkcXGxBexxzu00s7uAX4GOmZ26evXqyfn5+b8832ZhhRyAtVqtF4B3gO1rvZFz7pKZvTk3N/dZfrcWjiADaDabw9Vq9SPg5fW+j3PuvUajcejIkSPpAG8tOEO+b6BfzWZzeGxsbMbM9vfzfmb2eK/X2z49PX3qzJkzblD3F5qgAli2/Oc3eIlHFcFKwQSQwfJvUATLVHzfwHpVq9UPMlj+DQc7nc6Hhw8fDub5ByWIE6DVarVZ+t9+lnQSEEAAzWZzeGRk5AtgbACXjz6Cwh+B1Wr1SeDBAY6I+sNBCA/9VA4zoo2g8A/snKvlNCrKCAr/sGa2Ncdx0UUQwoP+kvO8g51O52gsERT+IZ1z5zyMfTWWCAr/gM65zz2NjiKCwr8OkCTJ5Xq93mSwnwqu5bFer3dvmV8nCKLuSqXyepqmf3saX+qToPAnAMCFCxd+npyc/AGYws/3MJT2JAgiAIBut/tdrVa7aGZ7UQSZCSYAgCRJvlEE2QoqAChOBN1ud97D7MwFFwAUI4J6vV6KCIIMABRBVoINABRBFoIOABTBZgUfACiCzShFALAUQb1e/wlQBH0oTQAA3W73W0XQn1IFAIqgX6ULABRBP0oZABQjglqtdk+SJKc8zF630gYA/iMws8JHUOoAQBH8n9IHAEsRTExM/Ghmz6AIVogiAIAkSRTBKqIJABTBaqIKABTBzaILABTBclEGAIrghmgDAEUAkQcASxHUarUFzxGMJklyOu/ZoAAASJLknOcInpiYmOgkSdLNe3Ypf9plI06cODHjnHsR8PLt3mb27oEDB+7Ie64CWMZnBGZ2f6/XezrvuQrgJp4j2JP3TAWwCl8RmNlknvNAAazJUwTbcpwFKIDoKYA1TE1N7TezT8j308Lfc5wFKIBVeVo+QJLzPAVwM4/LB8j9JWEFsIzP5TvnLg0PD3+Z91wFcJ3nf/mY2aHZ2dncfw+SAsD/8oGjc3Nzn/oYHH0AvpfvnPt4165db/iYDYH+1bCsFGH5jUbjFZ9/ySzaALT8JVEGoOX/J7oAtPyVogpAy79VNAFo+auLIgAtf22lD0DLv71SB6Dl/7/SBqDlr08pA9Dy1690AWj5/SlVAFp+/0oTgJa/MaUIQMvfuOAD0PI3J+gAtPzNCzYALT8bQQag5WcnuAC0/GwFFYCWn71gAmi1Ws8Bx9DyMxVEAO12e+e1a9e+rlQqd/qYX9blQyA/F5Cm6fta/mAU/gRot9sPpWl6zsfssi8fAjgBFhcX9/qYG8PyIYAAzOzhvGfGsnwIIADg7jyHxbR8CCAA59wfOc6KavkQQADA93kMiXH5EEAAZvbVoGfEunwIIIDx8fHTwMVBXT/m5UMAvy387Nmzaa1Wu2xmz2Z97diXDwEEAJAkyfl6vX4f8EhW19TylxT+Q8B17sqVKweB2UwupuX/K4gTAGBhYSHdsWPHyZGRkRqwc6PX0fJXCiYA2HwEWv6tggoAVkTwANDPy8RHG43Ga1r+SoX/auBt2L59+16qVCpvA+NrvVGappeHhobeOn78+LEc7y0YIQcAwO7du7du2bKl7ZzbY2aTZrYN+C1N0/NDQ0Pzo6OjczMzM3/6vk8RERERERERERERERERERGRvPwD6FNaAxmTqL4AAAAASUVORK5CYII=)
}

.next_calendar_month {
    margin-right: 15px
}

.article_text_wrapper .twitter-tweet {
    margin: 10px auto
}

.popup_forms input::-webkit-input-placeholder,
.popup_forms textarea::-webkit-input-placeholder {
    opacity: .53
}

.popup_forms input::-moz-placeholder,
.popup_forms textarea::-moz-placeholder {
    opacity: .53
}

.popup_forms input:-ms-input-placeholder,
.popup_forms textarea:-ms-input-placeholder {
    opacity: .53
}

.popup_forms input::-ms-input-placeholder,
.popup_forms textarea::-ms-input-placeholder {
    opacity: .53
}

.popup_forms input::placeholder,
.popup_forms textarea::placeholder {
    opacity: .53
}

.popup_forms input::-moz-placeholder,
.popup_forms textarea::-moz-placeholder {
    opacity: .53
}

.popup_forms input:-ms-input-placeholder,
.popup_forms textarea:-ms-input-placeholder {
    opacity: .53
}

.popup_forms input::-webkit-input-placeholder,
.popup_forms textarea::-webkit-input-placeholder {
    opacity: .53
}

.grecaptcha-badge {
    visibility: hidden !important
}

.article_share a span {
    width  : 30px;
    height : 30px;
    display: block
}

.article_share a span.share_facebook {
    background-image : url(../img/facebook_share.svg);
    background-repeat: no-repeat
}

.article_share a span.share_facebook:hover {
    background-image: url(../img/facebook_share_hover.svg)
}

.article_share a span.share_twitter {
    background-image : url(../img/twitter_share.svg);
    background-repeat: no-repeat
}

.article_share a span.share_twitter:hover {
    background-image: url(../img/twitter_share_hover.svg)
}

.article_share a span.share_mail {
    background-image : url(../img/mail_share.svg);
    background-repeat: no-repeat
}

.article_share a span.share_mail:hover {
    background-image: url(../img/mail_share_hover.svg)
}

.article_share a span.share_print {
    background-image : url(../img/print.svg);
    background-repeat: no-repeat
}

.article_share a span.share_print:hover {
    background-image: url(../img/print_hover.svg)
}

.font_change {
    opacity: .6
}

.font_change.size-disabled {
    opacity: .3
}

.list_date {
    line-height: 0;
    display    : block
}

.slide_date {
    font-size     : 14px;
    font-family   : Bitter;
    letter-spacing: .15px;
    line-height   : 20px
}

.chosen-single span {
    font-size: 14px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border            : 0;
    background        : #fff;
    box-shadow        : none;
    -webkit-box-shadow: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../img/up_arow_black.svg) no-repeat 95% 50%
}

.chosen-container-single .chosen-single div b {
    background: url(../img/down_arow_dark.svg) no-repeat 95% 50%
}

.chosen-container-single .chosen-single div {
    position          : absolute;
    right             : 0;
    top               : 0;
    height            : 100%;
    width             : 100%;
    -webkit-transition: all 275ms;
    -o-transition     : all 275ms;
    transition        : all 275ms;
    margin            : 0
}

.chosen-container-single .chosen-single {
    border            : 0;
    background        : #fff;
    box-shadow        : none;
    -webkit-box-shadow: none
}

.chosen-container-single .chosen-drop {
    -webkit-border-radius: 5px;
    border-radius        : 5px
}

.chosen-container .chosen-drop {
    border            : 1px solid #d9d9d9;
    border-top        : 1px solid #d9d9d9;
    background-color  : #f5f5f5;
    box-shadow        : none;
    -webkit-box-shadow: none
}

.chosen-container .chosen-results li.highlighted {
    background    : #9b9b9b;
    font-size     : 14px;
    letter-spacing: .15px;
    color         : #000
}

.chosen-container .chosen-results li {
    font-family   : Roboto;
    font-size     : 14px;
    letter-spacing: .15px;
    color         : #000
}

.city_choose .chosen-single {
    border            : 0;
    background        : #fff;
    box-shadow        : none;
    -webkit-box-shadow: none
}

.annoucement_divider .chosen-container-active.chosen-with-drop .chosen-single div b {
    background             : url(../img/up_arow_green.svg) no-repeat 95% 7px;
    -webkit-background-size: 11px 11px;
    background-size        : 11px
}

.annoucement_divider .chosen-container-single .chosen-single div b {
    background             : url(../img/down_arow_green.svg) no-repeat 95% 7px;
    -webkit-background-size: 11px 11px;
    background-size        : 11px
}

.annoucement_divider .chosen-container .chosen-results li.highlighted {
    font-size  : 12px;
    line-height: 14px
}

.annoucement_divider .chosen-container .chosen-results li {
    font-size  : 12px;
    line-height: 14px
}

.annoucement_divider .chosen-single span {
    font-size  : 12px;
    line-height: 18px
}

.columns_text .slide_date {
    display: none
}

.popular_carousel_filter .chosen-container {
    display: none
}

.container-popular .container {
    max-width: 1260px
}

.container-popular {
    margin-top: 35px
}

.mobile_archive {
    display: none
}

.mfp-bg {
    background: #fff;
    opacity   : .7
}

.subscribe_pop_form {
    width: 100%
}

.subscribe_pop_form form p span {
    display: block
}

.subscribe_pop_form form .gradient_bg {
    margin-top: 40px
}

.hidden_input_text {
    display: none
}

.search_content .results form input[type=submit] {
    opacity: 0;
    right  : auto;
    left   : 0
}

.search_result_form {
    font-size    : 42px;
    margin       : 0;
    line-height  : 32px;
    margin-bottom: 12px
}

.article {
    position: relative
}

.article:before {
    content   : "";
    display   : inline-block;
    width     : 100%;
    height    : 5px;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.annoucement_single.article_content h1 {
    margin-bottom: 5px
}

.article .article_content h1 {
    margin-bottom: 15px
}

.instruction_single.scroll .article_content {
    margin-left: 0
}

.instruction_single.scroll .sidebar {
    position: relative
}

.instruction_single.scroll .instructions_list {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    position          : absolute;
    right             : 0;
    width             : 100%
}

.instruction_single .container {
    position: relative
}

.instruction_single .article_content {
    max-width: 862px
}

.instruction_single .article_content h1 {
    margin-bottom: 15px
}

.instruction_single .sidebar {
    padding-top: 40px
}

.flex_wrap_block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap
}

.flex_wrap_block .page_header {
    width: 100%
}

.under_menu_line {
    position: relative
}

.under_menu_line:before {
    content   : "";
    display   : inline-block;
    width     : 100%;
    height    : 5px;
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
    background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
}

.read_also .item {
    width             : 25%;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

.read_also .item img {
    margin-bottom: 7px
}

.read_also .item .slide_header {
    margin-top: 2px
}

.result_item.columns_item .result_descr .rubric_article_author {
    color         : #e6404b;
    font-family   : Bitter;
    font-size     : 13px;
    font-weight   : 700;
    letter-spacing: .13px;
    line-height   : 16px
}

.result_item.columns_item .result_descr p {
    color: #404040
}

.archive_content .archive_block_header {
    font-size: 20px
}

.chosen-container .chosen-drop {
    min-width: 185px;
    right    : 0
}

.chosen-container .chosen-results li.active-result {
    text-align: right
}

.slide_info.rubric_article_author .author-span {
    font-weight: 400
}

.all_columns .slide_info .rubric_article_author {
    color: #e6404b
}

.list_grid .author-span {
    font-weight: 400
}

.sidebar span.slide_date {
    display: none
}

.slide_info.desktop {
    display: block
}

.slide_info.mobile {
    display: none
}

.popular_carousel .slide_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap
}

.popular_carousel .slide_info .author-span {
    font-weight  : 400;
    padding-right: 10px;
    position     : relative
}

.popular_carousel .slide_info .author-span:after {
    position: absolute;
    right   : -2px;
    top     : 0
}

.subscribe_block .content_wrapper p {
    font-size: 17px
}

.main_news_grid .slide_info {
    font-size: 13px
}

.main_news_grid .slide_info .author-span {
    font-weight: 400
}

.instruction_single .publication_img_wrapper {
    margin-bottom: 33px
}

.read_also h2 {
    text-transform: uppercase;
    margin-bottom : 35px
}

.team_content .category_carousel {
    background-color: #f5f5f5
}

.article_content {
    max-width: 865px
}

.article_content h2.anotation {
    font-size  : 18px;
    line-height: 28px
}

.read_also .event_slider .slide_info {
    font-size        : 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap
}

.read_also .event_slider .slide_info .slide_date {
    font-size: 13px
}

.article .sidebar {
    padding-top: 15px
}

.article .sidebar.annoucement_single_sidebar {
    padding-top: 30px
}

.article .sidebar.annoucement_single_sidebar_header {
    text-transform: uppercase
}

.article_content .article_functions {
    padding-bottom: 0
}

.article_content .article_columns {
    padding-top: 15px
}

.widget_sidebar .archive {
    text-transform: uppercase;
    font-size     : 20px;
    letter-spacing: .2px
}

.footer_info {
    padding-top   : 25px;
    padding-bottom: 25px
}

.footer_info .footer_logo {
    margin-right: 135px
}

.footer_info .footer_logo .logo {
    margin-bottom: 15px
}

.footer_info .footer_logo .soc_links {
    margin-bottom: 24px
}

.footer_info .footer_logo p {
    opacity    : .6;
    color      : #000;
    font-family: Roboto;
    font-size  : 13px;
    line-height: 15px
}

.footer_buttons {
    padding-bottom: 35px;
    padding-top   : 40px
}

.article_content .article_columns {
    -webkit-box-pack       : start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack          : start;
    justify-content        : flex-start
}

.slide_info {
    display: block
}

.slide_info .author-span {
    display: inline
}

.slide_info .slide_date {
    display: inline
}

img.aligncenter {
    display: block;
    margin : auto
}

img.alignleft {
    float       : left;
    margin-right: 20px
}

img.alignright {
    float      : right;
    margin-left: 20px
}

div.aligncenter {
    display   : block;
    text-align: center
}

div.aligncenter>div {
    display   : inline-block;
    text-align: left
}

div.aligncenter>div img {
    display: block
}

div.alignleft {
    display     : inline-block;
    float       : left;
    margin-right: 20px
}

div.alignleft>div {
    display   : inline-block;
    text-align: left
}

div.alignleft>div img {
    display: block
}

div.alignright {
    display    : inline-block;
    float      : right;
    margin-left: 20px
}

div.alignright>div {
    display   : inline-block;
    text-align: left
}

div.alignright>div img {
    display: block
}

.article .article_text_wrapper p iframe {
    width: 100%
}

.iframeVideoContainer {
    position      : relative;
    width         : 100%;
    padding-bottom: 56.25%;
    height        : 0
}

.iframeVideoContainer iframe {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%
}

.message_pop_form form .message_text {
    position: relative
}

.message_pop_form form .message_text textarea {
    max-width: none
}

.message_pop_form form .message_text .wpcf7-form-control-wrap {
    display      : block;
    padding-right: 90px
}

.message_pop_form form .message_text .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    top     : 82px;
    right   : 8px
}

.footer_info .footer_logo .soc_links {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between
}

.search_result_form_headline {
    font-size  : 42px;
    line-height: 45px
}

.tag_headline {
    margin-top: 0
}

@media screen and (max-width:1365px) {
    .top_line .page_switchers {
        margin-left: 0
    }
}

@media screen and (max-width:1280px) {
    .footer_info .footer_logo {
        margin-right: 0
    }
}

@media screen and (max-width:1024px) {
    .mobile_archive {
        display: block
    }

    .subscribe_pop_form .col-1 img {
        max-width: 80px
    }

    .info-subscribe {
        width     : 100%;
        padding   : 20px 0;
        text-align: center
    }

    .annoucements h3,
    .popular_carousel h2 {
        text-transform: capitalize
    }

    .main_page .popular_carousel_filter {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        -webkit-box-align     : stretch;
        -webkit-align-items   : stretch;
        -ms-flex-align        : stretch;
        align-items           : stretch
    }

    .widget_sidebar {
        display: none
    }

    .datepicker-here {
        margin-right: 0;
        width       : 46%
    }

    .message_pop_form,
    .subscribe_pop_form {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .message_pop_form .col-2,
    .subscribe_pop_form .col-2 {
        width  : 100%;
        padding: 20px 0 30px
    }

    .message_pop_form .col-2 img,
    .subscribe_pop_form .col-2 img {
        max-width: 100px
    }

    .message_pop_form .col-2 p,
    .subscribe_pop_form .col-2 p {
        margin-top: 15px
    }

    .message_pop_form .col-1,
    .subscribe_pop_form .col-1 {
        width             : 100%;
        padding           : 50px 0;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        position          : relative
    }

    .message_pop_form .form_header h2,
    .message_pop_form .form_header span,
    .subscribe_pop_form .form_header h2,
    .subscribe_pop_form .form_header span {
        padding   : 0;
        width     : 100%;
        display   : inline-block;
        text-align: center
    }

    .message_pop_form form,
    .subscribe_pop_form form {
        padding: 0 25px
    }

    .message_pop_form form .gradient_bg,
    .subscribe_pop_form form .gradient_bg {
        margin    : 0 auto;
        margin-top: 10px
    }

    .message_pop_form form .gradient_bg input,
    .subscribe_pop_form form .gradient_bg input {
        padding: 15px
    }

    .message_pop_form .success,
    .subscribe_pop_form .success {
        right: 0;
        top  : 0
    }

    .message_pop_form .form_adress_item img {
        width     : 15px;
        margin-top: 15px
    }

    .message_pop_form .soc_links {
        padding                : 0;
        width                  : 100%;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        text-align             : center;
        margin-top             : 15px;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        justify-content        : center
    }

    .message_pop_form .col-2 h2 {
        display: none
    }

    .search_content .sidebar {
        padding: 0
    }

    .topic_header {
        padding-left: 45px
    }

    .city_choose {
        min-width: 150px
    }

    .popular_carousel_filter {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .popular_carousel h2,
    .read_also h2 {
        background-color: transparent;
        position        : relative;
        padding-bottom  : 15px
    }

    .popular_carousel h2::after,
    .read_also h2::after {
        content   : '';
        display   : block;
        width     : 100%;
        position  : absolute;
        left      : 0;
        bottom    : 0;
        height    : 3px;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .subscribe_disclimer {
        width: 260px
    }

    .article_controls {
        margin-right           : 0;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        margin-bottom          : 50px;
        -webkit-box-pack       : start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack          : start;
        justify-content        : flex-start;
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center
    }

    .article_controls .article_share {
        margin-right: 50px
    }

    .article_controls .subscribe_disclimer {
        width: 450px
    }

    .article_controls #size-minus {
        margin-right: 0
    }

    .article_functions,
    .fb-comments {
        padding-left: 0
    }

    .article_columns {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .article .royalSlider {
        width: 100%
    }

    .article .sidebar {
        display: none
    }

    .search_content:before {
        opacity: 0
    }

    .sidebar {
        max-width: 100%
    }

    .sidebar .columns_in_sidebar {
        -webkit-box-pack       : start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack          : start;
        justify-content        : flex-start
    }

    .sidebar .rubric_article_header {
        color         : #000;
        font-size     : 16px;
        letter-spacing: .2px;
        line-height   : 20px;
        font-weight   : 400
    }

    .grid_item {
        max-width   : 205px;
        margin-right: 30px
    }

    .grid_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .footer .category_carousel .owl-nav {
        top: 15%
    }

    .footer .category_carousel .owl-nav button {
        opacity: 1
    }

    .ajax_ac_widget {
        width : 300px;
        margin: 35px auto 45px
    }

    .spec_articles {
        margin   : 0 auto;
        max-width: 200px
    }

    .spec_articles ul {
        margin        : 0;
        padding       : 0;
        list-style    : none;
        text-align    : center;
        font-size     : 16px;
        text-transform: capitalize;
        color         : #000;
        letter-spacing: 1.05px;
        line-height   : 19px
    }

    .spec_articles ul li {
        margin-bottom: 10px
    }

    .spec_articles h2 {
        color         : #fff;
        background    : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background    : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        text-align    : center;
        font-size     : 16px;
        font-weight   : 700;
        letter-spacing: 1.05px;
        line-height   : 20px;
        height        : 20px;
        text-transform: uppercase;
        margin-top    : 30px
    }

    .donor_slider.owl-carousel {
        width    : 100%;
        max-width: 320px;
        margin   : 0 auto
    }

    .main_page .popular_carousel_filter h2 {
        margin-bottom : 0;
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1
    }

    .main_page .popular_carousel_filter h2::after {
        opacity: 0
    }

    .popular_carousel,
    .read_also {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .popular_carousel .event_slider,
    .read_also .event_slider {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .subscribe_block {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .subscribe_block .content_wrapper {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        text-align        : center
    }

    .subscribe_block .content_wrapper p {
        display      : block;
        margin       : 0 auto;
        margin-bottom: 15px
    }

    .subscribe_block .content_wrapper p strong {
        display: block
    }

    .annoucements {
        background: #fff;
        padding   : 0
    }

    .annoucements h3 {
        margin        : 0;
        margin-bottom : 30px;
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1
    }

    .annoucement_content_block {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        margin-top            : 0;
        padding               : 35px 45px;
        -webkit-box-sizing    : border-box;
        box-sizing            : border-box
    }

    .annoucement_content_block .widget_sidebar {
        max-width                : 100%;
        width                    : 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order            : 3;
        -ms-flex-order           : 3;
        order                    : 3
    }

    .annoucement_content_block .annoucements_grid {
        background-color: #fff;
        padding         : 0
    }

    .annoucement_content_block .annoucement {
        width       : 100%;
        margin-right: 0;
        max-width   : 100%
    }

    .news_sidebar .item {
        max-width : 100%;
        max-height: 100%
    }

    .news_sidebar .item a {
        width: 100%
    }

    .news_sidebar h6 {
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1;
        margin-bottom : 20px;
        text-transform: capitalize
    }

    .main_news_grid .grid_item {
        max-width   : 31%;
        margin-right: 30px
    }

    .main_news_grid .grid_item:nth-child(2n) {
        margin-right: 30px
    }

    .main_news_grid .grid_item:nth-child(3n) {
        margin-right: 0
    }

    .main_news_grid .grid_item:nth-child(4n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(5n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(6n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(7n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(8n) {
        display: none
    }

    .main_news_grid .grid_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .main_page {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .main_news_grid {
        -webkit-box-ordinal-group: 2;
        -webkit-order            : 1;
        -ms-flex-order           : 1;
        order                    : 1;
        margin                   : 0;
        max-width                : 100%;
        background               : -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background               : -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%);
        padding                  : 0 45px;
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .news_sidebar {
        -webkit-box-ordinal-group: 3;
        -webkit-order            : 2;
        -ms-flex-order           : 2;
        order                    : 2;
        margin                   : 0;
        max-width                : 100%;
        padding                  : 0 45px;
        background-color         : #fff;
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .columns_sidebar_wrapper {
        display               : -webkit-box;
        display               : -webkit-flex;
        display               : -ms-flexbox;
        display               : flex;
        -webkit-box-orient    : horizontal;
        -webkit-box-direction : normal;
        -webkit-flex-direction: row;
        -ms-flex-direction    : row;
        flex-direction        : row
    }

    .columns_sidebar {
        -webkit-box-ordinal-group: 4;
        -webkit-order            : 3;
        -ms-flex-order           : 3;
        order                    : 3;
        margin                   : 0;
        max-width                : 100%;
        padding                  : 25px 45px;
        background               : -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background               : -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%);
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .columns_sidebar .column_item {
        width       : 33%;
        padding     : 0;
        margin-right: 25px
    }

    .columns_sidebar .column_item:nth-child(4) {
        display: none
    }

    .columns_sidebar .column_item:nth-child(3n) {
        margin-right: 0
    }

    .columns_sidebar .column_item .column_author {
        font-size: 15px
    }

    .columns_sidebar .column_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .columns_sidebar h6 {
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1;
        margin-bottom : 20px;
        text-transform: capitalize;
        padding       : 0
    }

    .main_page_content {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .main_page .special_themes {
        display: none
    }

    .home_banner_content h1 {
        font-family   : Roboto;
        font-size     : 35px;
        font-weight   : 700;
        letter-spacing: 1.44px;
        line-height   : 42px
    }

    .home_banner_content h2 {
        font-size  : 20px;
        line-height: 24px;
        font-family: Roboto
    }

    .mobile_to_block {
        display: block
    }

    .main_rubrics {
        padding           : 0;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .main_rubrics .event_item {
        width    : 100%;
        max-width: 205px
    }

    .main_rubrics .col_half {
        width: 100%
    }

    .mobile_btn_row {
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        width                  : 100%;
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between;
        padding                : 0 45px 25px;
        -webkit-box-sizing     : border-box;
        box-sizing             : border-box;
        background             : -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background             : -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background             : -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background             : linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%)
    }

    .mobile_btn_row .page_switchers_mobile {
        color     : #000;
        background: 0 0
    }

    .mobile_btn_row .donate {
        height               : 26px;
        width                : 97px;
        -webkit-border-radius: 7px;
        border-radius        : 7px;
        background-color     : #00b077;
        color                : #fff;
        font-size            : 10px;
        font-weight          : 700;
        letter-spacing       : 1px;
        line-height          : 26px;
        display              : inline-block;
        text-align           : center
    }

    .sidebar {
        width             : 100%;
        background-color  : #fff;
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        margin-top        : 35px
    }

    .sidebar .sidebar_rubric_items {
        text-align: justify
    }

    .sidebar .sidebar_rubric_items::after {
        display: inline-block;
        content: "";
        width  : 100%;
        height : 0
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar {
        display: inline-block;
        width  : 28%
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar h3 {
        text-align: center
    }

    .sidebar_item .rubric_header.archive {
        text-align    : center;
        padding-left  : 20px;
        text-transform: capitalize
    }

    .sidebar_item .rubric_header.archive:after {
        background: 0 0
    }

    .rubric_header:after {
        width: 100%
    }

    .rubric_header span {
        background-color: #fff;
        padding-right   : 20px
    }

    .pagination ul {
        padding                : 0;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center
    }

    .pagination ul li {
        border-bottom: 4px solid #d8d8d8;
        color        : #545454;
        font-weight  : 700
    }

    .pagination ul li.active {
        border-bottom: 4px solid #646464
    }

    .pagination ul li.empty-page {
        border-color: #f8f8f8
    }

    .pagination form {
        display: none
    }

    .grid_item .slide_info span:first-child {
        display: block
    }

    .list_content {
        display: block
    }

    .list_content .list_grid {
        width                  : 100%;
        padding                : 0 45px;
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between;
        -webkit-box-sizing     : border-box;
        box-sizing             : border-box
    }

    .list_content .grid_item {
        margin-right: 0
    }

    .page_wrapper {
        padding-top: 85px
    }

    .desctop_menu {
        display: none
    }

    .footer .flex_row {
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around
    }

    .footer .footer_buttons {
        margin-top: 20px;
        min-height: 160px
    }

    .category_carousel .event_slider {
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around
    }

    .article_content {
        padding  : 45px;
        max-width: 100%;
        width    : 100%;
        margin   : 0
    }

    .article_content>img {
        width      : 112%;
        margin-left: -6%
    }

    .article_content .article_slider {
        width      : 114%;
        margin-left: -7%
    }

    .article_content .article_tags a {
        font-size  : 13px;
        line-height: 35px;
        padding    : 0
    }

    .article_content h1 {
        font-size  : 30px;
        text-align : center;
        line-height: 35px
    }

    .article_content h2 {
        font-size  : 24px;
        line-height: 36px
    }

    .article_content blockquote {
        line-height : 28px;
        width       : 100%;
        text-align  : left;
        padding-left: 15px
    }

    .article_content blockquote::before {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none;
        bottom           : 0;
        top              : 0;
        left             : 0;
        width            : 5px;
        height           : 100%;
        background       : -webkit-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -o-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : linear-gradient(44.54deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .article_content blockquote::after {
        opacity: 0
    }

    .mobile_menu {
        display         : block;
        background-color: #f5f5f5;
        z-index         : 3
    }

    .mobile_menu .search_form {
        display   : block;
        margin-top: 30px
    }

    .mobile_menu .search_form .gradient_search {
        padding              : 1px;
        -webkit-border-radius: 5px;
        border-radius        : 6px;
        margin               : 0 auto;
        width                : 200px;
        height               : 39px;
        background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .search_form input {
        height                 : 37px;
        width                  : 200px;
        -webkit-border-radius  : 6px;
        border-radius          : 6px;
        background-color       : #fff;
        color                  : #000;
        font-size              : 14px;
        font-weight            : 700;
        line-height            : 16px;
        letter-spacing         : 1px;
        display                : block;
        margin                 : 0 auto;
        text-indent            : 40px;
        background-repeat      : no-repeat;
        border                 : 0;
        -webkit-background-size: 15px 15px;
        background-size        : 15px;
        background-position    : 15px center;
        background-image       : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA1MS4zICg1NzU0NCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+RjlCQkQ3MDMtODU2Qi00RTg3LThCRkQtOTdGQUUxNjRDNDQ0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJIb21lUGFnZS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NzAuMDAwMDAwLCAtMTQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImhlYWQxLWNvcHktMiI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iZmxhdGljb24xNTQ5NDM4NzcwLXN2ZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODcwLjAwMDAwMCwgMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0Ljc3MTI1LDEzLjY1NDQ3MzcgTDExLjEzOTY0MjksOS45NDM2ODQyMSBDMTIuMDczMzkyOSw4Ljg1MzE1Nzg5IDEyLjU4NSw3LjQ4MTA1MjYzIDEyLjU4NSw2LjA1MjYzMTU4IEMxMi41ODUsMi43MTUyNjMxNiA5LjgyMTI1LDAgNi40MjQyODU3MSwwIEMzLjAyNzMyMTQzLDAgMC4yNjM1NzE0MjksMi43MTUyNjMxNiAwLjI2MzU3MTQyOSw2LjA1MjYzMTU4IEMwLjI2MzU3MTQyOSw5LjM5IDMuMDI3MzIxNDMsMTIuMTA1MjYzMiA2LjQyNDI4NTcxLDEyLjEwNTI2MzIgQzcuNjk5NTUzNTcsMTIuMTA1MjYzMiA4LjkxNDgyMTQzLDExLjcyNzM2ODQgOS45NTM4MzkyOSwxMS4wMSBMMTMuNjEzMDM1NywxNC43NDg5NDc0IEMxMy43NjU5ODIxLDE0LjkwNSAxMy45NzE2OTY0LDE0Ljk5MTA1MjYgMTQuMTkyMTQyOSwxNC45OTEwNTI2IEMxNC40MDA4MDM2LDE0Ljk5MTA1MjYgMTQuNTk4NzUsMTQuOTEyODk0NyAxNC43NDkwMTc5LDE0Ljc3MDc4OTUgQzE1LjA2ODMwMzYsMTQuNDY4OTQ3NCAxNS4wNzg0ODIxLDEzLjk2ODQyMTEgMTQuNzcxMjUsMTMuNjU0NDczNyBaIE02LjQyNDI4NTcxLDEuNTc4OTQ3MzcgQzguOTM1MTc4NTcsMS41Nzg5NDczNyAxMC45Nzc4NTcxLDMuNTg1Nzg5NDcgMTAuOTc3ODU3MSw2LjA1MjYzMTU4IEMxMC45Nzc4NTcxLDguNTE5NDczNjggOC45MzUxNzg1NywxMC41MjYzMTU4IDYuNDI0Mjg1NzEsMTAuNTI2MzE1OCBDMy45MTMzOTI4NiwxMC41MjYzMTU4IDEuODcwNzE0MjksOC41MTk0NzM2OCAxLjg3MDcxNDI5LDYuMDUyNjMxNTggQzEuODcwNzE0MjksMy41ODU3ODk0NyAzLjkxMzM5Mjg2LDEuNTc4OTQ3MzcgNi40MjQyODU3MSwxLjU3ODk0NzM3IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
    }

    .mobile_menu .nav {
        width    : 100%;
        max-width: 650px;
        margin   : 0 auto
    }

    .mobile_menu .nav ul {
        padding                : 0;
        margin                 : 0;
        list-style             : none;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around;
        text-transform         : capitalize;
        position               : relative
    }

    .mobile_menu .nav ul::after {
        content          : '';
        display          : inline-block;
        position         : absolute;
        bottom           : 0;
        height           : 3px;
        width            : 500px;
        bottom           : 0;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
        background       : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background       : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .nav ul li {
        text-transform: uppercase;
        margin-bottom : 30px;
        margin-right  : 30px;
        font-size     : 16px
    }

    .mobile_menu .nav ul .has_sub {
        width            : 100%;
        text-align       : center;
        padding-top      : 30px;
        position         : relative;
        -webkit-box-flex : 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow        : 1
    }

    .mobile_menu .nav ul .has_sub.active>a {
        font-weight: 700
    }

    .mobile_menu .nav ul .has_sub>a {
        text-transform         : uppercase;
        background-image       : url(../img/down_arow_black.svg);
        background-repeat      : no-repeat;
        background-position    : 100% 50%;
        -webkit-background-size: 16px 16px;
        background-size        : 16px;
        padding-right          : 25px
    }

    .mobile_menu .nav ul .has_sub:before {
        content   : "";
        display   : block;
        top       : 0;
        left      : 0;
        position  : absolute;
        right     : 0;
        height    : 3px;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .nav ul .has_sub .nav_sublist {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none;
        background-color : transparent;
        position         : initial
    }

    .mobile_menu .nav ul .has_sub .nav_sublist ul {
        display   : block;
        max-height: 100%
    }

    .mobile_menu .nav ul .has_sub .nav_sublist ul li {
        display      : block;
        text-align   : center;
        margin-bottom: 10px
    }

    .mobile_menu .nav ul .has_sub .nav_sublist a {
        font-size     : 16px;
        line-height   : 19px;
        text-align    : center;
        letter-spacing: 1.05px
    }

    .mobile_menu .nav ul .has_sub .nav_sublist:after {
        opacity: 0
    }

    .mobile_menu .soc_links {
        padding                : 45px 0 30px;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        position               : relative
    }

    .mobile_menu .soc_links:before {
        content   : "";
        position  : absolute;
        top       : 0;
        left      : 0;
        right     : 0;
        height    : 14px;
        display   : block;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .soc_links a {
        color       : #a1a1a1;
        margin-right: 30px
    }

    .mobile_menu .soc_links a i {
        color: #4d4d4d
    }

    .mobile_menu .soc_links a svg g {
        fill   : #4d4d4d;
        opacity: 1
    }

    .mobile_menu .soc_links a:last-child {
        margin-right: 0
    }

    .mobile_menu .hamburger {
        position: absolute;
        right   : 15px
    }

    .mobile_menu .hamburger-box {
        height: 15px;
        width : 20px;
        cursor: pointer
    }

    .mobile_menu .hamburger-inner {
        width : 20px;
        height: 2px
    }

    .mobile_menu .hamburger-inner:before {
        width : 20px;
        height: 2px;
        top   : -5px
    }

    .mobile_menu .hamburger-inner:after {
        width : 20px;
        height: 2px;
        bottom: -5px;
        top   : auto
    }

    .mobile_menu .top_line {
        padding            : 10px 45px;
        -webkit-box-align  : center;
        -webkit-align-items: center;
        -ms-flex-align     : center;
        align-items        : center;
        -webkit-box-sizing : border-box;
        box-sizing         : border-box;
        background-color   : #fff;
        border             : 2px solid #f5f5f5;
        height             : 63px;
        position           : relative
    }

    .mobile_menu .top_line.flex_row {
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center
    }

    .mobile_menu .top_line div.lang {
        position: absolute;
        left    : 15px
    }

    .mobile_menu .top_line .lang {
        font-family: Roboto;
        font-size  : 14px;
        font-weight: 400;
        line-height: 16px
    }

    .mobile_menu .top_line .lang a {
        margin-right: 45px
    }

    .mobile_menu .top_line .lang a:last-child {
        margin-right: 0
    }

    .mobile_menu .top_line .lang a.active {
        font-weight: 700
    }

    .mobile_menu .logo {
        width            : 120px;
        display          : inline-block;
        -webkit-transform: translateX(-30%);
        -ms-transform    : translateX(-30%);
        transform        : translateX(-30%)
    }

    .mobile_menu .logo img {
        width: 100%
    }

    .home_banner {
        padding: 25px 45px
    }

    .home_banner .labels {
        margin-right: 20px
    }

    .page_switchers_mobile {
        color                : #fff;
        font-family          : Roboto;
        font-size            : 10px;
        font-weight          : 700;
        letter-spacing       : .08px;
        width                : 135px;
        height               : 26px;
        border               : 1px solid #b2b2b2;
        -webkit-border-radius: 9px;
        border-radius        : 9px
    }

    .page_switchers_mobile a {
        display              : inline-block;
        height               : 26px;
        line-height          : 26px;
        -webkit-box-sizing   : border-box;
        box-sizing           : border-box;
        width                : 66px;
        text-align           : center;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius        : 10px 0 0 10px
    }

    .page_switchers_mobile a.active {
        background-color: #fff
    }

    .events_block {
        padding: 30px 45px 0
    }

    .main_p_carousel .category_carousel {
        padding: 35px 0 40px
    }

    .news_carousel.main_p_carousel {
        padding         : 0 45px;
        background-color: #fff
    }

    .news_carousel.main_p_carousel .category_carousel {
        padding-bottom: 0
    }

    .news_carousel.main_p_carousel .event_slider {
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between
    }

    .news_carousel.main_p_carousel .event_slider .item {
        max-width: 205px;
        width    : 100%
    }

    .news_carousel.main_p_carousel .event_slider .item:last-child {
        display: none
    }

    .publications_carousel.main_p_carousel {
        padding: 0 55px
    }

    .publications_carousel.main_p_carousel img {
        max-height: 150px
    }

    .team_carousel.main_p_carousel .category_carousel {
        padding: 30px 55px 40px
    }

    .category_carousel .owl-nav {
        right: -45px;
        left : -45px
    }

    .coalition_carousel {
        padding: 0 55px
    }

    .coalition_carousel .owl-carousel img {
        max-width: 90px
    }

    .donor_carousel {
        padding: 0 55px
    }

    .donor_carousel .owl-carousel img {
        max-width: 120px
    }

    .search_content_wrapper {
        display : block;
        position: relative;
        padding : 0 45px
    }

    .search_content_wrapper .result_item .flex_row {
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start
    }

    .search_content_wrapper .result_filters {
        position         : absolute;
        top              : 100px;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
        margin           : 0;
        padding-bottom   : 22px
    }

    .search_content_wrapper .search_result_form {
        margin-bottom: 300px
    }

    .about_text_content .about_descr_block .decor_lines {
        left: 60%
    }

    .about_text_content h1,
    .about_text_content h2,
    .about_text_content h3,
    .about_text_content h4,
    .about_text_content h5,
    .about_text_content h6,
    .about_text_content p {
        padding: 0 45px
    }

    .about_counts .count_item {
        margin-right: 35px
    }

    .about_main_items .about_main_item h3 {
        font-size: 50px
    }

    .activity_descr_block .flex_row {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .activity_descr_block .flex_row .owl-stage {
        -webkit-box-align  : end;
        -webkit-align-items: flex-end;
        -ms-flex-align     : end;
        align-items        : flex-end
    }

    .activity_descr_block .activity_item {
        max-width: 100%
    }

    .donate_content_wrapper {
        display: block
    }

    .donate_content_wrapper .donate_form_wrapper {
        max-width: 100%
    }

    .letter_content {
        padding: 30px 45px 0
    }

    .publications_slider .owl-stage {
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start
    }

    .publication_descr_wrapper {
        padding-right     : 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publication_img_wrapper {
        padding-left      : 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publish_content .publish_grid {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publish_content .grid_item {
        width       : 47%;
        margin-right: 40px
    }

    .publish_content .grid_item:nth-child(3n) {
        margin-right: 40px
    }

    .publish_content .grid_item:nth-child(2n) {
        margin-right: 0
    }

    .team_member_info {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .page_banner img {
        min-height: 250px
    }

    .team_content .team_slider {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .team_content .team_slider .item {
        display: block
    }

    .team_content .team_slider .owl-nav {
        right: 25px;
        left : 25px
    }

    .sidebar span.slide_date {
        display: block
    }

    .slide_info.desktop {
        display: none
    }

    .slide_info.mobile {
        display: block
    }

    .footer_info .footer_logo {
        margin-right: 0
    }

    .statements {
        padding-top: 0
    }
}

@media screen and (max-width:991px) {
    .read_also .item {
        width: 33.333%
    }
}

@media screen and (max-width:768px) {
    .footer_copyright {
        font-size: 12px
    }

    .read_also .item {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .mobile_btn_row:not(.mobile_btn_row_menu) {
        padding: 25px 45px
    }

    .message_pop_form,
    .subscribe_pop_form {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .message_pop_form .col-2,
    .subscribe_pop_form .col-2 {
        width  : 100%;
        padding: 20px 0 30px
    }

    .message_pop_form .col-2 img,
    .subscribe_pop_form .col-2 img {
        max-width: 100px
    }

    .message_pop_form .col-2 p,
    .subscribe_pop_form .col-2 p {
        margin-top: 15px
    }

    .message_pop_form .col-1,
    .subscribe_pop_form .col-1 {
        width             : 100%;
        padding           : 50px 0;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        position          : relative
    }

    .message_pop_form .form_header h2,
    .message_pop_form .form_header span,
    .subscribe_pop_form .form_header h2,
    .subscribe_pop_form .form_header span {
        padding   : 0;
        width     : 100%;
        display   : inline-block;
        text-align: center
    }

    .message_pop_form form,
    .subscribe_pop_form form {
        padding: 0 25px
    }

    .message_pop_form form .gradient_bg,
    .subscribe_pop_form form .gradient_bg {
        margin    : 0 auto;
        margin-top: 10px
    }

    .message_pop_form form .gradient_bg input,
    .subscribe_pop_form form .gradient_bg input {
        padding: 15px
    }

    .message_pop_form .success,
    .subscribe_pop_form .success {
        right: 0;
        top  : 0
    }

    .message_pop_form .form_adress_item img {
        width     : 15px;
        margin-top: 15px
    }

    .message_pop_form .soc_links {
        padding                : 0;
        width                  : 100%;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        text-align             : center;
        margin-top             : 15px;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        justify-content        : center
    }

    .message_pop_form .col-2 h2 {
        display: none
    }

    .search_content .sidebar {
        padding: 0
    }

    .topic_header {
        padding-left: 45px
    }

    .city_choose {
        min-width: 150px
    }

    .popular_carousel_filter {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .popular_carousel h2,
    .read_also h2 {
        background-color: transparent;
        position        : relative;
        padding-bottom  : 15px
    }

    .popular_carousel h2::after,
    .read_also h2::after {
        content   : '';
        display   : block;
        width     : 100%;
        position  : absolute;
        left      : 0;
        bottom    : 0;
        height    : 3px;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .subscribe_disclimer {
        width: 260px
    }

    .article_controls {
        margin-right           : 0;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        margin-bottom          : 50px;
        -webkit-box-pack       : start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack          : start;
        justify-content        : flex-start;
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center
    }

    .article_controls .article_share {
        margin-right: 50px
    }

    .article_controls .subscribe_disclimer {
        width: 450px
    }

    .article_controls #size-minus {
        margin-right: 0
    }

    .article_functions,
    .fb-comments {
        padding-left: 0
    }

    .article_columns {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .article .royalSlider {
        width: 100%
    }

    .article .sidebar {
        display: none
    }

    .search_content:before {
        opacity: 0
    }

    .sidebar {
        max-width: 100%
    }

    .sidebar .columns_in_sidebar {
        -webkit-box-pack       : start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack          : start;
        justify-content        : flex-start
    }

    .sidebar .rubric_article_header {
        color         : #000;
        font-size     : 16px;
        letter-spacing: .2px;
        line-height   : 20px;
        font-weight   : 400
    }

    .grid_item {
        width       : 31%;
        margin-right: 30px
    }

    .grid_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .footer .category_carousel .owl-nav {
        top: 15%
    }

    .footer .category_carousel .owl-nav button {
        opacity: 1
    }

    .ajax_ac_widget {
        width : 300px;
        margin: 35px auto 45px
    }

    .spec_articles {
        margin   : 0 auto;
        max-width: 200px
    }

    .spec_articles ul {
        margin        : 0;
        padding       : 0;
        list-style    : none;
        text-align    : center;
        font-size     : 16px;
        text-transform: capitalize;
        color         : #000;
        letter-spacing: 1.05px;
        line-height   : 19px
    }

    .spec_articles ul li {
        margin-bottom: 10px
    }

    .spec_articles h2 {
        color         : #fff;
        background    : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background    : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background    : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        text-align    : center;
        font-size     : 16px;
        font-weight   : 700;
        letter-spacing: 1.05px;
        line-height   : 20px;
        height        : 20px;
        text-transform: uppercase;
        margin-top    : 30px
    }

    .donor_slider.owl-carousel {
        width    : 100%;
        max-width: 320px;
        margin   : 0 auto
    }

    .main_page .popular_carousel_filter h2 {
        margin-bottom : 0;
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1
    }

    .main_page .popular_carousel_filter h2::after {
        opacity: 0
    }

    .popular_carousel,
    .read_also {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .popular_carousel .event_slider,
    .read_also .event_slider {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .subscribe_block {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .subscribe_block .content_wrapper {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        text-align        : center
    }

    .subscribe_block .content_wrapper p {
        display      : block;
        margin       : 0 auto;
        margin-bottom: 15px
    }

    .subscribe_block .content_wrapper p strong {
        display: block
    }

    .annoucements {
        background: #fff;
        padding   : 0
    }

    .annoucements h3 {
        margin        : 0;
        margin-bottom : 30px;
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1
    }

    .annoucement_content_block {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        margin-top            : 0;
        padding               : 35px 45px;
        -webkit-box-sizing    : border-box;
        box-sizing            : border-box
    }

    .annoucement_content_block .widget_sidebar {
        max-width                : 100%;
        width                    : 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order            : 3;
        -ms-flex-order           : 3;
        order                    : 3
    }

    .annoucement_content_block .annoucements_grid {
        background-color: #fff;
        padding         : 0
    }

    .annoucement_content_block .annoucement {
        width       : 100%;
        margin-right: 0;
        max-width   : 100%
    }

    .news_sidebar .item {
        max-width : 100%;
        max-height: 100%
    }

    .news_sidebar .item a {
        width: 100%
    }

    .news_sidebar h6 {
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1;
        margin-bottom : 20px;
        text-transform: capitalize
    }

    .main_news_grid .grid_item {
        max-width   : 205px;
        margin-right: 30px
    }

    .main_news_grid .grid_item:nth-child(2n) {
        margin-right: 30px
    }

    .main_news_grid .grid_item:nth-child(3n) {
        margin-right: 0
    }

    .main_news_grid .grid_item:nth-child(4n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(5n) {
        display: none
    }

    .main_news_grid .grid_item:nth-child(6n) {
        display: none
    }

    .main_news_grid .grid_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .main_page {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .main_news_grid {
        -webkit-box-ordinal-group: 2;
        -webkit-order            : 1;
        -ms-flex-order           : 1;
        order                    : 1;
        margin                   : 0;
        max-width                : 100%;
        background               : -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background               : -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%);
        padding                  : 0 45px;
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .news_sidebar {
        -webkit-box-ordinal-group: 3;
        -webkit-order            : 2;
        -ms-flex-order           : 2;
        order                    : 2;
        margin                   : 0;
        max-width                : 100%;
        padding                  : 0 45px;
        background-color         : #fff;
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .columns_sidebar {
        -webkit-box-ordinal-group: 4;
        -webkit-order            : 3;
        -ms-flex-order           : 3;
        order                    : 3;
        margin                   : 0;
        max-width                : 100%;
        background               : -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background               : -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background               : linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%);
        -webkit-box-sizing       : border-box;
        box-sizing               : border-box
    }

    .columns_sidebar .column_item {
        display     : inline-block;
        margin-right: 25px
    }

    .columns_sidebar .column_item:nth-child(3n) {
        margin-right: 0
    }

    .columns_sidebar .column_item h3 {
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 19px
    }

    .columns_sidebar h6 {
        font-size     : 38px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 1;
        margin-bottom : 20px;
        text-transform: capitalize;
        padding       : 0
    }

    .main_page_content {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .main_page .special_themes {
        display: none
    }

    .top_line::after {
        content   : '';
        width     : 100%;
        height    : 5px;
        display   : inline-block;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        position  : absolute;
        bottom    : 0;
        left      : 0
    }

    .home_banner_content h1 {
        font-family   : Roboto;
        font-size     : 35px;
        font-weight   : 700;
        letter-spacing: 1.44px;
        line-height   : 42px
    }

    .home_banner_content h2 {
        font-size  : 20px;
        line-height: 24px;
        font-family: Roboto
    }

    .mobile_to_block {
        display: block
    }

    .main_rubrics {
        padding           : 0;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .main_rubrics .event_item {
        width    : 100%;
        max-width: 205px
    }

    .main_rubrics .col_half {
        width: 100%
    }

    .mobile_btn_row_menu {
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center
    }

    .sidebar {
        width             : 100%;
        background-color  : #fff;
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        margin-top        : 35px
    }

    .sidebar .sidebar_rubric_items {
        text-align: justify
    }

    .sidebar .sidebar_rubric_items::after {
        display: inline-block;
        content: "";
        width  : 100%;
        height : 0
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar {
        display: inline-block;
        width  : 28%
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar h3 {
        text-align: center
    }

    .rubric_header span {
        background-color: #fff
    }

    .pagination ul {
        padding                : 0;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center
    }

    .pagination ul li {
        border-bottom: 4px solid #d8d8d8;
        color        : #545454;
        font-weight  : 700
    }

    .pagination ul li.active {
        border-bottom: 4px solid #646464
    }

    .pagination ul li.empty-page {
        border-color: #f8f8f8
    }

    .pagination form {
        display: none
    }

    .grid_item .slide_info span:first-child {
        display: block
    }

    .list_content {
        display: block
    }

    .list_content .list_grid {
        width                  : 100%;
        padding                : 0 45px;
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between;
        -webkit-box-sizing     : border-box;
        box-sizing             : border-box
    }

    .list_content .grid_item {
        margin-right: 0
    }

    .page_wrapper {
        padding-top: 85px
    }

    .desctop_menu {
        display: none
    }

    .footer .flex_row {
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around
    }

    .footer .footer_buttons {
        margin-top: 20px;
        min-height: 160px
    }

    .category_carousel .event_slider {
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around
    }

    .article_content {
        padding  : 45px;
        max-width: 100%;
        width    : 100%;
        margin   : 0
    }

    .article_content>img {
        width      : 112%;
        margin-left: -6%
    }

    .article_content .article_slider {
        width      : 114%;
        margin-left: -7%
    }

    .article_content .article_tags a {
        font-size  : 13px;
        line-height: 35px;
        padding    : 0
    }

    .article_content h1 {
        font-size  : 30px;
        text-align : center;
        line-height: 35px
    }

    .article_content h2 {
        font-size  : 24px;
        line-height: 36px
    }

    .article_content blockquote {
        line-height : 28px;
        width       : 100%;
        text-align  : left;
        padding-left: 15px
    }

    .article_content blockquote::before {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none;
        bottom           : 0;
        top              : 0;
        left             : 0;
        width            : 5px;
        height           : 100%;
        background       : -webkit-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -o-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : linear-gradient(44.54deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .article_content blockquote::after {
        opacity: 0
    }

    .mobile_menu {
        display         : block;
        background-color: #f5f5f5;
        z-index         : 3
    }

    .mobile_menu .search_form {
        display   : block;
        margin-top: 30px
    }

    .mobile_menu .search_form .gradient_search {
        padding              : 1px;
        -webkit-border-radius: 5px;
        border-radius        : 6px;
        margin               : 0 auto;
        width                : 200px;
        height               : 39px;
        background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .search_form input {
        height                 : 37px;
        width                  : 200px;
        -webkit-border-radius  : 6px;
        border-radius          : 6px;
        background-color       : #fff;
        color                  : #000;
        font-size              : 14px;
        font-weight            : 700;
        line-height            : 16px;
        letter-spacing         : 1px;
        display                : block;
        margin                 : 0 auto;
        text-indent            : 40px;
        background-repeat      : no-repeat;
        border                 : 0;
        -webkit-background-size: 15px 15px;
        background-size        : 15px;
        background-position    : 15px center;
        background-image       : url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA1MS4zICg1NzU0NCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+RjlCQkQ3MDMtODU2Qi00RTg3LThCRkQtOTdGQUUxNjRDNDQ0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJIb21lUGFnZS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NzAuMDAwMDAwLCAtMTQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9ImhlYWQxLWNvcHktMiI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iZmxhdGljb24xNTQ5NDM4NzcwLXN2ZyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODcwLjAwMDAwMCwgMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0Ljc3MTI1LDEzLjY1NDQ3MzcgTDExLjEzOTY0MjksOS45NDM2ODQyMSBDMTIuMDczMzkyOSw4Ljg1MzE1Nzg5IDEyLjU4NSw3LjQ4MTA1MjYzIDEyLjU4NSw2LjA1MjYzMTU4IEMxMi41ODUsMi43MTUyNjMxNiA5LjgyMTI1LDAgNi40MjQyODU3MSwwIEMzLjAyNzMyMTQzLDAgMC4yNjM1NzE0MjksMi43MTUyNjMxNiAwLjI2MzU3MTQyOSw2LjA1MjYzMTU4IEMwLjI2MzU3MTQyOSw5LjM5IDMuMDI3MzIxNDMsMTIuMTA1MjYzMiA2LjQyNDI4NTcxLDEyLjEwNTI2MzIgQzcuNjk5NTUzNTcsMTIuMTA1MjYzMiA4LjkxNDgyMTQzLDExLjcyNzM2ODQgOS45NTM4MzkyOSwxMS4wMSBMMTMuNjEzMDM1NywxNC43NDg5NDc0IEMxMy43NjU5ODIxLDE0LjkwNSAxMy45NzE2OTY0LDE0Ljk5MTA1MjYgMTQuMTkyMTQyOSwxNC45OTEwNTI2IEMxNC40MDA4MDM2LDE0Ljk5MTA1MjYgMTQuNTk4NzUsMTQuOTEyODk0NyAxNC43NDkwMTc5LDE0Ljc3MDc4OTUgQzE1LjA2ODMwMzYsMTQuNDY4OTQ3NCAxNS4wNzg0ODIxLDEzLjk2ODQyMTEgMTQuNzcxMjUsMTMuNjU0NDczNyBaIE02LjQyNDI4NTcxLDEuNTc4OTQ3MzcgQzguOTM1MTc4NTcsMS41Nzg5NDczNyAxMC45Nzc4NTcxLDMuNTg1Nzg5NDcgMTAuOTc3ODU3MSw2LjA1MjYzMTU4IEMxMC45Nzc4NTcxLDguNTE5NDczNjggOC45MzUxNzg1NywxMC41MjYzMTU4IDYuNDI0Mjg1NzEsMTAuNTI2MzE1OCBDMy45MTMzOTI4NiwxMC41MjYzMTU4IDEuODcwNzE0MjksOC41MTk0NzM2OCAxLjg3MDcxNDI5LDYuMDUyNjMxNTggQzEuODcwNzE0MjksMy41ODU3ODk0NyAzLjkxMzM5Mjg2LDEuNTc4OTQ3MzcgNi40MjQyODU3MSwxLjU3ODk0NzM3IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
    }

    .mobile_menu .nav {
        width    : 100%;
        max-width: 650px;
        margin   : 0 auto
    }

    .mobile_menu .nav ul {
        padding                : 0;
        margin                 : 0;
        list-style             : none;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack          : distribute;
        justify-content        : space-around;
        text-transform         : capitalize;
        position               : relative
    }

    .mobile_menu .nav ul::after {
        content          : '';
        display          : inline-block;
        position         : absolute;
        bottom           : 0;
        height           : 3px;
        width            : 500px;
        bottom           : 0;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
        background       : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background       : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .nav ul li {
        text-transform: uppercase;
        margin-bottom : 30px;
        margin-right  : 30px;
        font-size     : 16px
    }

    .mobile_menu .nav ul .has_sub {
        width            : 100%;
        text-align       : center;
        padding-top      : 30px;
        position         : relative;
        -webkit-box-flex : 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow        : 1
    }

    .mobile_menu .nav ul .has_sub.active>a {
        font-weight: 700
    }

    .mobile_menu .nav ul .has_sub>a {
        text-transform         : uppercase;
        background-image       : url(../img/down_arow_black.svg);
        background-repeat      : no-repeat;
        background-position    : 100% 50%;
        -webkit-background-size: 16px 16px;
        background-size        : 16px;
        padding-right          : 25px
    }

    .mobile_menu .nav ul .has_sub:before {
        content   : "";
        display   : block;
        top       : 0;
        left      : 0;
        position  : absolute;
        right     : 0;
        height    : 3px;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .nav ul .has_sub .nav_sublist {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none;
        background-color : transparent;
        position         : initial
    }

    .mobile_menu .nav ul .has_sub .nav_sublist ul {
        display   : block;
        max-height: 100%
    }

    .mobile_menu .nav ul .has_sub .nav_sublist ul li {
        display      : block;
        text-align   : center;
        margin-bottom: 10px
    }

    .mobile_menu .nav ul .has_sub .nav_sublist a {
        font-size     : 16px;
        line-height   : 19px;
        text-align    : center;
        letter-spacing: 1.05px
    }

    .mobile_menu .nav ul .has_sub .nav_sublist:after {
        opacity: 0
    }

    .mobile_menu .soc_links {
        padding                : 45px 0 30px;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        position               : relative
    }

    .mobile_menu .soc_links:before {
        content   : "";
        position  : absolute;
        top       : 0;
        left      : 0;
        right     : 0;
        height    : 14px;
        display   : block;
        background: -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background: -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background: linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .mobile_menu .soc_links a {
        color       : #a1a1a1;
        margin-right: 30px
    }

    .mobile_menu .soc_links a:last-child {
        margin-right: 0
    }

    .mobile_menu .hamburger-box {
        height: 15px;
        width : 20px;
        cursor: pointer
    }

    .mobile_menu .hamburger-inner {
        width : 20px;
        height: 2px
    }

    .mobile_menu .hamburger-inner:before {
        width : 20px;
        height: 2px;
        top   : -5px
    }

    .mobile_menu .hamburger-inner:after {
        width : 20px;
        height: 2px;
        bottom: -5px;
        top   : auto
    }

    .mobile_menu .top_line {
        padding            : 10px 45px;
        -webkit-box-align  : center;
        -webkit-align-items: center;
        -ms-flex-align     : center;
        align-items        : center;
        -webkit-box-sizing : border-box;
        box-sizing         : border-box;
        background-color   : #fff;
        border             : 2px solid #f5f5f5
    }

    .mobile_menu .top_line .lang {
        font-family: Roboto;
        font-size  : 14px;
        font-weight: 400;
        line-height: 16px
    }

    .mobile_menu .top_line .lang a {
        margin-right: 45px
    }

    .mobile_menu .top_line .lang a:last-child {
        margin-right: 0
    }

    .mobile_menu .top_line .lang a.active {
        font-weight: 700
    }

    .mobile_menu .logo {
        width            : 120px;
        display          : inline-block;
        -webkit-transform: translateX(-30%);
        -ms-transform    : translateX(-30%);
        transform        : translateX(-30%)
    }

    .mobile_menu .logo img {
        width: 100%
    }

    .home_banner {
        padding: 25px 45px
    }

    .home_banner .labels {
        margin-right: 20px
    }

    .events_block {
        padding: 30px 45px 0
    }

    .main_p_carousel .category_carousel {
        padding: 35px 0 40px
    }

    .news_carousel.main_p_carousel {
        padding         : 0 45px;
        background-color: #fff
    }

    .news_carousel.main_p_carousel .category_carousel {
        padding-bottom: 0
    }

    .news_carousel.main_p_carousel .event_slider {
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between
    }

    .news_carousel.main_p_carousel .event_slider .item {
        max-width: 205px;
        width    : 100%
    }

    .news_carousel.main_p_carousel .event_slider .item:last-child {
        display: none
    }

    .publications_carousel.main_p_carousel {
        padding: 0 55px
    }

    .publications_carousel.main_p_carousel img {
        max-height: 150px
    }

    .team_carousel.main_p_carousel .category_carousel {
        padding: 30px 55px 40px
    }

    .category_carousel .owl-nav {
        right: -45px;
        left : -45px
    }

    .coalition_carousel {
        padding: 0 55px
    }

    .coalition_carousel .owl-carousel img {
        max-width: 90px
    }

    .donor_carousel {
        padding: 0 55px
    }

    .donor_carousel .owl-carousel img {
        max-width: 120px
    }

    .search_content_wrapper {
        display : block;
        position: relative;
        padding : 0 45px
    }

    .search_content_wrapper .result_item .flex_row {
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start
    }

    .search_content_wrapper .result_filters {
        position         : absolute;
        top              : 100px;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform    : translateX(-50%);
        transform        : translateX(-50%);
        margin           : 0;
        padding-bottom   : 22px
    }

    .search_content_wrapper .search_result_form {
        margin-bottom: 300px
    }

    .about_text_content .about_descr_block .decor_lines {
        left: 60%
    }

    .about_text_content h1,
    .about_text_content h2,
    .about_text_content h3,
    .about_text_content h4,
    .about_text_content h5,
    .about_text_content h6,
    .about_text_content p {
        padding: 0 45px
    }

    .about_counts .count_item {
        margin-right: 35px
    }

    .about_main_items .about_main_item h3 {
        font-size: 50px
    }

    .activity_descr_block .flex_row {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .activity_descr_block .flex_row .owl-stage {
        -webkit-box-align  : end;
        -webkit-align-items: flex-end;
        -ms-flex-align     : end;
        align-items        : flex-end
    }

    .activity_descr_block .activity_item {
        max-width: 100%
    }

    .donate_content_wrapper {
        display: block
    }

    .donate_content_wrapper .donate_form_wrapper {
        max-width: 100%
    }

    .letter_content {
        padding: 30px 45px 0
    }

    .publications_slider .owl-stage {
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start
    }

    .publication_descr_wrapper {
        padding-right     : 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publication_img_wrapper {
        padding-left      : 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publish_content .publish_grid {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publish_content .grid_item {
        width       : 47%;
        margin-right: 40px
    }

    .publish_content .grid_item:nth-child(3n) {
        margin-right: 40px
    }

    .publish_content .grid_item:nth-child(2n) {
        margin-right: 0
    }

    .team_member_info {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .page_banner img {
        min-height: 250px
    }

    .team_content .team_slider {
        padding           : 0 45px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .team_content .team_slider .item {
        display: block
    }

    .team_content .team_slider .owl-nav {
        right: 25px;
        left : 25px
    }
}

@media screen and (max-width:576px) {
    .textwiget_mob {
        display      : block;
        max-width    : 220px;
        text-align   : center;
        font-size    : 10px;
        margin       : auto;
        margin-bottom: 20px
    }

    .textwiget_mob .textwidget p {
        margin: 0
    }

    .fb_iframe_widget {
        display: none
    }

    .all_columns_header {
        display: none
    }

    .news.list_grid .grid_item {
        border-bottom          : 1px solid rgba(0, 0, 0, .15);
        margin                 : 0;
        padding                : 20px 0 20px;
        -webkit-box-align      : start;
        -webkit-align-items    : flex-start;
        -ms-flex-align         : start;
        align-items            : flex-start;
        -webkit-box-pack       : start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack          : start;
        justify-content        : flex-start;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex
    }

    .news.list_grid .grid_item img {
        display: none
    }

    .news.list_grid .grid_item h2 {
        padding: 0;
        margin : 0
    }

    .mobile_btn_row:not(.mobile_btn_row_menu) {
        padding: 30px 25px
    }

    .mobile_btn_row:not(.mobile_btn_row_menu) .donate {
        height     : 26px;
        line-height: 26px
    }

    .subscribe_block,
    .widget_sidebar {
        display: none
    }

    .list_content .sidebar {
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .list_content .sidebar .sidebar_item {
        padding: 0 25px
    }

    .list_content .sidebar .sidebar_archive {
        padding   : 10px 25px;
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background: -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background: -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background: linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%)
    }

    .list_content .sidebar .sidebar_archive span {
        background: 0 0
    }

    .sidebar .rubric_item {
        border: none
    }

    .article_content blockquote {
        padding-right: 15px
    }

    .article_content blockquote p {
        font-size: 20px
    }

    .article_content>img {
        width      : 114%;
        margin-left: -7%
    }

    .annoucement_content .sidebar {
        padding: 0 25px
    }

    .annoucement_content .result_item .flex_row {
        display: block
    }

    .all_columns .sidebar {
        padding: 0 25px
    }

    .all_columns .result_item img {
        max-width    : 100%;
        width        : 100%;
        margin-bottom: 8px
    }

    .all_columns .result_item .flex_row {
        display: block
    }

    .pagination ul {
        font-size: 10px
    }

    .pagination ul a {
        padding: 10px 12px
    }

    .topic_header {
        font-size : 22px;
        padding   : 0;
        text-align: center
    }

    .archive_content .topic_header {
        font-size : 22px;
        text-align: left
    }

    .archive_block_header::before {
        display: none
    }

    .archive_content .search_content_wrapper {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        display               : -webkit-box;
        display               : -webkit-flex;
        display               : -ms-flexbox;
        display               : flex
    }

    .archive_content .sidebar {
        -webkit-box-ordinal-group: 2;
        -webkit-order            : 1;
        -ms-flex-order           : 1;
        order                    : 1
    }

    .archive_content .sidebar .rubric_header {
        text-align: center
    }

    .archive_content .sidebar .rubric_header::after {
        display: none
    }

    .archive_content .sidebar .rubric_header span {
        padding-right: 0
    }

    .archive_content .archive_block_header {
        text-align: left;
        background: 0 0
    }

    .archive_content .archive_block_header::after {
        content          : '';
        display          : block;
        position         : absolute;
        width            : -webkit-calc(100% - 90px);
        width            : calc(100% - 90px);
        height           : 14px;
        background-color : #e6404b;
        -webkit-transform: translate(110px, -23px);
        -ms-transform    : translate(110px, -23px);
        transform        : translate(110px, -23px)
    }

    .archive_content .articles_archive .archive_block_header::after {
        background-color: #00b077
    }

    .archive_content .instructions_archive .archive_block_header::after {
        background-color: #7c78b8
    }

    .archive_content .news_archive_header {
        text-align: left;
        background: 0 0
    }

    .archive_content .news_archive_header::after {
        content          : '';
        display          : block;
        position         : absolute;
        width            : -webkit-calc(100% - 80px);
        width            : calc(100% - 80px);
        height           : 14px;
        background-color : #e6404b;
        -webkit-transform: translate(100px, -18px);
        -ms-transform    : translate(100px, -18px);
        transform        : translate(100px, -18px)
    }

    .archive_content .results {
        -webkit-box-ordinal-group: 3;
        -webkit-order            : 2;
        -ms-flex-order           : 2;
        order                    : 2
    }

    .ajax_ac_widget {
        width: 100%
    }

    .ajax_ac_widget select {
        font-size: 14px
    }

    .mobile_menu .nav ul::after {
        opacity: 0
    }

    .news_sidebar .item {
        padding: 0
    }

    .page_switchers_mobile {
        border-color: #b2b2b2;
        height      : 26px
    }

    .page_switchers_mobile a {
        -webkit-border-radius: 10px 0 0 10px;
        border-radius        : 10px 0 0 10px;
        background-color     : #f5f5f5
    }

    .page_switchers_mobile a:last-child {
        -webkit-border-radius: 0 10px 10px 0;
        border-radius        : 0 10px 10px 0
    }

    .mobile_btn_row {
        padding         : 25px;
        background-image: none;
        background-color: transparent
    }

    .grid_item_label {
        left   : 0;
        display: none;
    }

    .all_columns_date {
        color  : #000;
        opacity: .6
    }

    .main_news_grid .grid_item {
        max-width         : 100%;
        padding           : 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        margin            : 0
    }

    .columns_sidebar h6,
    .news_sidebar h6 {
        font-size    : 20px;
        text-align   : center;
        margin-bottom: 30px
    }

    .columns_sidebar .column_item,
    .news_sidebar .column_item {
        max-width: 100%;
        display  : block;
        width    : auto;
        margin   : 0;
        padding  : 0 10px
    }

    .annoucements h3 {
        font-size    : 20px;
        text-align   : center;
        margin-bottom: 15px
    }

    .item {
        max-width: 395px
    }

    .event_slider,
    .read_also .event_slider {
        padding: 0 25px
    }

    .annoucement_content_block,
    .columns_sidebar,
    .main_news_grid {
        padding: 30px 15px
    }

    .news_sidebar {
        padding: 30px 25px
    }

    .popular_carousel {
        background-color: #f5f5f5
    }

    .popular_carousel_filter {
        display: block
    }

    .popular_carousel_filter h2 {
        font-size    : 20px;
        margin-bottom: 15px
    }

    .footer_contacts {
        max-width: 300px
    }

    .main_p_carousel .category_carousel::before {
        opacity: 0
    }

    .result_descr span {
        font-weight   : 400;
        opacity       : .6;
        color         : #545454;
        font-size     : 14px;
        letter-spacing: .2px
    }

    .result_descr h2 {
        color         : #000;
        font-size     : 15px;
        font-weight   : 700;
        letter-spacing: .2px;
        line-height   : 20px
    }

    .result_descr p {
        font-size     : 14px;
        letter-spacing: .19px;
        line-height   : 19px
    }

    .search_content_wrapper .result_item {
        padding: 15px 0
    }

    .search_content_wrapper .result_item .flex_row {
        display: block
    }

    .search_content_wrapper .result_item img {
        max-width: 90px;
        float    : left
    }

    .select_line:last-child {
        margin-bottom: 0
    }

    .datepicker-here {
        margin-right: 10px;
        width       : 46%
    }

    .cont_list_select_line {
        display: none
    }

    .select_line .icon_select_line {
        display: none
    }

    .select_line select {
        opacity         : 1;
        position        : static;
        height          : auto;
        background-color: transparent;
        border          : none;
        outline         : 0;
        width           : 100%
    }

    .search_content_wrapper .result_filters {
        max-width         : 100%;
        padding           : 25px 35px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        top               : 75px
    }

    .search_content .results form input[type=submit] {
        width : 16px;
        height: 17px
    }

    .search_content_wrapper {
        padding: 0
    }

    .search_content .results form input[type=text] {
        font-size    : 22px;
        padding      : 0;
        padding-right: 45px
    }

    .search_content {
        padding: 10px 25px 10px
    }

    .one_time_pay input {
        max-width : 100%;
        text-align: center
    }

    .one_time_pay input::-webkit-input-placeholder {
        opacity: .3
    }

    .one_time_pay input::-moz-placeholder {
        opacity: .3
    }

    .one_time_pay input:-ms-input-placeholder {
        opacity: .3
    }

    .one_time_pay input::-ms-input-placeholder {
        opacity: .3
    }

    .one_time_pay input::placeholder {
        opacity: .3
    }

    .payment_button {
        padding     : 10px 20px;
        line-height : 23px;
        margin-right: 25px
    }

    .payment_button:nth-child(3n) {
        margin-right: 0
    }

    .own_sume {
        height            : 37px;
        width             : 125px;
        border            : 1px solid #fff;
        display           : block;
        margin            : 0 auto;
        margin-top        : 16px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        padding           : 8px 10px
    }

    .own_sume::-webkit-input-placeholder {
        opacity: .3
    }

    .own_sume::-moz-placeholder {
        opacity: .3
    }

    .own_sume:-ms-input-placeholder {
        opacity: .3
    }

    .own_sume::-ms-input-placeholder {
        opacity: .3
    }

    .own_sume::placeholder {
        opacity: .3
    }

    .user_payment {
        padding-bottom: 10px
    }

    .user_payment p {
        text-align: center;
        opacity   : .5;
        margin    : 20px
    }

    .user_payment .flex_row {
        -webkit-flex-wrap      : wrap;
        -ms-flex-wrap          : wrap;
        flex-wrap              : wrap;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center
    }

    .user_payment label[for=payment_field] {
        margin-top       : 16px;
        margin-right     : 0;
        display          : block;
        -webkit-box-flex : 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow        : 1;
        width            : 100%;
        display          : none;
        text-align       : center
    }

    .donate_content_wrapper {
        margin-top: 0
    }

    .donate_content_wrapper .donate_form_wrapper {
        padding: 15px 25px
    }

    .donate_content_wrapper .donate_form_wrapper .donate_form h2 {
        display: none
    }

    .donate_content_wrapper .donate_form_wrapper .donate_form .input_groups .input_group {
        margin-right : 0;
        max-width    : 100%;
        width        : 100%;
        margin-bottom: 25px
    }

    .donate_content_wrapper .donate_form_wrapper .donate_form .input_groups::after {
        opacity: 0
    }

    .donate_content {
        background-color: #4a4a4a;
        padding-bottom  : 0;
        padding-top     : 20px
    }

    .donate_header {
        font-size    : 24px;
        line-height  : 30px;
        color        : #fff;
        width        : 240px;
        margin       : 0 auto;
        margin-bottom: 20px
    }

    .donate_subheader {
        font-size: 18px;
        color    : #fff
    }

    .donate_req_wrapper {
        padding           : 35px 25px;
        background-color  : #fff;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        width             : 100%
    }

    .donate_req_wrapper p {
        margin-bottom: 10px;
        text-align   : center
    }

    .donate_req_wrapper tr td {
        min-width: auto
    }

    .reqisites_table {
        font-size: 12px
    }

    .publication_content {
        padding: 15px 25px
    }

    .publication_content .single_publish_carousel {
        display: none
    }

    .publication_content .single_publish_carousel .publications_carousel {
        padding: 0
    }

    .publication_content .single_publish_carousel .category_carousel {
        padding: 0
    }

    .publication_content .single_publish_carousel .owl-nav {
        width: 100%;
        right: 0;
        left : 0
    }

    .publication_content .publication_descr_wrapper {
        width  : 100%;
        padding: 0
    }

    .publication_content .publication_descr_wrapper strong {
        font-weight: 400;
        font-style : normal
    }

    .publication_content .publication_descr_wrapper p {
        font-style: italic;
        font-size : 15px
    }

    .publication_content .publication_img_wrapper {
        width  : 110px;
        margin : 0 auto;
        padding: 0
    }

    .publication_content .flex_row {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column
    }

    .publication_content h1 {
        font-size     : 30px;
        letter-spacing: .14px;
        line-height   : 35px
    }

    #pop_up_subscribe_petition .flex_row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap
    }

    #pop_up_subscribe_petition .captcha {
        display          : block;
        width            : 100%;
        -webkit-box-flex : 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow        : 1
    }

    #pop_up_subscribe_petition input[type=submit] {
        width      : 250px;
        height     : 50px;
        line-height: 50px;
        padding    : 0 15px;
        font-size  : 22px
    }

    .letter_content {
        padding: 15px 25px
    }

    .letter_content .subscribe_list_header {
        font-size    : 18px;
        margin-bottom: 0
    }

    .letter_content em,
    .letter_content ol,
    .letter_content ul {
        padding  : 0;
        font-size: 18px
    }

    .letter_content .article_date span {
        color  : #000;
        opacity: 1
    }

    .letter_content h1 {
        font-size  : 30px;
        width      : 100%;
        line-height: 35px
    }

    .about_counts .owl-nav {
        width: 90%
    }

    .about_counts .count_item {
        max-width: 250px;
        display  : block;
        margin   : 0 auto
    }

    .about_counts .count_item:last-child {
        margin-right: auto
    }

    .about_counts .count_item span {
        font-size  : 60px;
        line-height: 70px
    }

    .about_counts .count_item span::after {
        height: 25px;
        width : 100px;
        right : 45px;
        bottom: 5px
    }

    .about_counts .count_item p {
        padding       : 0;
        font-size     : 15px;
        letter-spacing: .11px;
        line-height   : 17px;
        text-align    : right
    }

    .about_main_items .about_main_item h3 {
        font-size: 40px;
        padding  : 0
    }

    .about_main_items .owl-dots {
        position: absolute;
        bottom  : 30px;
        width   : 100%
    }

    .about_main_items .owl-dots button.owl-dot span {
        opacity: 1
    }

    .about_main_items .owl-dots button.owl-dot.active span {
        opacity: .5
    }

    .about_main_items .about_main_item {
        width : 100%;
        height: 175px
    }

    .about_text_content .about_descr_block .decor_lines {
        left: 40%
    }

    .about_text_content em {
        font-size: 18px;
        padding  : 0 30px
    }

    .about_text_content blockquote {
        line-height : 28px;
        width       : 300px;
        text-align  : left;
        padding-left: 15px
    }

    .about_text_content blockquote::before {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none;
        bottom           : 0;
        top              : 0;
        left             : 0;
        width            : 5px;
        height           : 100%;
        background       : -webkit-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : -o-linear-gradient(45.46deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background       : linear-gradient(44.54deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .about_text_content blockquote::after {
        opacity: 0
    }

    .about_text_content .about_descr_block {
        padding: 40px 0
    }

    .about_text_content .about_descr_block h2 {
        font-size: 18px
    }

    .about_text_content h1,
    .about_text_content h2,
    .about_text_content h3,
    .about_text_content h4,
    .about_text_content h5,
    .about_text_content h6,
    .about_text_content p {
        padding: 0 25px
    }

    .about_text_content .activity_descr_block {
        padding-top: 0
    }

    .about_text_content .activity_descr_block h2 {
        font-size       : 18px;
        padding         : 0;
        background-color: #fff
    }

    .about_text_content .activity_descr_block .activity_item h3 {
        font-size     : 18px;
        padding       : 0;
        padding-bottom: 20px
    }

    .about_text_content h2 {
        font-size     : 24px;
        letter-spacing: .32px;
        line-height   : 36px
    }

    .about_text_content .owl-dots {
        text-align: center
    }

    .about_text_content .owl-dots button span {
        display              : inline-block;
        width                : 7px;
        height               : 7px;
        -webkit-border-radius: 50%;
        border-radius        : 50%;
        margin-right         : 5px;
        background-color     : #666;
        opacity              : .3
    }

    .about_text_content .owl-dot.active span {
        opacity: .5
    }

    .about_content .home_banner {
        padding: 45px 0
    }

    .about_content .home_banner .home_banner_content h1 {
        padding   : 0;
        text-align: center;
        margin    : 0
    }

    .publish_content .grid_item .download_button {
        width             : 175px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .publish_content .grid_item .download_button img {
        width: auto
    }

    .list_content {
        margin-bottom: 0
    }

    .owl-nav {
        position         : absolute;
        left             : 20px;
        right            : 20px;
        top              : 50%;
        width            : 80%;
        -webkit-transform: translateY(-50%);
        -ms-transform    : translateY(-50%);
        transform        : translateY(-50%)
    }

    .owl-nav .owl-prev {
        float: left
    }

    .owl-nav .owl-next {
        float: right
    }

    .owl-nav button {
        width : 9px;
        height: 18px
    }

    .sidebar {
        overflow: hidden
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar {
        width      : 180px;
        margin-top : 25px;
        margin-left: -25px;
        width      : 100%;
        position   : relative
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar h3 {
        width : 75%;
        margin: 0 auto
    }

    .sidebar .sidebar_rubric_items .publications_in_sidebar img {
        max-width: 165px;
        width    : 100%
    }

    .sidebar {
        padding-right: 0;
        padding-left : 0
    }

    .sidebar .sidebar_rubric_items {
        padding: 0
    }

    .sidebar .rubric_article_header {
        font-weight: 700;
        text-align : left;
        font-size  : 15px
    }

    .grid_item .slide_info span:first-child {
        display: inline-block
    }

    .list_content .list_grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap;
        padding          : 0 25px
    }

    .grid_item {
        width    : 100%;
        max-width: 100%
    }

    .publish_content .publish_grid {
        padding: 0 25px
    }

    .publish_content .grid_item {
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start;
        width              : 100%;
        margin-right       : 0
    }

    .publish_content .grid_item img {
        width     : 120px;
        height    : auto;
        max-height: 100%
    }

    .page_header {
        font-size    : 22px;
        margin-bottom: 20px
    }

    .page_header span {
        padding: 0 10px
    }

    .category_carousel {
        padding-top: 0
    }

    .category_carousel h2 {
        font-size    : 20px;
        margin-bottom: 35px
    }

    .category_carousel::before {
        top   : 45px;
        height: 3px
    }

    .article .article_content {
        padding           : 20px 25px;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box
    }

    .article .article_content .article_data {
        font-size: 12px
    }

    .article .article_content .article_tags a {
        margin-bottom: 10px;
        font-size    : 11px;
        height       : 23px;
        line-height  : 23px;
        margin-right : 0
    }

    .article .article_content .article_slider {
        width        : 120;
        margin-bottom: 20px
    }

    .article .article_content .article_slider .owl-nav {
        display: none
    }

    .article .article_content .img_caption {
        margin-bottom: 15px
    }

    .article .article_content h1 {
        width        : 100%;
        font-size    : 24px;
        margin       : 0 auto;
        margin-bottom: 13px
    }

    .article .article_functions {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        -webkit-box-align     : start;
        -webkit-align-items   : flex-start;
        -ms-flex-align        : start;
        align-items           : flex-start
    }

    .article .article_date {
        font-size                : 14px;
        -webkit-box-ordinal-group: 3;
        -webkit-order            : 2;
        -ms-flex-order           : 2;
        order                    : 2
    }

    .article .article_share {
        width                  : 100%;
        position               : relative;
        -webkit-box-pack       : center;
        -webkit-justify-content: center;
        -ms-flex-pack          : center;
        justify-content        : center;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        margin                 : 0
    }

    .article .article_share a {
        width: 25px
    }

    .article .article_share .font_change {
        position         : absolute;
        right            : -25px;
        bottom           : 0;
        font-size        : 18px;
        -webkit-transform: translateY(150%);
        -ms-transform    : translateY(150%);
        transform        : translateY(150%)
    }

    .article .article_share .font_minus {
        -webkit-transform: translate(-40px, 150%);
        -ms-transform    : translate(-40px, 150%);
        transform        : translate(-40px, 150%)
    }

    .team_content .category_carousel {
        padding         : 25px 0;
        background-color: #f5f5f5
    }

    .team_content .category_carousel h2 {
        font-size    : 20px;
        margin-bottom: 20px
    }

    .team_content .category_carousel::before {
        opacity: 0
    }

    .team_member_info {
        padding: 0 25px
    }

    .team_member_info p {
        margin-bottom: 20px
    }

    .page_banner {
        max-height: 100%;
        height    : 155px
    }

    .page_banner img {
        height    : 100%;
        min-height: auto
    }

    .team_member_card {
        max-width : 305px;
        margin-top: -100px
    }

    .team_member_card h1 {
        font-size: 30px
    }

    .team_member_card img {
        width: 59px
    }

    .subscribe_pop_form form .gradient_bg {
        width     : 150px;
        background: 0 0;
        display   : block;
        margin    : 15px auto;
        padding   : 0
    }

    .subscribe_pop_form form .gradient_bg input {
        width           : 160px;
        color           : #fff;
        font-size       : 14px;
        background-color: #00b077;
        font-weight     : 700;
        padding         : 13px 0;
        text-transform  : uppercase;
        letter-spacing  : 1px;
        line-height     : 16px
    }

    .subscribe_pop_form .col-1 img {
        max-width: 80px
    }

    .subscribe_pop_form .form_header span {
        display: none
    }

    .gradient_form {
        padding              : 3px;
        -webkit-border-radius: 5px;
        border-radius        : 5px;
        min-height           : 100%;
        background           : -webkit-linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -webkit-gradient(linear, left top, right top, from(#e6404b), color-stop(52.24%, #7c78b8), to(#00b077));
        background           : -webkit-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : -o-linear-gradient(left, #e6404b 0, #7c78b8 52.24%, #00b077 100%);
        background           : linear-gradient(90deg, #e6404b 0, #7c78b8 52.24%, #00b077 100%)
    }

    .subscribe_pop_form {
        display              : block;
        width                : 100%;
        padding              : 0 15px 15px 15px;
        background-color     : #fff;
        -webkit-border-radius: 2px;
        border-radius        : 2px;
        min-height           : 400px;
        -webkit-box-sizing   : border-box;
        box-sizing           : border-box
    }

    .subscribe_pop_form form {
        padding-left : 0;
        padding-right: 0
    }

    .subscribe_pop_form form label {
        display: none
    }

    .subscribe_pop_form form input {
        font-size: 14px
    }

    .subscribe_pop_form .form_header {
        margin-bottom: 15px
    }

    .subscribe_pop_form .col-1 {
        width         : 100%;
        padding-top   : 35px;
        padding-bottom: 0
    }

    .subscribe_pop_form .col-1 h2 {
        color      : #000;
        font-size  : 20px;
        line-height: 24px;
        padding    : 0;
        background : 0 0;
        text-align : center
    }

    .subscribe_pop_form .col-1 form p {
        margin-top: 25px;
        font-size : 14px;
        width     : 100%
    }

    .subscribe_pop_form .col-1 form p strong {
        font-size: 20px;
        display  : block
    }

    .subscribe_pop_form .col-1 form .info-subscribe {
        width     : 100%;
        padding   : 20px 0;
        text-align: center
    }

    .subscribe_pop_form .col-2 {
        display: none
    }

    .message_pop_form form input[type=submit] {
        width  : 55px;
        height : 55px;
        margin : 0 auto;
        display: block
    }

    .message_pop_form form .message_text textarea {
        border-bottom: 1px solid #000
    }

    .message_pop_form form .message_text label {
        display: none
    }

    .message_pop_form {
        display              : block;
        width                : 100%;
        padding              : 0 15px 15px 15px;
        background-color     : #fff;
        -webkit-border-radius: 2px;
        border-radius        : 2px;
        min-height           : 400px;
        -webkit-box-sizing   : border-box;
        box-sizing           : border-box
    }

    .message_pop_form label {
        display: none
    }

    .message_pop_form form {
        padding: 0 15px
    }

    .message_pop_form form .input_group {
        width        : 100%;
        margin-bottom: 0;
        font-size    : 10px
    }

    .message_pop_form .form_header h2 {
        color      : #000;
        font-size  : 20px;
        line-height: 24px;
        text-align : center;
        margin     : 0;
        padding    : 0;
        background : 0 0;
        margin-top : 10px
    }

    .message_pop_form .col-2 {
        display: none
    }

    .message_pop_form .col-1 {
        width      : 100%;
        padding-top: 25px
    }

    .mobile_menu .nav ul .has_sub {
        padding-top: 10px
    }

    .mobile_menu .nav ul .has_sub .nav_sublist li {
        margin-right: 0
    }

    .mobile_menu .soc_links {
        padding: 30px 0 10px
    }

    .mobile_menu .nav ul {
        max-width              : 200px;
        margin                 : 0 auto;
        -webkit-box-pack       : justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack          : justify;
        justify-content        : space-between
    }

    .mobile_menu .nav ul a {
        font-size     : 16px;
        letter-spacing: 1.05px;
        line-height   : 14px;
        text-transform: capitalize
    }

    .mobile_menu .nav ul li {
        margin-right : 20px;
        min-width    : 80px;
        text-align   : left;
        margin-bottom: 5px
    }

    .mobile_menu .nav ul li.has_sub {
        margin-right: 0
    }

    .mobile_menu .nav ul li:nth-child(2n) {
        margin-right: 0
    }

    .soc_links a {
        margin-right: 23px
    }

    .footer_contacts ul {
        text-align: center;
        width     : 75%;
        margin    : 0 auto
    }

    .footer_contacts ul li {
        font-size: 12px
    }

    .footer_links {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        -webkit-box-align     : center;
        -webkit-align-items   : center;
        -ms-flex-align        : center;
        align-items           : center
    }

    .footer_links h6 {
        font-size     : 20px;
        font-weight   : 700;
        letter-spacing: .22px;
        line-height   : 24px;
        text-align    : center
    }

    .footer_links .footer_nav {
        margin    : 0 auto;
        display   : block;
        text-align: center
    }

    .footer_info .footer_logo {
        max-width: 240px
    }

    .footer_info .footer_logo .logo {
        max-width    : 175px;
        display      : block;
        margin       : 0 auto;
        margin-bottom: 25px
    }

    .footer_info .footer_logo .textwidget {
        display: none
    }

    .footer_info {
        padding: 35px 0 15px
    }

    .publications_carousel.main_p_carousel img {
        max-width : 165px;
        width     : 100%;
        max-height: 100%
    }

    .coalition_carousel .owl-carousel img,
    .donor_carousel .owl-carousel img {
        max-width: 140px
    }

    .team_slider .owl-stage {
        display            : -webkit-box;
        display            : -webkit-flex;
        display            : -ms-flexbox;
        display            : flex;
        -webkit-box-align  : start;
        -webkit-align-items: flex-start;
        -ms-flex-align     : start;
        align-items        : flex-start
    }

    .team_slider img {
        max-width: 100px
    }

    .category_carousel .owl-nav {
        right: 0;
        width: 100%;
        left : 0
    }

    .coalition_carousel,
    .donor_carousel {
        padding: 0 20px
    }

    .publications_carousel.main_p_carousel,
    .team_carousel.main_p_carousel .category_carousel {
        padding: 30px 20px 40px
    }

    .publications_carousel.main_p_carousel {
        padding: 0 55px
    }

    .category_carousel .item {
        width: 100%
    }

    .news_carousel.main_p_carousel,
    .reports_block {
        padding: 27px 25px
    }

    .news_carousel.main_p_carousel .category_carousel,
    .reports_block .category_carousel {
        padding: 0
    }

    .news_carousel.main_p_carousel .category_carousel .item,
    .reports_block .category_carousel .item {
        max-width    : 100%;
        margin-bottom: 15px
    }

    .main_rubrics h2 {
        font-size     : 20px;
        font-weight   : 700;
        letter-spacing: .22px;
        line-height   : 24px;
        text-align    : center;
        margin-bottom : 18px
    }

    .main_rubrics .event_item {
        margin-right: 0;
        max-width   : 100%
    }

    .events_block {
        padding: 25px 25px 0
    }

    .quick_links a {
        display: block;
        width  : 100%
    }

    .home_banner_content h1 {
        font-size     : 30px;
        font-weight   : 700;
        letter-spacing: .25px;
        line-height   : 35px;
        text-align    : right;
        padding-left  : 50px
    }

    .home_banner_content h2 {
        font-size     : 18px;
        letter-spacing: .15px;
        line-height   : 28px;
        text-align    : right
    }

    .home_banner_content .labels {
        margin-right: 0
    }

    .page_wrapper {
        padding-top: 60px
    }

    .mobile_menu .top_line {
        padding: 0 15px
    }

    .mobile_menu .top_line .logo {
        -webkit-transform: none;
        -ms-transform    : none;
        transform        : none
    }

    .mobile_menu .top_line .lang a {
        margin-right  : 20px;
        font-size     : 10px;
        font-weight   : 700;
        letter-spacing: .08px
    }

    .home_banner {
        padding: 30px 25px 50px
    }

    .home_banner .flex_row {
        -webkit-box-orient    : vertical;
        -webkit-box-direction : normal;
        -webkit-flex-direction: column;
        -ms-flex-direction    : column;
        flex-direction        : column;
        width                 : 100%
    }

    .message_pop_form form input,
    .subscribe_pop_form form input {
        border-bottom: 1px solid #000
    }

    .popup_forms input::-webkit-input-placeholder,
    .popup_forms textarea::-webkit-input-placeholder {
        font-size: 12px
    }

    .popup_forms input::-moz-placeholder,
    .popup_forms textarea::-moz-placeholder {
        font-size: 12px
    }

    .popup_forms input:-ms-input-placeholder,
    .popup_forms textarea:-ms-input-placeholder {
        font-size: 12px
    }

    .popup_forms input::-ms-input-placeholder,
    .popup_forms textarea::-ms-input-placeholder {
        font-size: 12px
    }

    .popup_forms input::placeholder,
    .popup_forms textarea::placeholder {
        font-size: 12px
    }

    .popup_forms input::-moz-placeholder,
    .popup_forms textarea::-moz-placeholder {
        font-size: 12px
    }

    .popup_forms input:-ms-input-placeholder,
    .popup_forms textarea:-ms-input-placeholder {
        font-size: 12px
    }

    .popup_forms input::-webkit-input-placeholder,
    .popup_forms textarea::-webkit-input-placeholder {
        font-size: 12px
    }

    .pagination ul li:last-child {
        display    : none;
        margin-left: 0
    }

    .rubric_header {
        text-transform: capitalize
    }

    .rubric_header.archive {
        text-align: center
    }

    .rubric_header.archive:after {
        background: 0 0
    }

    .sidebar .columns_text .slide_date {
        font-size     : 14px;
        font-family   : Bitter;
        letter-spacing: .15px;
        line-height   : 20px
    }

    .sidebar .columns_in_sidebar p {
        opacity       : .6;
        color         : #000;
        font-family   : Bitter;
        font-size     : 14px;
        letter-spacing: .15px;
        line-height   : 20px;
        display       : inline-block;
        font-weight   : 700
    }

    .sidebar .columns_in_sidebar p:after {
        content      : "|";
        padding-right: 0;
        padding-left : 3px;
        font-weight  : 400
    }

    .sidebar .columns_in_sidebar img {
        display: none
    }

    .main_page .popular_carousel_filter h2,
    .popular_carousel h2 {
        font-size: 20px
    }

    .filter-select {
        display: block
    }

    .filter-select .chosen-container .chosen-results {
        display: block
    }

    .popular_carousel_filter ul {
        -webkit-box-orient     : vertical;
        -webkit-box-direction  : normal;
        -webkit-flex-direction : column;
        -ms-flex-direction     : column;
        flex-direction         : column;
        -webkit-box-align      : end;
        -webkit-align-items    : flex-end;
        -ms-flex-align         : end;
        align-items            : flex-end;
        -webkit-box-pack       : right;
        -webkit-justify-content: right;
        -ms-flex-pack          : right;
        justify-content        : right;
        margin-bottom          : 10px
    }

    .popular_carousel_filter .chosen-container .chosen-drop {
        border            : 0;
        border-top        : 0;
        background-color  : #f5f5f5;
        box-shadow        : none;
        -webkit-box-shadow: none
    }

    .popular_carousel_filter .chosen-container .chosen-results li.highlighted {
        background    : #f5f5f5;
        font-size     : 14px;
        letter-spacing: .15px;
        color         : #000
    }

    .chosen-container-active.chosen-with-drop .chosen-single {
        background: #f5f5f5
    }

    .popular_carousel_filter .chosen-container {
        padding                : 0;
        font-size              : 14px;
        letter-spacing         : .14px;
        display                : -webkit-box;
        display                : -webkit-flex;
        display                : -ms-flexbox;
        display                : flex;
        -webkit-box-align      : center;
        -webkit-align-items    : center;
        -ms-flex-align         : center;
        align-items            : center;
        -webkit-box-pack       : end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack          : end;
        justify-content        : flex-end;
        margin                 : 0
    }

    .popular_carousel_filter .chosen-container-single .chosen-single span {
        font-weight  : 700;
        padding-right: 10px
    }

    .popular_carousel_filter .chosen-container-single .chosen-single div b {
        -webkit-background-size: 15px 15px;
        background-size        : 15px
    }

    .popular_carousel_filter .result-selected {
        font-weight    : 700;
        text-decoration: underline
    }

    .popular_carousel_filter ul li.result-selected.highlighted:last-child {
        color: #e6404b
    }

    .popular_carousel_filter .filter-list {
        display: none
    }

    .popular_carousel {
        padding: 30px 15px
    }

    .popular_carousel .event_slider {
        padding: 0
    }

    .popular_carousel .chosen-container-single .chosen-single {
        background-color: #f5f5f5
    }

    .popular_carousel_filter {
        padding: 0 10px
    }

    .mobile_archive .archive h2 {
        text-transform: capitalize;
        text-align    : center
    }

    .mobile_archive {
        max-width: 280px;
        margin   : 0 auto
    }

    .mobile_archive .ajax_ac_widget {
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
        background: -webkit-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background: -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 100%);
        background: linear-gradient(180deg, #f5f5f5 0, #f5f5f5 100%)
    }

    .columns_text .slide_date {
        display: initial
    }

    .slide_info.rubric_article_author .author-span {
        color  : #000;
        opacity: .6
    }

    .all_columns .result_descr p {
        display: none
    }

    .grid_item h3 {
        max-width: 100%
    }

    .author-span {
        font-weight: 400 !important
    }

    .read_also .item {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .message_pop_form form .message_text .wpcf7-form-control-wrap {
        padding-right: 0
    }

    .message_pop_form form .message_text .wpcf7-form-control.wpcf7-submit {
        position: static
    }
}

@media screen and (max-width:820px) {
    .footer_info .footer_logo {
        margin-right: 10px;
        margin-left : 10px
    }
}

@media print {

    .article_controls,
    .article_functions,
    .comments,
    .footer,
    .header,
    .mistape_caption,
    .read_also,
    .sidebar {
        display: none
    }

    .article_content {
        width           : 100%;
        page-break-after: auto;
        padding-top     : 0;
        margin-right    : 0
    }

    .article_content .article_columns {
        display: block
    }

    .article_content h1,
    .article_content h2,
    .article_content p {
        width        : 100%;
        max-width    : 100%;
        margin-bottom: 20px
    }

    .article_content .article_text_wrapper {
        max-width: 100%
    }
}

.quiz-list {
    position : relative;
    display  : flex;
    flex-wrap: wrap;
    margin   : 0 -10px;
}

.item-article {
    position: relative;
    width   : calc(25% - 20px);
    margin  : 0 10px 40px;

}

.item-link {
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
    z-index : 10;
}

.grid_item .item-desc {
    font-size  : 13px;
    line-height: 150%;
}


/* === CUSTOM STYLES FOR QUIZES === */

.article_content.quiz {
    width: 100%;
}

.ays_question_hint_container {
    left   : 0 !important;
    z-index: 999 !important;
}

.ays_buttons_div .action-button {
    width      : 175px;
    height     : 34px;
    font-weight: 500;
    font-size  : 16px;
    line-height: 19px;
    font-family: Roboto, sans-serif;
}


.ays-field .ays_position_initial {
    cursor      : pointer;
    padding-left: 60px !important;
}

.ays-field.correct_div.checked_answer_div {
    background: #C6F1CA !important;
}

.ays-field .ays_position_initial:before {
    display: none !important;
    content: unset !important;
}

.ays-field,
.ays-field.checked_answer_div.wrong_div,
.ays_position_initial.answered.wrong {
    background-color: #F5F5F5 !important;
}

.ays_position_initial.answered.wrong {
    color: #E34350 !important;
}

.ays-field.ays_list_view_item input+label.answered::after,
.ays-field.ays_grid_view_item label.answered::after {
    display            : block;
    position           : absolute;
    left               : 22px;
    top                : 50%;
    transform          : translateY(-50%);
    background-size    : contain;
    background-repeat  : no-repeat;
    background-position: center;
    margin-left        : unset;
}


.ays_fa_info_circle::before {
    content: unset !important;
}

.ays_fa_info_circle {
    position           : relative;
    width              : 23px;
    height             : 23px;
    background-image   : url(../img/help_ico.png);
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : contain;
}

.ays_question_hint_text {
    padding         : 0 !important;
    margin          : 0 !important;
    background-color: #FFF;
    box-shadow      : 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
    max-width       : 480px !important;
    left            : 44px !important;
}

.ays_question_hint_text p {
    padding    : 8px 20px !important;
    margin     : 0 !important;
    font-family: Roboto;
    font-style : normal;
    font-weight: normal;
    font-size  : 10px;
    line-height: 12px;
    color      : #696969 !important;
}

[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
    width: 100%;
}

.step.active-step {
    padding-top: 0 !important;
}

.ays_quiz_question p {
    padding: 0 !important;
    margin : 0 !important;
}

.ays-quiz-answers {
    margin-top: 30px !important;
}

.ays_feedback_button_div,
.ays_buttons_div {
    margin-top     : 20px !important;
    justify-content: unset;
}

.ays_feedback_button_div .action-button,
.ays_buttons_div .action-button {
    margin: 0 !important;
}

.ays_feedback_button_div .ays_next:not(.start_button),
.ays_buttons_div .ays_next:not(.start_button) {
    margin-left: auto !important;
}

#ays-quiz-container-1 .ays_buttons_div .ays_previous {
    background: unset !important;
    color     : #B3B3B3 !important;
    padding   : 0 !important;
    text-align: left !important;
}

#ays-quiz-container-1 .ays_buttons_div .ays_previous:before {
    content            : "";
    position           : relative;
    display            : inline-block;
    width              : 7px;
    height             : 9px;
    margin-top         : 50%;
    transform          : translateY(-50%);
    background-image   : url(../img/prev_arrow_ico.png);
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : contain;
}

.wrong_answer_text p,
.right_answer_text p,
.ays_questtion_explanation p {
    padding: 0 !important;
    margin : 0 !important;

    font-family: Roboto;
    font-style : normal;
    font-weight: 500;
    font-size  : 16px;
    line-height: 19px;
}

/* .right_answer_text p {
    color: #1BAF79 !important;
}

.wrong_answer_text p {
    color: #E34350 !important;
} */

.wrong_answer_text,
.right_answer_text {
    margin-top: 15px !important;
}

.ays_questtion_explanation {
    margin-top: 10px !important;
    color     : #696969 !important;
}

.ays-quiz-container p.ays_score {
    padding: 0 !important;
    margin : 0 auto !important;
}

.ays_quiz_results {
    margin-top: 50px !important;
}


.ays_quiz_results .step.ays_question_result {
    margin       : 30px 0 0 0 !important;
    padding      : 0 0 30px 0 !important;
    border-bottom: 1px solid #DDDDDD;
}

.ays_quiz_results .step.ays_question_result .right_answer_text,
.ays_quiz_results .step.ays_question_result .wrong_answer_text {
    display: none !important;
}

.ays_quiz_results .step.ays_question_result .ays-abs-fs {
    margin-top: 50px !important;
}

.ays-abs-fs .ays_quiz_question {
    margin-top: 45px !important;
}

.ays-fs-title {
    font-family: Roboto;
    font-style : normal;
    font-weight: bold;
    font-size  : 22px;
    line-height: 26px;
    color      : #000000;
    margin     : 36px 0 0 0 !important;
}

.ays-fs-subtitle {
    margin     : 15px 0 10px !important;
    font-family: Roboto;
    font-style : normal;
    font-weight: normal;
    font-size  : 18px;
    line-height: 150%;
    color      : #000000;
    text-align : justify;
    padding    : 0 !important;
}

.ays-fs-subtitle p {
    margin : 0 !important;
    padding: 0 !important;
}

.right_answer_text,
.wrong_answer_text {
    padding         : 10px;
    background-color: rgba(124, 120, 184, .6);
    color           : #000;
}


.right_answer_text p,
.wrong_answer_text p,
.right_answer_text p span,
.wrong_answer_text p span {
    color: #000;
}

.right_answer_text a,
.wrong_answer_text a,
.right_answer_text a span,
.wrong_answer_text a span {
    color: #000088;
}

.right_answer_text h3,
.wrong_answer_text h3 {
    margin-bottom: unset;
    color        : #000;
}

.step.ays_thank_you_fs .ays_message div div {
    max-width: 100% !important;
}

.ays_score_message {
    display: none;
}

@media screen and (max-width: 479px) {
    .ays_buttons_div .action-button {
        width  : 124px !important;
        padding: 6px !important;
    }
}

.ays-quiz-answers .ays-field input~label[for^="ays-answer-"] {
    line-height: 22px;
}