body, h1, h2, h3, h4, h5, p, ul, li {
    margin: 0;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/PlayfairDisplay-Regular.ttf");
}

.learning {
    margin: 0 auto;
    max-width: 1440px;
    font-family:  Arial, sans-serif;
    padding: 60px 0;
}

.learning .learning__title {
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.learning .learning__blocks {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
    justify-content: center;
}

.learning .learning__blocks._content-center {
    flex-direction: column;
    align-items: center;
}

.learning .learning__blocks .learning__block {
    width: 300px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.learning__block_client {
    text-align: center;
    color: #007aff;
}

.main-for-bg {
    background: url("../images/bg-main.jpg");
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.learning__block_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: block;
    text-decoration: none;
    color: #007aff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.learning__block_text:hover {
    color: #00569c;
}

.learning__block_a {
    background: #00569c;
    color: white;
    text-decoration: none;
    padding: 7px 19px;
    border-radius: 6px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    width: 77px;
}

.learning__block_a:hover {
    background: #007aff;
}

/* header */

.header {
    background: url('/main/images/header_map.svg'), linear-gradient(#1370b9, #7fc6e8);
    background-position: left bottom, right bottom, 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%, 185px 143px, auto 100%;
    color: white;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    padding-left: 10px;
}

.header .header-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.header-container .header__top {
    padding: 7px 0 9px;
    color: #ffffff;
    font: 13px/20px "Ubuntu", Arial, sans-serif;
    text-align: center;
    font-size: 11px;
}

.header-container .header__mid {
    display: flex;
    border-top: 2px solid rgba(225, 225, 225, 0.1);
    padding: 14px 0 4px;
    margin-bottom: 6px;
    align-items: center;
}

.header__mid .header__logo {
    margin-right: 2px;
    width: 160px;
    height: 92px;
}
.header__mid .header__logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.header__text-block {
    max-width: 518px;
}

.header__content {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.header__content_description {
    font-size: 13px;
    line-height: 16px;
}

.header__content .header__content_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px;
    letter-spacing: normal;
}

.number {
    margin-top: 10px;
}

.number a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}

.adress {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
	
}
.number a span {
    color: #add9ed !important;
}

.media {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav {
    border-top: 2px solid rgba(225, 225, 225, 0.1);
    display: flex;
    align-items: center;
}

.header__list {
    flex: 1;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 15px;
}

.header__list li a {
    color: white;
    text-decoration: none;
    transition: .1s;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.header__media-block_numbers {

    max-width: 500px;
    text-align: end;
}

.header__list li a:hover {
    color: #00569c;
}
/*footer*/
.footer {
    background: #2c364a;
}
.footer-container {
    padding: 20px 0;
    max-width: 1008px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-block p {
    margin-bottom: 10px;
    color: #969BA6;
    font-size: 12px;
    line-height: 18px;
    font-family:  Arial, sans-serif;
}
.footer-block p a {
    text-decoration: none;
    color: #00569c;
}
.footer-block p a:hover {
    color: #969BA6;
}
.footer-theme {

    max-width: 1008px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.footer-theme__block {
    display: flex;
}

.footer-theme__block a {
width: 280px;
    font-size: 12px;
    color: #f5eeee;
    font-weight: 700;
    text-decoration: none;
}

.footer-theme__block_image {
    width: 47px;
    height: 47px;
    margin-right: 16px;
}

.footer-theme__block_image img {
    width: 100%;
    height: 100%;

}

@media screen and (max-width: 1440px) {
    main {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width: 768px) {
    main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .learning .learning__blocks {
        justify-content: center;
    }
}

/*headerv2*/
.header-v2 {
    background: linear-gradient(180deg, #1370B9 10.57%, #79C1E5 100%);
    padding: 25px 0;
    height: 175px;
    position: relative;
    box-sizing: border-box;
}

.header-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.left {
    display: flex;
    align-items: center;
}

.left p {
    font-family: Arial, sans-serif;
    width: 460px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}

.left-logo {
    margin-right: 30px;
}
.right {
}

.right p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.right-call {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 19px;
}

.right-call .icon {
    width: 43px;
    height: 43px;
margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.right-call .numbers {
    display: flex;
    flex-direction: column;
}

.right-call .numbers a {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.right-call .numbers a:first-child {
    margin-bottom: 6px;
}

.right-mail {
    display: flex;
    justify-content: end;
    align-items: center;
}

.right-mail a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.right-mail .dot {
    margin: 0 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.header-map {
    position: absolute;
    left: 0;
    top: 0;
}