@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap&subset=cyrillic);

@font-face {
    font-family: Gilroy Extra Bold;
    src: url(../fonts/Gilroy-ExtraBold.eot);
    src: url(../fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-size: 16px
}

body.no-overflow,
html.no-overflow {
    overflow: hidden
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
}


.grid16 .col,
.grid16 .col-1,
.grid16 .col-10,
.grid16 .col-11,
.grid16 .col-12,
.grid16 .col-2,
.grid16 .col-3,
.grid16 .col-4,
.grid16 .col-5,
.grid16 .col-6,
.grid16 .col-7,
.grid16 .col-8,
.grid16 .col-9,
.grid16 .col-auto,
.grid16 .col-lg,
.grid16 .col-lg-1,
.grid16 .col-lg-10,
.grid16 .col-lg-11,
.grid16 .col-lg-12,
.grid16 .col-lg-2,
.grid16 .col-lg-3,
.grid16 .col-lg-4,
.grid16 .col-lg-5,
.grid16 .col-lg-6,
.grid16 .col-lg-7,
.grid16 .col-lg-8,
.grid16 .col-lg-9,
.grid16 .col-lg-auto,
.grid16 .col-md,
.grid16 .col-md-1,
.grid16 .col-md-10,
.grid16 .col-md-11,
.grid16 .col-md-12,
.grid16 .col-md-2,
.grid16 .col-md-3,
.grid16 .col-md-4,
.grid16 .col-md-5,
.grid16 .col-md-6,
.grid16 .col-md-7,
.grid16 .col-md-8,
.grid16 .col-md-9,
.grid16 .col-md-auto,
.grid16 .col-sm,
.grid16 .col-sm-1,
.grid16 .col-sm-10,
.grid16 .col-sm-11,
.grid16 .col-sm-12,
.grid16 .col-sm-2,
.grid16 .col-sm-3,
.grid16 .col-sm-4,
.grid16 .col-sm-5,
.grid16 .col-sm-6,
.grid16 .col-sm-7,
.grid16 .col-sm-8,
.grid16 .col-sm-9,
.grid16 .col-sm-auto,
.grid16 .col-xl,
.grid16 .col-xl-1,
.grid16 .col-xl-10,
.grid16 .col-xl-11,
.grid16 .col-xl-12,
.grid16 .col-xl-2,
.grid16 .col-xl-3,
.grid16 .col-xl-4,
.grid16 .col-xl-5,
.grid16 .col-xl-6,
.grid16 .col-xl-7,
.grid16 .col-xl-8,
.grid16 .col-xl-9,
.grid16 .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
}


.grid16 .row {

    margin-right: -8px;
    margin-left: -8px;
}

body {
    line-height: 1.8;
    font-family: Roboto, sans-serif;
    color: #000
}

body.ihidden {
    overflow: hidden;
    padding-right: 17px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilroy Extra Bold";
}


.h1, h1 {
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 1.5rem
}


.h2, h2 {
    font-size: 1.75rem;
    line-height: 36px;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
}


.h3, h3 {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}


.h4, h4 {
    font-size: 1.375rem;
    line-height: 30px;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;

}


.h5, h5 {
    font-size: 1.25rem;
    line-height: 28px;
    margin-top: 4px;
    margin-bottom: 16px;
}


.h6, h6 {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 4px;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.grid-item figure
{
	margin: 0;
}
.grid-item figcaption
{display: none;}

@media (max-width: 767.98px) {

    .h1, h1 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 12px;
        margin-bottom: 24px;
    }


    .h2, h2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 16px;
        margin-bottom: 20px
    }


    .h3, h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 16px
    }

    .h4, h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 16px
    }

    .h5, h5 {
        font-size: 17px;
        line-height: 24px;
        margin-top: 3px;
        margin-bottom: 13px
    }

    .h6, h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 12px
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}


.btn {
    padding: 8.5px .75rem;
    font-size: .875rem;
    color: #000;
}

.btn-light {
    color: #000;
}

.btn-primary
{
    background: #6c60eb;
    color: #fff;
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
    padding: 14px 41px;
    border: none;

}

@media (max-width: 767.98px) {

    .btn-primary
    {
        width: 100%;
        max-width: 360px;

    }
}



.btn-primary:hover, .btn-primary:focus
{
    background: #6056d1;

}


.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #70787d;
}


.content .image p {
    text-align: center;
    font-size: .8125rem;
    color: #70787d;
    margin-top: .75rem
}

.content img {
    max-width: 100%;
    height: auto;
}

.content
{text-align: justify;}

.content h1, .content h2, .content h3
{text-align: left;}

.content ul.circle li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #000;
    content: "";
    left: 2rem;
    top: 12px
}

.content ul {
    margin-top: 12px;
    margin-bottom: 1rem;
	text-align: left;
}

.content ul li {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 1rem
}

.content ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #6c60eb;
    content: "";
    left: 2rem;
    top: 12px
}

.content ul li ul {
    margin-bottom: 0
}

.content ul li ul li {
    padding-left: 2rem
}

.content ul li ul li:before {
    left: 1rem
}


.content ul li ul li:last-child {
    padding-bottom: 0;
}

.content ul li p, .content ol li p
{margin: 0;}


.content ol {
    margin-top: 12px;
    padding-left: 2rem;
    margin-bottom: 1rem;
    counter-reset: item;
    list-style: none
}

.content ol > li {
    padding-bottom: 1rem;
    list-style: none;
    counter-increment: item
}

.content ol li ol li:last-child {
    padding-bottom: 0;
}


.content ol > li:before {
    content: counters(item, ".") ". ";
    font-size: inherit;
    color: #6c60eb;
    display: inline;
    font-weight: 500
}

.content ol li ol {
    margin-bottom: 0
}

.content ol li ol li:before {
    content: counters(item, ".") " "
}

.content ol li ul li:before
{
	    content: "";
	
}


.content ol li ul
{
	    margin-bottom: 0;
	
}


.pdf, .files
{
color: #5145d7;
    line-height: 24px;
display: block;
    flex: 1 1 auto;
    margin: 32px 0;
}

.pdf:hover, .pdf:focus, .files:hover, .files:focus
{text-decoration: none;}

.pdf:hover .file_text, .pdf:focus .file_text, .files:hover .file_text, .files:focus .file_text
{
text-decoration: underline;	
}


.file_info
{


    margin-right: 20px;
    text-align: center;
}


.pdf_icon {
    display: block;
    background: #d74e51;
    color: #fff;
    border-radius: 2px;
    padding: 3px 13px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
}

.word_icon
{
	
	display: block;
    background: #4e78d7;
    color: #fff;
    border-radius: 2px;
    padding: 3px 13px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
}

.file_size
{
    color: #70787d;
    font-size: 12px;
    display: block;
    line-height: 20px;
    font-style: normal;
    margin-top: 1px;
}


@media (max-width: 767.98px) {

    .file_info
    {display: block; text-align: left;
    margin-bottom: 19px;}

    .file_text
    {display: block;}

    .pdf_icon, .word_icon
    {display: inline-block;}

    .file_size
    {display: inline-block;
    margin-left: .5rem;}


}

@media (min-width: 767.98px) {
	
	


    .file_info
    {
        float: left;

    }


    .pdf, .files
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

}
.compact-wide-table
{font-size: 14px;
text-align: left;
}

.compact-wide-table td, .raz td
{
	border: 1px solid #dcdfea;
    padding: 12px;
    line-height: 20px;

}

.compact-wide-table td p, .compact-wide-table th p, .raz th p, .raz td p
{padding: 0; margin: 0;}

.compact-wide-table th, .raz th
{
    border: 1px solid #dcdfea;
    background: #6c60eb;
    color: #fff;
    padding: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;


}

.compact-wide-table .thead-main th, .raz .thead-main th
{
    font-weight: bold;
    text-align: center;
}

.tablesorter-default .header, .tablesorter-default .tablesorter-header
{
    cursor: pointer;

}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerSortUp, .tablesorter-default thead .tablesorter-headerAsc
{
}


.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerSortDown, .tablesorter-default thead .tablesorter-headerDesc
{

}

.tablesorter-default thead .sorter-false
{
    cursor: default;
}

.big
{
    font-size: 96px;
    font-family: "Gilroy Extra Bold";
    line-height: 104px;

}


.small
{
    font-size: 28px;
    font-family: "Gilroy Extra Bold";
    line-height: 32px;
    margin-bottom: 3px;
}

.number_wrap
{
    margin: 7px 0;
}

.number.orange
{
    background: rgba(255,197,6,1);
    background: -moz-linear-gradient(left, rgba(255,197,6,1) 0%, rgba(253,111,106,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,197,6,1)), color-stop(100%, rgba(253,111,106,1)));
    background: -webkit-linear-gradient(left, rgba(255,197,6,1) 0%, rgba(253,111,106,1) 100%);
    background: -o-linear-gradient(left, rgba(255,197,6,1) 0%, rgba(253,111,106,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,197,6,1) 0%, rgba(253,111,106,1) 100%);
    background: linear-gradient(to right, rgba(255,197,6,1) 0%, rgba(253,111,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc506', endColorstr='#fd6f6a', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.number.violet
{
    background: rgba(107,96,235,1);
    background: -moz-linear-gradient(left, rgba(107,96,235,1) 0%, rgba(183,97,200,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,96,235,1)), color-stop(100%, rgba(183,97,200,1)));
    background: -webkit-linear-gradient(left, rgba(107,96,235,1) 0%, rgba(183,97,200,1) 100%);
    background: -o-linear-gradient(left, rgba(107,96,235,1) 0%, rgba(183,97,200,1) 100%);
    background: -ms-linear-gradient(left, rgba(107,96,235,1) 0%, rgba(183,97,200,1) 100%);
    background: linear-gradient(to right, rgba(107,96,235,1) 0%, rgba(183,97,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b60eb', endColorstr='#b761c8', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.number.blue
{
    background: rgba(72,195,223,1);
    background: -moz-linear-gradient(left, rgba(72,195,223,1) 0%, rgba(40,88,200,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72,195,223,1)), color-stop(100%, rgba(40,88,200,1)));
    background: -webkit-linear-gradient(left, rgba(72,195,223,1) 0%, rgba(40,88,200,1) 100%);
    background: -o-linear-gradient(left, rgba(72,195,223,1) 0%, rgba(40,88,200,1) 100%);
    background: -ms-linear-gradient(left, rgba(72,195,223,1) 0%, rgba(40,88,200,1) 100%);
    background: linear-gradient(to right, rgba(72,195,223,1) 0%, rgba(40,88,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48c3df', endColorstr='#2858c8', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.big_text
{    font-size: 35px;
    font-family: "Gilroy Extra Bold";
    line-height: 32px;
    text-transform: uppercase;
}

.small_text
{    font-size: 14px;
    font-family: "Gilroy Extra Bold";
    line-height: 18px;
    text-transform: uppercase;

}

.mr-32
{
    margin-right: 2rem;
}


@media (max-width: 768px) {




    .mr-32 {
        margin-left: 0;
    }

    .big {
        font-size: 64px;
        line-height: 72px;
        display: block;

    }

    .small
    {
        font-size: 24px;
        line-height: 28px;
    }

    .big_text
    {
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .number_wrap
    {    margin: 12px 0;}

}


.table-responsive
{margin-bottom: 1rem; }


.align-middle
{
    display: inline-block;
}



a {
    color: #6c60eb;
    text-decoration: none;
}


a:hover, a:focus {
    color: #6c60eb;

    text-decoration: underline;
}

* {
    outline: none !important
}

@media (max-width: 575.98px) {
    html {
        overflow-x: hidden
    }
}

body {
    position: relative
}

@media (max-width: 575.98px) {
    body {
        overflow-x: hidden
    }
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

ul li {
    list-style: none
}

a,
button,
input,
textarea {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


h2.section-title {
    font-size: 2.5rem;
    line-height: 48px;

}

.section-title {
    text-transform: uppercase
}

.section-head {
    margin-bottom: 1.25rem
}

@media (max-width: 576px) {
    .section-head {
        background: #f6f7fb;
        padding: 16px 20px !important;
        margin: 0;

    }
}

.section-head h2 {
    margin-bottom: 0
}

@media (max-width: 576px) {
    .section-head h2 {

        font-size: 32px;
        line-height: 40px;

        margin: 0;
    }
}

.section-head a {
    color: #000;
    text-decoration: none;
    font-size: .875rem;
    text-transform: uppercase;
    background: url(../img/right-arrow-violet.svg) no-repeat 100% 50%;
    padding-right: 28px;
    font-family: "Gilroy Extra Bold"
}

@media (max-width: 767.98px) {
    .section-head a {
        font-size: .75rem
    }
}

.section-head a:hover {
    color: #6c60eb
}

.section-head a img {
    margin-left: 4px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0 !important;
    bottom: 0 !important;
}

.simplebar-scrollbar {
    width: 4px !important;
    right: 0 !important
}

.simplebar-track.simplebar-vertical {
    width: 4px !important;
    background: #d9dce8 !important;
    border-radius: 4px !important
}

.simplebar-scrollbar:before {
    background: #6c60eb !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    width: 4px !important
}

.modal-open .modal {
    padding-right: 0 !important
}

label
{
    font-size: 12px;
    color: #70787d;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 2px;

}



.politika
{margin-bottom: 12px;}

.politika, .politika a
{
    color: #70787d;
    font-size: 13px;
}

.politika a
{text-decoration: underline;}


.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fcfcff;
    border: 1px solid #d9dce8;
    border-radius: 4px;

    padding: .75rem 1.25rem;
    color: #000;
    font-size: 1rem;
    line-height: 24px
}

.form-control::-webkit-input-placeholder {

    color: #70787d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease

}

.form-control:-ms-input-placeholder {

    color: #70787d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.form-control::placeholder {

    color: #70787d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.form-control.focus,
.form-control:focus {
    border-color: #6c60eb;
    background: #fcfcff
}

.form-control.focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    color: #000
}

.form-control.focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
    color: #000
}

.form-control.focus::placeholder,
.form-control:focus::placeholder {
    color: #000
}

.social li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%
}


.footer-vk
{
	background: #4a76a8;
}

.tag {
    font-size: 11px;
    line-height: 20px;
    border-radius: 20px;
    padding: 0 10px;
    display: inline-block;
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
    text-decoration: none !important
}

.tag,
.tag:hover {
    color: #fff
}

.tag--violet {
    background: #852bb4
}

.tag--orange {
    background: #eb631a
}

.tag--blue {
    background: #6c60eb
}

.tag--azure {
    background: #16bebb
}

.tag--sky {
    background: #0ab8e6
}

.tag--red {
    background: red;
}

.tag--green {
    background: green;
}

.tag--silver {
    background:  #ffc107;/*silver;*/
}

.tag--black {
    background: #28a745;/*#44975c;*/
    color: white;
}

.tag--newblue{
    background: #000b77;
    color: white;
}

.tag--partners{
    background: #e83e8c;/*black;*/
    color: white;
}

.tag--education{
    background:  #3f51b5;
    color: white;
}

.tag--health{
    background:  #17d7a0;
    color: white;
}


.tag--pink {
    background: #FF0099
}


.tag--kex {
    background: #BDB76B
}

.tag--territory {
    background: #852bb4
}


.tag--priora {
    background: #DC143C
}


.accordeon-item {
    border: 1px solid #d9dce8;
    margin-bottom: 8px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordeon-item:hover {
    border-color: #6c60eb
}

.accordeon-item.active {
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 52, 60, .1);
    box-shadow: 0 0 10px 0 rgba(50, 52, 60, .1);
    border-color: transparent
}

.accordeon_toggler {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 1.25rem 1.5rem;
    cursor: pointer
}

.accordeon_toggler h4 {
    line-height: 1.2;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 0;
}

.accordeon_toggler button {
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    padding: 0;
    cursor: pointer;
    border: 0;
	margin-left: 10px;
}

.accordeon_toggler button:after, .accordeon_toggler button:before {
	content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #d9dce8;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordeon_toggler button:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    margin-top: -1px
}

.accordeon_toggler button:before {
    top: 50%;
    margin-top: -1px;
    left: 0
}

.accordeon_toggler.active button:after {
    opacity: 0
}

.accordeon-content {
    padding: 0 1.5rem 2rem
}

.accordeon-small-item--single {
    padding: .875rem 0;
    border-bottom: 1px solid #d9dce8
}

.accordeon-small-item a {
    color: #000;
    text-decoration: none
}

.accordeon-small-item a:hover {
    color: #6c60eb
}

.accordeon-small_toggler {
    border-bottom: 1px solid #d9dce8;
    padding: .875rem 0;
    cursor: pointer
}

.accordeon-small_toggler button {
    padding: 0;
    border: 0;
    background: url(../img/accordion-chevron.svg) no-repeat 50%;
    width: 16px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px
}

.accordeon-small_toggler.active,
.accordeon-small_toggler:hover {
    color: #6c60eb
}

.accordeon-small_toggler.active button,
.accordeon-small_toggler:hover button {
    background: url(../img/accordion-chevron-active.svg) no-repeat 50%
}

.accordeon-small_toggler.active button {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordeon-small-content {
    padding: .875rem 2rem
}

.accordeon-small-content a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1.25
}

.accordeon-small-content a:last-child {
    margin-bottom: 0
}

.accordeon-small-content a:hover {
    color: #6c60eb
}

.slider {
    margin-bottom: 0 !important
}

.slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;

    z-index: 1;
    opacity: 0;
}

.slider:hover .slick-arrow, .slider:focus .slick-arrow {
    opacity: 1;
}

.slider .slick-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

.slider .slick-prev {
    left: 24px
}

.slider .slick-prev:before {
    background: url(../img/slider-arrow-gray.svg) no-repeat 50%
}

.slider .slick-prev:hover:before {
    background: url(../img/slider-arrow-violet.svg) no-repeat 50%
}

.slider .slick-next {
    right: 24px
}

.slider .slick-next:before {
    background: url(../img/slider-arrow-gray.svg) no-repeat 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .slick-next:hover:before {
    background: url(../img/slider-arrow-violet.svg) no-repeat 50%
}

.slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slider .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 5px
}


.slider .slick-dots li.slick-active {
    background: #fff
}

.slider .slick-dots li button {
    display: none
}

.slider--black-dots .slick-dots li {
    border: 1px solid #000
}

.slider--black-dots .slick-dots li.slick-active {
    background: #6c60eb;
    border: 1px solid #6c60eb
}

.header {

    position: relative;
}


.header-main-wrap {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: inset 0px -1px 0px 0px rgba(229, 229, 229, 1);
}

.header-main-wrap button
{margin: 0;}

@media (max-width: 575.98px) {
    .header .container {
        padding-left: 0;
        padding-right: 0
    }

    .header-main-wrap {
        border-top: 1px solid #d9dce8
    }

}

.header .mob-logo {
    display: none
}

.header .mob-logo span {
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 4px
}

@media (max-width: 991.98px) {
    .header .mob-logo {
        padding: 0 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 991.98px) {
    .header .menu {
        display: none
    }
}

@media (max-width: 991.98px) {
    .header .search_toggler {
        padding-left: 0;
        padding-right: 0;
        width: 56px;
        border-right: 0
    }
}

@media (max-width: 991.98px) {
    .header .search_toggler span {
        display: none
    }
}

@media (max-width: 991.98px) {
    .header .search {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 991.98px) {
    .header .site-map {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

.footer-item {
    margin-top: 3.5rem;
    font-size: .875rem;
}

@media (max-width: 767.98px) {
    .footer-item {
        margin-top: 2rem;
    }
}


.footer-item .social li {
    margin-left: 5px
}

.footer-item .social li:first-child {
    margin-left: 0
}

.footer-item h6 {
    margin-bottom: 1rem
}

@media (max-width: 576px) {
    .footer-item {
        margin-top: 2rem;
    }
}

.footer-item a {
    color: #6c60eb
}

.footer-text {
    display: block;
    margin-bottom: 8px
}

.footer-text.schedule {
    white-space: nowrap
}

.footer-text.schedule small {
    font-size: .875rem;
    color: #70787d;
    width: 72px
}

.footer-phones a {
    color: #000
}

.footer-copyright {
    color: #70787d;
    padding: 2rem 15px;
    border-top: 1px solid rgba(217, 220, 232, .5);
    margin-top: 2rem;
    font-size: .875rem;
    text-align: center
}

@media (max-width: 575.98px) {
    .footer-copyright {
        text-align: left;
        font-size: .8125rem;
        padding: 2rem 20px;
    }
}

.search-form {
    position: relative
}

.search-form .form-control {
    min-height: 48px;
    font-size: 14px;
    line-height: 24px;
}

.search-form button {
    position: absolute;
    width: 17px;
    height: 16px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    cursor: pointer;
    background: none
}

.search-form button img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0
}

.search-form button img:nth-child(2) {
    opacity: 0
}

.search-form button:hover img:nth-child(2) {
    opacity: 1
}

.search-form button:hover img:first-child {
    opacity: 0
}

.tsearch
{
    background: #fff;
}

.under-head
{
   color: #70787d;
    text-trasform: uppercase;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.svg
{display: block;}

.svg:hover, .svg:focus , .svg:hover path, .svg:focus path
{fill: #6c60eb}

.partners {
    padding: 3.5rem 0
}


.partners .row {
    margin-left: -8px;
    margin-right: -8px
}

.partners .row .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 16px
}

.partners .partner {
    height: 100%;
    padding: 1.25rem;
    display: block;
    text-decoration: none;
    background: #f6f7fb url(/bitrix/templates/adygnet_new_en/img/gerb.svg) no-repeat right bottom;
}

@media (max-width: 767.98px) {
    .partners .partner {
        background: none;
    }
}


.partners .partner h6 {
    color: #000;
    font-size: .8125rem;
    line-height: 1.23
}

.partners .partner p {
    color: #6c60eb;
    font-size: .875rem;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.partners .partner:hover p {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit
}


@media (max-width: 767.98px) {
    .partners {
        padding: 24px 0;
        background: #f6f7fb url(../img/gerb.svg) no-repeat right bottom;
        background-size: 57%;
    }

    .partners .row .col-lg-3 {
        margin-top: 0;
    }

    .partners .partner {
        height: 100%;
        padding: 16px 0;
        text-decoration: none;
        background: none !important;
        border-bottom: 1px solid #d9dce8;
    }

    .partners .row .col-lg-3:last-child .partner {
        border: 0;
    }
}

.event-wrapper,
.event-wrapper--two,
.event-wrapper--three{
    display: none;
    margin-top: 16px
}

@media (max-width: 767.98px) {
    .event-wrapper,
    .event-wrapper--two {

        margin-top: 20px
    }
}

.upcoming-events {
    padding: 1.25rem 0 1.25rem
}

.upcoming-events--first {
    padding-top: 0
}

.load-more {
    margin-top: 1.25rem;
    text-transform: uppercase;
    font-family: Gilroy Extra Bold;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    display: block;
    text-align: center;
}

@media (max-width: 767.98px) {


    .load-more {

        background: #6c60eb;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        padding: 12px
    }

    .load-more:hover, .load-more:focus {
        background: #6056d1;

    }

}


.load-more:hover {
    color: #6c60eb
}

@media (max-width: 767.98px) {


    .load-more:hover {

        color: #fff;
    }

}


.event {
    height: 100%;
    border: 1px solid #d9dce8;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


@media (max-width: 767.98px) {

    .event {
        border: 0;
        border-bottom: 1px solid #d9dce8
    }

    .event-wrapper:last-child .event, .event-wrapper--two:last-child .event {
        border-bottom: 0

    }
}

.event:hover {
    border-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.event-head {
    margin: 0 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #d9dce8;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.event-head .tag
{
    margin-left: 5px;

}

@media (max-width: 767.98px) {

    .event-head {
        margin: 0;
        padding: 0;
        border: 0
    }
}

.event__date {
    font-size: .875rem;
    color: #70787d;
    font-family: "Gilroy Extra Bold";
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.event-body {
    padding: 1.25rem 1.5rem 2.25rem;
    color: #000;
    text-decoration: none !important
}

@media (max-width: 767.98px) {

    .event-body {

        padding: 20px 0 24px 0;

    }
}

.event-body p {
    color: #70787d;
    font-size: .875rem;
    margin-bottom: 0
}

.event-body:hover {
    color: #6c60eb
}

.event-body:hover p {
    color: #70787d
}

.event-body h6 {
    font-size: 1.125rem
}

.event-body h6 a {
    color: #000
}

.site-map_toggler {
    background: none;
    border: 1px solid #d9dce8;
    border-top: 0;
    border-bottom: 0;
    width: 56px;
    height: 100%;
    position: relative;
    padding: 0
}

.site-map_toggler .bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    margin: 3px auto;
    background: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.site-map_toggler.active {
    background: #6c60eb;
    border-color: #6c60eb
}

.site-map_toggler.active .bar {
    background: #fff
}

.site-map_toggler.active .bar:first-child {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px
}

.site-map_toggler.active .bar:nth-child(2) {
    opacity: 0
}

.site-map_toggler.active .bar:nth-child(3) {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px
}

.site-map-content {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding-bottom: 3rem;
    min-height: 100vh;
    background: #fff;
    z-index: 20;
    padding-top: 2.5rem;
    overflow: auto;
}

.site-map-content .container {
    max-height: inherit;
    padding-left: 15px !important;
    padding-right: 15px !important
}

@media (max-width: 575.98px) {
    .site-map-content .site-map__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site-map-content .site-map__head h2 {
    text-transform: uppercase
}

@media (max-width: 575.98px) {
    .site-map-content .site-map__head h2 {
        width: 100%
    }
}

.site-map-content .site-map__head a {
    text-decoration: underline;
    font-size: .875rem
}

@media (max-width: 575.98px) {
    .site-map-content .site-map__head a {
        width: 100%;
        margin-bottom: 1rem
    }
}

.site-map-content .site-map__head a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.site-map-content .search-form {
    margin: 2.5rem 0 16px
}

.site-map-content .search-form--mobile {
    display: none
}

@media (max-width: 575.98px) {
    .site-map-content .search-form--mobile {
        display: block;
        width: 100%;
        margin: 1rem 1.5rem
    }
}

@media (max-width: 575.98px) {
    .site-map-content .search-form--desktop {
        display: none
    }
}

.site-map-contact {
    margin-bottom: 2.5rem
}

.site-map-contact li {
    margin-bottom: 12px
}

.site-map-contact li:last-child {
    margin-bottom: 0
}

.site-map-contact li a {
    padding: 1.25rem;
    background: #6c60eb;
    color: #fff;
    text-decoration: none;
    font-family: Gilroy Extra Bold;
    line-height: 1.25
}

.site-map-contact li a img {
    margin-right: 1.5rem
}

.site-map .contact {
    margin-bottom: 2.5rem
}

.site-map .contact h6 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

.site-map .contact p {
    font-size: .875rem;
    margin-bottom: .5rem
}

.site-map .contact .schedule {
    white-space: nowrap;
    font-size: .875rem
}

.site-map .contact .schedule small {
    font-size: .875rem;
    color: #70787d;
    width: 72px
}

.site-map .contact__link {
    font-size: .875rem;
    display: block;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .language-layer,
    .search-layer {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 20
    }
}


.search-content {
    position: absolute;
    width: 100vw;
    background: #fff;
    z-index: 25;
    padding: 2.5rem 0;
    left: 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .search-content {
        padding: 20px 0;
    }
}

.search-content .container {
    max-height: inherit;
    padding-left: 15px !important;
    padding-right: 15px !important
}

.search_toggler {
    position: relative;
    min-height: 56px;
    font-size: .9375rem;
    border: 0;
    background: none;
    padding: 0 1.25rem 0 3rem;
    border-right: 1px solid #d9dce8
}

.search_toggler img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width: 991.98px) {
    .search_toggler img {
        left: 19.5px
    }
}

.search_toggler img:nth-child(2) {
    opacity: 0;
    cursor: pointer
}

.search_toggler.active {
    background: #6c60eb;
    color: #fff;
    border-right-color: #6c60eb
}

.search_toggler.active img {
    left: 8px
}

@media (max-width: 991.98px) {
    .search_toggler.active img {
        left: 12px
    }
}

.search_toggler.active img:nth-child(2) {
    opacity: 1
}

.search_toggler.active img:first-child {
    opacity: 0
}

.blind-version {
    border: 0;
    border-left: 1px solid #d9dce8;
    padding: 0;
    background: none;
    width: 56px;
    height: 56px
}

.blind-version img {
    width: 30px;
    height: 15px
}

.language {
    position: relative
}

.language_toggler {
    width: 56px;
    height: 56px;
    border: 1px solid #d9dce8;
    border-top: 0;
    border-bottom: 0;
    background: none;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .875rem
}

.language_toggler span {
    padding-right: 5px
}

.language_toggler img {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.language_toggler img:nth-child(3) {
    opacity: 0
}

.language_toggler:hover {
    background: #f6f7fb
}

.language_toggler.active {
    background: #6c60eb;
    border-color: #6c60eb;
    color: #fff
}

.language_toggler.active img:nth-child(2) {
    opacity: 0
}

.language_toggler.active img:nth-child(3) {
    opacity: 1
}

.language-list {
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #d9dce8;
    box-shadow: inset 0 1px 0 0 #d9dce8;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1.25rem;
    display: none;
    z-index: 25
}

@media (max-width: 767.98px) {
    .language-list {
        width: 100%;
        left: 0;
    }

    .language {
        position: static;
    }
}


.language-list li {
    margin-bottom: 12px
}

.language-list li:last-child {
    margin-bottom: 0
}

.language-list li a {
    color: #6c60eb;
    font-family: Gilroy Extra Bold;
    text-decoration: none;
    color: #000
}

.language-list li a.active,
.language-list li a:hover {
    color: #6c60eb
}

.language-list li a img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 12px
}


@media (min-width: 767.98px) {
    .top {
        margin-top: 56px;
    }
}

@media (max-width: 767.98px) {
    .top {
        padding-top: 0
    }
}


.top .logo {
    color: #fff;
    font-weight: 500;
    font-size: .9375rem
}

.top .logo img {
    margin-right: 12px
}

.top .video {
    padding: 145px 15px 6.7rem
}

@media (max-width: 767.98px) {
    .top .video {
        padding: 20px
    }
}

.top .video h1 {
    color: #fff;
    line-height: 1.15;
    margin-bottom: 2.25rem;
    font-size: 3.5rem;
}

@media (max-width: 767.98px) {
    .top .video h1 {
        margin-bottom: 160px;
        font-size: 32px;
        line-height: 40px;
        margin-top: 0;

    }
}

.top .video-toggler {
    font-size: .9375rem;
    color: #fff;
    padding: 0;
    background: none;
    border: 0;
    text-align: left;
    text-decoration: none
}

.top .video-toggler__icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 0 12px hsla(0, 0%, 100%, .3);
    box-shadow: 0 0 0 12px hsla(0, 0%, 100%, .3);
    margin-right: 24px;
    margin-left: 12px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.top .video-toggler__icon:hover, .top .video-toggler__icon:focus {
    -webkit-box-shadow: 0 0 0 12px hsla(0, 0%, 100%, .6);
    box-shadow: 0 0 0 12px hsla(0, 0%, 100%, .6);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.top .video-toggler__icon {
    padding-left: 3px;
}

.top-slider {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding: 7px 70px;
}

.top-slider .slick-arrow {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .top-slider {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (max-width: 767.98px) {
    .top-slider {
        padding: 1.25rem 0 3.5rem
    }
}

.top-slider .slick-arrow {
    border: 2px solid hsla(0, 0%, 100%, .3);
    background: none
}

.top-slider .slick-arrow:hover {
    border-color: #fff
}

.top-slider .slick-prev {
    left: 10px
}

.top-slider .slick-prev:before,
.top-slider .slick-prev:hover:before {
    background: url(../img/chevron-left-white.svg) no-repeat 50%
}

.top-slider .slick-next {
    right: 10px
}

.top-slider .slick-next:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.top-slider .slick-next:before,
.top-slider .slick-next:hover:before {
    background: url(../img/chevron-right-white.svg) no-repeat 50%
}

.top-slider .slick-dots {
    bottom: 2rem
}

.top-slider-item {
    color: #fff;
	padding-right: 16px
	
}

@media (max-width: 767.98px) {
    .top-slider-item {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

.top-slider-item strong {
    font-family: Gilroy Extra Bold;
    font-size: 3rem;
    margin-right: 1rem
}

.top-slider-item span {
    font-size: .9375rem;
    line-height: 1.1
}

.video-modal .modal-dialog {
    max-width: none;
    padding-right: 15px;
    padding-left: 15px
}

.video-modal #video {
    width: 100%
}

.video-modal .modal-content {
    border-radius: 0;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.announcement .container .section-head {
    border-top: 1px solid #d9dce8;
    padding-top: 1.25rem
}

@media (max-width: 575.98px) {
    .announcement .section-head {
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: inset 0 1px 2px rgba(217, 220, 232, 0.6);
    }
}

@media (max-width: 575.98px) {
    .announcement .container {
        padding-left: 0;
        padding-right: 0
    }
}

.announcement-slider {
    padding-bottom: 42px;
    margin: 0 -10px;

}

@media (max-width: 575.98px) {
    .announcement-slider {
        padding-bottom: 0
    }
}

.announcement-slider .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0
}

@media (max-width: 575.98px) {
    .announcement-slider .slick-dots {
        bottom: 2rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 16px
    }
}

.announcement-slider .slick-dots li {
    margin: 0 5px
}

@media (max-width: 575.98px) {
    .announcement-slider .slick-dots li {
        border-color: #fff
    }
}

@media (max-width: 575.98px) {
    .announcement-slider .slick-dots li.slick-active {
        background: #fff
    }
}

.announcement-block {
    height: 360px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
    padding: 1.25rem 1.5rem 1.5rem;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

@media (max-width: 768px) {
    .announcement-block {
        margin: 0;
        padding: 1.25rem 1.25rem 4rem;
        background-size: cover !important;
    }
}

.announcement-block h5 {
    color: #fff;
    font-size: 2.125rem;
    line-height: 1.17;
    margin-bottom: 12px
}

.announcement-block__link {
    color: #fff;
    font-family: Gilroy Extra Bold;
    font-size: 1.25rem;
    line-height: 1.1;
    text-decoration: none !important
}

.announcement-block__link:hover {
    color: #fff
}

.announcement-block:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.announcement-block:hover {
    background-size: 110% 110% !important
}

.announcement-block:hover:before {
    opacity: 0
}

.history {
    padding: 200px 0 48px;
    position: relative;

}


.history-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.history-bg .slick-track, .history-bg .slick-list, .history-bg .slick-slide {
    height: 100%;

}

.history-bg .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.history-bg .item:after
{
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .history {
        padding: 2.5rem 0 2rem
    }
}

.history-bg .item:before {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 512px;
    line-height: 1;
    opacity: .25;
    color: #fff;
    top: 40px;
    font-family: Gilroy Extra Bold;
}


.date1982:before
{
    content: "1982";
}

.date1996:before
{
    content: "1996";
}


.date2013:before
{
    content: "2013";
}

.date2014:before
{
    content: "2014";
}

.date2015:before
{
    content: "2015";
}

.date2015_1:before
{
    content: "2015";
}

.date2021:before
{
    content: "2021";
}

.date2022:before
{
    content: "2022";
}





@media (max-width: 1199.98px) {
    .history:before {
        font-size: 450px
    }
}

@media (max-width: 991.98px) {
    .history:before {
        font-size: 380px;
        top: 80px
    }
}

@media (max-width: 767.98px) {
    .history:before {
        font-size: 170px;
        top: 180px
    }
}

@media (max-width: 355px) {
    .history:before {
        font-size: 140px;
        top: 210px
    }
}

.history-head {
    font-family: Gilroy Extra Bold;
    color: #fff
}

.history-head p {
    font-size: 1.1875rem;
    line-height: 1.1;
    margin-bottom: 5px
}

.history-head h2 {
    font-size: 3rem;
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .history-head h2 {
        font-size: 2rem
    }
}

.history-head a {
    color: #fff;
    text-transform: uppercase;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .history-head a {
        font-size: .9375rem
    }
}

.history-head a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.history-head a img {
    margin-left: 4px
}

.history-slider {
    padding-bottom: 42px;
    margin-top: 4rem
}

@media (max-width: 767.98px) {
    .history-slider {
        margin-top: 0
    }
}

.history-slider .slick-arrow {
    top: 45%
}

.history-slider .slick-prev {
    left: 32px
}

.history-slider .slick-next {
    right: 32px
}

.history-slider a {
    color: #fff;
    font-family: Gilroy Extra Bold;
    border: 8px solid #fff;
    padding: 0 1.5rem .75rem;
    height: 355px;
    width: 355px;
    margin: 0 8px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

@media (max-width: 767.98px) {
    .history-slider a {
        height: 320px;
        border-width: 4px;
        margin: 0;
    }
}

.history-slider a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.history-slider a:hover {
    background-size: 120% 120% !important
}

.history-slider a:hover:before {
    opacity: 0
}

.history-slider a p {
    font-size: 1.125rem;
    line-height: 1.22;
    margin-bottom: 8px
}

.history-slider a span {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.history-slider a:hover span, .history-slider a:focus span {
    color: #fff;
}

.history-slider .slick-dots {
    bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .history-slider .slick-dots {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.history-slider .slick-dots li {
    margin: 0 5px
}

.news {
    padding-top: 1.25rem
}

@media (max-width: 1199.98px) {
    .news {
        padding-top: 0
    }
}

@media (max-width: 575.98px) {
    .news .container {
        padding-left: 0;
        padding-right: 0
    }
}


@media (max-width: 1199.98px) {
    .news .col-xl-4 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2rem
    }
}

@media (max-width: 1199.98px) {
    .news .col-xl-8 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }
}


@media (max-width: 767.98px) {
    .news .col-xl-4 {

        margin-bottom: 0
    }


}

.news-slider {
    padding-bottom: 0
}

.news-slider .slick-dots {
    bottom: 2rem;
    padding-left: 1.5rem
}

.news-item {
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 100% auto  !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 365px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    div.news-item {
        background-color: #011c77;		
        padding: 0 20px;

    }
	
	 div.news-item:hover, .news-item:focus {
         background-size: 100% auto !important;

    }
	
	div.news-item:hover:before
	{
	opacity: 1;	
		
	}
	
}

.news-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-item:hover {
    background-size: 110% auto !important
}

.news-item:hover:before {
    opacity: 0
}

.news-item__head {
    padding-top: 1.25rem
}

.news-item__date {
    font-size: .875rem;
    color: #fff;
    font-family: Gilroy Extra Bold;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-item__head .tag
{
   margin-left: 5px;

}

.news-item__body {
    display: block;    
    padding-bottom: 4rem
}

@media (max-width: 767.98px) {

    .news-item__body {
        padding-top: 148px;
        padding-bottom: 4rem;
    }

}


.news-item__body:hover {
    color: #fff
}

.news-item__body a {
    color: #fff;
    text-decoration: none
}

.news-item__body a h3 {
    line-height: 1.1
}

.selection-committee {
    padding: 10rem 1.5rem 1.5rem;
    height: 365px;
    position: relative;
    overflow: hidden
}
/*
.selection-committee:hover:before, .selection-committee:focus:before {
    right: -40px;
    top: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}


.selection-committee:before {
    position: absolute;
    content: "2019";
    color: #fff;
    font-size: 196px;
    line-height: 208px;
    top: 30px;
    right: -70px;
    opacity: .1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: Gilroy Extra Bold
}
*/
.selection-committee h3 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1rem
}

.selection-committee a {
    color: #fff;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    text-transform: uppercase;
    font-family: Gilroy Extra Bold;
    font-size: .9375rem;
    margin-bottom: 12px
}

.selection-committee a:last-child {
    margin-bottom: 0
}

.selection-committee a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    color: #fff
}

.selection-committee a img {
    margin-left: 4px
}

.faces h2 {
    font-size: 4rem;
    line-height: 1.125;
    margin-bottom: 2.5rem;
    color: hsla(0, 0%, 100%, .2);
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .faces h2 {
        font-size: 3rem
    }
}

@media (max-width: 991.98px) {
    .faces .d-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.faces-slider-wrapper {
    max-width: 350px
}

.faces-slider a
{
   color: #fff;
   text-decoration: none;

}

@media (max-width: 991.98px) {
    .faces-slider-wrapper {
        max-width: 100%
    }
}

.faces-slider {
    color: #fff;
    padding-bottom: 58px
}

.faces-slider .slick-dots {
    bottom: 0
}

.faces-slider .photo {
    width: 184px;
    height: 184px;
    background: hsla(0, 0%, 100%, .35);
    border-radius: 100%;
    margin-bottom: 1rem;
    display: none;
    position: relative;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .faces-slider .photo {
        display: block
    }
}

.faces-slider .photo img {
    height: 180px;
    border-radius: 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767.98px) {
    .faces-slider .photo img {

        height: 243px;

        bottom: -61px;
        left: 79px;

    }

    .faces-slider .photo {
        background: rgba(255, 255, 255, 0.5);
    }

}

.faces-slider h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-top: 0;
}

@media (max-width: 767.98px) {


    .faces-slider h3 {
        font-size: 1.5rem;
        margin: 0 0 16px 0;
        line-height: 28px;

    }

}


.faces-slider p {
    font-size: .875rem;
    margin-bottom: 0
}

.faces .container {
    position: relative;
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
    z-index: 1
}

@media (max-width: 991.98px) {
    .faces .container {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.faces__man {
    position: absolute;
    width: 546px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

@media (max-width: 991.98px) {
    .faces__man {
        display: none
    }
}

.we-wait {
    max-width: 360px;
    background: #fff;
    padding: 2rem 1.5rem 4.5rem;
    margin-top: -120px;
    width: 100%;
    position: relative;
}

.we-wait:after {
    content: "";
    position: absolute;
    right: 32px;
    bottom: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent #ffffff transparent transparent;

}

@media (max-width: 991.98px) {
    .we-wait {
        margin-top: 2rem;
        max-width: 100%
    }
}

.we-wait__title {
    color: #6c60eb;
    font-size: 2rem;
    margin-bottom: .5rem;
    margin-top: 0;
    display: inline-block;
    background: url('../img/hand-smile.png') no-repeat 100% 0;
    background-size: 32px 32px;
    padding-right: 42px;
    line-height: 40px;
}


.we-wait-content__item {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-bottom: 1px solid #d9dce8;
    margin-right: 1.25rem
}

.we-wait-content__item a {
    color: #000;
    text-transform: uppercase;
    font-family: Gilroy Extra Bold;
    font-size: .9375rem;
    margin-bottom: 8px;
    margin-bottom: 8px
}

.we-wait-content__item a:hover {
    color: #6c60eb
}

.we-wait-content__item a img {
    margin-left: 4px
}

.we-wait-content__item p {
    margin-bottom: 0;
    color: #70787d;
    font-size: .875rem;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}


.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


.no-js #loader-wrapper {
    display: none;
}




ul.photo-album-list li:before
{
    display: none;

}


.text-decoration-none
{text-decoration: none;}

.text-decoration-none:hover, .text-decoration-none:focus
{text-decoration: none;}


	.circ-accordeon .accordeon-item
	{background: #6a5fea; border-color: #6a5fea; 
	color: #fff;
	}
	
	.circ-accordeon .accordeon-item:hover, .circ-accordeon .accordeon-item:focus
	{
		background: #6056d1; border-color: #6056d1; 
		
	}

	.circ-accordeon .accordeon_toggler h4
	{
	font-size: 15px;
	font-family: 'Circe Extra';
	color: #fff;  
		text-transform: uppercase;
	}

	.circ-accordeon .accordeon_toggler button span
	{
	background: #fff;		
	}

	.circ-accordeon .accordeon-content
	{background: #fff;	color: #000;}

	.circ-accordeon .accordeon-item.active {
	 -webkit-box-shadow:none; 
	 box-shadow: none;
		
	}
	
	
.circ-accordeon	.accordeon-content {
    padding: 2rem 1rem;
}
	
	
	.circ_blue
	{
		color: #6c60eb;
		
	}
	
	.circ-bg-img
	{
		padding: 24px 0 0 24px;
		color: #fff;
		margin-bottom: 0.5rem;
	}
	
	.bg-img-cont_address
	{
		float: right;
		background: rgba(6, 17, 137, 0.45);
		padding: 8px 24px 16px 24px;
		margin-top: 72px;
	}
	
	.bg-img-cont_address p
	{		
		margin-bottom: 0;
	}
	
	.bg-img-cont_address a
	{
		color: #fff;
		
	}
	
	.circ-accordeon .accordeon-item.blue
	{
			background: #0ab8e6;
    border-color: #0ab8e6;
}
		
	}
	

	
	.circ-accordeon .accordeon-item.blue a
	{text-decoration: none;}
	