.text-white p, .text-white h1, .text-white h2, .text-white h3, 
.text-white h4, .text-white h5, .text-white h6 {
    color: #fff;
}

h2 {
    font-family: 'Poppins-Bold';
    font-size: 41px;
    line-height: 1.25;
}

h3 {
    font-family: 'Poppins-Bold';
    font-size: 33px;
    line-height: 1.4;
    color: #455e86;
}

h4 {
    font-family: 'Poppins';
    font-size: 26px;
    line-height: 1.5;
}

h6 {
    font-family: 'Poppins-Medium';
    font-size: 23px;
    line-height: 1.5;
    color: #455e86;
}

@media(max-width: 1260px) {
    .media h1 br, .media h2 br, .media h3 br, 
    .media h4 br, .media h5 br, .media h6 br {
        display: none;
    }
    h2 {
        font-size: 39px;
    }
    h3 {
        font-size: 31px;
    }
    h4 { 
        font-size: 24px;
    }
    h6 {
        font-size: 22px;
    }
}

@media(max-width: 991px) {
    /*h1, h2, h3, h4, h5, h6, .tcm {
        text-align: center;
    }*/
    .tcm {
        text-align: center;
    }
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 29px;
    }
    h4 { 
        font-size: 23px;
    }
    h6 {
        font-size: 21px;
    }
}

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

/*list - begin*/
section ul {
    margin-top: 23px;
}

@media(max-width: 1260px) {
    section ul {
        margin-top: 19px;
    }
}

section ul:first-child {
    margin-top: 0;
}

section ul li {
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 11px 0 9px 30px;
}

section ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

section ul li:before {
    content: url(../img/list.svg);
    width: 19px;
    position: absolute;
    left: 0;
    top: 13px;
}

@media(max-width: 767px) {
    section ul li:before {
        content: url(../img/list_small.svg);
        width: 14px;
        top: 12px;
    }
    section ul li {
        padding-left: 19px;
    }
}

.cards__list {
    display: flex;
    flex-wrap: wrap;
}

.cards__list li {
    width: 55%;
    padding-right: 15px;
}

.cards__list li:nth-child(2n) {
    width: 45%;
}

@media(max-width: 991px) {
    .cards__list li,
    .cards__list li:nth-child(2n) {
        width: 50%;
    }
}

@media (min-width: 370px) and (max-width: 510px) {
  .cards__list li {
    font-size: 13px;
  }
}

@media(max-width: 370px) {
    .cards__list li,
    .cards__list li:nth-child(2n) {
        width: 100%;
    }
    .cards__list li:last-child {
        border-top: 0;
    }
}

/*list - end*/
.column {
    position: relative;
    z-index: 300;
    width: 50%;
}

.column_col1 {
    width: 37%;
}

.column_col2 {
    width: 63%;
}

@media(max-width: 767px) {
    .column_col1 {
        width: 45%;
    }
    .column_col2 {
        width: 55%;
    }
}

.content {
    position: relative;
    z-index: 550;
    width: 100%;
    max-width: 380px;
}

.col-flex {
    position: relative;
    z-index: 550;
    width: 10%;
    flex: 1 1;
    margin-left: 30px;
}

@media(max-width: 1260px) {
    .media .content {
        max-width: 100%;
    }
    .media .col-flex {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 35px;
    }
}

.content_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.text-img__mob {
    display: none;
}

@media(max-width: 991px) {
    .text-img__mob {
        display: block;
        max-height: 480px;
        margin: 0 auto;
    }
    .rocket-mob {
        margin-top: -120px;
    }
}

@media(max-width: 767px) {
    .text-img__mob {
        max-height: 400px;
    }
    .rocket-mob {
        margin-top: -90px;
    }
}

@media(max-width: 610px) {
    .rocket-mob {
        max-height: 300px;
        margin-top: 0;
    }
}

.content__text {
    position: relative;
}

.text-img {
    width: 10%;
    flex: 1 1;
    margin-left: 20px;
}

@media(max-width: 470px) {
    .text-img {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 20px;
    }
    .text-img_mt0 {
        margin-top: 0;
    }
}

@media(max-width: 991px) {
    .design-none .column {
        width: 100%;
    }
    .design-none .column_col1 {
        padding-top: 70px;
        padding-bottom: 110px;
    }
    .design-none .column_col2 {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .design-none .column:first-child, .design-none .column_mt0 {
        margin-top: 0;
    }
    .design-none .content {
        max-width: 100%;
    }
    .design-none .col-flex {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 35px;
    }
    .content__text {
        max-width: 400px;
    }
}

@media(max-width: 767px) {
    .design-none .column_col1 {
        padding-top: 50px;
        padding-bottom: 140px;
    }
    .content__text {
        max-width: 320px;
    }
}

@media(max-width: 620px) {
    .design-none .column_col1 {
        padding-top: 50px;
        padding-bottom: 115px;
    }
    .design-none .column_col2 {
        padding-top: 15px;
        padding-bottom: 50px;
    }
}

@media(max-width: 470px) {
    .content__text {
        max-width: 100%;
    }
    .content__text {
        text-align: center;
    }
    .design-none .column_col1 {
        padding-bottom: 110px;
    }
    .design-none .column_col1_pt2 {
        padding-top: 80px;
    }
}

.blue {
    background: linear-gradient(170deg, #455e86 20%, #4999bc);
    background-color: #455e86;
}

@media(max-width: 991px) {
    .blue {
        background: linear-gradient(93deg, #4999bc, #455e86 65%);
    }
}

.blue2 {
    background: linear-gradient(150deg, #4999bc, #455e86 42%);
    background-color: #455e86;
}

.bluec {
    color: #45638a;
}

.tc {
  text-align: center;
}

.mx {
  margin: 0 auto;
}

.titles__sub {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.btn-block {
  display: flex;
}

@media(max-width: 991px) {
    .mt35 {
        margin-top: 30px;
    }
}

@media(max-width: 470px) {
    .btn-block {
        justify-content: center;
    }
}

.btn {
    display: block;
    position: relative;
    min-width: 210px;
    min-height: 55px;
    font-family: 'Poppins-Medium';
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    background-color: #ffcc00;
    text-transform: uppercase;
    text-align: center;
    padding: 18px 40px 16px 40px;
    transition: .2s;
}

@media(max-width: 991px) {
    .btn {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .btn {
        min-height: 50px;
        padding-top: 16px;
        padding-bottom: 15px;
    }
}

@media(max-width: 420px) {
    .btn-block div {
        width: 100%;
    }
    .btn {
        width: 100%;
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn.cent {
    display: flex;
}

.btn.cent img {
    margin-right: 10px;
}

@media(max-width: 991px) {
    .btn.cent img {
        max-height: 20px;
    }
}

.btn:hover {
    background-color: #fcd537;
    transition: .2s;
}

.btn-block__cont {
    position: relative;
}

.btn:before, .btn:after {
    position: absolute;
    height: 55px;
    left: 100%;
    top: 0;
    transition: .2s;
}

.with-img:before, .with-img:after {
    display: none;
}

.btn__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    height: 100%;
    width: auto;
    transition: .2s;
}

.btn__img-hover {
    z-index: 3;
    opacity: 0;
}

.btn.with-img:hover .btn__img-hover {
    opacity: 1;
    transition: .2s;
}

.btn:after {
    z-index: 90;
}

.btn:before {
    z-index: 95;
    opacity: 0;
}

.btn:after {
    content: url(../img/button.svg);
}

.btn:before {
    content: url(../img/button_hover.svg);
}

@media(max-width: 767px) {
    .btn:after {
        content: url(../img/button2.svg);
    }
    .btn:before {
        content: url(../img/button_hover2.svg);
    }
}

.btn:hover:before {
    opacity: 1;
    transition: .2s;
}

.btn_blue {
    color: #fff;
    background-color: #48738e;
}

.btn_blue:after {
    content: url(../img/button_blue.svg);
}

@media(max-width: 767px) {
    .btn_blue:after {
        content: url(../img/button_blue2.svg);
    }
}

.btn_blue:hover {
    color: #fff;
    background-color: #cf4a4b;
}

.btn_blue:before, .btn_dblue:before {
    content: url(../img/button_red.svg);
}

@media(max-width: 767px) {
    .btn_blue:before, .btn_dblue:before {
        content: url(../img/button_red2.svg);
    }
}

.btn_dblue {
    color: #fff;
    background-color: #455e86;
}

.btn_dblue:after {
    content: url(../img/button_dblue.svg);
}

@media(max-width: 767px) {
    .btn_dblue:after {
        content: url(../img/button_dblue2.svg);
    }
}

.btn_dblue:hover {
    color: #fff;
    background-color: #cf4a4b;
}

.btn-block__pad {
    padding-right: 24px;
}

.btn-block__img {
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}

.pad {
    padding-top: 80px;
    padding-bottom: 105px;
}

.pad2, .pad-inner {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pad3 {
    padding-top: 120px;
    padding-bottom: 200px;
}

@media(max-width: 1260px) {
    .pad2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pad-inner {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media(max-width: 991px) {
    .pad, .pad-inner {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .pad2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pad3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider-cont.pad3 {
        padding-top: 8vw;
        padding-bottom: 15vw;
    }
    .pbm0 {
        padding-bottom: 0;
    }
    .pm0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*section - begin*/
.top-mobile {
    display: none;
}

@media(max-width: 991px) {
    .top-mobile {
        min-width: 1050px;
        right: -150px;
        display: block;
        position: absolute;
        bottom: 100%;
    }
}

@media(max-width: 991px) {
    .top-mobile {
        right: -100px;
    }
}

@media(max-width: 620px) {
    .top-mobile {
        max-width: 900px;
        min-width: auto;
        right: -30px;
    }
}

.bend-bot {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 90%,       
    39.5% 100%,       
    0 90%          
  );
}

.bend-top {
  clip-path: polygon(
    0 10%,        
    48% 0%,       
    100% 10%,    
    100% 100%,   
    0 100%       
  );
}

@media(max-width: 1260px) {
    .bend-bot {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,       
            45% 100%,       
            0 95%          
        );
    }
    .bend-top {
        clip-path: polygon(
            0 5%,        
            48% 0%,       
            100% 5%,    
            100% 100%,   
            0 100%       
        );
    }
}

@media(max-width: 991px) {
    .bend-bot {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 97%,       
            50% 100%,       
            0 97%          
        );
    }
    .bend-top {
        clip-path: polygon(
            0 3%,        
            50% 0%,       
            100% 3%,    
            100% 100%,   
            0 100%       
        );
    }
}

@media(max-width: 767px) {
    .bend-bot {
        clip-path: polygon(
            0 0,
            100% 0,
            100% 98%,       
            48% 100%,       
            0 98%          
        );
    }
    .bend-top {
        clip-path: polygon(
            0 2%,        
            48% 0%,       
            100% 2%,    
            100% 100%,   
            0 100%       
        );
    }
}

.bend-both {
    clip-path: polygon(
    0 10%,      
    45.5% 0%,         
    100% 10%,
    100% 90%,       
    42% 100%,     
    0 90%     
  );
}

@media(max-width: 1260px) {
    .bend-both {
        clip-path: polygon(
        0 5%,      
        45.5% 0%,         
        100% 5%,
        100% 95%,       
        45% 100%,     
        0 95%     
    );
    }
}

@media(max-width: 991px) {
    .bend-both {
        clip-path: polygon(
        0 3%,      
        50% 0%,         
        100% 3%,
        100% 97%,       
        50% 100%,     
        0 97%     
    );
    }
    .design-none .bend-both {
        clip-path: none;
    }
}

@media(max-width: 767px) {
    .bend-both {
        clip-path: polygon(
        0 2%,      
        50% 0%,         
        100% 2%,
        100% 98%,       
        50% 100%,     
        0 98%     
    );
    }
}

section {
    position: relative;
}

.yellow-bg, .img-main {
    position: absolute;
    max-width: none;
    left: 33%;
    bottom: 0;
    min-width: 61%;
    height: 108%;
}

.bend-bot .yellow-bg, .img-main_bot {
    bottom: auto;
    top: 0;
    left: 34%;
}

@media(max-width: 767px) {
    .bend-bot .yellow-bg, .img-main_bot {
        left: 39%;
    }
}

.img-back {
    position: absolute;
    z-index: 130;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.img-main {
    max-width: none;
}

.img-back .container, .img-inner .container {
    height: 100%;
}

.yellow-bg, .yellow-part {
    z-index: 3;
}

.yellow-part {
    position: absolute;
    height: 100%;
    width: 45%;
    top: 0;
    right: 0;
    background-color: #ffcc00;
}

@media(max-width: 991px) {
    .yellow-part {
        display: none;
    }
    .design-none .yellow-bg, .design-none .img-back, 
    .design-none .yellow-part {
        display: none;
    }
}

.section-content {
    position: relative;
    z-index: 500;
}

.section-img {
    position: absolute;
    z-index: 120;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section-img .container {
    height: 100%;
}

@media(max-width: 991px) {
    .column_block {
        position: relative;
        background: #ffcc00;
    }
    .column_block:before, .column_block::after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 700px;
        background: #ffcc00;
    }
    .column_block::after {
        left: 100%;
    }
    .column_block::before {
        right: 100%;
    }
}

.img-mob {
    display: none;
}

@media(max-width: 991px) {
    .img-mob {
        display: block;
    }
    .img-desk {
        display: none;
    }
}

.section-bg {
    position: absolute;
    z-index: 1;
    bottom: -150px;
    left: 18%;
}

.section-bg_op {
    opacity: 0.1;
}

@media(max-width: 1260px) {
    .section-bg {
        left: 0%;
    }
}

@media(max-width: 991px) {
    .section-bg {
        left: 50%;
        transform: translateX(-50%);
        bottom: -100px;
        max-width: none;
    }
}

@media(max-width: 767px) {
    .section-bg {
        max-width: 700px;
    }
}
/*section - end*/

.circles-bg {
    position: absolute;
    max-width: none;
    z-index: 1;
}

.circles-bg_bot {
    bottom: -230px;
    left: -3%;
}

.circles-bg_bot2 {
    height: 440px;
    bottom: -50px;
    left: 10%;
}

.circles-bg_top {
    top: -220px;
    left: 5%;
}

@media(max-width: 767px) {
    .circles-bg_bot, .circles-bg_bot2, .circles-bg_top {
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}