.video-sec .video{
    position: relative;
    background-position: center;
    background-size: cover;
}

.list-3-grid{
    grid-template-columns: repeat(3, 1fr) !important;
}

#matomba_frame {
    min-height:100%;
}

.titlewerde{
    text-align:center;
}


@media screen and (max-width: 500px){
  .list-3-grid{
    grid-template-columns: repeat(1, 1fr) !important;
}
.col-4{
    width:100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
}

.vid-desc{
    position: absolute;
    padding: 15px;
    background: #eee;
    line-height: 18px;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    height:66px;
    bottom: -66px;
    left: 0;
    width: 100%;
}

.vid-desc-top{
    position: absolute;
    padding: 15px;
    background: #eee;
    line-height: 18px;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    height:66px;
    bottom: 100%;
    left: 0;
    width: 100%;
}

p a img{
    height: auto !important;
}

.fdb-block img{
    height: auto !important;
}


@media screen and (max-width: 500px){
    p iframe{
       height: auto !important;
       width: 100% !important;
       min-height: 200px;
    }
    
    iframe{
        height: auto !important;
        min-height: 200px;
       width: 100% !important;
    }
    p{
      height: auto !important;  
    }
}

.fdb-viewport h2{
    font-size:20px !important;
}

.video-sec .video a{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.col-6 img{
    height:150px !important;
    object-fit: cover;
    object-position: center;
}

.breadcrums a{
    font-size: inherit;
    font-family: Montserrat;
}

.container1337{
    max-width: 100% !important;
}

.row1337{
    margin: 0 auto !important;
}

.page-content ul li{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.page-content ul li:before{
    content: "";
    position: absolute;
    top: 7px;
    width: 0;
    left: 0px;
    height: 0;
    border-bottom: 8px solid #333;
    border-right: 7px solid transparent;
}

.shadow-sec{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(3px);
    z-index: 7;
}

.window{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 450px;
    background: #EEF9FF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 25px;
    border-radius: 10px;
    padding-bottom: 15px;
}

@media screen and (max-width: 450px){
    .window{
        padding-top: 70px;
        overflow: auto;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}

.window .title{
    font-family: 'Montserrat';
    font-weight: 800;
    margin-bottom: 5px;
    color: #004789;
    font-size: 25px;
}

.window .caption{
    font-family: 'Montserrat';
    margin-bottom: 30px;
    font-size: 14px;
}

.window .labels{
    display: block;
    margin-bottom: 7px;
    color: #004789;
    font-size: 15px;
    padding-left: 5px;
}

.window input{
    width: 100%;
    height: 40px;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
}

.politic{
    margin-bottom: 25px;
}

.politic span{
    font-size: 13px;
}

.close{
    position: absolute;
    right: 25px;
    cursor: pointer;
    font-weight: 800;
    font-size: 12px;
    top: 25px;
}

.window .submit{
    padding: 15px 25px;
    background: #004789;
    font-weight: 800;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    color: #fff;
}

.error-window{
    height: 30px;
    font-size: 13px;
    padding-top: 10px;
}


.contact-page-design h1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 2;
    margin-bottom:0px;
    color: #FFFFFF;
    display: block;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
}

.contact-page-design .title {
    background: #209bd8;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    position: relative;
    z-index: 3;
}

.contact-page-design .title:after {
    height: 100%;
    width: 600px;
    left: -500px;
    content: "";
    top: 0;
    background: #209bd8;
    position: absolute;
}

.mapping{
    position:relative;
    height:500px;
    margin-bottom:70px;
    overflow:hidden;
}

.conts{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:2;
    pointer-events:none;
}

.conts .wrapper{
    height:100%;
    display:flex;
    pointer-events:none;
}

.conts .info{
    margin:auto;
    margin-right:0px;
    transform: skew(-15deg);
    background:#fff;
    padding:60px 80px;
}

.conts .info:after{
width: 1000px;
    right: -891px;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: #fff;
    height: 100%;
}

.conts .text{
    transform: skew(15deg);
    pointer-events:all;
}

.conts .line{
    margin-bottom:20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #004789;
}

.conts .line:last-child{
    margin-bottom:0px;
}

.conts .line span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    display:inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    width:100px;
}

@media screen and (max-width: 1000px){
    .contact-page-design h1{
        transform: skew(0deg);
    }
    .contact-page-design .title:after{
        display:none;
    }
.conts{
    position:relative;
    left:0;
    top:0;
    height:100%;
    width:100%;
    pointer-events:none;
    background:#fff;
     margin-bottom:15px;
}
.conts .info{
    transform: skew(0deg);
    margin-left:0;
    padding:15px;
}
.conts .info:after{
    display:none;
}
.conts .text{
    transform: skew(0deg);
    pointer-events:all;
}

.mapping iframe{
    width:100%;
}

.contact-page-design .title{
    transform: skew(0deg);
}

.mapping{
    height:auto;
    padding:15px;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 550px){
    .conts .line span{
        display:block;
    }
    .mapping iframe{
        height:300px;
    }
}

.xs-wtsp{
    display:none;
}

.wtsp-pic{
    height:60px;
    width:60px;
    border-radius:50%;
    display:flex;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background:#43c553;
}

.wtsp-pic img{
    height:30px;
    width:30px;
    margin:auto;
}

@media screen and (max-width: 550px){
.xs-wtsp{
    display:block;
    position:fixed;
    bottom:25px;
    z-index:5;
    right:25px
}    
}

@media screen and (max-width: 600px){
    .result-list--desctop {
        display: none !important;
    }
    .result-list--mobile {
        display: grid;
    }
}
@media screen and (min-width: 600px){
    .result-list--desctop {
        display: grid;
    }
    .result-list--mobile {
        display: none !important;
    }
}



.section-type-cards {
    margin: 100px auto;
}

.section-type-cards h2 {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    display: block;
}

.section-type-cards h2:after {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: #004789;
    z-index: -1;
    position: absolute;
    transform: skew(-25deg);
}

.section-type-cards h2:before {
    height: 100%;
    width: 100%;
    left: -90%;
    content: "";
    top: 0;
    background: #004789;
    z-index: -2;
    position: absolute;
    transform: skew(-25deg);
}

.section-type-cards__grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
    margin-top: 50px;
}

@media screen and (min-width: 600px){
    .section-type-cards__grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 50px;
        margin-top: 50px;
    }
}

.section-type-cards__item {
    background: #fff;
    overflow: hidden;
}


.section-type-cards__item .swiper-slide {
    height: 100%;
}

.section-type-cards__item-img {
    height: 285px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.section-type-cards__item-img .navigation-sawa {
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    width: 100%;
    z-index: 2;
    padding: 0 20px;
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-type-cards__item-img .navigation-sawa .btn {
    height: 40px;
    width: 40px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.navigation-sawa .prev {
    background: url(/img/prev.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.navigation-sawa .next {
    background: url(/img/next.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.section-type-cards__item-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 280px;
}

.section-type-cards__item-desc {
    padding: 25px;
}

.section-type-cards__item-desc-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.section-type-cards__item-desc li {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    padding-left: 20px;
}

.section-type-cards__item-desc li + li {
    margin-top: 10px;
}

.section-type-cards__item-desc li:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 0;
    left: 0px;
    height: 0;
    border-bottom: 8px solid #333;
    border-right: 7px solid transparent;
}

.section-type-cards__grid-jobs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    counter-reset: myCoaunter;
    margin-top: 50px;
}

@media screen and (min-width: 600px){
.section-type-cards__grid-jobs {
    grid-template-columns: repeat(3, 1fr);
}
}

.section-type-cards__grid-jobs-item {
    position: relative;
}

.section-type-cards__grid-jobs-item-img {
    height: 200px;
    position: relative;
    background-color: #fff;
}

.section-type-cards__grid-jobs-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-type-cards__grid-jobs-item-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.section-type-cards__grid-jobs-item-img:after {
    counter-increment: myCoaunter;
    content: counter(myCoaunter);
    letter-spacing: 0.02em;
    position: absolute;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    right: 0;
    bottom: 0;
    font-weight: 800;
    font-size: 30px;
    justify-content: center;
    width: 60px;
    background-color: #209BD8;
    color: #fff;
}

.section-type-cards__grid-jobs-item-img:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #209BD8;
    z-index: -1;
    transform: matrix(-1.02, 0.05, -0.04, 1, 0, 0);
}


.list {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 15px 0 5px 0;
    font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 1.3;
color: #000000;
}
.list li {
	position: relative;	
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	color: #222
}
.list li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -25px;
	width: 17px;
	height: 18px;
	background: #444444;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

.list2 {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 0;
    font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.3;
color: #000000;
}
.list2 li {
	position: relative;	
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 1.5;
	color: #222
}
.list2 li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -25px;
	width: 18px;
	height: 18px;
	background: #444444;
	color: #fff;
	text-align: center;
	padding-left: 5px;
	line-height: 20px;
	font-size: 12px;
}
.section-type-cards__grid .list2 {
	font-size: 18px;
	margin: 10px 0;
}
.smaledd {
    height: 280px;
}

@media screen and (min-width: 750px){
    .section-type-cards__item-img {
        height: 450px;
    }
    .smaledd {
        height: 280px;
    }
}