body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, sans-serif;
    background-color: white;
}

html {
    overflow: hidden auto;
}
.choose-recourse {
    display: flex;
    position: relative;
}

.choose-recourse-icon {
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 6;
    padding: 6px 10px 1px 20px;
}

ul.choose-recourse-url {
    width: 218px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 5px;
}

.choose-recourse-icon.clicked + ul.choose-recourse-url {
    opacity: 1;
    visibility: visible;
}

ul.choose-recourse-url li {
    height: 65px;
    padding: 0 20px 0 55px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(178, 178, 178, 0.35);
}



.btn-unloading-contract {
    display: block;
    border: 1px solid #52B85C;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
}

.btn-unloading-contract:hover {
    background: #f3f3f3;
}

.page-headers-h1 {
    font-weight: 400;
    font-size: 22px;
    color: black;
}

.text-btn-unloading-contract {
    padding: 0 0 0 30px;
    margin: 0 0 0 4px !important;
    background-size: 16px;
    background-image: url(/app/site/assets/img/download_green.png);
    background-repeat: no-repeat;
    background-position-y: center;
    height: 34px;
    display: flex;
    align-items: center;
}

.block-head-contract {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    text-decoration: none;
    color: #3598DB;
    cursor: pointer;
}
@media (max-width: 478px) {
    ul.choose-recourse-url li {
        height: 65px;
        padding: 0 20px 0 55px;
        display: flex;
        align-items: center;
        position: relative;
        background: #FFFFFF;
        box-shadow: 0 0 30px rgba(178, 178, 178, 0.35);
    }
}

ul.choose-recourse-url li:first-child {
    background: transparent;
    opacity: 0;
    box-shadow: none;
}
ul.choose-recourse-url li:before {
    position: absolute;
    left: 15px;
    top: 20px;
}

ul.choose-recourse-url li:nth-child(2):before {
    content: url("/app/site/assets/img/logo_sensus.svg");
}
ul.choose-recourse-url li:nth-child(3):before {
    content: url("/app/site/assets/img/podbor_logo.svg");
}
ul.choose-recourse-url li:nth-child(4):before {
    content: url("/app/site/assets/img/market_logo.svg");
}
ul.choose-recourse-url li:nth-child(5):before {
    content: url("/app/site/assets/img/zakupki_logo.svg");
}

ul.choose-recourse-url a {
    display: block;
    width: inherit;
    height: inherit;
    cursor: pointer;
    color: #184bb1;
    vertical-align: middle;
    line-height: 65px;
    border-bottom: 1px solid #F2F2F2;
    text-decoration: none;
}
ul.choose-recourse-url a:hover {
    color: #1A59D8;
}

.header1 {
    height: 65px;
    width: 100%;
    background-color: white;
    z-index: 4;
    left: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    position: fixed;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
}

.login {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0D9AA3;
    padding: 14px 30px;
    border-radius: 5px;
}

.login:hover {
    background-color: #1e8188;
}

.logo-nav-header {
    width: 240px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    border-right: 1px solid #ddd;
}

.content-header {
    width: 100%;
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
    box-shadow: 0 1px rgb(0 0 0 / 25%);
}


.logo-nav-hidden {
    display: none;
}

.hamburger-menu-header {
    display: none;
}

.navbar-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.navbar-list {
    margin: 0;
    padding: 4px;
}

ul.navbar-list li {
    margin-right: 29px;
    padding: 3px;
}

.navbar_item a {
    color: #0D9AA3;
    text-decoration: none;
}

.navbar_item a:hover {
    text-decoration: underline;
}

.container-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    background: #F9F9F9;
}

.right-part-inner {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
}

.left-part-inner {
    width: 240px;
    min-height: auto;
    background: #FFFFFF;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
}

.nav-inner {
    margin-top: 68px;
    padding-left: 0;
    width: 240px;
}

ul.nav-inner > li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 24px;
    padding: 12px 10px 12px 50px;
    border-left: 3px solid transparent;
}

ul.nav-inner > li:nth-child(1) {
    background-image: url(../img/information-menu.svg);
}

ul.nav-inner > li:nth-child(2) {
    background-image: url(../img/model_new-menu.svg);
}

ul.nav-inner > li:nth-child(3) {
    background-image: url(../img/desktop-menu.svg);
}

ul.nav-inner > li:nth-child(4) {
    background-image: url(../img/settings-menu.svg);
}

ul.nav-inner > li:nth-child(5) {
    background-image: url(../img/contacts-menu.svg);
}

.nav-information-blue {
    background-image: url(../img/information-blue.svg) !important;;
}

.nav-api-blue {
    background-image: url(../img/model_new-blue.svg) !important;;
}

.nav-desktop-blue {
    background-image: url(../img/desktop-blue.svg) !important;;
}

.nav-settings-blue {
    background-image: url(../img/settings-blue.svg) !important;;
}

.nav-inner-link {
    color: #454545;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.nav-active-link a {
    color: #3598DB;
}

.nav-active-link {
    background-color: #F7F7F7;
    border-right: 3px solid #3598DB !important;
}

ul.nav-inner > li:hover {
    background-color: #F7F7F7;
    border-right: 3px solid #3598DB;
}

.body-page {
    margin: 0;
}
.but {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
}
.imgApi{
    padding: 15px 10px 1px 5px;
    content: url("/app/site/assets/img/API.svg");
}


@media (max-width: 1918px) {
    .imgApi{
        padding: 15px 5px 1px 5px;
        content: url("/app/site/assets/img/API.svg");
    }
}


.img-header {
    margin: auto 0;
    display: flex;
}

.login-in a:first-child {
    padding-right: 10px;
}

.login-in a:last-child {
    padding-left: 10px;
}

.login-in a {
    text-decoration: none;
    color: #0D9AA3;
    cursor: pointer;
}

.login-in a:hover {
    text-decoration: underline;
}

.button {
    color: #FFFFFF;
    background: #0D9AA3;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    line-height: 19px;
    cursor: pointer;
    margin: 9px 0;
}
@media (max-width: 478px) {
    .button {
        color: #FFFFFF;
        background: #52B85C;
        padding: 14px 2px;
        border-radius: 5px;
        border: none;
        font-size: 1rem;
        line-height: 19px;
        cursor: pointer;
        margin: 9px 0;
    }
}

.button1 {
    color: #FFFFFF;
    background: #0D9AA3;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    line-height: 19px;
    cursor: pointer;
    margin: auto 0;
}

.button1:hover {
    background: #1e8188;
}

.r {
    padding-bottom: 50px;
    line-height: 28px;
    color: #666666;
}

.r h1 {
    padding: 50px 0;
    text-align: center;
    line-height: 45px;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}

.r-cont .icon {
    background-image: url(../img/icon-phone.png);
}

.r-working-hours .icon {
    background-image: url(../img/icon-time.png);
}

.r-requisites .icon {
    background-image: url(../img/icon-map.png);
}

.r .icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    box-shadow: 0 8px 10px rgba(53, 152, 219, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
    margin-top: 0;
}


.r h5 {
    font-size: 22px;
    font-weight: normal;
    color: #0D9AA3;
    padding: 10px 0;
    margin: 0;
}

/* --- Contacts and Payments --- */
.r-cont,
.r-requisites,
.r-working-hours {
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 0;
    width: 75%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1000px) {
    .r-cont,
    .r-requisites,
    .r-working-hours {
        width: 100%;
    }
}


.r-cont > div:nth-child(2) {
    flex-grow: 1;
}

.r ul {
    padding-left: 0;
    list-style-type: none;
}

.r ul li a {
    text-decoration: none;
    color: #0D9AA3;
}

.r ul li:first-child >  a:before {
    content: url(../img/mail.svg);
    padding-right: 10px;
    vertical-align: top;
}

.r ul li:nth-child(n+2) > p:before {
    content: url(../img/phone.png);
    padding-right: 10px;
    vertical-align: top;
}

/*.r ul li:last-child > a:before {
    content: url(../img/skype.svg);
    padding-right: 10px;
    vertical-align: top;
}*/

.r-social > a > div {
    width: 40px;
    height: 40px;
}

.r-social > a:first-child > div {
    background: center no-repeat url(../img/facebook.png);
    margin-bottom: 20px;
}

.r-social > a:last-child > div {
    background: center no-repeat url(../img/telegram.png);
}

.link_our_data {
    text-decoration: none;
    color: #3598DB;
}

.link_our_data:hover {
    text-decoration: underline;
}

.container {
    align-items: center;
    width: 1290px;
    margin: 0 auto;
}

.button-generate {
    background: #3598DB;
    border: 0;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 2px 10px;
}

.nav-left-menu {
    position: fixed;
}

.block-navigation {

}

.bold-span {
    font-weight: bold;
    color: black;
}

.block-contract a {
    text-decoration: none;
    color: #0D9AA3;
    cursor: pointer;
}

.block-contract a:hover {
    text-decoration: underline;
}

.block-contract .download-price {
    color: #1A59D8;
}

@media (max-width: 1400px) {
    .container {
        width: 1100px;
    }
}

@media (max-width: 1278px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 998px) {
    .container {
        width: 728px;
    }
}

@media (max-width: 765px) {
    .container {
        width: 440px;
    }
}

@media (max-width: 478px) {
    .container {
        width: 85%;
    }
}

.part {
    margin:  0 auto;
    width: auto;
    height: 710px;
    background: linear-gradient(-182deg, #E8F1FC 91%, white 0%);
}

@media (max-width: 1400px) {
    .part {
        height: 785px;
        background: linear-gradient(-182deg, #E8F6FC 93%, white 0%);
    }
}

@media (max-width: 1278px) {
    .part {
        height: 620px;
    }
}

@media (max-width: 998px) {
    .part {
        height: 640px;
        background: linear-gradient(-182deg, #E8F6FC 95%, white 0%);
    }
}

@media (max-width: 765px) {
    .part {
        height: 760px;
        background: linear-gradient(-182deg, #E8F6FC 96%, white 0%);
    }
}
@media (max-width: 478px) {
    .part {
        height: auto;
        background: linear-gradient(-182deg, #E8F6FC 98%, white 0%);
    }
}
/*.part {
    height: 760px;
    margin: 0 auto;
    background-image: url("/app/site/assets/img/Rectangle 122.svg");
    width: 1920px;
}

@media (max-width: 1918px) {
    .part {
        background-image: url("/app/site/assets/img/Rectangle 122(1280).svg");
        margin: 0 auto;
        width: 1280px;
        height: 733px;
    }
}

@media (max-width: 1278px) {
    .part {
        background-image: url("/app/site/assets/img/Rectangle 122 (1000).svg");
        margin: 0 auto;
        width: 1000px;
        height: 605px;
    }
}

@media (max-width: 998px) {
    .part {
        background-image: url("/app/site/assets/img/Rectangle 122 (768).svg");
        margin: 0 auto;
        width: 768px;
        height: 680px;
    }
}

@media (max-width: 765px) {
    .part {
        background-image: url("/app/site/assets/img/Rectangle 122 (480).svg");
        margin: 0 auto;
        width: 480px;
        height: 775px;
    }
}
@media (max-width: 478px) {
    .part {
        background-image: url("/app/site/assets/img/Rectangle 122 (320).svg");
        margin: 0 auto;
        width: 320px;
        height: 956px;
    }
}*/

.api {
    font-size: 62px;
    font-weight: 700;
    padding: 120px 0 0 0;
}

/*@media (max-width: 1918px) {
    .api {
        height: 186px;
        font-size: 54px;
        font-weight: 700;
        padding: 120px 0 0 0;
    }
}*/

@media (max-width: 1278px) {
    .api {
        font-size: 40px;
        font-weight: 700;
        padding: 100px 0 0 0;
    }
}

@media (max-width: 998px) {
    .api {
        font-size: 40px;
        font-weight: 700;
        padding: 100px 0 0 0;
    }
}

@media (max-width: 765px) {
    .api {
        font-size: 32px;
        font-weight: 700;
        padding: 80px 0 0 0;
    }
}

@media (max-width: 478px) {
    .api {
        font-size: 32px;
        font-weight: 700;
        padding: 80px 0 0 0;
    }
}

.api-2 {
    display: flex;
    width: 786px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1278px) {
    .api-2 {
        display: flex;
        width: 728px;
        font-size: 22px;
        font-weight: 400;
        margin-top: 20px;
    }
}

@media (max-width: 765px) {
    .api-2 {
        width: auto;
        display: flex;
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
    }
}

@media (max-width: 478px) {
    .api-2 {
        display: flex;
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
    }
}

.info1 {
    display: flex;
    width: 800px;
    flex-wrap: wrap;
}

.info-sections {
    display: flex;
    align-items: center;
    width: 400px;
}

.info-sections div {
    color: #555555;
    font-size: 16px;
}

@media (max-width: 998px) {
    .info1 {
        width: 720px;
    }
    .info-sections {
        width: 360px;
    }
}

@media (max-width: 765px) {
    .info1 {
        display: block;
        width: auto;
    }
}

@media (max-width: 478px) {
    .info1 {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .info-sections {
        width: auto;
    }
}

.info {
    margin-top: 60px;
}

@media (max-width: 1278px) {
    .info {
        margin-top: 40px;
    }
}



.capabilities-block {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1278px) {
    .capabilities-block {
        justify-content: space-between;
    }
}

.capabilities {
    display: flex;
    align-items: center;
    width: 390px;
    margin-bottom: 25px;
}

@media (max-width: 1000px) {
    .capabilities {
        width: 360px;
    }
}

@media (max-width: 478px) {
    .capabilities {
        width: auto;
    }
}

.capabilities img {
    margin-right: 15px;
}


.capabilities div {
    font-size: 22px;
    color: #555555;
}

.linequestion {
    content: url("/app/site/assets/img/Line 32.svg");
    width: 80%;
    height: 2px;
}

@media (max-width: 1918px) {
    .linequestion {
        content: url("/app/site/assets/img/Line 31.svg");
        width: 80%;
    }
}

@media (max-width: 1278px) {
    .linequestion {
        content: url("/app/site/assets/img/Line 31.svg");
        width: 960px;
    }
}
@media (max-width: 998px) {
    .linequestion {
        content: url("/app/site/assets/img/Line 31.svg");
        width: 728px;
    }
}



@media (max-width: 765px) {
    .linequestion {
        content: url("/app/site/assets/img/Line 31.svg");
        width: 440px;
        height: 2px;
    }
}

@media (max-width: 478px) {
    .linequestion {
        content: url("/app/site/assets/img/Line 31.svg");
        width: 100%;
    }
}


.part-2 {
    margin: 100px auto;
}

@media (max-width: 765px) {
    .part-2 {
        margin: 80px auto;
    }
}

.accordion {
    background-color: white;
    cursor: pointer;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px;
}
@media (max-width: 1278px) {
    .accordion {
        background-color: white;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 22px;
        transition: 0.4s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 10px;
    }
}
.accordion::after{
    content: url("/app/site/assets/img/plus.svg");
    color: black;
    font-size: 35px;
}
.accordion.active::after{
    content: url("/app/site/assets/img/minus.svg");
    color: black;
    font-size: 35px;
}

@media (max-width: 478px) {
    .accordion {
        background-color: white;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        transition: 0.4s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 10px;
    }
}


.active, .accordion:hover {
    background-color: white;
}

.api-4 {
    display: flex;
    width: 756px;
    height: 48px;
    font-size: 42px;
    font-weight: 400;
    margin: 90px auto;
    padding: 90px 0 0 0;
}

@media (max-width: 1278px) {
    .api-4 {
        display: flex;
        width: 756px;
        height: 48px;
        font-size: 42px;
        font-weight: 400;
        margin: 70px auto 40px;
        padding: 90px 0 0 0;
    }
}

@media (max-width: 998px) {
    .api-4 {
        display: flex;
        width: 739px;
        height: 96px;
        font-size: 42px;
        font-weight: 400;
        margin: 70px auto 40px;
        padding: 90px 0 0 0;
        text-align: center;
    }
}

@media (max-width: 765px) {
    .api-4 {
        display: flex;
        width: 440px;
        height: 64px;
        font-size: 28px;
        font-weight: 400;
        margin: 70px auto 40px;
        padding: 70px 0 0 0;
    }
}
@media (max-width: 478px) {
    .api-4 {
        display: flex;
        width: 280px;
        height: 64px;
        font-size: 28px;
        font-weight: 400;
        margin: 70px auto 40px;
        padding: 70px 0 0 0;
    }
}


.api-5 {
    display: flex;
    width: 431px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 39px auto 100px auto;
    padding: 0 0 100px 0;
}

@media (max-width: 1278px) {
    .api-5 {
        display: flex;
        width: 431px;
        height: 36px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 28px auto 80px auto;
        padding: 0 0 100px 0;
    }
}

@media (max-width: 998px) {
    .api-5 {
        display: flex;
        width: 431px;
        height: 36px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 28px auto 70px auto;
        padding: 0 0 80px 0;
    }
}

@media (max-width: 998px) {
    .api-5 {
        display: flex;
        width: 431px;
        height: 36px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 20px auto 80px auto;
        padding: 0 0 100px 0;
    }
}

@media (max-width: 765px) {
    .api-5 {
        display: flex;
        width: 431px;
        height: 36px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 20px auto 70px auto;
        padding: 0 0 80px 0;
    }
}

@media (max-width: 478px) {
    .api-5 {
        display: flex;
        width: 280px;
        height: 72px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin: 20px auto 70px auto;
        padding: 0 0 80px 0;
    }
}

.question {
    display: flex;
    font-size: 42px;
    font-weight: 400;
    margin: 90px 0 60px 0;
}
@media (max-width: 1278px) {
    .question {
        display: flex;
        font-size: 28px;
        font-weight: 400;
        margin: 90px 0 40px 0;
    }
}

@media (max-width: 765px) {
    .question {
        display: flex;
        font-size: 28px;
        font-weight: 400;
        margin: 90px 0 40px 0;
    }
}

@media (max-width: 478px) {
    .question {
        display: flex;
        font-size: 28px;
        font-weight: 400;
        margin: 90px 0 40px 0;
    }
}

.panel {
    display: none;
    background-color: white;
    overflow: hidden;
    width: 80%;
}
@media (max-width: 1278px) {
    .panel {
        width: auto;
    }
}

.panel p {
    font-size: 20px;
    color: dimgray;
    padding: 0 15px 0;
}

@media (max-width: 765px) {
    .panel p {
        font-size: 18px;
    }
}

.partner-img {
    height: 94px;
    width: 291px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 765px) {
    .partner-img {
        height: 94px;
        width: 241px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 765px) {
    .partner-img {
        height: 94px;
        width: 231px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
}

.part-4 {
    background: #E8F6FC;
    margin: 100px auto 0 auto;
    width: auto;
    height: 458px;
}

@media (max-width: 1918px) {
    .part-4 {
        margin: 100px auto 0 auto;
        height: 458px;
    }
}
@media (max-width: 1278px) {
    .part-4 {
        margin: 100px auto 0 auto;
        height: 388px;
    }
}

@media (max-width: 998px) {
    .part-4 {
        margin: 80px auto 0 auto;
        height: 436px;
    }
}

@media (max-width: 765px) {
    .part-4 {
        margin: 20px auto 0 auto;
        height: 404px;
    }
}

@media (max-width: 478px) {
    .part-4 {
        margin: 20px auto 0 auto;
        height: 440px;
    }
}

.part-5 {
    margin: 0 auto;
}

.part-5 button {
    margin: 30px auto 130px auto;
    display: flex;
}

@media (max-width: 1278px) {
    .part-5 button {
        margin: 20px auto 110px auto;
        display: flex;
    }
}

.api-6 {
    display: flex;
    width: 389px;
    height: 48px;
    font-size: 42px;
    font-weight: 400;
    margin: 90px auto 0 auto;
}

@media (max-width: 1278px) {
    .api-6 {
        display: flex;
        width: 389px;
        height: 48px;
        font-size: 42px;
        font-weight: 400;
        margin: 70px auto 0 auto;
    }
}

@media (max-width: 765px) {
    .api-6 {
        display: flex;
        width: 262px;
        height: 32px;
        font-size: 28px;
        font-weight: 400;
        margin: 70px auto 0 auto;
    }
}

.api-7 {
    display: flex;
    width: 374px;
    height: 29px;
    font-size: 22px;
    font-weight: 400;
    margin: 20px auto;
}

@media (max-width: 1278px) {
    .api-7 {
        display: flex;
        width: 374px;
        height: 29px;
        font-size: 22px;
        font-weight: 400;
        margin: 15px auto;
    }
}

@media (max-width: 765px) {
    .api-7 {
        display: flex;
        width: 306px;
        height: 22px;
        font-size: 18px;
        font-weight: 400;
        margin: 15px auto;
    }
}

@media (max-width: 478px) {
    .api-7 {
        display: flex;
        width: 280px;
        height: 22px;
        font-size: 18px;
        font-weight: 400;
        margin: 15px auto 30px;
        text-align: center;
    }
}

.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0;
}

.footer a {
    color: #0D9AA3;
    text-decoration: none;
    cursor: pointer;
}

.footer a:hover {
    color: #1e8188;
    text-decoration: underline;
}

@media (max-width: 998px) {
    .footer {
        display: flex;
        width: 100%;
        height: 256px;
    }
}

@media (max-width: 765px) {
    .footer {
        display: block;
        width: 100%;
        height: 320px;
    }
}

.line {
    background-image: url("/app/site/assets/img/Line 34.svg");
    margin: 0 auto;
    height: 2px;
}

@media (max-width: 1918px) {
    .line {
        margin: 0 auto;
        background-image: url("/app/site/assets/img/Line 35.svg");
    }
}

@media (max-width: 998px) {
    .line {
        margin: 0 auto;
        background-image: url("/app/site/assets/img/Line 36.svg");
    }
}

@media (max-width: 765px) {
    .line {
        margin: 0 auto;
        background-image: url("/app/site/assets/img/Line 37.svg");
    }
}

@media (max-width: 478px) {
    .line {
        margin: 0 auto;
        background-image: url("/app/site/assets/img/Line 38.svg");
    }
}

.footerimg {
    height: 42px;
}

.contacts {
    flex: 0 1 auto;
    width: 256px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 765px) {
    .contacts {
        width: 250px;
        font-size: 16px;
        font-weight: 400;
    }
}

.mail {
    font-size: 16px;
    font-weight: 400;
}

.mail p:first-child {
    margin-top: 0;
}

@media (max-width: 765px) {
    .mail {
        margin: 30px 0 40px 0;
        font-size: 16px;
        font-weight: 400;
    }
}


