* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}
button {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}
li {
    list-style-type: none;
}
a {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

input {outline:none;}
textarea {outline:none;}
select {outline:none;}

/******* header *********/
.header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: calc(50% - 960px);
    width: 1920px;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    height: 128px;
    background: linear-gradient(180deg, #00477A 0%, rgba(0, 71, 122, 0) 100%);
    backdrop-filter: blur(4.2px);
}
.conteiner {
    width: 1320px;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}
.header-content {
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.header-logo {
    flex: 0 0 15%;
}
.header-logo a:hover{
    opacity: 0.7;
}
.header-nav {
    flex: 0 0 70%;
    padding: 0px 0px 0px 40px;
}
.main-menu {
    display: flex;
    align-items: center;
}
.main-menu li{
    position: relative;
    margin: 0px 20px 0px 20px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition-duration: 0.5s;
}
.main-menu li:nth-child(2):after{
    content: "\203A";
    margin-left: 10px;
    margin-top: 0px;
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 22px;
    transition-duration: 0.5s;
}
.main-menu li:nth-child(2):hover {
    color: #0c8ce9;
}
.main-menu li:nth-child(2):hover:after{
    color: #0c8ce9;
    transform: rotate(90deg);
}
.main-menu a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition-duration: 0.5s;
}
.main-menu a:hover{
    color: #0c8ce9;
}
.sub-menu {
    display: none;
    padding: 30px 0px 0px 0px;
}
.sub-menu li{
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}
.sub-menu a{
    color: #FFFFFF;
}
.main-menu li:hover .sub-menu {
    position: absolute;
    width: 110px;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
}
.sub-menu li:nth-child(2):after{
    content: "";
}
.header-contacts {
    flex: 0 0 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-contacts-blok-phone {
    display: flex;
    flex-direction: column;
}
.header-link {
    margin: 0px 0px 5px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    transition-duration: 0.5s;
}
.header-link:hover{
    color: #0c8ce9;
}
.header-link-phone-1 svg{
    position: relative;
    width: 17px;
    fill: #FFFFFF;
    top: 3px;
    margin-right: 10px;
    transition-duration: 0.5s;
}
.header-link-phone-1:hover svg{
    fill: #0c8ce9;
}
.header-link-phone-2 {
    padding: 0px 0px 0px 30px;
}
.header-link-mail {
    padding: 0px 0px 0px 0px;
    transition-duration: 0.5s;
}
.header-link-mail svg{
    position: relative;
    width: 17px;
    fill: #FFFFFF;
    top: 3px;
    margin-right: 10px;
    transition-duration: 0.5s;
}
.header-link-mail:hover svg{
    fill: #0c8ce9;
}
@media (max-width: 1920px) {
    .header {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 1366px) {
    .conteiner {
        width: 100%;
        padding: 0px 30px 0px 30px;
    }    
}
@media (max-width: 1301px) {
    .header-logo {
        flex: 0 0 18%;
    }
    .header-nav {
        flex: 0 0 64%;
    }
    .header-contacts {
        flex: 0 0 18%;
    }
}
@media (max-width: 1180px) {
    .header {
        padding: 10px 0px 0px 0px;
        height: 118px;
    }
    .header-logo img{
        width: 160px;
    }
    .main-menu li {
        font-size: 15px;
    }
    .main-menu a {
        font-size: 15px;
    }
    .header-link {
        font-size: 15px;
    }
}
@media (max-width: 1080px) {
    .header-logo img {
        width: 150px;
    }
    .main-menu li {
        font-size: 14px;
    }
    .main-menu a {
        font-size: 14px;
    }
    .header-link {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .header-logo {
        flex: 0 0 21%;
    }
    .header-nav {
        flex: 0 0 58%;
        padding: 0px 0px 0px 0px;
    }
    .header-contacts {
        flex: 0 0 21%;
    }
    .header-logo img {
        width: 130px;
    }
}
@media (max-width: 860px) {
    .main-menu li {
        margin: 0px 15px 0px 15px;
    }
}
.header-logo {
    flex: 0 0 21%;
}
.header-nav {
    flex: 0 0 55%;
    padding: 0px 0px 0px 0px;
}
.header-contacts {
    flex: 0 0 24%;
}
@media (max-width: 768px) {
    .main-menu li {
        margin: 0px 20px 0px 0px;
    }
}
@media (min-width: 768px) {
    .mobile-conteiner {
        display: none;
    }
    .header-burger {
        display: none;
    }
    .burger-1 {
        display: none;
    }
    .burger-2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 20px 0px 0px 0px;
        height: 70px;
        background: #0C8CE9;
    }
    .conteiner {
        padding: 0px 20px 0px 20px;
    }
    .header-logo {
        flex: 0 0 80%;
    }
    .header-logo img {
        width: 100px;
    }
    .header-nav {
        display: none;
    }
    .header-contacts {
        display: none;
    }
    .header-burger {
        flex: 0 0 20%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .burger-1 {
        display: flex;
        cursor: pointer;
    }
    .burger-2 {
        display: none;
        width: 21px;
        height: 16px;
        cursor: pointer;
    }
    .mobile-conteiner {
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px 60px 20px;
        margin: -5px 0px 0px 0px;
        background: #0C8CE9;
    }
    .main-menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-menu li{
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }
    .main-menu a{
        font-size: 20px;
    }
    .main-menu li:hover{
        color: #fff;
    }
    .main-menu a:hover{
        color: #fff;
    }
    .main-menu li:nth-child(2) {
        width: 120px;
    }
    .main-menu li:nth-child(2):hover {
        color: #fff;
    }
    .main-menu li:nth-child(2):hover:after{
        color: #fff;
        transform: rotate(0deg);
    }
    .main-menu li:hover .sub-menu {
        position: relative;
        width: auto;
        top: 0px;
        left: 0px;
        display: none;
    }
    .main-menu li:hover .sub-menu a{
        color: #fff;
    }
    .sub-menu{
        width: 120px;
        height: auto;
        padding: 10px 0px 0px 20px;
        display: none;
        position: relative;
    }
    .sub-menu a{
       font-size: 15px;
    }
    .main-menu li:nth-child(2):after {
        margin-left: 0px;
        margin-top: 0px;
        top: 0;
        right: 30px;
        font-size: 24px;
        color: #fff;
       /* transform: rotate(90deg);*/
    }
    .header-link {
        font-size: 18px;
        margin: 0px 0px 15px 0px;
    }
    .header-contacts-blok-phone {
        margin: 20px 0px 0px 0px;
    }
    .header-link:hover{
        color: #fff;
        opacity: 0.7;
    }
    .header-link-phone-1:hover svg{
        fill: #fff;
    }
    .header-link-mail:hover svg{
        fill: #fff;
    }
    .button-mob {
        background: #fff!important;
        color: #333!important;
        order: 3;
        margin: 0px 0px 0px 0pximportant;
    }
    .button-mob:hover {
        color: #0C8CE9!important;
    }
}
/******** body-content *************/
.body-content {
    position: relative;
    width: 1920px;
    margin: -128px auto 0px auto;
    padding: 330px 0px 0px 0px;
    background-image: url(../img/site-fon.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 1920px) {
    .body-content {
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .body-content {
        padding: 330px 0px 0px 0px;
    }    
}
@media (max-width: 1366px) {
    .body-content {
        padding: 270px 0px 0px 0px;
    }
}
@media (max-width: 1180px) {
    .body-content {
        margin: -118px auto 0px auto;
        padding: 240px 0px 0px 0px 
    }
}
@media (max-width: 1024px) {
    .body-content {
        margin: -118px auto 0px auto;
        padding: 240px 0px 80px 0px 
    }
}
@media (max-width: 767px) {
    .body-content {
        margin: -70px auto 0px auto;
    }
}
/***** section-one *******/
.section-one {
    position: relative;
    width: 100%;
    height: 676px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.section-one-content {
    display: flex;
    height: 100%;
}
.one-content-item-1 {
    flex: 0 0 40%;
    display: flex;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.one-content-item-2 {
    flex: 0 0 60%;
    text-align: right;
}
.h1 {
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.button {
    margin: 30px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    height: 47px;
    padding: 10px 30px;
    background: #0C8CE9;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    transition-duration: 0.5s;
}
.button:hover {
    background: #FFFFFF;
    color: #333333;
}
.one-content-item-2 img{
    max-width: 100%;
}

@media (max-width: 1920px) {
    .section-one {
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .section-one {
        height: 570px;
    }
    .h1 {
        font-size: 48px;
    }
    .one-content-item-2 img {
        max-width: 90%;
    }
}
@media (max-width: 1366px) {
    .h1 {
        font-size: 44px;
    }
    .one-content-item-2 img {
        max-width: 90%;
    }
}
@media (max-width: 1180px) {
    .section-one {
        height: 440px;
    }
    .h1 {
        font-size: 42px;
    }
    .one-content-item-2 img {
        max-width: 80%;
    }
}
@media (max-width: 1080px) {
    .section-one {
        height: 410px;
    }
    .h1 {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    .section-one {
        height: 380px;
    }
    .button {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .section-one {
        height: 360px;
    }
    .h1 {
        font-size: 38px;
    }
}
@media (max-width: 900px) {
    .section-one {
        height: 330px;
    }
    .h1 {
        font-size: 36px;
    }
}
@media (max-width: 860px) {
    .section-one {
        height: 310px;
    }
    .h1 {
        font-size: 34px;
    }
}
@media (max-width: 812px) {
    .section-one {
        height: 300px;
    }
    .h1 {
        font-size: 32px;
    }
    .one-content-item-1 {
        flex: 0 0 45%;
    }
    .one-content-item-2 {
        flex: 0 0 55%;
    }
    .one-content-item-2 img {
        max-width: 90%;
    }
    .button {
        width: 154px;
        height: 32px;
        padding: 10px 15px;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .section-one {
        height: auto;
    }
    .section-one-content {
        flex-direction: column-reverse;
    }
}
@media (max-width: 500px) {
    .one-content-item-2 img {
        max-width: 100%;
    }
}
@media (max-width: 460px) {
    .section-one {
        overflow-x: hidden;
    }
    .section-one img {
        max-width: 130%;
    }
}
@media (max-width: 460px) {
    .section-one img {
        max-width: 150%;
    }
}
/**** section-two *******/
.section-two {
    position: relative;
    width: 100%;
    margin: 0px auto 100px auto;
    padding: 100px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.section-two-col-1 {
    flex: 0 0 50%;
}
.section-two-col-1 img{
    position: relative;
    left: -200px;
    height: 776px;
    max-width: 100%;
}
.section-two-col-2 {
    flex: 0 0 50%;
}
.section-two-content {
    width: 100%;
    margin: -700px 0px 0px 0px;
    display: flex;
    height: auto;
}
.two-content-item-1 {
    flex: 0 0 60%;
}
.two-content-item-2 {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: auto;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 10px;
}
.section-two-text-1 {
    margin: 0px 0px 20px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.section-two-text-2 {
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}
@media (max-width: 1920px) {
    .section-two {
        width: 100%;
    }
}
@media (max-width: 1730px) {
    .section-two-col-1 img {
        height: 700px;
    }
}
@media (max-width: 1600px) {
    .section-two {
        padding: 140px 0px 0px 0px;
    }
    .section-two-col-1 img {
        height: 630px;
    }
    .section-two-content {
        margin: -560px 0px 0px 0px;
    }
}
@media (max-width: 1300px) {
    .section-two-col-1 img {
        height: 550px;
    }
}
@media (max-width: 1080px) {
    .section-two-col-1 img {
        height: 450px;
    }
    .section-two-content {
        margin: -500px 0px 0px 0px;
    }
    .two-content-item-1 {
        flex: 0 0 50%;
    }
    .two-content-item-2 {
        flex: 0 0 50%;
    }
    .section-two-text-1 {
        font-size: 30px;
    }
    .section-two-text-2 {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .section-two {
        padding: 70px 0px 0px 0px;
    }
    .section-two-content {
        margin: 50px 0px 0px 0px;
    }
    .two-content-item-1 {
        display: none;
    }
    .two-content-item-2 {
        flex: 0 0 100%;
    }
    .section-two-col-1 img {
        left: 20px;
    }
    .section-two-col-1 {
        flex: 0 0 100%;
        width: 100%;
    }
    .section-two-col-2 {
        display: none;
    }
}
@media (max-width: 768px) {
    .section-two-col-1 img {
        left: -120px;
    }
}
@media (max-width: 700px) {
    .section-two-col-1 img {
        left: -160px;
    }
    .section-two-col-1 img {
        height: 400px;
    }
}
@media (max-width: 600px) {
    .section-two-col-1 img {
        height: auto;
    }
}
@media (max-width: 600px) {
    .section-two-content {
        margin: 30px 0px 0px 0px;
    }
    .section-two-col-1 img {
        left: -130px;
    }
}
@media (max-width: 500px) {
    .section-two {
        margin: 0px auto 70px auto;
    }    
}
@media (max-width: 428px) {
    .section-two-col-1 img {
        left: -40px;
        /*height: 330px;*/
    }
    .section-two-text-1 {
        font-size: 24px;
    }
    .section-two-text-2 {
        font-size: 14px;
    }
    .two-content-item-2 {
        padding: 20px;
    }
}
/***** section-three *******/
.section-three {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.section-three-content {
    width: 100%;
}
.h2 {
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.h2 span{
    color: #0C8CE9;
}
.three-content-items {
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}
.three-content-item {
    margin: 0px 0px 0px 0px;
    flex: 0 0 32%;
    text-align: center;
    padding: 36px 22px;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 15.3488px;
}
.section-three-text-1 {
    margin: 20px 0px 20px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: left;
}
.section-three-text-2 {
    margin: 0px 0px 0px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    text-align: left;
}
@media (max-width: 1080px) {
    .h2 {
        font-size: 32px;
    }
    .three-content-item img{
        width: 75px;
    }
    .section-three-text-1 {
        font-size: 20px;
    }
    .section-three-text-2 {
        font-size: 15px;
    }
}
@media (max-width: 960px) {
    .three-content-items {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .three-content-item {
        flex: 0 0 45%;
        margin: 0px 0px 30px 0px;
    }
}
@media (max-width: 768px) {
    .three-content-item {
        flex: 0 0 48%;
    }
}
@media (max-width: 600px) {
    .three-content-item {
        flex: 0 0 100%;
    }
    .section-three-text-2 {
        font-size: 14px;
    }
}
/****** section-foor **********/
.section-foor {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 130px 0px 0px 0px;
}
.section-foor-1 {
    width: 100%;
}
.section-foor-content {
    width: 100%;
    display: flex;
}
.foor-content-col {
    position: relative;
    flex: 0 0 50%;
}
.foor-content-col-1 {
    padding: 0px 30px 0px 0px;
}
.foor-content-col-10 {
    padding: 0px 30px 0px 0px;
}
.foor-content-col-100 {
    padding: 0px 30px 0px 0px;
}
.h2-foor {
    color: #0c8ce9;
}
.section-foor-text-1 {
    margin: 0px 0px 20px 0px;
}
.section-foor-line {
    width: 100%;
    height: 1px;
    background: #0c8ce9;
    margin: 30px 0px 30px 0px;
}
.foor-content-col-2 {
    max-width: 100%;
    padding: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.foor-content-col-2 img{
    max-width: 100%;
    z-index: 99;
}
.foor-content-col-2-vnutr {
    position: relative;
    margin: -480px 0px 0px 0px;
    width: 90%;
    height: 574px;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 20px;
}
.section-foor-content-2 {
    margin: 50px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}
.section-foor-table {
    margin: 0px 0px 0px 0px;
    padding: 50px 40px 50px 40px;
    width: 100%;
    height: 520px;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 15.3837px;
}
.foor-table-ryad {
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: -0.005em;
    color: #ffffffb2;
}
.foor-table-ryad-1 {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 18.4605px;
    line-height: 132%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    border-bottom: 2px solid #0c8ce9;
}
.col {
    border-left: 1px solid #fff;
    padding: 10px 0px 10px 40px;
}
.foor-table-ryad-1 .col {
    border-left: 0px solid #fff;
    padding: 0px 0px 0px 40px;
}
.col-1 {
    flex: 0 0 40%;
    border-left: 0px solid #fff;
    padding: 0px 0px 0px 0px;
}
.col-2 {
    flex: 0 0 15%;
    border-left: 0px solid #fff;
}
.col-3 {
    flex: 0 0 15%;
}
.col-4 {
    flex: 0 0 15%;
}
.col-5 {
    flex: 0 0 15%;
}
.foor-table-ryad-1 .col-1 {
    border-left: 0px solid #fff;
    padding: 0px 0px 0px 0px;
}
.foor-table-ryad-8 {
    margin: 0px 0px 10px 0px;
}
.foor-table-ryad-9 {
    border-top: 1px solid #0c8ce9;
    margin: 0px 0px 0px 0px;
}
.foor-table-ryad-9 .col {
    border-left: 0px solid #fff;
}
.foor-table-ryad-10 .col {
    border-left: 0px solid #fff;
}

.section-foor-table-3 .col-1 {
    flex: 0 0 25%;
    border-left: 0px solid #fff;
    padding: 0px 0px 0px 0px;
}
.section-foor-table-3 .col-2 {
    flex: 0 0 15%;
    border-left: 0px solid #fff;
}
.section-foor-table-3 .col-3 {
    flex: 0 0 15%;
}
.section-foor-table-3 .col-4 {
    flex: 0 0 15%;
}
.section-foor-table-3 .col-5 {
    flex: 0 0 15%;
}
.section-foor-table-3 .col-6 {
    flex: 0 0 15%;
}
.section-foor-table-4 {
    height: 360px;
}
.section-foor-table-4 .col-1 {
    flex: 0 0 50%;
    border-left: 0px solid #fff;
    padding: 10px 0px 10px 0px;
}
.section-foor-table-4 .col-2 {
    flex: 0 0 25%;
    border-left: 0px solid #fff;
}
.section-foor-table-4 .col-3 {
    flex: 0 0 25%;
}
@media (max-width: 1360px) {
    .section-foor {
        margin: 130px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .section-foor-wrap-title {
        padding: 0px 0px 0px 30px;
    }
    .section-foor-wrap {
        margin: 0px 0px 0px 0px;
        padding: 30px 0px 80px 0px;
        /*background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
        border-radius: 20px;*/
    }
    .foor-content-col-2-vnutr {
        display: none;
    }
    .col-1 {
        flex: 0 0 20%;
    }
    .col-2 {
        flex: 0 0 20%;
    }
    .col-3 {
        flex: 0 0 20%;
    }
    .col-4 {
        flex: 0 0 20%;
    }
    .col-5 {
        flex: 0 0 20%;
    }
    .section-foor-table-3 .col-1 {
        flex: 0 0 20%;
    }
    .section-foor-table-3 .col-2 {
        flex: 0 0 16%;
        border-left: 0px solid #fff;
    }
    .section-foor-table-3 .col-3 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-4 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-5 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-6 {
        flex: 0 0 16%;
    }
}
@media (max-width: 1240px) {
    .section-foor-table-3 .col-1 {
        flex: 0 0 15%;
    }
    .section-foor-table-3 .col-2 {
        flex: 0 0 17%;
        border-left: 0px solid #fff;
    }
    .section-foor-table-3 .col-3 {
        flex: 0 0 17%;
    }
    .section-foor-table-3 .col-4 {
        flex: 0 0 17%;
    }
    .section-foor-table-3 .col-5 {
        flex: 0 0 17%;
    }
    .section-foor-table-3 .col-6 {
        flex: 0 0 17%;
    }
}
@media (max-width: 1201px) {
    .section-foor-table-3 .col {
        padding: 10px 5px 10px 20px;
    }
    .section-foor-table-3 .col-1 {
        padding: 10px 10px 0px 0px;
    }
    .section-foor-table-4 .foor-table-ryad {
        font-size: 16px;;
    }
    .foor-table-ryad {
        font-size: 14px;;
    }
}
@media (max-width: 1140px) {
    .section-foor-table-3 .col {
        padding: 10px 5px 10px 10px;
    }
    .section-foor-table-3 .col-1 {
        padding: 10px 10px 0px 0px;
    }
    .foor-table-ryad {
        font-size: 14px;;
    }
    .section-foor-table-3 .col-1 {
        flex: 0 0 25%;
    }
    .section-foor-table-3 .col-2 {
        flex: 0 0 15%;
        border-left: 0px solid #fff;
    }
    .section-foor-table-3 .col-3 {
        flex: 0 0 15%;
    }
    .section-foor-table-3 .col-4 {
        flex: 0 0 15%;
    }
    .section-foor-table-3 .col-5 {
        flex: 0 0 15%;
    }
    .section-foor-table-3 .col-6 {
        flex: 0 0 15%;
    }
}
@media (max-width: 1080px) {
    .section-foor-table-3 .col-1 {
        flex: 0 0 20%;
    }
    .section-foor-table-3 .col-2 {
        flex: 0 0 16%;
        border-left: 0px solid #fff;
    }
    .section-foor-table-3 .col-3 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-4 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-5 {
        flex: 0 0 16%;
    }
    .section-foor-table-3 .col-6 {
        flex: 0 0 16%;
    }
}
@media (max-width: 1024px) {
    .section-foor {
        margin: 100px 0px 0px 0px;
    }
}
@media (max-width: 992px) {
    .col {
        padding: 10px 0px 10px 20px;
    }
    .col-1 {
        padding: 10px 0px 10px 0px;
    }
}
@media (min-width: 960px) {
    .section-foor-table-2 {
        display: none;
    }
}
@media (max-width: 959px) {
    .section-foor-wrap {
        margin: 0px 0px 0px 0px;
        padding: 30px 0px 80px 0px;
        background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
        border-radius: 20px;
    }
    .section-foor-table-1 {
        display: none;
    }
    .section-foor-table-2 {
        display: flex;
        flex-direction: column;
    }
    .section-foor-table {
        height: 470px;
        padding: 0px 0px 0px 0px;
        background: none;
        border-radius: 0px;  
    }
    .section-foor-table-4 {
        height: 320px;
    } 
    .section-foor-tab-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .section-foor-tab-title-item {
        margin: 0px 20px 0px 0px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        width: auto;
        height: 42px;
        border: 2px solid #0C8CE9;
        border-radius: 15px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 132%;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }
    .section-foor-tab-title-item-1 {
        background: #0C8CE9;
    }
    .section-foor-tab-title-item-10 {
        background: #0C8CE9;
    }
    .section-foor-tab-title-item-100 {
        background: #0C8CE9;
    }
    .section-foor-tab-row {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .parameters {
        margin: 20px 0px 20px 0px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 134%;
        letter-spacing: -0.005em;
        color: #FFFFFF;
    }
    .section-foor-tab-items {
        display: flex;
    }
    .section-foor-tab-static {
        flex: 0 0 60%;
    }
    .section-foor-tab-static .foor-table-ryad{
        width: 100%;
    }
    .section-foor-tab-static .col-1{
        flex: 0 0 100%;
    }
    .section-foor-tab-col2 {
        position: relative;
        flex: 0 0 40%;
    }
    .section-foor-tab-body {
        position: absolute;
        top: 0;
        width: 100%;
        background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
        border-radius: 20px;
    }
    .section-foor-tab-body .foor-table-ryad{
        width: 100%;
    }
    .section-foor-tab-body .col{
        flex: 0 0 100%;
        padding: 10px 0px 10px 30px;
    }
    .section-foor-tab-body-1 {
        opacity: 1;
        transition-duration: 2.5s;
    }
    .section-foor-tab-body-2 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-3 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-4 {
        display: none;
        transition-duration: 0.5s;
    }
    .foor-table-ryad {
        font-size: 16px;
    }
    .col-3,.col-4,.col-5,.col-6{
        border: none;
    }
    .section-foor-tab-body-10 {
        opacity: 1;
        transition-duration: 2.5s;
    }
    .section-foor-tab-body-20 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-30 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-40 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-50 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-100 {
        opacity: 1;
        transition-duration: 0.5s;
    }
    .section-foor-tab-body-200 {
        display: none;
        transition-duration: 0.5s;
    }
    .section-foor-tab-title-item {
        margin: 0px 20px 10px 0px;
        width: 98px;
    }
    .section-foor-table-4 .section-foor-tab-title-item {
        margin: 0px 20px 10px 0px;
        width: 145px;
    }
}
@media (max-width: 940px) {
    .foor-table-ryad {
        font-size: 15px;;
    }    
}
@media (max-width: 940px) {
    .section-foor-table {
        height: 470px;
    }   
    .section-foor-table-4 {
        height: 320px;
    } 
}
@media (max-width: 899px) {
    .foor-content-col-1 {
        flex: 0 0 100%;
    }
    .foor-content-col-10 {
        flex: 0 0 100%;
    }
    .foor-content-col-100 {
        flex: 0 0 100%;
    }
    .foor-content-col-2 {
        display: none;
    }
    .foor-content-col-1 img{
        max-width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .foor-content-col-10 img{
        max-width: 100%;
        margin: 0px 0px 20px 0px;
    }
    .foor-content-col-100 img{
        max-width: 100%;
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 866px) {
    .col {
        padding: 10px 0px 10px 10px;
    }
    .col-1 {
        padding: 10px 0px 10px 0px;
    }
    .section-foor-table {
        height: 470px;
    }  
    .section-foor-table-4 {
        height: 320px;
    } 
}
@media (max-width: 768px) {
    .section-foor-tab-static {
        flex: 0 0 50%;
    }
    .section-foor-tab-col2 {
        flex: 0 0 50%;
    }
    .section-foor-tab-title-10 {
        flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    .section-foor-tab-title-item {
        margin: 0px 10px 10px 0px;
        padding: 10px 10px;
    }
    .section-foor {
        margin: 40px 0px 0px 0px;
    }
    .section-foor-2 {
        margin: 70px 0px 0px 0px;
    }
    .section-foor-3 {
        margin: 70px 0px 0px 0px;
    }
}
@media (max-width: 428px) {
    .section-foor-tab-body .col {
        padding: 10px 0px 10px 20px;
    }
    .foor-table-ryad {
        font-size: 14px;
    }
    .parameters {
        font-size: 15px;
    }
    .section-foor-table-4 .section-foor-tab-title-item {
        margin: 0px 20px 10px 0px;
        width: 117px;
    }
}
@media (max-width: 379px) {
    .section-foor-tab-title-item {
        height: 37px;
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .section-foor-tab-body .col {
        padding: 10px 0px 10px 15px;
    }
    .foor-table-ryad {
        font-size: 13px;
    }
    .parameters {
        font-size: 14px;
    }
    .section-foor-tab-title-item {
        height: 33px;
        font-size: 13px;
        margin: 0px 5px 5px 0px;
    }
}
/**** section-five *********/
.section-five {
    margin: 130px 0px 0px 0px;
}
.three-five-items {
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.three-five-item {
    flex: 0 0 32%;
    height: 227px;
    margin: 0px 0px 30px 0px;
    padding: 36px 22px 46px 22px;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 15.3488px;
    display: flex;
    align-items: flex-start;
}
.three-five-item-1 {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
}
.three-five-item-1 .section-three-text-1 {
    margin: 0px 0px 0px 0px;
}
.three-five-item-blok-text {
    padding: 0px 0px 0px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.three-five-item-blok-text .section-three-text-1 {
    margin: 0px 0px 20px 0px;
}
.three-five-item-1-cols {
    margin: 30px 0px 0px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three-five-item-1-col {
    display: flex;
    align-items: center;
}
.three-five-item-1-col img{
    margin: 0px 10px 0px 0px;
}
@media (max-width: 1080px) {
    .section-five {
        margin: 90px 0px 0px 0px;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 960px) {
    .section-five {
        margin: 60px 0px 0px 0px;
    }
    .h2-five{
        padding: 0px 0px 0px 30px;
    }
    .three-five-item {
        height: auto;
    } 
    .three-five-item-1 {
        margin: 30px 0px 0px 0px;
        padding: 36px 30px 376px 30px 
    } 
    .section-five-content {
        margin: -310px 0px 0px 0px;
    }
    .three-five-items {
        margin: 0px 0px 0px 0px;
    }
}
@media (max-width: 840px) {
    .three-five-item-1-cols {
        flex-wrap: wrap;
    }
    .three-five-item-1-col {
        flex: 0 0 50%;
        margin: 0px 0px 40px 0px;
    }
    .three-five-item {
        flex: 0 0 48%;
    }
    .three-five-item-1 {
        margin: 30px 0px 0px 0px;
        padding: 36px 30px 476px 30px 
    } 
    .section-five-content {
        margin: -460px 0px 0px 0px;
    }
}
@media (max-width: 768px) {
    .three-five-item-1 {
        margin: 30px 0px 0px 0px;
        padding: 36px 30px 500px 30px 
    } 
    .section-five-content {
        margin: -490px 0px 0px 0px;
    }
}
@media (max-width: 640px) {
    .three-five-item {
        flex: 0 0 100%;
    }
    .three-five-item-1 {
        margin: 30px 0px 0px 0px;
        padding: 36px 20px 600px 20px 
    } 
    .section-five-content {
        margin: -590px 0px 0px 0px;
    }
}
@media (max-width: 460px) {
    .three-five-item-1 {
        padding: 36px 20px 660px 20px 
    } 
    .section-five-content {
        margin: -640px 0px 0px 0px;
    }
}
@media (max-width: 428px) {
    .three-five-item-1-col img {
        width: 40px;
        margin: 0px 0px 0px 0px;
    }
    .section-five-text-2{
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 374px) {
    .three-five-item-1-col {
        flex: 0 0 100%;
    }
    .three-five-item-2 img{
        width: 55px;
    }
    .three-five-item-3 img{
        width: 55px;
    }
    .three-five-item-4 img{
        width: 55px;
    }
}
@media (max-width: 320px) {
    .section-five-content {
        margin: -660px 0px 0px 0px;
    }
}
/******* section-six *******/
.section-six {
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 100px 0px;
}
.six-content-item-2 {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    height: auto;
    background: none;
    border-radius: 0px;
}
.six-content-elenent {
    margin: 0px 0px 20px 0px;
    padding: 30px;
    height: auto;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    border-radius: 10px;
}
.six-content-elenent .section-three-text-1{
    margin: 0px 0px 10px 0px;
}
.section-six-col-1 img {
    position: relative;
    left: -100px;
    top: 90px;
    height: 770px;
    max-width: 100%;
}
@media (max-width: 1650px) {
    .section-six {
        padding: 0px 0px 100px 0px;
        margin: 100px 0px 0px 0px;
    }
    .section-six-col-1 img {
        position: relative;
        left: -100px;
        top: 30px;
        height: 700px;
        max-width: 100%;
    }
}
@media (max-width: 1600px) {
    .section-six-col-1 img {
        top: 60px;
        height: 580px;
    }  
}
@media (max-width: 1440px) {
    .section-six {
        margin: 20px 0px 0px 0px;
    }
    .section-six-col-1 img {
        left: -170px;
        top: 100px;
        height: 631px;
    }
}
@media (max-width: 1366px) {   
    .section-six {
        position: relative;
        margin: 40px 0px 0px 0px;
    }
}
@media (max-width: 1180px) {
    .section-six {
        margin: 90px 0px 0px 0px;
    }
    .section-six-col-1 img {
        left: -170px;
        top: 20px;
        height: 560px;
    }
}
@media (max-width: 1080px) {
    .section-six {
        margin: 30px 0px 0px 0px;
    }
    .section-six-content {
        margin: -530px 0px 0px 0px;
    }
    .six-content-item-2 {
        flex: 0 0 50%;
    }
    .section-six-col-1 img {
        left: -280px;
        top: 80px;
        height: 560px;
    }
}
@media (max-width: 991px) {
    .section-six {
        margin: 70px 0px 0px 0px;
    }
    .section-six-content {
        margin: 40px 0px 0px 0px;
    }
    .six-content-item-2 {
        flex: 0 0 100%;
    }
    .section-six-col-1 img {
        left: 0px;
        top: 0px;
        height: 500px;
    }
    .h2-six {
        padding: 0px 0px 0px 30px;
    }
}
@media (max-width: 960px) {
    .section-six {
        margin: 90px 0px 0px 0px;
    }
}
@media (max-width: 767px) {
    .section-six-col-1 img {
        left: -100px;
        top: 0px;
        height: 500px;
    }
    .h2-six {
        padding: 0px 0px 0px 20px;
    }
}
@media (max-width: 700px) {
    .section-six-content {
        margin: 20px 0px 0px 0px;
    }
    .section-six-col-1 img {
        left: 10px;
        top: 0px;
        height: 353px;
    }
}
@media (max-width: 540px) {
    .section-six-col-1 img {
        left: -60px;
        top: 0px;
        height: 353px;
    }
}
@media (max-width: 500px) {
    .section-six-col-1 img {
        left: -80px;
        top: 0px;
        height: auto;
    }
    .section-six {
        margin: 60px 0px 60px 0px;
        padding: 0px 0px 0px 0px;
    }
}
@media (max-width: 428px) {
    .section-six-col-1 img {
        left: -40px;
    }
}
@media (max-width: 379px) {
    .section-six-col-1 img {
        left: -80px;
    }
}
@media (max-width: 320px) {
    .section-six-col-1 img {
        left: -40px;
    }
}
/****** section-seven *********/
.section-seven {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 130px 0px;
}
.section-seven-content {
    width: 100%;
}
.section-seven-blok-map {
    position: relative;
    border-radius: 15px;
    height: 460px;
}
.section-seven-blok-map iframe{
    position: relative;
    border-radius: 15px;
    height: 460px;
}

.map {
    border-radius: 15px;
    max-width: 100%;
    height: 460px;
    object-fit: cover;
}
.section-seven-blok-contacts {
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: 409px;
    height: 344px;
    background: linear-gradient(180deg, #0C8CE9 0%, rgba(81, 33, 143, 0.16) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3.75px);
    border-radius: 15px;
}
.section-seven-blok-contacts .section-three-text-1{
    margin: 0px 0px 25px 0px;
}
.contact-local:hover{
    color: #fff;
}
.contact-local:hover svg {
    fill: #fff;
}
.contact-local {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 35px;
    background-image: url(../img/icon-local.svg);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 24px auto;
}
.contacts-blok-phone{
    margin: 0px 0px 15px 0px;
}
.contact-mail {
    margin: 0px 0px 15px 0px;
}
.contact-phone svg {
    width: 18px;
    top: 5px;
}
.contact-mail svg {
    width: 18px;
    top: 4px;
}
.contact-web svg {
    width: 18px;
    top: 1px;
}
.button-2 {
    background: #fff!important;
    color: #333!important;
    order: 3;
    margin: 20px 0px 0px 0px!important;
    width: 203px!important;
}
.button-2:hover {
    color: #0C8CE9!important;
}
@media (max-width: 1180px) {
    .section-seven {
        padding: 0px 0px 80px 0px;
    }
}
@media (max-width: 1080px) {
    .section-seven {
        padding: 60px 0px 100px 0px;
    }
}
@media (max-width: 991px) {
    .section-seven {
        padding: 0px 0px 80px 0px;
    }
}
@media (max-width: 900px) {
    .section-seven-blok-contacts {
        top: 20px;
        left: 20px;
        height: auto;
        width: 250px;
    }
    .button-2 {
        width: 100% !important;
        height: 32px;
        font-size: 16px;
        padding: 2px 0px 0px 0px;
    }
    .section-seven-blok-map {
        height: 360px;
    }
    .map {
        height: 360px;
    }
    .contact-local {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contacts-blok-phone {
        margin: 0px 0px 0px 0px;
    }
    .contact-phone {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contact-phone-2{
        font-size: 14px;
    }
    .contact-mail{
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contact-web{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .contact-local {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contacts-blok-phone {
        margin: 0px 0px 0px 0px;
    }
    .contact-phone {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contact-phone-2{
        font-size: 14px;
    }
    .contact-mail{
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .contact-web{
        font-size: 14px;
        margin: 0px 0px 10px 0px;
    }
    .button-2 {
        margin: 10px 0px 0px 0px !important;
    }
}
@media (max-width: 600px) {
    .section-seven-blok-map {
        height: 720px;
    }
     .section-seven-blok-map iframe{
        height: 720px;
    }
    .map {
        height: 720px;
    }
    .section-seven-blok-contacts {
        bottom: 20px;
        top: auto;
        left: 20px;
        height: auto;
        width: 250px;
    }
}
@media (max-width: 428px) {
    .section-seven-blok-contacts {
        width: 90%;
    }
}
@media (max-width: 390px) {
    .section-seven-blok-contacts {
        width: 88%;
    }
}
@media (max-width: 320px) {
    .section-seven-blok-contacts {
        width: 86%;
    }
}
/******* footer **********/
.footer {
    width: 1920px;
    margin: 0px auto 0px auto;
    padding: 30px 0px 30px 0px;
    background: #0c8ce9;
}
.footer-content {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.footer-logo {
    flex: 0 0 20%;
}
.footer-qr {
    flex: 0 0 42%;
    display: flex;
    align-items: center;
}
.qr-text {
    margin: 0px 0px 0px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}
.footer-contact {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
}
.contacts-blok-phone-footer {
    margin: 0px 0px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.contact-local-footer {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 40px;
    background-size: 30px auto;
}
.contact-phone-footer {
    margin: 0px 0px 0px 0px;
}
.contact-phone-2-footer {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.contact-mail-footer {
    margin: 5px 0px 5px 0px
}
.contact-web-footer {
    margin: 0px 0px 0px 0px;
}
.contact-phone-footer svg {
    width: 25px;
    top: 5px;
    left: 3px;
}
.contact-mail-footer svg {
    width: 25px;
    top: 5px;
    left: 3px;
}
.contact-web-footer svg {
    width: 25px;
    top: 5px;
    left: 3px;
}
.footer-contact a:hover{
    color: #fff;
    opacity: 0.7;
}
.footer-contact a:hover svg{
    fill: #fff;
    opacity: 0.7;
}
@media (max-width: 1920px) {
    .footer {
        width: 100%;
    }
}
@media (max-width: 1439px) {
    .footer-qr {
        flex: 0 0 30%;
        display: flex;
        align-items: center;
    }
    .footer-contact {
        flex: 0 0 auto;
    }
}
@media (max-width: 1180px) {
    .footer-qr {
        flex: 0 0 35%;
        display: flex;
        align-items: center;
    }
    .qr-text {
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
    .footer-logo img{
        width: 160px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding: 40px 0px 50px 0px;
    }
    .footer-content {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer-logo {
        flex: 0 0 30%;
    }
    .footer-qr {
        flex: 0 0 70%;
    }
    .footer-contact {
        padding: 50px 0px 0px 0px;
        flex: 0 0 100%;
    }
    .qr-text {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .footer-logo {
        flex: 0 0 50%;
    }
    .footer-qr {
        flex: 0 0 50%;
    }
}
@media (max-width: 500px) {
    .footer-logo {
        flex: 0 0 100%;
    }
    .footer-qr {
        flex: 0 0 100%;
        padding: 50px 0px 0px 0px;
    }
}
/******************************************
*************** POPUPS *********************
*********************************************/
/***** popup-1 *******/
.b-popup{
    position: relative;
    display: none;
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.7);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 1006;
 }
 .b-popup-vnutr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 .b-popup .b-popup-content{
    position: relative;
    margin:40px auto 0px auto;
    width:400px;
    height: auto;
    padding:20px;
    background-color: #0c8ce9;
    border: 0px solid #fff;
    border-radius:16px;
    box-shadow: 0px 0px 10px #000;
    z-index: 1007;
    text-align: center;
 }
 .popup-title{
    margin: 0px 0px 10px 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 108%;
    text-align: center;
    color: #fff;
}
.popup-text {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    color: #FFFFFF;
}
.pole {
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 10px;
}
.button-popup-1{
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #fff;
    color: #0c8ce9;
    cursor: pointer;
    transition-duration: 0.5s;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #fff;
}
.button-popup-1:hover{
    color: #fff;
    background: #0c8ce9;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.5s;
}
.popup-close:hover{
    opacity: 0.7;
}

.success, .error {
    color: rgb(242, 250, 134);
    font-weight: bold;
    margin-top: 10px;
}
.error {
    color: red;
    
}
.custom-checkbox input[type="checkbox"] {
   /* display: none;*/
   opacity: 0;
}
.custom-checkbox input[type="checkbox"] {
   display: none;
}
.custom-checkbox {
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}
.custom-checkbox label {
    display: flex;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s ease;
}
label {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.custom-checkbox p{
    margin: 1px 0px 0px 5px;
}
.custom-checkbox a{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.custom-checkbox a:hover{
    text-decoration: none;
}
.custom-checkbox input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 3px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input[type="checkbox"]:checked+label {
    background-color: #3498db00;
}
 @media (max-width: 667px) {
    .b-popup .b-popup-content{
        width:500px;
     }
     .popup-title {
        font-size: 18px;
    }
 }
 @media (max-width: 568px) {
    .b-popup .b-popup-content{
        width:450px;
     }
     .popup-title {
        font-size: 18px;
    }
 }
 @media (max-width: 500px) {
    .b-popup .b-popup-content{
       width:400px;
    }
    .popup-title {
       font-size: 18px;
    }
    .popup-text {
       font-size: 14px;
    }
    .popup-image-1 {
        height: 270px;
    }
 }
 @media (max-width: 428px) {
    .b-popup .b-popup-content{
       width:380px;
    }
    .popup-title {
       font-size: 16px;
    }
 }
 @media (max-width: 400px) {
    .b-popup .b-popup-content{
       width:350px;
    }
    .popup-title {
        font-size: 24px;
     }
 }
 @media (max-width: 375px) {
    .b-popup .b-popup-content{
       width:320px;
    }
    .popup-title {
        font-size: 15px;
     }
    .popup-image-1 {
        height: 200px;
    }
 }
 @media (max-width: 360px) {
    .b-popup .b-popup-content{
       width:280px;
    }
    .custom-checkbox {
        font-size: 10px;
    }
    .custom-checkbox a{
        font-size: 10px;
    }
 }

 /******************
 **** PAGE POLICY **
 *******************/
 .section-policy {
    width: 100%;
    margin: -100px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
}
.section-policy-content {
    width: 100%;
    padding: 40px 30px 50px 30px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    border-radius: 15px;
}
.section-policy-content h1{
    margin: 0px 0px 20px 0px;
    font-size: 44px;
    line-height: 1.3;
}
.section-policy-content h2{
    margin: 0px 0px 20px 0px;

}
.section-policy-content p{
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .section-policy-content h1{
        font-size: 32px;
    }
    .section-policy-content h2{
        font-size: 20px;
    }
    .section-policy-content p{
        font-size: 14px;
    }
 }