*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body{
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

.desktop-view{
    display: inline-block;
}

.mobile-view{
    display: none;
}


.first-block {
    text-align: center;
    margin: auto;
}

.first-block_pre_header {
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #E30613;
    margin: 30px auto;
    font-weight: lighter;
    letter-spacing: 3px;
    display: inline-block;
}

.first-block_header {
    font-family: 'salomeregular';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 985px;
    margin: auto;
}

.first-block_header .title {
    color: #273375;
    font-size: 75px;
    line-height: 1em;
    letter-spacing: 1.88px;
    text-transform: uppercase;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.first-block_header .title span:last-child {
    letter-spacing: 3px;
}

.first-block_header .title-number {
    background: #e30613;
    font-size: 130px;
    color: #fff;
    padding: 5px 10px;
    line-height: 1em;
}

.first-block_desc {
    max-width: 884px;
    margin: 0 auto;
}

.first-block_desc, 
.first-block_desc p {
    color: #273375;
    font-size: 30px;
    line-height: 35px;
    font-family: "Abril";
    font-weight: 700;
}

.first-block_desc p {
    margin: 0;
}

.first-block_btn{
    margin:  25px auto;
}

.first-block_btn span {
    max-width: 135px;
    display: inline-block;
    text-align: left;
    text-transform:  uppercase;
    font-size: 17px;
    line-height: 26px;
    font-family: "Roboto";
    font-weight: 600;
    letter-spacing: 2px;
}

.first-block_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #E30613;
    max-width: 272px;
    min-height: 90px;
    margin: auto;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.first-block_btn a img ,
.first-block_btn a span {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.first-block_btn a:hover img ,
.first-block_btn a:hover span {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.fourth-block-content_desc a {
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
    margin: 22px 0 32px 0;
}

.fourth-block-content_desc a img{
    margin-right: 5px;
}

.video-container {
    position: relative;
    max-width: 1024px;
    margin: 30px auto 0px auto;
    display: block;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.video-container .play-button:hover{
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
}

.third-block{
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.block-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    margin:  50px auto;
}

.block-title span {
    font-family: "Roboto",sans-serif;
    text-align: center;
    font-size: 33px;
    line-height: 39px;
    font-weight: 600;
    letter-spacing: 3.3px;
    color: #273375;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 0 10px;
}

.block-title:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #273375;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.third-block-tab {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
}

.third-block-tab_item:last-child {
    margin-right: 0; 
}

.third-block-tab_item {
    font-weight: 100;
    font-size: 28px;
    line-height: 1em;
    font-family: "Abril";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
}

.third-block-tab_item span {
    font-family: 'salomeregular';
    font-size: 35px;
    line-height: 1em;
}

.third-block-tab_item {
    position: relative;
    width: 100%;
}

.tab-content {
    max-width: 265px;
}

.third-block-content_img_shadow {
    position: absolute;
    height: calc(100% + 30px);
    width: 100%;
    background: transparent;
    top: 30px;
    left: 30px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    font-family: "Roboto";
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    padding: 15px 20px;
}

.third-block-content_img_shadow,
.third-block-content_img img {
    width: 100%;
    max-width: 643px;
}


.third-block-content_title,
.third-block-content_desc{
    max-width: 480px;
    margin-left: 30px;
}

.third-block-content_title h2 {
    color: #000000;
    font-size: 45px;
    line-height: 50px;
    font-family: "Abril";
    font-weight: bold;
    text-transform: none;
    margin-bottom:  15px;
}

.third-block-content_item[data-tab="1"] .third-block-content_col_2_3 .third-block-content_title h2{
    font-size: 53px;
    line-height: 57px;
}

.third-block-content_desc p {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}


.third-block-content_img {
    position: relative;
    margin-bottom: 90px;
}

.third-block-content,
.third-block-content_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.third-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.third-block-content_col_2_3 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 60px;
}

.third-block-content_col_1_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; 
}

.third-block-content_col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; 
    margin-right: 60px;
}

.third-block-content_item .third-block-content_col:last-child {
    margin-right: 30px;
}


.small-view .third-block-content_title h2 {
    font-size: 32px;
    line-height: 36px;
}

.third-block-content_block {
    position: relative;
    margin-bottom: 60px;
}

.small-view .third-block-content_img_shadow,
.small-view .third-block-content_img img {
    width: 100%;
    max-width: 290px;
}



.third-block-content_item{
    display: none;
}

.third-block-content_item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




.color-orange.active{
    background: #F59D24;
    border: 3px solid #F59D24;
    color: #fff;
}

.color-green.active{
    background: #82C17A;
    border: 3px solid #82C17A;
    color: #fff;
}

.color-red.active{
    background: #E9425C;
    border: 3px solid #E9425C;
    color: #fff;
}

.color-orange:not(.active):hover{
    background: #fdce8f;
}

.color-green:not(.active):hover{
    background: #e6f3e4;
}

.color-red:not(.active):hover{
    background: #fbd9de;
}

.color-orange:after,
.color-green:after,
.color-red:after{
    background: transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.color-orange,
.color-green,
.color-red{
    background: #FFFFFF;
    border: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.color-orange{
    background: #ffffff;
    color: #F59D24;
    border: 3px solid #F59D24;
}

.color-green{
    background: #FFFFFF;
    color: #82C17A;
    border: 3px solid #82C17A;
}

.color-red{
    background: #FFFFFF;
    color: #E9425C;
    border: 3px solid #E9425C;
}

.tab-color-orange .third-block-content_img_shadow {
    background: #F59D24;
}

.tab-color-green .third-block-content_img_shadow {
    background: #82C17A;
}

.tab-color-red .third-block-content_img_shadow {
    background: #E9425C;
}

.color-orange.active:after,
.color-green.active:after,
.color-red.active:after{
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -40px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
}

.color-orange.active:after{
    background: #F59D24;
} 
.color-green.active:after{
    background: #82C17A;
} 
.color-red.active:after{
    background: #E9425C;
}


.tab-color-orange .third-block-content_block:hover .third-block-content_title h2{
    color: #F59D24;
}

.tab-color-green .third-block-content_block:hover .third-block-content_title h2{
    color: #82C17A;
}

.tab-color-red .third-block-content_block:hover .third-block-content_title h2{
    color: #E9425C;
}

.third-block-content_block h2,
.third-block-content_block .third-block-content_img img{
    position: relative;
    left: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.third-block-content_block:hover .third-block-content_img img{
    left: 10px;
}


.third-block-content .third-block-tab_item{
    display: none;
}


.fourth-block {
    background-color: #273375;
    margin: 100px auto 30px auto;
}


.fourth-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.fourth-block_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    top: -120px;
    right: 35px;
    text-align: right;
}

.fourth-block-wrapper .effect-circle {
    max-width: 334px;
    width: 100%;
    max-height: 334px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
}

.fourth-block-wrapper .effect-circle img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.fourth-block-wrapper:hover .effect-circle img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.fourth-block-content_title span{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.fourth-block-wrapper:hover > .fourth-block_img + .fourth-block-content .fourth-block-content_title span{
    font-weight: bold;
}


.fourth-block-content {
    -webkit-box-flex: 1.5;
        -ms-flex-positive: 1.5;
            flex-grow: 1.5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
}

.fourth-block-content_title {
    color: #E63A52;
    font-size: 45px;
    line-height: 55px;
    font-family: "Abril";
    font-weight: 400;
    text-transform: none;
    margin-bottom: 35px;
    margin-top: -35px;
    margin-left: -75px;
}

.fourth-block-content_title span {
    display: inline-block;
    background: #fff;
    margin: 5px auto;
    padding-left: 75px;
    padding-right: 15px;
}

.fourth-block-content_desc p {
    font-family: "Roboto";
    color: #fff;
    max-width: 535px;
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}

.fifth-block {
    max-width: 1024px;
    width: 100%;
    margin: auto;
}

.fifth-block-content{
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.fifth-block-content_col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 2px solid #273375;
    color: #273375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 206px;
    padding: 10px;
    margin-right: 30px;
}

.fifth-block-content_col p {
    font-size: 30px;
    line-height: 33px;
    font-family: "Abril";
    margin-top: 0;
    margin-bottom: 0;
}

.fifth-block-content_col span {
    font-size: 60px;
    font-family: 'salomeregular';
    color: #273375;
}

.fifth-block-content_col:last-child {
    margin-right: 0;
}

.sixth-block,
.seventh-block{
    max-width: 1024px;
    width: 100%;
    margin: 30px auto;
}

.seventh-block .block-title span {
    border: 0px solid #273375;
    font-size: 22px;
    line-height: 20px;
    font-family: "Roboto";
    letter-spacing: 0px;
    padding: 0px 10px 0 30px;
    cursor: pointer;
}

.block-title.toggle-block img {
    position: absolute;
    left: 5px;
}


.toggle-block-item {
    display: none;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto";
    color: #273375;
    margin: 5px auto 100px auto;
}

.toggle-block-item p {
    margin: 0;
}

.toggle-block-item img {
    margin: 10px auto 30px auto;
}

.fifth-block .block-title:after{
    top: 25%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
}


.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: rgba(30,30,30,.87);
    z-index: 99999;
    opacity: 0
}

.video-popup.active {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.video-popup .video-iframe {
    width: 1024px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 9999;
    padding-top: 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box
}

.video-popup .video-iframe .close {
    position: absolute;
    right: 0;
    top: 0
}

.video-popup .video-iframe iframe {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 0
}

.video-popup .video-iframe:after {
    display: block;
    content: "";
    padding-bottom: 56.5%
}


.effect-rotation img{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.effect-rotation:hover img{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

*[data-href] {
    cursor: pointer;
}


@media( min-width: 768px ) and ( max-width: 1360px ){

    .first-block_desc,
    .third-block,
    .fourth-block-content_desc p,
    .fifth-block,
    .sixth-block,
    .seventh-block{
        width: calc( 100% - 60px );
    }

    .fifth-block-content {
        gap: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fifth-block-content_col {
        height: 150px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc( 25% - 10px );
                flex: 0 0 calc( 25% - 10px );
        max-width: calc( 25% - 10px );
        margin: 0;
    }

    .fifth-block-content_col p {
        font-size: 22px;
        line-height: 24px;
        max-width: 200px;
    }

    .fourth-block-wrapper .effect-circle{
        max-width: 210px;
        max-height: 210px;
        width: 100%;
    }

    .fourth-block_img{
        top:  -55px;
    }

    .fourth-block-content_title{
        font-size: 40px;
        line-height: 43px;
    }

    .first-block_header .title{
        font-size: 56px;
        margin-right: 15px;
    }

    .first-block_header .title-number{
        font-size: 98px;
    }

    .first-block_img img {
        max-width: 1000px;
        margin: 20px auto;
        width: 100%;
    }

    .first-block_header{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .first-block_pre_header,
    .first-block_desc, 
    .first-block_desc p{
        font-size: 22px;
        line-height: 26px;
    }

    .first-block_btn a {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
    }

    .video-container{
        width: 75%;
    }

    .block-title span{
        font-size: 25px;
        line-height: 29px;
    }

    .third-block-tab_item span {
        font-size: 25px;
        line-height: 1em;
    }

    .third-block-content_item[data-tab="1"] .third-block-content_col_2_3 .third-block-content_title h2{
        font-size: 33px;
        line-height: 37px;
    }

    .third-block-content_desc p{
        font-size: 22px;
        line-height: 28px;
    }

    .third-block-content_img_shadow{
        font-size: 26px;
        line-height: 32px;
    }

    .fourth-block-content_title{
        font-size: 35px;
        line-height: 45px;
    }

    .fourth-block-content_desc p{
        font-size: 20px;
        line-height: 26px;
    }

    .fifth-block-content_col p{
        font-size: 22px;
        line-height: 28px;
    }

    .fifth-block-content_col span{
        font-size: 50px;
    }

    .toggle-block-item{
        font-size: 16px;
        line-height: 22px;
    }

}

@media( max-width: 767px ){

    .first-block_desc,
    .third-block,
    .fourth-block-content_desc p,
    .fifth-block,
    .sixth-block,
    .seventh-block{
        width: calc( 100% - 60px );
    }

    .desktop-view{
        display: none;
    }

    .first-block_pre_header{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .block-title,
    .first-block_desc,
    .first-block_header {
        margin: auto;
    }

    .first-block_header{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .first-block_header .title{
        font-size: 39px;
        line-height: 44px;
        text-align:  center;
        margin-right: 0;
    }

    .first-block_header .title span,
    .first-block_header .title span:last-child{
        letter-spacing: 0;
    }

    .first-block_header .title-number {
        font-size: 57px;
        margin: 10px;
        padding: 10px;
    }

    .first-block_desc, 
    .first-block_desc p {
        font-size: 24px;
        line-height: 28px;
    }

    .first-block_img {
        margin: 5px auto 10px auto;
    }

    .block-title{
        margin-bottom:  30px;
    }

    .third-block .block-title {
        margin-top: 30px;
    }

    .third-block-tab{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .third-block-tab_item{
        margin-right: 0;
    }

    .third-block-tab_item {
        margin-bottom: 80px;
    }

    .third-block-content_item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .mobile-view {
        display: block;
    }

    .third-block-content .third-block-tab_item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 56px;
    }

    .third-block-tab_item.active{
        margin-bottom: 80px;
    }

    .third-block-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .third-block-tab{
        display: none;
    }

    .third-block-content_col,
    .third-block-content_col_1_3, 
    .third-block-content_col_2_3 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .third-block-content_col,
    .third-block-content_col_2_3{
        margin-right: 30px;
    }

    .third-block-content_item[data-tab="1"] .third-block-content_col_2_3 .third-block-content_title h2,
    .third-block-content_title h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .third-block-content_img_shadow{
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }

    .third-block-content_desc p{
        font-size: 16px;
        line-height: 26px;
    }

    .fourth-block-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .fourth-block_img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        top: -135px;
        right: auto;
        text-align: center;
    }

    .fourth-block_img {
        max-width: 70%;
    }

    .fourth-block {
        margin: 160px auto 30px auto;
    }

    .fourth-block-content_title {
        font-size: 26px;
        line-height: 40px;
        margin-top: -120px;
        max-width: 432px;
        margin-left: 0px;
    }

    .fourth-block-content_desc p {
        font-size: 16px;
        line-height: 23px;
        text-align: left;
        margin: 15px 30px;
    }

    .fourth-block-content_title span {
        display: inline-block;
        background: #fff;
        margin: 5px auto;
        padding-left: 30px;
        padding-right: 3px;
    }

    .fifth-block-content {
        gap: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .fifth-block-content_col {
        margin: auto;
        width: calc( 50% - 5px );
        min-height: 150px;
        -webkit-box-flex:  1;
            -ms-flex:  auto;
                flex:  auto;
    }

    .fifth-block-content_col span {
        font-size: 50px;
        line-height: 35px;
        margin: 0;
    }

    .fifth-block-content_col p {
        font-size: 18px;
        line-height: 24px;
        font-family: "Abril";
        margin-bottom: 0;
        margin-top: 15px;
    }

    .third-block-content {
        overflow: hidden;
    }

    .block-title span {
        font-size: 23px;
        line-height: 27px;
    }

    .fifth-block .block-title span {
        max-width: 240px;
    }

    .fifth-block .block-title:after {
        top: 13px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .third-block-content_item[data-tab="1"] .third-block-content_col_2_3 .third-block-content_title h2,
    .third-block-content_title h2,
    .third-block-content_img_shadow,
    .small-view .third-block-content_title h2{
        font-size: 25px;
        line-height: 28px;
    }

    .video-container img{
        margin: auto;
        width: 100%;
    }

    .fourth-block-content_desc a{
        font-size: 16px;
    }

    .third-block-content_item.tab-color-green .third-block-content_col:last-child .third-block-content_img {
        margin-bottom: 115px;
    }

    .third-block-content_item.tab-color-green .third-block-content_col:last-child .third-block-content_img_shadow {
        height: calc( 100% + 55px );
    }

}


@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}