@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSansRegular/OpenSansRegular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url("../fonts/OpenSansBold/OpenSansBold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontawesome';
    src: url("../fonts/fontawesome-webfont.ttf");
    font-weight: normal;
    font-style: normal;
}

/* Base */

body {
    line-height: 1.7;
    color: gray;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Open Sans';
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px;
}

body .modal {
    z-index: 99999;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

ul li {
    list-style: none;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #2152C0;
}

body a {
    color: #2152C0;
}

a:hover {
    text-decoration: none;
    color: #000E4D;
}

h1 {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

button,
input {
    outline: 0 !important;
}

.border-2 {
    border-width: 2px;
}

.text-black {
    color: #2152C0;
    !important;
}

.bg-black {
    background: #000 !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-close {
    background-color: #fff;
    color: gray;
    border-color: gray;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btn.btn-primary {
    background: #2152C0;
    border-color: #2152C0;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #fff;
    border-color: #2152C0;
    color: #2152C0;
}

.btn.btn-primary.btn-black--hover:hover {
    background: #666666;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2152C0;
    border-color: #2152C0;
}

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 43px;
    border-radius: 30px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
    border-color: #2152C0;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem;
    }
}

.border-top {
    border-top: 1px solid #edf0f5 !important;
}

.site-footer {
    background-color: #000E4D;
    border-top: 1px solid #c5cbd5;
}

.site-footer .text {
    padding-right: 60px;
    padding-left: 46px;
    border-right: 1px solid #c5cbd5;
    font-family: Source Serif Pro;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.105em;
    color: #4B566D;
    opacity: 0.85;
}

@media (min-width: 1200px) {
    .entrance {
        margin: 38px 115px;
    }
    .row {
        margin-right: 0!important;
    }
    .site-wrap .apply .box-with-humber {
        height: 100%;
    }
    .site-section {
        padding: 60px 0 60px 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover > div,
.hover-bg-enlarge:focus > div,
.hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.bg-image > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1,
    .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #fff;
}

.ul-check.success li:before {
    color: #8bc34a;
}

.ul-check.primary li:before {
    color: #2152C0;
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}


/* Navbar */

.site-navbar {
    padding-top: 17px!important;
    padding-bottom: 17px!important;
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    background-color: #2152C0!important;
    max-height: 74px;
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    top: -5px;
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.site-navbar .site-navigation .site-menu .active {
    color: #FFFFFF;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: block;
    border-left: 1px solid #fff;
    text-align: center;
    position: relative;
}

.site-navbar .site-navigation .site-menu > li:first-child {
    border-left: none;
}

.site-navbar .site-navigation .site-menu > li:first-child a {
    padding-left: 0;
}

.site-navbar .site-navigation .site-menu > li > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 10px;
    transition: .5s;
    color: #fff;
    display: block;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
    transition: .5s;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #2152C0;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #2152C0 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #2152C0;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

ul.site-menu li ul.dropdown {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    display: none;
    padding: 0;
    width: 100%;
    border-top: 17px solid #2152C0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

ul.site-menu li:hover > ul.dropdown,
ul.site-menu li ul.dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.site-menu li ul.dropdown li {
    clear: both;
    width: 100%;

}

ul.site-menu li ul.dropdown li a {
    color: #2152C0;
    text-align: left;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 10px 35px;
}

ul.site-menu li ul.dropdown li:hover {
    background-color: #2152C0;
}

ul.site-menu li ul.dropdown li:hover a{
    color: #fff;
}

.logo {
    background: url(../theme/logo.png) no-repeat left center;
    height: 106px;
    display: flex;
    align-items: center;
    padding-left: 82px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    background-size: 69px 71px;
    text-transform: uppercase;
    color: #000E4D;
}

.logo:hover {
    color: #000E4D;
}

.logo span {
    display: block;
    max-width: 530px;
}

.slogan-page .logo span {
    color: #4B566D;
}

.ent_ex-conteiner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bl_ent_ex {
    display: flex;
    align-items: center;
}

.ent_ex {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ex_name {
    display: flex;
    width: 100%;
    margin: 0 27px 0 0;
}

.ex_name a {
    text-transform: uppercase;
    min-width: 130px;
}

.entrance {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000E4D;
    width: 90px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    cursor: pointer;
}

.entrance:hover {
    color: #fff !important;
    background-color: #2152C0;
}

.but_exit {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #2152C0;
    width: 90px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    cursor: pointer;
    padding: 0px;
    font-weight: normal;
}

.anons {
    background-color: #f4f6f9;
    padding: 59px 70px;
}

.photo {
    background: url(../theme/photo.png) no-repeat center center;
    background-size: cover;
}

.apply {
    background: url(../theme/apply.png) no-repeat center center;
    background-size: cover;
}

.site-section .h-entry .category {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #2361B7;
    margin-bottom: 4px;
    overflow: hidden;
}

.site-section .h-entry .category:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    background: #F35167;
    border: solid #FFF;
    border-width: 0 10px;
}

.site-section .h-entry .category:after {
    margin-right: -100%;
}

.site-section .h-entry .category:before {
    content: url(../theme/newspaper.png);
    margin-right: 9px;
}

.site-section .h-entry .date {
    font-size: 11px;
    color: #4B566D;
}

.site-section .h-entry h2 a {
    font-size: 14px;
    color: #4B566D;
}

.site-section .h-entry .description {
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.site-section .h-entry img {
    float: left;
    margin: 0 18px 0 0;
}

.site-section .h-entry .read {
    text-align: right;
    margin-bottom: 0;
}

.site-section .h-entry .read a {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #2361B7;
}

.site-section .link_all a {
    color: #2361B7;
}

.site-section .h-entry .read:hover {
    text-decoration: underline;
}

.line {
    border: 4px solid #E3E8EF;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.top-bar .container .row .col-8 {
    padding: 0;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #2152C0;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #2152C0;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
    margin-top: 85px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* Blocks */

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-position: center center;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%;
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
    height: 110px;
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 400px;
    height: calc(20vh);
}

.site-blocks-cover h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }
}

.site-blocks-cover p {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
        font-size: 3rem;
    }
}

.site-block-subscribe .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.site-block-subscribe .form-control {
    font-weight: 300;
    border-color: #fff !important;
    height: 80px;
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic;
}

.bg-light {
    background: #E3E8EF!important;
}

.team-member {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70, 221, 176, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.team-member .text {
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}

.team-member:hover:before,
.team-member:focus:before,
.team-member:active:before {
    opacity: 1;
    visibility: visible;
}

.team-member:hover img,
.team-member:focus img,
.team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-member:hover .text,
.team-member:focus .text,
.team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.podcast-entry {
    -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
}

.podcast-entry .sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc;
}

.podcast-entry .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
}

@media (min-width: 768px) {
    .podcast-entry .image {
        width: 300px;
        height: auto;
    }
}

.podcast-entry .text {
    width: 100%;
    padding: 40px;
}

@media (min-width: 768px) {
    .podcast-entry .text {
        width: calc(100% - 300px);
    }
}

.mejs__container {
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .display-4 {
        font-size: 1.8rem;
    }
}

.feature-blocks-1 {
    position: relative;
    margin-top: -70px;
    z-index: 2;
    color: #999999;
}

.feature-blocks-1.no-margin-top {
    margin-top: 0px;
}

.feature-blocks-1 .feature-block-1 {
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    overflow: hidden;
    z-index: 1;
}

.feature-blocks-1 .feature-block-1.bg {
    position: relative;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 .text {
    z-index: 10;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.feature-blocks-1 .feature-block-1 p {
    color: #cccccc;
}

.feature-blocks-1 .feature-block-1:hover,
.feature-blocks-1 .feature-block-1:focus,
.feature-blocks-1 .feature-block-1:active {
    top: -10px;
    -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}

.feature-blocks-1 .feature-block-1:hover .text,
.feature-blocks-1 .feature-block-1:focus .text,
.feature-blocks-1 .feature-block-1:active .text {
    opacity: 1;
    visibility: visible;
}

.feature-blocks-1 .feature-block-1:hover.bg,
.feature-blocks-1 .feature-block-1:focus.bg,
.feature-blocks-1 .feature-block-1:active.bg {
    position: relative;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}

.feature-blocks-1 .feature-block-1:hover:before,
.feature-blocks-1 .feature-block-1:focus:before,
.feature-blocks-1 .feature-block-1:active:before {
    background: rgba(0, 0, 0, 0.9);
}

.site-blocks-vs .bg-image {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media (min-width: 992px) {
    .site-blocks-vs .bg-image {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.site-blocks-vs .image {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

@media (max-width: 991.98px) {
    .site-blocks-vs .image {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.site-blocks-vs .image img {
    border-radius: 50%;
}

.site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.site-blocks-vs .country {
    color: rgba(255, 255, 255, 0.7);
}

.match-entry {
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em;
}

.match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}

.post-entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.post-entry,
.post-entry .text {
    border-radius: 4px;
    border-top: none !important;
}

.post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em;
}

.post-entry .image {
    overflow: hidden;
    position: relative;
}

.post-entry .image img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.post-entry:hover .image img,
.post-entry:active .image img,
.post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.site-block-tab .nav-item {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0 20px;
}

.site-block-tab .nav-item:first-child {
    margin-left: 0 !important;
}

.site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc;
}

.site-block-tab .nav-item > a:hover,
.site-block-tab .nav-item > a.active {
    border-bottom: 2px solid #2152C0;
    color: #000;
}

.block-13,
.slide-one-item {
    position: relative;
    z-index: 1;
}

.block-13 .owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #000;
}

.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2;
}

.slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 100%;
}

@media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
        display: none;
    }
}

.slide-one-item.home-slider .owl-prev {
    left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
    right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px;
}

@media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev,
    .slide-one-item.home-slider .owl-next {
        font-size: 25px;
    }
}

.slide-one-item.home-slider .owl-prev > span,
.slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
    background: black;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
}

.slide-one-item .owl-dots {
    text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
    background: #2152C0;
}

.block-12 {
    position: relative;
}

.block-12 figure {
    position: relative;
}

.block-12 figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.block-12 .text-overlay h2 {
    color: #fff;
}

.block-12 .text {
    position: relative;
    top: -100px;
}

.block-12 .text .meta {
    text-transform: uppercase;
    padding-left: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.block-12 .text .text-inner {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px;
    margin-right: 30px;
    position: relative;
}

@media (min-width: 576px) {
    .block-12 .text .text-inner {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px;
    }
}

.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #2152C0;
    top: 0;
}

.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.block-16 figure {
    position: relative;
}

.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #2152C0 !important;
}

.block-16 figure .play-button:hover {
    opacity: 1;
}

.block-16 figure .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}

.block-25 ul,
.block-25 ul li {
    padding: 0;
    margin: 0;
}

.block-25 ul li a .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.block-25 ul li a .text .heading {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #999999;
}

.block-25 ul li a .meta {
    color: #2152C0;
}

.block-25 ul li a:hover img {
    opacity: .5;
}

.block-25 ul li a:hover .text .heading {
    color: #fff;
}

#date-countdown .countdown-block {
    color: #b3b3b3;
}

#date-countdown .label {
    font-size: 40px;
    color: #000;
}

.next-match .image {
    width: 50px;
    border-radius: 50%;
}

.player {
    position: relative;
}

.player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #2152C0;
    border-radius: 50%;
    color: #fff;
}

.player .team-number > span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase;
}

.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0;
}

.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}

.site-block-27 ul li a,
.site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
    background: #2152C0;
    color: #fff;
    border: 1px solid transparent;
}

.site-block-feature-7 .icon {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site-block-feature-7:hover .icon,
.site-block-feature-7:focus .icon,
.site-block-feature-7:active .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.unit-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.unit-1 img,
.unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #fff;
    display: block;
    width: 100%;
}

.unit-1 .unit-1-text .unit-1-heading {
    font-size: 1.5rem;
    position: relative;
}

.unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5);
}

.unit-1:hover p {
    opacity: 1;
    visibility: visible;
}

.unit-1:hover .unit-1-text {
    bottom: 30px;
}

.unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.overlap-section {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.unit-4 .unit-4-icon span {
    font-size: 3rem;
}

.unit-4 h3 {
    font-size: 20px;
}

.h-entry img {
    margin-bottom: 30px;
}

.h-entry .meta {
    color: #b3b3b3;
    font-size: 14px;
}

.h-entry h2 {
    font-size: 20px;
    line-height: 17px;
}

.overlap-left {
    margin-left: -100px;
}

@media (max-width: 991.98px) {
    .overlap-left {
        margin-left: 0px;
    }
}

.overlap-section {
    margin-top: -100px;
}

.feature-1,
.free-quote,
.feature-3 {
    background: #2152C0;
    padding: 30px 50px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.feature-1 .heading,
.free-quote .heading,
.feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.feature-1 .icon,
.free-quote .icon,
.feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important;
}

.feature-1 .icon > span,
.free-quote .icon > span,
.feature-3 .icon > span {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.free-quote {
    background: #30d9a7;
}

.free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff;
}

.free-quote .form-control:active,
.free-quote .form-control:focus {
    border: 2px solid #fff;
}

.free-quote .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.free-quote .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-style: italic;
}

.feature-3 {
    background: #28d7a3;
}

.border-primary {
    position: relative;
}

.border-primary h2 {
    font-weight: 700 !important;
}

.border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #2152C0;
}

.border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.testimonial {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center;
}

.testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic;
}

.testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

.breadcrumb-custom {
    font-size: 1rem !important;
}

.text-muted {
    color: #ccc !important;
    font-size: 12px;
    text-transform: uppercase;
}

.how-it-work-item .number {
    width: 50px;
    height: 50px;
    background: #2152C0;
    color: #fff;
    line-height: 55px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.how-it-work-item h2 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.how-it-work-item p {
    color: white;
}

.person h3 {
    font-size: 18px;
}

.ul-social-circle {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.ul-social-circle li:first-child {
    margin-left: 0;
}

.ul-social-circle li span {
    width: 30px;
    height: 30px;
    background: #777;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.ul-social-circle li a span {
    color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.ul-social-circle li a:hover span {
    background: #2b2b2b;
    color: #fff;
}

.custom-pagination a,
.custom-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #2152C0;
    color: #fff;
}

.custom-pagination span {
    background: #e6e6e6;
    color: #000;
}

.custom-pagination .more-page {
    background: none;
    letter-spacing: .1em;
}

.form-search-wrap {
    background: #fff;
    border-radius: 30px;
}

.form-search-wrap .form-control {
    border: none;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .form-control {
        height: 55px;
    }
}

.form-search-wrap .btn {
    border-radius: 30px;
    padding: 10px 30px;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .btn {
        width: 100% !important;
        display: block;
    }
}

.popular-category {
    background: #fff;
    display: block;
    text-align: center;
    padding: 30px 10px;
    border-radius: 7px;
    background: #f8f9fa;
    position: relative;
}

.popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category .icon > span {
    line-height: 0;
    font-size: 40px;
}

.popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
}

.popular-category:hover {
    background: #2152C0;
    -webkit-box-shadow: 0 5px 30px -5px rgba(70, 221, 176, 0.5);
    box-shadow: 0 5px 30px -5px rgba(70, 221, 176, 0.5);
}

.popular-category:hover .caption {
    color: #fff;
}

.popular-category:hover .icon {
    color: #fff;
}

.popular-category:hover .number {
    background: #30d9a7;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .no-sm-border {
        border: none !important;
    }
}

.listing-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.listing-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%;
}

.listing-item .listing-item-content .category {
    font-size: 12px;
    display: inline-block;
    padding: 5px 30px;
    background: #2152C0;
    border-radius: 30px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.listing-item .listing-item-content h2 {
    font-size: 22px;
}

.listing-item .listing-item-content h2,
.listing-item .listing-item-content h2 a {
    color: #fff;
}

.listing-item .listing-item-content span {
    color: #fff;
}

.listing-item .listing-item-content .address {
    color: rgba(255, 255, 255, 0.8);
}

.listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.listing-item .bookmark span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
    background: #f23a2e;
}

.listing-item .bookmark:hover span {
    color: #fff;
}

.accordion-item[aria-expanded="true"] {
    color: #2152C0;
}

.social-media {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    padding: 0;
}

.social-media li {
    display: inline-block;
}

.ft-feature-1 {
    margin-bottom: 80px;
}

.ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10;
}

.ft-feature-1 h2,
.ft-feature-1 h3 {
    font-size: 20px;
    color: #fff;
}

.ft-feature-1 h3 {
    font-size: 18px;
}

.ft-feature-1 h3 .icon {
    font-size: 30px;
}

.ft-feature-1 a {
    color: #fff;
    text-decoration: underline;
}

.ft-feature-1 a:hover {
    color: #fff;
    text-decoration: none;
}

.ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #2152C0;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important;
}

.ft-feature-1 .play span {
    color: #fff;
    display: inline;
}

.ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .ft-feature-1 .img-feature {
        margin-bottom: -80px;
    }
}

.ft-feature-1 p {
    color: #737373;
}


/*.box-with-humber {
  position: relative;
}*/

.box-with-humber .number-behind {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: -3rem;
    font-weight: 900;
    color: #f2f4f5;
}

.box-with-humber h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #4B566D;
}

.more {
    color: #2152C0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    background: url(../theme/arrow.png) no-repeat right center;
    padding-right: 37px;
    display: table;
    margin-top: 16px;
}

.more:hover {
    text-decoration: none;
    color: #2152C0;
}

.btn_apply {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.07em;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 36px;
    position: absolute;
    top: 45%;
    left: 18%;
}

.btn_apply:hover {
    text-decoration: underline;
    color: #fff;
}

.media-1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.media-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}

.media-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.media-1 .media-1-content {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-1 .media-1-content h2 {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    bottom: -10px;
    margin-bottom: 0px;
}

.media-1 .media-1-content .category {
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
    bottom: -10px;
    visibility: hidden;
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.media-1:hover:after {
    opacity: 1;
    visibility: visible;
}

.media-1:hover h2 {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.media-1:hover .category {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.media-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.testimonial-wrap .owl-nav {
    display: none;
}

.section-sub-title {
    font-size: 13px;
    color: #2152C0;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.section-title {
    color: #007bff;
    font-size: 40px;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 30px;
    }
}

.position-relative {
    position: relative;
}

.experience {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #007bff;
    padding: 20px;
}

@media (max-width: 991.98px) {
    .experience {
        bottom: 0px;
        right: 0px;
    }
}

.experience span {
    display: block;
}

.experience .year {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.2;
}

.experience span {
    letter-spacing: .2em;
}

.experience .caption {
    color: #fff;
    letter-spacing: .4em;
    text-transform: uppercase;
}

.footer-subscribe .btn {
    height: 43px;
}

.breadcrumbs {
    background-color: #E3E8EF;
}

.bg_breadcrumbs {
    background: url(../theme/bg_bread.png) no-repeat 2% center;
    color: #4B566D;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0.075em;
    padding: 8px 0 8px 40px;
}

.bg_breadcrumbs a {
    color: #4B566D;
}

.bg_breadcrumbs span {
    color: #2152C0;
    text-decoration-line: underline;
}

/*EVGD styles*/

.feedback-evgd input {
    height: 43px;
    border-radius: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    width: 100%;
}

.feedback-evgd input:focus {
    border-color: #2152C0;
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.feedback-evgd textarea {
    width: 100%;
    resize: none;
    height: 100px;
    border-radius: 30px;
    padding-left: 10px;
}

.feedback-evgd textarea:focus {
    outline: 0;
}

.evgd-send {
    background: #2152C0;
    border-color: #2152C0;
    color: #fff;
    width: fit-content;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
    cursor: pointer;
}

.evgd-send:hover {
    background: #ffffff;
    color: #2152C0;
}

.evgd-send:focus {
    outline: 0;
}

.evgd-test {}

.site-section .h-entry img {
    width: 37%;
}

.container_flex .bg_breadcrumbs {
    background-color: #E3E8EF;
    padding: 8px 0px;
}

.container_flex .news h2,
.container_flex .container-fluid h2 {
    font-size: 18px;
    line-height: 29px;
    margin: 15px 0 15px 0;
}

.site-section .container_text h2 {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 15px 0;
}

.container_flex .news .container_text,
.container_flex .container-fluid,
.site-section .container_text {
    width: 100%;
    padding-right: 31px;
    padding-left: 31px;
    margin-right: auto;
    margin-left: auto;
}

.container_flex .news .container_text p img {
    float: left;
    width: 34%;
    margin: 0 20px 20px 0;
}

.container_flex .news .container_text p,
.container_flex .news .container_text ul,
.container_flex .news .container_text ol,
.site-section .container_text p,
.site-section .container_text ol,
.site-section .container_text ul {
    font-size: 14px;
}

.container_flex .news .container_text p a,
.container_flex .news .container_text a {
    color: #2361B7;
}

.container .container_text p {
    font-size: 14px;
}

.container_flex .container-fluid .practice_item .col-2 {
    padding-right: 0;
}

.container_flex .container-fluid .practice_item .col-2 img {
    width: 100%;
}


/*.container_flex .container-fluid .practice_item .n_name {font-size: 16px;color: #4B566D;font-weight: 500;line-height: 20px;}
.container_flex .container-fluid .practice_item .n_desc {font-size: 14px;}
.container_flex .container-fluid .practice_item .n_date {font-size: 12px;color: #242425;}
.container_flex .container-fluid .practice_item a {color: #2361B7;float: right;}*/

.container_flex .container-fluid .practice_item {
    margin-bottom: 25px;
    border-top: solid 2px red;
    padding-top: 15px;
}

.container_flex .container-fluid .practice_item .col-10 div:nth-child(2) {
    font-size: 12px;
    color: #242425;
    margin-bottom: 5px;
}

.container_flex .container-fluid .practice_item .col-10 div:nth-child(3) {
    font-size: 16px;
    color: #4B566D;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.container_flex .container-fluid .practice_item .col-10 div:nth-child(4) {
    font-size: 14px;
}

.container_flex .container-fluid .practice_item .col-10 a {
    color: #2361B7;
    float: right;
}

.site-section .container .bl_etap {
    margin-bottom: 162px;
}

.site-section .container .bl_etap .bl_name {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2152C0;
}

.site-section .container .bl_etap .img_etap {
    width: 100%;
    margin-bottom: 24px;
}

.site-section .container .bl_etap .text1,
.site-section .container .bl_etap .text2,
.site-section .container .bl_etap .text3,
.site-section .container .bl_etap .text4,
.site-section .container .bl_etap .text5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    color: #4B566D;
}

.site-section .container .bl_etap .text1 span,
.site-section .container .bl_etap .text2 span,
.site-section .container .bl_etap .text3 span,
.site-section .container .bl_etap .text4 span,
.site-section .container .bl_etap .text5 span {
    text-transform: none;
    color: #2152C0;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.site-section .container .bl_etap .text1 {
    margin-right: 115px;
}

.site-section .container .bl_etap .text2 {
    margin-right: 118px;
}

.site-section .container .bl_etap .text3 {
    margin-right: 113px;
}

.site-section .container .bl_etap .text4 {
    margin-right: 112px;
}


/*листалка События*/

.events .slick-slide {
    margin: 0 10px;
}

.event-box h5.card-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 0.2rem;
}

.event-box .date {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0.2rem;
    text-align: right;
    font-weight: bold;
}

.event-box .event-name {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0.5rem;
}

.event-box .event-location {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.event-box .card-img-overlay {
    top: auto;
    padding: 14px 10px;
    background: rgba(75, 86, 109, 0.9);
}

.event-box .card-img-overlay:hover {
    background: #3C73CA;
}

.events-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #2152C0;
    margin-bottom: 23px;
    overflow: hidden;
}

.events-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 25.7%;
    height: 3px;
    background: #F35167;
    border: solid #FFF;
    border-width: 0 10px;
}


/*end листалка События*/

@media (min-width: 1200px) {
    .container_flex .container_text {
        max-width: 1140px;
    }
    .container_flex .container-fluid {
        max-width: 1140px;
    }
    .site-section .container_text {
        max-width: 1140px;
    }
}



@media (max-width: 1200px) {
    .container {
        max-width: 1180px!important;
    }
}

@media (min-width: 768px) {
    .col-md-10 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.second .d-flex ul li a {
    font-size: 14px;
    font-family: Roboto;
    color: #4B566D;
    padding: 0;
}

.content .bl_table {
    margin-top: 0px!important;
}

.content .bl_table table th {
    font-family: Roboto!important;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 25px 25px 0;
}

.content .bl_table table td {
    font-family: Roboto!important;
    font-size: 14px;
    font-weight: 300;
    padding: 25px 25px 25px 0;
}

.card {
    border: none;
    margin-bottom: 10px;
}

.card #headingOne:hover {
    border: 2px solid #2152C0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.card #headingOne a:hover {
    color: #2152C0;
}

.card #headingOne {
    border: 1px solid #2152C0;
    background-color: #FFFFFF;
    border-radius: 0;
    text-align: center;
}

.card #headingOne a {
    text-transform: uppercase;
    color: #4B566D;
    font-size: 16px;
    font-weight: 600;
}

.card .card-body ul {
    margin-left: 0!important;
}

.card .card-body {
    border: 1px solid #E3E8EF;
}

.card .card-body ul p {
    text-align: center;
    font-size: 15px;
    color: #4B566D;
    margin-bottom: 0;
}

.card .list-group-item {
    border: none;
    padding: 0.35rem 0rem;
}

.card .list-group-item a {
    color: #4B566D;
    font-size: 14px;
    font-family: Roboto;
}

.card .list-group-item a:hover {
    color: #2152C0;
}

.card .list-group .card-theme-curent a {
    color: #2152C0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #2152C0;
    font-family: Roboto;
    font-weight: 500;
    border-color: #3C73CA #3C73CA #ffffff #3C73CA;
    border-radius: 0;
}

.nav-tabs .nav-link {
    color: #4B566D;
    font-family: Roboto;
}

.nav-tabs .nav-link:hover {
    color: #2152C0;
}

.nav-tabs {
    border-bottom: 1px solid #3C73CA;
}

.nav-link {
    padding: 0.7rem 4rem;
}

.content .blockwhite {
    border-bottom: 1px solid #3C73CA;
    border-left: 1px solid #3C73CA;
    border-right: 1px solid #3C73CA;
}

.text-center .h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 47px 0 20px 20px;
    margin: 0;
}

.tab-content .theme-description-scroll {
    padding: 0 20px 0 35px;
}

.tab-content .theme-description-scroll p,
.tab-content .theme-description-scroll span {
    font-family: Roboto;
    font-size: 14px;
    text-align: left!important;
}

.tab-content .theme-description-scroll p {
    margin-bottom: 10px!important;
}

.border-bottom {
    border-bottom: none!important;
}

.tab-content .shadow {
    box-shadow: none!important;
    margin-left: 0;
    background-color: #f5f8fc;
    border-top: 1px solid #2152C0!important;
    border-bottom: 1px solid #2152C0!important;
}

.tab-content .border-top {
    border-top: none!important;
    margin-left: 0!important;
}

.text-center .badge-secondary {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0 7px 0;
    margin: 0;
    display: block;
    background: none;
    color: #4B566D;
    text-transform: uppercase;
}

.btn-presentation {
    font-family: Roboto;
    font-size: 14px;
    color: #2152C0;
    cursor: pointer;
}

.btn-presentation i img {
    margin-right: 10px;
}

.tab-content .t_prev {
    background: url(../img/icons/i_t_prev.png) no-repeat 7% center #B1B3B8;
    border: none;
    border-radius: 0;
    letter-spacing: 0.07em;
    padding: 9px 20px 5px 39px;
}

.tab-content .t_next {
    background: url(../img/icons/i_t_next.png) no-repeat 93% center #2152C0;
    border: none;
    border-radius: 0;
    letter-spacing: 0.07em;
    padding: 9px 39px 5px 20px;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border: none;
    border-radius: 0;
    letter-spacing: 0.07em;
    padding: 9px 30px 5px 30px;
}

.tab-content .justify-content-end {
    padding-right: 0;
}

.container_text .bl_umkd {
    width: 23%;
    float: left;
    margin-right: 20px;
}

.container_text .bl_umkd:last-child {
    margin-right: 0px!important;
}

.container_text p a {
    color: #2361B7;
}

.container_text .i_pdf {
    background: url(../img/icons/i_pdf.png) no-repeat left center;
    display: block;
    padding: 6px 0 0 36px;
}

.container_flex .container-fluid .marg60 {
    display: none;
}

.container_text .umkd_download,
.container_text .umkd_follow,
.container_text .umkd_span_name {
    font-size: 14px;
    color: #2152C0;
    text-decoration: underline;
    cursor: pointer;
}

.container_text .umkd_download:hover,
.container_text .umkd_follow:hover,
.container_text .umkd_span_name:hover {
    text-decoration: none;
}

.justify-content-xl-center nav.d-flex ul.d-flex {
    list-style: none;
}

.blockwhite #credentials {
    font-size: 14px;
}

.blockwhite .table button.delete {
    color: #3490dc;
    font-style: italic;
    background: none;
    border: none;
}

#users_grid button.edit,
#users_grid button.delete {
    background: none;
    border: none;
    color: #3490dc;
    font-style: italic;
    padding: 0 5px 0 5px;
}

#users_grid tr td {
    line-height: 1.3;
}

/* new styles */
.title {
    text-align: center;
    font-family: 'Open Sans Bold';
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.1em;
    color: #000E4D;
    text-transform: uppercase;
    width: 100%;
}

.small-title {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000E4D;
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 16px;
    cursor: pointer;
    background-color: #2152C0;
    border: inherit;
    text-align: center;
    padding: 9.5px 20px;
    outline: 0;
}

.button:hover {
    color: #FFFFFF;
    background-color: #F35167 !important;
}

.button-orange {
    background: #FE852D;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
}

.main-slider-container {
    background-image: url(/images/main-slider-bg.png);
    background-repeat: no-repeat;
    padding: 35px;
    background-size: cover;
    background-position: center;
}

.main-slide {
    display: flex !important;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    padding: 35px 0;
}

.main-slider .slick-prev::before {
    content: '';
    background-image: url(/images/slider-video-prev.svg);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 28px;
    background-size: cover;
    left: 0px;
    position: absolute;
}

.main-slider .slick-next::before {
    content: '';
    background-image: url(/images/slider-video-next.svg);
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 28px;
    background-size: cover;
    right: 0px;
    position: absolute;
}

.main-slider .slick-dots {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 70px;
}

.main-slider .slick-dots li button {
    background-color: #D9E7F9;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.main-slider .slick-dots li.slick-active button {
    background-color: #2152C0;
}

.main-slider .slick-dots li button::before {
    content: none;
}

.main-slide__content {
    background-color: #fff;
    padding: 47px 48px;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 582px;
    overflow: hidden;
    background-image: url(/images/main-slide__content-bg.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-slide__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000E4D;
}

.main-slide__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin: 45px 0 20px;
}

.main-slide__button .button {
    background-color: #2152C0;
    display: block;
    max-width: 160px;
}

.main-slide__date {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    background-color: #FE852D;
    width: 208px;
    height: 208px;
    position: absolute;
    right: -20px;
    bottom: -100px;
    border-radius: 50%;
}

.main-slide__date > div {
    position: absolute;
    left: 30%;
    top: 25px;
    text-align: left;
}

.main-slide__date span {
    font-weight: bold;
    display: block;
}

.main-slide__image {
    max-width: 860px;
    width: 100%;
}

.main-slide__image img {
    max-width: 100%;
    object-fit: cover;
    max-height: 480px;
    height: 100%;
}

.slide-1 {
    padding: 75px 0;
    position: relative;
    background-image: url(/images/section-1-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.slide-1__content {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    justify-content: space-between;
    margin-top: 15px;
}

.slide-1__date {
    max-width: 225px;
    font-style: normal;
    font-weight: normal;
    font-size: 21.8026px;
    line-height: 30px;
    color: #000E4D;
    background: #D9E7F9;
    border-radius: 42.8265px;
    display: flex;
    height: 78px;
    align-items: center;
    padding: 15px;
    position: relative;
}

.slide-1__date > span {
    transform: rotateZ(-90deg);
    display: block;
}

.slide-1__text {
    font-style: normal;
    font-weight: normal;
    max-width: 460px;
    font-size: 18px;
    line-height: 25px;
    color: #000E4D;
}

.slide-1__text ul {
    margin-top: 20px;
    border-left: 1px solid #000E4D;
    margin-left: 15px;
}

.slide-1__text ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.slide-1__text > ul > li > span {
    display: block;
    width: 100%;
    font-weight: bold;
}

.slide-1__text ul li::before {
    content: '';
    background: #D9E7F9;
    border: 8px solid #A79AFC;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    transform: translate(-55px, -2px);
    position: absolute;
}

.slide-1__content .button {
    background-color: #FE852D;
}

.slide-2 {
    background-color: #D9E7F9;
}

.slide-2__content {
    padding: 130px 0;
}

.slide-2__content .title {
    margin-bottom: 90px;
}

.stages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.stage:hover .stage__date {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.stage__date {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2152C0;
    padding: 3px 13px 4px;
    position: absolute;
    top: -46px;
    background-color: #fff;
    border-radius: 100px;
}

.stage__date::after {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: calc(50% + -10px);
    bottom: -20px;
}

.stage__img {
    width: 92px;
}

.stage__img img {
    width: 100%;
}

.stage__text {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000E4D;
    max-width: 175px;
    min-height: 61px;
}

.stage__number {
    font-weight: 300;
    font-size: 144px;
    line-height: 196px;
    text-align: center;
    text-transform: uppercase;
    color: #A5C9F8;
}

.slide-2 .button {
    background-color: #2152C0;
}

.slide-3 {
    position: relative;
}

.slide-3__content {
    padding: 150px 0;
}

.slide-3 .title {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.slide-3 .title > a {
    font-family: 'Open Sans';
    color: #000E4D;
    padding: 11px 12px;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    letter-spacing: 1px;
    margin-left: 40px;
}

.slide-3 .title > a:hover {
    background-color: #2152C0;
    color: #fff;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .news-list {
    max-width: 565px;
    padding-right: 65px;
    border-right: 1px solid #000E4D;
}

.news .news-list .news-list__item {
    display: flex !important;
    margin-bottom: 20px;
    position: relative;
}

.news .news-list .news-list__item.active-news::before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: calc(50% - 16px);
    right: -76.5px;
    border: solid #000E4D;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 20px;
    height: 20px;
}

.news .news-list .news-list__img {
    max-width: 200px;
    width: 100%;
    min-width: 200px;
}

.news .news-list .news-list__img img {
    width: 100%;
}

.news .news-list .news-list__title {
    padding-left: 20px;
}

.news .news-list .news-list__title,
.news .news-list .news-list__title a {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
}

.news .news-list .news-list__title a:hover {
    text-decoration: underline;
}

.news .news-list .news-list__date {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #66A2FE;
    margin-top: 15px;
}

.news .news-full {
    max-width: 640px;
}

.news .news-full .news-full__img {
    max-width: 640px;
    width: 100%;
}

.news .news-full .news-full__img img {
    width: 100%;
}

.news .news-full .news-full__title {
    margin-top: 20px;
}

.news .news-full .news-full__title,
.news .news-full .news-full__title a {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    color: #000E4D;
}

.news .news-full .news-full__title a:hover {
    text-decoration: underline;
}

.news .news-full .news-full__date {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #66A2FE;
    margin-top: 15px;
}

.news .news-full .news-full__text {
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
}

.slide-4 {
    background-color: #FE852D;
}

.slide-4__content {
    padding: 100px 0;
}

.slide-4 .title {
    color: #fff;
    margin-bottom: 40px;
}

.slide-4__content-header {
    display: flex;
}

.slide-4__content-header .comment-button {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #FE852Dff;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    max-width: 190px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin: 0 auto 25px;
    transition: .5s;
}

.slide-4__content-header .comment-button:hover {
    background-color: #F35167;
    transition: .5s;
}

.reviews {
    max-width: 1100px;
    margin: 0 auto;
}

.review {
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
}

.reviews .slick-dots {
    position: absolute;
    top: 0;
    width: auto;
    left: 310px;
}

.reviews .slick-dots li {
    background-color: #D9E7F9;
    min-width: 13px;
    width: 13px;
    min-height: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 0;
    opacity: 1;
}

.reviews .slick-dots li.slick-active {
    background-color: #2152C0;
}

.reviews .slick-dots li button {
    opacity: 0;
}

.reviews .slick-prev {
    left: -85px;
}

.reviews .slick-prev::before {
    content: '';
    background-image: url(/images/review-arrow-prev.svg);
    display: block;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.reviews .slick-next {
    right: -85px;
}

.reviews .slick-next::before {
    content: '';
    background-image: url('/images/review-arrow-next.svg');
    display: block;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.review__img {
    max-width: 200px;
    width: 100%;
}

.review__img img {
    width: 100%;
}

.review__text {
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 750px;
    padding-top: 45px;
    border-left: 1px solid #FFFFFF;
    padding-left: 65px;
    position: relative;
    margin-left: 45px;
}

.review__text span {
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}

.review__text::before {
    content: '';
    background-image: url("/images/review-comment-icon.svg");
    width: 47px;
    min-width: 47px;
    height: 47px;
    min-height: 47px;
    display: block;
    position: absolute;
    left: -23px;
    top: 40px;
}

.slide-5__content {
    padding: 150px 0 90px;
}

.slide-5 .title {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    justify-content: flex-end;
}

.slide-5 .title > a {
    font-family: 'Open Sans';
    color: #000E4D;
    padding: 11px 12px;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    letter-spacing: 1px;
    margin-right: 40px;
}

.slide-5 .title > a:hover {
    background-color: #2152C0;
    color: #fff;
}

.event-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event {
    width: 100%;
    max-width: 420px;
    margin-bottom: 60px;
}

.event__img {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.event__img img {
    width: 100%;
}

.event-slider .event__img img {
    width: 100%;
    display: block;
    height: 140px;
    object-fit: cover;
}

.event:hover .event__date {
    top: -300px;
    left: -300px;
    transition: 1s;
}

.event__date {
    width: 285px;
    height: 285px;
    position: absolute;
    top: -113px;
    left: -140px;
    border-radius: 50%;
    background-color: #2152C0;
    color: #fff;
    font-family: 'Open Sans Bold';
    font-weight: 800;
    font-size: 23px;
    line-height: 54px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    justify-content: flex-end;
    padding: 0px 20px 90px 0;
    overflow: hidden;
    transition: 1s;
}

.event__date::before {
    content: '';
    width: 145px;
    min-width: 145px;
    height: 145px;
    position: relative;
    top: 180px;
    left: 135px;
    border-radius: 50%;
    background-color: #FE852D;
    color: #fff;
    font-family: 'Open Sans Bold';
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    justify-content: flex-end;
    padding: 0px 30px 90px 0;
}

.event__title,
.event__text {
    padding: 0 10px;
}

.event__title,
.event__title a {
    font-family: 'Open Sans Bold';
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000E4D;
    margin-top: 29px;
    margin-bottom: 10px;
}

.event__text,
.event__text a{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
}

.event__title a:hover {
    text-decoration: underline;
}

footer {
    padding-top: 50px;
}

footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .footer-container .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 620px;
}

footer .footer-container .footer-menu ul li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D9E7F9;
}

footer .footer-container .footer-menu ul li a.active {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
    transition: .5s;
}

footer .footer-contacts-block p{
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #66A2FE;
}

footer .footer-contacts-block img {
    height: 18px;
    width: 175px;
}

footer .footer-contacts-block .phone {
    background-image: url(/images/phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px 16px;
    padding-left: 25px;
}

footer .footer-contacts-block .mail {
    background-image: url(/images/mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 10px;
    padding-left: 25px;
    display: flex;
}

footer .copyright {
    border-top: 1px solid #2152C0;
    padding: 14px 10px 20px;
}

footer .copyright .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .copyright span {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #D9E7F9;
}

/* PARLLAX */
.parallax {
    position: absolute;
}

.slide-1 .section1-figura1 {
    bottom: 5%;
    left: 5%;
}

.slide-1 .section1-figura2 {
    bottom: 20%;
    left: 11%;
}

.slide-1 .section1-figura3 {
    top: 15%;
    right: 26%;

}

.slide-1 .section1-figura4 {
    top: 40%;
    right: 15%;
}

.slide-1 .section1-figura5 {
    top: 8%;
    right: 5%;
}

.slide-1 .section1-figura6 {
    top: 20%;
    right: 14%;
}

.slide-1 .slide-1__date .section1-figura7 {
    bottom: -55%;
    right: -16%;
}

.slide-1 .slide-1__date .section1-figura8 {
    bottom: -35%;
    left: 4%;
}

.slide-1 .slide-1__date .section1-figura9 {
    top: 5%;
    right: -12%;
}

.slide-3 .section2-figura1 {
    bottom: 6%;
    left: 4%;
}

.slide-3 .section2-figura2 {
    top: 9%;
    right: 28%;
}

.slide-3 .section2-figura3 {
    top: 18%;
    right: 13%;
}

.slide-3 .section2-figura4 {
    top: 20%;
    left: 8%;
}

.slide-3 .section2-figura5 {
    top: 5%;
    right: 20%;
}

.slide-3 .section2-figura6 {
    bottom: 20%;
    left: 8%;
}

.slide-3 .section2-figura7 {
    top: 5%;
    right: 5%;
}

.documents-page .search-container .btn,
.presentations-page .search-container .btn,
.videos-page .search-container .btn{
    background: #66A2FE;
    border-radius: 0px 3px 3px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    border: 0;
}

section#content,
.documents-page,
.presentations-page,
.videos-page {
    position: relative;
}

.newses-pages-figure-1 {
    position: absolute;
    top: 26%;
    left: 5%;
}

.newses-pages-figure-2 {
    position: absolute;
    top: 20%;
    right: 7%;
}

.newses-pages-figure-3 {
    position: absolute;
    top: 5%;
    right: 13%;
}

.newses-pages-figure-4 {
    position: absolute;
    top: 4%;
    left: 13%;
}

.newses-pages-figure-5 {
    position: absolute;
    top: 3%;
    right: 15%;
}

.newses-pages-figure-6 {
    position: absolute;
    top: 32%;
    left: 10%;
}

.newses-pages-figure-7 {
    position: absolute;
    top: 11%;
    right: 2%;
}

/* PARLLAX END*/

/* news page */
.news-page {
    display: flex;
    justify-content: space-between;
}

.news-page-title.title {
    text-align: left;
    margin: 25px 0 40px;
}

.news-page .content {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
}

.news-page .content .news .news-full {
    margin-bottom: 35px;
    width: 100%;
    max-width: 100%;
}

.news-page .content .news .news-full .news-full__img {
    max-width: 100%;
}

.news-page .sidebar {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
}

.news-page .sidebar .news .news-list {
    border: 0;
}

.news-page .news .news-list .news-list__item.active-news::before {
    content: none;
}

.read-more {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #66A2FE;
    display: inline;
    cursor: pointer;
    margin-left: 10px;
}

.read-more a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #66A2FE;
    padding-right: 35px;
    background-image: url(/images/read-more-icon.svg);
    background-size: 25px 20px;
    background-position: right 2px;
    background-repeat: no-repeat;
    display: inline;
    cursor: pointer;
    margin-left: 10px;
}

.read-more a:hover {
    color: #2152C0;
}
/* news page end*/

/* vue calendar */
.sidebar #calendar {
    margin-bottom: 65px;
}

.sidebar #calendar .mx-datepicker-main div {
    font-family: 'Open Sans';
}

.sidebar #calendar .mx-datepicker-main button {
    outline: 0 !important;
}

.mx-datepicker-body .mx-calendar {
    width: 100%;
    max-width: 540px;
}

.mx-datepicker-body {
    padding: 50px;
}

.mx-calendar-header {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 45px 0;
}

button.mx-btn-icon-double-left,
button.mx-btn-icon-double-right {
    display: none;
}

button .mx-icon-double-left:after,
button .mx-icon-double-left:before,
button .mx-icon-double-right:after,
button .mx-icon-double-right:before,
button .mx-icon-left:before,
button .mx-icon-right:before {
    width: 18px;
    height: 18px;
    border-color: #999999;
}

button.mx-btn-current-month {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

button.mx-btn-current-year {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

.mx-calendar .mx-table th {
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    opacity: 0.6;
    font-family: 'Open Sans';
}

.mx-date-row .cell.today div {
    border: 1px solid #66A2FE;
    border-radius: 50%;
    width: 37px;
    margin: 0 auto;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-date-row .cell div {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    width: 37px;
    margin: 0 auto;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx-datepicker-body .mx-calendar-content .cell:hover {
    background-color: #ffffff00;
}

.mx-datepicker-body .mx-calendar-content .cell:hover div {
    border: 1px solid #66A2FE;
    border-radius: 50%;
    color: #666666;
}

.mx-date-row .cell.not-current-month div {
    color: #ccc;
}

/* vue calendar end */

/* measures page */
.slider-container .title {
    text-align: left;
    margin: 30px 0;
}

.measures-page .container {
    border-bottom: 1px solid #D9E7F9;
}

.measures-page .event-container {
    display: flex;
    justify-content: space-between;
}

.measures-page .event-container .event-full {
    width: 66%;
}

.measures-page .event-container .event-slider {
    width: 33%;
}

.measures-page .event-container .event-slider .event {
    margin-bottom: 0px;
}

body .event-slider.slick-vertical .slick-slide {
    height: 350px;
}

.measures-page .event-container .slick-list {
    margin-bottom: 40px;
}

.measures-page .event-container .event-slider .slick-prev {
    bottom: 0px;
    top: auto;
    transform: rotate(270deg);
    left: calc(50% - 25px);
    height: 50px;
    z-index: 2;
}

.measures-page .event-container .event-slider .slick-next {
    bottom: auto;
    top: -50px;
    transform: rotate(270deg);
    left: calc(50% - 25px);
    height: 50px;
    z-index: 2;
}

.measures-page .event-container .event {
    padding: 5px;
}

.measures-page .event-container .event-big-image {
    max-width: 840px;
}

.slider-container {
    background: #F7F7F7;
    padding: 20px 0;
    margin-bottom: 25px;
}

.slider-video .slider-video__slide {
    display: flex !important;
    justify-content: space-between;
    padding-left: 40px;
}

.slider-video .slider-video__slide .description {
    max-width: 360px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.slider-video .slider-video__slide .description::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #CFCFCF;
    position: absolute;
    left: -33px;
}

.slider-video .slider-video__slide .description .header {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #000E4D;
}

.slider-video .slider-video__slide .description .text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 55px;
}

.slider-video .slider-video__slide .description .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2152C0;
}

.slider-video .slick-next {
    left: 860px;
    z-index: 99;
}

.slider-video .slick-next::before {
    background-image: url(/images/slider-video-next.svg);
    content: '';
    width: 10px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-video .slick-prev {
    left: 0;
    z-index: 99;
}

.slider-video .slick-prev::before {
    background-image: url(/images/slider-video-prev.svg);
    content: '';
    width: 10px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.measures-page {
    margin-bottom: 85px;
}

.photogallery {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slider-photo .slick-active > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 370px;
}

.slider-photo  .slick-track {
    display: flex;
    align-items: center;
}

.slider-photo .slick-current + .slick-active .slider-photo__slide {
    max-width: 100%;
    transition: 1s;
}

.slider-photo .slider-photo__slide {
    max-width: 200px;
    width: 100%;
    transition: 1s;
}

.slider-photo .slider-photo__slide img {
    width: 100%;
    transition: 1s;
}

.slider-photo .slick-dots {
    bottom: auto;
    top: -30px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: flex-end;
}

.slider-photo .slick-dots li {
    display: block;
    height: auto;
}

.slider-photo .slick-dots li button {
    background-color: #2152C0;
    width: 4px;
    height: 32px;
    padding: 0;
}

.slider-photo .slick-dots li.slick-active button {
    background-color: #FE852D;
    height: 60px;
}

.slider-photo .slick-dots li button::before {
    content: none;
}

.slider-photo .slick-next {
    right: 0;
    z-index: 99;
    height: 62px;
}

.slider-photo .slick-next::before {
    background-image: url(/images/slider-video-next.svg);
    content: '';
    width: 21px;
    height: 62px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-photo .slick-prev {
    left: 0;
    z-index: 99;
    height: 62px;
}

.slider-photo .slick-prev::before {
    background-image: url(/images/slider-video-prev.svg);
    content: '';
    width: 21px;
    height: 62px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
/* measures page end */

/* UMO pages */
.documents-page {
    position: relative;
}

.documents-page .container,
.presentations-page .container,
.videos-page .container {
    display: flex;
    flex-wrap: wrap;
}

.documents-page .title,
.presentations-page .title,
.videos-page .title {
    width: 100%;
}

.documents-page .small-title,
.presentations-page .small-title,
.videos-page .small-title {
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    background-color: #ffffffba;
}

.documents-page .small-title img,
.presentations-page .small-title img,
.videos-page .small-title img {
    margin-right: 20px;
}

.documents-page .sidebar,
.presentations-page .sidebar,
.videos-page .sidebar {
    width: 100%;
    max-width: 310px;
    margin-right: 20px;
    z-index: 3;
    background-color: #ffffffba;
}

.documents-page .sidebar .header,
.presentations-page .sidebar .header,
.videos-page .sidebar .header {
    font-family: 'Open Sans Bold';
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F35167;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9EAEB;
    margin-bottom: 20px;
}

.documents-page .sidebar .scientists,
.presentations-page .sidebar .scientists {
    padding: 0 18px;
}

.documents-page .sidebar .scientists .scientist a,
.presentations-page .sidebar .scientists .scientist a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.filter form .filters-form-dropdown {
    margin-bottom: 10px;
}

.filter form .filters-form-dropdown__header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 5px 22px;
    border: 1px solid #D9E7F9;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    background-image: url('/images/filter-dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 14px 8px;
    cursor: pointer;
}

.filter form .filters-form-dropdown.active .filters-form-dropdown__header {
    background-image: url('/images/filter-dropdown-icon-active.svg');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 14px 8px;
    background-color: #EFF4FA;
}

.filter form .filters-form-dropdown__list ul {
    margin: 20px 0;
    padding: 0;
    display: none;
}

.filter form .filters-form-dropdown.active .filters-form-dropdown__list ul {
    display: block;
}

.filter form .filters-form-dropdown__list li {
    margin-bottom: 15px;
}

.filter form .filters-form-dropdown__list li input {
    display: none;
}

.filter form .filters-form-dropdown__list li label {
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.filter form .filters-form-dropdown__list li label::before {
    content: '';
    display: block;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 15px;
}
.filter form .filters-form-dropdown__list li input[type=radio]:checked + label:before,
.filter form .filters-form-dropdown__list li input[type=checkbox]:checked + label:before {
    background-image: url('/images/checkbox-icon.svg');
}

.filter form li {
    position: relative;
}

.filter form li .filter-result {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #D9E7F9;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(100%, -10px);
    right: 0;
    top: 0;
    color: #F35167;
}

.filter form li .filter-result::before {
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #D9E7F9;
    position: absolute;
    left: -20px;
    top: 6px;
}

.filter form li .filter-result .number {
    font-weight: bold;
}

.filter form li .filter-result .btn {
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
}

.documents-page .content,
.presentations-page .content,
.videos-page .content {
    width: 100%;
    max-width: 950px;
    z-index: 2;
    background-color: #ffffffba;
}

.search-container {
    margin-bottom: 20px;
}

.search-container form {
    display: flex;
}

.search-container input {
    width: 100%;
    padding-left: 60px;
    border: 1px solid #E9EAEB;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px 24px;
}

.search-container button {
    background-color: #66A2FE;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border: 0;
    padding: 10px 23px 11px;
    cursor: pointer;
}

.search-container input,
.search-container input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    outline: none;
}

.scientists-ancets,
.presentations {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.scientist-ancet,
.presentation {
    max-width: 310px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 6px;
}

.scientist-ancet .ancet-header {
    background-color: #E9EAEB;
    padding: 17px 20px;
    display: flex;
    align-items: center;
}

.scientist-ancet .ancet-header__name {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: #333333;
}

.scientist-ancet .ancet-header__name span {
    display: block;
    text-transform: initial;
}

.presentation .presentations-header__name {
    background-color: #2152C0;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 20px;
    min-height: 40px;
}

.scientist-ancet .ancet-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.presentation .presentation-header img {
    width: 100%;
}

.scientist-ancet .ancet-body {
    padding: 20px;
}

.scientist-ancet .ancet-body__date {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #666666;
    margin-bottom: 20px;
}

.scientist-ancet .ancet-body__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #666666;
}

.presentations .presentations-body__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 20px;
}

.scientist-ancet .ancet-footer,
.presentations .presentations-footer {
    background-image: url(/images/doc-download.svg);
    background-size: 20px 20px;
    background-position: 20px 45px;
    background-repeat: no-repeat;
    padding: 20px;
}

.scientist-ancet .ancet-footer::before,
.presentations .presentations-footer::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E9EAEB;
    display: block;
    margin-bottom: 20px;
}

.scientist-ancet .ancet-footer a,
.presentations .presentations-footer a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2152C0;
    padding-left: 30px;
}

.scientists-ancets .button-container,
.presentations .button-container,
.videos-page .button-container {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 70px;
}

.more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000E4D;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    background-color: #fff;
    padding: 11px 18px;
    cursor: pointer;
}

.more-button:hover {
    background-color: #2152C0;
    color: #fff;
    transition: .5s;
}

.vedeos .vedeo {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 25px;
}

.vedeos .vedeo-header {
    position: relative;
}

.vedeos .vedeo-header__name {
    position: absolute;
    top: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 6px 16px;
    background-color: #FE852D;
}

.vedeos .vedeo-header__play {
    position: absolute;
    top: 15px;
    right: 21px;
}

.vedeos .vedeo-header__play img:hover {
    cursor: pointer;
}

.vedeos .vedeo-body,
.vedeos .vedeo-footer {
    max-width: 430px;
    margin: 0 0 0 10%;
    display: block;
}

.video-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vedeos .presentations-body__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 18px;
}

.vedeos .presentations-body__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.vedeos .vedeo-footer {
    background-image: url(/images/doc-download.svg);
    background-size: 20px 20px;
    background-position: 0px 25px;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 40px;
}

.vedeos .vedeo-footer::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E9EAEB;
    display: block;
    margin-bottom: 20px;
}

.vedeos .vedeo-footer a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2152C0;
    padding-left: 30px;
}

/* UMO pages end */

/* reg page */
.registration-page {
    background-color: #000E4D;
    background-image: url('/images/registration-bg.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.registration-page .title {
    color: #fff;
    margin-bottom: 50px;
}

.registration-page .registration_form .input_line-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.registration-page .registration_form .input_line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 49%;
    margin-bottom: 20px;
}

.registration-page .registration_form .input_line .form_label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #66A2FE;
    margin-bottom: 5px;
}

.registration-page .registration_form .input_line input,
.registration-page .registration_form .input_line input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding: 6px 10px;
    width: 100%;
}

.registration-page .registration_form .input_line input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
}

.registration-page .registration_form .input_line input,
.registration-page .registration_form .input_line select,
.registration-page .registration_form .input_line select option,
.registration-page .registration_form .input_line textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding: 6px 10px;
    width: 100%;
}

.registration-page .registration_form .button-sending-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
    justify-content: center;
}

.registration-page .registration_form .button-sending-container .input_line {
    justify-content: center;
    align-items: center;
}

.registration-page .registration_form .button-sending-container .personal-data label {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 340px;
    justify-content: space-between;
}

.registration-page .registration_form .button-sending-container input[type=checkbox] {
    display: none;
}

.registration-page .registration_form .button-sending-container .personal-data label::before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.registration-page .registration_form .button-sending-container .personal-data input[type=checkbox]:checked + label::before {
    background-image: url(/images/personalData-check.svg);
    background-size: 11px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}


/* reg page end*/

/* modal */
.modal.modal-custom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2999;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    padding-right: 6px;
    background-color: #1f1f1f40;
}

.modal.modal-custom .modal-dialog {
    transform: translate(0, 0);
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    max-width: 1260px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 90px;
}

.modal.modal-custom .modal-dialog .modal-content {
    border: none;
    border-radius: unset;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    max-width: 375px;
}

.modal.modal-custom .modal-close {
    min-height: 24px;
    min-width: 24px;
    border: 2px solid #66A2FE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}

.modal.modal-custom .modal-close span {
    font-size: 0;
    display: block;
    transform: rotate(45deg);
    height: 2px;
    background-color: #66A2FE;
    width: 11px;
}

.modal.modal-custom .modal-close span:last-child {
    transform: rotate(135deg);
    position: absolute;
}

.modal.modal-custom .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 29px 40px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #D9E7F9;
    box-shadow: 0px 10px 20px rgba(32, 0, 40, 0.15);
    border-radius: 3px;
}

.modal.modal-custom .form-auth {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.modal-dialog .form-auth label {
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2152C0;
    margin-bottom: 0px;
}

.modal.modal-custom .form-auth input {
    font-family: 'Open Sans';
    background-color: #FFFFFF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ACACAC;
    padding: 5px 12px;
    margin-bottom: 5px;
    border: 0;
    width: 100%;
    height: 28px;
    border: none;
}

.modal.modal-custom .form-auth input:focus {
    border-color: #19007d;
}

.modal.modal-custom .form-auth .button-container {
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.modal.modal-custom .form-auth .button {
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000E4D;
    padding: 11px 20px;
    background-color: #D9E7F9;
}

.modal.modal-custom .form-auth .button:hover {
    background-color: #2152C0 !important;
    color: #fff;
}

.modal-dialog .button-container .remember-password label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: #333333;
}

.modal-dialog .button-container .remember-password input[type=checkbox] {
    display: none;
}

.modal-dialog .button-container .remember-password label::before {
    content: "";
    color: transparent;
    display: inline-block;
    background-color: #D9E7F9;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    margin: -5px 10px 0 0;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
}

.modal-dialog .button-container .remember-password input[type=checkbox]:checked + label::before {
    background-image: url(/images/personalData-check.svg);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #D9E7F9;
}

body .modal-backdrop.show {
    opacity: 0.1;
}

.modal-custom.modal-seminar-request .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: absolute;
    margin: 0;
    padding: 0;
}

.modal.modal-custom.modal-seminar-request .modal-dialog .modal-content {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.modal.modal-custom.modal-seminar-request .modal-body {
    background-color: #000e4d;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.modal-seminar-request .modal-body .title {
    color: #FFFFFF;
    margin-bottom: 50px;
}

.modal-seminar-request .modal-body form.registration_seminar {
    width: 100%;
}

.modal-seminar-request .modal-body form.registration_seminar .input_line-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-seminar-request .modal-body form.registration_seminar .input_line {
    width: 49%;
    margin-bottom: 20px;
}

.modal-seminar-request .modal-body form.registration_seminar .input_line .form_label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.modal-seminar-request .modal-body form.registration_seminar .input_line input,
.modal-seminar-request .modal-body form.registration_seminar .input_line select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    height: 34px;
    display: flex;
    align-items: center;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container .personal-data {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container .personal-data > div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container input[type=checkbox] {
    display: none;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container .personal-data label {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 340px;
    justify-content: space-between;
    margin: 30px auto 10px;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container .personal-data label::before {
    content: '';
    color: transparent;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.modal-seminar-request .modal-body form.registration_seminar .button-sending-container .personal-data input[type=checkbox]:checked + label::before {
    background-image: url(/images/personalData-check.svg);
    background-size: 11px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.modal.modal-custom.modal-comment-request .modal-dialog {
    justify-content: center;
}

.modal-custom.modal-comment-request .modal-dialog .modal-content {
    max-width: 808px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(211, 222, 227, 0.5);
    border-radius: 3px;
    padding-bottom: 50px;
}

.modal.modal-custom.modal-comment-request .modal-close {
    border: 0;
    width: 100%;
    position: static;
    justify-content: flex-end;
    padding: 12px 12px 0 0;
}

.modal-comment-request .modal-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #333333;
    margin-bottom: 7.5%;
    margin-top: 15px;
    padding: 0 85px;
}

.modal-comment-request .modal-user-image {
    display: flex;
    flex-wrap: wrap;
    padding: 0 85px;
}

.modal-comment-request .container_text > span {
    display: flex;
}

.modal-comment-request .modal-user-image button {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #66A2FE;
    border: 0;
    background-color: #ffffffff;
    width: 100%;
    max-width: 200px;
    text-align: left;
    margin-left: 20px;
    cursor: pointer;
}

.modal-comment-request .modal-user-image button:hover {
    text-decoration: underline;
}

.modal-comment-request .modal-user-comment {
    padding: 45px 85px 0;
}

.modal-comment-request .modal-user-comment .input-line {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal-comment-request .modal-user-comment .input-line label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #66A2FE;
}

.modal-comment-request .modal-user-comment .input-line input,
.modal-comment-request .modal-user-comment .input-line textarea {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
}

.modal-comment-request .modal-user-comment .input-line textarea {
    resize: none;
    min-height: 75px;
}

.modal-comment-request .modal-user-comment .input-line.required-text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    color: #999999;
}

.modal-comment-request .modal-user-comment .button-conteiner {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.modal-comment-request .modal-user-comment .button-conteiner button {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 27px;
    background-color: #2152C0;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    cursor: pointer;
    border: 0;
}

/* modal end */

/* tutor */
.anketa .cabinet {
    max-width: 100%;
    margin: 0;
}

#status {
    width: 100%;
    margin: 0;
}

.d-flex {
    font-family: 'Open Sans';
    font-size: inherit;
    font-weight: inherit;
}

.container-cabinet-fields label {
    min-width: 125px;
}

.container-cabinet-fields .d-flex {
    justify-content: flex-end;
}

.alert-secondary {
    color: #5e5454;
    background-color: #b5daaf;
    border-color: #b5daaf;
}

.navbar-light .navbar-toggler {
    color: #fff;
    background-color: #ffffff6b;
    outline: 0;
}

.navbar-light .site-menu {
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    position: absolute;
    background-color: #2152C0;
    left: -20px;
    top: 15px;
    padding: 25px 10px;
    box-shadow: 0px 6px 15px 0px #000;
}

.navbar-light .site-menu li {
    border: 0 !important;
}

.navbar-light .site-menu li::after {
    content: '';
    height: 1px;
    width: 5%;
    background-color: #fff;
    display: block;
    margin: 5px auto 0;
}

.row {
    margin: 0;
    padding: 0;
}
/* tutor end */

/* cabinet */
.cabiten-page__under-header-container {
    background-color: #F8F8F8;
}

.cabiten-page__under-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 66px;
    margin-bottom: 25px;
}

.cabiten-page__under-header .my-profile-container {
    display: flex;
    flex-wrap: wrap;
}

.cabiten-page__under-header .my-profile-container .my-profile > div a {
    background-image: url(/images/my-profile-icon-noactive.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13.5px 16.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999999;
    padding-left: 20px;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.cabiten-page__under-header .my-profile-container .my-profile.active > div a {
    color: #000;
    background-image: url(/images/my-profile-icon.svg);
}

.cabiten-page__under-header .my-profile-container .competitive-work a{
    background-image: url(/images/competitive-work-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16.3px 15.25px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999999;
    margin-left: 36px;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.cabiten-page__under-header .my-profile-container .competitive-work.active a {
    color: #000;
    background-image: url(/images/competitive-work-icon-active.svg);
}

.cabiten-page__under-header .personal-cabinet-container h1,
.cabiten-page__under-header .personal-cabinet-container .personal-cabinet-container-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #2152C0;
    margin: 0;
}

.form-user-cabinet label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}

.form-user-cabinet input,
.form-user-cabinet input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.form-user-cabinet .file-input-container input {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 16px;
    height: auto;
    min-height: 34px;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.form-user-cabinet .file-input-container input::before {
    content: 'Выберите файл';
    position: absolute;
    background-color: #fff;
    left: 12px;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-image: url(/images/input-file-icon.svg);
    background-repeat: no-repeat;
    background-size: 16.5px 16.5px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    background-position: left;
    padding-left: 25px;
    cursor: pointer;
}

.file-input-container input {
    border-radius: 3px 0 0 3px;
}

.file-input-container.file-input-presentation div {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: rgb(153, 153, 153);
}

.file-input-container div {
    display: flex;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
}

.file-input-container div img {
    margin-left: 10px;
}

.form-user-cabinet .cabinet  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itog-ball div {
    font-size: 13px;
    line-height: 18px;
    color: #F35167;
    display: flex;
    align-items: center;
}

.form-user-cabinet .cabinet .user-photo {
    max-width: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.form-user-cabinet .cabinet .user-photo img {
    max-height: 160px;
}

.form-user-cabinet .cabinet .user-photo .edit-avatar {
    margin-top: 15px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2152C0;
}

.form-user-cabinet .cabinet .user-fields {
    max-width: 620px;
    width: 100%;
}

.form-user-cabinet .cabinet.concurs-work .user-fields {
    max-width: 840px;
}

.form-user-cabinet .cabinet .user-fields textarea {
    resize: none;
    min-height: 147px;
    padding: 11px 16px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

.form-user-cabinet .cabinet .user-fields select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/images/select-icon.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px 7px;
}

.form-user-cabinet .cabinet .user-fields .button-container {
    justify-content: flex-start;
}

.form-user-cabinet .cabinet .user-fields .button-container .button {
    margin-left: 15px;
    margin-top: 60px;
}

.form-user-cabinet .cabinet .user-provision {
    max-width: 400px;
    width: 100%;
    height: 545px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F9FB;
    box-shadow: 0px 10px 20px rgba(32, 0, 40, 0.15);
    border-radius: 3px;
}

.form-user-cabinet .cabinet .user-provision img {
    margin-top: 33px;
}

.form-user-cabinet .cabinet .user-provision .user-provision-header {
    margin: 25px auto 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000E4D;
    max-width: 340px;
    text-align: center;
    margin-bottom: 20px;
}

.form-user-cabinet .user-provision-data > a {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding-left: 50px;
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.form-user-cabinet .user-provision-data > a:hover {
    text-decoration: underline;
}

.form-user-cabinet .user-provision-data .additional-materials{
    background-image: url(/images/dop-material-icon.svg);
}

.form-user-cabinet .user-provision-data .presentations{
    background-image: url(/images/presentations-icon.svg);
}

.form-user-cabinet .user-provision-data .videos{
    background-image: url(/images/videos-icon.svg);
}
/* cainet end */

/* sdo */
.sdo-nav {
    width: 100%;
}

.main-menu.sdo-menu {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 15px auto;
}

.main-menu.sdo-menu li {
    display: flex;
    align-items: center;
    color: #2152C0;
}

.main-menu.sdo-menu li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px;
    transition: .5s;
    display: block;
    color: #2152C0;
}

.main-menu.sdo-menu li a.active,
.main-menu.sdo-menu li a:hover {
    text-shadow: 0 0 1px #2152C0;
    color: #2152C0;
}

.main-menu.sdo-menu li.dropdown {
    cursor: pointer;
    position: relative;
}

.main-menu.sdo-menu li.dropdown .dropdown-content {
    top: 39px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0;
    z-index: 99;
}

.main-menu.sdo-menu li.dropdown .dropdown-content ul {
    padding: 0;
}

.main-menu.sdo-menu li.dropdown .dropdown-content ul li {
    padding: 2px 10px;
}

.main-menu.sdo-menu li.dropdown .dropdown-content ul li:hover {
    color: #fff;
    background-color: #2152C0;
}

.main-menu.sdo-menu li.dropdown .dropdown-content ul li:hover a {
    color: #fff;
}
/* sdo end */

/* support center page */
.support-center-page {
    background-image: url(/images/support-center-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}

.support-center-page .title {
    color: #2152C0;
    text-align: center;
    justify-content: center;
    margin-bottom: 90px;
}

.support-center-page .form-container {
    background-color: #FFFFFF;
    opacity: 0.98;
    box-shadow: 0px 0px 50px rgba(211, 222, 227, 0.5);
    border-radius: 3px;
    padding: 70px 140px 60px 140px;
}

.support-center-page .header-form {
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    margin-bottom: 50px;
}

.support-center-page .body-form {
    margin-bottom: 40px;
}

.support-center-page .body-form .input-container {
    display: flex;
    flex-direction: column;
}

.support-center-page .body-form .input-container label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #66A2FE;
}

.support-center-page .body-form .input-container input,
.support-center-page .body-form .input-container textarea {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 3px 10px;
    color: #333333;
}

.support-center-page .body-form .input-container textarea {
    min-height: 89px;
    resize: none;
}

.support-center-page .form-footer .button{
    width: 132px;
    margin: 0 auto;
    background-color: #2152C0;
    color: #fff;
}
/* support center page end */

/* competition */
.competition-page .slide-1 {
    background-image: none;
}

.competition-page .slide-1 > .container {
    background-image: url(/images/competition-page-slide-1-bg.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.competition-page .slide-1 .title,
.slide-1 .title.slide-1__main-title {
    text-align: left;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    font-size: 32px;
}

.slide-1 .title.slide-1__main-title > div > .sub-title {
    font-size: 18px;
}

.competition-page .slide-1 .title > div img,
.slide-1 .title.slide-1__main-title > div img {
    max-width: 225px;
    margin-right: 43px;
}

.competition-page .slide-1 .title span,
.slide-1 .title.slide-1__main-title span {
    font-size: 28px;
    text-transform: initial;
    letter-spacing: 1px;
    margin-left: 10px;
}

.competition-page .slide-1 .sub-title,
.competition-page .slide-1__text {
    padding-bottom: 16px;
}

.competition-page .slide-1 .sub-title,
.sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 127%;
    color: #000E4D;
    max-width: 100%;
}

.competition-page .slide-1__text {
    max-width: 630px;
}

.competition-page .button-container {
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.file-download {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2152C0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.pdf-download {
    background-image: url(/images/pdf-icon.svg);
    background-size: 28px 38px;
    min-height: 38px;
}

.competition-page .competition-procedure {
    background-color: #D9E7F9;
    padding: 60px 0;
}

.competition-page .competition-procedure .title {
    color: #2152C0;
    margin-bottom: 125px;
}

.competition-page .competition-procedure .procedures {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.competition-page .competition-procedure .procedures > div {
    font-weight: normal;
    font-size: 14px;
    line-height: 127%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000E4D;
    max-width: 400px;
    width: 100%;
    position: relative;
}

.competition-page .competition-procedure .procedures > div .date--hover {
    display: none;
    opacity: 0;
    transition: .5s;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2152C0;
    position: absolute;
    top: -10px;
    left: 14%;
    border-radius: 100px;
    padding: 4px 16px;
}

.competition-page .competition-procedure .procedures > div:hover .date--hover {
    display: block;
    opacity: 1;
    transition: .5s;
}

.competition-page .competition-procedure .procedures > div .date--hover::after {
    content: '';
    border: 11px solid transparent;
    border-top: 9px solid #fff;
    top: 28px;
    position: absolute;
    left: calc(50% - 13px);
}

.competition-page .competition-procedure .procedures .procedure-2::after {
    content: '';
    background-image: url(/images/procedures-after.svg);
    position: absolute;
    width: 454px;
    height: 80px;
    background-repeat: no-repeat;
    bottom: -35px;
    right: 70%;
}

.competition-page .competition-procedure .procedures .procedure-2::before {
    content: '';
    background-image: url(/images/procedures-before.svg);
    position: absolute;
    width: 454px;
    height: 80px;
    background-repeat: no-repeat;
    top: -40px;
    left: 30%;
}

.competition-page .competition-procedure .procedures > div > span {
    font-style: normal;
    font-weight: 300;
    font-size: 144px;
    line-height: 196px;
    text-align: center;
    text-transform: uppercase;
    color: #A5C9F8;
}

.competition-page .competition-procedure .procedures > div > img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #66A2FE;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    object-fit: none;
    margin-right: 17px;
}

.competition-page .application-courses {
    background-color: #2152C0;
    padding: 50px 0;
    background-image: url(/images/request-form-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.competition-courses-figura1 {
    top: 15%;
    left: 5%;
}

.competition-courses-figura2 {
    top: 32%;
    left: 11%;
}

.competition-courses-figura3 {
    top: 15%;
    left: 25%;
}

.competition-courses-figura4 {
    top: 15%;
    right: 5%;
}

.competition-courses-figura5 {
    top: 22%;
    left: 11%;
}

.competition-courses-figura6 {
    top: 13%;
    right: 13%;
}

.competition-courses-figura7 {
    top: 24%;
    right: 19%;
}

.competition-page .application-courses .title {
    color: #FFFFFF;
    margin-bottom: 45px;
}

.competition-page .request-form {
    padding: 10px 10%;
}

.competition-page .request-form p {
    color: #fff;
}

.competition-page-header h3,
.competition-page-header p {
    text-transform: uppercase;
    color: #000E4D;
    text-align: center;
    font-weight: bold;
}

.request-form {
    padding: 10px;
}

.request-form .input_line-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.request-form .input_line-container .input_line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 49%;
    margin-bottom: 20px
}

.request-form .input_line-container .input_line > span {
    width: 100%;
}

.request-form  .input_line .form_label {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.request-form .input_line input,
.request-form .input_line input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding: 6px 10px;
    width: 100%;
}

.request-form .input_line input[type=file] {
    height: 34px;
    padding: 3px 10px;
}

.request-form .input_line input,
.request-form .input_line select,
.request-form .input_line select option,
.request-form .input_line textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding: 6px 10px;
    width: 100%;
}

.request-form .button-sending-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}

.request-form .button-sending-container > span {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request-form .button-sending-container .input_line {
    justify-content: center;
    align-items: center;
}

.request-form .button-sending-container input[type=checkbox] {
    display: none;
}

.request-form .button-sending-container .personal-data label {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    max-width: 340px;
    justify-content: flex-start;
}

.request-form .button-sending-container .personal-data label::before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.request-form .button-sending-container .personal-data input[type=checkbox]:checked + label::before {
    background-image: url(/images/personalData-check.svg);
    background-size: 11px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.request-form .button-sending-container .input_line {
    justify-content: center;
    align-items: center;
}

.competition-photogallery {
    padding: 120px 0 20px;
}

.competition-photogallery .title {
    color: #2152C0;
}

/* competition end */

.forma .form-group .addfile {
    color: #fff;
    margin: 20px 10px;
}

/* news page */
.news.news-page  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.news .news-container-img img {
    width: 100%;
}

.news .container_text {
    padding: 0 110px 40px;
    margin: 0 auto;
    background-color: #fffffff5;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    transform: translateY(-150px);
}

.news .news-container-text .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000E4D;
    min-height: 150px;
    margin: 0;
    padding: 15px 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
    text-align: left;
    letter-spacing: inherit;
}

.news .news-container-text .title .data {
    display: block;
    width: 100%;
    margin-top: 7px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #66A2FE;
    font-family: 'Open Sans';
}

body .news .news-container-text p {
    font-weight: normal;
}

.news_text,
.news .news-container-text p,
.news .news-container-text li {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
}

.news.news-page .dutton-container {
    display: flex;
    justify-content: center;
}

.news.news-page .dutton-container a {
    border: 1px solid #2152C0;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #000E4D;
    text-align: center;
    padding: 9.5px 20px;
    transform: translateY(-70px);
}
/* news page end */

div.dataTables_wrapper div.dataTables_length label {
    display: flex;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 80px;
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    padding: 25px 0 !important;
    margin: 0;
}

.admin-modal .form-group input,
.admin-modal .form-group select {
    display: flex;
    align-items: center;
    height: auto;
}

.admin-modal .modal-footer {
    justify-content: space-around;
    flex-wrap: wrap;
}

.admin-modal .modal-footer button {
    margin: 10px;
}

.btn-warning:hover {
    border: 1px solid #212529;
    background-color: #fff8bb;
    color: #212529;
}

.card-header.card-typing-in-1 {
    padding: 0px;
}

.card-header.card-typing-in-1 a {
    padding: 0.75rem 1.25rem;
    display: block;
    width: 100%;
    height: 100%;
}

.sdo-passing .card-header:hover {
    transition: .5s;
    background-color: #fff;
    text-decoration: underline;
}

.site-menu-toggle .icon-menu:hover {
    color: #000e4d;
    transition: .5s;
}

.filter-reset {
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    background-image: url(/images/delete.png);
    background-repeat: no-repeat;
    background-position: 150px center;
    padding-right: 35px;
    background-size: 20px 26px;
}

.filter-reset:hover {
    text-decoration: underline !important;
}

.courses-content p,
.courses-content span {
    color: gray !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    font-family: 'Open Sans' !important;
}

/* nomination start */
.nomination-section .title {
    color: #2152C0;
    margin: 100px 0;
}

.nomination-section .nominations-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.nomination-section .nomination {
    max-width: 310px;
    width: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.nomination-section .nomination .nomination-hover-details-img {
    display: block;
    transition: .5s;
}

.nomination-section .nomination:hover .nomination-hover-details-img {
    display: none;
    transition: .5s;
}

.nomination-section .nomination .nomination-hover-details-img img {
    max-width: 310px;
    width: 100%;
    height: 239px;
    object-fit: cover;
}

.nomination-section .nomination .nomination-hover-details-text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    color: #333333;
    padding: 35px;
    background-color: #D9E7F9;
    height: 339px;
    display: none;
    transition: .5s;
}

.nomination-section .nomination:hover .nomination-hover-details-text {
    display: flex;
    transition: .5s;
}

.nomination-section .nomination .nomination-title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding: 25px 55px;
    min-height: 100px;
    align-items: center;
    display: flex;
}
/* nomination end */

.reg_nagrazhdenie-radio-conainer {
    display: flex;
    flex-direction: column;
}

.reg_nagrazhdenie-radio-conainer label {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.reg_nagrazhdenie-radio-conainer label input{
    max-width: 13px;
    margin-right: 10px;
}

.opros-page p,
.opros-page label,
.opros-page h3,
.opros-page h5 {
    color: #000E4D;
}

.opros-page .form-control {
    border-radius: 0.25rem;
    width: 100%;
    max-width: 100%;
}

.opros-page .container-form1 .checkbox-container:first-child {
    display: flex;
    flex-wrap: wrap;
}

.opros-page .container-form1 .checkbox-container:first-child h3{
    width: 100%;
    margin-bottom: 25px;
}

.opros-page .container-form1 .checkbox-container:first-child .checkbox-container-row {
    width: 100%;
    max-width: 410px;
}

.opros-page .container-form1 .checkbox-container:first-child .checkbox-container-row .form-group {
    width: 100%;
}

.opros-page .container-form1 .checkbox-container:first-child .checkbox-container-row label {
    padding-left: 0px;
}

.opros-form-container {
    background-color: #2152C0;
    padding: 50px 0;
    position: relative;
}

.opros-form-container .checkbox-container:first-child label,
.opros-form-container .checkbox-container h5 {
    font-weight: bold;
}

.opros-form-container label,
.opros-form-container h3,
.opros-form-container h5 {
    color: #fff;
}

.opros-form-container .checkbox-container:last-child ul li .custom-control-label::after {
    background-color: #fff;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    left: -30px;
}

.opros-form-container .checkbox-container:last-child ul li .form-check-input:checked + .custom-control-label::after {
    background-image: url(/images/personalData-check.svg);
    background-size: 11px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.opros-form-container .checkbox-container:last-child ul li .form-check-input {
    display: none;
}

/* competition page table */
.competition-win-users-container {
    background-color: #F7F7F7;
    padding: 100px 0;
}

.competition-win-users {
    margin-top: 70px;
}

.competition-win-users__header,
.competition-win-users__row {
    display: flex;
    justify-content: space-between;
}

.competition-win-users__row {
    border-bottom: 1px solid #D9E7F9;
}

.competition-win-users__header-column {
    display: flex;
    background-color: #FAE1CF;
    border-radius: 50px;
    padding: 15px 24px 14px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FE852D;
}

.competition-win-users__header-column img {
    width: 22px;
    height: 19px;
    margin-right: 13px;
}

.competition-win-users__column {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000E4D;
    padding: 26px 24px;
}

.competition-win-users__column:nth-child(4n) {
    text-decoration: underline;
}

.competition-win-users__column:nth-child(1n),
.competition-win-users__header-column:nth-child(1n) {
    width: 100%;
    max-width: 420px;
}

.competition-win-users__column:nth-child(2n),
.competition-win-users__header-column:nth-child(2n) {
    width: 100%;
    max-width: 200px;
}

.competition-win-users__column:nth-child(3n),
.competition-win-users__header-column:nth-child(3n) {
    width: 100%;
    max-width: 240px;
}

.competition-win-users__column:nth-child(4n),
.competition-win-users__header-column:nth-child(4n) {
    width: 100%;
    max-width: 360px;
}

.competition-win-users__body-row {
    display: flex;
}
/* competition page table end*/

@media (max-width: 1366px) {
    .news .news-list {
        border-right: 0 !important;
    }

    body .news .news-list .news-list__item.active-news::before {
        content: none;
    }
}

@media (max-width: 1300px) {
     .slide-1 {
        padding: 75px 10px;
    }

    .slide-2,
    .slide-3 {
        padding: 0 10px;
    }

    .slide-4__content {
        padding: 100px 10px;
    }

    .slide-4 .reviews .slick-prev {
        left: -35px;
    }

    .slide-4 .reviews .slick-next {
        right: -35px;
    }

    .slide-5__content {
        padding: 150px 10px 90px;
    }

    .event-container {
        justify-content: space-around;
    }

    .slide-5 .title {
        padding-right: 8%;
    }


    .refresher-course-container {
        max-width: 90%;
    }

    .site-wrap,
    .site-navbar,
    #wrapper > .container,
    .site-footer > .container,
    .copyright {
        padding: 0 10px;
    }

    .documents-page .sidebar,
    .presentations-page .sidebar,
    .videos-page .sidebar {
        padding: 0 10px;
        width: 25%;
        margin: 0 auto;
    }

    .documents-page .content,
    .presentations-page .content,
    .videos-page .content {
        padding: 0 10px;
        width: 75%;
        margin: 0 auto;
    }

    .video-container {
        padding-left: 15px;
    }

    .support-center-page {
        padding: 50px 0;
    }

    .support-center-page .title {
        margin-bottom: 30px;
    }

    .support-center-page .form-container {
        margin: 0 25px;
    }

    .site-section {
        padding: 60px 20px 60px 20px;
    }

    .form-user-cabinet .cabinet.concurs-work .user-fields {
        max-width: 700px;
    }

    .form-user-cabinet.form_anketa,
    .cabiten-page__under-header {
        padding: 0 15px;
    }

    .scientists-ancets,
    .presentations {
        justify-content: flex-start;
    }

    .scientist-ancet,
    .presentation {
        margin-right: 20px;
    }
}

@media (max-width: 1210px) {
    .news .news-list {
        margin: 0 auto;
        padding: 0;
        border: 0;
    }

    .news .news-list .news-list__item.active-news::before {
        content: none;
    }

    .news .news-full {
        margin: 0 auto;
    }

    .event-container {
        justify-content: space-around;
    }

    .slide-3 .title {
        justify-content: center;
    }

    .slide-4 .reviews .slick-prev {
        left: 0px;
        bottom: -50px;
        top: auto;
    }

    .slide-4 .reviews .slick-next {
        right: 0px;
        bottom: -50px;
        top: auto;
    }

    .slide-5 .title {
        justify-content: center;
    }

    .form-user-cabinet .cabinet.concurs-work .user-fields {
        max-width: 590px;
    }

}

@media (min-width: 1024px) {
    .stages .stage {
        position: relative;
    }

    .stages .stage::before {
        content: '';
        background-image: url(/images/section-2-next-etap.svg);
        width: 14.5px;
        height: 20px;
        position: absolute;
        right: -50px;
        top: 35px;
    }

    .stages .stage:last-child::before {
        content: none;
    }

    .parallax {
        opacity: 0;
        display: none;
    }
}

@media (max-width: 1024px) {
    .stages {
        justify-content: space-around;
    }

    .stage {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 400px;
        margin-bottom: 50px;
    }

    footer .footer-container {
        padding-bottom: 20px;
    }

    footer .footer-container .footer-menu {
        display: none;
    }

    .footer-contacts-block {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .slide-1__date {
        width: 100%;
        max-width: 100%;
        margin: 25px auto;
    }

    .slide-1__text {
        margin: 0 auto;
    }

    .container-cabinet-fields .d-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .slide-4__content-header {
        flex-wrap: wrap;
    }

    .news .news-list .news-list__item {
        flex-wrap: wrap;
    }

    .news .news-list .news-list__img {
        margin-bottom: 10px;
    }

    .slide-3 .title {
        flex-wrap: wrap;
    }

    .slide-3 .title > a {
        line-height: 18px;
        min-height: 40px;
        height: auto;
        margin: 10px 0 0 0;
    }

    .slide-3__content .news .news-list .slick-slide {
        max-width: 565px;
        width: 100% !important;
    }

    .slide-1 .section1-figura1,
    .slide-1 .section1-figura2,
    .slide-1 .section1-figura3,
    .slide-1 .section1-figura4,
    .slide-1 .section1-figura5,
    .slide-1 .section1-figura6,
    .slide-1 .slide-1__date .section1-figura7,
    .slide-1 .slide-1__date .section1-figura8,
    .slide-1 .slide-1__date .section1-figura9,
    .slide-3 .section2-figura1,
    .slide-3 .section2-figura2,
    .slide-3 .section2-figura3,
    .slide-3 .section2-figura4,
    .slide-3 .section2-figura5,
    .slide-3 .section2-figura6,
    .slide-3 .section2-figura7 {
        display: none;
    }
}

@media (max-width: 450px) {
    .logo span {
        display: none;
    }
}

@media (max-height: 1100px) {
    body .modal.modal-custom.modal-comment-request .modal-dialog {
        justify-content: center;
        margin: 10px auto;
    }

    body .modal.modal-custom.modal-comment-request .modal-close {
        padding: 0;
    }

    body .modal-custom.modal-comment-request .modal-dialog .modal-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 12px;
    }

    body .modal-comment-request .modal-title {
        width: 100%;
    }

    body .modal-comment-request .modal-user-image {
        flex-direction: column;
        max-width: 220px;
        padding: 0;
    }

    body .modal-comment-request .modal-user-comment {
        padding: 0;
        width: 65%;
    }
}

@media (max-height: 700px) {
    body .modal-comment-request .modal-title {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
