.it-slider {
    position: relative;
}

.it-slider .item {
    display: block;
    border: 0;
    text-align: center;
    color: #333;
}

.it-slider .img {
    background-size: cover;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
}

.it-slider .name {
    font-weight: 700;
    margin: 15px 0 0;
    font-size: 14px;
}

.it-slider .meta {
	font-size: 13px;
    /*text-transform: lowercase;*/
}

.it-slider .swiper-button-prev,.it-slider .swiper-button-next {
    margin-top: -25px;
}

.it-slider .swiper-button-prev {
    left: -70px;
}

.it-slider .swiper-button-next {
    right: -70px;
}

.it-sreda {
    text-align: center;
    padding: 30px;
    background-color: #f0f0f0;
    margin-top: 50px;
    font-size: 16px;
}

.it-sreda ul.list {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

.it-sreda ul.list li {
    float: left;
}

.it-sreda ul.list li {
    margin-left: 30px;
}

.it-sreda ul.list a {
    display: inline-block;
    vertical-align: top;
    border: 2px solid;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
}

.it-sreda ul.list i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
}

.it-btn a {
    border-color: #00757c;
    color: #00757c;
}

html.bx-no-touch .it-btn a:hover, html.bx-touch .it-btn a:active {
    background-color: #00757c;
    border-color: #00757c;
    color: #fff;
}

.it-vk i {
    background-color: #0e6698
}

.it-vk a {
    border-color: #0e6698;
    color: #0e6698;
}

html.bx-no-touch .it-vk a:hover, html.bx-touch .it-vk a:active {
    background-color: #0e6698;
    border-color: #0e6698;
    color: #fff;
}

.it-yb i {
    background-color: #c23937
}

.it-yb a {
    border-color: #c23937;
    color: #c23937;
}

html.bx-no-touch .it-yb a:hover, html.bx-touch .it-yb a:active {
    background-color: #c23937;
    border-color: #c23937;
    color: #fff;
}

.it-benefits {
    background-color: #f0f0f0;
    padding: 30px;
    font-size: 16px;
}

.it-benefits ul.list {
    margin: 30px 0;
}

.it-benefits ul.list li {
    display: block;
    margin: 15px 0;
    padding-left: 40px;
    position: relative;
}

.it-benefits ul.list li span {
    color: #0e6698;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.it-training .item {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

.it-training .img {
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.it-training .img span {
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 80%;
    display: block;
}

.it-training .body {
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.it-training ul.list {
    margin-bottom: -5px
}

.it-training ul.list li {
    margin-bottom: 5px;
}

.it-training ul.list li span {
    font-size: 16px;
    font-weight: 700;
    width: 50px;
    display: inline-block;
}

.it-training {
    margin-bottom: -30px;
}

.video-select .item {
    text-align: center;
}

.video-select .video {
    display: block;
    margin-bottom: 15px;
    border: 0;
}

.video-select .img {
    display: block;
    padding-bottom: 62.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-select .name {
    font-size: 14px;
    font-weight: 700;
}

.video-select .meta {
    font-size: 14px;
    /*text-transform: lowercase;*/
}

.video-select {
    margin-bottom: 30px;
}

.it-select {
    margin-top: 15px;
    margin-bottom: 15px;
}

.it-select .item {
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
    height: 380px;
    padding: 30px;
    font-size: 13px;
}

.it-select ul.list {
    text-align: left;
    margin-left: 65px;
    margin-top: 30px;
    padding-left: 65px;
    font-size: 14px;
    line-height: 21px;
}
	.it-select ul.list .current {
		position:relative;
	}
	.it-select ul.list .current:before {
	    content: ' ';
	    width: 55px;
	    height: 35px;
	    display: inline-block;
	    background: url(../images/vshp-array.png) no-repeat;
	    margin-left: -44px;
	    position: absolute;
	    top: -5px;
	    left: -10px;
	}

.it-select ul.list h3 {
    margin: 0;
}

.it-select h4 {
    margin-bottom: 0;
}

.it-select p {
    margin-top: 0;
}

.it-select .item:after {
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#F0F0F0 80%);
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#F0F0F0 80%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#F0F0F0 80%);
    content: '';
}

.it-company-slider {
    margin-bottom: 30px;
    position: relative;
}

.it-company-slider .item {
    display: block;
    border: 2px solid #ccc!important;
    padding: 15px 20px 0;
    color: #333;
    font-size: 13px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.it-company-slider .img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    background-size: contain;
}

.it-company-slider a.item:after {
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 80%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 80%);
    content: '';
}

.it-company-slider .swiper-button-prev {
    left: -70px;
}

.it-company-slider .swiper-button-next {
    right: -70px;
}

.main-section+.main-section {
    padding-top: 0;
}

.entrants-list .item {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    height: 440px;
}

.entrants-list .title {
    display: block;
    border: 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin: 20px 15px;
}

.entrants-list .footer {
    background-color: #F0F0F0;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.entrants-list .footer:before {
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#F0F0F0 80%);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#F0F0F0 80%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#F0F0F0 80%);
    content: '';
}

.entrants-list ul.list li {
    font-size: 13px;
    padding: 0 30px;
    margin: 10px 0;
}

.entrants-list .footer a.btn {
    display: block;
    max-width: 180px;
    margin: 0 auto;
}

.benefits-programming .item {
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
    display: block;
    border: 0;
    height: 180px;
}

.benefits-programming .img {
    display: block;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
}

.benefits-programming .hover {
    background-color: #F0F0F0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
}

.benefits-programming .title {
    line-height: 50px;
    height: 50px;
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.benefits-programming .text {
    font-size: 13px;
}

.benefits-programming .item:hover .hover {
    background-color: #0E6698;
    color: #fff;
    top: 0;
    bottom: 0;
}

.benefits-programming .title strong {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    color: #0E6698;
    font-weight: 600;
}

.benefits-programming .item:hover .hover .title strong {
    color: #fff;
}

.benefits-programming .item:hover .hover:after {
    background-image: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#0E6698 80%);
    background-image: -moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#0E6698 80%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#0E6698 80%);
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    content: '';
}

.it-sreda ul.list li:first-child {
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .entrants-list .item {
        height: 520px;
    }
}

@media screen and (max-width: 1023px) {
    .entrants-list .item {
        height: auto;
    }

    .entrants-list .footer {
        position: relative;
    }

    .entrants-list .footer:before {
        display: none;
    }

    .it-sreda ul.list li {
        margin-left: 15px;
    }

    .it-benefits ul.list li span {
        line-height: 1;
    }

    .it-benefits {
        margin-top: 15px;
    }

    .it-select .item {
        height: auto;
    }

    .it-select .item:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .it-sreda ul.list li {
        float: none;
        display: block;
    }

    .it-sreda ul.list a {
        width: 250px;
    }

    .it-sreda ul.list li {
        margin: 15px 0 0 0;
    }

    .it-sreda ul.list i+a {
        width: 207px;
    }

    .it-training .img {
        display: block;
        margin: 0 auto;
    }

    .it-training .body {
        display: block;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }

    .it-select a {
        word-break: break-word;
    }

    .it-select ul.list {
        margin: 20px 0 0;
    }

    .it-training ul.list li span {
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .it-sreda ul.list a {
        width: auto;
    }

    .it-sreda ul.list i {
        display: none;
    }
}