/*a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit
}

body {
    background: #fff;
    font-family: Roboto,sans-serif
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #555;
    text-decoration: none;
}

.whitebg {
    background-color: #fff
}

#todo1 {
    color: red
}

.c1200,.contentwidth {
    width: 1200px;
    margin: 0 auto
}

#headstripe {
    width: 100%;
    height: 50px;
    background-color: #ffcb04
}

.whiteisland {
    background: #fff
}

.grayisland {
    background: #f1f1f1
}

.smallisland {
    width: 926px;
}

.wideisland {
    width: 1100px;
}

.lowisland {
    height: 128px
}

.highisland {
    height: 165px
}

.noisland {
    height: 70px
}

.flexisland {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

#island {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -6px;
    text-align: center
}

#island a.link {
    display: inline-block;
    color: #2394ff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: transparent url(../images/icon_path.png) no-repeat right 50%;
    background-size: 6px 11px;
    padding: 0 15px
}

#island h3.singleline {
    display: inline-block;
    margin: 0 auto;
    line-height: 96px;
    font-size: 26px;
    font-weight: 500
}



#island h3.multiline {
    display: inline-block;
    width: 816px;
    margin: 0 auto;
    line-height: 120%;
    font-size: 18px
}

#island h3.multiline b,#island h3.multiline strong,.giconw {
    font-weight: 500
}

.giconw {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    display: flex
}

.giconw img,.giconw p {
    display: inline-block;
    margin-left: 15px
}

.card1 {
    margin-bottom: 41px;
    /*width: 352px;*/
    border: 1px solid #eee;
    padding: 0px;

}

.card1 div {
    width: 296px;
    margin: 0 auto
}

.card1 h5 {
    color: #17154d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 33px
}

.card1 p {
    color: #54646d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 6px
}

.card1 a.card1cta {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #42515a;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.card1 a img {
    width:100%; 
    /*  max-height:200px*/
}

a.card1cta {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #42515a;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

a.card1cta:hover {
    background-color: #ffcb04;
    border: 1px solid #ffcb04
}

.card1 a.card1cta:hover {
    background-color: #ffcb04;
    border: 1px solid #ffcb04
}

.card2 {
    margin-bottom: 41px;
    /*width: 575px;*/
    background-color: #fff;
    padding:  10px 15px;
}

.card2 div {
    /*width: 486px;*/
    margin: 0 auto
}

.card2 h5 {
    color: #17154d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 33px
}

.card2 p {
    color: #54646d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 31px
}

a.card2cta {
    cursor: pointer;
    margin-top: 29px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #000;
    background-color: #ffcb04;
    font-size: 13px;
    font-weight: 700
}

a.card2cta:hover {
    color: #54646d
}

.ml30 {
    margin-left: 30px
}

.flexwrapper {
    width: 1200px;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.grayblockwrapper {
    background-color: #f0f0f0;
    padding-bottom: 40px
}

.blockheader {
    font-size: 21px;
    font-weight: 400px;
    padding-top: 60px;
    text-transform: uppercase;
    margin-bottom: 20px
}

h3.gbh {
    color: #42515a;
    padding-bottom: 41px
}

#whywe_wrapper {
    background: #555 url(../images/bg_why_we.jpg) no-repeat top;
    background-size: auto;
    height: 485px;
    width: 100%
}

#vacancy_wrapper {
    background: #555 url(/images/career_2.jpg) no-repeat top;
    background-size: auto;
    height: 485px;
    width: 100%
}

h3.wwbh {
    color: #fff
}

.card3 {
    width: 60%;
    background-color: #fff;
    margin: 0 auto
}

.card3 div {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0
}

.card3 h5 {
    color: #17154d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px
}

.card3 p {
    color: #54646d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 31px
}

#whologo {
    width: 191px;
    margin-top: 20px;
    margin-bottom: 10px
}

.VueCarousel-slide {
    position: relative;
    min-height: 100px;
    width: 1200px
}

.label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.megacard {
    display: flex;
    margin-bottom: 82px
}

.megacard .mctext {
    width: 536px
}

.megacard .mctext .mctextcard {
    z-index: 1000;
    padding: 0 44px 0 92px;
/*    width: 557px;*/
    height: 293px;
/*    margin-right: -10px;*/
    background-color: #fff;
    margin-top: 72px;
    text-align: left
}

.megacard .mctext .mctextcard h5 {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 30px
}

.megacard .mctext .mctextcard p {
    color: #42515a;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 35px
}

.megacard .mcimg {
    z-index: -1000;
    width: 664px;
    height: 440px;
    /*background: #000 url(../images/img_redcar.png) no-repeat top;*/
    background-size: auto
}

.megacard:last-child {
    margin-bottom: 0
}

#footer_wrapper {
    background-color: #1a1f21;
    margin-top: 53px
}

.footernav {
    display: flex;
    width: 817px;
    color: #fff;
    margin-bottom: 65px
}

.footernav li {
    margin-bottom: 14px
}

.footernav .fnheader a {
    color: #fff
}

.footernav .fnheader a.active,.footernav .fnheader a:hover {
    color: #ffcb04
}

.footernav li a {
    color: #cacaca;
    font-size: 12px;
    text-transform: uppercase
}

.footernav li a.active,.footernav li a:hover {
    color: #ffcb04
}

.ycontacts {
    background-color: #ffcb04;
    width: 383px;
    padding-left: 40px
}

.fn1,.fn2 {
    width: 200px;
    margin-right: 62px
}

.fn3 {
    width: 250px;
    padding-left: 12px
}

.fnheader {
    font-size: 15px;
    font-weight: 400
}

.fnheader,.ycheader {
    margin-top: 31px;
    margin-bottom: 23px;
    text-transform: uppercase
}

.ycheader {
    font-size: 14px;
    font-weight: 700
}

.ycontacts p {
    line-height: 32px;
    font-size: 14px
}

.socicons {
    margin-top: 40px
}

.socicons img {
    width: 30px;
    margin-right: 11px
}

#footer2_wrapper {
    background-color: #000;
    height: 80px;
    color: #bdbdbd;
    font-size: 13px
}

#fsl {
    height: 45px
}

.footerflexwrapper {
    width: 1200px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

#ff1 {
    width: 537px
}

#ff2 {
    width: 280px
}

#ff3 {
    width: 380px
}

#ff3 a {
    color: #bdbdbd;
    text-decoration: underline
}

#darklogos {
    min-height: 200px;
    background: #000 url(../images/pattern_big.jpg) no-repeat top;
    margin-top: 40px
}

.darklogos_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.astesikblock {
    width: 570px
}

.astesikblock_dark {
    color: #fff
}

.astesikblock_wrapper {
    padding-top: 70px;
    padding-bottom: 84px
}

.astesikblock_inner {
    background: transparent url(../images/asteriskbig.png) no-repeat 0 0;
    width: 480px;
    padding-left: 90px;
    margin-top: 0
}

.astesikblock_inner h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 65px;
    padding-top: 12px
}

.astesikblock_inner p {
    font-size: 17px;
    line-height: 25px
}

.doublehead {
    display: flex
}

.doublehead h3 {
    width: 600px;
    display: inline-block
}

table.glhead {
    width: 100%;
    margin-top: 20px
}

table.glhead tr td.yellowcell {
    background-color: #ffcb04
}

table.glhead tr td {
    border: 1px solid #e3e3e3;
    width: 50%
}

table.glhead tr td h5 {
    color: #17154d;
    font-size: 22px;
    line-height: 60px;
    font-weight: 500;
    margin-left: 30px
}

table.glbody {
    width: 100%;
    margin-top: 3px
}

table.glbody tr td {
    border: 1px solid #e3e3e3;
    width: 50%;
    padding-bottom: 20px
}

table.glbody tr td p {
    color: #42515a;
    font-size: 17px;
    line-height: 25px;
    margin: 12px 20px 14px 30px
}

table.glbody tr td p strong {
    font-weight: 600
}

.cardflags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.cardflags .cardflag {
    width: 352px;
    margin-bottom: 33px
}

.cardflags .cardflagsmall {
    width: 270px
}

.cardflag_head {
    color: #17154d;
    background-color: #ffcb04;
    font-size: 21px;
    font-weight: 500;
    padding: 31px 31px 37px
}

.cardflag_body {
    border: 1px solid #e3e3e3;
    font-size: 18px;
    line-height: 28px;
    color: #42515a;
    padding: 21px 31px 31px
}

h4.darklogoshead {
    margin-bottom: 39px
}

h4.darklogoshead,h4.darklogoshead2 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #ffcb04;
    padding-top: 52px
}

h4.darklogoshead2 {
    padding-bottom: 60px
}

h5.darklogossubhead {
    margin: 0 20px;
    font-size: 22px;
    line-height: 125%;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding-bottom: 20px
}

.fbox {
    display: flex;
    align-items: center
}

.fbox div.text {
    padding: 0 44px 0 92px
}

ul.asterisklist {
    padding-left: 2em;
    list-style-image: url(../images/li-asterisk.png)
}

ul.asterisklist li {
    line-height: 20px;
    font-size: 17px;
    color: #42515a;
    padding-right: 10px;
    margin-left: 10px;
    padding-left: 6px;
    padding-bottom: 15px
}

ul.asterisklist li:last-child {
    padding-bottom: 0
}

ul.asterisklistwhite {
    padding-left: 2em;
    list-style-image: url(../images/li-asterisk.png);
    column-count: 2;
    padding-bottom: 30px
}

ul.asterisklistwhite li {
    line-height: 20px;
    font-size: 17px;
    color: #fff;
    padding-right: 10px;
    margin-left: 10px;
    padding-left: 6px;
    padding-bottom: 15px
}

ul.asterisklistwhite li:last-child {
    padding-bottom: 30px
}

.cardservicelevel {
    margin-bottom: 41px;
    width: 340px;
    background-color: #fff
}

.cardservicelevel div {
    width: 260px;
    margin: 0 auto
}

.cardservicelevel h5 {
    text-align: center;
    color: #17154d;
    font-size: 27px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 33px;
    text-transform: uppercase
}

.cardservicelevel p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 22px
}

.cardservicelevel ul {
    padding-bottom: 30px
}

.cardservicelevel ul li {
    margin-bottom: 2em;
    line-height: 135%
}

.cardservicelevel a.card1cta {
    cursor: pointer;
    width: 260px;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #ffcb04;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.cardservicelevel a.card1cta:hover {
    color: #42515a
}

.mt42 {
    margin-top: 42px
}

.cardperson {
    width: 360px;
    background-color: #17154d;
    color: #fff;
    margin-bottom: 60px
}

.cardperson img {
    width: 360px;
    height: 203px
}

.cardperson div {
    padding: 17px 32px 39px
}

.cardperson h5 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700
}

.cardperson p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400
}

.cardperson a.card1cta {
    cursor: pointer;
    width: 260px;
    text-align: center;
    margin-top: 48px;
    display: inline-block;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #ffcb04;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.cardperson a.card1cta:hover {
    color: #42515a
}

.carddoc {
    width: 360px
}

.carddoc div.docframe {
    border: 1px solid #e3e3e3;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.carddoc div.widthstd {
    width: 360px
}

.carddoc div.heightstd {
    height: 360px
}

.carddoc img {
    max-height: 358px;
    max-width: 358px
}

.carddoc div.infoframe {
    padding: 17px 32px 39px;
    background-color: #f0f0f0
}

.carddoc h5 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700
}

.carddoc p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 1em
}

.carddoc a.card1cta {
    cursor: pointer;
    width: 260px;
    text-align: center;
    margin-top: 48px;
    display: inline-block;
    border-radius: 1px;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #ffcb04;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.carddoc a.card1cta:hover {
    color: #42515a
}

.infopanel {
    /*width: 293px;*/
    background-color: #f0f0f0;
    padding: 60px 30px
}

.infopanel ul li {
    border-bottom: 1px solid #ccc;
    line-height: 110%;
    padding: 9px 0
}

.infopanel ul li a {
    color: #42515a;
    font-size: 14px
}

.infopanel ul li a.active,.infopanel ul li a:hover {
    color: #000;
    font-weight: 500
}

.infotext {
/*    width: 907px;*/
    padding: 25px 40px 0 12px
}

.infotext h1 {
    font-size: 34px;
    font-weight: 700px;
    margin-bottom: 50px;
    background: transparent url(../images/yellowbrick.png) no-repeat 0 100%;
    line-height: 150%
}

.infotext p {
    color: #42515a;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1.5em
}

.infotext img {
    max-width: 555px
}

.ybg_wrapper {
    background-color: #ffcb04
}

.ybg_wrapper .addr {
    min-height: 544px;
/*    width: 300px;*/
    padding-right: 60px;
    padding-top: 33px
}

.ybg_wrapper .addr h5 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px
}

.ybg_wrapper .addr p {
    font-size: 15px;
    font-weight: 700;
    line-height: 175%;
    margin-bottom: 1em
}

.ybg_wrapper .addr div {
    margin-top: 50px
}

.ybg_wrapper .map {
    width: 900px
}

.ybg_wrapper .imgw50 {
    width: 50px
}

.ybg_wrapper .ml17 {
    margin-left: 17px
}

.wbg {
    background-color: #fff
}

.contactformwrap {
   /* padding-left: 300px;
    padding-right: 290px;
    margin-top: 40px;
    text-align: justify*/
}
.contactformwrap h5{
    font-weight: bold;
}

.contactformwrap h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.contactformwrap .inputw {
   /* width: 610px;*/
    margin-top: 15px
}

.contactformwrap p {
    font-size: 13px;
    line-height: 25px;
    color: #42515a;
    margin-bottom: .75em
}

.contactformwrap ::-webkit-input-placeholder {
    color: #c0bfbf;
    font-size: 14px
}

.contactformwrap ::-moz-placeholder {
    color: #c0bfbf;
    font-size: 14px
}

.contactformwrap ::-ms-input-placeholder {
    color: #c0bfbf;
    font-size: 14px
}

.contactformwrap ::placeholder {
    color: #c0bfbf;
    font-size: 14px
}

.contactformwrap label {
    display: block;
    color: #8a8a8a;
    font-size: 13px;
    margin-bottom: 5px
}

.contactformwrap input:not([type=file]) {
    line-height: 60px;
    padding: 0 20px
}

.contactformwrap input:not([type=file]),.contactformwrap textarea {
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 500
}

.contactformwrap textarea {
    min-height: 100px;
    line-height: 125%;
    padding: 10px 20px
}

.contactformwrap select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 20px 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contactformwrap .button_yellow {
    display: block;
    background-color: #ffcb04;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
/*    width: 297px;*/
    height: 58px;
    margin: 20px 0 140px;
    cursor: pointer
}

.contactformwrap .flexfw {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.contactformwrap .flexfw .inputw {
    width: 300px
}

.ender {
    width: 100%;
    height: 70px;
    background: transparent url(../images/li-asterisk.png) 50% 50% no-repeat
}

.qmsquote {
    width: 100%;
    /*height: 545px;*/
    background: #000  50% 50% no-repeat;
    margin-top: 40px
}

.vacancywrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.vacancywrapper h3 {
    padding: 40px 0;
    width: 100%;
    text-align: center;
    font-size: 30px
}

.vacancywrapper .vacancy {
    width: 580px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px
}

.vacancywrapper .vacancy h2 {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 30px;
    color: #17154d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.vacancywrapper .vacancy ul li {
    color: #42515a;
    padding: 7px 5px;
    padding-right: 10px;
    list-style-type: square;
    margin-left: 50px;
    line-height: 1.25em
}

.vacancywrapper .vacancy p {
    padding: 10px 30px;
    color: #42515a
}

.vacancywrapper .vacancy p b,.vacancywrapper .vacancy p strong {
/*    font-weight: 500*/
}

.vacancywrapper .vacancy p b,.vacancywrapper .vacancy a.mailto {
    color: blue;
}

.thankyou {
    margin: 150px auto;
    text-align: center
}

.thankyou h2 {
    font-size: 40px;
    margin-bottom: 40px
}

.thankyou p {
    font-size: 20px
}

.formcontrols {
    margin-top: 30px
}

.formcontrols input[type=submit] {
    background-color: #ffcb04
}

.form_block h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

.form_block p {
    font-size: 14px
}

.form_block .form_flex {
    display: flex
}

.form_block .content_flex {
    justify-content: space-between
}

.form_block .content_padding {
    padding: 10px 0 0
}

.form_block form .request_options {
    font-size: 14px
}

.form_block form .request_options [type=radio],.form_block form .request_options input[type=checkbox] {
    display: inline!important;
    margin-right: 15px
}

.form_block form .request_options .special_criteria {
    width: 550px;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 0;
    margin-bottom: 40px
}

.form_block form .request_options .special_criteria p {
    font-weight: 600
}

.form_block form input.w270 {
    width: 270px
}

.form_block form input,.form_block form textarea {
    margin: 5px 0 20px;
    padding: 20px 0 20px 20px;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
    font-family: Roboto;
    color: #000
}

.form_block form label,.form_block form select {
    color: #000;
    font-size: 14px
}

.form_block form select {
    width: 500px;
    display: block;
    margin: 5px 0 20px -1px;
    padding: 20px 0 20px 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form_block form .form_small_block_left {
    width: 50px;
    height: 59px;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 60px;
    margin-top: 5px
}

.form_block form .small_items table.table4input {
    margin-top: 4px
}

.form_block form .small_items table.table4input td {
    text-align: center;
    border: 1px solid #dedede
}

.form_block form .small_items table.table4input td input {
    border: none
}

.form_block form .small_items table.table4input td:last-child {
    width: 40px;
    font-size: 80%
}

.form_block form .small_items table.table4input input {
    margin: 0
}

.form_block form .small_items select {
    width: 110px;
    display: block;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form_block form .small_items label {
    color: #42515a;
    font-size: 13px
}

.form_block form .small_items input,.form_block form .small_items textarea {
    width: 110px;
    height: 60px;
    display: block;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
    color: #000
}

.form_block form .small_items .content_box {
    height: 60px;
    background-color: pink
}

.form_block form .item_delete {
    line-height: 100px
}

.form_block .under_line {
    margin-top: 50px
}

.form_block .under_line .box_items_result {
    margin: 20px 0 50px
}

.form_block .offer_block {
    width: 100%;
    margin-bottom: 20px
}

.form_block .offer_block .offer_block_title {
    display: flex;
    background-image: linear-gradient(90deg,#020024,#090979 35%,#00d4ff);
    color: #fff;
    padding: 20px 30px
}

.form_block .offer_block .offer_block_title .offers_name {
    width: 188px
}

.form_block .offer_block .offer_block_body {
    height: 110px;
    border: 1px solid #cdcdcd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px
}

.form_block .offer_block .offer_block_body .offer_date {
    color: gray;
    width: 150px;
    height: 60px;
    border: 1px solid #cdcdcd;
    text-align: center;
    line-height: 20px
}

.form_block .offer_block .offer_block_body .offer_date h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px
}

.form_block .offer_block .offer_block_body .offer_date p {
    font-size: 13px;
    font-weight: 400
}

.form_block .offer_block .offer_block_body .offer_active {
    color: #000
}

.form_block .offer_block .offer_block_body .offer_active p {
    font-weight: 700
}

.form_block .offer_block .offer_block_body .have_a_car {
    border: 2px solid #000
}

.form_block .offer_block .offer_block_body .have_a_car p {
    font-size: 13px;
    font-weight: 600
}

.form_block .offer_block .offer_block_body .have_a_car:hover,.form_block .offer_block .offer_block_body .have_a_car_active {
    background-color: #ffcb04;
    border: 2px solid #ffcb04;
    cursor: pointer
}

.form_block .form_radio p {
    margin-bottom: 20px;
    font-size: 14px
}

.form_block .form_radio input {
    margin-bottom: 20px
}

.form_block .form_radio label {
    font-size: 13px;
    font-weight: 600
}

.form_block button.button_big {
    width: 610px;
    display: block;
    margin: 0 auto
}

.form_block button.button_big,.form_block button.button_small {
    height: 58px;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.form_block button.button_small {
    width: 150px;
    margin-bottom: 40px
}

.form_block button.disabledbut {
    border: 2px solid #ddd
}

.form_block .butact,.form_block button:hover {
    background-color: #ffcb04;
    border: 2px solid #ffcb04;
    cursor: pointer
}

.navigation {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 15px;
    align-items: center;
    padding: 0;
    font-size: 12px;
    font-weight: 800
}

.navigation li {
    cursor: pointer;
    padding: 0;
    text-transform: uppercase
}

.navigation li.active a {
    color: #55acee
}

.navigation li.menuitem {
    margin-left: 30px;
    margin-right: 0;
    line-height: 40px
}

.navigation li a {
    color: #42515a
}

.navigation li a:hover {
    color: #55acee
}

.flex-space-left {
    margin-left: auto!important
}

.lastitem {
    width: 154px
}

p#langselect {
    font-size: 13px;
    line-height: 50px;
    padding-left: 30px
}

p#langselect a {
    color: #42515a
}

p#langselect a.current {
    color: #000
}

a#butcheckorder {
    display: inline-block;
    border: 1px solid #42515a;
    border-radius: 2px;
    padding: 6px 10px;
    text-transform: uppercase;
    color: #42515a;
    font-size: 13px;
    font-weight: 500
}

a#butcheckorder:hover {
    color: #fff;
    background-color: #42515a
}

#phonenumber {
    display: inline-block;
    background: transparent url(../images/phoneicon.png) no-repeat 0;
    background-size: 30px 30px;
    padding-left: 40px;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #42515a;
    margin-right: 32px
}

.posrel {
    position: relative
}

.floatinglogo {
    position: absolute;
    width: 200px;
    height: 200px
}

.floatinglogo a {
    display: block;
    width: 100%;
    height: 100%
}

.floatinglogo1 {
    top: 230px;
    right: 142px
}

.floatinglogo2 {
    top: 161px;
    right: 142px
}

.floatinglogo3 {
    top: 239px;
    right: 142px
}

.floatinglogo4 {
    top: 339px;
    right: 142px
}

.floatinglogo5,.floatinglogo6 {
    top: 239px;
    right: 142px
}

#globalhead {
    background-color: #000;
    background-size: auto;
    width: 100%
}

.headbg1 {
    background: #000 url(../images/bg_index_l.jpg) no-repeat top
}

.headbg2 {
    background: #000 url(/images/bg_service_1_m.jpg) no-repeat top
}

.headbg3 {
    background: #000 url(../images/bg_service_2_m.jpg) no-repeat top
}

.headbg4 {
    background: #000 url(../images/bg_service_3_m.jpg?1) no-repeat top
}

.headbg5 {
    background: #000 url(../images/bg_service_4_m.jpg) no-repeat top
}

.headbg6 {
    background: #000 url(../images/bg_service_5_m.jpg) no-repeat top
}

.headbg7 {
    background: #000 url(../images/bg_service_6_m.jpg) no-repeat top
}

.headbg8 {
    background: #000 url(../images/bg_service_7_m.jpg?1) no-repeat top
}

.headbg9 {
    background: #000 url(../images/bigbg_9.png) no-repeat top
}

.headbg10 {
    background: #000 url(/images/bg_company_4_s.jpg?1) no-repeat top
}

.headbg11 {
    background: #000 url(/images/bg_members_s.jpg?1) no-repeat top
}

.headbg12 {
    background: #000 url(../images/bigbg_12.png) no-repeat top
}

.headbg13 {
    background: #000 url(../images/bg_company_3_l.jpg) no-repeat top
}

.headbg14 {
    background: #000 url(../images/bg_quality_m.jpg?3) no-repeat top
}

.headbg15 {
    background: #000 url(../images/bg_partners_s.jpg?1) no-repeat top
}

.headbg16 {
    background: #000 url(../images/bg_news_s.jpg?1) no-repeat top
}

.headbg17 {
    background: #000 url(../images/bg_contact_s.jpg) no-repeat top
}

.headbg18 {
    background: #000 url(../images/bg_services_s.jpg) no-repeat top
}

.headbg19 {
    background: #000 url(/images/bg_info_s.jpg) no-repeat top
}

.fullhead {
    height: 722px
}

.mediumhead {
    height: 607px
}

.shorthead {
    height: 373px
}

.smallhead{
    height: 230px;
}

#mainmenustripe {
    margin-top: 40px;
    width: 1200px;
    height: 72px;
    display: flex;
    flex-direction: row
}

#mmlogo {
    width: 324px;
    height: 72px
}

#mmlogo img {
    width: 233px
}

@keyframes a {
    0% {
        color: #fff
    }

    to {
        color: #ffcb04
    }
}

.mainmenuitem {
    height: 72px
}

.mainmenuitem a {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-top: 18px;
    background: transparent url(../images/yellowbrick.png) no-repeat 0 100%
}

.mainmenuitem a.active,.mainmenuitem a:hover {
    animation-name: a;
    animation-duration: .25s;
    animation-fill-mode: forwards
}

#mm1 {
    width: 206px
}

#mm1,#mm2 {
    height: 72px
}

#mm2 {
    width: 300px
}

#mm3 {
    width: 214px
}

#mm3,#mm4 {
    height: 72px
}

#mm4 {
    width: 156px
}

.fullhead #h1block,.mediumhead #h1block {
    margin-top: 118px
}

.shorthead #h1block {
    margin-top: 45px
}

#h1block {
    /*width: 1200px;*/
    margin-bottom: 6px
}

#h1block h1 {
    font-size: 32px
}

#h1block h1,#h1block h2 {
    max-width: 885px;
    line-height: 130%;
    font-weight: 500;
    color: #fff
}

#h1block h2 {
    margin-top: 20px;
    font-size: 24px
}

a.cta {
    margin-top: 28px;
    display: inline-block;
    width: 244px;
    text-align: center;
    border-radius: 1px;
    padding: 0 10px;
    line-height: 42px;
    background-color: #ffcb04;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

a.cta:hover {
    color: #55acee;
    background-color: #fff
}

#menu{
    display: none;
}

/**/
.mhead{
    display: none;
}
.ishideyes{
    display: none;
}

.ishidenot{
    display: block;
}

.benefits{
    display: none;
}
#wubh_wrapper{
        display: block;
    }

.imgquote{
    width:  60%;
}

@media only screen and (max-width: 760px) {

    .imgquote{
        width:  100%;
    }
    #island h3.singleline {
        line-height: 36px;
        font-size: 20px;
        font-weight: 500
    }
    .mhead{
        display: block;
    }
    #menu{
        display: block;
    }
    #headstripe{
        display: none;
    }
    #globalhead{
        display: none;
    }

        .card3 {
            width: 100%;
            background-color: #fff;
            /*margin: 0 auto;*/
            margin-bottom: 20px;
        }

    .card3 div {
        width: 95%;
        margin: 0 auto;
        padding: 20px 0
    }

    .megacard .mctext {
        width: 99%;
    }

    .blockheader {
     margin-top: 130px;
     padding: 5px; 
    }

    .benefits{
        display: block;
        /*margin-top: 120px;*/
    }
    #wubh_wrapper{
        /*display: none;*/
    }
    .flexwrapper{
        width: 100%;
    }
    .footernav{
        width: 90%;
    }
    .footerflexwrapper{
        width: 100%;
        padding: 15px 0 30px 15px;
        height: 100px;
    }
    #whywe_wrapper{
        height: 600px;
    }
    #ff1 {
        width: 100%;
    }
    #ff3 {
        width: 100%;
        margin-top: 15px;
    }
    #footer2_wrapper{
        height: 135px;
    }

    .infopanel{
        width: 100%;
    }
    .infotext {
        width:  100%;
        padding: 25px 40px 0 50px;
    }
    .megacard .mctext .mctextcard {
        z-index: 1000;
        padding: 0 14px 0 12px;
        width: 100%;
        height: 263px;
        margin-right: 0px;
        background-color: #fff;
        margin-top: 2px;
        text-align: left;
    }
    .megacard .mctext .mctextcard h5 {
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        padding-top: 20px;
        margin-top: 125px;
    }
    .megacard .mctext .mctextcard p{
        margin-top: 15px;
    }
    .qmsquote{
        margin-top: 150px;
    }
    .megacard {
        display: block;
    }
    .megacard .mcimg {
    z-index: 1;
     width: 100%; 
     background: #000 100% 100% no-repeat top;
    }
    .mcimg img{
        width: 100%;
    }
    #island {
        padding: 10px;
        margin-bottom: 100px;
    }
/*    .qmsquote {
        width: 100%;
        height: 245px;
        background: #000 url(../images/ford.png) 50% 50% no-repeat;
        margin-top: 40px;
    }*/
    .megacard .mcimg {
        z-index: -1000;
        width: 100%; 
        height: 140px;
        background: #000 100% 100% no-repeat top;
        background-size: auto;
        margin-top: 100px;
    }
    .ybg_wrapper .map {
        width: 100%;
    }

    .ybg_wrapper .map img{
        width: 100%;
    }
    .contactformwrap {
        padding-left: 30px;
        padding-right: 20px;
        margin-top: 40px;
        text-align: justify;
    }

    .contactformwrap .inputw, .contactformwrap .button_yellow{
        width: 100%;
    }
    .ycontacts{
        padding-left: 10px;
        padding-bottom: 20px;
        width: 100%;
    }

    .flexwrapper{
        justify-content: center;
    }
    .smallisland{width: 80%;}
    .c1200{
        width: 100%;
    }
    .cardflags .cardflagsmall{
        width: 100%;
    }
    .wideisland {
        width: 80%;
    }
    .smallisland {
        width: 100%;
    }

    h4.darklogoshead,h4.darklogoshead2 {
        text-align: center;
        font-size: 34px;
        font-weight: 500;
        color: #ffcb04;
        padding-top: 100px
    }
}

@media only screen and (max-width: 960px) {
    .footernav{
        width: 100%;
    }
}

@media only screen and (max-width: 460px) {
    .fn1{
        width: 100%;
    }
    .fn2{
        width: 100%;
    }
    .fn3{
        width: 100%;
    }
}

.nav-link.active {
    font-weight: bold;
}
/*send form contact*/
#modal-send-form{
    margin-bottom: 15px!important;
}
#map {
    height: 400px!important;
}
.info-form-contact{
    padding-left: 100px;
}
#text-for-form{
    margin-top: 35px;
    line-height: 25px;
    font-size: 14px;
}
.modal-header{
    display: block;
}
@media (max-width: 768px) {
    .info-form-contact {
        padding-left: 14px;
    }
    #map {
        height: 220px!important;
    }
    .contactformwrap .inputw {
       margin-top: 2px;
    }
    .contactformwrap input:not([type="file"]), .contactformwrap textarea {
        font-size: 12px;
        height: 35px!important;
        margin-bottom: 10px;
    }
    #modal-send-form {
        margin-top: 0;
    }
    .contactformwrap h5 {
        font-size: 14px;
    }
    #text-for-form{
        margin: 5px 0;
        line-height: 18px;
        font-size: 13px;
    }
    #image-logo-vacancy{
        width: 110px!important;
    }
}
