@charset "UTF-8";

/****************************************************
  *
  * Модуль module-asmd-v1
  *
*****************************************************/

.module-asmd-v1 {
    border-bottom: 1px solid #dcdcdc;
}

.module-asmd-v1 h2,
.module-asmd-v1 h3 {
    margin-bottom: 60px;
}

.module-asmd-v1 p {
    line-height: 22px;
}

.module-asmd-v1 img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.module-asmd-v1 .column {
    padding-bottom: 50px;
}

/****************************************************
  *
  * Модуль module-aqmd-v1
  *
*****************************************************/

.module-aqmd-v1 {
    border-bottom: 1px solid #dcdcdc;
}

.module-aqmd-v1 .row-column-middle {
    margin-bottom: 50px;
}

.module-aqmd-v1 .icons {
    background: #ececec;
    border-radius: 5px;
    padding: 40px 0;
}

.module-aqmd-v1 .icons img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

.module-aqmd-v1 p {
    line-height: 22px;
}

.module-aqmd-v1 p:last-child {
    padding-bottom: 0;
}

.module-awmd-v2 .column,
.module-aqmd-v1 .column {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль module-aqmd-v2
  *
*****************************************************/

.module-aqmd-v2 {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
}

.module-aqmd-v2 .row-column .inner-column img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.module-aqmd-v2 p:last-child {
    padding-bottom: 0;
}

.hr-bottom {
    position: relative;
}

.hr-bottom:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #2b72d2;
}

/****************************************************
  *
  * Модуль module-awmd-v1
  *
*****************************************************/

.module-awmd-v1 .module-awmd-item {
    background: #efefef;
    border-radius: 5px;
    padding: 20px;
}

.module-awmd-v1 h2 {
    padding-bottom: 30px;
}


.module-awmd-v1 .module-awmd-item h3 {
    color: #466dad;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.module-awmd-v1 .module-awmd-item p:last-child {
    padding-bottom: 0;
}

.module-awmd-v1 .module-awmd-item .module-awmd-content {
    background: #dde0e6;
    min-height: 308px;
    padding: 20px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    margin-right: -40px;
    margin-bottom: -40px;
}

/****************************************************
  *
  * Модуль module-axmd-v1
  *
*****************************************************/

.module-axmd-v1 h2 {
    padding-bottom: 30px;
}

.module-axmd-v1 h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}

.module-axmd-v1 .row-column {
    padding-bottom: 20px;
}

.module-axmd-v1 .col-color-1 {
    position: relative;
}

.module-axmd-v1 .col-color-1:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    z-index: 3;
    top: 0;
    bottom: 0;
    background: #466dad;
    border-radius: 5px;
}

.module-axmd-v1 .col-color-1 .navigation-chapters {
    position: relative;
    z-index: 5;
    padding: 40px;
}

.module-axmd-v1 .col-color-1 .navigation-chapters li {
    padding: 8px 0;
}

.module-axmd-v1 .col-color-1 .navigation-chapters a {
    color: #fff;
}

.module-axmd-v1 .col-color-2 {
    position: relative;
}

.module-axmd-v1 .col-color-2:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -20px;
    top: 0;
    z-index: 2;
    bottom: 0;
    background: #699dd0;
    border-radius: 5px;
}

.module-axmd-v1 .col-color-2 .layer {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px 0 40px 20px;
}

.module-axmd-v1 .col-color-2 .layer a {
    color: #fff;
}

.module-axmd-v1 .col-color-2 p {
    font-size: 14px;
}

.module-axmd-v1 .col-color-2 p:last-child {
    padding-bottom: 0;
}

.module-axmd-v1 .col-color-3 {
    position: relative;
}

.module-axmd-v1 .col-color-3:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 20px;
    top: 0;
    bottom: 0;
    background: url("../images/bg/about-1.jpg") no-repeat center;
    background-size: cover;
    border-radius: 5px;
}

.module-axmd-v1 .col-color-3 h5 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 40px;
}

/****************************************************
  *
  * Модуль js-items-acclist-var1
  *
*****************************************************/

.js-items-acclist-var1 .acclist-title,
.js-items-acclist-var1 .acclist-subtitle {
    outline: none;
    padding: 14px 0;
    cursor: pointer;
    position: relative;
}

.js-items-acclist-var1 h2,
.js-items-acclist-var1 h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.js-items-acclist-var1 .acclist-title .ui-accordion-header-icon,
.js-items-acclist-var1 .acclist-subtitle .ui-accordion-header-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    background-color: #ccc;
    background-image: url("../images/icons/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 15px;
}

.js-items-acclist-var1 .item-acclist:hover h2 {
    color: #286cae;
}

.ui-accordion-header-active .ui-icon {
    transform: rotate(45deg);
}

.js-items-acclist-var1 h3 {
    font-size: 14px;
    font-weight: bold;
}

.js-items-subacclist-var1 .item-acclist {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0;
}

.js-items-subacclist-var1 .acclist-content {
    font-size: 14px;
}

/****************************************************
  *
  * Модуль module-text-v1
  *
*****************************************************/

.module-text-v1 {
    position: relative;
}

.module-text-v1 button.close {
    position: absolute;
    right: 0;
    top: 0px;
}

/****************************************************
  *
  * Модуль modul-best-minimal
  *
*****************************************************/

.modul-best-minimal {
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 24px;
    margin-top: 40px;
    min-height: 100px;
}

.modul-best-minimal p {
    padding-bottom: 0;
}

.column-catalog .module-asmd-v2 .column {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль module-textbg-v1
  *
*****************************************************/

.module-textbg-v1 .module-inner-v1 {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding: 100px 40px;
}

.module-textbg-v1 .text-white {
    color: #fff;
}

.module-textbg-v1 .text-white h2 {
    color: #fff;
}

.module-textbg-v1 h2 {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль module-text-v2
  *
*****************************************************/

.module-text-v2 .modul-best-minimal {
    margin-top: 0;
}



























/****************************************************
  *
  * Модуль grid-modul-imglable-v1
  *
*****************************************************/

.grid-modul-imglable-v1 a {
    display: block;
    color: #000;
}

.grid-modul-imglable-v1 a:hover {
    color: #456cac;
}

.grid-modul-imglable-v1 .image {
    display: table;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #eaeaea;
}

.grid-modul-imglable-v1 .image .middle {
    vertical-align: middle;
    display: table-cell;
}

.grid-modul-imglable-v1 .image .middle img {
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
    width: auto;
}

.grid-modul-imglable-v1 .label {
    display: table;
    height: 50px;
    width: 100%;
    font-size: 14px;
}

.grid-modul-imglable-v1 .label .name-link {
    display: table-cell;
    vertical-align: middle;
}

/****************************************************
  *
  * Модуль carusel-modul-imgdesc-v1
  *
*****************************************************/

.carusel-modul-imgdesc-v1 {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    outline: none;
}

.carusel-modul-imgdesc-v1 a {
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
}

.carusel-modul-imgdesc-v1 .img-count {
    position: relative;
}

.carusel-modul-imgdesc-v1 .img-count:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url("../images/icons/awards.svg") no-repeat center;
}

.carusel-modul-imgdesc-v1 .img-label {
    font-size: 12px;
    padding-top: 10px;
}

.carusel-modul-imgdesc-v1 .img-label p {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль list-modul-imgdesc-v1
  *
*****************************************************/

.list-modul-imgdesc-v1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.list-modul-imgdesc-v1:before,
.list-modul-imgdesc-v1:after {
    content: '';
    width: 100%;
    display: table;
}

.list-modul-imgdesc-v1 .desc-count {
    float: left;
    max-width: 560px;
}

.list-modul-imgdesc-v1 .img-count {
    max-width: 148px;
    overflow: hidden;
    float: left;
    margin-left: 60px;
}

.list-modul-imgdesc-v1 .img-count a {
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
}

.list-modul-imgdesc-v1 .logo-count {
    float: right;
    max-width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.list-modul-imgdesc-v1 .author {
    padding-bottom: 0;
}

.list-modul-imgdesc-v1 .position {
    font-size: 12px;
}

/****************************************************
  *
  * Модуль page-module-login-v1
  *
*****************************************************/

.page-module-login-v1 {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 160px 40px;
    position: relative;
}

.page-module-login-v1 .row-module-title {
    max-width: 50%;
    padding-bottom: 40px;
}

.page-module-login-v1 .row-module-bg {
    position: absolute;
    width: 410px;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}

.page-module-login-v1 .row-module-bg .module-bg-inner {
    width: 550px;
    position: relative;
    left: 0;
    bottom: -10px;
}

.row-module-bg img {
    border-radius: 0;
}

.row-module-circle {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: rgb(33,64,123);
    background: -moz-linear-gradient(0deg, rgba(33,64,123,1) 0%, rgba(44,110,172,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(33,64,123,1) 0%, rgba(44,110,172,1) 100%);
    background: linear-gradient(0deg, rgba(33,64,123,1) 0%, rgba(44,110,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21407b",endColorstr="#2c6eac",GradientType=1);
}

.row-module-circle a {
    color: #fff;
}

.circle-1 {
    right: 180px;
    top: 90px;
    font-size: 62px;
    z-index: 2;
}

.circle-2 {
    top: 100px;
    right: -80px;
    font-size: 122px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    z-index: 4;
    box-shadow: 0px 0px 34px 6px rgba(35, 74, 134, 0.32);
}

.circle-3 {
    right: 100px;
    z-index: 5;
    bottom: 60px;
}

/****************************************************
  *
  * Модуль grid-modul-titledesc-v1
  *
*****************************************************/

.grid-modul-titledesc-v1 {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 30px;
}

.grid-modul-titledesc-v1 p {
    font-size: 14px;
}

.grid-modul-titledesc-v1 p:last-child {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль grid-modul-titledesc-bg-v1
  *
*****************************************************/

.grid-modul-titledesc-bg-v1 {
    background: #f3f3f3;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px;
}

.grid-modul-titledesc-bg-v1 h3:last-child {
    margin-bottom: 0;
}

.grid-modul-titledesc-bg-v1 p:last-child {
    padding-bottom: 0;
}

.grid-modul-titledesc-bg-v1 .module-bg-inner {
    position: absolute;
    left: 10%;
    bottom: -38px;
    width: 30%;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 34px 6px rgba(28, 28, 28, 0.1);
}

.grid-modul-titledesc-bg-v1 .module-content-inner {
    position: relative;
    left: 50%;
    width: 50%;
}

/****************************************************
  *
  * Модуль grid-modul-titledesc-hr-v1
  *
*****************************************************/

.grid-modul-titledesc-hr-v1 {
    margin-bottom: 40px;
}

.grid-modul-titledesc-hr-v1 div.h3 {
    padding-bottom: 15px;
}

.grid-modul-titledesc-hr-v1 div.h3 strong {
    position: relative;
}

.grid-modul-titledesc-hr-v1 div.h3 strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    background: #2c6eac;
    border-radius: 5px;
}

.grid-modul-titledesc-hr-v1 p {
    font-size: 14px;
}

.grid-modul-titledesc-hr-v1 p:last-child {
    padding-bottom: 0;
}

/****************************************************
  *
  * Модуль row-column-modul-v1
  *
*****************************************************/

.row-column-modul-v1 {
    padding: 40px 0;
}

.row-column-modul-v1 .image {
    background: #f3f3f3;
    border-radius: 5px;
    max-height: 208px;
    height: 208px;
    overflow: hidden;
}

.row-column-modul-v1 .image-png {
    position: relative;
}

.row-column-modul-v1 .image-png img {
    position: absolute;
    width: auto;
    max-width: 280px;
    left: 50%;
    margin-left: -140px;
    bottom: -20px;
}

/****************************************************
  *
  * Модуль row-stage-line-v1
  *
*****************************************************/

.row-stage-line-v1 {
    position: relative;
}

.row-stage-line-v1:before {
    content: '';
    width: 2px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 20px;
    background: #e8e8e8;
}

.stage-line-item {
    position: relative;
    margin: 0 0 40px 0;
}

.stage-line-item:last-child {
    margin: 0;
}

.stage-line-item .stage {
    width: 42px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    border-radius: 50%;
    background: #e8e8e8;
}

.stage-line-item .stage-content {
    padding: 10px 0;
    margin-left: 62px;
}

.stage-line-item .stage-content .row-title p {
    padding-bottom: 0;
}

.stage-line-item .row-desc-img {
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 12px 6px rgba(1,1,1,.1);
    box-shadow: 0 0 12px 6px rgba(1,1,1,.1);
}

/****************************************************
  *
  * Модуль row-horizon-tabs-v1
  *
*****************************************************/

.js-tabs,
.js-tabs ul.nav-left li,
.js-tabs ul.nav-left li a {
    outline: none;
}

.js-tabs ul.nav-left li a {
    border: 2px solid #ccc;
    line-height: 44px;
}

.js-tabs ul.nav-left li.ui-tabs-active a,
.js-tabs ul.nav-left li.ui-tabs-active a:hover {
    background: #fff;
    color: #464646;
    border: 2px solid #286cae;
}

.js-tabs .tabs-contents {
    padding-top: 40px;
}

/****************************************************
  *
  * Модуль list-modul-link-v1
  *
*****************************************************/

.list-modul-link-v1 ul.nav li {
    padding: 5px 0;
}

/****************************************************
  *
  * Модуль row-modul-imgbg-v1
  *
*****************************************************/

.row-modul-imgbg-v1 {
    background-size: cover;
    border-radius: 5px;
    position: relative;
    padding: 200px 40px 300px 40px;
}

.row-modul-imgbg-v1 .row-title,
.row-modul-imgbg-v1 .row-text {
    margin-left: 55%;
}

.row-modul-imgbg-v1 .circle-1 {
    right: 680px;
    top: 220px;
    box-shadow: 0px 0px 34px 6px rgba(35, 74, 134, 0.32);
}

/****************************************************
  *
  * Модуль navigation-item-link-v1
  *
*****************************************************/

.navigation-item-link-v1 {
    background: #f3f3f3;
    border-radius: 5px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.navigation-item-link-v1:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.navigation-item-link-v1 a {
    display: block;
    min-height: 280px;
    padding: 40px;
    position: relative;
}

.navigation-item-link-v1 a svg {
    position: absolute;
    bottom: 40px;
    left: 100%;
    margin-left: -40px;
    color: #868686;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.navigation-item-link-v1:hover a svg {
    right: auto;
    left: 0%;
    color: #286cae;
    margin-left: 40px;
}

.navigation-item-link-v1 .navigation-item-desc {
    color: #868686;
    font-size: 14px;
}