a:hover {
    color: #ed6146;
    text-decoration: none
}
::placeholder {
    color: rgba(26, 26, 26, 0.7);
}
html{
    min-width: 320px;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    min-width: 320px;
    width: 100%;
    position: relative;
    line-height: 1.65;
    letter-spacing: -.0125rem;
    font-family: 'Aeroport', sans-serif;
    overflow-x: hidden;
    color: rgba(26, 26, 26, .85);
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

hr {
    margin-top: 40px;
    margin-bottom: 20px
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

ul li a {
    color: #000
}
.list-item{
    display: list-item;
}
.list-item::marker{
    color: #007bff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: .5s;
}

.fas {
    font-size: 20px
}

.fa-ellipsis-h {
    color: #dedede
}

.header .lang_blk {
    height: 48px;
    display: flex;
    justify-content: flex-end
}

.not_found p {
    font-size: 30px;
    width: 338px;
    padding-top: 281px;
    margin-bottom: 23px;
    line-height: 36px;
}

.not_found .button-more {
    margin: 0;
    border: 2px solid #ed6146;
    position: relative;
    min-width: 150px;
    height: 50px;
    border-radius: 100px;
    line-height: 38px;
}

.not_found .bubbles {
    width: 70px;
    height: 55px;
    background: url(../img/Group246.png);
    margin: 25px 0 0 16px;
}

.not_found .button-more:hover {
    border: 2px solid #d63617
}
.not_found-img{
	padding: 0;
}
.not_found-img img {
	max-width: 850px;
    width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b,
strong {
    font-weight: 700
}

.header {
    padding: 7px 0;
    border-bottom: solid 1px #e7ecee;
    background: #fff;
}
.header .button {
    float: left;
    margin-right: 40px
}
.logo {
    width: 200px;
    padding: 3px 0
}
.logo img {
    width: 100%;
}

.button,
.button-more {
    display: inline-block;
    border-radius: 8px;
    background-color: #292929;
    padding: 3px 30px;
    text-align: center;
    color: #fff;
    height: 48px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 38px;
    transition: transform cubic-bezier(0.65, 0, 0.35, 1) .3s;
}
.button-more {
    background: #fff;
    color: #1a1a1a;
    margin: 0 auto;
    border: solid 2px #292929;
}
.button-more:hover,
.button:hover {
    transform: translate(0, -4px);
    color: #fff;
}
.button-more:hover{
    color: #1a1a1a;
}

.top-menu {
    background: #fff
}

.top-menu nav {
    padding: 0;
}

.top-menu .nav-link {
    color: rgba(26, 26, 26, 0.7);
    font-weight: bold;
    padding: 5px 0 !important;
    line-height: 25px;
    margin-right: 40px;
    position: relative
}

.top-menu .nav-link:hover,
.top-menu .nav-link:active,
.top-menu .current-menu-item .nav-link{
    color: #1a1a1a;
}

.top-menu .nav-link:active::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: #ed6146;
    bottom: 0;
    left: 0
}

#selectLang {
    padding: 0 0 0 20px;
}

#selectLang:hover .dropdown-toggle {
    color: #ed6146
}

#selectLang .dropdown-toggle,
#selectLang .nice-select{
    font-size: 20px;
    color: #000;
}
#selectLang *{
    outline: none;
}
#selectLang .nice-select{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

#selectLang .nice-select::before{
    background: url('../img/lang.svg') no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    content: '';
}

#selectLang .nice-select .current{
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    font-weight: bold;
}
#selectLang .nice-select:hover::before,
#selectLang .nice-select:hover .current{
    color: #ed6146;    
}
.dropdown .dropdown-toggle span{
    text-transform: uppercase;
}

.dropdown-menu,
#selectLang .nice-select .list {
    min-width: 75px;
}
#selectLang .nice-select .list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 1;
}
#selectLang .nice-select.open .list{
    display: block;
}

.dropdown-menu.show,
#selectLang .nice-select.open .list  {
    border: 0;
    border-radius: 0;
    border-left: 5px solid #ed6146
}

.dropdown-item,
#selectLang .nice-select .option {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover,
#selectLang .nice-select .option:hover,
#selectLang .nice-select .option:focus {
    background: 0 0;
    color: #ed6146
}
#selectLang .nice-select .option.selected{
    cursor: default;
}
.dropdown-toggle:after {
    display: none
}

.header-search {
    border: none;
    transition: all .2s;
    background: 0 0
}

#search .header-search {
    width: 25px;
    color: transparent;
    cursor: pointer
}

#search .header-search:focus {
    width: 348px;
    height: 40px;
    color: #000;
    cursor: auto;
    border-bottom: 1px solid #929292;
    margin-left: -290px;
    background: #f4f4f4
}

#search .header-search:focus:-moz-placeholder,
#search .header-search:focus::-webkit-input-placeholder {
    color: transparent
}

.header-search:focus~#search:before {
    z-index: 99
}

#search-2 {
    transform: translate(0, 0);
    transition: all .4s;
    width: 50px;
    height: 40px;
}

#search-2 input[type='search'] {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    margin-right: 40px;
    line-height: 32px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 16px;
    padding: 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}
.top-search button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    width: 42.5px;
    height: 42.5px;
    border: 0;
    outline: none;
}

#search-2 .fa {
    box-sizing: border-box;
    padding: 10px;
    
    
    color: #000;
    text-align: center;
    font-size: 20px;
    background: #f4f4f4;
    cursor: pointer;
}

.formnewClass #search-2 {
    width: 320px;
    cursor: pointer;
    margin-left: -233px
}

#search-2:hover .fa {
    color: #ed6146
}

.formnewClass #search-2  input {
    display: block
}

#search input {
    padding-left: 25px;
    z-index: 3;
    position: relative
}

#search:before {
    content: "\f002";
    font-weight: 900;
    position: absolute;
    font-size: 20px;
    top: 3px;
    z-index: 0;
    font-family: "Font Awesome 5 Free"
}

.formnewClass #search::before {
    color: #ed6146
}

.lang_blk .order-1.formnewClass+.button {
    display: none!important
}

.chronology {
    margin-top: 159px
}

.container-top-slider {
    position: relative;
    padding-bottom: 42px;
}

.top-slider .slide{
    height: 380px;
    border-radius: 16px;
    background-color: #f2f4f5;
    overflow: hidden;
    padding: 32px 60px;
}
.top-slider .slide-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.top-slider .slide .left-block{
    flex: 0 0 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-slider .slide .post_tags a{
    color: rgba(26, 26, 26, 0.7);
}
.top-slider .slide .post-title{
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
.top-slider .slide.not_post .text-container{
    margin-top: 78px;
}
.top-slider .slide.not_post .post-title{
    font-size: 28px;
    margin-bottom: 16px;
}
.top-slider .slide.not_post .text{
    font-size: 20px;
}
.top-slider .slide .post-title a{
    color: #1a1a1a;
}
.top-slider .slide .bottom-slide{
    display: flex;
    align-items: center;
}
.top-slider .slide .slide-btn{
    width: 136px;
    height: 48px;
    border-radius: 8px;
    background-color: #292929;
    font-size: 16px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-right: 40px;
}
.top-slider .slide .right-block{
    flex: 0 0 510px;
    display: flex;
    align-items: center;
}
.top-slider .image img{
    max-width: 100%;
    height: auto;
}

.top-slider .slick-arrow{
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #292929;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    left: -28px;
    margin-top: -28px;
    z-index: 100;
    cursor: pointer;
    transition: all .3s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.top-slider .slick-arrow.next{
    left: auto;
    right: -28px;
}
.top-slider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -52px;
}
.top-slider .slick-dots button{
    background-color: #d9e2e7;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 8px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    margin: 0 8px;
    outline: none;
    cursor: pointer;
    transition: all .5s linear;
}
.top-slider .slick-dots .slick-active button{
    width: 32px;
    background-color: #292929;
}

.cat {
    font-size: 16px;
    background: #fff;
    padding: 9px 10px 11px;
    border-radius: 7px;
    transition: .5s
}

.title {
    font-size: 40px;
    font-weight: 300;
    margin-top: 60px
}
.content-base .title{
    margin-top: 20px;
}

.articles {
    margin-top: 80px
}
.content-base .articles {
    margin-top: 40px
}

.articles .addImg,
.content-base .addImg {
    margin-bottom: 32px
}

.articles .preview-picture{
    display: block;
    border-radius: 16px;
    overflow: hidden;
}
.articles.list .articles_blk img{
    max-width: 100%;
    height: auto;
}

.articles.list .post_tags{
    margin-bottom: 8px;
}
.articles.list .post_tags a{
    color: rgba(27, 27, 27, .7);
    margin-right: 12px;
}
.articles.list .articles_blk .posttitle {
    margin: 0 0 35px;
    font-size:28px;
    line-height: 32.2px;
    letter-spacing: -0.44px;
}
.articles.list .articles_blk .posttitle a{
    color: #1a1a1a;
}
.articles_blk .bottom_post {
    display: flex;
    justify-content: space-between;
}
.articles.list .articles_blk .flex-vertical{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tags {
    margin-top: 86px;
    display: flex;
    flex-wrap: wrap;
    max-height: 92px;
    overflow: hidden;
}
.content-base .tags {
    margin-top: 30px;
}

.tags input[type="checkbox"]{
	display: none;
}
.tags label,
.tags a{
    border-radius: 4px;
    border: solid 2px #d9e2e7;
	padding: 5px 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	color: rgba(26, 26, 26, 0.7);
	cursor: pointer;
}
.tags label:hover,
.tags a:hover{
    background: #d9e2e7;
}
.tags label.active,
.tags a:active{
    background: #292929;
    border-color: #292929;
    color: rgba(255, 255, 255, 0.7);
}

.articles_img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /*
    box-shadow: inset 0 -96px 69px -25px rgba(0, 0, 0, .68);
    */
}

.articles.list .counter li img{
    width: 24px;
}
.articles_img .counter {
    display: none;
    position: absolute;
    bottom: 15px;
    /*color: #bdbdbd*/
    color: #fff;
}
.articles_blk .articles_img .counter{
	color: #fff;
}

.articles_blk .author {
    margin: 0;
}

.articles_img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}

.articles_img .cat {
    position: absolute;
    border-radius: 7px;
    right: 12px;
    top: 12px;
    color: #000
}

.art_big,
.articles_blk {
    margin-bottom: 32px;
    position: relative;
}

.articles_blk:hover .cat,
.art_big:hover .cat {
    background: #3d90d2;
    color: #fff
}

.articles_blk:hover b,
.articles_blk .title {
    color: #ed6146
}

.articles_blk:hover a {
    text-decoration: none
}

.articles_blk .counter {
    display: block;
    left: 15px
}

.articles_blk .posttitle {
    font-size: 20px;
    line-height: 23px;
    color: #000;
    transition: .5s;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
}

.art_big {
    position: relative;
}

.art_big:hover {
    background: rgba(0, 0, 0, .2);
    transition: .5s
}

.art_big .counter {
    display: block;
}

.art_big .articles_img {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -96px 69px -25px rgba(0, 0, 0, .68);
}

.art_big .articles_img img {
    position: relative;
    z-index: -1;
    width: 100%
}

.counter li {
    float: left;
    display: flex;
    align-items: center;
    margin-right: 12px
}

.counter span {
    padding-left: 4px
}

.art_big__title,
.art_big .posttitle{
    position: absolute;
    bottom: 35px;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    padding: 0 25px
}

.center {
    text-align: center
}

.catTitle {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.catTitle h2 {
    font-weight: 700;
    font-size: 40px;
}
.catTitle h2 a{
    color: #1a1a1a;
}

.catTitle .catTitle_menu-toggler{
    background: transparent;
    border: 0;
    transform: rotate(90deg);
    cursor: pointer;
    outline: none;
    display: none;
    position: absolute;
	top: 15px;
	right: 0;
}
.catTitle .catTitle_menu-toggler i{
    color: #3d90d2;
}
.catTitle .catTitle_menu {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
}

.content-base .catTitle .catTitle_menu{
    width: 100%;
}
@media (max-width:719px) {
    .catTitle .catTitle_menu-toggler{
        display: inline-block;
    }
    .catTitle .catTitle_menu{
        display: none;
        padding-bottom: 10px;
        width: 100%;
    }
}

.catTitle li {
    float: left;
    list-style: none
}

.catTitle li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 7px 20px 0 20px;
    margin-top: 7px
}
.content-base .catTitle li a {
    margin-top: 0;
    margin-bottom: 7px;
}

.catTitle li a:hover {
    color: #ed6146
}

.formSubscribe {
    border: 4px solid #F2F4F5;
    padding: 30px;
    margin-bottom: 32px;
    border-radius: 16px;
}
.formSubscribe *:focus{
    box-shadow: none;
}

.formSubscribe form .button {
    font-weight: 700
}

.formSubscribe form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px
}

.formSubscribe h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.soc a {
    margin-right: 20px
}
.soc a:last-child{
    margin-right: 0;
}

.soc a:hover i {
    color: #ed6146
}

.soc a i {
    color: rgba(0, 0, 0, .5);
    font-size: 20px
}

footer {
    background: #f4f4f4;
    padding: 40px 0;
    margin-top: 60px;
    position: relative;
}

footer ul>li {
    margin-bottom: 18px
}

footer b {
    margin-bottom: 38px;
    display: block
}

.cb {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: noneuser;
    -select: none;
    margin-top: 10px
}

.cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.cb input:checked~.checkmark:after {
    display: block
}

.cb .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #d63617;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.category {
    margin-top: 55px
}

.category .container>.row {
    margin-bottom: 30px
}

.copyright p {
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, .5)
}

.copyright ul li {
    float: left;
    padding-right: 24px
}

.copyright ul li a {
    font-size: 13px;
    color: #000
}

.copyright ul li a:hover {
    color: #ed6146
}

.navbar-toggler {
    font-family: 'AeroportLight';
    font-size: 32px;
    letter-spacing: -1.24px;
    color: #1a1a1a;
    line-height: 1;
}
.navbar-toggler .fas{
	font-size: 19px;
	color: #ed6146;
	margin-left: 8px;
}
.navbar-toggler[aria-expanded="true"] .fas{
	transform: rotate(-180deg);
}

.panel-title>a {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none
}

.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none
}

.panel-heading a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: block;
    font-weight: 900;
    float: right;
    transition: all .5s
}

.panel-heading.active a:before {
    transform: rotate(180deg)
}

.panel-body ul {
    padding-left: 20px
}

.addImg {
    overflow: hidden
}

.addImg img {
    width: 100%
}

.content-base {
    margin-bottom: 60px;
    margin-top: 159px;
}

.content-base .catTitle li a:nth-child(1) {
    padding-left: 0
}

.content-base .catTitle h1 {
    font-size: 80px;
    width: 100%;
    font-weight: 400;
    margin: 0;
}
.content-base_info .content{
    overflow-x: hidden;
    font-size: 20px;
}
@media (max-width:719px) {
    .content-base .catTitle{
        justify-content: space-between;
    }
    .content-base .catTitle h1{
        width: auto;
    }
}
.content-about h3 {
    font-size: 40px;
    font-weight: 700
}

.content-about p {
    font-size: 18px
}

#search-results,
.req-email {
    display: flex;
    margin-top: 40px
}

#search-results input[type="text"],
.req-email input {
    width: 348px;
    border: 0;
    border-bottom: 1px solid #dedede;
    margin-right: 128px
}

#search-results .button-more,
.req-email .button-more {
    margin: 0
}

.item-sub .button-more {
    margin-top: 21px
}

.item-sub b {
    font-size: 20px
}

.item-sub p {
    font-size: 18px
}

.content-base h1 {
    font-size: 40px;
    font-weight: 700
}

.content-base h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 38px;
    margin-bottom: 18px
}

.content-base b {
    display: block
}

.content-base p {
    word-break: keep-all;
}

.content-base_info img {
    max-width: 100%;
    height: auto;
}
.content-base_info>img:first-child {
    width: 100%;
    height: auto;
}
.content-base_info iframe{
	max-width: 100%;
	min-width: 100% !important;
}


.title-base h1 {
    font-weight: 700;
    margin-bottom: 32px;
}

.title-base .counter li{
    margin-right: 24px;
}
.title-base .counter li:last-child{
    margin-right: 0;
}

.title-base .header-content {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-base .header-content .author {
    margin: 0;
}

.title-base .author .icon {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    position: relative;
}
.title-base .author img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-base_info {
    padding-top: 60px;
}

.author {
    margin-bottom: 132px;
    margin-top: 30px;
    align-items: center;
}

.author span {
    font-size: 13px
}

.author .author-name a{
    color: #1a1a1a;
    text-decoration: underline;
}
.author .author-name a:hover{
    text-decoration: none;
}
.share{
    margin-bottom: 20px;
}
.share .title,
.sidebar-posts .title {
    font-size: 20px;
    margin: 0 0 24px;
    color: #1a1a1a;
    font-weight: bold;
}
.sidebar-posts .post{
    margin-bottom: 24px;
}
.sidebar-posts .post_img{
    margin-bottom: 8px;
}
.sidebar-posts img {
    width: 100px;
    height: auto;
}
.sidebar-posts .posttitle{
    line-height: 15px;
    max-width: 160px;
}
.sidebar-posts .posttitle a{
    font-size: 12px;
    color: rgba(26, 26, 26, 0.7);
    text-decoration: underline;
    line-height: 15px;
}
.sidebar-posts .posttitle a:hover{
    text-decoration: none;
}
.anchor-list {
    margin-top: 60px;
}
.anchor-list .subtitle {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.44px;
    margin-bottom: 32px;
}
.anchor-list li{
    margin-bottom: 8px;
}
.anchor-list li:last-child{
    margin-bottom: 0;
}
.anchor-list li a{
    font-size: 18px;
    color: rgba(26, 26, 26, 0.85);
    line-height: 30px;
    letter-spacing: -0.2px;
    font-weight: 100;
    border-bottom: 1px dashed rgba(26, 26, 26, 0.5);
}

.anchor-list li a:hover{
    border: 0;
}
.keywords-base,
blockquote {
    color: #ed6146;
    font-size: 30px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid #ed6146
}

.comments {
    margin-top: 58px
}

.content img {
    max-width: 100%;
    height: auto;
}

@media (max-width:960px) and (min-width:720px) {
    .formSubscribe {
        margin-bottom: 100px
    }
}

@media (max-width:960px) {
    .top-post:after {
        display: none
    }
    .top-post_title h1 {
        font-size: 30px
    }
    .articles_img .cat {
        font-size: 12px
    }
    .articles_blk b {
        font-size: 16px
    }
    .art_big__title {
        font-size: 20px
    }
    .not_found p {
        padding-top: 192px
    }
    .button-more {
        width: 100%;
    }
    .button-more:after {
        display: none
    }
    .req-email input {
        margin-right: 0!important
    }
}

@media (max-width:719px) {
    .top-post_title {
        position: relative;
        z-index: 99;
        margin-top: -206px;
        height: 332px;
        padding: 70px 20px
    }
    .formSubscribe {
        margin-top: 20px;
        margin-bottom: 32px
    }
    .articles_blk {
        margin-bottom: 30px;
        margin-top: 20px
    }
    .header .button {
        margin-right: 0;
    }
    .articles_blk b {
        font-size: 14px
    }
    .formnewClass #search-2 {
        width: 236px;
    }
}
@media (max-width:340px) {
	.logo,.logo img{
		width: 100%;
	}
}
@media (max-width:539px) {
    nav {
        margin: auto
    }
    .top-post_title {
        margin-top: 0
    }
    .content-base h1 {
        font-size: 30px
    }
    .art_big__title {
        font-size: 30px
    }
    .top-post:hover .top-post_title {
        width: 100%
    }
}

.subscribe-box{
    margin-left: auto;
}

 .form-subscribe .form-inline {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-subscribe .form-msg {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.15px;
    position: absolute;
    top: 48px;
    left: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity .5s;
    display: none;
}
.form-subscribe .form-msg-error {
    color: rgba(168, 29, 40, 0.85);
}
.form-subscribe .error-icon {
    background: url('../img/error-icon.png') no-repeat center center;
    width: 14px;
    height: 14px;
    position:absolute;
    top: 17px;
    right: 16px;
    display: none;
}
.form-subscribe.is-error .error-icon {
    display: block;
}
.form-subscribe {
    color: #000;
    position: relative;
}

.form-subscribe .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-subscribe .input-group > input{
	width: 100%;
	margin-bottom: 32px;
	border: 2px solid #F2F4F5;
    border-radius: 8px;
    height: 48px;
    padding-left: 16px;
}
.form-subscribe .input-group > input:focus{
    border-color: #292929;
}
.form-subscribe .input-group> .mjs-btn-parent{
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.form-subscribe .input-group> .mjs-btn-parent .btn {
    padding: 3px 20px;
    text-align: center;
    color: #fff;
    border: 0;
    height: 48px;
    border-radius: 8px;
    background-color: #292929;
    width: 100%;
    transition: transform cubic-bezier(0.65, 0, 0.35, 1) .3s;
}
.form-subscribe .input-group> .mjs-btn-parent .btn:hover {
    transform: translate(0, -4px);
    color: #fff;
}

.privacyCheck .form-check-description{
    font-size: 12px;
    padding-left: 24px;
    color: rgba(26, 26, 26, 0.7);
    line-height: 15px;
    letter-spacing: -0.15px;
}

.privacyCheck input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.privacyCheck .form-check-label .form-check-description::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: solid 2px #d9e2e7;
}
.privacyCheck input[type='checkbox']:checked + .form-check-description::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231a1a1a' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
 .form-subscribe .form-msg.is-active {
    opacity: 1;
    z-index: 1090;
    display: block;
}
.form-subscribe .form-msg-success {
    color: #4caf50;
    display: block;
}

.form-subscribe .form-check-input {
    transform: scale(1.2);
}
.form-subscribe .form-msg-privacy {
    top: auto;
    bottom: -90px;
    left: -140px;
    margin-left: 50%;
    width: 280px;
    height: 75px;
    background: #fff!important;
    background-color: #fff!important;
    color: #000!important;
    padding: 1rem 1rem 1rem 1rem!important;
}
.form-subscribe .form-msg-privacy::before{
	   border-bottom: 12px solid #fff!important;
}

.top-popup-gdpr {
    position: relative;
    z-index: 1;
    display: none;
    background-color: #eee;
    font-size: .75rem;
    line-height: 1.25;
}

.link_to_post{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}
.link_to_cat{
	z-index: 101;
	position: relative;
}

.newImgDiv{
	width: 100%;
	padding-bottom: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    margin-bottom: 1.2rem;
}
.add-materials a{
    color: #ed6146;
}
.add-materials a:hover{
    color: #D63617;    
}

.content-base_info .content .alignleft{
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.content-base_info .content .aligncenter{
    margin: 0 auto;
    display: block;
}
.content-base_info .content .alignright{
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.content-base_info .content ul{
    padding-left: 40px;
}

.content-base_info .content ul li{
    margin-bottom: 1.2rem;
    margin-left: 20px;
    list-style: disc outside;
}
.content-base_info .content ul ul {
    margin-top: 1.2rem;
}

.content-base_info .content ol {
    counter-reset: list1;
} 
.content-base_info .content ol li { 
    margin-bottom: 1.2rem;
    list-style-type: none;
}
.content-base_info .content ol > li:before {
    counter-increment: list1; 
    content: counter(list1) ". ";
}
.content-base_info .content ol > li > ol {
    margin-top: 1.2rem;
    counter-reset: list2; 
}
.content-base_info .content ol > li > ol > li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.not-found-box{
    margin-top: 113px;
    margin-bottom: -60px;
}

.add-materials{
	margin-bottom: 190px;
}
.comments h3{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.comments .avatar-default{
	float: left;
	margin-right: 32px;
}
.comments form{
	margin-bottom: 20px;
}
.comments textarea{
	width: 633px;
	height: 126px;
	border-radius: 8px;
	border: 2px solid #e5e5e5;
	resize: none;
	padding: 5px 0 0 15px;
	margin-bottom: 24px;
}
.comments input[type="text"]{
	max-width: 633px;
	width: 100%;
	border-radius: 8px;
	border: 2px solid #e5e5e5;
	padding-left: 15px;
	margin-bottom: 20px;
	height: 40px;
}
.comments .button{
	border: 0;
	margin: 0 0 0 95px;
}
.comments .commentlist .comment{
	margin-bottom: 20px;
}
.comments .commentlist .children li{
	margin-left: 15px;
}
.comments .comment-body{
	display: flex;

}
.comments .comment-body .avatar-box{
	margin-right: 32px;
}
.comments .comment-body .name{
	font-weight: bold;
	font-size: 18px;
}
.comments .comment-body .commentmetadata{
	font-size: 14px;
}
.dropdown, .header .button { 
    white-space: nowrap;
}
.content .wp-caption .wp-caption-text{
    color: #495057;
    font-size: 16px;
}
.content-base .content b{
    display: inline;
}
.content p,
.content h3{
    margin-bottom: 1.2rem;
}
.content table td,
.content table th{
    border: 1px solid #D9E2E7;
    padding: 5px 8px;
}
.topImage{
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
}
figure .wp-caption{
    max-width: 100%;
}
#subscribeModal .modal-content{
    border: 2px solid #ed6146;
}

.scroller{
	width: 80px;
	height: 80px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	display: none;
	padding-top: 22px;
}
.scroller .fas{
	color: #87d1ff;
	font-size: 35px;
}

.articles_img .date{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 13px;
}
.content-base .date{
    font-size: 16px;
    margin-left: 20px;
}

#navbarNav{
    flex: 0 0 auto;
}
.navbar .sale-link{
    font-weight: bold;
    line-height: 25px;;
    color: #E4515D;
    background: url("../img/sale-icon.svg") no-repeat 0 0;
    padding-left: 30px;
    background-size: 20px;
}
.navbar .sale-link:hover{
    color: #ed6146;
    background-image: url("../img/sale-icon-hover.svg");
}

.articles.list .articles_blk,
.articles.list .bannerEl{
    margin-bottom: 60px;
}
.articles.list .bannerEl {
    border-radius: 16px;
    overflow: hidden;
}
.articles.list .bannerEl img{
    width: 100%;
}
.articles.list .subscribe-box.top{
    margin-bottom: 60px;
}
.articles.list .subscribe-box:not(.top){
    position: absolute;
    top: 0;
    right: 0;
}
.content-base.detail{
    margin-top: 148px;
}
.content-base.detail.with-banner{
    margin-top: 99px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}
.breadcrumbs > span {
    display: block;
}
.breadcrumbs .home img{
    margin-top: -6px;
}
.breadcrumbs .fa-chevron-right {
    font-size: 10px;
    margin: 0 12px;
    color: #1a1a1a;
}
.breadcrumbs a{
    color: rgba(26, 26, 26, 0.7);
    text-decoration: underline;
}
.breadcrumbs a:hover{
    text-decoration: none;
}
.breadcrumbs .current-item{
    color: #1a1a1a;
}
.detail .tags{
    margin-top: 60px;
}
.detail .post_image{
    margin-top: 60px;
}
.detail .post_image img{
    max-width: 100%;
    height: auto;
}
.our-team-header{
    background-color: #f2f4f5;
    margin: 115px 0 32px;
}
.our-team-header .image{
    margin-right: 32px;
}
.our-team-header .image img{
    width: 100%;
    height: auto;
}
.our-team-header .title{
    line-height: 1;
    letter-spacing: -1.24px;
    color: #1a1a1a;
    margin-top: 80px;
    font-weight: bold;
}
.our-team-header .excerpt{
    margin-top: 32px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: rgba(26, 26, 26, 0.85);
}
.authors .item {
    display: flex;
    margin-bottom: 60px;
}
.authors .item .avatar {
    flex: 0 0 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px;
}
.authors .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.authors .item .descr a {
    font-size: 20px;
    font-weight: bold;  
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: rgba(26, 26, 26, 0.85);
    border-bottom: solid 1px rgba(26, 26, 26, 0.5);
}
.authors .item .descr a:hover {
    border: 0;
}
.authors .item .descr .profession {
    margin-top: 16px;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: rgba(26, 26, 26, 0.7);
}
.authors .item .descr .mail,
.authors .item .descr .mail a{
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: rgba(26, 26, 26, 0.7);
}
.authors h1{
    font-weight: bold;
}
.authors .content {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: rgba(26, 26, 26, 0.85);
    max-width: 820px;
}
.author-page .avatar {
    border-radius: 50%;
    width: 158px;
    height: 158px;
    overflow: hidden;
}
.author-page .avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-page .top-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.author-page .content{
    margin-bottom: 30px;
}
.author-page .socnet a{
    color: #1a1a1a;
    opacity: .7;
    margin-left: 22px;
}
.author-page .socnet i{
    font-size: 18px;
}
.link-arrow a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #1a1a1a;
}
.link-arrow a::after{
    content: "";
    display: inline-block;
    background: url('../img/link-arrow.svg') no-repeat center center;
    width: 15px;
    height: 12px;
    margin-left: 5px;
}
.latest {
    margin-top: 80px;
}
.latest .title{
    margin: 0 0 60px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -1.24px;
}

.content-banner{
    border: 4px solid #F2F4F5;
    border-radius: 16px;
    padding: 32px;
    margin: 60px 0;
}
.content-banner .text {
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: -0.2;
}

.content-banner .btns{
    display: flex;
    justify-content: center;
}
.content-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 32px;
    background-color: #fff;
    border-radius: 8px;
    padding: 3px 24px;
    color: #000;
    height: 72px;
    max-width: 290px;
    letter-spacing: -0.2px;
    line-height: 18.4px;
    font-size: 16px;
}
.content-banner a:first-child {
    margin: 0;
}
.content-banner a::before,
.top-banner a::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.content-banner a::before{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.top-banner a::before{
    position: relative;
    top: 2px;
}
.content-banner a.win::before,
.top-banner a.win::before{
    background: url("../img/win.svg") no-repeat center center / contain;
}
.content-banner a.mac::before,
.top-banner a.mac::before{
    background: url("../img/mac.svg") no-repeat center center / contain;
}
.sti.sti-hover{
    z-index: 1;
}
.popular .list-item{
    font-size: 20px;
    list-style: disc outside;
    margin-left: 20px;
}
.top-banner {
    background-color: #F2F4F5;
    padding: 60px 0;
    margin-bottom: 60px;
}
.top-banner .title{
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 1rem;
}
.top-banner .text {
    margin-bottom: 48px;
}
.top-banner .text, 
.top-banner .text p{
    font-size: 20px;
    letter-spacing: -0.2px;
}
.top-banner .text ul {
    margin-bottom: 32px;
}
.top-banner .list-col ul {
    display: flex;
    flex-wrap: wrap;
}
.top-banner .text li {
    list-style: disc outside;
    margin: 0 0 16px 20px;
}
.top-banner .text.list-col li:nth-child(odd){
    flex: 0 0 calc(50% - 35px);
    margin-right: 15px;
}
.top-banner .text.list-col li:nth-child(even){
    flex: 0 0 calc(50% - 55px);
    margin-left: 35px;
}
.top-banner .text li:last-child {
    margin-bottom: 0;
}
.top-banner .image {
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;
}
.top-banner .image img{
    max-width: 100%;
}
.top-banner .buttons a {
    display: inline-block;
    border-radius: 8px;
    padding: 0 16px;
    height: 48px;
    line-height: 46px;
    color: #1a1a1a;
    margin-right: 30px;
    transition: transform cubic-bezier(0.65, 0, 0.35, 1) .3s;
}
.content-banner .btns a:hover,
.top-banner .buttons a:hover {
    transform: translate(0, -4px);
}

.detail .content .proscons {
    display: flex;
    margin-bottom: 32px;
    line-height: 30px;
    letter-spacing: -0.2px;
    font-size: 20px;
}
.detail .content .proscons div{
    border: 4px solid #F2F4F5;
    border-radius: 16px;
    flex: 0 0 calc(50% - 16px);
    padding: 32px;
}
.detail .content .proscons div.cons{
    margin-left: 32px;
}
.detail .content .proscons span{
    display: block;
    font-weight: bold;
    text-align: center;
}
.detail .content .proscons ul {
    padding: 24px 0 0 0;
}
.detail .content .proscons li {
    display: block;
    margin: 0 0 16px;
    padding-left: 32px;
    position: relative;
}
.detail .content .proscons li:last-child {
    margin: 0;
} 
.detail .content .proscons li::before {
    content: '';
    background: url('../img/tick.png') no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 0;
}

.detail .content .proscons .cons li::before {
    background-image: url('../img/cross.png');
}

.tablepress tbody td, .content table tbody td{
    vertical-align: middle;
}
.content table tbody td p {
    margin: 0;
}
.content-button {
    font-size: 16px;
    white-space: nowrap;
    height: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
    min-width: 136px;
    padding: 0 10px;
    letter-spacing: -0.2px;
}
.content-button:hover {
    color: #1a1a1a;
    transform: translate(0, -4px);
}
