/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic-ext);*/

@font-face {
    font-family: 'AvantGarde Bk BT Book';
    src: url('../font/AvantGarde_Bk_BT_Book.woff');
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-align: justify;
}

.navbar-default {
    border-color: transparent;
    border-radius: 0;
    background: #fff;
}

.navbar-language {
    background-color: #0065b3;
}

.navbar-language .dropdown {
    margin-right: 15px;
}

.navbar-language a.dropdown-toggle {
    color: white !important;
}

.navbar-language a.dropdown-toggle:hover {
    text-decoration: none;
}

.navbar-language a {
    color: #2196F3 !important;
}

.navbar {
    min-height: 28px;
    margin-bottom: 0;
}

.navbar-bordered {
    border-bottom: solid 1px #2196f3 !important;
}

@media (min-width: 1200px) {
    .navbar-nav-profitsoft  li  a {
        padding: 25px 15px;
        border-radius: 0;
    }
}

@media (max-width: 1200px) {
    .navbar-nav-profitsoft  li  a {
        padding: 5px 5px;
        border-radius: 0;
    }
    .navbar-brand-profitsoft {
        padding: 5px 15px 0px 15px;
    }
}

.navbar-nav-profitsoft > li > a {
    color: #0065b3 !important;
}

.navbar-nav-profitsoft .dropdown-menu>li>a {
    color: #0065b3 !important;
    padding: 7px 20px;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    background: #2196f3 !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu ,
.navbar-nav .open .dropdown-menu {
    background-color: rgb(238, 243, 247) !important;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}

.logo {
    background: url("../img/strikersoft.png") center center no-repeat;
    display: inline-block;
    width: 170px;
    height: 66px;
}


.header-media-inner {
    /* padding: 40px 0px; */
    margin: 0px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .youtube-container {
        padding: 30px;
        padding-right: 30px;
    }
    .navbar-brand-profit-img {
        height:70px;
    }
    .navbar-brand-profitsoft {
        padding: 0 15px;
    }
}

.about-bg {
    background: url("../img/about_text.png") no-repeat;
    height: 196px;
    width: 100%;
    position: relative;
    background-size: cover;
}
.about-bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 110%;
    left: 50%;
    width: 50%;
    height: 84px;

    background: url("../img/strelka.png") center right no-repeat;
    background-size: contain;
}
.image-bg {
    height: 400px;
    background-position: center center;
    border-top: 1px outset #0065b3;
}
.tiles {
    padding: 30px 15px 0px 0px;
}
.tile  a:hover {
    text-decoration: none;
}

.tile {
    padding-left: 0px;
    margin-bottom: 10px;
}
.tile:first-child > div {
    background: #0065b3;
}
.tile:nth-child(2) > div {
    background: #32aedc;
}
.tile:nth-child(3) > div {
    background: #6898b1;
}
.tile:last-child > div {
    background: #0065b3;
}
.tile-header {
    vertical-align: middle;
    text-align: center;
    height: 160px;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.tile-header img {
    display: inline-block;
}
.tile-body {
    padding: 20px;
    color: #fff;
    font-size: 24px;
}

.footer {
    overflow: hidden;
    background: url('../img/news_bckgr.png') top left no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.footer-news {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 0px 0px 0px;
}

.footer {
    color: #fff;
}
.footer h3 {
    font-weight: bold;
}
.footer  .row{
    margin: 0px;
}

.footer-condensed {
    margin-top: 0;
}
.footer-contacts {
    padding: 40px 0;
    background: url('../img/footer_bckgr.png') top left no-repeat;
    background-size: cover;
}
.footer-contacts .social  {
    position: absolute;
    top: 0px;
    right: 15px;
}

.footer-contacts .social img {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.footer-contacts .social a {
    display: inline-block;
    margin: 2px;
}
.footer-contacts .social a:after {
    content: "";
    clear: both;
}

.panel-semi-dark {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    border-left: 1px solid #79b1ce;
}

.panel-semi-dark .panel-body {
    height: 140px;
    overflow: hidden;
    font-size: 14px;
}
.panel-semi-dark .panel-footer {
    text-align: right;
    background: #79b1ce;
    padding: 4px 8px;
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*
 * Nested dropdowns support
 * see http://stackoverflow.com/a/18024991
 */
.dropdown-submenu {
    position: relative;
}


@media (min-width: 1200px) {
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .dropdown-submenu > .dropdown-menu {
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        white-space: nowrap;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}


.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.media-object {
    width: 96px;
    height: auto;
}
.media-heading {
    font-weight: bold;
    font-size: 18px;
}
.media-body > h5 {
    font-size: 17px;
}
.blue {
    color: #32aedc !important;
}

.icon-map {
    background: url("../img/mark.png") no-repeat;
    display: inline-block;
    width: 22px;
    height: 27px;
    position: absolute;
    left: 280px;
    bottom: 5px;
}
.page-header-block {
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    background: #0065b3;
    padding: 10px 0 15px;
    color: #fff;
    margin-bottom: 30px;
}
.page-header-block h3{
    margin-right: 20px;
}

.pad30 {
    padding: 0 30px;
}
.media {
    margin-bottom: 30px;
}
.media-left, .media>.pull-left {
    padding-right: 30px;
}

@media (min-width: 300px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
    .navbar-nav {
    //    float: left;
        margin: 0;
    }

    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

.navbar-clear-both {
    clear:both;
}

@media (min-width: 1200px) {
    .pull-right-profitsoft {
        float: right !important;
    }
}

@media (max-width: 768px) {
    .features-container .tiles, .features-container .tile{
        padding-right: 0px !important;
    }
    .navbar-brand-profit-img {
        height:50px;
    }
    .navbar-brand-profitsoft {
        padding: 0 15px;
    }
}


/* Tag cloud */

.tags ul{
    margin-bottom: 0px;
}
.tags li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
.tags li a{
    text-decoration:none;
    color:#fff;
    padding:0px;
}
.tags li a:hover{
    color:#cff400;
}
.tags {
    width:100%;
    height: 100%;
}

.tag-main a {
    font-family: 'AvantGarde Bk BT Book';
}

@media (max-width: 500px) {
    .video-description .tag-java {padding-left: 50px}

    .tag-main a{font-size:16px; color: #F6E212 !important; font-weight: bold;}
    .tag-text a{font-size:10px; color: #044170 !important;}
    .tag-minor a{font-size:8px; color: #044170 !important;}
    .tag-java a{font-size:14px; color: #92E1FF !important;}
    .tag-outsource a{font-size:12px; color: #F7FBFF !important;}
    .tag-product a{font-size:9px; color: #F7FBFF !important; font-style: italic;}
    .tag-product-main a{font-size:14px; color: #F6E212 !important;}

    .header-media-inner  ul{
        -webkit-padding-start: 0px;
        margin-left: -10px;
        margin-right: -40px;
    }

    .profitsoft-cloud {
        padding-top: 0px;
        min-height: 234px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 501px) {
    .video-description .tag-java {padding-left: 90px}

    .tag-main a{font-size:28px; color: #F6E212 !important; font-weight: bold;}
    .tag-text a{font-size:16px; color: #044170 !important;}
    .tag-minor a{font-size:12px; color: #044170 !important;}
    .tag-java a{font-size:22px; color: #92E1FF !important;}
    .tag-outsource a{font-size:18px; color: #F7FBFF !important;}
    .tag-product a{font-size:16px; color: #F7FBFF !important; font-style: italic;}
    .tag-product-main a{font-size:24px; color: #F6E212 !important;}

    .header-media-inner  ul{
        -webkit-padding-start: 0px;
    }
}

@media (min-width: 768px) {
    .tag-main a{font-size:26px; color: #F6E212 !important; font-weight: bold;}
    .tag-text a{font-size:14px; color: #044170 !important;}
    .tag-minor a{font-size:10px; color: #044170 !important;}
    .tag-java a{font-size:20px; color: #92E1FF !important;}
    .tag-outsource a{font-size:16px; color: #F7FBFF !important;}
    .tag-product a{font-size:14px; color: #F7FBFF !important; font-style: italic;}
    .tag-product-main a{font-size:20px; color: #F6E212 !important;}

    .profitsoft-cloud {
        padding-top: 0px;
        min-height: 234px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-media-inner  ul{
        -webkit-padding-start: 0px;
        margin-left: -10px;
        margin-right: -40px;
    }
}

@media (min-width: 768px){

    .header-media {
        background: url(../img/map.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

}

@media (max-width: 768px){
    .infoProfit {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .profitsoft-cloud {
        background: url(../img/map.png) no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 234px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (min-width: 992px) {
    .tag-main a{font-size:28px; color: #F6E212 !important; font-weight: bold;}
    .tag-text a{font-size:16px; color: #044170 !important;}
    .tag-minor a{font-size:12px; color: #044170 !important;}
    .tag-java a{font-size:22px; color: #92E1FF !important;}
    .tag-outsource a{font-size:18px; color: #F7FBFF !important;}
    .tag-product a{font-size:16px; color: #F7FBFF !important; font-style: italic;}
    .tag-product-main a{font-size:24px; color: #F6E212 !important;}

    .profitsoft-cloud {
        padding-top: 30px;
    }

    .header-media-inner  ul{
        -webkit-padding-start: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media (min-width: 1200px) {
    .tag-main a{font-size:32px; color: #F6E212 !important; font-weight: bold;}
    .tag-text a{font-size:16px; color: #044170 !important;}
    .tag-minor a{font-size:12px; color: #044170 !important;}
    .tag-java a{font-size:24px; color: #92E1FF !important;}
    .tag-outsource a{font-size:20px; color: #F7FBFF !important;}
    .tag-product a{font-size:20px; color: #F7FBFF !important; font-style: italic;}
    .tag-product-main a{font-size:28px; color: #F6E212 !important;}

    .profitsoft-cloud {
        padding-top: 30px;
    }

    .header-media-inner  ul{
        -webkit-padding-start: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* alternative layout */

.tags .alt{
    text-align:left;
    padding:0;
    background:none;
}
.tags .alt li{
    padding:2px 10px;
    background:#efefef;
    display:block;
}
.tags .alt .tag-main,
.tags .alt .tag-text,
.tags .alt .tag-minor,
.tags .alt .tag-java,
.tags .alt .tag-outsource,
.tags .alt .tag-product,
.tags .alt .tag-product-main{
    font-size:100%;
}
.tags .alt .main{
    background:#7cc0f4;
}
.tags .alt .tag-minor{
    background:#67abe0;
}
.tags .alt .tag-text{
    background:#67abe0;
}
.tags .alt .java{
    background:#4d92c7;
}
.tags .alt .tag-outsource{
    background:#3277ad;
}
.tags .alt .tag-product{
    background:#3277ad;
}
.tags .alt .tag-product-main{
    background:#266ca2;
}
/* // Tag cloud */


/*pagination*/
.publication-row {
    padding-bottom: 20px;
}
.publication-row.no-flex {
    display: block;
}
.publication-row.no-flex:after {
    content: '';
    display: block;
    clear: both;
}
.publication-top-image {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}
.publication-image-float {
    float: right;
    max-width: 40%;
    margin-left: 30px;
    border-radius: 10px;
}
@media (max-width: 599px) {
    .publication-image-float {
        float: none;
        max-width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }
}
.publication-row li:not(:last-child) {
    margin-bottom: 10px;
}

.publication-row-title {
    margin: 40px 0 20px;
    padding-left: 30px;
}
.publication-row-title-image {
    height: 28px;
    vertical-align: baseline;
}
.publication-row-title-image.align-bottom {
    vertical-align: bottom;
}

.paginated-item-container a {
    text-decoration: none !important;
    cursor: pointer !important;
}
/*publication*/
.publication-title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    color: #0065b3;
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

/* columns of same height styles */
@media (min-width: 992px) {
    .row-full-height {
        height: 100%;
    }
    .col-full-height {
        height: 100%;
        vertical-align: middle;
    }
    .row-same-height {
        display: table;
        width: 100%;
        /* fix overflow */
        table-layout: fixed;
    }
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }

    .col-xs-height {
        display: table-cell;
        float: none !important;
    }
}
@media (max-width: 991px) {
    .col-xs-height {
        display: table-cell;
        float: none !important;
    }
}

/*calendar*/
.calendar-events-container-caption {
    margin: 40px 0px;
    font-size: 24px;
    color: white;
    font-weight: 500;
    background-color: #BBBBBB;
}
.calendar-event-title-row {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.calendar-event-item-row {
    padding-bottom: 5px;
}
/*calendar*/


/*news*/
.news{
    cursor: pointer;
}
#news-title{
    cursor: pointer;
}
.news-row {
    width:100%;
    margin-right:0;
    padding-bottom: 15px;
}


@media (min-width: 992px) {
    .bottom-news-previous {
        padding-top: 70px;
        cursor: pointer;
    }
    .bottom-news-previous:before {
        content: "\e257";
    }

    .bottom-news-previous, .bottom-news-next {
        padding-top: 60px;
        cursor: pointer;
        font-size: 40px;
    }
    .bottom-news-next:before {
        content: "\e258";
    }
}
@media (max-width: 993px) {
    .bottom-news-previous {
        cursor: pointer;
    }
    .bottom-news-previous:before {
        content: "\e260";
    }

    .bottom-news-next {
        cursor: pointer;
    }
    .bottom-news-next:before {
        content: "\e259";

    }
}

/*news*/

/*history*/
dl.history dd {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid;
    margin-bottom: 20px;
}
/*history*/

/*breadcrumb*/
.profitsoft-breadcrumb {
    padding: 0px;
    background-color: inherit;
    font-size: 14px;
    margin: 0px;
    text-align: left;
}

.breadcrumb > li + li:before {
    padding: 0px;
    content: "";
}

.profitsoft-breadcrumb li:not(.active):after {
    padding: 5px;
    content: "/" !important;
}

.profitsoft-breadcrumb li[href]{
    cursor: pointer;
}

.profitsoft-breadcrumb li:not(.active){
    font-weight: bold;
}

.profitsoft-breadcrumb li.active {
    color: #ffffff;
}
/*breadcrumb*/


.partner-logo {
    text-align: center;
    height: 200px;
    padding: 25px 0px;
    position: relative;
}

.partner-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.profitsoft-ul {
    list-style-image: url(../img/bulletlist.gif);
}


.contacts-row {
    font-size: 14px;
}

.video-description {
    padding-top: 30px;
    color: white;
    font-size: 20px;
}

.profitsoft-font {
    font-family: 'AvantGarde Bk BT Book';
    color: #F6E212;
    font-size: 34px;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.release {

    font-size: 13px !important;

}

div.release span {
    font-size: 14px !important;

}


.panel-history {
    box-shadow: 0 0 0;
}

.history-pointer {
    cursor: pointer;
}
.tile-square {
    border-radius:8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.news-date {
    margin-top:17px;
}

.news-info {
    border-radius: 60px;
    border: 2px solid #0065b3;
    padding: 15px 30px;
}

.color-brand {
    color: #0065b3; }

.intern-steps {
    font-size: 20px;
    margin: 20px 0;
    text-align: center; }
.intern-steps ol {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
.intern-steps li {
    margin-bottom: 10px; }

.intern-diagram img {
    width: 100%;
    max-width: 700px; }

.resume-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0; }
@media screen and (min-width: 768px) {
    .resume-form {
        padding: 40px; } }

.resume-form-row {
    margin-bottom: 20px; }
.resume-form-row label {
    display: block;
    padding-top: 10px;
    padding-left: 15px;
    color: #555;
    text-align: left; }
.resume-form-row input[type="text"], .resume-form-row input[type="date"], .resume-form-row select {
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ababab;
    background-color: white;
    color: #545454;
    transition: border-color .2s ease-in-out; }
.resume-form-row input[type="text"]:focus, .resume-form-row input[type="date"]:focus, .resume-form-row select:focus {
    outline: none;
    border-color: #0065b3; }
.resume-form-row input[type="text"], .resume-form-row input[type="date"], .resume-form-row select {
    height: 44px;
    line-height: 44px;
    padding: 0 15px; }
.resume-form-row select {
    background: url("../img/select-icon.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: auto 12px;
    -webkit-appearance: none;
    -moz-appearance: none; }

.resume-form-row input[type=number]::-webkit-inner-spin-button,
.resume-form-row input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.resume-form-row select::-ms-expand {
    display: none; }

.resume-form-submit {
    margin-top: 40px; }

.resume-submit {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: #0065b3;
    transition: box-shadow .2s ease-in-out; }
.resume-submit:hover, .resume-submit:focus {
    box-shadow: 0 0 3px 0 #0065b3; }


/* intern vdata */
.intern-question, .about-company, .university, .contacts {
    width: calc(100% - 30px);
    margin: 20px 15px;
    padding: 20px 30px 20px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc; }
@media screen and (min-width: 480px) {
    .intern-question .intern-vdata span, .about-company .intern-vdata span, .university .intern-vdata span, .contacts .intern-vdata span {
        display: inline-block;
        top: -25px;
        margin: 0 0 0 20px; } }
@media screen and (min-width: 768px) {
    .intern-question, .about-company, .university, .contacts {
        display: flex;
        align-items: center;
        text-align: left; }
    .intern-question img, .about-company img, .university img, .contacts img {
        margin-bottom: 0; }
    .intern-question .intern-vdata, .about-company .intern-vdata, .university .intern-vdata, .contacts .intern-vdata {
        margin: 0 30px 0 0; } }
.intern-question img, .about-company img, .university img, .contacts img {
    max-width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: bottom; }
.intern-question b, .about-company b, .university b, .contacts b {
    display: block;
    font-size: 24px; }
.intern-question p, .about-company p, .university p, .contacts p {
    margin: 0;
    font-size: 20px; }
.intern-question ul, .about-company ul, .university ul, .contacts ul {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 20px;
    text-align: left; }
.intern-question:nth-of-type(2) b, .about-company:nth-of-type(2) b, .university:nth-of-type(2) b, .contacts:nth-of-type(2) b {
    color: #ffd500; }
.intern-question:nth-of-type(3) b, .about-company:nth-of-type(3) b, .university:nth-of-type(3) b, .contacts:nth-of-type(3) b {
    color: #4abb00; }
.intern-question:nth-of-type(4) b, .about-company:nth-of-type(4) b, .university:nth-of-type(4) b, .contacts:nth-of-type(4) b {
    color: #00ceb1; }
.intern-question:nth-of-type(5) b, .about-company:nth-of-type(5) b, .university:nth-of-type(5) b, .contacts:nth-of-type(5) b {
    color: #0b46ff; }
.intern-question:nth-of-type(6) b, .about-company:nth-of-type(6) b, .university:nth-of-type(6) b, .contacts:nth-of-type(6) b {
    color: #61abfd; }
.intern-question:nth-of-type(7) b, .about-company:nth-of-type(7) b, .university:nth-of-type(7) b, .contacts:nth-of-type(7) b {
    color: #ff6300; }
.intern-question:nth-of-type(8) b, .about-company:nth-of-type(8) b, .university:nth-of-type(8) b, .contacts:nth-of-type(8) b {
    color: #16c500; }
.intern-question:nth-of-type(9) b, .about-company:nth-of-type(9) b, .university:nth-of-type(9) b, .contacts:nth-of-type(9) b {
    color: #6b0bd4; }
.intern-question:nth-of-type(10) b, .about-company:nth-of-type(10) b, .university:nth-of-type(10) b, .contacts:nth-of-type(10) b {
    color: #f32b39; }
.intern-question:nth-of-type(11) b, .about-company:nth-of-type(11) b, .university:nth-of-type(11) b, .contacts:nth-of-type(11) b {
    color: #ffa72a; }
.intern-question:nth-of-type(12) b, .about-company:nth-of-type(12) b, .university:nth-of-type(12) b, .contacts:nth-of-type(12) b {
    color: #00d486; }

.about-company img, .university img {
    max-width: 250px;
    margin: 20px; }
@media screen and (min-width: 768px) {
    .about-company img, .university img {
        margin-right: 50px; } }
@media screen and (min-width: 992px) {
    .about-company img, .university img {
        max-width: 400px; } }

.about-company p, .university p {
    margin-top: 20px;
    margin-bottom: 20px; }
@media screen and (max-width: 767px) {
    .about-company p, .university p {
        font-size: 18px; } }

.about-company:nth-child(even), .university:nth-child(even) {
    flex-direction: row-reverse; }
.about-company:nth-child(even) p, .university:nth-child(even) p {
    padding-left: 30px; }
@media screen and (min-width: 768px) {
    .about-company:nth-child(even) img, .university:nth-child(even) img {
        margin-right: 20px;
        margin-left: 50px; } }

.university b {
    font-size: 20px;
    text-align: center; }
@media screen and (min-width: 768px) {
    .university b {
        max-width: 270px;
        margin-bottom: 20px; } }
@media screen and (min-width: 992px) {
    .university b {
        max-width: 420px; } }

@media screen and (min-width: 768px) {
    .university:nth-child(even) b {
        float: right; } }

.university:nth-of-type(1) b {
    color: #004660; }

.university:nth-of-type(2) b {
    color: #223d7c; }

.university:nth-of-type(3) b {
    color: #01ab6c; }

@media screen and (min-width: 768px) {
    .university {
        align-items: flex-start; } }

.vacancy {
    width: calc(100% - 30px);
    margin: 20px 15px;
    padding: 20px 30px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc; }
.vacancy b {
    font-size: 20px; }
.vacancy .vacancy-title {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid; }
@media screen and (min-width: 768px) {
    .vacancy .vacancy-title b {
        font-size: 24px; } }
.vacancy .vacancy-subtitle {
    margin-bottom: 5px; }
@media screen and (min-width: 768px) {
    .vacancy:nth-child(even) .vacancy-img-wrapper {
        float: right; }
    .vacancy:nth-child(even) .vacancy-info {
        margin-left: 20px; } }
.vacancy:nth-of-type(1) .vacancy-title, .vacancy:nth-of-type(6) .vacancy-title {
    border-bottom-color: #1a8ed2; }
.vacancy:nth-of-type(1) b, .vacancy:nth-of-type(6) b {
    color: #1a8ed2; }
.vacancy:nth-of-type(2) .vacancy-title, .vacancy:nth-of-type(7) .vacancy-title {
    border-bottom-color: #de7b20; }
.vacancy:nth-of-type(2) b, .vacancy:nth-of-type(7) b {
    color: #de7b20; }
.vacancy:nth-of-type(3) .vacancy-title {
    border-bottom-color: #3276ca; }
.vacancy:nth-of-type(3) b {
    color: #3276ca; }
.vacancy:nth-of-type(4) .vacancy-title {
    border-bottom-color: #5dc85c; }
.vacancy:nth-of-type(4) b {
    color: #5dc85c; }
.vacancy:nth-of-type(5) .vacancy-title {
    border-bottom-color: #3a9a9d; }
.vacancy:nth-of-type(5) b {
    color: #3a9a9d; }
.vacancy:nth-of-type(8) .vacancy-title {
    border-bottom-color: #a7528c; }
.vacancy:nth-of-type(8) b {
    color: #a7528c; }
.vacancy .vacancy-info {
    width: 100%;
    text-align: left; }
@media screen and (min-width: 768px) {
    .vacancy .vacancy-info {
        width: calc(100% - 350px); } }
.vacancy .vacancy-img-wrapper, .vacancy .vacancy-info, .vacancy .vacancy-img {
    position: relative;
    display: inline-block;
    vertical-align: top; }
.vacancy .vacancy-img-wrapper {
    max-width: 300px;
    text-align: center;
    box-sizing: border-box; }
@media screen and (max-width: 767px) {
    .vacancy .vacancy-img-wrapper {
        display: block;
        margin: 0 auto; } }
.vacancy .vacancy-company {
    display: block;
    width: 55%;
    margin: 5px auto -10px; }
.vacancy .vacancy-closed {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
.vacancy .vacancy-closed ~ img {
    opacity: .25; }
.vacancy .vacancy-img {
    width: 100%;
    text-align: center; }
.vacancy .anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
    clear: both; }

.team {
    width: calc(100% - 30px);
    margin: 20px 15px;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc;
    background-color: #f9f9f9; }
.team h2 {
    margin: 20px 0 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0065b3; }
.team .team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
.team .team-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
.team .team-item img {
    width: 100%;
    max-width: 65%;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px #ccc; }
@media screen and (min-width: 768px) {
    .team .team-item {
        width: 50%; } }
@media screen and (min-width: 992px) {
    .team .team-item {
        width: 50%; } }
.team .team-title {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: bold; }

.start-video {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc;
}

/* contacts */
.contacts {
    min-height: 330px; }
.contacts img {
    max-width: 250px;
    margin: 20px 35px; }
@media screen and (min-width: 992px) {
    .contacts img {
        max-width: 400px; } }
.contacts p {
    margin-top: 20px;
    margin-bottom: 20px; }
@media screen and (max-width: 767px) {
    .contacts p {
        font-size: 18px; } }
.contacts:nth-child(even) {
    flex-direction: row-reverse; }
.contacts:nth-child(even) p {
    padding-left: 30px; }
@media screen and (min-width: 768px) {
    .contacts:nth-child(even) img {
        margin-right: 20px;
        margin-left: 50px; } }

.contacts .social-link {
    flex-shrink: 1;
    text-align: center; }

.contacts .social-link img {
    max-width: 100px;
    width: 100%; }

.contacts .round-image {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 50%; }


/* new styles */
.publication-row, .service-row, .tech-row, .project-row, .support-row, .history-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc;
    color: #333
}
.publication-title, .tech-title, .project-title {
    padding-bottom: 10px;
    background-color: transparent !important;
}
.publication-picture, .tech-picture, .project-picture {
    max-width: 100%;
}
.publication-picture-wrapper, .tech-picture-wrapper, .project-picture-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px #ccc;
    background-color: #fbfbfb;
}
@media screen and (min-width: 768px) {
    .publication-row, .service-row, .tech-row, .project-row {
        flex-direction: row;
    }
    .publication-row:nth-child(even), .tech-row:nth-child(even),
    .service-row:nth-child(even), .project-row:nth-child(even) {
        flex-direction: row-reverse;
    }
    .publication-row:nth-child(even) .publication-picture-wrapper,
    .tech-row:nth-child(even) .tech-picture-wrapper, .project-row:nth-child(even) .project-picture-wrapper {
        margin-left: 30px;
        margin-right: 0;
    }
    .publication-picture-wrapper, .tech-picture-wrapper, .project-picture-wrapper  {
        width: 250px;
        height: 250px;
        margin-bottom: 0;
    }
}
.publication-picture-wrapper img, .project-picture-wrapper img  {
    margin-top: 0;
    max-width: 70%;
}

/* project block */
.project-row:nth-child(1) .project-title {
    color: #6689C9;
    border-bottom: 2px solid #6689C9;
}
.project-row:nth-child(1) b {
    color: #6689C9;
}
.project-row:nth-child(2) .project-title {
    color: #fcbb2b;
    border-bottom: 2px solid #fcbb2b;
}
.project-row:nth-child(2) b {
    color: #fcbb2b;
}
.project-row:nth-child(3) .project-title {
    color: #3f7bab;
    border-bottom: 2px solid #3f7bab;
}
.project-row:nth-child(3) b {
    color: #3f7bab;
}
.project-row:nth-child(4) .project-title {
    color: #334B7F;
    border-bottom: 2px solid #334B7F;
}
.project-row:nth-child(4) b {
    color: #334B7F;
}
.project-row:nth-child(5) .project-title {
    color: #48a70a;
    border-bottom: 2px solid #48a70a;
}
.project-row:nth-child(5) b {
    color: #48a70a;
}
.project-row:nth-child(6) .project-title {
    color: #A40A3C;
    border-bottom: 2px solid #A40A3C;
}
.project-row:nth-child(6) b {
    color: #A40A3C;
}
.project-row:nth-child(7) .project-title {
    color: #004391;
    border-bottom: 2px solid #004391;
}
.project-row:nth-child(7) b {
    color: #004391;
}
.project-row:nth-child(8) .project-title {
    color: #004391;
    border-bottom: 2px solid #004391;
}
.project-row:nth-child(8) b {
    color: #004391;
}
.project-row:nth-child(9) .project-title {
    color: #004391;
    border-bottom: 2px solid #004391;
}
.project-row:nth-child(9) b {
    color: #004391;
}
.project-row:nth-child(10) .project-title {
    color: #ef8903;
    border-bottom: 2px solid #ef8903;
}
.project-row:nth-child(10) b {
    color: #ef8903;
}
.project-row:nth-child(11) .project-title {
    color: #fecb01;
    border-bottom: 2px solid #fecb01;
}
.project-row:nth-child(11) b {
    color: #fecb01;
}
.project-row:nth-child(12) .project-title {
    color: #28a745;
    border-bottom: 2px solid #28a745;
}
.project-row:nth-child(12) b {
    color: #28a745;
}
.project-row:nth-child(13) .project-title {
    color: #663F91;
    border-bottom: 2px solid #663F91;
}
.project-row:nth-child(13) b {
    color: #663F91;
}
.project-row:nth-child(14) .project-title {
    color: #000062;
    border-bottom: 2px solid #000062;
}
.project-row:nth-child(14) b {
    color: #000062;
}
.project-row:nth-child(15) .project-title {
    color: #EBA135;
    border-bottom: 2px solid #EBA135;
}
.project-row:nth-child(15) b {
    color: #EBA135;
}
.project-row:nth-child(16) .project-title {
    color: #015289;
    border-bottom: 2px solid #015289;
}
.project-row:nth-child(16) b {
    color: #015289;
}
.project-row:nth-child(17) .project-title {
    color: #284582;
    border-bottom: 2px solid #284582;
}
.project-row:nth-child(17) b {
    color: #284582;
}


.project-row b {
    color: #0065b3;
}
.project-details {
    margin-top: 5px !important;
    padding-top: 18px !important;
    border-top: 1px solid #ddd;
}
.project-details li {
    display: flex;
    align-items: center;
    text-align: left;
    padding-right: 10px;
    line-height: 1.3;
}
.project-details li img {
    flex-shrink: 0;
}
.project-details .project-icon {
    margin-right: 7px;
}
.project-details span {
    padding-right: 5px;
}
.project-details b {
    white-space: nowrap;
}
.project-details b span {
    white-space: normal;
}
.project-details:last-child {
    border-bottom: none;
}
.project-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}
.project-title img {
    height: 27px;
    margin: 5px 0 5px 10px;
    box-shadow: 0 0 6px 0 #ccc;
}
.project-picture-wrapper img {
    max-width: 90%;
}
.project-link {
    display: block;
    margin: 10px 0;
    word-break: break-all;
}
.project-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.project-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    text-align: left;
}
.project-list li {
    width: 100%;
    margin-bottom: 20px;
}
.project-title div {
    width: 55px;
}
.project-title span {
    flex-grow: 1;
}
.project-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}
.project-link-wrapper .project-link {
    margin: 0;
}
.rounded-button {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    border-radius: 30px;
    border: 2px solid #337ab7;
    color: #337ab7;
    background-color: #fff;
    box-shadow: 0 0 8px -5px #337ab7;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.rounded-button:hover {
    color: #fff;
    background-color: #337ab7;
}
.rounded-button i {
    margin-right: 8px;
}
@media screen and (min-width: 992px) {
    .project-title div {
        width: auto;
        flex-shrink: 0;
    }
    .project-list li {
        width: 25%;
    }
}
@media screen and (min-width: 480px) {
    .project-list li {
        width: 50%;
    }
}

/* history page */
.history-row .col-left {
    margin-bottom: 40px;
}
.history-row p {
    margin-bottom: 20px;
    font-size: 20px;
}
.person-picture-wrapper {
    width: 300px;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fbfbfb;
    box-shadow: 0 0 20px -5px #ccc;
}
.person-picture {
    width: 130%;
    margin-left: -30%;
}
@media screen and (min-width: 768px) {
    .history-row {
        flex-direction: row !important;
    }
    .history-row .col-left {
        margin-right: 30px;
    }
    .person-picture-wrapper {
        margin-right: 30px;
    }
}

/* tech block */
.tech-row .col-right {
    flex-grow: 1;
}
.tech-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 20px -5px #ccc;
    background-color: #fff;
}
.tech-icon img {
    height: 80%;
}
.tech-title {
    margin-bottom: 30px;
    padding-left: 18px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0088cd;
    border-bottom: 2px solid #0088cd;
}

.tech-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 0 -30px;
    font-size: 16px;
    text-align: center;
}
.tech-list li {
    width: 50%;
    margin-bottom: 30px;
}
.tech-picture-wrapper {
    overflow: hidden;
    background-color: #fff;
}
.tech-row {
    flex-direction: column !important;
    justify-content: center;
    font-size: 20px;
}
.tech-row .col-left {
    width: 200px;
    margin-bottom: 30px;
}
.tech-row .col-right {
    flex-grow: 1;
}
.tech-picture {
    width: 200px;
    max-width: initial;
}

@media screen and (min-width: 600px) {
    .tech-list li {
        width: 33%;
    }
}
@media screen and (min-width: 768px) {
    .tech-row .col-left, .tech-picture, .history-row .col-left {
        width: 300px;
    }
    .tech-list li {
        width: 25%;
    }
}
@media screen and (min-width: 992px) {
    .tech-row, .history-row {
        flex-direction: row !important;
    }
    .tech-row:nth-child(even) {
        flex-direction: row-reverse !important;
    }
    .tech-row .col-left,  .history-row .col-left {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .tech-row:nth-child(even) .col-left {
        margin-left: 30px;
        margin-right: 0;
    }
}

.service-row {
    justify-content: center;
    font-size: 20px;
}
.service-row img {
    width: 300px;
    margin-bottom: 30px;
}
.pre-row-title {
    margin-bottom: 25px;
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    .service-row img {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .service-row:nth-child(even) img {
        margin-left: 30px;
        margin-right: 0;
    }
}
.align-top {
    align-items: center;
}
@media screen and (min-width: 768px) {
    .align-top {
        align-items: flex-start;
    }
}
.footer-new {
    padding: 20px 15px;
    font-size: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    background-color: #0065b3;
}
.footer-new a {
    text-decoration: underline;
    color: #fff;
}
.support-ukraine {
    position: relative;
    height: 90px;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #0065b3;
    background-image: url('../img/linkedin-profit2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}
.support-ukraine + div .navbar .navbar-language {
    margin-top: -24px;
    background-color: transparent;
}
.support-ukraine + div .navbar .navbar-language a.dropdown-toggle {
    color: #0058a2 !important;
}
.support-ukraine + div .navbar {
    position: relative;
    z-index: 2;
}
.support-ukraine img {
    width: 100%;
}
.support-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    transform: translateY(-50%);
}
.support-text span {
    color: #fff;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px #0058a2;
}
@media screen and (min-width: 768px) {
    .support-ukraine {
        font-size: 24px;
    }
}
.support-link {
    display: block;
    margin: 20px auto 0;
    width: 160px;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: background-color .2s ease-in-out;
}
.support-link:hover {
    color: #fff;
    background-color: #0058a2;
    text-decoration: none;
}
.support-row {
    font-size: 20px;
}
.support-row p {
    margin-bottom: 15px;
}
.support-row .profitsoft-ul li {
    margin-bottom: 10px;
}
.support-banner, .page-banner {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px -5px #ccc;
}
.page-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.support-banner {
    height: 500px;
    width: 100%;
    background-image: url('../img/field.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.support-title {
    position: absolute;
    top: 20%;
    left: 50%;
    display: block;
    padding: 20px 30px;
    font-size: 30px;
    white-space: nowrap;
    color: #0057b8;
    background-color: #ffd800;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.support-description, .page-banner-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px 30px 30px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.page-banner-description {
    font-size: 16px;
}
@media screen and (min-width: 480px) {
    .support-title {
        top: 30%;
        font-size: 40px;
    }
}
@media screen and (min-width: 768px) {
    .support-title {
        top: 50%;
        padding: 20px 50px;
        font-size: 50px;
    }
    .page-banner img {
        height: auto;
        object-fit: none;
    }
    .page-banner-description {
        font-size: 18px;
    }
}
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
}
.fixed-top + .container .start-video {
    margin-top: 175px;
}
.fixed-top > .container {
    margin: 0 auto;
}
.fixed-top .navbar {
    margin-left: -15px;
}
