/*Color for special projects items*/

.sp_red_big{
    
  
      
    background-color:   #D31D2D ;
    color: #FFF !important;
    
    font-size: 14px !important;
     padding: 3px 6px ;
    
    
}

.sp_red_big:hover{
    
  
    background-color:   #f43a4a ;
    color: #FFF !important;
    
    -webkit-transition:.2s;
    
    
}

/*Color for special projects items end*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'NotoSans';
    background-color: #000;
}

.overflow {
    overflow: hidden;
}

#main-header {
    width: 100%;
    height: 81px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    position: fixed;
    background-color: #fff;
}

#main-header.sticky {
    height: 55px;
    background: #fff;
}

#main-header.sticky .logo-block {
    height: 55px;
    padding: 7px 20px;
}

#main-header.sticky .topbar {
    height: 0;
    overflow: hidden;
}

#main-header.sticky .topbar .menu a {
    font-size: 0;
}

#main-header.sticky .bottom-bar {
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-header.sticky .right-socials a {
    height: 0;
    overflow: hidden;
}

.media-wrap {
    margin: auto;
    background-color: #fafafa;
    overflow: hidden;
}

#nav-icon3 {
    width: 17px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 19px;
    margin-left: -1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

#nav-icon3:hover span {
    background: #d31d2d;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #878787;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
}

#nav-icon3.open-nav span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open-nav span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open-nav span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open-nav span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#main-header .container {
    font-size: 0;
}

#main-header .container .logo-wrap {
    display: inline-block;
    margin-right: 2px;
}

.logo-block {
    height: 81px;
    display: inline-block;
    padding: 20px 20px 0 20px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basic-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.basic-nav li a {
    text-decoration: none;
    color: #000;
    display: block;
}

.right-bar {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 235px);
    width: calc(100% - 235px);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.right-bar:after {
    content: "";
    display: block;
    clear: both;
}

.topbar {
    height: 30px;
    background-color: #262626;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.left-menu {
    display: inline-block;
    vertical-align: top;
}

.left-menu-nav {
    font-size: 0;
    margin-left: 35px;
}

.menu li {
    list-style: none;
    display: inline-block;
}

.menu li a {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
    display: block;
    padding: 7px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li:first-child a {
    padding-left: 2px;
}

.menu li:hover a {
    color: #fff;
}

.right-menu {
    display: inline-block;
}

.right-menu .right-menu-nav {
    margin-right: 11px;
}

.right-menu .right-menu-nav li a {
    padding: 7px 10px;
}

.right-widget {
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
}

.right-socials {
    display: inline-block;
    vertical-align: top;
}

.right-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-socials a:hover {
    background-color: #262626;
}

.right-socials a i {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 8px auto;
}

.facebook {
    background-color: #3b5998;
}

.youtube {
    background-color: #ee1c2e;
}

.rss {
    background-color: #ff8800;
}

.twitter {
    background-color: #1dcaff;
}

.googleplus {
    background-color: #dd4b39;
}

.instagram {
    background-color: #d93175;
}

.linkedin {
    background-color: #007bb6;
}

.tumblr {
    background-color: #37465d;
}

.pinterest {
    background-color: #cb211d;
}

.vk {
    background-color: #c8141b;
}

.message {
    background-color: #c0c0c0;
}

.bottom-bar {
    height: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-bar:after {
    content: "";
    display: block;
    clear: both;
}

.menu-block {
    float: left;
}

.main-menu {
    font-size: 0;
    margin-left: 8px;
}

.main-menu > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px 13px 30px;
    cursor: pointer;
}

.main-menu > li a {
    font-size: 14px;
    text-decoration: none;
    color: #262626;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    display: block;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.main-menu > li:hover > a {
    color: #d52c3a;
}

.main-menu .open-submenu:hover .submenu {
    display: block;
}

.submenu {
    background-color: #fff;
    position: absolute;
    margin-left: -15px;
    padding-top: 13px;
    display: none;
}

.submenu li {
    padding: 7px 15px;
}

.submenu li a {
    font-family: 'NotoSans';
    text-transform: inherit;
}

.submenu li a:hover {
    color: #d52c3a;
}

.main-menu li.active > a {
    border-color: #d21d2c;
}

.main-menu > li.open-submenu > a:after {
    display: inline-block;
    content: '';
    border: solid #d0d0d0;
    border-width: 0 1px 1px 0;
    color: #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 2.5px;
    position: relative;
    left: 5px;
    top: -3px;
}

.login-block {
    height: 100%;
    position: absolute;
    right: 0;
}

.login-block a {
    display: inline-block;
    text-decoration: none;
    width: 50px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #eaeaea;
    overflow: hidden;
}

.login-block a img {
    max-width: 100%;
}

.login-block a i {
    font-size: 13px;
    color: #1c1d22;
    margin-top: 19px;
    display: block;
}

.login-block a:hover i {
    color: #d52c3a;
}

.content {
    max-width: 1180px;
    margin: auto;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-footer {
    margin-top: 40px;
}

.footer-bottom {
    background-color: #1b2128;
    padding: 20px 0;
}

.footer-bottom:after {
    content: "";
    display: block;
    clear: both;
}

.copyright {
    float: left;
}

.copyright span {
    font-size: 12px;
    color: #bbbdbf;
}

.footer-menu {
    float: right;
}

.footer-menu .footer-menu-nav li {
    list-style: none;
    display: inline-block;
}

.footer-menu .footer-menu-nav li a {
    text-decoration: none;
    color: #bbbdbf;
    font-size: 12px;
    font-family: "NotoSans-Bold";
    display: block;
    padding: 0 10px;
}

.footer-menu .footer-menu-nav li:hover a {
    color: #fff;
}

.footer-logo {
    background-color: #25303d;
}

.footer-top {
    font-size: 0;
    background-color: #364559;
}

.footer-top .footer-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 60px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.footer-top .footer-item .logo-wrap {
    margin-bottom: 20px;
}

.footer-top .footer-item span {
    font-size: 13px;
    color: #b2b2b2;
}

.footer-top .footer-item .block-wrapper {
    margin-bottom: 40px;
}

.footer-top .footer-item .block-wrapper h3 {
    font-size: 14px;
    font-family: "NotoSans-Bold";
    color: #fff;
    text-transform: uppercase;
}

.footer-top .footer-item .block-wrapper h3:after {
    display: block;
    content: '';
    border: 1px solid #5b6674;
    position: relative;
    top: 5px;
}

.footer-top .footer-item .section-nav {
    font-size: 0;
    margin-top: -10px;
}

.footer-top .footer-item .section-nav li {
    list-style: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-top: 10px;
}

.footer-top .footer-item .section-nav li:nth-child(even) {
    width: calc(50% - 5px);
    margin-left: 5px;
}

.footer-top .footer-item .section-nav li a {
    font-size: 12px;
    font-family: "NotoSans-Bold";
    color: #b2b2b2;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-top .footer-item .section-nav li:hover a {
    color: #fff;
}

.footer-top .footer-item label {
    margin-top: 20px;
    display: block;
    margin-bottom: 15px;
}

.footer-top .footer-item label .email {
    width: 100%;
    background-color: #4d5969;
    border: 1px solid #b2b2b2;
    font-size: 13px;
    padding: 5px 0;
    text-indent: 10px;
    font-family: 'NotoSans-Italic';
}

.footer-top .footer-item label .email.error {
    border-color: red !important;
}

.footer-top .footer-item .btn {
    width: 130px;
    background-color: #6f7781;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 0;
    cursor: pointer;
}

.footer-top .footer-item .btn:hover {
    text-decoration: underline;
}

.footer-top .footer-item .tags-nav {
    font-size: 0;
    margin-top: -10px;
}

.footer-top .footer-item .tags-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 10px;
}

.footer-top .footer-item .tags-nav li a {
    font-size: 10px;
    display: block;
    border: 1px solid #b2b2b2;
    text-decoration: none;
    color: #b2b2b2;
    padding: 2px 10px;
}

.footer-top .footer-item .tags-nav li:hover a {
    border-color: #fff;
    color: #fff;
}

.footer-social-nav {
    margin-top: 30px;
}

.footer-social-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.footer-social-nav li a {
    text-decoration: none;
}

.footer-social-nav li a i {
    font-size: 16px;
    color: #b2b2b2;
}

.footer-social-nav li:hover a i {
    color: #fff;
}

.full-width-section {
    text-align: center;
    max-height: 360px;
    position: relative;
    overflow: hidden;
}

.full-width-section .container {
    padding-left: 0;
}

.full-width-section .section-wrap {
    position: absolute;
    top: 35px;
    color: #fff;
    max-width: 1180px;
    width: 100%;
}

.full-width-section .section-img-wrap {
    position: relative;
    min-width: 100%;
    height: 100%;
    min-height: 360px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.full-width-section .section-img-wrap img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.informer span {
    margin-top: 13px;
    font-size: 16px;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    display: block;
}

.informer h3 {
    margin-top: 32px;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0 9%;
    letter-spacing: 1.3px;
}

.informer p {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 15px;
}

.informer .btn {
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #e8e8e8;
    padding: 7px 35px;
    display: inline-block;
    margin-top: 32px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.informer .btn:hover {
    text-decoration: underline;
}

.informer .section-wrap {
    margin-bottom: 40px;
}

.important span {
    font-size: 16px;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    display: block;
}

.important h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 45px;
    letter-spacing: 1px;
}

.important .play-button {
    position: relative;
    height: 100px;
    margin-top: 75px;
    cursor: pointer;
    display: inline-block;
}

.important .play-button:after {
    border: 3px solid #fff;
    background-color: transparent;
    width: 92px;
    height: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.important .play-button:before {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 31px;
    border-color: transparent transparent transparent #ffffff;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -11px;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.important .play-button:hover:after {
    border-color: red;
}

.important .play-button:hover:before {
    border-color: transparent transparent transparent red;
}

.how-to .wrap {
    margin-top: 50px;
    position: relative;
}

.how-to .wrap:after {
    content: "";
    display: block;
    clear: both;
}

.how-to .wrap .border {
    height: 100%;
    position: absolute;
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    background-color: #e8e8e8;
}

.how-to {
    margin-bottom: 100px;
    position: relative;
}

.how-to:after {
    content: "";
    display: block;
    clear: both;
}

.how-to h2 {
    font-size: 48px;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    color: #d31d2d;
    text-align: center;
    margin-top: 60px;
}

.how-to .how-to-item {
    width: 43%;
    float: left;
}

.how-to .how-to-item:last-child {
    float: right;
}

.how-to .container {
    position: relative;
}

/*.how-to .block-small:nth-child(3) {
    float: right;
}*/

.navigation {
    float: right;
}

.navigation a {
    text-decoration: none;
    width: 24px;
    height: 24px;
    border: 1px solid #d31d2d;
    display: inline-block;
    text-align: center;
    background-color: #f3f3f3;
}

.navigation a i {
    font-size: 12px;
    color: #d31d2d;
}

.navigation a.disabled {
    pointer-events: none;
    background-color: grey;
    border-color: #000;
}

.navigation a.disabled i {
    color: #000;
}

.navigation a:hover {
    background-color: #d31d2d;
}

.navigation a:hover i {
    color: #e7868e;
}

.block-large {
    position: relative;
    margin-bottom: 25px;
}

.block-large .img-wrap {
    overflow: hidden;
    max-height: 265px;
}

.block-large .img-wrap:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0);
}

.block-large .img-wrap img {
    width: 100%;
    /*height: auto;*/
    /*max-height: 265px;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.block-large .title-wrap {
    position: absolute;
    bottom: 6%;
    padding: 0 20px;
}

.block-large .title-wrap h3 {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 0.5px;
}

.block-large .title-wrap span {
    font-size: 10px;
    color: #fff;
    /*Addition to author formatting*/
        display: inline-block;
    margin-right: 5px;
}

.block-large .title-wrap .grey {
    color: #aaa;
}

.time {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    font-size: 10px;
    color: #fff;
    padding: 3px 6px;
}

.block-small-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.block-small {
    width: 48%;
    position: relative;
    float: left;
}

/*.block-small:last-child {
    float: right;
}*/

.block-small:nth-child(2n) {
    float: right;
}

.block-small .img-wrap {
    overflow: hidden;
    max-height: 130px;
}

.block-small .img-wrap img {
    width: 100%;
    /*height: auto;*/
    /*max-height: 130px;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.block-small .time {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    font-size: 10px;
    color: #fff;
    padding: 3px;
}

.block-small .title-wrap h3 {
    font-size: 12px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 25px;
    letter-spacing: 0.5px;
}

.block-small .title-wrap span {
    font-size: 10px;
    color: #666;
    display:inline-block;
}

.block-small .title-wrap .grey {
    color: #aaa;
}

.block-small a {
    text-decoration: none;
}

.numbers-nav {
    margin-top: 5px;
}

.numbers-nav li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.numbers-nav li span {
    font-size: 10px;
    color: #aaa !important;
}

.numbers-nav li i {
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #aaa;
}

.block-large a:hover h3,
.block-small a:hover h3,
.publications-item a:hover h3 {
    color: #d31d2d !important;
}

.block-large a:hover .img-wrap img,
.block-small a:hover .img-wrap img,
.publications-item a:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.more {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    border: 2px solid #e8e8e8;
    margin-top: 35px;
    padding: 8px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.more:hover {
    background-color: #f3f3f3;
    color: #d31d2d;
}

.spec-project {
    background-color: #f2f2f2;
    padding-top: 45px;
    padding-bottom: 50px;
}

.spec-project .wrap {
    padding: 0 50px;
    max-width: 1440px;
    margin: auto;
}

.spec-project h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "NotoSans-Bold";
}

.spec-project h3:after {
    display: block;
    content: '';
    border-bottom: 2px solid #d31d2d;
    width: 64%;
    margin: auto;
    margin-top: 5px;
}

.spec-project a {
    text-decoration: none;
}

.spec-project a:hover h3 {
    color: #d31d2d;
}

.spec-project .multiple-items {
    margin-top: 40px;
    position: relative;
}

.spec-project .multiple-items .img-wrap {
    position: relative;
}

.spec-project .multiple-items .img-wrap img {
    width: 100%;
    height: auto;
}

.spec-project .multiple-items .img-wrap:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0);
}

.spec-project .multiple-items .slid-item {
    margin: 0 17px;
    position: relative;
}

.spec-project .multiple-items .slid-item:hover h4 {
    color: #d31d2d;
}

.spec-project .multiple-items .title-wrap {
    position: absolute;
    bottom: 5%;
    padding: 0 15px;
}

.spec-project .multiple-items .title-wrap h4 {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 7px;
}

.spec-project .multiple-items .title-wrap span {
    font-size: 10px;
    color: #fff;
}

.spec-project .multiple-items .title-wrap .grey {
    color: #aaa;
}

.spec-project .multiple-items a {
    text-decoration: none;
}

.spec-project .multiple-items .slick-prev, .spec-project .multiple-items .slick-next {
    height: 100% !important;
    width: 25px;
    top: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 1px solid #d31d2d;
}

.spec-project .multiple-items .slick-prev:hover, .spec-project .multiple-items .slick-next:hover {
    background-color: #d31d2d;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.spec-project .multiple-items .slick-prev:hover:before, .spec-project .multiple-items .slick-next:hover:before {
    color: #fff;
}

.spec-project .multiple-items .slick-prev:before,
.spec-project .multiple-items .slick-next:before {
    font-family: 'icomoon';
    color: #d31d2d;
    width: 25px;
    font-size: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.spec-project .multiple-items .slick-next:before {
    content: "\e902";
}

.spec-project .multiple-items .slick-prev:before {
    content: "\e903";
}

.hero {
    padding-top: 81px;
}

.hero:after {
    content: "";
    display: block;
    clear: both;
}

.hero .wrap {
    max-height: 500px;
    font-size: 0;
}

.hero .wrap:after {
    content: "";
    display: block;
    clear: both;
}

.hero .wrap .hero-large {
    width: 50%;
    float: left;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 448px;
    position: relative;
}

.hero .wrap .hero-large .img-wrap {
    max-height: 448px;
    overflow: hidden;
    position: relative;
}

.hero .wrap .hero-large .img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hero .wrap .hero-large .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hero .wrap .hero-large .title-wrap h3 {
    font-size: 26px;
    color: #fff;
    font-family: 'NotoSans';
    font-weight: normal;
    bottom: 5%;
    position: absolute;
    padding-right: 70px;
    line-height: 30px;
}

.hero .wrap .hero-large .title-wrap .numbers-nav + h3 {
    bottom: 10%;
}

.hero .wrap .hero-large .title-wrap .numbers-nav {
    position: absolute;
    bottom: 5%;
}

.hero .wrap .hero-large .title-wrap .numbers-nav li i,
.hero .wrap .hero-large .title-wrap .numbers-nav li span {
    color: #fff !important;
    font-size: 12px;
}

.hero .wrap .hero-small {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 224px;
}

.hero .wrap .hero-small .img-wrap {
    max-height: 224px;
    overflow: hidden;
    position: relative;
}

.hero .wrap .hero-small .img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hero .wrap .hero-small .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hero .wrap .hero-small .title-wrap h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'NotoSans';
    font-weight: normal;
    bottom: 5%;
    position: absolute;
    padding-right: 25px;
    line-height: 1.2;
}

.hero .wrap .hero-small .title-wrap .numbers-nav + h3 {
    bottom: 15%;
}

.hero .wrap .hero-small .title-wrap .numbers-nav {
    position: absolute;
    bottom: 5%;
}

.hero .wrap .hero-small .title-wrap .numbers-nav li i,
.hero .wrap .hero-small .title-wrap .numbers-nav li span {
    color: #fff !important;
    font-size: 12px;
}

.hero-large .img-wrap:before,
.hero-small .img-wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hero-large .img-wrap:after,
.hero-small .img-wrap:after,
.like-block-item .img-wrap:after,
.video-block-item .img-wrap:after,
.skip-block .block-small .img-wrap:after {
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    font-family: 'icomoon';
    content: "\e922";
    color: #fff;
    font-size: 43px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hero-large .img-wrap:after,
.hero-small .img-wrap:after,
.like-block-item .img-wrap:after,
.video-block-item .img-wrap:after,
.skip-block .block-small .img-wrap:after {
    display: none;
}

.hero-large .img-wrap.video:after,
.hero-small .img-wrap.video:after,
.like-block-item .img-wrap.video:after,
.video-block-item .img-wrap.video:after,
.skip-block .block-small .img-wrap.video:after {
    display: block;
}

.hero-large a,
.hero-small a {
    text-decoration: none;
}

.hero-large:hover .img-wrap:before,
.hero-small:hover .img-wrap:before {
    background: transparent;
}

.hero-large:hover .img-wrap:after,
.hero-small:hover .img-wrap:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.banner {
    margin-top: 30px;
    margin-bottom: 25px;
}

.banner-wrap {
    margin: auto;
    text-align: center;
}

.main-content.main-page {
    padding-top: 0;
}

.main-content.author-content.single-author .interesting-block {
    display: block;
}

.main-content {
    padding-top: 96px;
}

.main-content .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: relative;
}

.main-content .wrap:after {
    content: "";
    display: block;
    clear: both;
}

.main-content .container {
    padding-left: 0;
}

.main-content .content-block {
    width: 71.5%;
    float: left;
    padding: 20px 20px 0 20px;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.main-content .sidebar {
    width: 28.5%;
    float: right;
    padding: 20px 20px 0 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.block-wrapper-content {
    border-bottom: 2px solid #d31d2d;
    margin-bottom: 20px;
    padding-bottom: 3px;
    position: relative;
}

.block-wrapper-content:after {
    content: "";
    display: block;
    clear: both;
}

.block-wrapper-content span {
    font-size: 22px;
    font-family: "NotoSans-Bold";
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block-wrapper-content a {
    text-decoration: none;
}

.block-wrapper-content a:hover span {
    color: #d31d2d;
}

.news-item {
    padding-bottom: 50px;
}

.news-item .items-wrap {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-item .items-wrap.position-right .block-large {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 2%;
}

.news-item .block-large,
.news-item .block-small-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.news-item .block-large .grey,
.news-item .block-small-wrap .grey {
    margin: 11px 0 4px;/*added additional margin to fit multiple authors*/
    margin-right: 3px;
    display: inline-block;
}

.news-item .block-large {
    margin-right: 2%;
    width: 48%;
}

.news-item .block-large.right {
    margin-right: 0;
    margin-left: 2%;
}

.news-item .block-small .img-wrap img {
    max-height: 100px;
}

.news-item .items-wrap.next-page .block-small-wrap {
    width: 100%;
}

.news-item .items-wrap.next-page .block-small {
    width: 23%;
    margin-right: 2.67%;
    display: inline-block;
    vertical-align: top;
    float: inherit;
}

.news-item .items-wrap.next-page .block-small:nth-child(4) {
    margin-right: 0;
}

.sidebar {
    padding-bottom: 60px !important;
}

.sidebar .banner-block-sidebar {
    margin-bottom: 25px;
}

.sidebar .banner-block-sidebar img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.sidebar .block-wrapper-content span {
    font-size: 14px;
}

.sidebar .popular-block {
    margin-top: 40px;
}

.popular-nav {
    font-size: 0;
    float: right;
}

.popular-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
}

.popular-nav li a {
    font-size: 10px;
    text-decoration: none;
    display: block;
    background-color: #afb5bd;
    color: #fff;
    padding: 3px 6px;
}

.popular-nav li.active a {
    background-color: #364559;
}

.popular-nav li:hover a {
    text-decoration: underline;
}

.popular-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popular-item .img-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-right: 3%;
}

.popular-item .img-wrapper img {
    width: 100%;
}

.popular-item .title-wrap {
    width: 57%;
    float: right;
}

.popular-item .title-wrap h3 {
    font-size: 13px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 17px;
    font-family: "NotoSans-Bold";
    letter-spacing: -0.5px;
}

.popular-item .title-wrap span {
    font-size: 10px;
    color: #666;
}

.popular-item .title-wrap .grey {
    color: #aaa;
}

.popular-item .title-wrap .numbers-nav {
    margin-top: 0;
}

.popular-item a {
    text-decoration: none;
}

.popular-item a:hover h3 {
    color: #d31d2d;
}

.pop-authors-item {
    position: relative;
    margin-bottom: 15px;
}

.pop-authors-item a {
    text-decoration: none;
}

.pop-authors-item .img-wrap {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.pop-authors-item .img-wrap img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pop-authors-item .title-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    padding-right: 30px;
}

.pop-authors-item .title-wrap h4 {
    font-size: 13px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pop-authors-item .title-wrap span {
    font-size: 10px;
    color: #aaa;
}

.pop-authors-item .title-wrap .quan {
    font-family: "NotoSans-Bold";
}

.pop-authors-item .moreinfo {
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
}

.pop-authors-item .moreinfo a {
    text-decoration: none;
}

.pop-authors-item .moreinfo a:hover i {
    color: #d31d2d;
}

.pop-authors-item .moreinfo a i {
    font-size: 20px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pop-authors-item a:hover h4 {
    color: #d31d2d !important;
}

.video-block,
.like-block {
    margin-top: 40px;
    font-size: 0;
}

.video-block a,
.like-block a {
    text-decoration: none;
}

.video-block .img-wrap,
.like-block .img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-block .img-wrap img,
.like-block .img-wrap img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-block .video-block-item,
.video-block .like-block-item,
.like-block .video-block-item,
.like-block .like-block-item {
    position: relative;
}

.video-block .video-block-item a,
.video-block .like-block-item a,
.like-block .video-block-item a,
.like-block .like-block-item a {
    cursor: pointer;
}

.video-block .video-block-item .title-wrap,
.video-block .like-block-item .title-wrap,
.like-block .video-block-item .title-wrap,
.like-block .like-block-item .title-wrap {
    margin-top: 15px;
}

.video-block .video-block-item .title-wrap .time,
.video-block .like-block-item .title-wrap .time,
.like-block .video-block-item .title-wrap .time,
.like-block .like-block-item .title-wrap .time {
    color: #fff;
}

.video-block .video-block-item .title-wrap h3,
.video-block .like-block-item .title-wrap h3,
.like-block .video-block-item .title-wrap h3,
.like-block .like-block-item .title-wrap h3 {
    font-size: 14px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "NotoSans-Bold";
}

.video-block .video-block-item .title-wrap span,
.video-block .like-block-item .title-wrap span,
.like-block .video-block-item .title-wrap span,
.like-block .like-block-item .title-wrap span {
    font-size: 10px;
    color: #666;
}

.video-block .like-block-item,
.like-block .like-block-item {
    margin-bottom: 35px;
}

.like-block-item:hover .img-wrap:before,
.video-block-item:hover .img-wrap:before {
    background: transparent;
}

.like-block-item:hover .img-wrap img,
.video-block-item:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.like-block-item:hover .img-wrap:after,
.video-block-item:hover .img-wrap:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.note {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    color: #fff !important;
    background-color: #d31d2d;
    padding: 3px 6px;
    text-transform: uppercase;
}

.video-block a:hover h3,
.like-block a:hover h3 {
    color: #d31d2d !important;
}

.social-block {
    margin-top: 75px;
}

.social-block .socials {
    font-size: 0;
}

.social-block .socials li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 31.8%;
    height: 90px;
    margin-right: 2.3%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-block .socials li:last-child {
    margin-right: 0;
}

.social-block .socials li a {
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 13px;
}

.social-block .socials li a i {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.social-block .socials li a span {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 17px;
}

.social-block .socials li a .quan {
    font-family: "NotoSans-Bold";
}

.social-block li:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.main-content.bottom .content-block,
.main-content.bottom .sidebar {
    padding-top: 75px;
}

.open-menu {
    display: none;
}

.open-menu .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    overflow: auto;
}

.open-menu .menu-wrap .content {
    margin: auto;
    position: relative;
}

.nav-block-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 90px;
    position: relative;
}

.nav-block-wrap > a {
    position: absolute;
}

.nav-block-left {
    width: 200px;
    margin-top: 40px;
    padding-bottom: 15px;
}

.nav-block-left .nav-top,
.nav-block-left .nav-bottom {
    margin: 20px 0;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262;
    padding: 20px 0;
}

.nav-block-left .nav-top li,
.nav-block-left .nav-bottom li {
    list-style: none;
}

.nav-block-left .nav-top li a,
.nav-block-left .nav-bottom li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-family: "NotoSans-Bold";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-block-left .nav-top li a:hover,
.nav-block-left .nav-bottom li a:hover {
    color: #d31d2d;
}

.nav-block-left .nav-bottom {
    border-top: none;
    padding-top: 0;
    font-family: inherit;
}

.nav-block-left .nav-bottom li a {
    font-family: 'NotoSans';
    color: #767676;
    text-transform: uppercase;
    font-size: 11px;
}

.nav-block-left .nav-bottom li a:hover {
    color: #fff;
}

.arrow-close {
    position: fixed;
    top: 30px;
    left: 30px;
    text-decoration: none;
}

.arrow-close:hover i {
    color: #d31d2d;
}

.arrow-close i {
    font-size: 40px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-block-right {
    width: 40%;
    padding-left: 5%;
}

.nav-block-right .main-menu {
    margin-top: -20px;
}

.nav-block-right .main-menu li {
    display: block;
}

.nav-block-right .main-menu li a {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-block-right .main-menu li a:after {
    display: none;
}

.nav-block-right .main-menu li a:hover {
    color: #d31d2d;
}

.ajax-news {
    width: 100% !important;
}

.ajax-news .block-small {
    width: 23%;
    margin-right: 2.5%;
}

.page404 .content-block {
    width: 100% !important;
    margin-bottom: 30px;
}

.page404 .content-block .error-page {
    text-align: center;
    padding-bottom: 50px;
}

.page404 .content-block .error-page h2 {
    font-size: 160px;
    color: #d31d2c;
    font-family: "NotoSans-Bold";
}

.page404 .content-block .error-page h4 {
    font-family: "NotoSans-Bold";
    font-size: 24px;
    text-transform: uppercase;
}

.page404 .content-block .error-page .more {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
}

.navigation-block {
    margin-bottom: 15px;
}

.navigation-block .navigation-pages li,
.navigation-block .breadcrumb li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #7b7b7b;
}

.navigation-block .navigation-pages li a,
.navigation-block .breadcrumb li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #7b7b7b;
    padding-right: 15px;
}

.navigation-block .navigation-pages li a:after,
.navigation-block .breadcrumb li a:after {
    content: '';
    border: solid #7b7b7b;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: -1px;
    left: 8px;
}

.navigation-block .navigation-pages li a:hover,
.navigation-block .breadcrumb li a:hover {
    color: #000;
}

.navigation-block .navigation-pages li:last-child a:after,
.navigation-block .breadcrumb li:last-child a:after {
    display: none;
}

.author-block-content:after {
    content: "";
    display: block;
    clear: both;
}

.author-block-content .img-wrap {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.author-block-content .img-wrap img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
}

.author-block-content .title-block {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 55px;
}

.author-block-content .title-block h3 {
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
    font-size: 24px;
}

.author-block-content .title-block p {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.author-block-content .author-share {
    margin-top: 15px;
    padding-bottom: 35px;
}

.author-block-content .author-share li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}

.author-block-content .author-share li a {
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.author-block-content .author-share li a:hover {
    border-color: #d31d2d;
}

.author-block-content .author-share li a:hover i {
    color: #d31d2d;
}

.author-block-content .author-share li a i {
    color: #a2a2a2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.publications-block .publc-author {
    font-size: 13px;
    color: #aaa;
    text-transform: inherit;
    font-family: 'NotoSans';
    margin-left: 10px;
}

.publications-block .publc-author:before {
    display: inline-block;
    content: '';
    border-left: 1px solid #aaa;
    height: 17px;
    position: relative;
    left: -5px;
}

.publications-wrap {
    font-size: 0;
}

.publications-block .publications-wrap {
    margin-bottom: 45px;
}

.publications-item {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    position: relative;
    margin-top: 40px;
}

.publications-item:nth-child(1), .publications-item:nth-child(2) {
    margin-top: 0;
}

.publications-item:nth-child(2n) {
    margin-right: 0;
}

.publications-item .img-wrap {
    position: relative;
    overflow: hidden;
}

.publications-item .img-wrap img {
    width: 100%;
    height: auto;
    max-height: 265px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.publications-item .img-wrap:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0);
}

.publications-item .title-wrap {
    position: absolute;
    bottom: 9%;
    padding: 0 20px;
}

.publications-item .title-wrap h3 {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.publications-nav-wrap {
    margin: 50px 0;
    float: left;
}

.publications-nav-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.publications-nav-wrap .publc-nav {
    float: left;
}

.publications-nav-wrap .publc-nav li {
    margin-right: 5px;
}

.publications-nav-wrap .publc-nav li a {
    padding: 10px 15px;
    display: block;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.publications-nav-wrap .publc-nav li a i {
    font-size: 10px;
}

.publications-nav-wrap .publc-nav li.active a {
    border-color: #d31d2d;
}

.publications-nav-wrap .publc-nav li:hover a {
    border-color: #d31d2d;
}

.publications-nav-wrap .more {
    text-transform: uppercase;
    float: right;
    margin-top: 0;
    padding: 8px 50px;
}

.interesting-block,
.similar-block {
    padding-bottom: 20px;
}

.interesting-block .block-wrapper-content span,
.similar-block .block-wrapper-content span {
    font-size: 14px;
}

.interesting-block .publications-item,
.similar-block .publications-item {
    margin-top: 20px;
}

.interesting-block .publications-item:nth-child(1), .interesting-block .publications-item:nth-child(2),
.similar-block .publications-item:nth-child(1),
.similar-block .publications-item:nth-child(2) {
    margin-top: 0;
}

.publications-block:after {
    content: "";
    display: block;
    clear: both;
}

.author-content .content-block,
.author-content .sidebar,
.report-content .content-block,
.report-content .sidebar {
    margin-bottom: 20px;
}

.report-content {
    padding-top: 96px;
}

.report-content .content-block {
    padding-bottom: 20px;
}

.report-content .more,
.author-content .more {
    float: right;
    width: 300px;
    text-transform: uppercase;
}

.author-block-content .author-alf li a {
    font-size: 14px;
    color: #999;
    padding: 0 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.author-block-content .author-alf li:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.author-block-content .author-alf li:hover a {
    color: #d31d2d;
}

.author-alf-wrap {
    padding-bottom: 30px;
}

.author-content .interesting-block {
    display: none;
}

.author-alf-item {
    margin-top: 15px;
    font-size: 0;
    border-bottom: 1px solid #e7e7e7;
}

.author-alf-item h3 {
    font-size: 28px;
    font-family: "NotoSans-Bold";
}

.author-alf-item .author-alf-fio {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 20px;
}

.author-alf-item .author-alf-fio li {
    display: block;
}

.author-alf-item .author-alf-fio li a {
    font-size: 13px;
    line-height: 20px;
}

.author-alf-item .author-alf-fio li a span {
    margin-left: 3px;
}

.author-alf-item .author-alf-fio li a:hover {
    text-decoration: underline;
}

.comments {
    margin-top: 20px;
}

.comments img {
    width: 100%;
}

.share-block {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    background-color: #eee;
    margin-left: -20px;
    margin-bottom: 40px;
}

.share-block form {
    display: inline-block;
}

.share-block .share-nav {
    height: 62px;
}

.share-block .share-nav span {
    font-size: 14px;
}

.share-block .share-nav li {
    position: relative;
    border-right: 1px solid #fff;
    padding: 20px 18px;
}

.share-block .share-nav li a {
    display: block;
    color: #aaa;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.share-block .share-nav li a i {
    font-size: 15px;
    margin-right: 3px;
}

.share-block .share-nav li a .icon-x {
    display: none;
    font-size: 19px;
}

.share-block .share-nav li a .like-but {
    background-color: #4267b2;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 7px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "NotoSans-Bold";
}

.share-block .share-nav li a .like-but:hover {
    color: #000;
}

.share-block .share-nav li .arm-tb {
    display: inline-block;
}

.share-block .share-nav li .arm-tb:first-child {
    padding-right: 2px;
}

.share-block .share-nav li .arm-tb:last-child {
    padding-left: 2px;
}

.share-block .share-nav li.toolbar-item {
    float: right;
    border: none;
}

.pop-share {
    position: absolute;
    top: -20px;
    left: -12px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px !important;
    padding: 2px 3px;
    display: none;
}

.pop-share:after, .pop-share:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pop-share:after {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 5px;
    margin-left: -5px;
}

.pop-share:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 5px;
    margin-left: -5px;
}

.pop-share.left {
    left: -17px !important;
}

.pop-share.right {
    left: 10px !important;
    white-space: nowrap;
}

.text-block p {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 90px;
    margin: 35px 0;
    line-height: 25px;
}

.text-block .img-wrap-text {
    margin: 30px 0;
}

.text-block .img-wrap-text img {
    width: 100%;
    height: auto;
}

.tags-block {
    margin: 40px 0;
}

.tags-block span {
    font-size: 10px;
    color: #646464;
    text-transform: uppercase;
}

.tags-block .tags-text {
    margin-left: 5px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.tags-block .tags-text li a {
    background-color: #aaa;
    color: #fff;
    font-size: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 1px 5px;
}

.tags-block .tags-text li a:hover {
    background-color: #333;
}

.prev-next-wrap {
    font-size: 0;
}

.prev-next-wrap .prev-next-item {
    text-align: center;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
    margin: 30px 0;
}

.prev-next-wrap .prev-next-item a {
    text-decoration: none;
}

.prev-next-wrap .prev-next-item a:hover h3 {
    color: #d31d2d;
}

.prev-next-wrap .prev-next-item span {
    font-size: 12px;
    color: #aaaaaa;
}

.prev-next-wrap .prev-next-item span i {
    font-size: 10px;
    margin: 0 10px;
}

.prev-next-wrap .prev-next-item h3 {
    margin-top: 10px;
    font-family: "NotoSans-Bold";
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 50px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.report-block {
    margin-bottom: 90px;
}

.report-block:after {
    content: "";
    display: block;
    clear: both;
}

.report-block .block-wrapper-content span {
    font-size: 14px;
    text-transform: initial;
}

.report-block .block-wrapper-content .report-nav {
    display: inline-block;
    vertical-align: middle;
}

.report-block .block-wrapper-content .report-nav li a {
    font-size: 13px;
    color: #888;
    padding: 0 10px;
}

.report-block .block-wrapper-content .report-nav li a:hover {
    color: #000;
}

.report-block .block-wrapper-content .report-type {
    float: right;
    margin-right: 5px;
}

.report-block .block-wrapper-content .report-type li {
    margin-left: 20px;
}

.report-block .block-wrapper-content .report-type li a {
    color: #bebebe;
}

.report-block .block-wrapper-content .report-type li.active a {
    color: #333;
}

.report-block .block-wrapper-content .report-type li:hover a {
    color: #333;
}

.report-block .banner-block {
    margin: 40px 0;
}

.report-block .publications-nav-wrap {
    margin: 50px 0;
}

.report-block .publications-item .title-wrap span,
.report-block .publications-item .title-wrap .grey,
.report-block .publications-item .title-wrap p,
.report-block .publications-item .title-wrap .numbers-nav {
    display: none;
}

.small .publications-item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 50px;
}

.small .publications-item a {
    text-decoration: none;
}

.small .publications-item .title-wrap {
    position: inherit;
    padding: 0;
}

.small .publications-item .title-wrap h3 {
    color: #000;
}

.small .publications-item .title-wrap span {
    font-size: 10px;
    color: #666;
    margin: 7px 0;
    display: inline-block;
}

.small .publications-item .title-wrap .grey {
    color: #aaa;
    margin-right: 3px;
    display: inline-block;
}

.small .publications-item .title-wrap .numbers-nav {
    display: block;
}

.small .publications-item .title-wrap p {
    display: none;
}

.small .publications-item:nth-child(2n) {
    margin-right: 2%;
}

.small .publications-item:nth-child(4n) {
    margin-right: 0;
}

.small .publications-item .img-wrap:after {
    display: none;
}

.big .publications-item {
    width: 100%;
    margin-right: 0;
}

.big .publications-item .img-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

.big .publications-item .title-wrap {
    position: inherit;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.big .publications-item .title-wrap h3 {
    color: #000;
    margin-top: 15px;
}

.big .publications-item .title-wrap span {
    font-size: 10px;
    margin-right: 7px;
    color: #666;
    display: inline-block;
}

.big .publications-item .title-wrap .grey {
    color: #aaa;
    margin-right: 3px;
    display: inline-block;
}

.big .publications-item .title-wrap .numbers-nav {
    display: block;
    margin: 15px 0;
}

.big .publications-item .title-wrap p {
    font-size: 14px;
    color: #333;
    display: block;
}

.big .publications-item .img-wrap:after {
    display: none;
}

.big .publications-item:nth-child(2) {
    margin-top: 40px;
}

.report-title {
    position: relative;
    top: 81px;
    max-height: 147px;
}

.report-title .content {
    padding-left: 0;
}

.report-title .section-img-wrap img {
    width: 100%;
    max-height: 147px;
    min-height: 147px;
}

.report-title .report-title-wrap {
    text-align: center;
    position: absolute;
    top: 24px;
    color: #fff;
    max-width: 1180px;
    width: 100%;
}

.report-title .report-title-wrap h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-family: "NotoSans-Bold";
    margin-bottom: 5px;
    display: inline-block;
}

.report-title .report-title-wrap p {
    font-size: 14px;
    color: #b0b0b1;
}

.sub-title {
    display: inline-block;
    margin-left: 5px;
}

.sub-title h3 {
    color: #d31d2d !important;
}

.sub-title h3:after {
    display: inline-block;
    content: '';
    border: solid #d31d2d;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 4px;
    position: relative;
    left: 12px;
    top: -12px;
}

.sub-title .sub-title-nav {
    background-color: #fff;
    padding: 10px;
    text-align: left;
    position: absolute;
    margin-left: -10px;
    display: none;
    z-index: 1;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}

.sub-title .sub-title-nav li {
    display: block;
}

.sub-title .sub-title-nav li a {
    font-size: 24px;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sub-title .sub-title-nav li a:hover {
    color: #d31d2d;
}

.terms .text-block {
    padding-left: 40px;
}

.terms .text-block h2 {
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "NotoSans-Bold";
    margin-bottom: 10px;
}

.terms .text-block p {
    font-size: 16px;
    padding-left: 0;
    margin: 0;
    line-height: 30px;
}

.terms .text-block ol {
    margin-left: 20px;
}

.terms .text-block ol li {
    line-height: 27px;
}

.terms .text-block h3 {
    margin-top: 40px;
    font-size: 16px;
    font-family: "NotoSans-Bold";
}

.banner-block {
    text-align: center;
}

.banner-block img {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.search-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    padding-top: 30px;
}

.search-item a {
    text-decoration: none;
}

.search-item a:hover h3 {
    color: #d31d2d;
}

.search-item a:hover p {
    color: #d31d2d;
}

.search-item p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-item .numbers-nav {
    margin: 5px 0 10px 0;
}

.search-item h3 {
    font-family: "NotoSans-Bold";
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-block:after {
    content: "";
    display: block;
    clear: both;
}

.search-block .publications-nav-wrap {
    margin: 50px 0 90px 0;
}

.search-result {
    border-bottom: 2px solid #d31d2d;
    padding-bottom: 30px;
}

.search-result h3 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 7px;
}

.search-result .span-result {
    font-size: 24px;
    color: #d31d2d;
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
}

.search-result p {
    font-size: 14px;
    color: #666;
}

.search-result form {
    text-align: center;
}

.search-result form label[for=search-input] {
    margin: 15px 0;
    display: block;
    position: relative;
}

.search-result form .search-input {
    width: 100%;
    text-indent: 15px;
    color: #000;
    font-size: 14px;
    padding: 9px 0;
    border: 2px solid #e8e8e8;
}

.search-result form .btn {
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 50px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-result form .btn:hover {
    background-color: #f3f3f3;
    color: #d31d2d;
}

.search-result form .search {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-result form .search i {
    font-size: 15px;
    color: #606064;
}

.search-result form .search:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.search-result form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.search-result form .date-input {
    border: 1px solid #b2b2b2;
    padding: 4px;
    font-size: 13px;
    color: #333;
    text-indent: 6px;
}

.search-result form .date-input:before {
    font-family: 'icomoon';
    display: block;
    content: "\e918";
    font-size: 15px;
    color: #000;
}

.search-result form label[for=date-input] {
    margin: 20px 0;
    text-align: left;
    display: block;
}

.search-result form label[for=date-input] span {
    margin: 0 8px;
}

.search-result form label[for=select-input] {
    text-align: left;
    display: block;
    margin-bottom: 30px;
}

.search-result form label[for=select-input] #author-select,
.search-result form label[for=select-input] #section-select,
.search-result form label[for=select-input] #tags-select {
    border: 1px solid #b2b2b2;
    padding: 4px;
    font-size: 13px;
    color: #333;
    width: 200px;
    margin-right: 40px;
}

.search-result form input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}

.search-result form input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.check {
    display: inline-block;
    margin-left: 75px;
    vertical-align: top;
    font-size: 13px;
    position: relative;
    margin-top: 3px;
}

.checkbox {
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    margin: 0;
    left: -30px;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    border: 1px solid #b2b2b2;
}

.checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    content: '\2713';
    display: inline-block;
    color: #666;
    font-size: 18px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    border: 1px solid #b2b2b2;
}

.video-blog {
    background-color: #000;
    padding-top: 81px;
}

.video-blog .content {
    padding: 0;
}

.video-blog .video-blog-wrap {
    padding-left: 40px;
    font-size: 0;
    position: relative;
    padding-bottom: 10px;
}

.video-blog .video-blog-wrap .title-wrap {
    padding-top: 15px;
    margin-bottom: 15px;
}

.video-blog .video-blog-wrap .title-wrap .note {
    position: inherit;
    margin-right: 20px;
    font-size: 10px;
}

.video-blog .video-blog-wrap .title-wrap .numbers-nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 15px;
}

.video-blog .video-blog-wrap .title-wrap h2 {
    font-size: 26px;
    font-family: "NotoSans-Bold";
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1.3px;
}

.video-blog .video-blog-wrap .title-wrap .grey {
    color: #aaa;
    margin-right: 6px;
    font-size: 11px;
}

.video-blog .video-blog-wrap .title-wrap span {
    font-size: 11px;
    color: #666;
}

.video-blog .video-blog-wrap .title-wrap a {
    text-decoration: none
}

.video-blog + .report-content {
    padding-top: 10px;
}

.iframe-video-wrap {
    width: 67%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.iframe-video-wrap .videowrapper {
    padding-bottom: 56.25%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.iframe-video-wrap .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.last-video-block {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    max-height: 444px;
    overflow-y: hidden;
}

.last-video-block .block-wrapper-content {
    margin-bottom: 10px;
    margin-left: 10px;
}

.last-video-block .block-wrapper-content span {
    color: #fff;
    font-size: 14px;
}

.last-video-block .last-video-wrap {
    max-height: 455px;
    overflow-y: scroll;
}

.last-video-block .video-item {
    font-size: 0;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 25px;
}

.last-video-block .video-item .img-wrap {
    width: 28%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.last-video-block .video-item .img-wrap img {
    max-width: 100%;
    height: auto;
}

.last-video-block .video-item .text-wrap {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}

.last-video-block .video-item .text-wrap h3 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-item:hover {
    background-color: #282828;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #434343;
}

#style-4::-webkit-scrollbar {
    width: 3px;
    background-color: #434343;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border: 0px solid #434343;
}

.items-wrap {
    position: relative;
}

.items-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.loading-wrap {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
}

.loading-wrap span {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    font-weight: 700;
}

#popup1 .popup-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#popup1 .popup-inner .popup-wrap {
    width: 100%;
    max-width: 435px;
    margin: auto;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -webkit-calc(50% - 150px);
    top: calc(50% - 150px);
}

#popup1 .popup-inner .popup-wrap h3 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

#popup1 .popup-inner .popup-wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    background-color: #f3f3f3;
    font-size: 11px;
    font-family: "NotoSans-Bold";
    color: #d31d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 14px;
    font-family: "NotoSans-Bold";
}

#popup1 .popup-inner .popup-wrap .close:hover {
    color: #d31d2d;
}

#popup1 .popup-inner .popup-solial li {
    display: block;
    width: 60%;
    margin: auto;
    margin: 20px auto;
}

#popup1 .popup-inner .popup-solial li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 9px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#popup1 .popup-inner .popup-solial li a:hover {
    color: #000;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#popup1 .popup-inner .popup-solial li a i {
    position: absolute;
    left: 20px;
    top: 6px;
    font-size: 22px;
}

#popup1 {
    display: none;
}

#popup2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 27, 27, 0.85);
    z-index: 3;
}

#popup2 .popup-wrapper {
    position: relative;
    text-align: center;
    top: 30%;
}

#popup2 .popup-wrapper input[type="search"] {
    display: inline-block;
    border: none;
    border-bottom: 2px solid #fff;
    width: 60%;
    height: 90px;
    background: transparent;
    color: #fff;
    font-size: 60px;
}

#popup2 .popup-wrapper input[type="search"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 60px;
}

#popup2 .popup-wrapper span {
    font-size: 22px;
    color: #666;
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 60%;
}

#popup2 .popup-wrapper a {
    position: absolute;
    top: -100%;
    right: 10%;
    background-color: #f3f3f3;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    text-decoration: none;
    color: #d31d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 14px;
    font-family: "NotoSans-Bold";
}

#popup2 .popup-wrapper a:hover {
    color: #d31d2d;
}

.social-share {
    border-top: 1px solid #fff;
    display: none;
}

.social-share li {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: black;
    margin: 10px 0;
}

.social-share li:first-child {
    margin-left: 10px;
}

.social-share li a {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-share li a i {
    color: #fff;
    font-size: 13px;
    padding: 14px 0;
    display: block;
}

.social-share li:hover a {
    background-color: #262626;
}

.tab-item {
    display: none;
}

.active-tab {
    display: block;
}

.button-open-video {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    display: none;
}

.button-open-video span {
    width: 17px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    display: block;
}

.hide {
    display: none !important;
}

.open-report {
    display: none;
    font-size: 13px;
    color: #888 !important;
    padding: 0 10px;
    font-family: "NotoSans" !important;
}

.open-report:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 1px 4px;
    border-color: #000 transparent transparent transparent;
    margin-left: 7px;
}

.toolbar-wrap {
    text-align: center;
}

.toolbar {
    width: 130px;
    background-color: #d3d3d3;
    font-size: 0;
    margin-bottom: 4px;
    text-align: left;
}

.like-toolbar {
    height: 3px;
    background-color: #329e00;
    display: inline-block;
}

.share-block .share-nav li a.like-thumbs,
.share-block .share-nav li a.unlike-thumbs {
    display: inline-block;
    margin: 0 5px;
}

.fixed-wrap {
    background-color: #fff;
    padding-bottom: 10px;
}

.fixed-wrap .block-wrapper-content {
    padding-top: 10px;
}

.mobile-views {
    display: none;
}

.mobile-views-nav {
    margin-bottom: 10px;
}

.mobile-views-nav li {
    margin-right: 10px;
}

.mobile-views-nav li a {
    color: #aaa;
}

.mobile-views-nav li a span {
    margin-left: 5px;
}

.skip-block {
    z-index: 2;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 265px;
    background-color: #fff;
    padding: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.skip-block .block-small {
    width: 100%;
    position: relative;
}

.skip-block .block-small .img-wrap {
    position: relative;
}

.skip-block .block-small .block-wrapper-content {
    border: none;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.skip-block .block-small .block-wrapper-content span {
    font-size: 16px;
}

.skip-block .block-small .title-wrap h3 {
    letter-spacing: -0.4px;
}

.skip-block .block-small .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #d31d2d;
    font-family: "NotoSans-Bold";
    font-size: 10px;
    text-align: center;
    width: 30px;
    height: 20px;
}

.up-button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #b2b2b2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.up-button a {
    text-decoration: none;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.up-button a i {
    color: #fff;
    display: block;
    margin-top: 15px;
    font-size: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.up-button:hover {
    background-color: #000;
}

.up-button:hover a i {
    color: #fff;
}

.main-content .up-button {
    bottom: 20px;
    right: -60px;
}

.how-to .up-button {
    right: -70px;
    bottom: -70px;
}

.project-head {
    height: 54px;
    position: fixed;
    background-color: #fff;
    z-index: 2;
    width: 100%;
}

.project-head:after {
    content: "";
    display: block;
    clear: both;
}

.project-head .container {
    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;
}

.project-head .container .logo-project {
    margin-left: 22px;
    margin-top: 7px;
}

.project-head .container .right-navigation {
    margin-right: 9px;
    margin-top: 10px;
}

.right-nav li a,
.right-nav-hidden li a {
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding: 0 25.5px;
}

.right-nav li.active a,
.right-nav-hidden li.active a {
    font-family: "NotoSans-Bold";
    color: #333;
}

.right-nav-hidden {
    position: absolute;
    right: 9px;
    top: 50px;
    background-color: #fff;
    z-index: 1001;
}

.right-nav-hidden li {
    display: block;
    margin: 10px 0 10px 15px;
}

.toolbar-color {
    height: 4px;
    background-color: #dbdbdb;
}

.toolbar-color .toolbar-result {
    background-color: red;
    width: 50%;
    height: 4px;
}

.title-img.text-top .title {
    top: 150px;
}

.title-img.text-bottom .title {
    top: inherit;
    bottom: 90px;
}

.title-img.text-bottom .title-img-wrap:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(121, 121, 121, 0.25) 25%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(121, 121, 121, 0.25)), to(black));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(121, 121, 121, 0.25) 25%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.noShadow > .title-img-wrap:after {
    background: none !important;
}

.title-img {
    height: 522px;
    position: relative;
    overflow: hidden;
    padding-top: 54px;
}

.title-img .title-img-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: -webkit-linear-gradient(top, black 0%, rgba(121, 121, 121, 0.24) 75%, rgba(250, 250, 250, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(75%, rgba(121, 121, 121, 0.24)), color-stop(99%, rgba(250, 250, 250, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, black 0%, rgba(121, 121, 121, 0.24) 75%, rgba(250, 250, 250, 0) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=0);
}

.title-img .title-img-wrap {
    position: relative;
    min-width: 100%;
    height: 100%;
    min-height: 522px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-img .title-img-wrap img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.title-img .title {
    position: absolute;
    top: 234px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.title-img .title h2 {
    font-size: 36px;
    font-family: "NotoSans-Bold";
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    line-height: 44px;
}

.project-content {
    padding-top: 14px !important;
    margin-bottom: 40px;
    position: relative;
}

.project-content .up-button {
    bottom: 0 !important;
    right: 15px !important;
}

.longrid-wrap {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 15px;
    padding-bottom: 120px;
    position: relative;
}

.longrid-wrap h3 {
    font-size: 18px;
    color: #333;
    font-family: "NotoSans-Bold";
    margin: 0 204px 0 209px;
    line-height: 28px;
    margin-top: 53px;
}

.longrid-wrap h2,
.longrid-wrap ul,
.longrid-wrap ol {
    margin: 0 204px 0 209px;
}

.longrid-wrap p {
    margin: 33px 204px 33px 209px;
    font-size: 16px;
    line-height: 27px;
    color: #333;
}

.longrid-wrap .big-img {
    margin-top: 54px;
}

.longrid-wrap .share-block {
    width: inherit;
    margin: 0 204px 30px 209px;
}

.longrid-wrap .numbers-nav {
    margin: 0;
}

.longrid-wrap .share-nav {
    margin: 0;
}

.title-big-img,
.title-slider,
.title-iframe {
    text-align: center;
    margin: 0 204px 65px 209px;
}

.title-big-img:before,
.title-slider:before,
.title-iframe:before {
    content: '';
    width: 112px;
    height: 1px;
    background-color: #ababab;
    display: inline-block;
}

.title-big-img h4,
.title-slider h4,
.title-iframe h4 {
    font-size: 14px;
    font-family: "NotoSans-Bold";
    color: #333;
    margin-top: 10px;
}

.title-big-img span,
.title-slider span,
.title-iframe span {
    font-size: 13px;
    color: #666666;
    padding: 0 100px;
    display: block;
    line-height: 20px;
}

.img-signature {
    margin-top: 10px;
}

.img-signature.right {
    margin-left: 209px;
}

.img-signature.left {
    margin-right: 204px;
}

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

.signature-wrap.left .img-signature {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.signature {
    width: 140px;
    margin-top: -5px;
}

.signature:before {
    content: '';
    width: 112px;
    height: 1px;
    background-color: #ababab;
    display: inline-block;
}

.signature h4 {
    font-size: 14px;
    margin-top: 10px;
    font-family: "NotoSans-Bold";
}

.signature span {
    font-size: 13px;
    color: #666;
    display: block;
    line-height: 21px;
}

.signature-left {
    margin-left: 40px;
}

.signature-right {
    margin-right: 50px;
    margin-left: 35px;
    text-align: right;
}

.longrid-wrap blockquote {
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    margin: 0 204px 0 209px;
    padding: 35px 0;
    text-align: center;
}

.longrid-wrap blockquote h2 {
    font-family: "NotoSans-Bold";
    font-size: 72px;
    color: #333;
}

.longrid-wrap blockquote h4 {
    font-size: 24px;
    font-family: "NotoSans-Bold";
    padding: 0 30px;
}

.longrid-wrap blockquote span {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0 30px;
}

.longrid-wrap blockquote .img-wrap {
    margin: 30px 0 10px 0;
}

.longrid-wrap blockquote .img-wrap img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 150px;
}

.right-img p {
    margin-right: 0;
}

.right-img img {
    float: right;
    margin-left: 45px;
}

.left-img p {
    margin-left: 0;
}

.left-img img {
    float: left;
    margin-right: 50px;
}

.circle img {
    margin-right: 130px;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.left-img.circle img {
    margin-right: 30px;
    margin-left: 130px;
}

.longrid-wrap p > img {
    margin-left: 0;
}

.gallery-wrap {
    font-size: 0;
}

.gallery-item {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    text-align: center;
}

.gallery-item a {
    text-decoration: none;
}

.gallery-item:last-child {
    margin-right: 0;
}

.gallery-item span {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 15px;
    padding: 0 35px;
}

.single-item .slick-prev, .single-item .slick-next {
    height: 50% !important;
    width: 25px;
    top: 25% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 1px solid #d31d2d;
    background-color: #f0f0f0;
    z-index: 1;
}

.single-item .slick-prev:hover, .single-item .slick-next:hover {
    background-color: #d31d2d;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.single-item .slick-prev:hover:before, .single-item .slick-next:hover:before {
    color: #fff;
}

.single-item .slick-prev:before,
.single-item .slick-next:before {
    font-family: 'icomoon';
    color: black;
    width: 25px;
    font-size: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single-item .slick-next:before {
    content: "\e902";
}

.single-item .slick-prev:before {
    content: "\e903";
}

.single-item .slick-prev {
    left: 25px;
}

.single-item .slick-next {
    right: 25px;
}

.single-item .slick-prev:focus,
.single-item .slick-next:focus {
    background-color: #f0f0f0;
}

.single-item .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

.single-item .slick-dots {
    bottom: 25px;
}

.single-item .slick-dots li.slick-active button:before {
    border: 6px solid #fff;
    opacity: 1;
}

.single-item .slick-dots li {
    width: 12px;
    height: 12px;
    overflow: hidden;
}

.single-item .slick-dots li button {
    width: 12px;
    height: 12px;
}

.single-item .slick-dots li button:before {
    width: 12px;
    height: 12px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    color: transparent;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.single-item .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.single-item .slick-dots li.slick-active button:before {
    color: transparent;
}

.iframe-block-responsive {
    margin: 0 204px 0 209px;
    position: relative;
    padding-bottom: 33.4%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-block-responsive iframe,
.iframe-block-responsive object,
.iframe-block-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.courses-page .iframe-block-responsive {
    margin: 10px 0;
    padding-bottom: 51.4%;
}

.courses-page .title-iframe {
    margin: 10px 0;
}

.iframe-block iframe {
    border: none;
    max-width: 100%;
}

.circle-gallery {
    margin: 55px 184px 0 189px;
    font-size: 0;
}

.circle-gallery .circle-gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    text-align: center;
    margin-right: 8%;
}

.circle-gallery .circle-gallery-item:last-child {
    margin-right: 0;
}

.circle-gallery .circle-gallery-item .img-wrap img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-gallery .circle-gallery-item span {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 35px;
}

.project-work {
    margin-bottom: 75px !important;
}

.project-work .block-wrapper-content span {
    font-size: 14px;
}

.project-work .project-wrap {
    font-size: 0;
    margin-left: -15px;
}

.project-work .project-wrap .project-item {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 70px;/*added authors pics margins */
}

.project-work .project-wrap .project-item img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 80px;
}

.project-work .project-wrap .project-item span {
    font-size: 13px;
    color: #000;
    display: block;
    margin-top: 10px;
}

.longrid-wrap .iframe-block,
.longrid-wrap .project-work,
.longrid-wrap .lolo {
    margin: 0 204px 0 209px;
}

.longrid-wrap .tags-block {
    margin: 65px 204px 60px 209px;
}

.longrid-wrap .prev-next-block h3 {
    padding: 0 30px;
    line-height: 18px;
    margin: 0;
    margin-top: 10px;
}

.longrid-wrap .prev-next-block .prev-next-item {
    position: relative;
}

.longrid-wrap .prev-next-item:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    right: 0;
}

.longrid-wrap .similar-block {
    margin-top: 40px;
}

.longrid-wrap .similar-block h3 {
    margin: 0;
    line-height: 19px;
}

.longrid-wrap .similar-block .publications-item {
    margin-top: 45px;
}

.longrid-wrap .similar-block .publications-item:nth-child(1), .longrid-wrap .similar-block .publications-item:nth-child(2) {
    margin-top: 0;
}

.longrid-wrap .lolo {
    margin-top: 60px;
}

.longrid-wrap .prev-next-item {
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.longrid-wrap .iframe-block {
    text-align: center;
}

.longrid-wrap .iframe-block iframe {
    margin: auto;
}

.progress-bar {
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    background-color: #dbdbdb;
    z-index: 1000;
}

.progress-amt {
    background-color: #c41b2a;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.longrid-author {
    position: absolute;
    top: 15px;
    left: 15px;
    padding-top: 27px;
}

.longrid-author span {
    font-size: 11px;
    color: #666;
}

.longrid-author .grey {
    color: #aaa;
}

.longrid-author .note {
    font-size: 10px;
}

.longrid-author .logo-author {
    margin-top: 10px;
}

.longrid-author .numbers-nav {
    margin-top: 0;
}

.longrid-author .numbers-nav li span {
    font-size: 11px;
}

.project-head #nav-icon3 {
    display: none;
}

.project-head .right-nav-hidden {
    visibility: hidden;
}

.project-head .right-nav-hidden.visible {
    visibility: visible;
}

.project-head .right-navigation {
    width: 100%;
    max-width: 760px;
}

.project-head .right-navigation .right-nav {
    text-align: right;
    visibility: hidden;
}

.project-head .right-navigation button {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    position: absolute;
    top: 8px;
    right: 0;
}

.project-head .right-navigation button i {
    color: #888;
    font-size: 16px;
}

.wrap-similar {
    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;
    margin: 0 204px 0 209px;
}

.center-img {
    text-align: center !important;
    margin: 0 204px 0 209px !important;
    float: inherit !important;
}

.mini-image img {
    max-width: 480px !important;
}

.circle.mini-image img {
    max-width: 225px !important;
}

.main-courses {
    max-height: 535px;
    position: relative;
    overflow: hidden;
    margin-top: 81px;
}

.main-courses .section-img-wrap {
    position: relative;
    min-width: 100%;
    height: 100%;
    min-height: 535px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-courses .section-img-wrap:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-courses .section-img-wrap img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-courses .container {
    padding-left: 0;
    max-width: 1000px;
}

.main-courses .container .section-wrap {
    position: absolute;
    top: 115px;
    color: #fff;
    max-width: 1000px;
    width: 100%;
    font-size: 0;
}

.main-courses .container .section-wrap .title-wrap {
    width: 62%;
    display: inline-block;
    vertical-align: top;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-courses .container .section-wrap .title-wrap h3, .main-courses .container .section-wrap .title-wrap h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
}

.main-courses .container .section-wrap .title-wrap h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.main-courses .container .section-wrap .title-wrap p {
    font-size: 16px;
    line-height: 28px;
    padding-right: 20px;
}

.main-courses .container .section-wrap .lessons-wrap {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    float: right;
    text-align: center;
}

.main-courses .container .section-wrap .lessons-wrap .btn {
    font-size: 14px;
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #e8e8e8;
    padding: 7px 35px;
    display: inline-block;
    margin-top: 63px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.main-courses .container .section-wrap .lessons-wrap .btn:hover {
    text-decoration: underline;
}

.lessons-block {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lessons-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lessons-item:last-child {
    margin-bottom: 0;
}

.lessons-item .icon-wrap {
    margin-right: 25px;
}

.lessons-item .icon-wrap i {
    font-size: 38px;
    color: #d21d2c;
}

.lessons-item .span-wrap {
    line-height: 30px;
}

.lessons-item .span-wrap span {
    color: #666;
    font-size: 13px;
}

.lessons-item .span-wrap .lessons-title {
    font-family: "NotoSans-Bold";
    margin-right: 3px;
}

.courses {
    padding-top: 110px;
    position: relative;
}

.courses .courses-content {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.courses .courses-content h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 22px;
    font-family: "NotoSans-Bold";
}

.courses .courses-content p {
    font-size: 16px;
    padding: 0 18%;
    margin-top: 13px;
    line-height: 27px;
}

.courses .up-button {
    right: 20px;
    bottom: 0;
}

.courses-trees-block {
    margin: auto;
    margin-top: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.courses-trees-block .trees-item {
    width: 25%;
    padding-bottom: 35px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.courses-trees-block .trees-item:hover {
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
}

.courses-trees-block .trees-item:hover .img-wrap {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.courses-trees-block .trees-item:hover h3 {
    color: #d21d2c;
}

.courses-trees-block .trees-item a {
    text-decoration: none;
}

.courses-trees-block .trees-item .img-wrap {
    margin: 35px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.courses-trees-block .trees-item .img-wrap i {
    font-size: 72px;
    color: #d21d2c;
}

.courses-trees-block .trees-item .img-wrap img {
    max-width: 72px;
    height: auto;
}

.courses-trees-block .trees-item h3 {
    font-size: 16px;
    color: #000;
    font-family: "NotoSans-Bold";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.courses-trees-block .trees-item p {
    font-size: 13px;
    color: #666;
    padding: 0 10px;
    margin-top: 17px;
    line-height: 20px;
}

.courses-items-wrap {
    font-size: 0;
    margin: 0 130px 0 155px;
    margin-top: 75px;
    text-align: left;
}

.courses-items-wrap .courses-items {
    position: relative;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 8%;
    margin-bottom: 65px;
    text-align: center;
    overflow: hidden;
}

.courses-items-wrap .courses-items:nth-child(2n) {
    margin-right: 0;
}

.courses-items-wrap .courses-items a {
    text-decoration: none;
}

.courses-items-wrap .courses-items a:hover .lessons-block {
    opacity: 1;
}

.courses-items-wrap .courses-items .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.courses-items-wrap .courses-items .title-wrap .icon-wrap {
    margin-top: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.courses-items-wrap .courses-items .title-wrap .icon-wrap i {
    font-size: 79px;
    color: #b3b0a7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.courses-items-wrap .courses-items .title-wrap h3 {
    color: #fff;
    font-size: 16px;
    font-family: "NotoSans-Bold";
    padding: 0 10%;
    margin-top: 25px;
}

.courses-items-wrap .courses-items .lessons-block {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
}

.courses-items-wrap .courses-items .lessons-block .lessons-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.courses-items-wrap .courses-items .lessons-block .lessons-item .span-wrap {
    min-width: 160px;
    text-align: left;
}

.main-courses.courses-page .section-wrap .title-wrap {
    width: 100%;
    text-align: center;
}

.main-courses.courses-page .section-wrap .title-wrap h2 {
    padding: 0 170px;
    margin-top: 18px;
}

.main-courses.courses-page .section-wrap .title-wrap h3 {
    margin-top: 21px;
}

.main-courses.courses-page .section-wrap .title-wrap a {
    color: #fff;
}

.main-courses.courses-page .section-wrap .title-wrap .btn {
    font-size: 14px;
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #e8e8e8;
    padding: 7px 35px;
    display: inline-block;
    margin: 16px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.main-courses.courses-page .section-wrap .title-wrap .btn:hover {
    text-decoration: underline;
}

.main-content.courses .content-block {
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 25px;
    border-bottom: 1px solid #eee;
}

.main-content.courses .content-block .wrap-padding {
    padding-left: 40px;
    padding-right: 62px;
}

.main-content.courses .content-block h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: "NotoSans-Bold";
    margin-top: 35px;
}

.main-content.courses .content-block p {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    line-height: 27px;
}

.main-content.courses .content-block .material-link-content {
    text-decoration: none;
    margin: 10px 0;
    padding-right: 30px;
    display: flex;
}

.main-content.courses .content-block .material-link-content a:hover {
    color: #d21d2c;
    font-weight: bold;
}

.main-content.courses .content-block .material-link-content p,
.main-content.courses .content-block .material-link-content a {
    font-size: 13px;
    color: #666;
    display: inline-block;
    margin: 0;
}

.main-content.courses .content-block .material-link-content i {
    color: #2f2f2f;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.main-content.courses .content-block .material-link-content p a {
    margin: 0 3px;
}

.main-content.courses .content-block .btn {
    font-size: 14px;
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #333;
    padding: 9px 50px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.main-content.courses .content-block .btn:hover {
    text-decoration: underline;
}

.main-content.courses .content-block .start-kurs {
    text-align: center;
    margin-top: 40px;
    margin-right: 85px;
}

.main-content.courses .content-block .start-kurs p {
    font-size: 14px;
    color: #666;
    margin-top: 0;
}

.main-content.courses .content-block .start-kurs a {
    color: #333;
}

.main-content.courses .content-block .courses-block {
    margin-top: 80px;
}

.main-content.courses .content-block .courses-block .block-wrapper-content span {
    font-size: 14px;
}

.main-content.courses .content-block .courses-block .courses-items-wrap {
    margin: 0;
}

.main-content.courses .content-block .courses-block .courses-items-wrap .courses-items {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.main-content.courses .content-block .courses-block .courses-items-wrap .courses-items:hover .icon-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.main-content.courses .content-block .courses-block .courses-items-wrap .courses-items:hover i {
    color: #fff;
}

.main-content.courses .content-block .courses-block .courses-items-wrap .courses-items:nth-child(2n) {
    margin-right: 0;
}

.main-content.courses .content-block .courses-block .courses-items-wrap .courses-items h3 {
    margin-top: 33px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-content.courses .sidebar {
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 70px;
    border-bottom: 1px solid #eee;
}

.main-content.courses .sidebar .lessons-block {
    border: 1px solid #c3c3c3;
}

.main-content.courses .sidebar .pop-authors-block {
    margin-top: 50px;
}

.main-content.courses .sidebar .pop-authors-block .pop-authors-item {
    margin-bottom: 40px;
    font-size: 0;
    padding-right: 40px;
}

.main-content.courses .sidebar .pop-authors-block .pop-authors-item .title-wrap {
    padding-right: 0;
    padding-left: 15px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-content.courses .sidebar .pop-authors-block .pop-authors-item .img-wrap {
    margin-right: 0;
}

.main-content.courses .sidebar .video-block .block-wrapper-content {
    margin-bottom: 15px;
}

.main-content .courses-lesson-wrap {
    margin-right: 25px;
    margin-top: 40px;
    padding-bottom: 25px;
}

.main-content .courses-lesson-wrap .courses-lesson-item {
    background-color: #fafafa;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
}

.main-content .courses-lesson-wrap .courses-lesson-item:last-child {
    margin-bottom: 0;
}

.main-content .courses-lesson-wrap .courses-lesson-item span {
    font-size: 13px;
    color: #999;
}

.main-content .courses-lesson-wrap .courses-lesson-item h3 {
    font-size: 16px;
    color: #333;
    margin: 10px 0 4px 0;
    letter-spacing: 0.75px;
}

.main-content .courses-lesson-wrap .courses-lesson-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 22px;
    margin-top: 7px;
    padding-right: 50px;
    margin-bottom: 16px;
}

.main-content .courses-lesson-wrap .courses-lesson-item .view {
    color: #666;
    text-decoration: none;
    margin-right: 30%;
}

.main-content .courses-lesson-wrap .courses-lesson-item .view span {
    text-decoration: underline;
    font-family: "NotoSans-Bold";
    font-size: 13px;
    color: #666;
}

.main-content .courses-lesson-wrap .courses-lesson-item .view i {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.accept {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 19px;
    right: 14px;
    border: 1px solid #d21d2c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.accept.full {
    background-color: #d21d2c;
}

.accept.full:before {
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.time-wrap {
    display: inline-block;
}

.time-wrap .clock {
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    top: 4px;
}

.time-wrap .clock:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 5px;
    background-color: #666;
}

.time-wrap .clock:after {
    content: '';
    display: block;
    width: 1px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 6px;
    background-color: #666;
}

.time-wrap span {
    text-decoration: none;
    font-family: 'NotoSans';
}

.main-content.courses-page .content-block {
    padding-bottom: 40px;
}

.main-content.courses-page .up-button {
    right: -60px;
}

.main-courses + .main-content.courses {
    padding: 0;
}

.lessons-number-block .block-wrapper-content span {
    font-size: 16px;
}

.plan-wrap {
    margin-top: 5px;
}

.plan-wrap span {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin: 8px 0;
}

.plan-wrap .plan-item {
    display: flex;
}

.plan-wrap .plan-item i {
    font-size: 28px;
    position: relative;
    top: 4px;
    left: -3px;
    margin-right: -5px;
}

.main-content.plan .content-block {
    padding-top: 20px;
}

.main-content.plan .content-block h2 {
    margin-top: 0;
}

.main-content.plan .content-block h4 {
    font-size: 16px;
    color: #333;
    font-family: "NotoSans-Bold";
    margin-top: 30px;
}

.main-content.plan .content-block .iframe-block {
    margin: 20px 0 30px 0;
}

.main-content.plan .content-block .iframe-block-responsive {
    margin: 0;
    padding-bottom: 51.9%;
    margin-top: 10px;
}

.main-content.plan .sidebar {
    padding-top: 23px;
}

.span-border {
    border-bottom: 2px solid #c5c5c5;
    margin: 0 3px;
}

.lessons-navigation-wrap {
    border-top: 2px solid #d31d2d;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lessons-navigation-wrap .border {
    border-left: 1px solid #eee;
}

.lessons-navigation-wrap .lessons-navigation-item {
    width: 47%;
}

.lessons-navigation-wrap .lessons-navigation-item a {
    text-decoration: none;
}

.lessons-navigation-wrap .lessons-navigation-item a:hover .container-lessons {
    background-color: #fff;
}

.lessons-navigation-wrap .lessons-navigation-item a:hover h3 {
    color: #d21d2c;
}

.lessons-navigation-wrap .lessons-navigation-item a:hover > span {
    color: #000;
}

.lessons-navigation-wrap .lessons-navigation-item span {
    font-size: 12px;
    color: #aaa;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lessons-navigation-wrap .lessons-navigation-item span i {
    margin: 0 10px;
    display: inline-block;
}

.lessons-navigation-wrap .lessons-navigation-item .container-lessons {
    padding: 20px;
    background-color: #fafafa;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lessons-navigation-wrap .lessons-navigation-item .container-lessons h3 {
    font-size: 16px;
    color: #333;
    font-family: "NotoSans-Bold";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lessons-navigation-wrap .lessons-navigation-item .container-lessons p {
    font-size: 13px;
    color: #666;
}

.lessons-navigation-wrap .lessons-navigation-item .container-lessons .time-wrap {
    margin-top: 10px;
}

.lessons-navigation-wrap .lessons-navigation-item .container-lessons .time-wrap span {
    display: inline-block;
}

.lessons-number-block .block-wrapper-content {
    margin-bottom: 0;
}

.lessons-number-block .block-wrapper-content span {
    margin-bottom: 10px;
    display: block;
}

.lessons-number-wrap {
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
}

.lessons-number-wrap .lessons-number-item {
    position: relative;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lessons-number-wrap .lessons-number-item:hover {
    background-color: #fff;
}

.lessons-number-wrap .lessons-number-item:hover h3 {
    color: #d21d2c;
}

.lessons-number-wrap .lessons-number-item span {
    font-size: 13px;
    color: #999;
}

.lessons-number-wrap .lessons-number-item h3 {
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 25px;
}

.lessons-number-wrap .lessons-number-item .accept {
    top: 27px;
    right: 11px;
    width: 18px;
    height: 18px;
}

.lessons-number-wrap .lessons-number-item a {
    text-decoration: none;
    display: block;
}

.lessons-number-wrap .lessons-number-item.done {
    background-color: #eaeaea;
}

.title-page {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.title-page a {
    text-decoration: none;
}

.title-page h2 {
    display: inline-block;
}

.title-page .favourite {
    padding-top: 7px;
    display: inline-block;
    margin-left: 18px;
    position: relative;
}

.title-page .favourite i {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title-page .favourite span {
    font-size: 12px;
    color: #999;
    vertical-align: super;
    background-color: #fff;
    padding: 2px 5px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 120px;
    opacity: 0;
    top: -1px;
    left: 25px;
    z-index: 1;
}

.title-page .favourite a:hover i {
    color: #d21d2c;
}

.title-page .favourite a:hover span {
    opacity: 1;
}

.title-page .favourite .arrow {
    left: -4px;
    top: 7px;
    height: 7px;
    width: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    background-color: #fff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    z-index: 1;
}

.title-page .favourite .active i {
    color: #d21d2c;
}

.about {
    margin-bottom: 30px;
}

.about .content-block {
    padding: 20px 60px;
}

.about .content-block h2 {
    font-size: 28px;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}

.about .content-block p {
    font-size: 16px;
    color: #333;
    line-height: 27px;
    padding-right: 20px;
}

.about .content-block .author-block-content .img-wrap img {
    max-width: 80px;
    max-height: 80px;
}

.about .content-block .redaction-item {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about .content-block .redaction-item:hover h3 {
    color: #d21d2c;
}

.about .content-block .redaction-item h3 {
    margin: 10px 0;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about .content-block .redaction-item a {
    text-decoration: none;
}

.main-profile {
    margin-top: 81px;
    height: 120px;
    background: url(../img/profile.png) center no-repeat;
    background-size: cover;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-profile + .main-content {
    padding-top: 30px;
    margin-bottom: 40px;
}

.main-profile + .main-content .up-button {
    bottom: 0;
}

.profile-block .profile-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}

.profile-block .profile-img img {
    max-width: 90px;
    height: auto;
}

.profile-block .profile-info {
    display: inline-block;
    vertical-align: top;
    padding-top: 23px;
}

.profile-block .profile-info h2 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
    border-right: 2px solid #333;
    padding-right: 16px;
    display: inline-block;
    margin-right: 10px;
}

.profile-block .profile-info .profile-tabs {
    margin-top: 25px;
}

.profile-block .profile-info .profile-tabs li {
    margin-right: 45px;
    padding-bottom: 13px;
    border-bottom: 3px solid transparent;
}

.profile-block .profile-info .profile-tabs li a {
    font-size: 14px;
    color: #333;
    font-family: "NotoSans-Bold";
}

.profile-block .profile-info .profile-tabs li a i {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.profile-block .profile-info .profile-tabs li.active {
    border-color: #d31d2d;
}

.profile-block .profile-info .profile-tabs li.active a {
    color: #d31d2d;
}

.exit-profile {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}

.profile .sidebar .like-block {
    margin-top: 20px;
}

.profile-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    text-align: center;
}

.profile-wrap .btn {
    font-size: 14px;
    border: 2px solid #e8e8e8;
    text-decoration: none;
    color: #333;
    padding: 9px 20px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.profile-wrap .btn:hover {
    text-decoration: underline;
}

.profile-wrap .profile-item .profile-lessons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.profile-wrap .profile-item .profile-lessons .img-wrap {
    margin-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.profile-wrap .profile-item .profile-lessons .lessons-info {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    width: 100%;
}

.profile-wrap .profile-item .profile-lessons .lessons-info h2 {
    font-size: 16px;
    color: #000;
    font-family: "NotoSans-Bold";
    margin-bottom: 10px;
}

.profile-wrap .profile-item .profile-lessons .lessons-info p {
    font-size: 12px;
    color: #333;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .progress-wrap .progress {
    width: 85%;
    height: 5px;
    background-color: #d3d3d3;
    display: inline-block;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .progress-wrap .progress .progress-width {
    background-color: #329e00;
    height: 100%;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .progress-wrap span {
    font-size: 14px;
    color: #333;
    font-family: "NotoSans-Bold";
    margin-left: 15px;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-nav-info li {
    display: block;
    margin-top: 15px;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-nav-info li span {
    font-size: 13px;
    color: #999;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-nav-info li a {
    font-size: 14px;
    color: #333;
    font-family: "NotoSans-Bold";
    display: inline-block;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-nav-info li a:hover {
    text-decoration: underline;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-bar li {
    border: 1px solid #333;
    margin: 5px 0;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-bar li a {
    font-size: 12px;
    color: #333;
    display: block;
    padding: 2px 16px;
}

.profile-wrap .profile-item .profile-lessons .lessons-info .lessons-bar li.done a {
    background-color: #d21d2d;
    color: #fff;
}

.video-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
    -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;
}

.video-popup-wrap .wrap-video {
    min-width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-popup-wrap .wrap-video .close {
    position: absolute;
    top: -35px;
    right: -35px;
    text-decoration: none;
    background-color: #f3f3f3;
    font-size: 11px;
    font-family: "NotoSans-Bold";
    color: #d31d2d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 10px 14px;
    font-family: "NotoSans-Bold";
}

.video-popup-wrap .wrap-video .close:hover {
    color: #d31d2d;
}

.video-popup-wrap .video-popup {
    background-color: #fff;
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-popup-wrap .video-popup iframe,
.video-popup-wrap .video-popup object,
.video-popup-wrap .video-popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.material-link {
    word-break: break-all;
}

.footer-logo ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-logo li {
    padding: 5px;
    margin: 15px 20px;
    min-width: 130px;
    border: none;
    color: #b2b2b2 ;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    cursor: pointer;
    transition: oll 0.5s;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-logo .fullHeight{
    height: 100%;
    margin: 0 20px;
}
.footer-logo li a{
    text-align: center;
    width: 100%;
    height: 100%;
}
.footer-logo li img{
    height: 100%;
    max-height: 70px;
}
.footer-logo p {
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    font-size: 13px;
}
.footer-logo p a {
    color: #fff;
    text-decoration: underline;
}
.footer-counters ul{
    padding-top: 15px;
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.footer-counters li:not(:first-child){
    margin-left: 15px;
}

.wrap-section .single-item .slick-dots {
    margin: 0!important;
}

.projects-nav {
    padding: 5px 0px;
}

.projects-nav h2 {
    font-size: 16px;
    color: #fff;
    font-family: "NotoSans-Bold";
    text-transform: uppercase;
}

.projects-nav .nav-top {
    margin: 0 0 10px 0;
    padding: 10px 0 20px 0;
    border-top: none;
}

.projects-nav .nav-top li a {
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 3px 0;
    text-decoration: none;
    font-family: 'NotoSans';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.projects-nav .nav-top li a:hover {
    color: #d31d2d;
}

/*Posts authors 340 responsive*/
/*

.project-work .project-wrap .project-item-posts {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.project-work .project-wrap .project-item-posts img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    max-width: 80px;
}

.project-work .project-wrap .project-item-posts span {
    font-size: 13px;
    color: #000;
    display: block;
    margin-top: 10px;*/
}