body {
    font-family: 'Lato';
    color: #6d6e71;
    font-size: 15px;
    background: url(../images/body_bg.jpg) no-repeat top center;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both
}

h1 {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    width: 100%;
    padding-bottom: 30px;
}

h2 {
    font-family: "Allura";
    color: rgb(237, 28, 36);
    font-size: 90px;
    margin-bottom: 36px;
    overflow: visible;
}

.offer-item h3 {
    font-size: 60px;
    position: absolute;
    left: 78px;
    top: 73px;
    color: #fff;
    z-index: 3;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 4px;
}

h4 {
}

h5 {
}

a {
    color: rgb(237, 28, 36);
    text-decoration: none;
    transition: all 300ms ease-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #004799;
}

a, button, input, select {
    outline: none !important;
}

.container {
    clear: both;
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
    padding: 0 45px;
}

.txt {
    line-height: 200%;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

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

.text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 1px;
}

.text ul li {
    position: relative;
    left: 18px;
    padding-right: 18px;
}

.text ul li:before {
    position: relative;
    top: -1px;
    left: -16px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #004799;
    content: '';
    margin-left: -3px;
    border-radius: 50%;
}

.text ul li li {
    padding-left: 30px;
    list-style-type: none;
}

svg {
    width: 100%;
    height: 100%;
    display: block;
}

#container-page {
    max-width: 1920px;
    margin: 0 auto;
}

#page {
    overflow: hidden;
}

body.sticky-footer #page {
    min-height: inherit;
    margin-bottom: -356px;
    padding-bottom: 356px;
    position: relative;
}

/**
 * HEADER
 */

#top {
    padding-top: 12px;
    padding-bottom: 8px;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.logo {
    float: left;
    display: block;
    position: absolute;
    left: 57px;
    top: 108px;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    float: left;
    max-width: 100%;
}

a.fb {
    display: block;
    padding: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    width: 66px;
    height: 66px;
    bottom: 62px;
    left: 56px;
    /*z-index: 995;*/
}

.fb-container {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    pointer-events: none;
}

.fb-container > a {
    pointer-events: all;
}

a.fb svg {
    max-width: 100%;
    max-height: 100%;
    display: block
}

a.fb svg * {
    fill: #fff
}

a.fb:hover {
    border-color: rgb(237, 28, 36);
    background: rgb(237, 28, 36)
}

a.fb.scroll-page {
    border-color: #004799;
    background: #004799;
}

a.fb.scroll-page:hover {
    border-color: rgb(237, 28, 36);
    background: rgb(237, 28, 36)
}

nav#main-menu {
    position: fixed;
    width: 100%;
    max-width: 1920px;
}

nav#main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    background: #00101c;
    width: 100%;
}

nav#main-menu ul li {
    display: table-cell;

    transition: all 300ms ease-out;
}



nav#main-menu ul li a {
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px 18px 20px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #0c2e56;
    border-bottom: 1px solid #0c2e56;
    border-left: 1px solid #0c2e56;
}

nav#main-menu ul li:last-child a {
    border-right: 1px solid #0c2e56;
}

nav#main-menu ul li.active a,
nav#main-menu ul li a:hover {
    border-color: #ed1c24;
    background: #ed1c24;

}

.slider, .main-slider, .main-slider .slide {
    height: 100vh;
}

.slider {
    position: relative;
}

.main-slider {
    margin-bottom: 0;
    position: relative;
    width: 100%;

}

.main-slider .slide {
    position: relative;
    background-size: cover !important;
}

.main-slider .slide > img {
    display: none;
}

.slider-text {
    clear: both;
    max-width: 1100px;
    width: 100%;
    padding: 0 80px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 46px;
}

.slider-text-right {
    text-align: right;
}

.slider-text-left {
    text-align: left;
}

.slider-text-top {
    top: 56px;
}

.slider-text-bottom {
    bottom: 100px;
    top: auto
}

.title1 {
    font-family: lato;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 34px;
    line-height: 100%;
}

.description {
    color: #fff;
    font-size: 14px;
    line-height: 215%;
    max-width: 580px;
    margin: 0 auto 41px;
}

.slider a.btn-more {
    display: block;
    margin: 0 auto;
    border-radius: 23px;
    background-color: rgb(237, 28, 36);
    width: 199px;
    color: #fff;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.slider a.btn-more:hover {
    background: #004799
}

.main-slider .slick-dots li {
    cursor: pointer;
    display: block;
    margin-bottom: 38px;
}

.main-slider .slick-dots li:last-child {
    margin-bottom: 0
}

.main-slider .slick-dots li.slick-active span {
    background: #faae0b;
    border: 1px solid #faae0b;
}

.main-slider .slick-dots li span {
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    width: 12px;
    border: 1px solid #fff;
    height: 12px;
    border-radius: 50%;
}

.main-slider .slick-dots li span:hover {
    background: #fff;
    border: 1px solid #fff;
}

.main-slider .slick-dots li.slick-active span {
    background: #fff;
    border: 1px solid #fff;
}

.main-slider .slick-dots {
    position: absolute;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    padding-top: 1px;
    padding-bottom: 1px;
}

a.mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 81px;
    background: url(../images/arrow.png) no-repeat center center rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

a.mouse:hover {
    background-color: rgb(237, 28, 36)
}

span.mask {
    background: url(../images/mask.png) no-repeat bottom center rgba(0, 0, 5, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 100% auto;
}

/**
 * HEADER
 */

header {
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    float: left;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
}

.text {
    overflow: hidden;
}

.about-box-container {
}

.about-left {
    float: left;
    width: 39%;
    padding-left: 60px;
    padding-top: 104px;
}

.about-left h2 {
}

a.btn-more {
    display: block;
    border-radius: 23px;
    background-color: #004799;
    color: #fff;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    width: 199px;
    margin: 0;
}

a.btn-more:hover {
    background: rgb(237, 28, 36)
}

.about-left div.txt {
    margin-bottom: 40px;
}

.about-right {
    float: right;
    width: 58.8%;
    background: url(../images/learning.png) no-repeat 5px center;
    padding-left: 140px;
    background-size: auto 100%;
}

.about-box {
    padding-top: 52px;
    padding-bottom: 85px;
}

.about-right a {
    display: block;
    float: left;
    padding: 5px;
}

.about-right a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.about-right a:nth-child(even) {
}

.about-right a:nth-child(even) img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.about-right a:first-child {
    width: 35%;
}

.about-right a:nth-child(2) {
    width: 65%;
}

.about-right a:nth-child(3) {
    width: 65%;
}

.about-right a:nth-child(4) {
    width: 35%;
}

.offer-box-container {
    margin-bottom: 92px;
}

.offer-box {
    margin: 0 -5px;
}

.offer-item {
    width: 50%;
    float: left;
    padding: 0 5px;

}

.offer-item a {
    display: block;
    position: relative;
}

.offer-item a img {
    display: block;
    max-width: 100%;
}

.offer-box-container h2 {
    text-align: center;
    margin-bottom: 9px;
}

span.mask-offer1 {
    background: url(../images/mask1.png) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-size: cover !important;
}

span.mask-offer2 {
    background: url(../images/mask2.png) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-size: cover !important;
}

span.btn-more {
    display: block;
    margin: 0 auto;
    border-radius: 23px;
    background-color: rgb(237, 28, 36);
    width: 199px;
    color: #fff;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 60px;
    bottom: 59px;
    z-index: 3;
}

span.btn-more:hover {
    background: #004799
}

.news-box-container {
    padding-bottom: 99px;
}

.news-box-container .container {
    max-width: 1520px
}

.news-box-header h2 {
    float: left;
    margin-bottom: 18px;
}

.news-box-header a.btn-more {
    margin-top: 30px;
    float: right;
}

.news {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}

.news-box-content {
    margin: 0 -5px;
}

.news a {
    display: block;
}

span.news-photo {
    display: block;
    position: relative;
}

span.news-photo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.photo-hover {
    background: url(../images/zoom.png) no-repeat center center rgba(0, 71, 153, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.news a:hover .photo-hover {
    opacity: 1
}

.news span.date {
    margin-bottom: 6px;
    background: url(../images/time.png) no-repeat 0 center;
    display: block;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #6d6e71;
    font-size: 12px;
    padding-left: 26px;
}

.news h3 {
    font-size: 15px;
    line-height: 166%;
    color: #004799;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 41px;
}

.news h3:hover {
    color: rgb(237, 28, 36)
}

span.news-content {
    display: block;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e6e7e8;
    -moz-box-shadow: inset 0px 0px 0px 1px #e6e7e8;
    box-shadow: inset 0px 0px 0px 1px #e6e7e8;
    padding: 43px 51px 51px;
    letter-spacing: 0.05em;
}

.news span.txt.text {
    margin-bottom: 6px;
    display: block;
    text-align: justify;
    color: #6d6e71;
}

.news span.more {
    color: #6d6e71;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.news span.more:hover {
    color: rgb(237, 28, 36);
}

.branches-box-container {
    background: url(../images/branch_bg.jpg) no-repeat center bottom /cover;
    margin-bottom: 100px;
}

.branches-box {
    float: left;
    width: 75.9%;
    position: relative;
}

.branches-box-container h2 span {
    display: block;
    margin-left: 54px;
}

.branches-box-container .container {
    position: relative;
}

.map-branches img {
    max-width: 100%;
}

a.branch strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.branches-box {
}

.branches-box-container h2 {
    position: absolute;
    line-height: 100%;
    top: 70px;
    left: 56px;
    padding-bottom: 4px;
}

.map-branches {
    width: 100%;
}

a.branch {
    display: block;
    font-size: 16px;
    color: #7cb5f8;
    text-align: center;
    max-width: 350px;
    position: absolute;
    line-height: 171%;
    letter-spacing: 0.03em;
}

a.branch:hover {
    color: rgb(237, 28, 36)
}

a.branch:hover strong {
    color: rgba(237, 28, 36, 0.6)
}

a.branch1 {
    top: 32%;
    left: 17%;
}

a.branch2 {
    top: 45%;
    left: 0;
}

a.branch3 {
    top: 69%;
    left: 8%;
}

a.branch4 {
    top: 85%;
    left: 11%;
}

a.branch5 {
    top: 7%;
    right: 10%;
}

a.branch6 {
    top: 25%;
    right: 5%;
}

a.branch7 {
    top: 51%;
    right: 3%;
}

a.branch8 {
    top: 72%;
    right: 0%;
    max-width: 360px;
}

.school-data {
    float: right;
    width: 26%;
    margin-left: -2%;
    position: relative;
}

.logotype-box {
    padding-top: 21%;
    padding-left: 6%;
    width: 73%;
}

.logotype-box img {
    max-width: 100%;
}

.address-box {
    margin-top: -13%;
    width: 109%;
    text-align: center;
    position: relative;
}

.address-box-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 19%;
    letter-spacing: 0.05em;
}

.address-box img {
    display: block;
    max-width: 100%;
}

.address-box-content h3 {
    font-size: 30px;
    color: #7cb5f8;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.address-box-content span.text.txt {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 160%;
    display: block;
    margin-bottom: 14%;
}

.address-box-content a {
    color: #7cb5f8;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 203%;
}

.address-box-content a:hover {
    color: rgb(237, 28, 36);
}

.trusted-box-container {
    text-align: center;
    padding: 0 45px 100px;
    background: url(../images/trust_bg.jpg) no-repeat bottom center / 100% #fff;
}

.trusted-box-container h2 {
    padding-top: 5px;
    margin-bottom: 18px;
}

.trusted-box {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom: 61px;
}

.trusted-box .text.txt {
    font-style: italic;
    font-size: 18px;
    color: #6d6e71;
    font-weight: 300;
    margin-bottom: 42px;
}

.sign {
    font-size: 18px;
    color: #6d6e71;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.trusted-box-container a.btn-more {
    margin: 0 auto;
}

.trusted-box-container .container {
    max-width: 1720px;
    padding: 0 175px;
    background: url(../images/q.png) no-repeat left bottom, url(../images/q.png) no-repeat right top;
}

/**
 * FOOTER
 */
footer {
    padding-top: 62px;
    padding-bottom: 56px;
    background: url(../images/footer_bg.jpg) no-repeat top center;
    font-size: 0;
    position: relative;
}

.footer-box {
    float: left;
    width: 20%;
}

.footer-box:first-child {
    position: relative;
    padding-right: 30px;
}

.footer-box:first-child img {
    max-width: 100%;
}

.footer-box:nth-child(2) {
    width: 40%;
    padding-right: 20px;
}

.footer-box ul {
    float: left;
    width: 50%;
}

.footer-box:last-child {
    text-align: right;
}

.footer-box:last-child img {
    max-width: 100%;
}

.footer-box .txt {
    color: #7cb5f8;
    font-size: 14px;
}

.footer-box .txt a[href^="tel:"] {
    color: #fff;
    font-weight: 300;
    font-size: 33px;
    padding-left: 34px;
    letter-spacing: 0;
    background: url(../images/icons/smartphone.png) no-repeat left center;
}

.footer-box .text.txt a {
    color: #7cb5f8;
}

.footer-box .text.txt a:hover {
    color: #fff
}

.footer-top h4 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 4px;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-box ul li {
    margin-bottom: 2px;
}

.footer-box ul li a {
    font-size: 14px;
    color: #7cb5f8;
    padding-left: 20px;
    display: block;
    letter-spacing: 0.05em;
    background: url(../images/dot1.png) no-repeat left 11px;
    line-height: 200%;
}

.footer-box ul li a:hover {
    color: #fff;
    background: url(../images/dot2.png) no-repeat left 11px;
}

.footer-text {
    color: #7cb5f8;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    font-size: 15px;
}

.copyright {
    color: #7cb5f8;
    letter-spacing: 0.05em;
    font-size: 15px;
}

.copyright a {
    color: #7cb5f8;
}

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

img.logo-min {
    margin-top: -22px;
    margin-bottom: 74px;
}

.footer-box:first-child a.fb {
    left: 0;
    top: -41px;
}

.graf-top {
    margin-top: 58px;
    height: 433px;
    margin-bottom: 50px;
    position: relative;
}

.sub-slider, .sub-slider .slide {
    height: 433px;
    background-size: cover !important;
}

.graf-top-content {
    height: 100%;
    text-align: center;
}

span.graf-mask {
    background: url(../images/slider_mask.png) no-repeat bottom center rgba(0, 0, 5, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-size: 100% auto;
}

.training-box-container {
}

.training {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 74px;
}

.training a {
    display: block;
}

span.training-photo {
    display: block;
    position: relative;
    margin-bottom: 19px;
}

.training a:hover .photo-hover {
    opacity: 1
}

span.training-photo img {
    display: block;
    max-width: 100%;
}

span.training-name {
    font-size: 20px;
    line-height: 125%;
    font-weight: bold;
    color: #004799;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.training-box {
    margin: 0 -10px;
}

.training-photo .photo-hover {
    background-position: center 30%;
}

.training-photo .photo-hover span.btn-more {
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 28%;
}

.training-photo .photo-hover span.btn-more:hover {
    background: #fff;
    color: #ed1c24
}

.training-detalis-box-container {
}

section.training-detalis-box-container .container {
    max-width: 1360px;
}

.training-item img {
    width: 39.5%;
}

h3 {
    font-size: 27px;
    color: #004799;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 34px;
}

.training-item .txt.text {
    overflow: visible;
}

.training-item {
    padding-bottom: 13px;
}

.training-item:nth-child(even) {
    background: #f8f6f6;
    padding-top: 37px;
    padding-bottom: 4px;
    margin-bottom: 36px;
}

.txt.text table {
    width: 100%;
}

.txt.text table td {
    border: 1px solid #d5dce4;
    padding: 10px 27px;
    width: 50%;
}

.txt.text table td:first-child {
    font-weight: bold;
}

.files-box {
    padding-top: 35px;
    margin-bottom: 56px;
}

.files-box h4, .gallery h4 {
    font-family: "Allura";
    color: rgb(237, 28, 36);
    font-size: 59px;
    margin-bottom: 36px;
}

.files-box ul {
}

.files-box ul li {
    border: 1px solid #d3dbe2;
    overflow: hidden;
    margin-bottom: 9px;
    border-radius: 40px;
}

.files-box ul li a {
    display: block;
    letter-spacing: 0.05em;
    overflow: hidden;
    padding-right: 161px;
    position: relative;
}

span.file-name {
    color: #004799;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 10px 11px 22px;
    line-height: 174%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

span.btn-download {
    background: transparent;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 161px;
    line-height: 43px;
    height: 45px;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #004799;
    text-transform: uppercase;
    border: 1px solid #215fa6;
    border-radius: 40px;
    z-index: 2;
    text-align: center;
}

span.btn-download span.icon-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 17px;
}

span.btn-download span svg * {
    fill: #004799;
}

.files-box ul li a:hover span.btn-download {
    background: #004799;
    color: #fff
}

.files-box ul li a:hover span.btn-download span svg * {
    fill: #fff
}

.gallery {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.gallery .container {
    max-width: 1360px
}

.gallery ul {
    list-style-type: none;
    margin: 0 -6px;
    padding: 0;
}

.gallery ul li {
    float: left;
    margin-bottom: 10px;
    padding: 0px 6px;
    width: 25%;
}

.gallery li a {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery li a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

span.hover-gallery {
    opacity: 0;
    background: rgba(0, 71, 153, 0.8) url(../images/zoom2.png) no-repeat center center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 300ms ease-out;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.gallery a:hover span.hover-gallery {
    opacity: 1;
}

.subpage .news {
    margin-bottom: 50px;
}

.subpage section.news-box-container {
    padding-bottom: 22px;
}

.pagination {
    clear: both;
    margin-top: 0;
    padding-bottom: 28px;
    text-align: center;
    width: 100%;
    /* background: #f2f4f6; */
    margin: 0;
    border-radius: 0;
}

.pagination ul {
    font-size: 0;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.pagination ul li a, .pagination ul li span {
    display: block;
    height: 49px;
    line-height: 48px;
    margin: 0;
    padding: 0 13px;
    font-size: 12px;
    color: #004799;
    font-weight: bold;
}

.pagination ul li span {
}

.pagination ul li a:hover {
    color: #ed1c24;
}

.pagination ul li.active a {
    color: #ed1c24;
    font-weight: 900;
}

.pagination ul li.prev a {
    margin: 0;
    text-indent: -20000px;
    position: relative;
    padding: 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #004799;
    border-radius: 50%;
    width: 49px;
    height: 49px;
}

.pagination ul li.next {
    margin-left: 100px;
}

.pagination ul li.prev {
    margin-right: 100px;
}

.pagination ul li.next a {
    margin: 0;
    text-indent: -20000px;
    position: relative;
    padding: 17px;
    border-style: solid;
    border-width: 1px;
    border-color: #004799;
    border-radius: 50%;
    width: 49px;
    height: 49px;
}

.pagination ul li.next a:hover {
    background: #9dc10b;
    border-color: #9dc10b
}

.pagination ul li.prev a:hover {
    background: #9dc10b;
    border-color: #9dc10b
}

.pagination ul li.prev a svg, .pagination ul li.next a svg {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.pagination ul li.prev a svg *, .pagination ul li.next a svg * {
    fill: #004799;
}

.pagination ul li.prev a:hover svg *, .pagination ul li.next a:hover svg * {
    fill: #fff;
}

section.reference-box-container .container {
    max-width: 1360px;
}

.reference-box {
    text-align: center;
    margin: 0 -5px 0 -5px;
    padding: 0;
    list-style-type: none;
    padding-bottom: 5px;
}

.reference-item {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-bottom: 45px;
    padding: 0 5px;
    width: 25%;
}

.reference-item a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.reference-item a img {
    display: block;
    max-width: 100%;

}

span.cert {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.reference-item span.hover-gallery {
    background-size: 85%;
}

.reference-item a:hover span.hover-gallery {
    opacity: 1
}

span.cert-photo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    padding: 28px 20px;
    margin-bottom: 15px;
}

span.cert-photo-content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

span.cert-name {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #002b5c;
}

.team-box-container h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 66px;
}

.person {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0px 35px;
}

.position {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #004799;
    line-height: 200%;
    margin-bottom: 28px;
}

.person-name {
    font-family: "Allura";
    font-size: 60px;
    color: #004799;
    display: block;
    line-height: 120%;
    margin-bottom: 28px;
}

.person-name span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.person-photo {
    margin: 0 auto;
    width: 292px;
    height: 292px;
    /* overflow: hidden; */
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 30px;
}

.person-photo img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
}

span.circle {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dotted #7cb5f8;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.team-box {
    margin-left: -35px;
    margin-right: -35px;
    padding-bottom: 33px;
}

.team-box-desc h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 66px;
    letter-spacing: 0.05em;
    color: #004799;
    margin-bottom: 35px;
}

.team-box-desc {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.contact-data {
    margin-right: -12px;
    margin-left: -12px;
}

.contact-data .text table {
    width: 100%;
    border-spacing: 12px;
    border-collapse: separate;
}

.contact-data .text table td {
    padding: 32px 107px 32px;
    width: 33.33%;
    border: 1px solid #e9e9e9;
    text-align: left;
    line-height: 180%;
    letter-spacing: 0.05em;
    font-size: 17px;
    vertical-align: middle;
    color: #6d6e71;
}

.contact-data .text table td:first-child {
    font-weight: normal;
}

.contact-data .text table td:nth-child(2) {
    padding: 32px 40px 32px 85px;
}

.contact-data .text table td a {
    text-decoration: none;
    background: url(../images/icons/icon_www.png) no-repeat left center;
    color: #6d6e71;
    padding-left: 49px;
    font-weight: bold;
    display: block;
    margin: -12px 0;
}

.contact-data .text table td a[href^="mailto:"] {
    background: url(../images/icons/icon_mail.png) no-repeat left center;
    font-weight: normal;
}

.contact-data .text table td a[href^="tel:"] {
    background: url(../images/icons/icon_phone.png) no-repeat left center;
    font-weight: normal;
}

.contact-box .text table td a:hover, .contact-box2 .text table td a:hover {
    color: #ef7900
}

.contact-box-container .container {
    max-width: 1360px;
}

.account-number {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.01em;
    padding-top: 17px;
    padding-bottom: 17px;
    background: #004799;
}

.contact-data div.text.txt {
    margin-bottom: 0;
}

.form-box {
    padding-top: 70px;
}

.form-box h2 {
    font-size: 62px;
    margin-bottom: 26px;
}

.form-box .textarea {
    padding-left: 0;
    margin-bottom: 10px;
}

.form-box .form-col {
    width: 50%;
}

.form-box .check-box label {
    width: 100%
}

.form-box .check-box label span {
    font-size: 14px;
    color: #bcbcbc;
    margin-left: 3px;
    line-height: 174%;
    width: 94%;
    letter-spacing: 0.05em;
    display: inline-block;
}

.form-box .check-box {
    margin-top: 1px;
    padding-top: 2px;
}

.form-box .form .button-row {
    padding-top: 44px;
}

.form-box .form .button-row button {
}

.form {
    margin: 0 -5px 0 -5px;
    padding-bottom: 50px;
}

.form-box .check-box span.error {
    margin-left: 6px;
    margin-top: 2px;
}

.form-col {
    float: left;
    padding: 0 5px 0 5px;
    width: 46%;
}

.form input {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
    padding: 9px 14px;
    width: 100%;
    font-size: 16px;
    color: #bcbcbc;
    height: 52px;
    font-weight: normal;
    border: 1px solid #e6e7e8;
    font-family: lato;
}
.form .input-group.datetime {
    margin-bottom: 10px;
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.select {
    margin-bottom: 10px;
}

.form textarea {
    height: 238px;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    letter-spacing: 0;
    line-height: normal;
    padding: 9px 14px;
    width: 100%;
    font-size: 16px;
    color: #bcbcbc;
    border: 1px solid #e6e7e8;
    font-family: lato;
    background: #fff;
    margin-bottom: 10px;
}

input#captchaField {
}

input#captchaField.error {
    margin-top: 4px;
}

.form-row-captcha {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.form-row-captcha-box {
    margin: 0 -5px
}

.captcha {
    display: block;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 9px;
    width: 100%;
    height: 51px;
    border: 1px solid #e6e7e8;
    font-family: open sans;
    padding: 0 !important;
    text-align: center !important;
}

label.error, span.error {
    color: red;
    display: block;
    font-size: smaller;
    font-weight: normal;
    margin-top: -4px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;

}

.form .button-row {
    clear: both;
}

.form .button-row button {
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #004799;
    /* float: right; */
    padding: 0;
    display: block;
    border-radius: 23px;
    background-color: #004799;
    color: #fff;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    width: 199px;
    margin: 0;
    font-family: lato;
    margin: 0 auto;
}

.form .button-row button:hover {
    background: #fff;
    color: #004799
}

.icheckbox_minimal-custom {
    width: 15px;
    height: 15px;
    background: url(../images/check.png) no-repeat;
    vertical-align: top;
    margin-top: 3px;
}

.icheckbox_minimal-custom.hover {
    background-position: 0 100%
}

.icheckbox_minimal-custom:hover {
    background-position: 0 100%
}

.icheckbox_minimal-custom.checked {
    background-position: 0 100%
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bcbcbc;
    line-height: 52px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px;
    width: 36px;
}

.select2-dropdown {
    border: 1px solid #e9e9e9;
    border-radius: 0 !important;
}

.big-gallery {
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
}

.big-gallery ul li {
    width: 50%;
}

.subpage .branches-box-container {
    padding-top: 0;
    margin-top: -50px;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 30px;
    background: url(../images/branch_bg2.jpg) no-repeat center bottom /cover;
}

.branches-box2 h2 {
    position: relative;
    line-height: normal;
    top: auto;
    left: auto;
    font-size: 61px;
    margin-bottom: 3px;
}

.branches-box2 .contact-data .text table td {
    font-size: 16px;
    color: #7cb5f8;
    text-align: center;
    line-height: 171%;
    letter-spacing: 0.03em;
    border: 1px solid #7cb5f8;
    vertical-align: middle;
    padding: 55px 65px 59px;
}

.branches-box2 .contact-data .text table td strong {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.branches-box2 .contact-data .text table td:first-child {
    font-weight: normal;
}

.branches-box2 .contact-data .text table {
    border-spacing: 20px;
}

.branches-box2 .contact-data {
    margin-left: -20px;
    margin-right: -20px;
}

section.application-form-box-container h3 {
    color: #ed1c24;
}

section.application-form-box-container {
    background-color: rgba(248, 246, 246, 0.5);
    margin-bottom: 40px;
}

section.application-form-box-container h4 {
    font-weight: bold;
    font-size: 15px;
    color: #19477e;
    margin-bottom: 20px;
}

.application-form-box-container .form-box {
    padding-top: 40px;
}

.tourism-item img {
    display: block;
    max-width: 100%;
    width: auto;
}

.training-detalis-box-container .tourism-item img {
    display: block;
    max-width: 50%;
    width: auto;
}

.training-detalis-box-container .tourism-item .training img {
    width: auto;
    max-width: 100%;
}

span.training-name span {
    font-size: 12px;
    display: block;
}

.nbField2, .nbField4 {
    width: 52px;
    position: absolute;
    right: 0;
    top: 0;
}

.nbField1, .nbField3 {
    width: 52px;
    position: absolute;
    right: 62px;
    top: 0;
}

span.nbField1 span.error, span.nbField2 span.error, span.nbField3 span.error, span.nbField4 span.error {
    position: absolute;
    padding-left: 0;
    font-size: 11px;
    width: 115px;
    padding-right: 0;
}

.inputs {
    padding-right: 124px;
    position: relative;
}

.logotypes-box {
    text-align: center;
}

.logotype-slider {
    overflow: hidden;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: -2px;
}

a.logotype {
    display: block;
    float: left;
    height: 200px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

a.logotype span {
    border: 6px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

a.logotype:hover span {
    border: 6px solid #d96e00;
}

a.logotype img {
    display: block;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

a.logotype:focus {
    outline: none;
}

a.logotype:hover {
    opacity: 1
}

a.btn-back {
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #004799;
    padding: 0;
    display: block;
    border-radius: 23px;
    background-color: #004799;
    color: #fff;
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    width: 199px;
    margin: 0;
    font-family: lato;
    margin: 0 auto;
    margin-bottom: 50px;
}

a.btn-back:hover {
    background: rgb(237, 28, 36);
    border-color: rgb(237, 28, 36)
}

section.logotypes-box-container {
    background: #fff;
}

.training-detalis-box-container {
    background: url(../images/szkolenia_bg.png) no-repeat top center;
}

section.team-box-container {
    background: url(../images/kadra_bg.png) no-repeat top center;
}

.form-element-name {
    display: none;
}

.form-element-checkbox .form-element-name,
.form-element-radio .form-element-name {
    display: block;
    margin-bottom: 10px;
}
.form-element-checkbox,
.form-element-radio{
    margin-bottom: 15px;
}
.sub-slider img {
    display: block;
    max-width: 100%;
}

.alert {
    margin-left: 5px;
    margin-right: 5px;
}

section.training-detalis-box-container .date {
    margin-top: -40px;
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
}
section.application-form-box-container .additional-margin{
    margin-top: 27px;
    margin-bottom: 26px;
}
.form-element-checkbox .element-row, .form-element-radio .element-row {
    margin-bottom: 12px;
}