* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-size: 12px;
}
body {
    position: relative;
}
.clearfix {
    clear: both;
}
a {
    color: #1d1d1b;
    text-decoration: none;
    display: block;
}
a:hover {
    text-decoration: none;
    color: #1d1d1b;
}
p {
    line-height: 19px;
}
span{
    font-weight:inherit !important;
}
#active {
    font-weight: 900;
}
#visit {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 500;
}

#menu-new_ua_header .current-menu-item.page_item .sub-menu a {
    font-weight: 500;
}

/* end HEADER*/


/*NEW HEADER  */

.container {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 42px 0 42px;
    position: relative;
}
header .container {
    position: unset;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .logo {
    width: 150px;
    height: 47px;
    margin: 25px 0 22px 0;
    float: left;
}
header > div > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
header > div > ul > li {
    padding: 0 20px 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
header > div > ul > li a,
.lang-nav li a {
    letter-spacing: 0.5px;
    font-weight: 500;
}
header > div > ul > li.current-menu-parent > a,
header > div > ul > li.current-menu-item > a,
header > div > ul > li.current-page-ancestor > a {
    font-weight: 900;
}

.sub-menu li  a {
    /*font-weight: 500;*/
}
.right-header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.lang-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lang-nav li {
    list-style: none;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
}
.lang-nav li:after {
    content: "|";
    font-size: 17px;
    position: absolute;
    width: 1px;
    height: 5px;
    top: -4px;
    right: -4px;
}
.lang-nav-ru {
    margin: 0 10px;
}
.lang-nav-ru::before {
    left: 4px;
}
.lang-nav li:last-child:after {
    content: unset;
}
.main-search {
    content: "";
    position: absolute;
    width: 17px;
    height: 16px;
    top: 38px;
    right: -30px;
    background: url(../img/search3.png) 0 0 no-repeat;
}

/*DROP-MENU*/
.sub-menu {
    display: none;
}
header > div > ul > li:hover {
    background-color: #cecece;
}
header > div > ul > li:hover .sub-menu {
    display: block;
    position: absolute;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background-color: #cecece;
    top: 90px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px;
}
.sub-menu li.current-menu-item a,
.sub-menu li.current-page-ancestor a  {
    font-weight: 900;
}
.sub-menu:before,
.sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #cecece;
}
.sub-menu:before {
    left: -100%;
    width: 100%;
}
.sub-menu:after {
    right: -100%;
    width: 100%;
}
.sub-menu li {
    display: block;
    width: 50%;
    margin: 5px 0;
    float: left;
}
/*DROP-MENU END*/

/*SEARCH-FORM*/

.search-form-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 970px;
    display: none;
    background-color: #fff;
    height: auto;
    padding: 15px 0;
    margin-right: 0;
}
.search-form-container input[type=text] {
    width: 101%;
    margin-top: 5px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    outline: none;
}
.search-form-container input[type=submit] {
    text-indent: -9999px;
    background-color: transparent;
    border: 1px solid red;
    width: 30px;
    height: 30px;
    display: none;
}
.search-form-container.close {
    display: none;
}
.search-form-container.open {
    display: block!important;
}
.search-icon {
    display: inline-block;
    margin-right: 14px;
}
.search-ic {
    position: relative;
}
.search-ic:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 23px;
    top: 10px;
    left: -26px;
    background: url(../img/search2.png) 0 0 no-repeat;
}
.close-Icon:before {
    content: "+";
    font-size: 38px;
    transform: rotate(45deg);
    line-height: 25px;
    font-family: "Arial";
    font-style: normal;
    cursor: pointer;
    position: absolute;
    right: -32px;
    top: 35px;
    background-color: #fff;
}
.close-pic:before {
    display: none;
}
/*SEARCH-FORM END*/


/*NEW HEADER MOB-MENU*/
.humb {
    width: 30px;
    height: 30px;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    cursor: pointer;
}
.humb div {
    width: 100%;
    height: 5px;
    background-color: #000;
    border-radius: 20%;
}
/* menu for laptop to mobile adaptive */
.navbar-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -12px;
    bottom: 0;
    background-color: #f2f2f2;
    /*width: 40%;*/
    box-sizing: border-box;
    z-index: 999;
}
.navbar-menu.open {
    display: block;
    overflow: scroll;
    position: fixed;
    box-shadow: -3px -3px 45px -8px rgba(0,0,0,0.75);
}
.closeIcon {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 60px;
    line-height: 31px;
    transform: rotate(45deg);
    font-family: 'Arial';
    cursor: pointer;
}
.wrapper-nav-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.navbar-menu .lang-nav {
    display: none;
    margin-top: 4px;
    margin-right: 30px;
}
.mob-subscribe {
    width: 101px;
    height: 64px;
    background-color: #000;
    cursor: pointer;
}
.navbar-menu-list {
    margin: 20px 20px 0 67px;
}
.navbar-menu-list li {
    margin: 15px 0 20px 0;
    position: relative;
}
.navbar-menu-list .sub-menu .current-class a {
    font-weight:bold;
}
.navbar-menu-list > li:before {
    content: '\f104';
    font-family: FontAwesome;
    left: -32px;
    position: absolute;
    top: 0;
    font-size: 29px;
    /*line-height: 35px;*/
}
.navbar-menu-list li a {
    font-size: 24px;
    font-weight: 500;
}
.navbar-menu-list .sub-menu li {

    margin: 5px 0 5px 0;
    width: 100%;
    float: none;
}
.navbar-menu-list .sub-menu li a {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}
.navbar-menu-list .sub-menu:before,
.navbar-menu-list .sub-menu:after {
    position: unset;
    height: auto;
    background-color: unset;
}
.navbar-menu.open::-webkit-scrollbar {
    width: 1em;
}

/*NEW HEADER MOB-MENU END*/

/*SUBSCRIBE FORM*/

.subscribe,
.footer-subscribe {
    width: 101px;
    height: 64px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.mob-subscribe h4,
.mob-subscribe .form-phone,
.mob-subscribe .form-divider,
.mob-subscribe br,
.mob-subscribe .form-message{
    display: none;
}
header .subscribe {
    position: relative;
    top: 0;
    right: -42px;
    cursor: pointer;
}
.subscribe .subscribe-form,
.footer-subscribe .subscribe-form {
    width: 700px;
    padding: 10px 5px 40px 5px;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f1f1f1;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1;
    cursor: auto;
}
.footer-subscribe .subscribe-form.opened{
    display: flex;
    top: unset;
    bottom: 65px;
}
.subscribe .subscribe-form.opened {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.subscribe .subscribe-form .form-close {
    transform: rotate(45deg);
    font-size: 70px;
    font-family: 'Arial';
    line-height: 5px;
    color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 21px;
    right: 6px;
}
.subscribe-form-text {
    width: 634px;
}
.subscribe-form div.wpcf7-response-output {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    max-width: 612px;
    box-sizing: border-box;
    margin: 0 auto;
}

.subscribe h4 {
    display: none;
}
.subscribe-form-text span {
    font-size: 15px;
}
.subscribe .subscribe-form span {
    color: #434244;
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 8px 0;
}
.subscribe .subscribe-form input,
.subscribe .subscribe-form textarea {
    width: 630px;
    height: 43px;
}
.subscribe .subscribe-form .form-phone,
.subscribe .subscribe-form .form-message,
.subscribe .subscribe-form-text .form-divider,
.send-email-form.page-platform .form-phone,
.send-email-form.page-platform .form-message {
    display: none;
}

.subscribe .subscribe-form textarea {
    height: 160px;
}
.subscribe .half-block,
.footer-subscribe .half-block,
.mob-subscribe .half-block {
    width: 14px;
    height: 13px;
    position: absolute;
    box-sizing: border-box;
    top: 17px;
    right: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.subscribe span,
.footer-subscribe span,
.mob-subscribe span {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin: 38px 0 0 10px;
}
.wrap-block {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.recaptcha-wrapper{
    width: 100%;
    margin-bottom: -20px;
}
.recaptcha-container{
    margin: 0 auto;
    max-width: 300px;
}


/*MOB-MENU FOR MOB*/
.mob-subscribe .subscribe-form {
    display: none;
}
.mob-subscribe .subscribe-form {
    width: 100%;
    padding: 10px 15px;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: auto;
    bottom: 0;
}
.mob-subscribe .subscribe-form-text {
    width: 100%;
    margin-top: 45px;
}
.mob-subscribe .subscribe-form .form-close {
    transform: rotate(45deg);
    font-size: 70px;
    font-family: Arial;
    line-height: 38px;
    color: #000;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.mob-subscribe .subscribe-form span {
    color: #434244;
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0 8px 0;
}
.mob-subscribe .subscribe-form input,
.mob-subscribe .subscribe-form textarea {
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
}
.mob-subscribe .subscribe-form textarea {
    height: 160px;
}
/*MOB-MENU FOR MOB END*/


/*SUBSCRIBE FORM END*/

/*NEW HEADER END */


/*TOP-CONTENT*/
.top-content .left {
    float: left;
    max-width: 1012px;
}
.wrap-top.full {
    margin-bottom: 21px;
    float: left;
}
.post-item {
    position: relative;
}
.wrap-top.full .post-item {
    float: none;
}
.wrap-top.full .post-item .video-content {
    display: none;
}
.wrap-top.full .post-item img {
    width: 100%;
    min-width: 1012px;
    min-height: 605px;
    background-size: cover;
}
.wrap-top.full .post-item-wrap-wrap {
    width: 100%;
    position: absolute;
    bottom: 35px;
}
.wrap-top.full .post-item .category-wrap,
.news-line-item .category-wrap {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 29px;
}
.category-wrap  a {
    width: 231px;
    height: 31px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
}
.wrap-top.full .post-item-wrap {
    width: 497px;
    height: 219px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
    padding: 37px 33px 0 41px;
    text-align: left;
    min-width: 300px;
    max-width: 800px;
    overflow: hidden;
}
.wrap-top.full .post-item .category,
.news-line-item .category {
    width: 231px;
    height: 29px;
    margin: 0 auto;
    background-color: #fff;
}
.wrap-top.full .post-item .category p,
.news-line-item .category p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.wrap-top.full .post-item-wrap h3 {
    font-size: 30px;
    letter-spacing: 2.4px;
    padding-bottom: 19px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.wrap-top.full .post-item-wrap p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.4px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 423px;
    height: 54px;
    outline: none;
    display: block;
}
.wrap-bottom {
    float: left;
}
.wrap-bottom .post-item {
    width: 324px;
    float: left;
}
.wrap-bottom .post-item .category-wrap {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 29px;
}
.wrap-bottom .post-item .category {
    width: 218px;
    height: 29px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .video-content  {
    position: relative;
    bottom: 46px;
}

.wrap-bottom .post-item .category p {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.wrap-bottom .post-item  h3 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.wrap-bottom .post-item  p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}
.wrap-bottom .post-item:nth-child(2) {
    margin: 0 20px;
}

/* top-content right*/
.top-content .right {
    float: right;
    width: 325px;
}
.news-item .category {
    float: left;
    width: 15px;
    height: 15px;
    /*background-color: #d83235;*/
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.news-item.agro .category {
    background-color: #7ed321;
}
.news-item.health .category {
    background-color: #2bbfed;
}
.news-item.smart-city .category {
    background-color: #4a4a4a;
}
.title .categ-name {
    float: left;
    font-size: 12px;
    color: #1d1d1b;
}
.title .date,
.item-text .date {
    float: right;
    font-size: 12px;
    color: #1d1d1b;
    font-weight: 300;
}
.news-item h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 19px;
    font-weight: 500;
}
.news-item p {
    line-height: 19px;
    font-weight: 300;
}
.news-divider {
    width: 100%;
    height: 2px;
    background-color: #bababa;
    margin: 20px 0;
}
.news-divider:last-child{
    display: none;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: #bababa;
    margin: 40px auto;
}

/*BOTTOM CONTENT */

.bottom-content h2 {
    font-size: 36px;
    letter-spacing: 2.4px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.bottom-content q {
    font-size: 35px;
    letter-spacing: 2.4px;
    line-height: 46px;
    quotes: "\00ab" "\00bb";
}
.bottom-content .left {
    width: 667px;
    float: left;
}
.bottom-content .left .wrap-news {
    /*background-color: #000;*/
    padding: 70px 56px 48px 52px;
}
.bottom-content .left .wrap-news span {
    margin-bottom: 50px;
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.bottom-content .left .wrap-news h3 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #fff;
}
.bottom-content .left .wrap-news p {
    margin-bottom: 40px;
    color: #fff;
    line-height: 19px;
}
.news-img {
    max-width: 736px;
    /*max-height: 540px;    */
    max-height: 596px;
    object-fit: cover;
}
.news-img img {
    width: 100%;
}
.bottom-content .right {
    width: 668px;
    float: right;
}
/* BOTTOM-RIGHT */
.wrap-item {
    margin-bottom: 16px;
}
.wrap-item .item-img {
    width: 324px;
    height: 170px;
    float: left;
}
.wrap-item .item-img a{
    height: 100%;
}
.wrap-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-item .item-text {
    width: 324px;
    float: right;
}
.wrap-item .item-text h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 19px;
    text-transform: uppercase;
}
.wrap-item .item-text p {
    font-weight: 300;
    line-height: 19px;
    padding: 10px 0 10px 0;
}
.wrap-item.big .item-img {
    float: none;
    width: 671px;
    height: auto;
}
.wrap-item.big .item-text {
    float: none;
    width: 100%;
}
.wrap-item.big .item-text h5 {
    margin: 5px 0 11px 0;
}

/*NEWS LINE*/
.news-line .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-line-item {
    width: 324px;
    position: relative;
    float: left;
    margin: 0 10px 40px 10px;
}
.news-line-item img {
    width: 100%;
    max-height: 216px;
}
.news-line-item h5  {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin: 21px 0 21px 0;
}
.news-line-item p {
    font-weight: 300;
}
.news-line .news-line-item:nth-child(4) {
    margin-right: 0;
}
.news-line .news-line-item:first-child {
    margin-left: 0;
}

/*FOOTER*/
footer {
    background-color: #f2f2f2;
    margin-top: 35px;
}
.footer-wrap {
    padding: 35px 0 0 0;
}
.footer-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.footer-wrap .list {
    width: 323px;
}
.footer-wrap .list li {
    list-style: none;
    font-weight: 300;
}
.footer-wrap .list li a {
    font-size: 12px;
    line-height: 20px;
}
.list .aiplatform {
    width: 50%;
    margin-top: 20px;
}
.list .aiplatform li {
    font-weight: 500;
    text-transform: uppercase;
}
footer .list.innovations {
    /*margin: 0 20px 0 20px;*/
}
footer .list-platform {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 25px;
}
.list.platform {
    /*float: left;*/
    /*margin-top: 25px;*/
    /*margin-left: 24px;*/
}
#menu-new_f_part_aiplatform li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50%;
    font-weight: 500;
    margin-top: 25px;
}
.footer-logo {
    margin-bottom: unset;
    margin-top: 14px;
}
.footer-rights {
    margin: 15px auto;
}
.footer-rights p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}
.footer-rights span {
    text-transform: uppercase;
}

.bottom-wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.footer-subscribe {
    position: relative;
}

/*LAPTOP*/

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /*new header*/

    header > div > ul {
        display: none;
    }
    .navbar-menu-list .sub-menu {
        display: none;
        margin: 25px 0 30px 0;
    }
    .navbar-menu .lang-nav-menu {
        display: none;
    }
    .humb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .main-search {
        right: 47px;
    }
    .navbar-menu-list li.open .sub-menu {
        display: block;
    }
    .navbar-menu-list > li.open:before {
        transform: rotate(-92deg);
    }
    .mob-subscribe .subscribe-form.opened {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    /*new header end*/



    .close {
        display: none;
    }

    #menu-new_ua_header {
        display: none;
    }
    .lang-nav {
        margin-right: 40px;
    }
    .subscribe {
        display: none;
    }
    .mob-menu {
        display: block;
        margin: unset;
        cursor: pointer;
    }


    .search-form-container input[type=text] {
        width: 89%;
        margin-top: 17px;
    }
    .search-ic:before  {
        top: -3px;
        left: -10px;
    }
    .close-Icon:before {
        right: -25px;
    }
    .search-form-container {
        margin-right: 71px;
        width: 713px;
    }
    #searchform {
        width: 100%;
        float: right;
        margin-right: -52px;
    }

    .wrap-top.full {
        width: 698px;
    }
    .wrap-top.full .post-item img {
        width: 100%;
        min-width:  698px;
        min-height: 418px;
    }
    .top-content .right {
        width: 231px;
    }
    .wrap-bottom .post-item.middle {
        margin: 0 13px;
    }
    .wrap-bottom .post-item {
        width: 223px;
    }
    .wrap-bottom .post-item:nth-child(2) {
        margin: 0 15px;
    }
    .wrap-top.full .post-item .category, .news-line-item .category,
    .wrap-bottom .post-item .category
    {
        width: 193px;
        height: 29px;
        margin: 0 auto;
        background-color: #fff;
    }
    .category-wrap a {
        width: 193px;
        height: 29px;
        text-align: center;
        margin: 0 auto;
        background-color: #fff;
    }
    .wrap-bottom .post-item  img {
        width: 100%;
    }
    .wrap-bottom .post-item h3 {
        margin: 15px 0 15px 0;
    }
    .news-item.smart-city {
        display: none;
    }
    .news-divider.third {
        display: none;
    }
    .video .video-content {
        position: absolute;
        top: 81px;
        /*left: 11px;*/
        max-width: 25px;
        max-height: 38px;
    }
    .bottom-content .left {
        width: 462px;
    }
    .bottom-content .left img {
        width: 100%;
    }
    .bottom-content .right {
        width: 475px;
    }
    .wrap-item .item-img {
        width: 225px;
    }
    .wrap-item .item-text {
        width: 225px;
    }
    .wrap-item .item-text h5 {
        margin-bottom: 10px;
    }
    .wrap-item.big .item-img {
        width: 476px;
    }
    .news-line-item {
        width: 225px;
        margin: 0 7px 40px 7px;
    }
    .footer-wrap .list {
        width: 224px;
    }
    .list.press {
        margin-left: 8px;
        /*display: none;*/
    }
    .list.platform {
        float: left;
        margin-top: 25px;
        margin-left: 8px;
    }
    .footer-subscribe {
        margin-bottom: 17px;
        position: unset;
    }
}
/*LAPTOP END*/

/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    header > div > ul {
        display: none;
    }
    .lang-nav {
        margin-right: 40px;
    }
    .humb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .main-search {
        right: 47px;
    }
    .search-form-container input[type=text] {
        width: 93%;
        margin-top: 21px;
    }
    .search-ic:before {
        top: -1px;
        left: -7px;
    }
    .close-Icon:before {
        right: -58px;
        top: 35px;
    }
    .search-form-container {
        margin-right: 105px;
        width: 583px;
    }
    #searchform {
        width: 107%;
        float: right;
        margin-right: -52px;
    }
    .subscribe {
        display: none;
    }
    .lang-nav-menu {
        display: none;
    }
    .mob-subscribe .subscribe-form {
        display: none;
    }
    .sub-menu {
        display: none;
        margin: 25px 0 30px 0;
    }
    .navbar-menu .lang-nav {
        display: none;
    }
    .navbar-menu-list li.open .sub-menu {
        display: block;
    }
    .navbar-menu-list > li.open:before {
        transform: rotate(-92deg);
    }
    .navbar-menu {
        width: 50%;
    }
    .mob-subscribe .subscribe-form.opened {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .mob-subscribe .subscribe-form input,
    .mob-subscribe .subscribe-form textarea {
        /*width: 350px;*/
    }
    .wrap-top.full .post-item img {
        width: 100%;
        min-width: 685px;
        min-height: 410px;
    }

    .wrap-bottom .post-item {
        float: none;
    }
    .wrap-bottom .post-item:nth-child(2){
        margin: 20px 0;
    }
    .wrap-bottom .post-item.middle {
        margin: 20px 0;
    }
    .wrap-item .item-text h5 {
        margin-bottom: 21px;
    }
    .wrap-item.big .item-text h5 {
        margin-top: 25px;
    }
    .bottom-content .left {
        width: 100%;
    }
    .news-img {
        max-width: 688px;
        max-height: 560px;
    }
    .wrap-item {
        margin-top: 20px;
    }
    .bottom-content h2 {
        text-transform: uppercase;
        width: 697px;
    }
    .bottom-content .right {
        width: 100%;
    }
    .wrap-item.big .item-img {
        width: 100%;
    }
    .news-line-item {
        margin-left: 0;
    }
    .news-line-item h5 {
        text-transform: uppercase;
    }
    .news-line-item:nth-child(2n) {
        margin-right: 0;
        margin-left: 30px;
    }
    .footer-flex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-company {
        order: 1;
    }
    .list.innovations {
        order: 3;
    }
    .list.products {
        margin-top: 20px;
        order: 4;
    }
    .list.press {
        order: 2;
    }
    .list.platform {
        margin-left: 92px;
        margin-top: 8px;
    }
    .footer-subscribe {
        margin-bottom: 17px;
        position: unset;
    }
}
/*TABLET END*/

/*MOBILE*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    header > div > ul {
        display: none;
    }
    .right-header-wrap {
        width: 60%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
    .lang-nav {
        display: none;
    }
    .wrapper-nav-menu{
        justify-content: space-between;
        padding-left: 80px;
    }
    .navbar-menu .lang-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .subscribe {
        display: none;
    }
    .humb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-menu.open .fa-times:before {
        top: 37px;
        left: 24px;
    }
    .main-search {
        right: 50px;
    }
    .search-form-container input[type=text] {
        width: calc(100% - 127px);
        margin-top: 20px;
    }
    .search-form-container.open {
        width: 157%;
    }
    #searchform {
        width: 103%;
    }
    .close-Icon:before {
        right: -1px;
    }
    .search-ic:before {
        top: -1px;
        left: -7px;
    }
    #searchform {
        width: 109%;
        float: right;
        margin-right: -78px;
    }


    .mob-menu {
        display: block;
        margin-top: 30px;
    }
    /*MENU*/
    .navbar-menu.open {
        width: 400px;
    }

    .mob-subscribe .subscribe-form.opened {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .sub-menu {
        display: none;
        margin: 25px 0 30px 0;
    }
    .navbar-menu-list li.open .sub-menu {
        display: block;
    }
    .navbar-menu-list > li.open:before {
        transform: rotate(-92deg);
    }
    /* END MENU*/
    .search-form-container {
        width: -moz-calc(100% - 570px);
        width: calc(100% - 570px);
        margin-right: 46px;
    }
    .wrap-top.full {
        width: 100%;
    }
    .wrap-top.full .post-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .wrap-top.full .post-item-wrap-wrap {
        position: initial;
        background-color: #000;
    }
    .wrap-top.full .post-item-wrap {
        width: 100%;
        min-width: 290px;
        box-sizing: border-box;
        opacity: 1;
        padding: 30px 19px 30px 25px;
        overflow: hidden;
    }
    .wrap-top.full .post-item-wrap h3 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .wrap-top.full .post-item-wrap p {
        overflow: inherit;
        text-overflow: inherit;
        width: inherit;
        height: inherit;
        outline: none;
    }
    .wrap-top.full .post-item .category, .news-line-item .category {
        width: 100%;
    }
    .wrap-top.full .post-item img {
        width: 100%;
        min-width: 290px;
        min-height: 174px;
    }
    .top-content .right {
        display: none;
    }
    .wrap-bottom .post-item {
        width: 100%;
    }
    .wrap-bottom .post-item:nth-child(2) {
        margin: 20px 0;
    }
    .wrap-bottom .post-item.middle {
        margin: 20px 0;
    }
    .wrap-bottom .post-item .category {
        width: 100%;
        height: auto;
    }
    .category-wrap a {
        width: 230px;
        height: 29px;
        text-align: center;
        margin: 0 auto;
        background-color: #fff;
    }

    .wrap-bottom .post-item  img {
        width: 100%;
    }
    .bottom-content h2 {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .bottom-content q {
        font-size: 24px;
        line-height: 30px;
    }
    .bottom-content .left .wrap-news span {
        margin-bottom: 20px;
    }
    .bottom-content .left .wrap-news h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .bottom-content .left .wrap-news {
        padding: 40px 30px 10px 24px;
    }
    .bottom-content .left {
        width: 100%;
    }
    .bottom-content .right {
        float: unset;
        width: 100%;
    }
    .divider {
        margin: 20px auto;
    }
    .wrap-item,
    .wrap-item .item-text,
    .wrap-item.big .item-img {
        width: 100%;
    }
    .footer-wrap .list {
        width: 50%;
    }

    .wrap-item .item-text h5 {
        margin-top: 20px;
    }
    .wrap-item .item-img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .wrap-item .item-text p,
    .news-line,
    .divider.middle-content {
        display: none;
    }
    .bottom-content {
        margin-bottom: 20px;
    }
    .footer-flex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-company {
        order: 1;
    }
    .list.innovations {
        order: 3;
    }
    .list.products {
        margin-top: 20px;
        order: 4;
    }
    .list.press {
        order: 2;
    }
    .bottom-wrap .subscribe {
        display: none;
    }
    .bottom-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        align-items: center;
    }
    .bottom-wrap {
        height: 150px;
    }
    .footer-logo {
        margin: 42px 0;
    }
    .footer-rights {
        margin: -15px auto;
    }
    .footer-subscribe {
        display: none;
    }
}

/*320X479*/

@media screen and (min-width: 320px) and (max-width: 480px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    header > div > ul {
        display: none;
    }
    .right-header-wrap {
        width: 60%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
    }
    .lang-nav {
        display: none;
    }
    .wrapper-nav-menu{
        justify-content: space-between;
        padding-left: 80px;
    }
    .navbar-menu .lang-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .subscribe {
        display: none;
    }
    .humb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .main-search {
        right: 50px;
    }
    .navbar-menu.open .fa-times:before {
        top: 37px;
        left: 24px;
    }

    .search-form-container input[type=text] {
        width: 76%;
        margin-top: 20px;
    }
    .search-form-container.open {
        width: 154%;
    }
    .close-Icon:before {
        right: 6px;
    }
    .search-ic:before {
        top: -1px;
        left: -7px;
    }

    .lang-nav {
        display: none;
    }
    .subscribe {
        display: none;
    }
    .icon-search {
        width: calc(100% - 231px);
        height: 17px;
    }
    .navbar-menu.open .fa-times:before {
        top: 37px;
        left: 24px;
    }

    .search-form-container input[type=text] {
        width: calc(100% - 94px);
    }
    .search-form-container.open {
        width: 154%;
    }
    #searchform {
        width: 106%;
        float: right;
        margin-right: -45px;
    }


    .mob-menu {
        display: block;
        margin-top: 30px;
    }
    /*MENU*/
    .navbar-menu.open {
        width: 86%;
        width: 86vw;
    }
    .mob-subscribe .subscribe-form.opened {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .mob-subscribe .subscribe-form {
        /*width: 398px;*/
        width: 82vw;
    }
    .mob-subscribe .subscribe-form-text {
        /*width: 255px;*/
        width: 75vw;
    }
    .mob-subscribe .subscribe-form input,
    .mob-subscribe .subscribe-form textarea {
        /*width: 255px;*/
        width: 75vw;
    }
    .sub-menu {
        display: none;
    }
    .sub-menu li {
        margin: 5px 0 5px 0;
    }
    .navbar-menu-list li.open .sub-menu {
        display: block;
        margin: 20px 0;
    }
    .navbar-menu-list > li.open:before {
        transform: rotate(-92deg);
    }
    .navbar-menu-list li a {
        font-size: 12px;
        font-weight: 500;
    }
    .navbar-menu-list .sub-menu li a {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
    }
    .navbar-menu-list > li:before {
        top: -9px;
        font-size: 18px;
        line-height: 34px;
    }
    /* END MENU*/
    .search-form-container {
        width: calc(100% - 570px);
        width: -moz-calc(100% - 570px);
        margin-right: 51px;
    }
    .wrap-top.full {
        width: 100%;
    }
    .wrap-top.full .post-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .wrap-top.full .post-item-wrap-wrap {
        position: initial;
        background-color: #000;

    }
    .wrap-top.full .post-item-wrap {
        width: 100%;
        min-width: 290px;
        box-sizing: border-box;
        opacity: 1;
        padding: 30px 19px 30px 25px;
        overflow: hidden;
    }
    .wrap-top.full .post-item-wrap h3 {
        font-size: 20px;
        padding-bottom: 30px;
        line-height: 24px;
    }
    .wrap-top.full .post-item-wrap p {
        overflow: inherit;
        text-overflow: inherit;
        width: 80%;
        height: inherit;
        outline: none;
    }
    .wrap-top.full .post-item .category, .news-line-item .category {
        width: 100%;
    }
    .wrap-top.full .post-item img {
        width: 100%;
        min-width: 290px;
        min-height: 174px;
    }
    .top-content .right {
        display: none;
    }
    .wrap-bottom .post-item {
        width: 100%;
    }
    .wrap-bottom .post-item:nth-child(2){
        margin: 20px 0;
    }
    .post-item-wrap p {
        display: none;
    }
    .wrap-bottom .post-item.middle {
        margin: 20px 0;
    }
    .wrap-bottom .post-item .category {
        width: 100%;
        height: auto;
    }
    .category-wrap a {
        width: 230px;
        height: 29px;
        text-align: center;
        margin: 0 auto;
        background-color: #fff;
    }
    .wrap-bottom .post-item  img {
        width: 100%;
    }
    .bottom-content h2 {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .bottom-content q {
        font-size: 24px;
        line-height: 30px;
    }
    .bottom-content .left .wrap-news span {
        margin-bottom: 20px;
    }
    .bottom-content .left .wrap-news h3 {
        font-size: 24px;
        line-height: 31px;
    }
    .bottom-content .left .wrap-news {
        padding: 40px 30px 10px 24px;
    }
    .bottom-content .left {
        width: 100%;
    }
    .bottom-content .right {
        float: unset;
        width: 100%;
    }
    .divider {
        margin: 20px auto;
        display: none;
    }
    .wrap-item,
    .wrap-item .item-text,
    .wrap-item.big .item-img,
    .footer-wrap .list {
        width: 100%;
    }
    .wrap-item .item-text h5 {
        margin-top: 20px;
    }
    .wrap-item .item-img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .wrap-item .item-text p,
    .news-line,
    .divider.middle-content {
        display: none;
    }
    .bottom-content {
        margin-bottom: 20px;
    }
    .footer-wrap {
        padding: unset;
    }
    .footer-flex {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .footer-wrap .list {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .list.about-company {
        order: 1;
        margin-top: 39px;
    }
    .list.innovations {
        order: 2;
    }
    .list.products {
        margin-top: 20px;
        order: 4;
    }
    .list.press {
        order: 3;
    }
    .bottom-wrap .subscribe {
        display: none;
    }
    .bottom-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        align-items: center;
    }
    .bottom-wrap {
        height: 150px;
    }
    .footer-logo {
        margin: 42px 0;
    }
    .footer-rights {
        margin: -15px auto;
    }
    .footer-subscribe {
        display: none;
    }
}

/*================PLATFORM============*/

/*===BANNER===*/
.banner-block {
    background-color: #d8d8d8;
}
.banner-block-logo {
    width: 100%;
    height: 417px;
    position: relative;
}
.banner-block-logo img {
    width: 100%;
    height: 100%;
}
.banner-block-title-wrap {
    width: 100%;
    position: absolute;
    top: 27px;
}
.banner-block-title {
    margin: 0 auto;
    text-align: center;
}
.banner-block-title h3 {
    font-size: 36px;
    line-height: 51px;
    letter-spacing: 2.2px;
    font-weight: 500;
    font-family: 'Helvetica';
    text-transform: uppercase;
} /*===END BANNER===*/

.extra-nav.main-platform {
    padding: 10px 0 20px 0;
}

/*===MIDDLE-BLOCK===*/

.middle-block {
    background-color: #000;
}
.black-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.middle-item.expert-view .section {
    width: 154px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 26px;
    margin-top: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.middle-item.expert-view .section a {
    padding: unset;
}
.middle-item {
    /*height: 643px;*/
    height: auto;
    width: 344px;
    padding: 43px 34px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.middle-item-img {
    width: 310px;
    height: 239px;
}
.middle-item-img a{
    width: 100%;
    height: 100%;
}
.middle-item-wrap span a {
    height: 100%;
}
.middle-item-img img {
    max-width: 100%;
    max-height: 100%;
}
.middle-item p {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    line-height: 19px;
    font-weight: 300;
    margin: 17px 0;
}
.middle-item-wrap span {
    display: block;
    width: 154px;
    height: 31px;
    background-color: #3392a1;
    margin: 30px 0;
}
.middle-item-wrap span a {
    color: #fff;
    text-align: center;
    line-height: 31px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.middle-item-wrap h5 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}
.more-details {
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.more-details a {
    display: block;
    width: 90px;
    color: #3392a1;
    margin: 0 auto;
    text-transform: lowercase;
    letter-spacing: 2.2px;
    font-weight: 500;
}
.middle-item.expert-view .more-details,
.middle-item.about-ai .more-details {
    width: 310px;
}
.middle-item.initiative {
    width: 665px;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    padding-left: 33px;
}
.middle-item.initiative h2 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 0.5px;
    width: 90%;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 10px;
}
.middle-item.initiative p {
    line-height: 1.5;
}
.middle-item.initiative .second-paragraph {
    color: #fff;
}
.middle-item.initiative .more-details {
    width: 596px;
}
.middle-item.about-ai {
    padding-left: 33px;
    padding-right: unset;
}
.middle-item.about-ai h5 {
    margin-top: 32px;
}
.middle-item-wrap h5 a,
.middle-item.initiative h2 a {
    color: #fff;
}
/*===MIDDLE-BLOCK-END===*/

/*===PLATFORM-CONTENT===*/

.platform-content {
    margin-bottom: 80px;
}
.platform-content .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.platform-content-left {
    width: 1010px;
    margin: 40px 0 0 0;
}
.media-wrap {
    position: relative;
    margin-top: 55px;
}
.media-wrap:first-child{
    margin-top: 0;
}
.platform-content-left .video .video-content {
    bottom: 0;
}
.media-wrap.video .video-content a::before {
    width: 76px;
    height: 76px;
    background-size: 76px;
    top: 43%;
    left: 43%;
}
.media-wrap h2,
.title-clip span {
    font-size: 48px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    margin: 30px 0 20px 0;
}
.media-wrap p {
    margin: 20px 0 20px 0;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.media-wrap-divider {
    width: 100%;
    height: 2px;
    background-color: #3392a1;
    margin: 70px 0 0 0;
}
.media-wrap .more-details {
    bottom: 16px;
}
.media-wrap.bottom-item {
    margin-top: 50px;
}
.media-wrap.bottom-item span {
    font-weight: 500;
}/*===PLATFORM-CONTENT-END===*/


/*===PLATFORM-CONTENT-RIGHT===*/

.platform-content-right {
    width: 310px;
    margin: 40px 0 50px 34px;
}

.analytics {
    height: 31px;
    background-color: #3392a1;
}
.analytics p {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.4px;
    padding-top: 6px;
    padding-left: 30px;
}
.analytics.ai {
    margin-top: 15px;
}

.main-content-banner.main-platform {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    height: 400px;
    margin-bottom: 25px;
}
.main-content-banner.main-platform .banner-text {
    width: 36%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    height: 185px;
    align-self: flex-start;
    padding-top: 20px;
}
.main-content-banner.main-platform .banner-text  span {
    padding: 5px 0 7px 0;
}
.main-content-banner.main-platform .banner-date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    order: 1;
    padding: unset;
    text-transform: capitalize;
}
.main-content-banner.main-platform .banner-date,
.main-content-banner.main-platform .banner-date span,
.main-content-banner.main-platform .banner-release .edition {
    font-size: 12px;
}

.main-content-banner.main-platform .banner-divider{
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.main-content-banner.main-platform .banner-title{
    display: none;
}
.main-content-banner.main-platform .banner-description {
    display: none;
}
.main-content-banner.main-platform .banner-release {
    order: 2;
    margin-top: 30px;
}
.main-content-banner.main-platform .banner-release .release-num {
    padding-bottom: 45px;
}
.main-content-banner.main-platform .banner-release span {
    display: none;
}
.main-content-banner.main-platform .release-num {
    border-bottom: 1px solid #fff;
}
.main-content-banner.main-platform .banner-release .edition,
.main-content-banner.main-platform .banner-release .release-num {
    display: block;
}
.main-content-banner.main-platform .banner-image {
    width: 56%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 20px;
    /*height: 185px;*/
    height: 55%;
    align-self: flex-start;
}
.main-content-banner.main-platform .banner-image img {
    /*max-width: unset;*/
    max-width: 141px;
    min-width: unset;
    max-height: 185px;
    width: 100%;
}
.main-content-banner.main-platform .mobile-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.main-content-banner.main-platform .mobile-banner-titile {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}
.main-content-banner.main-platform .mobile-banner-description {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.main-content-banner.main-platform .btn-subscribe {
    height: 46px;
    border: 1px solid #fff;
    margin: 10px 0;
}
.main-content-banner.main-platform .btn-subscribe a {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    height: 100%;
}

.section {
    height: 31px;
    background-color: #3392a1;
    margin-top: 25px;
}
.section a {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.4px;
    padding-top: 8px;
    padding-left: 30px;
}
.item-news {
    position: relative;
}
.item-news h5 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0;
}
.item-news p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.5px;
    font-weight: 300;
    padding-bottom: 35px;
}
.item-news .more-details {
    /*margin-bottom: 25px;*/
    position: relative;
}
.item-news .more-details a {
    width: 100%;
    text-align: right;

}
.item-news-divider {
    width: 100%;
    height: 2px;
    background-color: #979797;
    /*margin-top: 25px;*/
}
.content-right-wrap .item-news-divider:last-child{
    display: none;
}
/*===PLATFORM-CONTENT-RIGHT END===*/


/*PLATFORM LAPTOP  */

@media screen and (min-width: 1024px) and (max-width: 1439px) {

    .platform-content {
        margin-bottom: unset;
    }
    .middle-item {
        /*height: 810px;*/
        width: 232px;
    }
    .middle-item-img {
        width: 202px;
        height: 157px;
    }
    .middle-item.initiative {
        width: 480px;
        height: 100%;
    }
    .middle-item.expert-view .more-details, .middle-item.about-ai .more-details {
        width: 197px;
    }
    .middle-item.initiative .more-details {
        width: 411px;
    }
    .platform-content-left {
        width: 699px;
    }
    .title-clip span {
        display: none;
    }
    .platform-content-right {
        width: 202px;
    }
    .main-content-banner.main-platform {
        /*height: 320px;*/
        height: auto;
        padding: 0 15px 0 15px;
    }
    .main-content-banner.main-platform .banner-text {
        width: 91px;
        height: 150px;
        margin-left: unset;
    }
    .main-content-banner.main-platform .banner-release {
        margin-top: 0;
    }
    .main-content-banner.main-platform .banner-release .release-num {
        padding-bottom: 7px;
        font-size: 36px;
    }
    .main-content-banner.main-platform .banner-image {
        width: 72px;
        height: 95px;
        margin-right: unset;
    }
    .main-content-banner.main-platform .banner-image img {
        height: 95px;
    }
    .main-content-banner.main-platform .mobile-banner-titile {
        width: 50%;
        margin-bottom: 7px;
    }
    .main-content-banner.main-platform .mobile-banner-description {
        margin: unset;
    }
    .section {
        margin-top: 41px;
    }

    .media-wrap img {
        width: 100%;
    }
    .media-wrap.bottom-item .media-content {
        width: 100%;
    }
    .media-wrap.video .video-content a::before {
        top: 37%;
        left: 44%;
    }
} /*===LAPTOP END===*/

/*TABLET*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;b
    }
    .extra-nav.main-platform {
        display: none;
    }
    .platform-content {
        margin-bottom: unset;
    }
    .banner-block-logo img {
        object-fit: cover;
    }
    .black-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .middle-item.initiative {
        border: none;
        order: 2;
        padding-left: 0;
    }

    .middle-item.expert-view {
        border-right: 1px solid;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .platform-content-left {
        width: 310px;
    }
    .media-wrap.bottom-item {
        margin-top: 45px;
    }
    .title-clip span {
        display: none;
    }
    .media-wrap p {
        font-size: 14px;
    }
    .media-wrap.bottom-item p {
        font-size: 12px;
    }
    .main-content-banner.main-platform {
        height: 375px;
    }
    .main-content-banner.main-platform .banner-release span {
        display: block;
        color: #fafafa;
        font-size: 12px;
        font-weight: 300;
    }
    .main-content-banner.main-platform .banner-release .edition {
        display: none;
    }
    .main-content-banner.main-platform .banner-text span {
        padding: 0px 0 10px 0;
    }
    .main-content-banner.main-platform .banner-release {
        margin-top: 25px;
    }
    .main-content-banner.main-platform .banner-release .release-num {
        line-height: 50px;
        font-size: 48px;
        font-weight: 500;
    }
    .section {
        margin-top: 35px;
    }
    .item-news h5 {
        margin: 30px 0 20px 0px;
    }
    .media-wrap img {
        width: 100%;
    }
    .media-wrap h2 {
        font-size: 36px;
        line-height: 41px;
        margin: 20px 0 12px 0;
    }
    .tablet-hide {
        display: none;
    }
    .media-wrap-divider {
        margin-top: 50px;
    }
}

/*MOBILE 480*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .banner-block-logo img {
        object-fit: cover;
    }
    .black-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 30px 0;
    }
    .middle-item {
        height: auto;
        width: 100%;
        padding: 18px 0px 20px 0;
        position: relative;
    }
    .middle-item-img {
        width: 100%;
        height: auto;
    }
    .middle-item p {
        display: none;
    }
    .middle-item.expert-view .more-details,
    .middle-item.about-ai .more-details {
        width: 100%;
    }
    .more-details {
        bottom: 0;
    }
    .middle-item.initiative {
        order: 3;
        border: none;
        width: 100%;
        padding-left: unset;
        margin-top: 30px;
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .middle-item.initiative h2 {
        font-size: 36px;
    }
    .middle-item.about-ai {
        padding-left: unset;
        margin-top: 30px;
    }
    .platform-content-left,
    .media-content,
    .media-wrap img {
        width: 100%;
    }
    .media-wrap h2 {
        font-size: 36px;
    }
    .media-wrap.bottom-item .media-content,
    .platform-content-right,
    .middle-item.initiative .more-details  {
        width: 100%;
    }
    .middle-item.initiative .first-paragraph {
        display: block;
    }
    .title-clip span {
        display: none;
    }
    .media-wrap.bottom-item span {
        font-weight: 300;
    }
    .media-wrap-divider {
        margin: 45px 0 0 0;
    }
    .media-wrap.top-item p:nth-child(5) {
        display: none;
    }
    .media-wrap.bottom-item p:nth-child(6) {
        display: none;
    }
    .platform-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .content-right-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .main-content-banner.main-platform {
        order: 2;
        margin-top: 23px;
    }
    .main-content-banner.main-platform .banner-image {
        width: 40%
    }
    .main-content-banner.main-platform .banner-text span {
        padding: 5px 0 10px 0;
    }
    .main-content-banner.main-platform .banner-release {
        margin-top: 40px;
    }
}

/*MOBILE 320*/


@media screen and (min-width: 320px) and (max-width: 480px) {

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .banner-block-logo img {
        object-fit: cover;
    }
    .banner-block-title {
        width: 80%;
    }
    .banner-block-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .black-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 30px 0;
    }
    .middle-item {
        height: auto;
        width: 100%;
        padding: 43px 0 20px 0;
        position: relative;
    }
    .middle-item-img {
        width: 100%;
        height: auto;
    }
    .middle-item p {
        display: none;
    }
    .middle-item.expert-view .more-details, .middle-item.about-ai .more-details {
        width: 100%;
    }
    .more-details {
        bottom: 0;
    }
    .middle-item.initiative {
        order: 3;
        border: none;
        width: 100%;
        padding-left: unset;
        margin-top: 30px;
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .middle-item.initiative h2 {
        font-size: 36px;
    }
    .middle-item.initiative .first-paragraph {
        display: block;
    }
    .middle-item.about-ai {
        padding-left: unset;
    }
    .platform-content {
        margin-bottom: 20px;
    }
    .platform-content-left,
    .media-content,
    .media-wrap img {
        width: 100%;
    }
    .platform-content-left {
        margin: 30px 0 0 0;
    }
    .media-wrap h2 {
        font-size: 36px;
    }
    .media-wrap.bottom-item .media-content,
    .middle-item.initiative .more-details {
        width: 100%;
    }
    .platform-content-right {
        width: 100%;
        margin-top: unset;
    }
    .platform-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .title-clip span {
        display: none;
    }
    .platform-content-right {
        margin: 24px 0 0 0;
    }
    .item-news p {
        display: none;
    }
    .item-news h5 {
        height: auto;
    }
    .item-news-divider {
        margin-top: 20px;
    }
    .media-wrap h2 {
        margin-top: 5px;
    }
    .media-wrap.bottom-item span {
        line-height: 1.5;
        font-weight: 300;
        letter-spacing: 0.5px;
    }
    .media-wrap-divider {
        margin: 45px 0 0 0;
    }
    .media-wrap.top-item p:nth-child(5) {
        display: none;
    }
    .media-wrap.bottom-item p:nth-child(6) {
        display: none;
    }
    .content-right-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .main-content-banner.main-platform {
        order: 2;
        margin-top: 23px;
    }
    .main-content-banner.main-platform .banner-text span {
        padding: 5px 0 10px 0;
    }
    .main-content-banner.main-platform .banner-release {
        margin-top: 40px;
    }
    .tablet-hide {
        display: none;
    }
}

/*==================================*/
/*==================================*/
/*================PLATFORM 2============*/
/*==================================*/
/*==================================*/

.banner-block-platform {
    width: 100%;
    background-color: #ededed;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 12px 0 12px 0;
}
.banner-block-platform a {
    width: 100%;
}
.banner-block-platform .banner-block-title h3 {
    font-weight: normal;
    font-family: Helvetica;
}
.extra-nav .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.extra-nav-menu {
    width: 820px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0 30px 0;
    height: 12px;
}
.extra-nav-menu li {
    list-style: none;
}
.extra-nav-menu li a {
    font-size: 12px;
    color: #a8a8a8;
    text-transform: uppercase;
}
.extra-nav-menu li a:hover {
    color: #000;
    border-bottom: 1px solid;
}
.extra-nav-menu .current-menu-item >  a,
.extra-nav-menu .current-page-ancestor >  a {
    font-weight: 500;
    border-bottom: 1px solid #000;
    color: #000;
    padding-bottom: 1px;
}

#menu-new_ua_cat_menu .current-menu-item.page_item  a:hover {
    border-bottom: none;
}

.platform-top {
    border-top: 3px solid #000;
    line-height: 20px;
}
.platform-top h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.platform-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 36px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.platform-main-text,
.platform-main-pic {
    width: 50%;
}
.platform-main-text {
    padding-right: 21px;
}
.platform-main-pic {
    height: auto;
}
.platform-main-pic img {
    width: 100%;
    max-height: 445px;
}
.platform-main-text h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 60px 0 40px 0;
}
.platform-main-text p {
    padding-bottom: 20px;
    line-height: 19px;
    font-weight: 300;
}
.date-more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 27px;
}
.date-more span {
    font-weight: 300;
}
.date-more .more-details {
    position: unset;
    width: unset;
}


/* start line */


.platform-sec-news-top{
    position: relative;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #bababa;
    margin-bottom: 30px;
}
.platform-sec-news-top:last-child{
    border:none;
}
.platform-news-item {
    width: 25%;
    margin-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 25px;
}
.platform-news-item:last-child{
    margin-right: 0;
}
.platform-sec-news .platform-news-item .wrap-top{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.platform-sec-news .platform-news-item .wrap-img{
    width: 100%;
    height: 216px;
    margin-bottom: 25px;
}
.platform-sec-news .platform-news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.platform-news-item h5{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 0.5px;
}
.platform-sec-news .platform-news-item .wrap-bottom{
    height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    float: none;
}
.platform-sec-news .platform-news-item p{
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.5px;
}
.platform-sec-news .date-more{
    margin: 0;
    width: 100%;
}

/*PLATFORM 2 LAPTOP  */

@media screen and (min-width: 1366px) and (max-width: 1439px){
    .platform-sec-news .platform-news-item .wrap-img{
        height: 192px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
    .platform-sec-news .platform-news-item .wrap-img{
        height: 160px;
    }
    .platform-sec-news .platform-news-item .wrap-bottom {
        height: 220px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .platform-sec-news .platform-news-item .wrap-img{
        height: 144px;
    }
    .platform-sec-news .platform-news-item .wrap-bottom {
        height: 220px;
    }

}
@media screen and (min-width: 650px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .extra-nav .container {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .carousel-hider {
        width: 606px;
        overflow: hidden;
    }
    .extra-nav-menu {
        width: 820px;
        position: relative;
    }
    .carousel-arrow-left,
    .carousel-arrow-right {
        background: url("../img-platform/carousel-arrow.png") 0 0 no-repeat;
        width: 8px;
        height: 14px;
        align-self: center;
        cursor: pointer;
    }
    .carousel-arrow-right {
        transform: rotate(180deg);
    }
    .carousel-arrow-left a,
    .carousel-arrow-right a {
        font-size: 14px;
        color: #a8a8a8;
        cursor: pointer;
    }
    .carousel-arrow-left a:hover,
    .carousel-arrow-right a:hover {
        cursor: pointer;
    }
    .platform-main {
        flex-direction: column-reverse;
        margin-top: 45px;
    }
    .platform-main-text, .platform-main-pic {
        width: 100%;
    }
    .platform-sec-main .divider {
        margin: 0 0 32px 0;
    }
    .platform-main-text h4 {
        margin: 24px 0 40px 0;
    }
    .platform-sec-news-top{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .platform-news-item{
        width: 49%;
        margin: 0;
    }
    .platform-news-item:nth-child(2n){
        margin-left: 2%;
    }

}
@media screen and (min-width: 481px) and (max-width: 649px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .banner-block-title {
        width: 370px;
    }
    .banner-block-title h3 {
        font-size: 30px;
    }
    .extra-nav {
        display: none;
    }
    .platform-main {
        flex-direction: column-reverse;
        margin-top: 45px;
    }
    .platform-main h4{
        margin: 25px 0 36px 0;
    }
    .platform-main-text, .platform-main-pic {
        width: 100%;
    }
    .platform-main-text {
        padding-right: unset;
    }
    .platform-sec-main {
        margin-top: 25px;
    }

    .platform-sec-news-top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .platform-news-item{
        width: 100%;
        margin: 0;
    }
    .platform-sec-news .platform-news-item .wrap-bottom {
        height: auto;
    }
    .platform-sec-news .platform-news-item .wrap-bottom .quote-wrapper{
        display: none;
    }

}

/* PLATFORM 2 MOBILE 320*/


@media screen and (min-width: 320px) and (max-width: 480px) {

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .banner-block-title {
        width: 250px;
    }
    .platform-top h3 {
        text-align: center;
        margin-top: 5px;
        font-size: 28px;
    }
    .banner-block-title h3 {
        font-size: 30px;
    }
    .extra-nav {
        display: none;
    }
    .platform-main {
        flex-direction: column-reverse;
        margin-top: 22px;
    }
    .platform-main-text, .platform-main-pic {
        width: 100%;
    }
    .platform-sec-main {
        margin-top: 25px;
    }
    .platform-main-pic img {
        height: 100%;
        /*height: 190px;*/
    }
    .platform-main-text h4 {
        font-size: 26px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 1.3px;
        margin: 19px 0 10px 0;
    }
    .platform-main-text .date-more {
        margin: unset;
        margin-bottom: 20px;
    }
    .platform-sec-news-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        border: none;
        margin:unset;
    }
    .platform-main-text,
    .platform-main-pic {
        width: 100%;
    }
    .platform-main-pic {
        height: 100%;
    }
    .platform-main-text {
        padding-right: unset;
    }
    .platform-sec-news-top {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .platform-news-item{
        width: 100%;
        margin: 0;
    }
    .platform-sec-news .platform-news-item .wrap-bottom {
        height: auto;
    }
    .platform-sec-news .platform-news-item .wrap-bottom .quote-wrapper{
        display: none;
    }
    .list .aiplatform{
        width: 100%;
        margin-bottom: 50px;
    }
}

/*==================================*/
/*==================================*/
/*============PLATFORM 3============*/
/*==================================*/
/*==================================*/

.title-block .title-wrap {
    /*text-align: center;*/
    padding: 46px 0 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.title-block h4 {
    font-size: 24px;
    font-weight: 500;
    display: block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.title-block h1 {
    font-size: 64px;
    display: block;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 27px;
}
.title-block h3 {
    font-size: 24px;
    display: block;
    font-weight: 400;
    width: 1037px;
    text-align: center;
    text-transform: uppercase;
    color: #a8a8a8;
    letter-spacing: 0.3px;
    margin-bottom: 44px;
}
.title-block .divider {
    width: 60px;
    height: 3px;
    background-color: #000;
    margin: 0 0 17px 0;
}
.section-parent .platform3-main-content {
    margin-bottom: 25px;
}
.platform3-main-content .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.send-email-form.page-platform h4{
    display: none;
}
.send-email-form.page-platform .subscribe-form-text{
    display: block;
    width: 100%;
}
.main-content {
    width: 1010px;
    margin-bottom: 30px;
}
.main-content a{
    display: inline-block;
}
.main-content img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.main-content p {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 16px;
}
.main-content p span {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 19px;
    padding-bottom: 10px;
    font-size: 16px;
}
.main-content p strong,
.main-content p b {
    letter-spacing: 0.5px !important;
    line-height: 25px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
}
.main-content div p {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 16px;
}
.main-content div h2,
.main-content h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

.main-content .statistics p,
.main-content .statistics li {
    font-size: 16px;
    font-weight: 300;
}
.main-content .statistics li,
.main-content ul li {
    margin-bottom: 10px;
    line-height: 25px;
    list-style: none;
    letter-spacing: 0.5px;
    font-size: 16px;
}
.main-content ul li {
    list-style: disc !important;
    margin-left: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-size: 16px;
}
.main-content ol li {
    /* list-style: disc !important; */
    margin-left: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-size: 16px;
}
.main-content ul li strong,
.main-content ol li strong,
.main-content ul li b,
.main-content ol li b {
    font-size: 16px;
}

/*
.main-content .statistics li:before {
    content: 'â€¢';
    font-size: 20px;
    padding-right: 7px;
}*/
.main-content .statistics p:first-child {
    padding: 15px 0 20px 0;
    font-weight: 500;
}
.main-content h4,
.main-content div h4,
.main-content h3,
.main-content div h3 {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 20px;
}
.main-content ol,
.main-content ul {
    margin: 10px 0 10px 0;
}
.main-content-banner {
    background-color: #3392a1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 465px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
.banner-text {
    width: 507px;
    height: 365px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
.banner-date,
.banner-date span {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 300;
}
.banner-title {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.banner-description{
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #77c3cf;
}
.banner-release {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.banner-release span {
    font-size: 18px;
    color: #fafafa;
    font-weight: 300;
}
.banner-release .edition {
    display: none;
}
.banner-release .release-num {
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 400;
    color: #fafafa;
}
.banner-image img{
    margin: unset;
    max-width: 230px;
    min-width: 170px;
    object-fit: contain;
}
.mobile-title {
    display: none;
}
.aside-news {
    width: 310px;
}
.aside-news  h5 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 32px;
}
.aside-news  p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.aside-news-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #979797;
}
.aside-news-item:last-child {
    border-bottom: none;
}

/*PLATFORM 3 LAPTOP  */

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .container {
        width: 1024px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .title-block h1 {
        text-align: center;
    }
    .main-content {
        width: 700px;
    }
    .aside-news {
        width: 215px;
    }
    .aside-news h5 {
        margin-bottom: 14px;
    }
    .aside-news-item {
        margin-bottom: 20px;
    }
    .date-more {
        margin-bottom: 27px;
    }
    .aside-news-item:last-child {
        margin-bottom: 45px;
    }
    .banner-text {
        width: 352px;
        margin-left: 20px;
    }
    .banner-image {
        width: 271px;
        margin-right: 20px;
    }
    .platform-main{
        margin-top: 78px;
    }
    .platform-main-text h4 {
        margin: 0 0 40px 0;
    }
    .platform-sec-news .platform-news-item .wrap-bottom {
        height: 220px;
    }
}
/* PLATFORM 3 TABLET*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .title-block h1 {
        text-align: center;
    }
    .title-block h3 {
        width: 684px;
    }
    .platform3-main-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .main-content {
        width: 684px;
    }
    .banner-text {
        width: 344px;
        height: 430px;
    }
    .banner-image {
        width: 265px;
    }
    .aside-news {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 685px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        margin-top: 30px;
    }
    .aside-news-item {
        width: 310px;
    }
    .aside-news-item:nth-child(7) {
        border-bottom: none;
    }
}

/*PLATFORM 3 MOBILE 480*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .title-block h1 {
        text-align: center;
        font-size: 45px
    }
    .title-block h3 {
        width: 100%;
        font-size: 20px;
    }
    .platform3-main-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .main-content {
        width: 100%;
        margin-bottom: 43px;
    }
    .main-content-banner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0px 20px 0 20px;
    }
    .banner-text {
        width: 40%;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        height: 270px;
    }
    .banner-text  span {
        padding: 5px 0;
    }
    .banner-date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #fff;
        order: 1;
        padding: unset;
    }
    .banner-divider{
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    .banner-title{
        display: none;
    }
    .banner-description {
        display: none;
    }
    .banner-release {
        order: 2;
        margin-top: 30px;
    }
    .banner-release .release-num {
        padding-bottom: 60px;
    }
    .banner-release span {
        display: none;
    }
    .release-num {
        border-bottom: 1px solid #fff;
    }
    .banner-release .edition,
    .banner-release .release-num {
        display: block;
    }
    .banner-image {
        /*width: 200px;*/
        width: 40%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-top: 40px;
        height: 260px;
        align-self: flex-start;
    }
    .mobile-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .mobile-banner-titile {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #fff;
    }
    .mobile-banner-description {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin: 10px 0;
    }
    .btn-subscribe {
        height: 46px;
        border: 1px solid #fff;
        margin: 10px 0;
    }
    .btn-subscribe a {
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        padding-top: 11px;
        height: 100%;
    }
    .aside-news {
        display: none;
    }
}

/*PLATFORM 3  MOBILE 320*/

@media screen and (min-width: 320px) and (max-width: 480px) {

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .banner-block-platform .banner-block-title h3 {
        font-size: 24px;
        line-height: 38px;
    }
    .title-block .title-wrap {
        padding: 40px 0 30px 0;
    }
    .title-block h1 {
        text-align: center;
        font-size: 30px;
        line-height: 37px;
    }
    .title-block h3 {
        width: 100%;
        font-size: 18px;
    }
    .title-block h4 {
        font-size: 18px;
    }
    .platform3-main-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .main-content {
        width: 100%;
        margin-bottom: 43px;
    }
    .main-content-banner {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        padding: 0 20px 0 20px;
        height: 400px;
    }
    .banner-text {
        width: 36%;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        height: 185px;
        align-self: flex-start;
        padding-top: 20px;
    }
    .banner-text  span {
        padding: 6px 0;
    }
    .banner-date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #fff;
        order: 1;
        padding: unset;
    }
    .banner-date,
    .banner-date span,
    .banner-release .edition {
        font-size: 12px;
    }

    .banner-divider{
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    .banner-title{
        display: none;
    }
    .banner-description {
        display: none;
    }
    .banner-release {
        order: 2;
        margin-top: 8px;
    }
    .banner-release .release-num {
        padding-bottom: 45px;
    }
    .banner-release span {
        display: none;
    }
    .release-num {
        border-bottom: 1px solid #fff;
    }
    .banner-release .edition,
    .banner-release .release-num {
        display: block;
    }
    .banner-image {
        width: 56%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-top: 20px;
        /*height: 185px;*/
        height: 55%;
        align-self: flex-start;
    }
    .banner-image img {
        max-width: unset;
        min-width: unset;
    }
    .mobile-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .mobile-banner-titile {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #fff;
    }
    .mobile-banner-description {
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin: 10px 0;
    }
    .btn-subscribe {
        height: 46px;
        border: 1px solid #fff;
        margin: 10px 0;
    }
    .btn-subscribe a {
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        padding-top: 11px;
        height: 100%;
    }
    .aside-news {
        display: none;
    }
}

/*==================================*/
/*==================================*/
/*============PLATFORM 3-2==========*/
/*==================================*/
/*==================================*/
.sub-platform-main-content .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.sub-platform-main-content h6 {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.sub-platform-main-content ul {
    margin-bottom: 40px;
}
.sub-platform-main-content ul li {
    list-style: none;
    letter-spacing: 0.5px;
    line-height: 19px;
    font-weight: 400;
}
.sub-platform-main-content ul li:before {
    content: 'â€¢';
    font-size: 20px;
    padding-right: 7px
}
.sub-platform-main-content ul li p {
    margin: 15px 0 ;
    font-weight: 300;
}

/* PLATFORM 3-2 TABLET*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .sub-platform-main-content .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

}

@-moz-document url-prefix() {
    .subscribe,
    .footer-subscribe {
        right: 20px;
    }
    .search-ic:before {
        top: 12px;
    }
    .close-pic::before {
        width: 17px;
        height: 17px;
    }
    .subscribe, .footer-subscribe {
        right: 14px;
    }
}
/*==================================*/
/*==================================*/
/*============EXPERT THOUGHT========*/
/*==================================*/
/*==================================*/
.expert-main .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.expert-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0 30px 0;
    -webkit-align-items: center;
    align-items: center;
    width: 666px;
}
.expert-title {
    width: 323px;
}
.expert-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 273px;
}
.expert-img img {
    width: 225px;
    height: auto;
    object-fit: contain;
}
.expert-title .section {
    width: 207px;
    height: 46px;
}
.expert-title .section a {
    padding-left: unset;
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
}
.expert-title p {
    margin-top: 20px;
}
.expert-title span {
    font-weight: 500;
    display: block;
    line-height: 19px;
    font-size: 14px;
}
.expert-title .divider {
    width: 60px;
    margin: 20px 0;
    background-color: #000;
}
.expert-main .main-content {
    width: 666px;
    margin: 0 auto 60px auto;
}
/*EXPERT THOUGHT LAPTOP*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .expert-main .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    .expert-header  {
        width: 462px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
    .expert-img {
        width: 184px;
    }
    .expert-title {
        width: 224px;
    }
    .expert-main .main-content {
        width: 462px;
    }
    .expert-main .main-content {
        margin: 0 auto 50px auto;
    }
}

/*EXPERT THOUGHT TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
        width: 768px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .expert-main .main-content,
    .expert-header {
        width: 685px;
    }
    .expert-main .main-content {
        margin: 0 auto 50px auto;
    }
}

/*EXPERT THOUGHT MOBILE*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }
    .expert-header {
        padding-top: 20px;
    }
    .expert-img {
        display: none;
    }
    .expert-header,
    .expert-title,
    .expert-img,
    .expert-main .main-content {
        width: 100%;
    }
}

/*==================================*/
/*==================================*/
/*============Media news========*/
/*==================================*/
/*==================================*/
.media-news-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.section-parent:last-child .media-news-item{
    border: none;
}
.media-news-text,
.media-news-image {
    width: 48%;
}
.media-news-text span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: right;
    margin-bottom: 15px;
}
.media-news-text h3 {
    font-size: 38px;
    font-weight: 700;
}
.media-news-text h3 a {
    margin: unset;
    width: 100%;
}
.media-news-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857;
}
.media-news-image img {
    width: 80%;
    height: auto;
}
.media-news-text a {
    width: 42px;
    margin: 5px 0 10px 0;
}
/*Media news laptop*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .media-news-text h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .media-news-text p {
        font-size: 15px;
    }
    .media-news-image img {
        width: 100%;
    }


}
/*Media news laptop end*/

/*Media news TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .media-news-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .media-news-text {
        width: 100%;
    }
    .media-news-text h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .media-news-text p {
        font-size: 15px;
    }
    .media-news-image {
        width: 100%;
    }
    .media-news-image img {
        width: 100%;
    }
}
/*Media news TABLET end*/

/*Media news mobile*/

@media screen and (min-width: 320px) and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .media-news-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .media-news-text {
        width: 100%;
    }
    .media-news-text h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .media-news-text p {
        font-size: 12px;
    }
    .media-news-image {
        width: 100%;
    }
    .media-news-text > a img {
        width: 70%;
    }
    .media-news-image img {
        width: 100%;
    }
}
.section-parent.image-slider h3 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #000;
    padding-left: 150px;
    padding-right: 150px;
}
.slider-item img.img-responsive{
    height: auto;
    display: block;
    margin: 0 auto;
}
.section-parent.text {
    margin: 40px 0 0 0 ;
}
/*==================================*/
/*==================================*/
/*=======WRAPPER HOME PARRENT======*/
/*==================================*/
/*==================================*/
.wrapper-home-parent{
    background-size:cover ;
    background-position: center top;
    width: 100%;
    max-height: 90vh;
}
.wrapper-home-parent .text-image-center{
    /*height: 1000px;*/
    height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.wrapper-home-parent .text-image-center .new-content{
    /*width: 100%;*/
    /*height: auto;*/
}
.wrapper-home-parent .image-on-left,
.wrapper-home-parent .image-on-right{
    /*height: 555px;*/
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper-home-parent .image-on-left{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.wrapper-home-parent .image-on-right{
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.wrapper-home-parent .image-on-left .new-content,
.wrapper-home-parent .image-on-right .new-content{
    width: 560px;
}
.text-image-center h2.title {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
}
.image-on-left .new-content {
    margin-right: 60px;
    margin-top: 20px;
}
.image-on-left .new-content h2.title {
    line-height: 54px;
    margin-bottom: 64px;
    font-size: 44px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}
.section-parent .description p,
.section-parent .description p span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 10px;
}


/*section-parent grid*/
.section-parent.grid .section-header {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #000;
}
.section-parent.grid .grid-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1000px;
}
.section-parent.grid .grid-container .item {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.section-parent.grid .grid-container .imgReveal {
    padding: 55px;
}
.section-parent.grid .grid-container .imgReveal .image-holder {
    margin-bottom: 60px;
}
.section-parent.grid .grid-container .item:nth-child(2n+1) {
    border-right: 1px solid  #979797;
    border-bottom: 1px solid #979797;
}
.section-parent.grid .grid-container .item:nth-child(2n) {
    border-bottom: 1px solid #979797;
}
.section-parent.grid .grid-container .item:last-child,
.section-parent.grid .grid-container .item:nth-last-child(2) {
    border-bottom: none;
}
.section-parent.grid .image-holder img {
    display: block;
    margin: 0 auto;
}
.section-parent.grid .item .content p {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0 0 12.5px;
}
.section-parent.grid .content h3 {
    font-size: 20px;
    line-height: 1.67;
    font-weight: 700px;
    color: #4a4a4a;
    text-align: center;
}
.section-parent.grid .content ul {
    padding-left: 40px;
    margin-bottom: 12.5px;
}
.section-parent.grid .content ul li,
.section-parent.grid .content ul li strong {
    list-style: disc;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 300;
    color: #4a4a4a;
    letter-spacing: 0.5px;
}
.section-parent.grid .content p strong {
    /*font-size: 18px;*/
    line-height: 1.67;
    text-align: center;
    color: #4a4a4a;
    font-weight: 700;
}
/*section-parent grid end*/

.section-parent.hidden-lg-upslider {
    display: none;
}
.section-parent.hidden-md-downtext .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.section-parent.hidden-md-downtext .container div {
    width: 47%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.section-parent.hidden-md-downtext .container div:first-child {

}
.section-parent.hidden-md-downtext .container img {
    width: 100%;
    height: 457px;
    /*height: auto;*/
}
.section-parent.hidden-md-downtext .container div:last-child {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.section-parent.hidden-md-downtext .container div:last-child p {
    /*width: 50%;*/
}
.section-parent.hidden-md-downtext .container div:last-child p:first-child a {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 34px;
}
.section-parent.hidden-md-downtext .container div:last-child p:last-child a {
    font-size: 18px;
}
.col-md-6 {
    width: 48%;
    margin: 13px;
}


/*CONTACTS*/
.section-parent.contact .min-height_inner-absolute {
    position: unset;
}
.section-parent.contact .contact-group {
    /*display: flex;*/
}
.section-parent.contact .row {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    position: relative;
    margin-top: 50px;
}

.section-parent.contact .center-get-in-touch {
    position: unset;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.get-in-touch {
    position: unset;

}
.section-parent.contact .row .col-xs-6 {
    width: 30%;
}
.section-parent.contact .contact-group h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4a4a4a;
    margin-top: 25px;
    margin-bottom: 12.5px;
}
.section-parent.contact .contact-group p,
.section-parent.contact .contact-group p span,
.section-parent.contact .contact-group strong {
    font-size: 18px;
    line-height: 1.42857;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0 0 12.5px;
}
.section-parent.contact .contact-group p span,
.section-parent.contact .contact-group strong {
    font-weight: 700;
}
.section-parent.contact .contact-group p a {
    color: #4b90e2;;
}
.section-parent.contact .contact-group p a:hover {
    color: #1f69c1;
}
/*CONTACTS END*/


.section-parent.text h3 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #000;
}

.section-parent.text .wrap-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.section-parent.text .wrap-items div {
    width: 48%;
}
.section-parent.text .wrap-items .wrap-image img{
    width: 80%;
}
.section-parent.text .wrap-items h4,
.section-parent.text .wrap-items strong {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 0 0 12.5px;
}
.section-parent.text .wrap-items .wrap-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 40%;
}
.section-parent.text .wrap-items .wrap-image {
    width: 50%;
}


/*border-icon-blocks*/
.border-icon-blocks h3.section-header.container  {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #000;
    padding-left: 150px;
    padding-right: 150px;
}
.border-icon-blocks .bib-item h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
    text-align: center;
    color: #393939;
    text-transform: uppercase;
    margin-bottom: 25px;
    min-height: 135px;
}
.border-icon-blocks .bib-item .icon img {
    display: block;
    margin: auto;
    max-height: 135px;
}
.border-icon-blocks .bib-item {
    border: 1px solid #939393;
    height: 100%;
    margin-bottom: 25px;
    min-height: 585px;
    padding: 45px 35px;
}
.border-icon-blocks .bib-item .description {
    margin-top: 45px;
}

/*border-icon-blocks*/

.section-parent.segments .description p strong {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
}
.section-parent.segments .description ul {
    margin: 10px 0;
}
.section-parent.segments .description ul li,
.section-parent.segments .description ul li strong {
    list-style: disc;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #4a4a4a;
    margin-left: 40px;
}
.section-parent.text .container  ul {
    padding: 0 0 0 20px;
}
.section-parent.text .container  ul li,
.section-parent.text .container  ul li strong {
    list-style: disc;
    font-size: 18px;
    line-height: 1.67;
    font-weight: 300;
    color: #4a4a4a;
}
.section-parent.hidden-md-downtext h3,
.section-parent.hidden-lg-upsegments .section-header {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #000;
    padding-left: 150px;
    padding-right: 150px;
}
.section-parent.hidden-lg-upsegments {
    margin-bottom: 40px;
}
.section-parent.hidden-md-downtext .container tbody td img {
    height: auto;
}
.section-parent.hidden-md-downtext .container thead th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    font-size: 24px;
    text-align: left;
    padding-right: 20px;
    color: #4a4a4a;
}
.section-parent.hidden-md-downtext .container tbody tr td {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.42857;
    font-weight: 300;
    vertical-align: middle;
}
.section-parent.hidden-lg-upsegments .segment-item h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #4a4a4a;
}
.section-parent.hidden-lg-upsegments .segment-item img {
    margin: auto;
    margin-top: 20px;
}
.section-parent.hidden-lg-upsegments .segment-item > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
.section-parent.hidden-lg-upsegments .segment-item .description {
    margin-top: 50px;
}
.section-parent.hidden-lg-upsegments .segment-item .description p strong {
    font-size: 18px;
    color: #4a4a4a;
}
.section-parent.hidden-lg-upsegments .segment-item:nth-child(2n+1) {
    border-right: 1px solid #979797;
}

/*MEDIA*/
.section-parent.text .container.hasBorder a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857;
}
.section-parent.text .container.hasBorder img {
    margin: unset;
}

.everest-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    /*margin: 90px 0;*/
}
.everest-wrap div {
    width: 47%;
    background-color: #f0f0f0;
}
.logo-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 40px 0 40px 0;
}
.section-parent.text .logo-block p {
    margin: unset;
}
.everest-settings {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    padding: 5px 0;
}
.everest-settings div {
    width: 47%;
}
.settings-image img {
    width: 70%;
}
.settings-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.wrap-items-everest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.wrap-items-everest .items-everest {
    margin: 0 17px;
    text-align: center;
}
.items-everest h4 {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.42857;
}
.social-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    /*margin: 50px 0;*/
}
.social-icons-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    width: 50%;
}

.section-parent.text .social-wrap h3 {
    width: 100%;
}

/*MEDIA*/

/* NEW HISTORY*/
.section-parent.text .container h5 strong {
    font-size: 30px;
}
.section-parent.text .container p span {
    font-size: 18px;
    color: #000000;
    line-height: 1.42857;
    font-weight: 300;
}
.history-item div{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.history-item div:first-child {
    border-top: 1px solid #ccc;
}
.section-parent.new-history-tamplate:first-child .history-item div:last-child{
    /*border-bottom: 1px solid #ccc; */
    margin-bottom:unset;
}
.history-item div:last-child {
    border-bottom: none;
    margin-bottom: 25px;
}
.history-item h4 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-align: center;
}
.history-item p {
    font-size: 18px;
    margin:0 0 12.5px 0;
    color: #000000;
    line-height: 1.42857;
    font-weight: 300;
}
.history-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    line-height: 1.42857;
    font-weight: 300;
    margin: 10px 0 5px 0;
}
.history-item a:after {
    content: "";
    width: 42px;
    height: 16px;
    background: url("http://www.everest.ua/wp-content/uploads/2017/06/arrow-copy-8.png") 0 0 no-repeat;
    margin-left: 10px;
}

/*NEW HISTORY*/

.section-parent.hidden-md-down.text h3 {
    padding-left: 150px;
    padding-right: 150px;
}
.section-parent.hidden-md-down.text table th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    font-size: 24px;
    text-align: left;
    padding-right: 20px;
    color: #4a4a4a;
}
.section-parent.hidden-md-down.text table td {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.42857;
    font-weight: 300;
    vertical-align: inherit;
}
.section-parent.hidden-md-down.text table img {
    margin: 0 auto;
}



@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .image-on-left .new-content {
        margin-right: unset;
        margin-top: unset;
    }
    .wrapper-home-parent .image-on-left .new-content, .wrapper-home-parent .image-on-right .new-content {
        width: 420px;
    }
    .image-on-left .new-content h2.title {
        line-height: 36px;
        margin-bottom: 26px;
        font-size: 24px;
    }
    .section-parent .description p,
    .section-parent .description p span {
        font-size: 16px;
    }
    .col-md-6 {
        width: 48%;
        margin: 9px;
    }
    .link-square-item h3 {
        padding: 5px;
        text-align: center!important;
    }
    .link-square-item:hover .description img {
        opacity: 0;
    }
    .link-square-item .description {
        width: calc(100% - 45px - 45px);
    }
    .section-parent.hidden-md-downtext .container img {
        width: 100%;
        /*height: 457px;*/
        height: auto;
    }
    .wrap-items-everest .items-everest {
        margin: 0 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wrapper-home-parent.image-on-left,
    .wrapper-home-parent.image-on-right{
        background: url(none) !important;
    }

    .image-on-left .new-content {
        margin-right: unset;
        margin-top: unset;
    }

    .wrapper-home-parent .image-on-left .new-content, .wrapper-home-parent .image-on-right .new-content {
        width: 100%;
    }

    .image-on-left .new-content h2.title {
        /*line-height: 36px;*/
        margin-bottom: 26px;
        /*font-size: 24px;*/
    }

    .section-parent .description p {
        /*font-size: 16px;*/
    }

    .wrapper-home-parent .text-image-center .new-content {
        width: 100%;
    }

    .text-image-center h2.title {
        font-size: 43px;
        text-align: center;
    }
    .section-parent.hidden-md-downtext .container img {
        height: auto;
    }
    .section-parent.image-slider h3 {
        padding: unset;
    }
    .col-md-6 {
        width: 100%;
        /*margin: 13px;*/
    }
    .embed-responsive {
        overflow: inherit;
        height: 420px;
    }
    .header_on_top .link-square-item:hover .plate {
        opacity: unset!important;
        /*opacity: unset;*/
    }
    .header_on_top .link-square-item:hover .description img {
        display: none;
    }
    .header_on_top .link-square-item:hover h3, .color_on_start .link-square-item:hover h3 a {
        color: #fff!important;
    }
    .header_on_top .link-square-item:hover .description {
        color: #fff!important;
    }
    .header_on_top .link-square-item:hover .plate {
        height: 418px;
    }
    .col-md-6 .link-square-item .plate {
        opacity: 1;
    }
    .col-md-6  .link-square-item h3 a {
        color: #fff;
    }
    .col-md-6 .link-square-item .description {
        opacity: 1;
    }
    .col-md-6 .link-square-item:hover .description {
        opacity: 1;
    }
    .col-md-6 .link-square-item:hover .plate {
        height: 616px;
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .section-parent.contact .row .col-xs-6 {
        width: 50%;
    }
    .get-in-touch {
        right: 0;
    }
    .section-parent.text .wrap-items {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .section-parent.text .wrap-items .wrap-text,
    .section-parent.text .wrap-items .wrap-image,
    .section-parent.text .wrap-items .wrap-image img {
        width: 100%;
    }
    .section-parent.text h3 {
        font-size: 48px;
        margin-bottom: 25px;
    }

    .everest-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .everest-wrap div {
        width: 100%;
    }
    .logo-block {
        margin-bottom: 30px;
    }

}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .wrapper-home-parent{
        background-position: -122px 0;
    }
    .wrapper-home-parent.image-on-left,
    .wrapper-home-parent.image-on-right{
        background: url(none) !important;
        max-height: 100%;
    }

    .wrapper-home-parent .text-image-center .new-content {
        width: 100%;
        text-align: center;
    }
    .image-on-left .new-content h2.title {
        line-height: 27px;
        margin-bottom: 15px;
        font-size: 19px;
    }
    .section-parent .description p,
    .section-parent .description p span {
        font-size: 16px;
    }
    .wrapper-home-parent .image-on-left,
    .wrapper-home-parent .image-on-right {
        height: auto;
    }
    .section-parent.grid .grid-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .section-parent.grid .grid-container .item {
        width: 100%;
    }
    .section-parent.grid .section-header {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .section-parent.grid .grid-container .imgReveal {
        padding: 30px 0;
    }
    .section-parent.grid .grid-container .item:nth-child(2n+1) {
        border-right: none;
    }
    .section-parent.grid .grid-container .item:nth-child(7) {
        border-bottom: 1px solid #979797;
    }
    .section-parent.hidden-md-downtext .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    .section-parent.hidden-md-downtext .container div {
        width: 100%;
    }
    .section-parent.hidden-md-downtext .container div {
        width: 97%;
    }
    .section-parent.hidden-md-downtext .container div:last-child {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        position: absolute;
        height: 100%;
        -webkit-align-items: center;
        align-items: center;
    }
    .section-parent.hidden-md-downtext .container div:last-child p:first-child a {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    .section-parent.hidden-md-downtext .container div:last-child p:last-child a {
        font-size: 16px;
        color: #fff;
    }
    .section-parent.hidden-md-downtext .container img {
        height: 100%;
    }
    .section-parent.image-slider h3 {
        padding: unset;
        font-size: 30px;
    }
    .col-md-6 {
        width: 100%;
        /*margin: 13px;*/
    }
    .link-square-item .description {
        position: relative;
        bottom: 10px;
    }
    .link-square-item .description img {
        max-width: 100%;
        height: auto;
        opacity: 1;
    }
    .link-square-item h3 {
        padding: 5px;
        text-align: center!important;
    }

    .color_on_start .link-square-item:hover .plate {
        opacity: unset!important;
        /*opacity: unset;*/
    }
    .link-square-item:hover .description img {
        /*display: none;*/
    }
    .col-md-6.header_on_top .link-square-item:hover h3, .color_on_start .link-square-item:hover h3  {
        /*color: #fff!important;*/
    }
    .color_on_start .link-square-item:hover .description {
        /*color: #fff!important;*/
    }
    .header_on_top .link-square-item:hover .plate {
        /*height: 418px;*/
        height: auto;
    }


    .col-md-6 > div {
        /*height: 600px;*/
        height: auto;
    }
    .col-md-6.header_on_top > div {
        height: auto;
    }
    .col-md-6 .link-square-item .plate {
        opacity: 1;
    }

    .col-md-6.header_on_top .link-square-item .description {
        position: relative;
    }

    .header_on_top.col-md-6 .link-square-item .description {
        top: inherit;
    }




    .col-md-6 .link-square-item .plate {
        opacity: 1;
    }
    .col-md-6  .link-square-item h3 a {
        color: #fff;
    }
    .col-md-6 .link-square-item .description {
        opacity: 1;
    }
    .col-md-6 .link-square-item .description {
        /*position: absolute;*/
        top: 82px;
    }
    .col-md-6.header_on_top .link-square-item .description {
        top: 45px;
    }
    .col-md-6 .link-square-item:hover .description {
        opacity: 1;
    }
    .col-md-6 .link-square-item:hover .plate {
        height: 100%;
    }
    .link-square-item .plus-more i {
        color: #fff!important;
    }
    .col-md-6 .link-square-item h3 {
        padding: 5px;
        text-align: center!important;
        top: 40px;
        font-size: 18px;
    }
    .social.top-right {
        display: none;
    }
    .embed-responsive-50by50 {
        padding-bottom: 35%;
    }
    .col-md-6.header_on_top  .embed-responsive-50by50 {
        padding-bottom: 14%;
    }
    .link-square-item .plus-more {
        position: absolute;
        bottom: 0;
    }
    .col-md-6.header_on_top .link-square-item .description img {
        opacity: 1;
    }
    .color_on_start .link-square-item:hover h3,
    .color_on_start .link-square-item:hover h3 a {
        color: #fff!important;
    }

    .color_on_start .link-square-item:hover .description {
        color: #fff!important;
    }
    .section-parent.contact .row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }
    .section-parent.contact .row .col-xs-6 {
        width: 80%;
    }
    .section-parent.contact .contact-group h3 {
        font-size: 14px;
        line-height: 20px;

    }
    .section-parent.contact .contact-group p,
    .section-parent.contact .contact-group p span,
    .section-parent.contact .contact-group strong {
        font-size: 12px;
        line-height: 1.42857;
    }
    .section-parent.contact .center-get-in-touch {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .section-parent.segments .segment-item h3 {
        font-size: 20px;
    }
    .section-parent.segments .segment-item .description p {
        font-size: 16px;
    }
    .text-image-center h2.title {
        font-size: 20px;
    }
    .section-parent.segments .segment-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-parent.text h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .section-parent.grid .content {
        padding: 15px;
    }
    .section-parent.text .wrap-items {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .section-parent.text .wrap-items .wrap-text,
    .section-parent.text .wrap-items .wrap-image,
    .section-parent.text .wrap-items .wrap-image img {
        width: 100%;
    }
    .border-icon-blocks h3.section-header.container {
        font-size: 30px;
        padding: unset;
        margin-bottom: 20px;
    }
    .border-icon-blocks .bib-item h3 {
        font-size: 22px;
        margin: 10px 0;
    }
    .border-icon-blocks .bib-item {
        padding: 0 12px;
        min-height: auto;
    }
    .border-icon-blocks .col-md-6 {
        margin: 10px 0 0 0;
    }
    .section-parent.segments .section-header {
        font-size: 30px;
    }

    .everest-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .everest-wrap div {
        width: 100%;
    }
    .logo-block {
        margin-bottom: 30px;
    }
    .wrap-items-everest {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .section-parent.text .logo-block p {
        margin: unset;
        text-align: center;
    }
    .everest-settings {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }
    .section-parent.text .settings-image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .section-parent.text .social-wrap .social-items img  {
        max-width: 70%;
    }
}
/*==================================*/
/*==================================*/
/*=======WRAPPER HOME PARRENT=======*/
/*==================================*/
/*==================================*/

@media screen and (min-width: 1280px) and (max-width: 1365px){
    .container{
        width: 1024px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .platform-main{
        margin-top: 78px;
    }
    .platform-main-text h4 {
        margin: 0 0 40px 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
    .container{
        width: 1024px;
        margin: 0 auto;
        padding: 0 40px 0 40px;
    }
    .platform-main{
        margin-top: 78px;
    }
    .platform-main-text h4 {
        margin: 0 0 40px 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px){
    body > div.page-template > div.section-parent.new-page-platform > section.platform-content > div > div.platform-content-right > div:nth-child(3) > div:nth-child(3),
    body > div.page-template > div.section-parent.new-page-platform > section.platform-content > div > div.platform-content-right > div:nth-child(3) > div:nth-child(4),
    body > div.page-template > div.section-parent.new-main-page > section.top-content > div > div.right > div:nth-child(6),
    div.page-template > div.section-parent.new-main-page > section.top-content > div > div.right > div.news-item:nth-child(7){
        display: none;
    }
    .news-item:last-child{
        display: none;
    }
}


#wpdevar_comment_1{ margin-top:3rem;  }
button#more_posts,.comment-form #submit, button.submit {background-color:#555;border:none;color:#fff;padding:15px 32px;text-decoration:none;display:block;font-size:16px;margin-left:auto;margin-right:auto;text-align:center;}#add_posts{display:none}.breadcrumbs a,.breadcrumbs span{display:inline}.social-data{display:none}
.pagination a:hover{ background: none;}


/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/

.title-block.ok_title-block h4 { 
    margin-bottom: 4px;
}

.ok_sub_category{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px; 
    border: solid 1px #a8a8a8;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    padding: 3px 5px;
    transition: all .2s ease;
}
.ok_sub_category:hover, .ok_sub_category.active{
    background-color: #4a4a4a;
    border-color: transparent;
    color: #fff;
}
.title-block.ok_title-block .ok_sub_categoryes{
    margin-bottom: 20px;
} 
.ok_sub_categoryes{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-numbers.dots{
    font-size: 0;
    position: relative;
}
.page-numbers.dots:after{
    font-size: 20px;
    position: relative;
    content: "...";
    line-height: 0.7;
}
span#author a {
    color: #3b92a0 !important;
}