.app-header{position:fixed;top:0;left:0;width:100%;max-width:100%;z-index: 1001;display: inline-block;background: #FFF;background: #FFF;-webkit-box-shadow: 0 4px 20px rgb(189 189 189 / 25%);box-shadow: 0 4px 20px rgb(189 189 189 / 25%);}
.header{display:-webkit-box;display:-ms-flexbox;display:flex;-moz-justify-content:space-between;-ms-justify-content:space-between;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-pack:space-between;-moz-align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height: 60px;padding:0 5px;}
.header .socials{align-items:center!important;}
@media screen and (min-width: 1100px) {
.header{padding-left:18px;padding-right:18px}
}
.header .logo{max-width:100px;width:100%;padding-top: 5px;padding-bottom: 5px}
.header .search{width:18px;height:18px;-webkit-box-ordinal-group:-1;-ms-flex-order:-1;order:-1;background:transparent;border:1px solid transparent}
@media screen and (min-width: 1100px) {
.header .search{-webkit-box-ordinal-group:3;-ms-flex-order:3;order:2}
}
.header .search:hover .search-icon{fill:#000;-webkit-transition:fill .2s;-o-transition:fill .2s;transition:fill .2s}
.header .socials{display:none;position:relative}
@media screen and (min-width: 1100px) {
.header .socials{-webkit-box-ordinal-group:2;-ms-flex-order:2;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
}
.header .socials:before,.header .socials:after{z-index:1;position:absolute;height:2px;-webkit-transition:width .1s linear,height .1s linear;-o-transition:width .1s linear,height .1s linear;transition:width .1s linear,height .1s linear;content:"";background-color:#fff}
.header .socials:before{width:100%;right:0;top:-16px;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}
.header .socials:after{width:100%;left:0;bottom:-16px;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}
.header .socials:hover:before{width:0;-webkit-transition-delay:0;-o-transition-delay:0;transition-delay:0}
.header .socials:hover:after{width:0;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}
.header .socials:hover .line:before{height:0;-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}
.header .socials:hover .line:after{height:0;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}
.header .socials:hover .line{border-color:#000}
.header .socials:hover .soc-item{color:#000;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s}
.header .socials .line{position:relative;-webkit-transform-style:flat;transform-style:flat;-webkit-transition:color 10ms ease-in-out .1s;-o-transition:color 10ms ease-in-out .1s;transition:color 10ms ease-in-out .1s;border:2px solid transparent;padding:4px 8px;-webkit-box-sizing:border-box;box-sizing:border-box}
.header .socials .line .soc-item{-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s;font-weight:300}
.header .socials .line:before,.header .socials .line:after{content:"";width:2px;height:0;position:absolute;background-color:#fff;-webkit-transition:width .1s linear,height .1s linear;-o-transition:width .1s linear,height .1s linear;transition:width .1s linear,height .1s linear}
.header .socials .line:before{height:100%;-webkit-transition-delay:0;-o-transition-delay:0;transition-delay:0;left:-2px;top:0}
.header .socials .line:after{height:100%;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s;right:-2px;bottom:0}
.header .burger{position:relative;width:25px;height:25px;background:transparent;border:1px solid transparent;cursor:pointer}
@media screen and (min-width: 1100px) {
.header .burger,.header .app-live-box{display:none}
}
.header .burger:hover span{background-color:#000;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}
.header .burger div{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.header .burger span{position:relative;display:block;width:24px;height:2px;background-color:#2E3A59;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}
.header .burger span:first-child{top:-5px}
.header .burger span:nth-child(3){top:5px}
.header .nav{z-index:-1;overflow:hidden;position:absolute;top:60px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-moz-align-items:center;-ms-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height: calc(100vh - 60px);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform 0.3s,-webkit-transform .3s}
@media screen and (min-width: 1100px) {
.header .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:.95;-ms-flex-positive:.95;flex-grow:.95;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:0;top:0;width:auto;height:56px;position:relative;-webkit-transform:none;-ms-transform:none;transform:none}
}
.header .nav.opened{-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform: translateY(0%);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform 0.3s,-webkit-transform .3s}
.header .nav .gnb{display:table;list-style:none;margin-top: 65px;margin-bottom: 65px}
@media screen and (min-width: 1100px) {
.header .nav .gnb{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;margin-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:650px;width:100%}
}
.header .nav .gnb li{display:table;text-align:center;width:100%;margin-top:40px}
@media screen and (min-width: 1100px) {
.header .nav .gnb li{margin-top:0;margin-left:28px}
}
.header .nav .gnb li:first-child{margin-top:0}
@media screen and (min-width: 1100px) {
.header .nav .gnb li:first-child{margin-left:0}
.header .nav .gnb li.current-menu-item a:before{width: 110%;}
}
.header .nav .gnb li a{position:relative;display:inline-block;text-decoration:none;text-align:center;font-weight:300;letter-spacing:.06rem;font-size:14px;line-height:16px;color:#162136;padding:10px 0}
.header .nav .gnb li a:hover:before,.header .nav .gnb li a:active:before{width:110%;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}
.header .nav .gnb li a:before{position:absolute;bottom:0;left:-5%;width:0;height:2px;background-color:#000;content:"";-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}
.header .nav .socials-mobile{display:flex;margin-bottom:60px}
@media screen and (min-width: 1100px) {
.header .nav .socials-mobile{display:none}
}
.app-icon{width:22px;height:22px;background-position:center;background-repeat:no-repeat;display:inline-block}
.search-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/search-icon.svg);width:18px;height:18px}
.facebook-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/facebook-icon.svg)}
.telegram-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/telegram-icon.svg)}
.instagram-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/instagram-icon.svg)}
.twitter-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/twitter-icon.svg)}
.youtube-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/youtube-icon.svg);width:32px}
.eye-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/eye-icon.svg);width:14px;height:14px}
.close-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/close-icon.svg);width:24px;height:24px}
.video-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/video-icon.svg);width:18px;height:18px}
.news-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/news-icon.svg);width:18px;height:18px}
.flash-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/flash-icon.svg);width:18px;height:18px}
.rss-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/rss-icon.svg);width:18px;height:18px}
.exchange-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/exchange-icon.svg);width:24px;height:24px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.live-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/live-icon.svg);width: 20px;height: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;background-color: #f00;border-radius: 50%;background-size: 14px;}
.live-white-icon{background-image:url(//abnews.am/wp-content/themes/armenian-business-news/assets/img/general/live-white-icon.svg);width: 20px;height: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;background-color: #f00;border-radius: 50%;background-size: 14px;}
.soc-item{display:inline-block;margin-left:10px;margin-right:10px}
.soc-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.app-inner{padding-top: 64px;}
.container-full{width: 100%;max-width: 100%;}
.app-search {position: fixed;top: 55px;left: 0;width: 100%;max-width: 100%;background: #FFF;padding-top: 10px;padding-bottom: 10px;z-index: 1001;display: none;padding-right: 45px;padding-left: 10px;}
.app-search input[type="text"] {width: 100%;border: 1px solid #039be5;background: #FFF;color: #2e3a59;padding: 10px 115px 10px 5px;height: 45px;font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;}
.app-search input[type="submit"] {position: absolute;top: 0;right: 0;max-width: 115px;width: 100%;display: inline-block;list-style: none;font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;color: #fff;background: #039BE5;border: 1px solid #039BE5;height: 100%;padding: 0 5px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#app-search.active{display: inline-block}
.soc-item a:hover {filter: brightness(1.5);}
.app-search input[type="submit"]:hover{color: #039BE5;background: #fff;}
.search-close {position: absolute;top: 10px;right: -30px;border: none;background: transparent;z-index: 100;display: inline-block;}
.app-live-box, .app-exchange-box{display: none}
.app-main-sidebar.active{display: block}
.app-live-box, .app-exchange-box {position: absolute;top: 50%;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
.app-live-box {left: 60px;color: #dd0f10;display: flex;flex-wrap: wrap;align-items: center;text-transform: uppercase;font-size: 12px;font-weight: bold;}
.app-live-box span{margin-left: 5px;display: inline-block;vertical-align: middle;position: relative;top: 1px;}
.app-exchange-box{right: 60px;}
#toTop{display: inline-block;background-color: #eef0f2;width: 50px;height: 50px;text-align: center;border-radius: 4px;position: fixed;bottom: 50px;right: 30px;transition: background-color .3s,opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;}
#toTop::after {content: "";font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #1d5437;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
#toTop:hover {cursor: pointer;background-color: #dae0f1;}
#toTop:active {background-color: #555;}
#toTop.show {opacity: 1;visibility: visible;}
.marquee{background: #1d5437;width: 100%;padding: 14px 7px;color:#fff;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;max-width: 100%; padding-left: 25px;position: relative;position: fixed;bottom: 0;left: 0;z-index: 1000;}
.marquee-tag{margin: 0;padding: 0 5px;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;}
.marquee-tag{color: #fff;font-weight: normal;font-size: 14px;line-height: 13px;letter-spacing: 0.02em;}
.marquee .app-icon{position: absolute;left: 4px;top: 50%;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);border: 1px solid #1d5437;background-color: #1d5437;border-radius: 50%;}  body:not(.home) .app-content,body:not(.home) .app-main-sidebar{padding-top: 0px}
.app-sidebar{width: 100%;-webkit-box-flex: 0;-ms-flex: 0 0 280px;flex: 0 0 280px;max-width: 280px;border-right: 1px solid #EEF0F2;padding-bottom: 60px;padding-left: 10px;padding-right: 10px;}
.stream-watch{position: relative;margin-left: 0;margin-right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.stream-watch-frame{overflow: hidden;position: relative;width: 100%;height: 0;background: #000000;padding-bottom: 56.25%;}
.videos-flow{margin: 10px 0 32px 0;position: relative;margin-left: 0;margin-right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.video-flow-item{position: relative;width: 100%;height: 0;padding-bottom: 56.25%;background: #000000;display: inline-block;margin-top: 10px;}
.app-content{-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;padding-left: 0;padding-right: 0;height: auto;position: relative;padding-top: 240px;}
.stream-watch p {width: 100%;height: 100%;position: relative;}
.video-flow-item iframe,.video-flow-item video,.video-flow-item embed,.video-flow-item lite-youtube,
.stream-watch iframe,.stream-watch video,.stream-watch embed,.stream-watch lite-youtube {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.news-feed {margin-top: 32px;margin-bottom: 32px;}
.news-feed-heading *,.videos-feed-heading *{font-weight: bold;font-size: 18px;line-height: 21px;color: #162136;}
.news-feed-heading,.videos-feed-heading {width: 100%;max-width: 100%;margin-bottom: 13px;background: #eef0f2;padding: 10px 30px 10px 10px;position: relative;}
.news-lists {width: 100%;max-width: 100%;height: 600px;overflow-x: hidden;overflow-y: auto;padding-right: 10px;}
.news-thumbnail {width: 61px;height: 61px;position: relative;display: inline-block;}
.news-thumbnail img {position: absolute;left: 0;top: 0;right: 0;bottom: 0;-o-object-fit: cover;object-fit: cover;width: 100%;height: 100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-title {font-weight: normal;font-size: 12px;line-height: 130%;letter-spacing: 0.02em;color: #162136;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;padding-left: 7px;word-break: break-word;}
.news-title a{color: #162136;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-wrapper-lists {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.news-additionals {margin-top: 6px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.post-categories {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;list-style-type: none;}
.news-category {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.post-categories li {display: inline-block;list-style: none;font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;color: #838A99;word-break: break-word;}
.post-categories a {color: #838A99;}
.news-date {font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;color: #838A99;padding-left: 5px;}
.post-categories li:after {content: ',';display: inline-block;margin: 0 2px;}
.post-categories li:last-child:after{display: none}
.news-list-item {margin-top: 16px;display: inline-block;width: 100%;max-width: 100%;border-bottom: 1px solid #EEF0F2;padding-bottom: 6px;}
.news-thumbnail a {position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.subscribe-box {position: relative;background: #000000;width: 100%;max-width: 100%;padding: 5px 10px;display: inline-block;z-index: 5;}
.subscribe-box input[type="email"] {border: 1px solid #EEE;width: 100%;max-width: 100%;position: relative;font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;background: #FFF;color: #039be5;height: 100%;padding: 10px 115px 10px 5px;}
.subscribe-box input[type="submit"] {position: absolute;right: 0;top: 0;display: inline-block;list-style: none;font-weight: normal;font-size: 11px;line-height: 13px;letter-spacing: 0.02em;color: #fff;background: #039BE5;border: 1px solid #039BE5;height: 100%;padding: 0 5px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.subscribe-box .es-field-wrap {margin: 0;}
.subscribe-box form {position: relative;display: inline-block;width: 100%;max-width: 100%;}
.app-cover{width: 100%;max-width: calc( 100% - 11px );height: 240px;display: inline-block;position: absolute;top: 0;right: 0;left: 11px;bottom: 0;overflow: hidden;}
.app-cover *{position: absolute;left: 0;right: 0;bottom: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.app-main-sidebar{border-left:1px solid #EEF0F2;padding:20px 18px;height:100%;padding-bottom:60px;max-width:285px;width:100%}
.app-main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}
.app-main-news{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;height:100%;padding: 32px 0px 60px;}
.widget-option-box{width:100%;max-width:100%;margin-top:12px;margin-bottom:12px;display:inline-block}
.widget-option-item *{font-weight:700;font-size:14px;line-height:16px;color:#162136}
.widget-option-item{display:inline-block;width:100%;max-width:100%}
.widget-option-content{display:inline-block;width:100%;max-width:100%;margin-top:20px}
.widget-option-content table{max-width:100%;width:100%;border-collapse:collapse;border-bottom:1px solid #EEF0F2}
.widget-option-content table thead{font-size:12px;line-height:14px;letter-spacing:.02em;color:#838A99}
.widget-option-content table thead td{padding-bottom: 14px;padding-left: 5px;padding-right: 5px;}
.widget-option-content table tbody td{border-top:1px solid #EEF0F2;padding:14px 0;font-weight:400;font-size:12px;line-height:14px;letter-spacing:.02em;padding-left: 5px;padding-right: 5px;}
.widget-option-content .valuable{font-weight: 500;color: #162136;}
.news-main-list-item{display:inline-block;width:100%;border-bottom:1px solid #EEF0F2;padding-bottom:12px;margin-bottom:12px;max-width: 100%;}
.news-main-wrapper-lists{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.news-data-overlay{-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-moz-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;padding: 0 10px;}
.news-main-lists{height: 457px;overflow-y: auto;margin-top: 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.news-main-wrapper-lists,.news-main-title{width:100%;max-width:100%;word-break: break-word;}
.news-main-title *,.wpp-list a{font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#162136;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-main-list-item.news-main-list-item-separated{position:absolute;right:0;top:0;max-width:273px}
.news-main-thumbnail{position:relative;width:100%;max-width: 75px;display:inline-block;height: 75px;margin-bottom:25px}
.news-main-thumbnail *{position:absolute;left:0;top:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-main-list-item.news-main-list-item-separated .news-additionals{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:14px;margin-top:0}
.news-main-list-item.news-main-list-item-separated{border-bottom-color:transparent}
.app-main-news-overlay{padding-left: 55px;padding-right: 55px;width:100%;max-width:100%}
.news-main-feed-heading{font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#838A99}
.news-main-feed-heading{margin-bottom:24px;width:100%;max-width:100%;display:inline-block;padding-bottom: 9px;border-bottom: 2px solid transparent;}
.app-main-business-news{padding-top:40px;margin-top: 40px;border-top: 1px solid #EEF0F2;}
.business-news-main-feed-heading{border-bottom:1px solid #EEF0F2;width:100%;max-width:100%;padding-bottom:18px;padding-left: 55px;padding-right: 55px;}
.business-news-main-feed-heading *{font-style: normal;font-weight: bold;font-size: 24px;line-height: 28px;color: #162136;margin: 0;}
.business-news-main-lists{padding-top:16px;padding-left: 55px;padding-right: 55px;width:100%;max-width:100%}
.business-news-main-feed,.app-main-business-news{width:100%;max-width:100%}
.business-news-main-list-item{position:relative;display:inline-block;width:100%;max-width:100%;margin-top:24px}
.business-news-main-thumbnail{position:absolute;top:0;right:0;width:265px;height:162px}
.business-news-main-wrapper-lists{padding-right:272px;width:100%;max-width:100%}
.business-news-main-thumbnail *{position:absolute;left:0;top:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.business-news-main-title,.business-news-main-content{margin-top:7px;display:inline-block;width:100%;max-width:100%;word-break: break-word;}
.business-news-main-title *{font-weight:700;font-size:14px;line-height:130%;letter-spacing:.02em;color:#162136;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.business-news-main-content *{font-weight:400;font-size:12px;line-height:130%;letter-spacing:.02em;color:#838A99}
.business-news-date{font-weight:400;font-size:11px;line-height:13px;letter-spacing:.02em;color:#162136;width:100%;max-width:100%;display:inline-block;margin-top:7px}
.business-news-lists-overlay{border-bottom:1px solid #EEF0F2;padding-bottom:12px;min-height:162px;width:100%;max-width:100%}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-lists-overlay div:not(.business-news-main-title) {display: none;}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-main-thumbnail{display:none}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-main-wrapper-lists{min-height:auto;padding:0}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-main-wrapper-lists .business-news-lists-overlay{min-height:auto;padding:24px 0}
.business-news-main-list-item.business-news-main-list-item-pattern{margin:0;padding:0}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-main-title{margin:0}
.business-news-main-list-item.business-news-main-list-item-pattern .business-news-main-title *{font-size:24px;line-height:150%}
.tabs li {display: inline-block;vertical-align: middle;margin-right: 31px;}
.tabs li.active a {color: #162136;font-weight: bold;border-bottom-color: #039BE5;}
.tabs li:last-child {margin-right: 0;}
.wpp-list .news-main-list-item {max-width: 100%;}
.pll-counter{display: none;width: 100%;max-width: 100%}
.subscribe-box input[type="submit"]:hover {color: #039BE5;background: #fff;}
.is-entry {padding: 55px;width: 100%;max-width: 100%;font-style: normal;font-weight: normal;font-size: 16px;line-height: 150%;letter-spacing: 0.02em;color: #162136;word-break: break-word;}
.is-entry p{margin-bottom: 10px}
.is-entry ul, .is-entry ol {padding: 15px 25px;width: 100%;max-width: 100%;}
.is-entry li {margin-top: 5px;}
.is-entry blockquote,.is-entry .quote,.is-entry quote {background: #EEE;padding: 25px;margin: 25px 0;border-left: 5px solid #039be5;}
.is-entry a {color: #039be5;}
.is-entry a:hover {color: #2e3a59;}
input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type*="date"],input[type="email"]{border-radius:1px;font-size:14px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;background:#FFF;border:2px solid #F0F0F0;box-sizing:border-box;height:48px}
input[type="text"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="tel"]:hover, input[type="search"]:hover, input[type="number"]:hover, input[type*="date"]:hover, input[type="email"]:hover,textarea:hover,input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type*="date"]:focus, input[type="email"]:focus,textarea:focus{border-color: #039be5;}
textarea{border-radius:1px;font-size:14px;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;resize:vertical;height:88px;background:#FFF;border:2px solid #F0F0F0;box-sizing:border-box;width:100%;max-width:100%}
body .contact .action.primary.cf-button{text-transform:uppercase;background:#FFF;border:1px solid #CECECE;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.05em;color:#2F2F2F;box-shadow:none;border-radius:0;padding:18px 38px;margin:0}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border: 2px solid #e50303;}
.wpcf7 form .wpcf7-response-output{margin: 15px 0;padding: 10px;text-align: center;}
.wpcf7 input[type="submit"]{background:#FFF;border:1px solid #CECECE;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.05em;color:#2F2F2F;box-shadow:none;border-radius:0;padding:15px 38px;margin:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.wpcf7 label:first-of-type{border-top-color: transparent;}
.wpcf7 label{display:inline-block;width:100%;max-width:100%;font-size:14px;padding-top: 15px;padding-bottom: 20px;border-top: 2px dashed #2e3a59;margin: 0;}
.wpcf7-form-control-wrap{margin-top:10px;display:inline-block;width:100%;max-width:100%}
.wpcf7 input[type="submit"]:hover{background:#039be5;color:#FFF;border-color:#039be5}
.post-show-grid-style{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.post-show-grid-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:50px;padding-right:50px;margin-top:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.post-gthubmnail{height: 0;position:relative;width:100%;max-width: 100%;padding-bottom: 56.25%;background: #EEE;}
.post-gthubmnail *{position:absolute;left:0;top:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.post-gadditionals{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding: 10px 0;}
.post-gthubmnail-title *{font-weight:700;font-size:14px;line-height:130%;letter-spacing:.02em;color:#162136;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.post-gthubmnail-title{margin-top:7px;width:100%;max-width:100%;word-break: break-word;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-title a:hover,.news-main-title a:hover,.business-news-main-title a:hover,.wpp-list a:hover,.post-gthubmnail-title a:hover{color: #039BE5;}
.business-news-main-thumbnail a:hover,.news-main-thumbnail a:hover,.news-thumbnail a:hover,.post-gthubmnail a:hover{filter: brightness(1.1);}
.wp-pagenavi {display: flex;padding-left: 0;list-style: none;margin: 40px 0 0;justify-content: center!important;}
.wp-pagenavi .pages {display: none;}
.wp-pagenavi span {position: relative;display: block;color: #8f9bad;border-radius: 0;font-size: 14px;text-decoration: none;border: solid 1px #ebebeb;height: 45px;line-height: 45px;text-align: center;padding: 0;width: 45px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;z-index: 3;color: #fff;border-color: transparent;background: #000;background: -webkit-linear-gradient(bottom,#000000 0%,#313131 51%,#000000 100%);background: linear-gradient(to top,#000000 0%,#313131 51%,#000000 100%);background-size: auto 200%;-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;border: none;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;}
.wp-pagenavi span.current {font-weight: 700;}
.wp-pagenavi a {position: relative;display: block;color: #8f9bad;border-radius: 0px;font-size: 14px;text-decoration: none;border: solid 1px #ebebeb;height: 45px;line-height: 45px;text-align: center;padding: 0;width: 45px;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin: 0 5px;}
.wp-pagenavi .last {display: none;}
.business-news-additional-panel{width:100%;max-width:100%;padding-left:55px;padding-right:55px;margin-top: 20px;margin-bottom: 20px}
.business-news-additional-panel .news-additionals{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}
.business-news-additional-panel *{font-weight:700;font-size:14px;line-height:16px;color:#838A99}
.business-news-additional-panel .bw-option {display: inline-block;vertical-align: middle;}
.business-news-additional-panel .bw-option:after{content: '';display: inline-block;vertical-align: middle;background: #838A99;height: 13px;width: 1px;margin: 0 10px;}
.business-news-additional-panel .bw-option:last-child:after{display: none}
.business-news-additional-panel .news-additionals .news-category, .business-news-additional-panel .news-additionals .news-date {display: inline-block;}
.post-single-views span,.post-single-views i {display: inline-block;vertical-align: middle;display: none;}
.post-entry-thumb {margin: 10px 0;width: 100%;max-width: 100%;display: inline-block;text-align: center;}
.episodes-more{padding-top: 18px;border-top: 1px solid #EEF0F2;width: 100%;max-width: 100%;margin-top: 18px;}
.norm_row{width: 100% !important;max-width: 100%;display: inline-block}
.social-sharing{margin: 10px 0;width: 100%;max-width: 100%;display: inline-block}
.is-post-content.is-entry{padding-top: 0px;}
.is-post-content.is-entry iframe,.is-post-content.is-entry embed{max-width: 100%;margin-left: auto;margin-right: auto;display: block;}
.sfsi_wicons{margin: 10px 5px !important}
.comments-section {padding-top: 18px;border-top: 1px solid #EEF0F2;width: 100%;max-width: 100%;}
.comment-wrapper {padding: 25px 50px;width: 100%;max-width: 100%;}
.comment-wrapper iframe,.fb-comments,.fb-comments span{width: 100% !important;max-width: 100% !important;}
.rate-optioner{padding: 0 3px;}
.minus-rel .rate-optioner:after{width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #EB5757;}
.plus-rel .rate-optioner:after {width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #219653;}
.rate-optioner:after {content: '';display: inline-block;vertical-align: middle;margin-left: 2px;}
.minus-rel .rate-optioner{color: #EB5757;}
.plus-rel .rate-optioner{color: #219653;}
.widget-option-content .valuable span{display: inline-block;vertical-align: middle}
.app-adv-block{width: 100%;max-width: 100%;text-align: center;margin-top: 20px;margin-bottom: 20px}
.news-feed-heading span, .videos-feed-heading span {display: inline-block;vertical-align: middle;}
.news-feed-heading i, .videos-feed-heading i {margin-right: 5px;display: inline-block;vertical-align: middle;}
.rates-widget{border: 1px solid #eef0f2;width: 100%;max-width: 100%;display: inline-block;margin-top: 20px;text-align: center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.rates-widget:hover{border-color: #2e3a59;}
.rates-widget:first-of-type {margin-top: 0;}
.rates-widget a{display: inline-block;width: 100%;max-width: 100%;}
.app-listing-news {overflow-y: auto;height: 500px;width:100%;max-width: 100%}
.rss-included{position: absolute;right: 3px;top: 50%;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);background: #fff;border-radius: 50%;padding: 5px;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.rss-included:hover{background: #d2d2d2;}
.rss-included i{margin: 0;}
.app-main-rates-widgets{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.app-main-rates-widgets .rates-widget{-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-moz-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;margin-top: 0}
img.aligncenter {margin-left: auto;margin-right: auto;display: block;}
.currency-widget-box{width: 100%;max-width:100%;height: 200px;overflow-y: auto;}
.rates-option-mobile{display: none} .app-footer {padding: 20px 20px 60px 20px;background: #FAFAFA;width: 100%;max-width: 100%;}
.footer-menu {width: 100%;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.footer-menu ul {list-style-type: none;}
.footer-menu li {list-style: none;display: inline-block;margin-right: 37px;}
.footer-menu li a {font-weight: normal;font-size: 12px;line-height: 14px;color: #162136;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.footer-menu li:last-child {margin-right: 0;}
.footer-wrapper{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.footer-wrapper .socials{margin-left: auto;}
.developed-by{width:100%;max-width:100%;margin-top:15px;text-align:right;padding-left: 25px;padding-right: 25px;}
.developed-by a{font-weight:400;font-size:12px;line-height:14px;color:#162136;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.developed-by a:hover{color:#2e3a59}
#banner:hover {
cursor: pointer;
}
.display_none {
display: none;
}
.flex-form label{
display:inline-block;
margin:20px 0 10px;
font-size: 14px;
padding-top: 15px;
border-top: 2px dashed #2e3a59;
width: 100%;
}
.flex-form label:first-child{
border-top:none;
}
#ff-send{
background: #FFF;
border: 1px solid #CECECE;
font-weight: 700;
font-size: 16px;
line-height: 20px;
letter-spacing: .05em;
color: #2F2F2F;
box-shadow: none;
border-radius: 0;
padding: 15px 38px;
margin: 20px 0 0 0 !important;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#ff-send:hover {
background: #039be5;
color: #FFF;
border-color: #039be5;
}                              [mother='true'] * {
width: 100%;
height: 100%;
}
[pos='relative'] {
position: relative;
}
.text_container {
width: 51%;
max-height: 111px;
height: 34%;
left: 4%;
bottom: 29%;
}
.t1 {
background-image: url(https://abnews.am/wp-content/uploads/2025/02/1.png);
animation-name: t1;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
user-select: none;
}
.footer_contact{
display:flex;
flex-direction:column;
gap:10px;
margin-top:25px
}
.footer_contact a{color:#039be5!important;font-size:14px}
.footer_contact strong{font-size:15px}
@keyframes t1 {
0% {
transform: translateY(-30%);
-webkit-transform: translateY(-30%);
opacity: 0;
visibility: hidden;
}
13%,
100% {
transform: translateY(0%);
-webkit-transform: translateY(0%);
opacity: 1;
visibility: visible;
}
}
.t2 {
background-image: url(https://abnews.am/wp-content/uploads/2025/02/2.png);
animation-name: t2;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
user-select: none;
}
@keyframes t2 {
0%,
5% {
clip-path: inset(0% 100% 0 0)
}
20%,
100% {
clip-path: inset(0% 0% 0 0)
}
}
.precent {
width: 41%;
height: 94%;
max-height: 424px;
right: 3%;
bottom: 7%;
animation-name: precent;
}
@keyframes precent {
0%,
8% {
transform: scale(0);
-webkit-transform: scale(0);
opacity: 0;
visibility: hidden;
}
22%,
100% {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
visibility: visible;
}
}
.precent_scale {
background-image: url(https://abnews.am/wp-content/uploads/2025/02/3.png);
animation-name: precent_scale;
animation-duration: .7s;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
user-select: none;
}
@keyframes precent_scale {
0% {
transform: scale(1);
-webkit-transform: scale(1);
}
50% {
transform: scale(1.05);
-webkit-transform: scale(1.05);
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.logo {
width: 45%;
max-height: 43px;
height: 13%;
left: 4%;
top: 13%; animation-name: logo;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
user-select: none;
}
@keyframes logo {
0% {
transform: translateY(30%);
-webkit-transform: translateY(30%);
opacity: 0;
visibility: hidden;
}
10%,
100% {
transform: translateY(0%);
-webkit-transform: translateY(0%);
opacity: 1;
visibility: visible;
}
}
.bottom_text {
width: 87%;
max-height: 37px;
height: 10%;
bottom: 2%;
background-image: url(https://abnews.am/wp-content/uploads/2025/02/5.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
user-select: none;
}
@media (max-width: 551px) {
.logo {
width: 63%;
top: 3%;
left: initial;
}
.text_container {
width: 90%;
max-height: 111px;
height: 22%;
left: initial;
top: 17%;
}
.precent {
width: 80%;
height: 60%;
max-height: 317px;
right: initial;
bottom: 4%;
}
}