body {
    background-color: #fff;
    font-family: "PTS-Regular";
    font-size: 16px;
}

h1 {
    font-size: 55px;
    text-align: center;
    color: #073990;
    margin: 60px 0;
}

h2 {
    font-size: 40px;
    color: #073990;
    margin: 70px 0 40px;
}

h3 {
    font-size: 30px;
    color: #073990;
    margin: 70px 0 30px;
}

h4 {
    font-size: 25px;
    color: #073990;
    margin: 70px 0 20px;
}

h5 {
    font-size: 20px;
    color: #073990;
    margin: 70px 0 10px;
}

ol {
    margin: 10px 0 30px 0;
    padding: 0;
    /* counter-reset: point; */
}

ol li {
    list-style-type: none;
    position: relative;
    padding: 5px 0;
    color: #999;
    line-height: 30px;
    display: block;
}

strong {
    font-family: "PTS-Bold";
    font-weight: normal;
}

ol li:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(img/lesson-ul-icon.png) 0 0 no-repeat;
}

p {
    color: #777
}

blockquote {
    color: #073990;
    font-size: 20px;
    padding: 10px 0 10px 80px;
    border-left: 2px solid #f34b54;
    position: relative;
    width: 80%;
    margin: 30px auto
}

blockquote p {
    color: #999
}

blockquote:before {
    content: "";
    background: url('img/scob.png') center center no-repeat;
    width: 28px;
    height: 21px;
    position: absolute;
    left: 23px;
    top: 16px;
}


/*header*/

.top-header {
    padding: 20px 0;
}

.top-header a {
    color: #00bdd8;
    text-decoration: underline;
    outline: none
}

.top-header .auth {
    margin-right: 5px;
}

.top-header a:hover {
    text-decoration: none;
}

.top-header .logo {
    display: block;
    margin-bottom: 10px;
}

.top-header .room {
    line-height: 30px;
}

.top-header .room .name {
    color: #00bdd8
}

.top-header .room:before {
    content: "";
    background: url('img/icon-room.png') center center no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}

.top-header .address {
    padding-left: 0;
}

.top-header p {
    color: #999
}

.top-header .address .item {

    position: relative;
    margin-bottom: 30px;
}

.top-header .address .item:last-child {
    margin-bottom: 0;
}

.top-header .address .item:before {
    content: "";
    background: url('img/geo-icon.png') center center no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    left: -25px;
    top: 0;
    margin-right: 5px;
}

.top-header .logo-wrap.address {
    margin-bottom: 10px;
}

.top-header .address .search {
    display: inline-block;
    width: 90%;
    margin-top: 10px;
}

.top-header .address .search form {
    position: relative;
}

.top-header .address .search input[type="text"] {
    width: 100%;
    padding: 3px 20px 3px 10px;
    outline: none
}

.top-header .address .search input[type="submit"] {
    position: absolute;
    background: url('img/icon-search.png') center center no-repeat;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    border: none;
    outline: none
}

.top-header .info-contact * {
    display: inline-block;
    margin-bottom: 0;
}

.top-header .row>div:nth-child(2) {
    margin-left: 0 !important;
    padding-top: 20px;
}

.top-header .info-contact .textwidget {
    width: 100%;
    text-align: center;
}

.top-header .info-contact .phone {
    font-size: 35px;
    color: #073990;
    text-decoration: none;
    line-height: 25px;
}

.top-header .info-contact a {
    padding-bottom: 10px;
}

.top-header .info-contact .phone:hover {
    color: #00bdd8;
}

.top-header .info-contact span {}

.button,
.testme_button,
.newsletter input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 260px;
    background-color: #f34b54;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 16px;
    padding: 14px 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: 4px solid #aa343b;
    margin: 0 auto 10px auto;
    outline: none;
}

.button:hover,
.testme_button:hover,
.newsletter input[type="submit"]:hover {
    background-color: #aa343b;
}

.button:focus,
.newsletter input[type="submit"]:focus {
    outline: none
}

.button-accent {
    background-color: #00bdd8;
    border-bottom: 4px solid #008497;
}

.button-accent:hover {
    background-color: #008497;
}

.button:last-child {
    margin-bottom: 0;
}

header nav {
    background-color: #00bdd8;
}

header nav a {
    color: #fff
}

header nav a:hover {
    color: #fff;
    text-decoration: underline;
}

header nav a:focus {
    color: #fff;
}

header nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

header nav ul li {
    list-style-type: none;
    padding: 15px 0;
}

header nav ul li .sub-menu {
    display: none;
    position: absolute;
    z-index: 20;
    left: -15px;
    top: 52px;
    min-width: 300px;
    background-color: #00bdd8;
    transition: all .3s .1s
}

header nav ul li:hover .sub-menu {
    display: block;
}

header nav ul li .sub-menu li {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
}

header nav ul li .sub-menu li a:before {
    display: none;
}

header nav ul li .sub-menu li:last-child {
    border-bottom: none;
}

header nav ul li a:before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

header nav ul li:nth-child(1) a:before {
    background: url('img/nav-icon.png') 0 center no-repeat;
}

header nav ul li:nth-child(2) a:before {
    background: url('img/nav-icon.png') -160px center no-repeat;
}

header nav ul li:nth-child(3) a:before {
    background: url('img/nav-icon.png') -364px center no-repeat;
}

header nav ul li:nth-child(4) a:before {
    background: url('img/nav-icon.png') -506px center no-repeat;
}

header nav ul li:nth-child(5) a:before {
    background: url('img/nav-icon.png') -724px center no-repeat;
}

header nav ul li:nth-child(6) a:before {
    background: url('img/nav-icon.png') -859px center no-repeat;
}

header nav ul li:nth-child(7) a:before {
    background: url('img/nav-icon.png') -1086px center no-repeat;
}

.navbar-collapse {
    width: 100%;
    padding-bottom: 20px;
}

.breadcrumbs {
    background-color: transparent;
    padding: 15px 0 0 0;
    margin: 0 0 50px 0
}

.breadcrumbs a {
    color: #bfbfbf;
    text-decoration: underline;
    padding: 0 5px;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a:first-child {
    padding-left: 0;
}

.breadcrumbs>.current {
    color: #bfbfbf;
}

.breadcrumbs .sep {
    font-size: 24px;
    line-height: 18px;
    color: #00bdd8;
}


/*map*/

#map {
    height: 660px;
    box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.3);
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*slider*/

.slider {
    padding-top: 50px;
}

.slider .slide {
    height: 590px;
    background-size: cover;
    outline: none;
    margin: 0 50px 50px 50px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.slider .slide .content {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    color: #fff;
    text-align: center;
}

.slider span {
    font-size: 45px;
    width: 50%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.slick-prev:before {
    content: "";
    background: url('img/prev-icon.png') center center no-repeat;
    height: 88px;
    width: 39px;
    position: absolute;
    left: 0;
    top: 0
}

.slick-next:before {
    content: "";
    background: url('img/next-icon.png') center center no-repeat;
    height: 88px;
    width: 39px;
    position: absolute;
    right: 0;
    top: 0;
}

.slick-prev,
.slick-next {
    width: 39px;
    height: 65px;
    top: 52%
}

.slick-dots {
    bottom: 70px;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li button {
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slick-dots li button:before {
    border-radius: 50%;
    opacity: 0;
    background-color: #fff;
    color: transparent
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}


/*share*/

h1.title,
h2.title,
h3.title,
h4.title {
    font-size: 40px;
    color: #073990;
    text-align: center;
    padding-bottom: 50px;
    margin: 0;
    line-height: 30px;
}

.content-list {
    margin: 0;
    padding: 0 0 50px 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.content-list a {
    text-decoration: none;
    display: block;
}

.content-list a:hover .image:before {
    opacity: 0.8;
}

.content-list a:hover .image:after {
    opacity: 1;
}

.content-list a:hover .article {
    text-decoration: none;
}

.content-list .item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 30%
}

.content-list .item:before {
    display: none;
}

.content-list .item .image {
    overflow: hidden;
    position: relative;
}

.content-list .item .image:before {
    background: #00bdd8;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all .3s .1s;
}

.content-list .item .image:after {
    content: "";
    background: url('img/hover-img.png') center center no-repeat;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all .3s .1s;
}

.content-list .item img {
    width: 100%;
    height: auto;
}

.content-list .item .article {
    text-decoration: underline;
    padding-top: 25px;
    color: #073990
}

.content-list .item .date {
    color: #b3b3b3;
    padding-top: 10px;
}

.content-list .item .list-comment {
    padding-top: 15px;
}

.content-list .item .list-comment p {
    color: #00bdd8;
}

.share {
    padding: 50px 0 100px;
}

.share .content-list .item .article {
    height: 70px;
    overflow: hidden
}

.share .content-list .item .list-comment {
    height: 65px;
    overflow: hidden;
    position: relative;
}

.share .content-list .item .list-comment:after {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
}


/*last-news*/

.last-news {
    padding: 80px 0 100px;
    background-color: #f7f7f7;
}

.white-popup {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 50px 50px 10px 50px;
}

.white-popup .popup-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.white-popup .complete-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #00bb03;
}

.white-popup .button {
    margin-top: 30px;
}

.white-popup label {
    font-weight: normal;
}

.mfp-close-btn-in .mfp-close {
    color: #f34b54
}

.g-recaptcha div {
    margin: 0 auto;
}


/*newsletter*/

.newsletter {
    padding: 80px 0 100px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.newsletter .title {
    padding-bottom: 15px;
}

.newsletter p {
    color: #073990;
}

.newsletter span {

    font-size: 14px;
}

.newsletter input[type="text"] {
    margin-right: 15px;
    vertical-align: sub;
}

.newsletter input[type="submit"] {
    display: inline-block;
}

.newsletter .navbar-form {
    margin: 45px 0 15px
}

.newsletter form {
    margin: 45px 0 5px
}

span.wpcf7-not-valid-tip {
    color: red;
    position: relative;
    font-size: 12px;
    text-align: left;
}

div.wpcf7-validation-errors {
    border: 1px solid #00bdd8;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 12px;
}

.newsletter form p {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    max-width: 260px;
    position: relative;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.newsletter .form-group {
    max-width: 280px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
.form-group textarea {
    border: 1px solid #e6e6e6;
    height: auto;

    font-size: 16px;
    padding: 12px;
    border-radius: 0;
    box-shadow: none;
    outline-color: #073990;
    resize: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: #66afe9;
    outline: 0;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
    color: #999
}

.newsletter .form-control {
    width: 100%;
}

.white-popup p {
    color: #000;
    text-align: left;
}

.white-popup p strong {
    color: red
}

.white-popup input[type='password'],
.white-popup input[type='text'] {
    width: 100%;
}

#register-form,
#auth-form {
    padding: 50px;
    width: 450px
}

#register-form input[type="submit"] {
    margin-bottom: 10px;
}


/*media*/

.media {
    text-align: center;
    padding: 80px 0 0 0;
    margin-top: 0;
}

.media .content {
    display: inline-block;
    position: relative;
    margin: 0 195px 50px 0;
}

.media .content .image {
    position: relative;
    display: block
}

.media .content .image:after {
    content: "";
    background: url('img/icon-click.png') center center no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.media .content .image:before {
    content: "";
    background: url('img/icon-cycle-click-1.png') 0 center no-repeat;
    width: 80px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1
}

.media .content:before {
    content: "";
    background: url('img/icon-cycle-click.png') center center no-repeat;
    background-size: contain;
    width: 300px;
    height: 100%;
    right: -195px;
    top: 0;
    position: absolute;
}

.media .content img {
    width: 100%;
    max-width: 580px;
    position: relative;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.3);
}


/*range*/

.range {
    padding: 50px 0 0 0;
}

.range p {
    color: #999
}

.range .content {
    width: 75%;
    margin: 0 auto;
    color: #999999
}

ul {
    padding: 0;
    margin-bottom: 5px;
}

ul li {
    list-style-type: none;
    position: relative;
    padding: 3px 0 3px 10px;
    color: #999
}

ul li:before {
    content: "";
    background-color: #00bdd8;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.range-list {
    font-size: 0;
    padding: 30px 0 40px;
    margin: 0;
}

.range-list li {
    font-size: 16px;
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 15px 0 15px 50px;
    vertical-align: top;
}

.range-list li a {
    color: #00bdd8;
    text-decoration: underline;
    position: relative;
}

.range-list li a:hover {
    text-decoration: none;
}

.range-list li:before {
    display: none
}

.range-list li a:before {
    content: "";
    width: 40px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: -15px;
    border-radius: 0;
}

.range-list li:nth-child(1) a:before {
    background: url('img/range-icon.png') 0 5px no-repeat;
}

.range-list li:nth-child(2) a:before {
    background: url('img/range-icon.png') -400px 5px no-repeat;
}

.range-list li:nth-child(3) a:before {
    background: url('img/range-icon.png') 0 -45px no-repeat;
}

.range-list li:nth-child(4) a:before {
    background: url('img/range-icon.png') -400px -45px no-repeat;
}

.range-list li:nth-child(5) a:before {
    background: url('img/range-icon.png') 0 -95px no-repeat;
}

.range-list li:nth-child(6) a:before {
    background: url('img/range-icon.png') -400px -95px no-repeat;
}

.range-list li:nth-child(7) a:before {
    background: url('img/range-icon.png') 0 -145px no-repeat;
}

.range-list li:nth-child(8) a:before {
    background: url('img/range-icon.png') -400px -145px no-repeat;
}

.range-list li:nth-child(9) a:before {
    background: url('img/range-icon.png') 0 -195px no-repeat;
}

.range-list li:nth-child(10) a:before {
    background: url('img/range-icon.png') -400px -195px no-repeat;
}


/*callback-form*/

.callback-form {
    padding: 50px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.callback-form .title {
    padding-bottom: 20px;
}

.callback-form p {
    color: #073990
}

.callback-form form {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.callback-form form .part {
    display: flex;
    align-items: baseline;
}

.callback-form form div:nth-child(3) {
    flex-direction: column;
}

.callback-form form .part>span,
.callback-form form .recaptcha,
.callback-form form .part .button {
    margin-top: 27px;
}

.callback-form form .part .button {
    margin-right: 0px;
}

.callback-form form .time-checkbox span {
    margin-top: 0px;
}

.callback-form form span.wpcf7-not-valid-tip {
    position: absolute;
}

.callback-form form div.wpcf7-validation-errors,
.callback-form form div.wpcf7-mail-sent-ok {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
}

.callback-form form div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
}

.callback-form .part .time input {
    width: 70px;
    height: 50px;
    z-index: 2;
    cursor: pointer
}

.callback-form .part .time input+span {
    cursor: pointer;
    z-index: 1;
}

.callback-form .part .time input:not(checked) {
    position: absolute;
    opacity: 0;
    margin-top: 0;
}

.callback-form .part .time input:not(checked)+span {
    position: relative;
    display: inline-block;
    border: 1px solid #e6e6e6;
    height: auto;

    font-size: 16px;
    padding: 12px 10px;
    border-radius: 0;
    box-shadow: none;
    outline-color: #073990;
    background-color: #fff;
    margin-right: 10px;
}

.callback-form .part .time input:checked+span {
    border-color: #66afe9
}

.callback-form .part .time input {
    margin-right: 0;
}

.callback-form span.wpcf7-list-item {
    margin: 0
}

.callback-form form .radio_item:last-child {
    margin-right: 0;
}

.callback-form form input {
    margin-right: 15px;
}

.callback-form form input[type="tel"],
.callback-form form select {
    max-width: 180px;
}

.callback-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    padding-right: 40px;
    background-position-y: center;
    background-position-x: 95%;
    background-repeat: no-repeat;
    background-image: url(img/bottom-arrow.png);
}

select::-ms-expand {
    display: none;
}

.callback-form form .level:before {
    content: "";
    background-color: #e6e6e6;
    position: absolute;
    top: 1px;
    right: 27px;
    width: 1px;
    height: 46px;
}

.callback-form form .button {
    padding: 14px 40px;
}

.callback-form form label {
    font-weight: normal;

    margin-right: 15px;
}


/*text*/

.text {
    background: url('img/bg-1.jpg') center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}

.text p {
    color: #fff
}

.text .title {
    color: #fff
}

.text .content {
    font-size: 0;
    color: #fff;
}

.text .right,
.text .left {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 50%
}

.text .right {
    padding-left: 50px;
    box-sizing: border-box
}

.text .left {
    padding-right: 50px;
    box-sizing: border-box
}


/*map*/

.map {
    padding: 80px 0;
    color: #999999
}

.map p {
    color: #999
}

.map .content {
    font-size: 0;
}

.map .right,
.map .left {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 50%
}

.map .right {
    padding-left: 50px;
    box-sizing: border-box
}

.map .title {
    text-align: left;
}

.map .bottom-info {
    padding-top: 40px;
}

.map .bottom-info .article {
    font-size: 25px;
    color: #073990;
    line-height: 25px;
    display: block;
    margin-bottom: 25px;
}

.map .bottom-info a {
    color: #00bdd8;
    text-decoration: underline;
}

.map .bottom-info a:hover {
    text-decoration: none;
}

.map .bottom-info ul {
    padding-top: 5px;
}

.map .bottom-info li {
    padding: 0 0 0 10px;
}

.map .bottom-info li:before {
    top: 10px
}


/*comment*/

.comment {
    padding: 80px 0;
    border-top: 1px solid #e6e6e6;
}

.comment p {
    color: #999
}

.comment ul {
    font-size: 0;
    padding-bottom: 20px;
    margin: 0
}

.comment ul li {
    display: inline-block;
    width: 50%;
    padding: 40px;
    font-size: 0;
    vertical-align: top;
    border-bottom: 1px dashed #e6e6e6;
    border-right: 1px dashed #e6e6e6;
}

.comment ul li:nth-child(2n) {
    border-right: none;
}

.comment ul li:nth-last-child(2),
.comment ul li:last-child {
    border-bottom: none;
}

.comment ul li:before {
    display: none;
}

.comment ul li .image {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.comment ul li .image img {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.comment ul li .name {
    display: block;
    font-size: 20px;
    color: #00bdd8;
    line-height: 20px;
    padding-bottom: 25px;
}

.comment ul li button {
    color: #00bdd8;
    border: none;
    background: transparent;
    outline: none;
    text-decoration: underline;
}

.comment ul li button:hover {
    text-decoration: none;
}

.comment ul li .content-comment {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}


/*footer*/

footer {
    padding: 80px 0 60px 0;
    background-color: #00bdd8;
    color: #b2ebf3;
}

footer .name {
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 20px;
    padding-bottom: 15px;
}

footer .bottom-nav {
    margin: 0
}

footer .bottom-nav li {
    padding: 5px 0;
}

footer .bottom-nav li:before {
    display: none;
}

footer .bottom-nav li a {
    color: #b2ebf3;
    text-decoration: underline;
}

footer .bottom-nav li a:hover {
    text-decoration: none;
    color: #fff
}

footer .contact .item {
    color: #fff;
    padding-bottom: 10px;
    position: relative
}

footer .contact .item:last-child {
    padding-bottom: 0;
}

footer .contact .item p {
    margin-bottom: 0;
    color: #fff
}

footer .contact .item span {
    display: block;
}

footer .contact .item a {
    color: #fff;
}

footer .contact .item-address {
    padding-left: 20px;
}

footer .contact .item-address:before {
    content: "";
    background: url(img/geo-icon-white.png) center center no-repeat;
    width: 20px;
    height: 25px;
    position: absolute;
    left: -5px;
    top: 0;
    margin-right: 5px;
}

footer .social {
    margin: 5px 0 0;
}

footer .social li {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    transition: all .3s .1s
}

footer .social li:hover {
    background-color: transparent;
}

footer .social li:before {
    display: none;
}

footer .social li a {
    display: block;
}

footer .social li a:before {
    content: "";
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

footer .social li:nth-child(1) a:before {
    background: url(img/social-icons.png) 14px center no-repeat;
}

footer .social li:nth-child(2) a:before {
    background: url(img/social-icons.png) -30px center no-repeat;
}

footer .social li:nth-child(3) a:before {
    background: url(img/social-icons.png) -76px center no-repeat;
}

footer .social li:nth-child(4) a:before {
    background: url(img/social-icons.png) -121px center no-repeat;
}

footer .social li:nth-child(5) a:before {
    background: url(img/social-icons.png) -166px center no-repeat;
}

footer .social li:nth-child(6) a:before {
    background: url(img/social-icons.png) -210px center no-repeat;
}

footer .bottom-footer {
    padding-top: 20px;
}

footer .bottom-footer p {
    color: #b2ebf3;
}

footer .copyright {
    text-align: right;
}

footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

footer .copyright a:hover {
    text-decoration: none;
}


/*page news*/

.news {
    padding-bottom: 80px;
}

.news .content {
    width: 80%;
    margin: 0 auto;
}

.news .content-list {
    display: block;
}

.news .content-list .item {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.news .content-list .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news .content-list .item .image {
    width: 27%;
    height: 126px;
}

.news .content-list .item .article {
    padding-top: 15px;
    text-decoration: none;
}

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

.news .content-list .item .imageб .news .content-list .item .image-teachers,
.news .content-list .item .image-news {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.news .content-list .item .image-teachers {
    width: 27%;
}

.news .content-list .item .image-news {
    width: 35%;
}

.pagination {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 0;
}

.pagination .page-numbers {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 10px;
    line-height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    color: #999999
}

.pagination .page-numbers:hover {
    border: 1px solid #06bfd9;
    color: #06bfd9;
    text-decoration: none;
}

.pagination .page-numbers.current {
    border: 1px solid #06bfd9;
    color: #06bfd9;
}

.pagination .page-numbers.dots {
    border: none;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    border: none;
    position: relative;
    color: #06bfd9;
    padding: 0;
    line-height: 20px;
    margin: 0 15px;
    text-decoration: underline;
}

.pagination .prev:before {
    content: "";
    background: url('img/arrow.png') center center no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px;
}

.pagination .next:after {
    content: "";
    background: url('img/arrow.png') center center no-repeat;
    width: 21px;
    height: 21px;
    float: right;
    transform: rotate(180deg);
    margin-left: 10px;
}

.pagination .prev:hover,
.pagination .next:hover {
    text-decoration: none;
}

.pagination .page-numbers.prev {
    margin-left: 0;
}

.pagination .page-numbers.next {
    margin-right: 0;
}


/*page ask*/

.ask {
    margin-bottom: 50px;
}

.ask .content {
    width: 80%;
    margin: 0 auto
}

.ask .panel {
    border: none;
}

.ask .panel-group .panel+.panel {
    margin-top: 30px;
}

.ask .panel-group .panel-heading {
    padding: 0;
    position: relative;
}

.ask .panel-group .panel-heading a:after {
    content: "";
    background: url('img/top-arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 25%;
    transform: rotate(180deg)
}

.ask .panel-group .panel-heading a[aria-expanded="true"]:after {
    transform: rotate(360deg)
}

.ask .panel-group .panel-heading a {
    display: block;
    color: #073990;
    text-decoration: none;
    padding: 30px 40px;
    border-radius: 3px;
    background-color: #e5f8fb;
    position: relative;
}

.ask .panel-body {
    padding: 30px 30px 20px 30px;
    border: 1px solid #e5f8fb !important;
    color: #999
}

.ask .panel-body a {
    color: #00bdd8;
    text-decoration: underline;
}

.ask .panel-body a:hover {
    text-decoration: none;
}

.ask .bottom-form {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 50px;
}

.ask .bottom-form form {
    font-size: 0;
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

.ask .bottom-form form .form-group {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
}

.ask .bottom-form form .form-group>* {
    width: 100%
}

.ask .bottom-form form .form-group input {
    display: block;
    margin-bottom: 10px;
}

.ask .bottom-form form .form-group input:last-child {
    margin-bottom: 0;
}

.ask .bottom-form form .form-group textarea {
    height: 106px
}

.ask .bottom-form form .button {
    font-size: 16px;
    margin-top: 20px;
}


/*page-courses*/

.courses {
    padding-bottom: 50px;
}

.courses .content-list {
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.courses .content-list .item {
    width: 23%;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 30px;
}

.courses .content-list .item:nth-child(n+4) {
    margin-right: 0;
}

.courses .content-list .item .image img {
    height: 100%;
}

.courses .content-list .item .article {

    text-decoration: none;
    border: 2px solid #e5f8fb;
    border-top: none;
    height: 70px;
    overflow: hidden;
    padding: 10px;
    transition: all .3s .1s
}

.courses .content-list a:hover .article {
    color: #00bdd8;
    text-decoration: underline;
    border-color: #00bdd8
}


/*page-gallery*/

.gallery {
    padding-bottom: 50px;
}

.gallery .content-list {
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}

.gallery .content-list .item {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.gallery .content-list .item:nth-child(n+4) {
    margin-right: 0;
}

.gallery .content-list .item .image {
    height: 160px;
    border-radius: 3px
}

.gallery .content-list .item .image img {
    height: 100%;
}

.gallery .content-list .item .image .count {
    font-size: 14px;
    position: absolute;
    background: url(img/photo-img.png) center center no-repeat;
    color: #fff;
    width: 31px;
    bottom: 10px;
    left: 10px;
    height: 26px;
    padding: 5px 7px;
    transition: all .3s .1s
}

.gallery .content-list .item .article {
    text-decoration: none;
    padding-top: 15px;
}

.gallery .content-list .item a:hover .image .count {
    opacity: 0.5
}

.gallery .content-list .item a:hover .article {
    text-decoration: underline;
}


/*album*/

.album {
    padding-bottom: 50px;
}

.album .content-list {
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.album .content-list .item {
    width: 23%;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 30px;
}

.album .content-list .item .image {
    height: 160px;
    border-radius: 3px
}

.album .content-list .item .image img {
    height: 100%
}

.album .content-list .item:nth-child(n+4) {
    margin-right: 0;
}

.gallery .gallery-item img {
    border: none !important;
    width: auto;
    position: relative;
    left: -60%;
    top: -60%;
}

.gallery .gallery-item {
    padding: 0 15px;
    margin: 0 0 30px 0
}

.gallery .gallery-item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 3px;
}

.gallery .gallery-item a:before {
    background: #00bdd8;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all .3s .1s;
    z-index: 1
}

.gallery .gallery-item a:after {
    content: "";
    background: url(img/hover-img.png) center center no-repeat;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all .3s .1s;
    z-index: 2
}

.gallery .gallery-item a:hover:before {
    opacity: 0.8;
}

.gallery .gallery-item a:hover:after {
    opacity: 1;
}

.gallery .gallery-item .gallery-caption {
    color: #00bdd8 !important;
    padding-top: 5px;
    text-align: left;
}


/*page-lesson*/

.lesson-info {
    padding-bottom: 90px;
    position: relative;
    border-bottom: 1px solid #e5f8fb;
}

.lesson-info p {
    color: #999999
}

.lesson-info:after {
    content: "";
    background: url('img/flag.png') center center no-repeat;
    width: 290px;
    height: 433px;
    position: absolute;
    bottom: 0;
    right: 5%;
    background-size: contain;
}

.lesson-info .block-left {
    width: 50%;

}

.lesson-info .block-left ul {
    margin: 20px 0;
}

.lesson-info .block-left ul li {
    padding-left: 50px;
    line-height: 33px;
    margin: 10px 0;
}

.lesson-info .block-left ul li p {
    margin-bottom: 0;
}

.lesson-info .block-left ul li:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0
}

.lesson-info .block-left ul li:nth-child(1):before {
    background: url('img/lesson-ul-icon.png') 0 0 no-repeat;
}

.lesson-info .block-left ul li:nth-child(2):before {
    background: url('img/lesson-ul-icon.png') 0 -54px no-repeat;
}

.lesson-info .block-left ul li:nth-child(3):before {
    background: url('img/lesson-ul-icon.png') 0 -108px no-repeat;
}

.lesson-info .block-left ul li:nth-child(4):before {
    background: url('img/lesson-ul-icon.png') 0 -162px no-repeat;
}

.lesson-slider {
    text-align: center;
    padding-bottom: 50px;
}

.lesson-slider .content-slider {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 0;
    justify-content: center;
}

.lesson-slider .content-list .item {
    padding: 0 10px
}

.lesson-slider .content-list .item .image {
    height: 160px;
    border-radius: 3px
}

.lesson-slider .content-list .item .image img {
    height: 100%
}

.lesson-slider .slick-prev {
    left: -120px
}

.lesson-slider .slick-next {
    right: -120px;
}

.lesson-slider .slick-prev,
.lesson-slider .slick-next {
    top: 36%
}

.form-first-lesson {
    background-color: #e5f8fb;
    border-bottom: none;
}

.form-first-lesson .ajax-loader {
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.form-first-lesson form {
    display: flex;
    flex-wrap: wrap
}

.send-test-result .form-group,
.form-first-lesson .form-group {
    max-width: 30%;
    margin-right: 0;
    padding-right: 15px;
}

.form-first-lesson .form-group {
    max-width: 20%;
}

.form-first-lesson form p {
    max-width: 26%;
    position: relative;
}

.send-test-result .form-group,
.send-test-result form p {
    max-width: 20%;
}

.send-test-result form .recaptcha,
.form-first-lesson form .recaptcha {
    max-width: 14%;
}

.text-lesson {
    padding: 30px 0 100px;
    position: relative;
}

.text-lesson p {
    color: #999999
}

.text-lesson:after {
    content: "";
    background: url('img/lesson-bg.png') center center no-repeat;
    width: 800px;
    height: 550px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
}

.text-lesson .block-left {
    width: 45%
}

.text-lesson .block-left .button {
    text-align: left;
    margin-top: 35px;
    display: inline-block;
    padding: 14px 18px 15px;
}

.text-lesson .block-left a {
    color: #00bdd8;
    text-decoration: none;
}

.text-lesson .block-left a:hover {
    text-decoration: underline;
}


/*test*/

.testme_area {
    padding-bottom: 50px;
}

.testme_area .testme_question {
    width: 60%;
    margin: 0 auto;
}

.testme_area .testme_question label {
    font-weight: normal;
}

.testme_area .testme_question_text {
    margin-bottom: 10px;
}

.testme_area .testme_button {
    margin-top: 50px;
    padding: 15px;
}

.testme_area .testme_show_test_description {
    margin-bottom: 70px;
}

#testme_result {
    margin-top: 30px;
    border: 1px solid #00bdd8;
    width: 60%;
    text-align: center;
    margin: 30px auto 0;
}

.testme_area .testme_question_text {
    font-weight: normal;
    font-family: "PTS-Bold";
}

.testme_your_score {
    font-weight: normal;
    font-family: "PTS-Bold";
}

.testme_result_title {
    margin: 35px 0 20px;
}

.test-page-login {
    text-align: center;
    margin-bottom: 50px;
}

.testme_not_logged {
    font-weight: normal;
    color: #000;
    font-family: "PTS-Bold";
    text-align: center;
    margin-bottom: 20px;
}

.testme_area .testme_not_logged {
    display: none;
}

.test-page-login span {
    display: block;
    margin-bottom: 10px;
}

.send-test-result {
    display: none;
}

.send-test-result form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.partners .content-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.partners .item-partner {
    font-size: 16px;
    color: #777777;
    list-style: none;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 20px;
    box-sizing: border-box;
}

.partners .item-partner:nth-child(4n) {
    padding-right: 0px;
}

.partners .item-partner .image {
    min-height: 180px;
    display: flex;
    align-items: center;
    width: 100%;
}

.partners .item-partner .image img {
    max-width: 100%;
    height: auto;
}

.partners .item-partner .link {
    margin-top: 10px;
    color: #073990;
}

.partners .item-partner .link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.search-result {
    margin-bottom: 40px;
}


/*courses*/

.panel-assort {
    border: none;
    box-shadow: none;
}

.panel-assort .panel-heading ul li:before {
    opacity: 0
}

.panel-assort .panel-heading {
    padding: 0 0 50px 0;
    background: none;
    border-bottom: none;
}

.panel-assort .panel-heading ul {
    display: flex;
    border-bottom: none;
}

.panel-assort .panel-heading ul li {
    text-align: center;
    width: 18%;
    font-size: 16px;
    padding: 0;
    border: none;
    background-color: #e5f8fb;
}

.panel-assort .panel-heading ul li .image {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
}

.panel-assort .panel-heading ul li:nth-child(1) .image {
    background: url(img/courses-icons-blue.png) 0 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(2) .image {
    background: url(img/courses-icons-blue.png) -143px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(3) .image {
    background: url(img/courses-icons-blue.png) -286px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(4) .image {
    background: url(img/courses-icons-blue.png) -430px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(5) .image {
    background: url(img/courses-icons-blue.png) -573px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(6) .image {
    background: url(img/courses-icons-blue.png) -716px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(7) .image {
    background: url(img/courses-icons-blue.png) -860px 0 no-repeat;
}

.panel-assort .panel-heading ul li:nth-child(8) .image {
    background: url(img/courses-icons-blue.png) -1000px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(1) .image,
.panel-assort .panel-heading ul li:nth-child(1):hover .image {
    background: url(img/courses-icons-white.png) 0 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(2) .image,
.panel-assort .panel-heading ul li:nth-child(2):hover .image {
    background: url(img/courses-icons-white.png) -143px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(3) .image,
.panel-assort .panel-heading ul li:nth-child(3):hover .image {
    background: url(img/courses-icons-white.png) -286px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(4) .image,
.panel-assort .panel-heading ul li:nth-child(4):hover .image {
    background: url(img/courses-icons-white.png) -430px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active.active:nth-child(5) .image,
.panel-assort .panel-heading ul li:nth-child(5):hover .image {
    background: url(img/courses-icons-white.png) -573px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(6) .image,
.panel-assort .panel-heading ul li:nth-child(6):hover .image {
    background: url(img/courses-icons-white.png) -716px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(7) .image,
.panel-assort .panel-heading ul li:nth-child(7):hover .image {
    background: url(img/courses-icons-white.png) -860px 0 no-repeat;
}

.panel-assort .panel-heading ul li.active:nth-child(8) .image,
.panel-assort .panel-heading ul li:nth-child(8):hover .image {
    background: url(img/courses-icons-white.png) -1000px 0 no-repeat;
}

.panel-assort .panel-heading ul li a {
    border: none !important;
    margin: 0;
    color: #073990;
    padding: 20px 10px;
    height: 129px;
}

.panel-assort .panel-heading ul li.active {
    background-color: #00bdd8;
    position: relative;
    box-shadow: 0px 30px 40px 10px #e5f8fb;
    z-index: 2;
}

.panel-assort .panel-heading ul li.active:before {
    content: "";
    background-color: #00bdd8;
    height: 20px;
    width: 100%;
    position: absolute !important;
    top: -19px;
    left: 0;
    opacity: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-assort .panel-heading ul li.active:after {
    content: "";
    background-color: #00bdd8;
    height: 20px;
    width: 100%;
    position: absolute !important;
    bottom: -19px;
    left: 0;
    opacity: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-assort .panel-heading ul li.active a {
    background-color: transparent;
    color: #fff
}

.panel-assort .panel-heading ul li.active a:focus {
    background-color: #00bdd8;
    color: #fff
}

.panel-assort .panel-heading ul li.active a:hover {
    background-color: transparent;
    color: #fff
}

.panel-assort .panel-heading ul li:hover {
    background-color: #00bdd8;
}

.panel-assort .panel-heading ul li a:hover {
    background-color: transparent;
    color: #fff
}

.panel-assort .tab-content li {
    padding: 10px 0 10px 40px;
    ;
}

.panel-assort .tab-content li:before {
    background: url(img/check-icon.png) center center no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 0;
    top: 5px;
}

.panel-assort .panel-body {
    padding: 0
}

.panel-assort .tab-content .text-block {
    width: 50%;
    padding: 50px 20px 20px 20px
}

.fade {
    display: none;
}

.courses #tab-0 {
    background: url(img/courses-1.jpg) 100% center no-repeat;
}

.courses #tab-1 {
    background: url(img/courses-2.jpg) 100% center no-repeat;
}

.courses #tab-2 {
    background: url(img/courses-3.jpg) 100% center no-repeat;
}

.courses #tab-3 {
    background: url(img/courses-4.jpg) 100% center no-repeat;
}

.courses #tab-4 {
    background: url(img/courses-5.jpg) 100% center no-repeat;
}

.courses #tab-5 {
    background: url(img/courses-6.jpg) 100% center no-repeat;
}

.courses #tab-0,
.courses #tab-1,
.courses #tab-2,
.courses #tab-3,
.courses #tab-4,
.courses #tab-5 {
    width: 100%;
    height: 430px;
}

.rules_confirm .check_rules {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    background-color: #f8f9f8;
    border: 1px solid #e6e6e6;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    cursor: pointer;
    outline: none !important;
}

.rules_confirm .check_rules:checked {
    background-color: #f8f9f8;
    border: 1px solid #e6e6e6;
    color: #073990;
}

.rules_confirm .check_rules:checked:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -khtml-appearance: none;
    content: '\2714';
    font-size: 29px;
    position: absolute;
    top: -11px;
    left: 1px;
    color: #073990;
}

.rules_confirm input.check_rules[type="checkbox"]:checked+label {
    color: #2b3138;
}

.rules_confirm input.check_rules[type="checkbox"]:checked+label a {
    color: #073990;
}

.rules_confirm input.check_rules[type="checkbox"]+label,
.rules_confirm input.check_rules[type="checkbox"]+label a {
    color: #f00;
}

.rules_confirm .text_rules {
    display: inline-block;
    font-size: 11px;
    margin: 0;
    line-height: 14px;
    letter-spacing: 1px;
    vertical-align: top;
    font-weight: normal;
    padding-top: 8px;
}

.rules_confirm .rules_result {
    display: none;
    color: #ff0000;
    font-size: 11px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.newsletter .rules_confirm {
    padding-top: 20px;
}

.anchors-block span {
    color: #337ab7;
}

.anchors-block span:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*media*/

@media (max-width: 1199px) {
    .top-header .address {
        padding-left: 15px;
    }

    .top-header .address .item {
        margin-bottom: 0;
    }

    .range .content {
        width: 100%
    }

    .callback-form form .button {
        padding: 14px 20px;
    }

    .callback-form form input[type="tel"],
    .callback-form form select {
        max-width: 150px;
    }

    .callback-form form select {
        padding-right: 28px;
    }

    .comment ul li {
        padding: 30px
    }

    .comment ul li .image img {
        width: 120px;
        height: 120px;
    }

    .comment ul li p {
        height: 65px;
        overflow: hidden
    }

    .text-lesson:after {
        width: 600px;
        height: 442px;
    }

    footer .social li,
    footer .social li a:before {
        width: 30px;
        height: 30px
    }

    footer .social li:nth-child(1) a:before {
        background: url(img/social-icons.png) 9px center no-repeat;
    }

    footer .social li:nth-child(2) a:before {
        background: url(img/social-icons.png) -35px center no-repeat;
    }

    footer .social li:nth-child(3) a:before {
        background: url(img/social-icons.png) -81px center no-repeat;
    }

    footer .social li:nth-child(4) a:before {
        background: url(img/social-icons.png) -126px center no-repeat;
    }

    footer .social li:nth-child(5) a:before {
        background: url(img/social-icons.png) -171px center no-repeat;
    }

    footer .social li:nth-child(6) a:before {
        background: url(img/social-icons.png) -215px center no-repeat;
    }

    .partners .item-partner {
        width: 33.3%;
    }

    .partners .item-partner:nth-child(3n) {
        padding-right: 0px;
    }

    .panel-assort .panel-heading ul li a {
        height: 150px
    }

    .courses #tab-0,
    .courses #tab-1,
    .courses #tab-2,
    .courses #tab-3,
    .courses #tab-4,
    .courses #tab-5 {
        height: 350px;
        background-size: contain;
    }

    .form-first-lesson form .form-group,
    .form-first-lesson form .recaptcha,
    .form-first-lesson form p {
        max-width: 25%;
    }

    .form-first-lesson form p {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 44px;
        margin: 40px 0 30px
    }

    h2 {
        font-size: 34px;
        margin: 40px 0 30px;
    }

    h3 {
        font-size: 26px;
        margin: 40px 0 20px;
    }

    h4 {
        font-size: 21px;
        margin: 40px 0 15px;
    }

    h5 {
        font-size: 18px;
        margin: 30px 0 10px;
    }

    blockquote {
        font-size: 16px;
        width: 90%;
        margin: 20px auto
    }

    body {
        font-size: 14px;
    }

    .top-header .info-contact .phone {
        font-size: 18px;
    }

    header nav ul li a:before {
        display: none;
    }

    .logo-wrap,
    .address {
        margin-bottom: 40px;
    }

    .top-header .info-contact .textwidget {
        display: block;
    }

    header nav ul li .sub-menu {
        top: 49px
    }

    .slider .slide {
        height: 450px
    }

    .slider span {
        font-size: 40px;
    }

    .slider {
        padding-top: 50px;
    }

    .share {
        padding: 30px 0 50px;
    }

    .content-list .item {
        font-size: 14px;
    }

    .share .content-list .item .list-comment {
        height: 55px
    }

    h1.title,
    h2.title,
    h3.title,
    h4.title {
        font-size: 34px;
        padding-bottom: 30px;
    }



    .last-news,
    .newsletter,
    .text,
    .map,
    .comment,
    footer {
        padding: 50px 0
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    select,
    .form-group textarea {
        font-size: 14px;
    }

    .media {
        padding-top: 50px;
    }

    .range {
        padding-top: 30px;
    }

    .range-list li {
        font-size: 13px;
    }

    .callback-form form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .callback-form .part .time input:not(checked)+span {
        font-size: 14px;
    }

    .callback-form form .part {
        justify-content: center;
        width: 50%;
        margin-bottom: 20px;
    }

    .callback-form form label {
        margin-right: 5px;
    }

    .callback-form form .part .button {
        margin-right: auto;
        margin-left: 0px;
    }

    .callback-form {
        padding: 30px 0
    }

    .callback-form form div.wpcf7-validation-errors {
        position: relative;
        margin-top: 5px;
        bottom: 0
    }

    .text .left {
        padding-right: 15px;
    }

    .text .right {
        padding-left: 15px;
    }

    .map .right,
    .map .left {
        width: 100%;
        font-size: 14px;
    }

    .map .right {
        padding: 30px 0 0 0
    }

    .map .bottom-info {
        padding-top: 20px;
    }

    .map .bottom-info .article {
        font-size: 21px;
        margin-bottom: 10px;
    }

    #map {
        height: 450px
    }

    .comment ul li {
        padding: 15px;
    }

    .comment ul li .content-comment {
        font-size: 14px;
        padding-left: 35px;
    }

    .comment ul li .name {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .footer-menu {
        height: 250px
    }

    .news .content,
    .ask .content {
        width: 100%
    }

    .news .content-list .item {
        padding: 20px 0
    }

    .news,
    .lesson-info {
        padding-bottom: 50px;
    }

    .ask {
        margin-bottom: 30px;
    }

    .ask .panel-group .panel-heading a {
        padding: 20px 70px 20px 30px
    }

    .ask .panel-group .panel-heading a:after {
        right: 20px;
        top: 15%;
    }

    .ask .bottom-form form {
        width: 100%
    }

    .ask .bottom-form form .form-group p {
        margin-bottom: 14px;
    }

    .ask .bottom-form form .form-group p:last-child {
        margin-bottom: 0;
    }

    .courses .content-list .item {
        margin-right: 0;
    }

    .lesson-info:after {
        width: 250px;
        height: 380px;
    }

    .lesson-info .block-left {
        width: 60%;
    }

    .lesson-slider .slick-prev {
        left: -50px;
    }

    .lesson-slider .slick-next {
        right: -50px;
    }

    .text-lesson {
        padding: 0 0 50px;
    }

    .text-lesson:after {
        width: 500px;
        height: 369px;
    }

    .gallery .content-list {
        justify-content: space-between
    }

    .gallery .content-list .item {
        width: 30%;
        margin-right: 0;
    }

    .gallery .content-list {
        padding-bottom: 0;
    }

    .partners .item-partner {
        width: 50%;
    }

    .partners .item-partner:nth-child(2n) {
        padding-right: 0px;
    }

    .panel-assort .panel-heading ul li a {
        height: 170px
    }

    .courses #tab-0,
    .courses #tab-1,
    .courses #tab-2,
    .courses #tab-3,
    .courses #tab-4,
    .courses #tab-5 {
        height: auto;
    }
}

@media (max-width: 767px) {

    .logo-wrap,
    .address,
    .info-contact,
    .wrap-button {
        margin-bottom: 20px;
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .top-header .logo img {
        width: auto
    }

    .top-header .address .item {
        margin-bottom: 20px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    header nav ul {
        display: block;
    }

    header nav ul li .sub-menu {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        min-width: auto;
        margin-top: 0;
        border-top: none
    }

    header nav ul li .sub-menu li {
        border-bottom: none;
        padding: 5px 15px
    }

    header nav ul li:before {
        display: none;
    }

    header nav ul li {
        padding: 10px 0
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0
    }

    .callback-form form {
        display: block;
    }

    .callback-form form .part {
        width: 100%;
    }

    .callback-form form div:nth-child(3) {
        flex-direction: row;
    }

    .callback-form form .recaptcha {
        margin-bottom: 0px;
    }

    .callback-form form .part .button {
        margin-left: auto;
    }

    .callback-form form input[type="tel"],
    .callback-form form select {
        width: 200px;
        max-width: 200px;
    }

    footer .row {
        font-size: 0;
    }

    footer .row>* {
        font-size: 14px;
    }

    .footer-menu {
        height: auto;
        display: inline-block;
        width: 33%;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .programs,
    footer .contact,
    .bottom-footer {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .courses .content-list .item {
        width: 31%;
    }

    .text-lesson:after {
        width: 400px;
        height: 295px;
    }

    #gallery-1 .gallery-item {
        width: 50% !important;
        padding: 0
    }

    .send-test-result .form-group {
        padding-right: 20px;
    }

    .testme_area .testme_question,
    #testme_result {
        width: 80%
    }

    footer .social li,
    footer .social li a:before {
        width: 40px;
        height: 40px
    }

    footer .social li:nth-child(1) a:before {
        background: url(img/social-icons.png) 14px center no-repeat;
    }

    footer .social li:nth-child(2) a:before {
        background: url(img/social-icons.png) -31px center no-repeat;
    }

    footer .social li:nth-child(3) a:before {
        background: url(img/social-icons.png) -76px center no-repeat;
    }

    footer .social li:nth-child(4) a:before {
        background: url(img/social-icons.png) -121px center no-repeat;
    }

    footer .social li:nth-child(5) a:before {
        background: url(img/social-icons.png) -166px center no-repeat;
    }

    footer .social li:nth-child(6) a:before {
        background: url(img/social-icons.png) -211px center no-repeat;
    }
}

@media (max-width: 730px) {
    .slider {}

    .slider .slide {
        height: 350px;
    }

    .slider span {
        font-size: 25px;
    }

    .media .content {
        margin: 0 175px 50px 0;
    }

    .text .right,
    .text .left {
        width: 100%;
        padding: 0;
    }

    .comment ul li .image img {
        width: 100px;
        height: 100px;
    }

    .comment ul li .content-comment {
        padding-left: 15px;
    }

    .lesson-info .block-left {
        width: 70%;
    }

    .lesson-info:after {
        width: 185px;
        height: 280px;
    }

    .text-lesson:after {
        display: none;
    }

    .text-lesson .block-left {
        width: 100%
    }

    .text-lesson .block-left {
        text-align: center;
    }

    .text-lesson .block-left p {
        text-align: left;
    }

    .text-lesson .block-left .button {
        margin-top: 20px;
    }

    .panel-assort .panel-heading ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .panel-assort .panel-heading ul li {
        width: 32%
    }

    .panel-assort .panel-heading ul li.active:before,
    .panel-assort .panel-heading ul li.active:after {
        display: none;
    }

    .panel-assort .panel-heading ul li {
        margin: 1px
    }

    .panel-assort .panel-heading ul li a {
        height: auto;
    }

    .form-first-lesson form .form-group,
    .form-first-lesson form .recaptcha,
    .form-first-lesson form p {
        max-width: 50%;
    }

    .send-test-result form p {
        max-width: 100%;
    }

    .send-test-result .form-group:nth-child(4),
    .send-test-result .form-group:nth-child(5),
    .form-first-lesson .form-group:nth-child(4),
    .form-first-lesson form .recaptcha,
    .form-first-lesson form p {
        margin-top: 20px;
    }
}

@media (max-width: 660px) {
    blockquote {
        width: 100%
    }

    h1.title,
    h2.title,
    h3.title,
    h4.title {
        line-height: 40px;
    }

    .content-list .item {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 15px
    }

    .content-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .newsletter form p,
    .newsletter .form-group {
        max-width: 200px
    }

    .comment ul li {
        width: 100%;
        display: block;
        border-bottom: 1px dashed #e6e6e6;
        border-left: none;
        border-right: none;
        padding: 15px 0
    }

    .comment ul li .image img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }

    .comment ul li:nth-last-child(2) {
        border-bottom: 1px dashed #e6e6e6;
    }

    .courses .content-list .item {
        width: 50%
    }

    .lesson-info .block-left {
        width: 100%;
    }

    .lesson-info:after {
        display: none;
    }

    .form-first-lesson form p {
        max-width: 33%
    }

    .form-first-lesson .form-group {
        padding-right: 20px;
        max-width: 33%
    }

    .send-test-result form p {
        max-width: 100%;
        margin-top: 20px;
    }

    .gallery .content-list .item {
        width: 50%;
    }

    .courses #tab-0,
    .courses #tab-1,
    .courses #tab-2,
    .courses #tab-3,
    .courses #tab-4,
    .courses #tab-5 {
        background: #fff
    }
}

@media (max-width: 600px) {
    .newsletter input[type="text"] {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 560px) {
    blockquote {
        padding: 10px 0 10px 50px;
    }

    blockquote:before {
        left: 10px
    }

    .media .content {
        margin: 0 150px 50px 0;
    }

    .footer-menu,
    .programs,
    footer .contact {
        width: 100%;
        display: block;
        text-align: center;
    }

    footer .contact .item-address {
        display: inline-block;
    }

    footer .bottom-footer {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    footer .contact {
        padding: 20px 0 40px;
    }

    footer {
        padding-bottom: 20px;
    }

    .lesson-slider .slick-prev {
        left: -40px;
    }

    .lesson-slider .slick-next {
        right: -40px;
    }

    .partners .item-partner {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }

    .partners .item-partner .image {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .map .right img {
        max-width: 100%;
    }

    blockquote {
        padding: 10px 0 10px 20px;
    }

    blockquote:before {
        display: none;
    }

    h1 {
        font-size: 38px;
    }

    h2,
    h1.title,
    h2.title,
    h3.title,
    h4.title {
        font-size: 30px;
    }

    .logo-wrap,
    .address,
    .info-contact,
    .wrap-button {
        display: block;
        width: 100%;
        text-align: center;
        height: auto
    }

    .top-header .address .item {
        margin-bottom: 0;
    }

    .top-header .info-contact span {
        display: block;
    }

    .top-header .logo {
        margin: 0 auto 10px
    }

    .top-header .address .item:before {
        display: none;
        padding-left: 0
    }

    footer .contact .item-address:before {
        display: none;
        padding-left: 0;
    }

    .top-header .room {
        display: inline-block;
    }

    .content-list .item {
        width: 100%;
        padding: 0;
    }

    .content-list {
        padding-bottom: 30px;
    }

    .newsletter form p {
        max-width: 100%;
    }

    .newsletter .form-group {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .media .content {
        margin: 0 0 50px 0;
    }

    .media .content:before {
        display: none;
    }

    .range-list li {
        display: block;
        width: 100%;
    }

    .callback-form form .part {
        display: block;
    }

    .wpcf7-form-control-wrap {
        display: block;
        margin-bottom: 20px;
    }

    .callback-form form label {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .callback-form form .level:before {
        display: none;
    }

    .callback-form form input[type="tel"],
    .callback-form form select {
        width: 100%;
        max-width: 100%
    }

    .news .content-list .item .image {
        margin-right: 0px;
        float: none;
        width: 100%;
        height: 140px;
        margin-bottom: 0;
    }

    .news .content-list .item {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    #register-form,
    #auth-form {
        padding: 30px;
        width: 80%;
    }

    .white-popup {
        padding: 30px 30px 10px 30px
    }

    .ask .bottom-form form .form-group {
        width: 100%;
        margin-bottom: 0;
    }

    .ask .bottom-form form .form-group:last-child {
        margin-bottom: 15px;
    }

    .courses .content-list .item {
        width: 100%;
    }

    .courses .content-list .item .article {
        height: auto
    }

    .form-first-lesson .form-group {
        padding-right: 0;
        margin-bottom: 0;
    }

    .form-first-lesson form .form-group,
    .form-first-lesson form .recaptcha,
    .form-first-lesson form p {
        max-width: 100%;
    }

    .send-test-result .form-group:nth-child(4),
    .send-test-result .form-group:nth-child(5),
    .form-first-lesson .form-group:nth-child(4),
    .form-first-lesson form .recaptcha,
    .form-first-lesson form p {
        margin-top: 0px;
    }

    #gallery-1 .gallery-item {
        width: 100% !important
    }

    .gallery .gallery-item img {
        left: 0
    }

    .send-test-result form p {
        margin-top: 0;
    }

    .gallery .content-list .item {
        width: 100%;
    }

    .gallery .content-list .item .image {
        height: 200px
    }

    .panel-assort .panel-heading ul li {
        width: 100%
    }
}

.buttonUp {
    position: fixed;
    z-index: 200;
    right: 50%;
    bottom: 20px;

    display: none;

    margin-right: -800px;
}

.buttonUp button {
    display: block;

    width: 48px;
    height: 48px;
    border: none;

    background: url(img/up.png) 0 0 no-repeat;
}

.buttonUp button:focus {
    outline: 0;
}


@media (max-width: 1024px) {
    .buttonUp {
        display: none !important;
    }
}


.news.news_new .content-list .item {
    display: flex;
}

.news.news_new .content-list .item .image-teachers {
    flex-shrink: 0;
    margin-right: 25px;
}

.news.news_new .content-list .item .article a {
    text-align: right;
}

.news.news_new .content-list .item .article span {
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}

.news.news_new .content-list .item .article {
    padding-top: 0px;
}

.text_content {
    color: #777;
}


/*************************************************************************************************/
a:focus,
a:active,
a:focus-visible,
img {
    outline: none;
}

.intro {
    position: relative;
    overflow: hidden;
}

.intro .breadcrumbs {
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .intro .breadcrumbs {
        margin: 0 0 36px;
    }
}

.intro__inner {
    position: relative;
    padding: 0 0 98px 0;
}

@media (max-width: 1199px) {
    .intro__inner {
        padding: 0 0 60px 0;
    }
}

@media (max-width: 767px) {
    .intro__inner {
        padding: 0;
    }
}

.intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .intro__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.intro__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.intro__content {
    position: relative;
    z-index: 3;
    text-align: left;
}

.intro__content h1 {
    text-align: left;
    font-size: 55px;
    line-height: 1.2;
    color: #073990;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .intro__content h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .intro__content h1 {
        font-size: 30px;
    }
}

.intro__content p {
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .intro__content p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.intro__content p:last-child {
    margin-bottom: 0;
}

.intro__action {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .intro__action {
        margin-top: 10px;
    }
}

.intro__action .button {
    margin: 0;
}

@media (max-width: 767px) {
    .intro__img {
        border-bottom: 1px solid #eaf8fc;
    }
}

.intro__img img {
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0;
    left: 72%;
    transform: translate(-50%, 0);
}

@media (max-width: 991px) {
    .intro__img img {
        left: 78%;
    }
}

@media (max-width: 767px) {
    .intro__img img {
        position: relative;
        width: 108%;
        height: auto;
        left: 47%;
        transform: translate(-50%, 0);
    }
}

.advantages {
    overflow: hidden;
    padding: 50px 0;
}

.advantages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1199px) {
    .advantages__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .advantages__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.advantages__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.item_advantages__top {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.item_advantages__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #e5f8fc;
    width: 50px;
    height: 50px;
}

.item_advantages__img img {
    max-width: 24px;
    max-height: 24px;
    height: auto;
}

.item_advantages__title {
    font-size: 20px;
    font-weight: 700;
    color: #00003d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

.item_advantages__text {
    font-size: 16px;
    line-height: 1.2;
}

.item_advantages__text p:last-child {
    margin-bottom: 0;
}

.world {
    overflow: hidden;
    padding: 18px 0 50px 0;
}

@media (max-width: 767px) {
    .world {
        padding: 18px 0 30px 0;
    }
}

.world__grid {
    display: grid;
    grid-template-columns: 33% 1fr;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .world__grid {
        grid-template-columns: 1fr;
    }
}

.world__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.world__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    color: #00003d;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .world__title {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .world__title {
        font-size: 18px;
    }
}

.world__slider {
    margin: 0 80px;
}

@media (max-width: 1199px) {
    .world__slider {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .world__slider {
        margin: 0 -10px;
    }
}

.world__slider .slick-next {
    right: -80px;
}

@media (max-width: 1199px) {
    .world__slider .slick-next {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .world__slider .slick-next {
        display: none !important;
    }
}

.world__slider .slick-prev {
    left: -80px;
}

@media (max-width: 1199px) {
    .world__slider .slick-prev {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .world__slider .slick-prev {
        display: none !important;
    }
}

.world__slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .world__slider .slick-dots {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .world__slider .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.world__slider .slick-dots li button {
    border: 3px solid #00bdd8;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

@media (max-width: 767px) {
    .world__slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 2px solid #00bdd8;
    }
}

.world__slider .slick-dots li button:before {
    display: none;
}

.world__slider .slick-dots li.slick-active button {
    background: #00bdd8;
}

.world__slide {
    position: relative;
    display: block;
    aspect-ratio: 1.78;
    margin: 0 20px;
}

@media (max-width: 767px) {
    .world__slide {
        margin: 0 10px;
    }
}

.world__slide iframe {
    width: 100%;
    height: 100%;
}

.world__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-video {
    position: relative;
    cursor: pointer;
}

.t-video::after {
    content: "";
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    position: absolute;
    background-image: url("../img/icon-youtube.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 767px) {
    .t-video::after {
        width: 40px;
        height: 40px;
    }
}

.training {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

@media (max-width: 767px) {
    .training {
        padding-top: 30px;
    }
}

.training__inner {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

@media (max-width: 1199px) {
    .training__inner {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .training__inner {
        padding: 40px 0 10px 0;
    }
}

.training__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 160px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .training__inner::after {
        width: 102vw;
    }
}

.training__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .training__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.training__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.training__content {
    position: relative;
    z-index: 3;
    text-align: left;
}

.training__content h1 {
    text-align: left;
    font-size: 55px;
    line-height: 1.2;
    color: #073990;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .training__content h1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .training__content h1 {
        font-size: 30px;
    }
}

.training__content h2 {
    text-align: left;
    font-size: 40px;
    line-height: 1.3;
    color: #073990;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .training__content h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .training__content h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
}

.training__content p {
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .training__content p {
        font-size: 16px;
    }
}

.training__content p:last-child {
    margin-bottom: 0;
}

.training__action {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .training__action {
        margin-top: 16px;
    }
}

.training__action .button {
    margin: 0;
}

.training__img img {
    display: block;
    position: absolute;
    width: auto;
    height: 113%;
    bottom: 0;
    right: -80px;
}

@media (max-width: 1199px) {
    .training__img img {
        right: -150px;
    }
}

@media (max-width: 991px) {
    .training__img img {
        right: -250px;
    }
}

@media (max-width: 767px) {
    .training__img img {
        position: relative;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        transform: translate(0, 0);
    }
}

.stages {
    padding: 30px 0;
}

.stages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 991px) {
    .stages__grid {
        grid-template-columns: 1fr;
    }
}

.stages__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.item_stages__num {
    position: relative;
    padding-left: 26px;
    font-size: 60px;
    line-height: 1;
    color: #00003d;
}

.item_stages__num::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 30px;
    left: 0px;
    border-radius: 50%;
    background-color: #e31e24;
}

.item_stages__text {
    font-size: 16px;
    line-height: 1.2;
}

.item_stages__text p:last-child {
    margin-bottom: 0;
}

.employees {
    padding: 30px 0 100px;
}

@media (max-width: 767px) {
    .employees {
        padding: 30px 0 60px;
    }
}

@media (max-width: 767px) {
    .employees .title {
        font-size: 24px;
        padding-bottom: 25px;
    }
}

.employees__slider {
    margin: 0 70px;
}

@media (max-width: 1199px) {
    .employees__slider {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .employees__slider {
        margin: 0 -10px;
    }
}

.employees__slider .item_employees {
    margin: 0 30px;
}

@media (max-width: 767px) {
    .employees__slider .item_employees {
        margin: 0 10px;
    }
}

.employees__slider .slick-next {
    right: -70px;
}

@media (max-width: 1199px) {
    .employees__slider .slick-next {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .employees__slider .slick-next {
        display: none !important;
    }
}

.employees__slider .slick-prev {
    left: -70px;
}

@media (max-width: 1199px) {
    .employees__slider .slick-prev {
        left: -30px;
    }
}

@media (max-width: 767px) {
    .employees__slider .slick-prev {
        display: none !important;
    }
}

.employees__slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .employees__slider .slick-dots {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .employees__slider .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.employees__slider .slick-dots li button {
    border: 3px solid #00bdd8;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

@media (max-width: 767px) {
    .employees__slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 2px solid #00bdd8;
    }
}

.employees__slider .slick-dots li button:before {
    display: none;
}

.employees__slider .slick-dots li.slick-active button {
    background: #00bdd8;
}

.item_employees__img {
    display: block;
    aspect-ratio: 1;
    margin-bottom: 26px;
}

.item_employees__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_employees__name {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #073990;
}

.item_employees__text {
    font-size: 16px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_employees__text p:last-child {
    margin-bottom: 0;
}

.item_employees__action {
    margin-top: 10px;
}

.item_employees__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #00bdd8;
    border-bottom: 1px solid #00bdd8;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.item_employees__link:hover,
.item_employees__link:active {
    color: #073990;
    border-bottom: 1px solid #073990;
}

@media (max-width: 1199px) {
    .bonuses {
        background-color: #f8f8f8;
    }
}

.bonuses.bonuses-pb .bonuses__inner {
    padding: 70px 0 180px;
}

@media (max-width: 767px) {
    .bonuses.bonuses-pb .bonuses__inner {
        padding: 30px 0 100px;
    }
}

.bonuses__inner {
    padding: 70px 0 70px;
    position: relative;
}

@media (max-width: 767px) {
    .bonuses__inner {
        padding: 30px 0 30px;
    }
}

.bonuses__inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 160px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .bonuses__inner::after {
        display: none;
    }
}

.bonuses .title {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .bonuses .title {
        font-size: 24px;
        padding-bottom: 20px;
    }
}

.bonuses__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 991px) {
    .bonuses__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.bonuses__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

.item_bonuses__img {
    margin-bottom: 20px;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.item_bonuses__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_bonuses__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #00003d;
    margin-top: 0;
    margin-bottom: 10px;
}

.item_bonuses__text {
    font-size: 16px;
    line-height: 1.2;
}

.item_bonuses__text p:last-child {
    margin-bottom: 0;
}

.bonuses-pb+.y_reviews {
    margin-top: -155px;
}

@media (max-width: 767px) {
    .bonuses-pb+.y_reviews {
        margin-top: -100px;
    }
}

.y_reviews {
    position: relative;
    z-index: 3;
    padding: 30px 0;
}

.y_reviews__title {
    font-size: 24px;
    line-height: 1.2;
    color: #00003d;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .y_reviews__title {
        display: none;
    }
}

.y_reviews__block {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.y_reviews__block img {
    max-width: 100%;
    height: auto;
}

.about {
    padding: 70px 0 100px;
}

@media (max-width: 767px) {
    .about {
        padding: 35px 0 70px;
    }
}

.about__grid {
    display: grid;
    grid-template-columns: 1fr 42%;
    gap: 20px;
}

.about__grid>* {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 991px) {
    .about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.about__content h2 {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .about__content h2 {
        font-size: 24px;
    }
}

.about__content p {
    font-size: 16px;
    line-height: 1.2;
}

.about__info {
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.2;
    color: #00003d;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .about__info {
        font-size: 18px;
    }
}

.about__info::after {
    content: "";
    position: absolute;
    width: 10px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background-color: #e31e24;
}

.about__img img {
    width: 100%;
    height: auto;
}

@media (min-width: 1300px) {
    .about__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.callback-form form {
    flex-wrap: wrap;
}

.callback-form .wpcf7 form .wpcf7-response-output {
    margin: 10px auto;
}


@media (min-width: 991px) {
    .top-header .address .search {
        width: 210px;
    }

    .top-header .logo-wrap {
        width: 210px;
        flex-shrink: 0;
    }

    .top-header .row {
        display: flex;
    }

    .top-header .row>div:nth-child(2) {
        flex-grow: 1;
        margin-left: 15px;
    }

    .top-header .row>div:nth-child(3) {
        width: 200px;
    }

    .top-header .wrap-button {
        flex-shrink: 0;
    }
}

@media (max-width:1200px) {
    .top-header .info-contact .phone {
        font-size: 18px;
    }
}

@media (max-width: 600px) and (min-width: 480px) {
    .top-header .info-contact .phone {
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .logo-wrap,
    .address,
    .info-contact,
    .wrap-button {
        margin-bottom: 20px;
    }
}

.map .content img {
    max-width: 100%;
    height: auto;
}

/* Стили для текста согласия в Contact Form 7 */
.wpcf7 .form-polit,
.form-note {
  font-size: 11px;              /* размер шрифта */
  color: #444444 !important;    /* цвет текста — поменяйте на нужный hex */
  line-height: 1.4;
  margin-top: 12px;
}

/* Стили для ссылки внутри текста */
.wpcf7 .form-polit a,
.form-note a {
  color: #1a73e8 !important;    /* цвет ссылки */
  text-decoration: underline;
}

/* 1) Сделаем контейнер капчи адаптивным и вписывающимся в ширину формы */
#order-learn-form .form-group .h-captcha,
#order-learn-form .h-captcha,
.wpcf7 .h-captcha,
.wpcf7 .h-captcha > div {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 auto 15px auto !important;
  padding: 0 !important;
}

/* 2) Заставим iframe/внутренний контейнер масштабироваться по контейнеру */
#order-learn-form .h-captcha iframe,
.wpcf7 .h-captcha iframe,
#order-learn-form .h-captcha > div,
.wpcf7 .h-captcha > div {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  transform: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/* 3) Ограничим ширину самой формы (подберите значение если нужно) */
#order-learn-form.white-popup,
#order-learn-form {
  width: 360px;
  max-width: 90vw;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

/* 4) Для мелких экранов — капча растягивается в 100% контейнера */
@media (max-width: 480px) {
  #order-learn-form,
  #order-learn-form .h-captcha,
  .wpcf7 .h-captcha {
    width: 94% !important;
  }

  #order-learn-form .h-captcha iframe,
  .wpcf7 .h-captcha iframe {
    width: 100% !important;
  }
}

.cf7-simple-turnstile_div { width:100%; margin-top: -20px; }
#wpcf7-f2270-o1 p, #wpcf7-f2320-o1 p {
    max-width: 100%;
    position: relative;
}

#wpcf7-f2270-o1 form, #wpcf7-f2320-o1 form { display: block;}
#wpcf7-f2270-o1 .form-group, #wpcf7-f2320-o1 .form-group, #wpcf7-f2128-o1 .button { margin-top: 0px !important; }

@media (max-width: 1198px) {
   #wpcf7-f2270-o1 input[type="submit"], #wpcf7-f2320-o1 input[type="submit"] { display: block; margin-top: 15px !important; }
}
@media (max-width: 990px) {
	#wpcf7-f2128-o1 form div { flex-direction: row !important; width:100%; }
}
