:root{
    --lemur-light-blue:#327CC6;
    --lemur-yellow:#FBB03B;
    --lemur-dark-blue:#00006E;
}

/* обнуление стандартных стилей */

body{
    height: 100vh;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow-x: hidden;
}



.img{
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}

.Prose {
    display: grid;
    grid-template-columns: [full-start] minmax(10px, 1fr) [main-start] minmax(0, 1160px) [main-end] minmax(10px, 1fr) [full-end];
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
}

.Prose > * {
  grid-column: main;
}

.Prose-splash {
    grid-column: full;
}

main{
    -webkit-box-flex: 1;
            flex-grow: 1;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {    
    font-family: 'Montserrat';
    font-weight: 400;
    overflow-y: scroll;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

button {
    font-family: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    resize: none;
    background: none;
}

input {
    font-family: inherit;
}

/* конец */

img{
    display: block;
}

.container{
    max-width: 1180px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.h2{    
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;    
}

.big_icon{
    width: 120px;
}

.imgM{
    display: none;
}

 .imgT{
    display: none;      
}

/* Стили кнопок */

.btn-s{    
    border: 2px solid white;
    border-radius: 15px;
    padding: 7px 16px;
    font: normal 700 12px/12px "Montserrat";    
    color: #FFFFFF;
    transition: all .2s linear;
}

.btn-s:hover{    
    background: #FFFFFF;
    color: #327CC6;
}

.btn_download{
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 14px 50px 14px 46px;
    background-color: var(--lemur-dark-blue);
    border-radius: 35px;    
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    transition: background .2s linear;
}

.btn_download:hover{
    background: #FBB03B;
}

.btn_download span{
    margin-left: 15px;
    width: 41px;
}

/* конец */

header{    
    border-radius: 0px 0px 0px 200px;
    background: var(--lemur-light-blue) url(../img/Ellipse1.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

header .img_box{    
    height: 550px;
    width: 730px;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
}

.logo{
    height: 59px;
    margin-left: -67px;
    flex-shrink: 0;
}

.logo img{
    height: 59px;
}

.header-nav{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding-top: 50px;
}

.videos .header-nav{
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 59px;
}

.header-nav>:nth-child(2){
    margin-left: auto;
}

.language{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    color: white;    
    font-weight: 700;
    font-size: 12px;
    line-height: 12px; 
    text-align: center;
    color: #FFFFFF;
}

.language .item{   
    padding: 9px 6px;
    border-radius: 30px;
    transition: all .2s linear ;
    cursor: pointer;
}

.language .item:hover{   
    background: #FFFFFF;    
    color: #327CC6;      
}

.language .item.active{
    background: #FFFFFF;   
    color: #327CC6;    
    
}

.header_content{
    display: -webkit-box;
    display: flex;    
    gap: 40px;
    position: relative;
}

.header_content .h2{
    color: white;
    max-width: 515px;
    margin-top: 66.5px;
    flex-shrink: 0;
}

.arrow_white{
    display: none;
    position: absolute;
    top: 80px;
    right: 55px;
}

.tagline{
    display: -webkit-box;
    display: flex;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    margin-left: -20px;
}

.tagline .item {
    position: relative;
    top: -50%;   
}

.tagline .item p{
    position:absolute;
    margin-top: 20px;
    margin-left: 20px;    
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;   
    color: #000000;
}

.tagline .arrow{
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
}

.surveys_box{
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B8DBFF));
    background: linear-gradient(180deg, #FFFFFF 0%, #B8DBFF 100%);
    border-radius: 0px 200px;
    padding: 119px 0 100px;
}
.videos .surveys_box{
    padding: 20px 0 0 0;
    border-radius: 0;
}

.videos .logo{
    padding-top: 20px;
}



.surveys {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.surveys .survey{
    display: grid;
    grid-template-columns: [full-start]1fr 1fr 1fr [full-end];
    gap: 40px;
    padding: 50px 0;
}

.surveys .survey .h2{
    grid-column: full;
    margin-bottom: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.surveys .survey .h2 span{    
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;  
    margin-top: 10px;  
}

.surveys .survey .item{
    min-height: 210px;
    padding: 60px 39px 37px 41px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(202, 230, 255, 0.25), 0px 2px 8px rgba(0, 0, 110, 0.15);
    border-radius: 5px;    
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;    
    color: #000000;
}

.surveys .survey .item .icon{    
    display: -webkit-box;    
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 40px;
    width: 60px;
    height: 60px;
    background: var(--lemur-light-blue);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);    
}

.surveys .online .h2 {
    margin-bottom: 60px;
}

.surveys .online .item .icon{   
    background-color: var(--lemur-dark-blue);    
}

.surveys .btn_download{   
    margin: 50px auto;
}

.reviews{
    padding: 150px 0;
}

/* Стили слайдера */

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
    -webkit-transform: translate3d(0px,0,0);
            transform: translate3d(0px,0,0);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    max-width: 760px;
    height: auto;
    margin-top: -31px;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-button-prev{
    width: 60px;
    height: 60px;
    /* background: url(../img/btn_prew.svg);
    background-repeat: no-repeat;
    background-position: center; */
    position: absolute;
    top: 50%;    
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;    
}

.swiper-button-next{
    width: 60px;
    height: 60px;
    /* background: url(../img/btn_next.svg);
    background-repeat: no-repeat;
    background-position: center; */
    position: absolute;
    top: 50%;    
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    right: 0;    
}

.swiper-button-prev:hover .icon-prev path, .swiper-button-next:hover .icon-next path{
    stroke: var(--lemur-light-blue);    
}

.swiper-button-prev .icon-prev path, .swiper-button-next .icon-next path{
    transition: all .2s linear;  
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;    
    margin: auto;
}

.swiper-slide .content{
    max-width: 560px;
    margin: auto;    
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; 
    color: #000000;
}

.swiper-slide .content .name{
    text-align: right;
    margin-top: 21px;
    font-weight: 700;    
    color: #000000;
}

.swiper-slide .content .name span{   
    font-weight: 400; 
    color: #8D8D8D;
}

.swiper-slide .content .q-mark{
    margin: auto auto 50px;
}

/* конец */

/* стили для графика */

.grafik_full{
    background-color: var(--lemur-light-blue);   
    border-radius: 0px 200px;
    padding: 150px 0 250px;
}

.grafik_box .h2{
    color: #FFFFFF;
    margin-bottom: 150px;
}

.grafik{        
    position: relative;    
}

.grafik .btn-s:hover{
    background: var(--lemur-yellow);
    color: white;
    border-color: var(--lemur-yellow);
}

.grafik .item{
    position: absolute;
    display: -webkit-box;
    display: flex;    
    gap: 23px;
    -webkit-box-align: center;
            align-items: center;  
    font-size: 18px;
    line-height: 22px;  
}

.grafik .item:nth-of-type(1){
    top: 13%;
    left: 0%;
    color: #FFFFFF;
    max-width: 190px;
}

.grafik .item:nth-of-type(1) p{
    margin-bottom: 20px;
}

.grafik .item:nth-of-type(2){
    top: 85%;
    left: 18.4%;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 240px;
}

.grafik .item:nth-of-type(3){
    top: 2.2%;
    left: 38.1%;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 260px;
}

.grafik .item:nth-of-type(4){
    top: 102.2%;
    left: 56.1%;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 300px;
}

.grafik .item:nth-of-type(5){
    top: -32.8%;
    right: 2%;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 270px;
}

/* конец */

.conditions{
    display: grid;
    grid-template-columns: [full-start] 41fr 41fr 26fr [full-end];
    gap: 40px;
    padding: 135px 0 150px;
}

.conditions .item{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 40px 40px 29px;
    background: #00006E;
    box-shadow: 0px 4px 25px rgba(202, 230, 255, 0.25), 0px 2px 8px rgba(0, 0, 110, 0.25);
    border-radius: 5px;
    
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 60px 0;
}

.descr-cost{
    font-size: 32px;
    font-weight: bold;
}

.conditions .item .cost{
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;    
    font-weight: 700;
    font-size: 55px;
    line-height: 80px;
    text-align: right;       
}
.top-descr, .bottom-descr{
    line-height: 26px;
}

.conditions .item .bottom-descr{
    margin-top: 50px;
}

.conditions .item.type2{    
    background: white;    
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #8D8D8D;
    padding-bottom: 14px;
}

.conditions .item.type2 .cost{    
    font-weight: 400;
    font-size: 40px;
    line-height: 80px;    
    color: #327CC6;    
    margin-top: 45px;
}

.conditions .h2, .conditions .features{
    grid-column: full;
}

.conditions .features{
    max-width: 760px;
    margin: auto;    
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;    
    color: #8D8D8D;
}

footer{
    background: var(--lemur-dark-blue);
    border-radius: 0px 200px 0px 0px;
    padding: 150px 0;
}

footer .content{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

footer .h2{
    width: 100%;
    color: white;
    margin-bottom: 76px;
}

.footer-link{    
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFF;
}

footer .form_contact_us{
    margin-top: -3px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex-grow: 1;
}    

footer .copyright{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    width: 100%;
}

/* стили формы обратной связи */

.form_contact_us{
    max-width: 460px;
}

.form_contact_us .btn_submit{
    margin-left: auto;
    display: block;
    margin-top: 13px;
}

.input_primary{
    background-color: transparent;
    border-bottom: 2px solid #FFFFFF;
    padding: 14px 0;    
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;  
    cursor: pointer;  
}

.input_primary::-webkit-input-placeholder, .textarea_primary::-webkit-input-placeholder{        
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.input_primary::-moz-placeholder, .textarea_primary::-moz-placeholder{        
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.input_primary:-ms-input-placeholder, .textarea_primary:-ms-input-placeholder{        
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.input_primary::-ms-input-placeholder, .textarea_primary::-ms-input-placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.input_primary::placeholder, .textarea_primary::placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.form_contact_us .input_primary{
    width: 100%;
    margin-bottom: 14px;
}

.textarea{    
    max-height: 126px;
    resize: none;
}

.textarea::-webkit-scrollbar {
    width: 2px;
}
   
.textarea::-webkit-scrollbar-track {
  background-color:transparent;
  border-radius: 10px;
}

.textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
}

.btn_submit{
    background: var(--lemur-yellow);
    border-radius: 35px;
    padding: 14px 49px;    
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer; 
    transition: all .2s linear; 
}

.btn_submit:hover{
    background: var(--lemur-light-blue);    
}

/* конец */

@media screen and (max-width:1340px) {
    header .img_box{
        flex-shrink: 1;
    }
}

@media screen and (max-width:1340px) {
    .logo {           
        margin-left: 0;   
    }
}

@media screen and (max-width:1260px) {
    .tagline {        
        margin-left: 0px;
    }
}

@media screen and (max-width:989px) {

    .big_icon{
        width: 100px;
    }

    .h2{        
        font-size: 30px;
        line-height: 36px;
    }

    .imgD{
        display: none;
    }

    .imgM{
        display: none;      
    }

    .imgT{
        display: block;
        width: 77%;
    }    

    .btn_download {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 46px 10px 46px;
    }

    .btn_download span{
        margin-left: 15px;
        width: 29px;        
    }

    header{    
        border-radius: 0px 0px 0px 100px;
        background: var(--lemur-light-blue) url(../img/EllipseM.svg);
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .videos header{
        background: var(--lemur-light-blue);
    }

    header .img_box{
        width: auto;
        height: auto;
    }

    .header_content img{
       margin-left: auto;
    }

    .logo {
        height: 42px;     
        margin-left: 0;   
    }

    .videos .logo{
        padding-top: 20px;
        height: 59px;
    }

    .videos .header-nav{
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .logo img{
       height: 100%; 
    }

    .header_content {        
        -webkit-box-orient: vertical;        
        -webkit-box-direction: normal;        
                flex-direction: column;
        gap:0;
    }       

    .header_content img{        
        margin-top: -41px;
    }    

    .header_content .h2 {
        margin-top: 32.5px;
        margin-left: 49px;
    }

    .arrow_white{
        display: block;
    }    

    .tagline {        
        margin-left: 60px;
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px;
    }

    .tagline .arrow {
        display: none;
    }

    .tagline .item p {
        font-size: 20px;
        line-height: 24px;
    }    
    
    .surveys_box{
        border-radius: 0px 100px;
        padding-top: 64px;
    }

    .surveys .survey .h2 {        
        margin-bottom: 30px;     
    }

    .surveys .survey {
        display: grid;
        grid-template-columns: [full-start] 1fr 1fr [full-end];
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        row-gap: 50px;
        padding: 50px 0;
    }

    .surveys .survey .h2 span {
        font-size: 20px;
        line-height: 24px;
    }

    .surveys .survey .item {        
        padding: 60px 34px 37px 32px;
    } 

    .reviews {
        padding: 100px 0 90px;
    }

    .swiper-slide .content {
        max-width: 460px;
    }

    .swiper-slide .content .q-mark {
        margin: auto auto 43px;
    }

    .swiper-slide .content .name {       
        margin-top: 14px;       
    }

    .grafik_full {        
        border-radius: 0px 100px;       
        padding: 100px 0 260px;
    }

    .grafik_box .h2 {       
        margin-bottom: 248px;
    }

    .grafik {
        position: relative;
        margin-left: 40px;
    } 

    .grafik .item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;   
        -webkit-box-align: start;   
                align-items: flex-start;     
    }     

    .grafik .item:nth-of-type(1){
        top: -10%;
        left: 0%;
        max-width: 107px;
    }      
    
    .grafik .item:nth-of-type(2){
        top: 83%;
        left: 17.4%;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        max-width: 130px;
    }
    
    .grafik .item:nth-of-type(3){
        top: -15.8%;
        left: 31.1%;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        max-width: 260px;
    }
    
    .grafik .item:nth-of-type(4){
        top: 103.2%;
        left: 56.1%;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        max-width: 300px;
    }
    
    .grafik .item:nth-of-type(5){
        top: -58.8%;
        right: 9%;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        max-width: 270px;
    }

    .conditions {
        display: grid;
        grid-template-columns: [full-start] 1fr 1fr [full-end];
        gap: 20px;
        padding: 100px 0 100px;
    }

    .conditions .features {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
                align-items: flex-end;
        grid-column: auto;
        height: 100%;        
        padding-bottom: 20px;
    }

    .conditions .h2 {
        margin-bottom: 23px;
    }

    .conditions .item {
        padding: 40px 29px 34px 29px;     
        margin: 0 0 0 0;   
    }

    .conditions .item.type2 .cost {
        margin-top: 65px;
    }

    footer{
        border-radius: 0px 100px 0px 0px;
        padding: 100px 0 50px;
    }

    footer .h2{
        margin-bottom: 33px;
    }

    footer .content {       
        -webkit-box-orient: vertical;       
        -webkit-box-direction: normal;       
                flex-direction: column;
    }
    
    .form_contact_us {
        max-width: 100%;
    }

    .footer-link {        
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    footer .copyright {        
        margin-top: 48px;       
    } 

}

@media screen and (min-width:900px) and (max-width:989px){  
    
    .grafik_box .h2 {
        margin-bottom: 148px;
    }
    
    .grafik .item:nth-of-type(1){
        top: 6%;        
    }


    .grafik .item:nth-of-type(3){
        top: -3%;       
    }    
    
    .grafik .item:nth-of-type(5){
        top: -40%;        
    }
}

@media screen and (max-width:599px) {

    .big_icon{
        width: 60px;
    }

    .imgT{
        display: none;      
    }

    .imgM{
        display: block;          
    }
    
    .btn_download {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 30px ;
    }

    .btn_download span{
        display: none;
    }

    header{
        background: var(--lemur-light-blue) url(../img/Ellipse3.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 0px 0px 0px 50px;
    }

    .header-nav{
        flex-wrap: wrap;
        row-gap: 8px;
        padding-top: 15px;
    } 

    .language{
        width: 100%;
        -webkit-box-ordinal-group: 0;
                order: -1;
        -webkit-box-pack: end;
                justify-content: flex-end;
    }

    .header_content .h2 {
        font-size: 24px;
        line-height: 28px;
        margin-left: 0;
        max-width: 310px;
    }

    .header_content img {
        min-height: 340px;
        margin-top: 6px;
        min-width: calc(100% + 20px);
        margin-left: -10px;
    }

    .arrow_white{
        display: none;        
    }
    
    .tagline {
        margin-left: 0;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }

    .tagline .item p {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0;
        margin-top: 13px;
    }    

    .tagline .item:nth-child(3) p {        
        margin-left: 20px;
    }

    .surveys_box{
        border-radius: 0px 50px;
        padding-top: 20px;
        padding: 18px 0 50px;
    }    

    .surveys .survey {        
        grid-template-columns: [full-start] 1fr [full-end];        
    }

    .swiper {        
        margin-top: 29px;
    }

    .swiper-button-next {
        top: 0;    
    }

    .swiper-button-prev {
        top: 0;
        right: 78px;  
    }

    .swiper-slide .content .q-mark {
        width: 63px;     
        margin: 0;   
        margin-bottom: 29px;
    }

    .swiper-slide .content .name {
        margin-top: 21px;
    }   

    .grafik_full {        
        border-radius: 0px 50px;  
        padding: 100px 0 46px;      
    }    

    .grafik_box .h2 {
        margin-bottom: 66px;
    }

    .grafik {       
        margin-left: 0;
    }

    .grafik .item {
        position: static;
        margin-left: 81px;
        margin-bottom: 68px;
        -webkit-box-align: start;
                align-items: flex-start;
        gap: 14px;
    } 

    .grafik .item:nth-of-type(1) {
        margin-bottom: 50px;
        max-width: 107px;
    }    

    .grafik .item:nth-of-type(2) {
        margin-bottom: 50px;
    }  

    .grafik .item:nth-of-type(3) {
        max-width: 103px;
        margin-bottom: 50px;
    }    

    .grafik .item:nth-of-type(4) {
        margin-bottom: 50px;
    }    

    .grafik .imgM{        
        position: absolute;   
        margin-left: 17px; 
    }

    .conditions {       
        grid-template-columns: [full-start] 1fr [full-end];   
        padding: 100px 0 100px;     
    }

    .conditions .item {        
        height: 300px;
    }

    .conditions .item.type2 {        
        height: auto;
    }

    .conditions .features {        
        padding-bottom: 0px;
        padding-top: 31px;
    }

    footer{
        border-radius: 0px 50px 0px 0px;
    }

    .footer-link{
        font-size: 24px;
        line-height: 30px;
    }

    footer .form_contact_us {        
        margin-top: 37px;
    }

    .btn_submit {               
        font-size: 20px;
        line-height: 20px;
    } 
}

.form-response{
    color: white;
    font-size: 30px;
    padding: 30px 0;
    display: none;
}

.videos h2{
    padding: 20px 10px;
}

.section-videos{
    padding: 150px 0 50px 0;
}
.section-videos .description{
    padding: 40px 0;
}
.section-videos .videos-link{
    text-align: center;
}
.section-videos .description a{
    text-decoration: underline;
    color: #00006e;
}
.video-item {
    padding: 15px 10px;
    border-bottom: 1px solid grey;
}



.video-item:last-child{
    border-bottom: none;
}

.video-item h3{
    padding-bottom: 20px;
}

.videos ul{
    padding: 20px 0;
}

.videos ul li{
    padding: 5px 0;
}
.videos ul li a{
    text-decoration: underline;
    color: #00006e;
    font-size: 14px;
}

.video-item::after {
    content: "";
    display: table;
    clear: both;
}

.video-item .video iframe{
    width: 100%;
    height: 390px;
}

.column {
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.column.left {
    width: calc(40%);
    padding-right: 10px;
}

.column.right {
    width: calc(60%);
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .column.right, .column.left {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 599px) {
    .video-item .video iframe{
        height: 200px;
    }
}