body,h1,h2,h3,h4,h5,p,ul,li {
    margin: 0;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../main/fonts/PlayfairDisplay-Regular.ttf");
}

.main-for-bg {
    background: url("../../main/images/bg-main.jpg");
    background-position: center;
    background-size: cover;
}

.content {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1440px;
    font: 13px/20px  Arial, sans-serif;
    color: #333;
}

.content .content__title{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin-bottom: 20px;
}

.content .content__title.text-center {
    text-align: center;
}

.content .content__block .image img {
    max-width: 100%;
}
.content .content__block p {
    margin-bottom: 20px;
    text-align: justify;
}

.content .content__block ul {
    padding-left: 40px;
    list-style: none;
}

.content .content__block ul li{
    margin-bottom: 10px;
}

.content .content__block p a {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    text-decoration: none;
    color: #00569c;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.content .content__block p a:hover {
    color: #007aff;
}
/* header */

.header {
    background: url('../../main/images/header_map.svg'),#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;
}

.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  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;
}
.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;
}

.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: 360px;
    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: #a69696;
}
.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-left: 10px;
        padding-right: 10px;
    }
}

/*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: "Ubuntu-Bold", 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;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex li {
    width: 25%;
}

.content__title_ok {
    font-weight: bold;
}