/*
Theme Name: fvrm
Theme URI: http://mkdes.ru/
Description: mkdes.ru
Author: Michael Koshelev
Author URI: http://mkdes.ru/
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body, section, h1, h2, h3, h4, h5, ul, ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-weight: normal;
  -webkit-appearance: none;
}


html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  -webkit-appearance: none;
}

html::-webkit-scrollbar, .caselist::-webkit-scrollbar {
    width: 0;
    height: 0;
}


html {
    overflow-x: hidden;
  -webkit-appearance: none;
}

a, img, input[type=text], input[type=submit], .callbackicon {
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 0em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 0px solid #000;
}


body::-moz-scrollbar {
    width: 0em;
}

body::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-moz-scrollbar-thumb {
    background-color: #c8baad;
    outline: 0px solid #000;
}

::selection {
    background: #fff;
    color: #000;
}
::-moz-selection {
    background: #fff;
    color: #000;
}



body {
    overflow-x: hidden;
    -webkit-appearance: none;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}


.clear {
    clear: both;
}

/* ----- Display ----- */


.wrap {
    display: block;
    margin: 0 auto;
    width: 86vw;
}


.home {
    display: block;
    width: 100%;
    height: 50vw;
    overflow: hidden;
    position: relative;
}


.home video {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.homecontent {
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    padding: 15vw 0 0 0;
    text-align: center;
}


.prdz {
    display: block;
    color: #fff;
    font-size: 1.4vw;
    font-weight: 400;
    padding: 0 0 0.5vw 0;
}

.homecontent h1 {
    display: block;
    color: #fff;
    font-size: 4vw;
    font-weight: 400;
    width:  65%;
    margin: 0 auto 2vw auto;
}


.button {
    display:  block;
    float:  left;
    margin-right:  1vw;
    padding: 1vw 2vw;
    border-radius: 0.5vw;
    font-size:  0.87vw;
    background: #BF0000;
    color: #fff;
    min-width:  7vw;
    text-align:  center;
    font-weight:  450;
}

.button:hover {
    background:  #AC0606;
}

.button2 {
    background: #fff;
    color: #333;
    font-weight: 500;
}

.button2:hover {
    background:  rgba(255,255,255,0.8);
}





p {
    display:  block;
    font-size:  1.1vw;
    line-height:  1.7vw;
}

.homecontent p {
    display:  block;
    margin:  1vw auto 2vw auto;
    color:  #fff;
    opacity:  0.8;
    width:  41%;
}

.homebuttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

header {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%;
    border-bottom: 0.1vw rgba(255, 255, 255, 0.1) solid;
    padding:  1vw 0 1vw 0;
}


.logo {
    display:  block;
    float:  left;
}


.topmenux {
    display:  block;
    float:  right;
    margin-top: 0.5vw;
}



.logo img {
    display: block;
    height: 2.2vw;
    margin-top: 0.5vw;
}

.logo:hover {
    opacity:  0.8;
}



.topmenux ul li {
    display:  inline-block;
    padding:  0vw 1vw 0 1vw;
}

.topmenux ul li a {
    font-size:  1vw;
    color:  rgba(255,255,255, 0.8);
    padding:  0 0 1.7vw 0vw;
    border-bottom:  0.2vw rgba(255,255,255, 0) solid;
}

.topmenux ul li a:hover, .topmenux ul li a.active {
    color:  #fff;
    border-bottom:  #BF0000 solid;
}

.sub-menu {
    display: none;
}

.menu-top-menu-container ul li:hover .sub-menu {
     display: block;
}



.sub-menu {
    position: absolute;
    margin: 0;
    padding: 1vw 1vw 1vw 1vw;
    border: none;
    opacity: 1;
    margin: 1.8vw 0 0 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 0.7vw 0.7vw;
    max-width: 15vw;
    z-index: 999;
}


.sub-menu li {
    display: block !important;
    float: none;
    padding: 0 !important;
    border: 0;
    border-bottom: 0.1vw rgba(255, 255, 255, 0.08) solid;
    padding: 1vw 0 !important;
    width: 100%;
}

.sub-menu li a, .sub-menu li a:hover {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    margin: 1.5vw 0;
    border: 0 !important;
}




footer {
    display:  block;
    width:  100%;
    background:  #121212;
    color:  #fff;
    padding:  3vw 0;
}


.w20 {
    display:  block;
    width:  19%;
    float:  left;
    padding-top:  4.6vw;
}

footer .logo {
    float:  none;
}

.footercont {
    display:  block;
    padding:  1.5vw 0;
    font-size:  1vw;
    line-height:  1.5vw;
}

.footercont b {
    display:  block;
    color:  rgba(255,255,255,0.5);
    font-weight:  400;
}

.footercont div {
    display:  block;
    padding:  0.5vw 0 0 0;
}

.footercont span {
    display:  block;
}

.socials a {
  display: inline-block;
  padding-right: 1vw;
}


.socials a img {
  height: 1.3vw;
}

footer h4 {
    displayy:  block;
    font-size:  1.2vw;
    font-weight:  500;
    margin:  0 0 1vw 0;
}

.w20 ul li {
    display:  block;
    padding:  0.25vw 0;
}

.w20 ul li a {
    color:  rgba(255,255,255,0.5);
    font-size:  1vw;
}

.w20 ul li a:hover {
    color:  #fff;
}

.w20:nth-child(1) {
    padding-top:  0;
    width:  24%;
}

footer .button {
    margin:  0 auto 1vw auto;
    width:  11vw;
}

.copy {
    display:  block;
    padding:  1.5vw 0;
    border-top:  0.1vw rgba(255,255,255,0.1) solid;
    margin:  2vw 0 0 0;
}

.copy  a {
    display:  block;
    float:  left;
    color: rgba(255,255,255,0.5);
    font-size:  1vw;
    margin-right:  1vw;
}

.copy  a.motions {
    float:  right;
    margin:  0;
}


footer .logo img {
    height:  2.6vw;
}


.hamburger {
    display:  none;
}





.overlay {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 30;
    top:  -700vh;
}

.mobile-menu {
    display: block;
    background: #000;
    padding: 10vw 3vw;
    color: #fff;
}

.mobile-menu ul {
    display:  block;
    padding:  8vw 0;
}

.mobile-menu li {
    display:  block;
    padding:  3vw 0;
}

.mobile-menu li a {
    display:  block;
    color:  #fff;
    font-size:  5vw;
    font-weight:  500;

}

.close {
    display: block;
    float: right;
    width: 9vw;
    height: 9vw;
    background: url(img/close.svg) center center no-repeat;
    cursor: pointer;
    background-size: 12vw;
    margin: -7vw -3vw 0 0vw;
    opacity: 0.7;
}





.este {
    display:  block;
    padding:  5vw 0 0 0;
}



.este .peste p {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    opacity: 0.5;
    width: 70%;
}






.gbox {
    display:  block;
    padding: 2vw 0;
    background: none;
    border-top: 0.15vw #F9F9F9 solid;
    margin:  2vw 0 0 0;
}

.w25 {
    display:  block;
    float:  left;
    width:  25%;
}

.w30 {
    display:  block;
    float:  left;
    width:  33.3%;
}


.imgboxw {
    display:  block;
    float: none;
    width: 22%;
}

.imgboxw img {
   height: 2.2vw;
}

.txbox {
    display: block;
    float: left;
    margin-bottom: 1.5vw;
    width: 70%;
}

.txbox h3 {
    display:  block;
    margin: 1vw 0 0.5vw 0;
    padding:  0;
    font-weight: 700;
}

.txbox p, .teamtext p {
    margin:  0;
    padding:  0.5vw 0 0 0;
    font-size: 0.76vw;
    opacity: 0.5;
    line-height: 1.2vw;
}




h2 {
    display: block;
    font-size: 2.6vw;
    font-weight: 500;
}



.manblock {
    display:  block;
    padding:  6vw 0;
    background: #000 url(img/man.jpg) top right no-repeat;
    color:  #fff;
    background-size: auto 100%;
}

.w40 {
    display:  block;
    width:  40%;
    float:  left;
}

.w50l {
    display:  block;
    width:  50%;
    float:  right;
}

.manblock .homebuttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.manblock p {
    opacity:  0.5;
    padding:  1vw 0;
}


.playbutton {
    display: block;
    width: 16vw;
    padding: 9.5vw 0 0 0;
    height: 0;
    background: url(img/play.svg) center center no-repeat;
    background-size: 9vw;
    cursor: pointer;
    border-radius: 50%;
}

.playbutton span {
    display:  block;
    width:  100%;
    text-align:  center;
    color:  #fff;
    font-size:  0.9vw;
}

.playbutton:hover {
    opacity:  0.8;
}

.manphoto {
    display:  block;
    width:  16vw;
    margin:  8vw auto 0 auto;
}



.services {
    display:  block;
    padding:  6vw 0;
    background: #f7f7f7;
}

.servi {
    display:  block;
    width:  14%;
    padding:  3vw 2vw 2vw 2vw;
    background:  #000;
    border-radius:  1vw;
    color:  #fff;
    font-size:  1.2vw;
    font-weight:  500;
    margin:  3vw 0 0 0;
}

.servi  .button {
    float:  none;
}

.servicelist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.servi h3 {
    display: block;
    font-size: 1.4vw;
    font-weight: 500;
    padding: 5vw 0 1.5vw 0;
    min-height:  6.5vw;
}



.servi:nth-child(1) {
    background:  url(img/u1.jpg) center center no-repeat;
    background-size:  cover;
}

.servi:nth-child(2) {
    background:  url(img/u2.jpg) center center no-repeat;
    background-size:  cover;
}

.servi:nth-child(3) {
    background:  url(img/u3.jpg) center center no-repeat;
    background-size:  cover;
}

.servi:nth-child(4) {
    background:  url(img/u4.jpg) center center no-repeat;
    background-size:  cover;
}

.servi:nth-child(5) {
    background:  url(img/u5.jpg) center center no-repeat;
    background-size:  cover;
}




.ourteam {
    display:  block;
    padding:  4vw 0;
}

.teamphoto {
    display:  block;
    width:  33%;
    float:  left;
    margin-right:  4%;
}

.teamphoto img {
    display:  block;
    width:  100%;
    height:  auto;
}

.teamtext {
    display:  block;
    float:  left;
    width:  58%;
}

.teamslider {
    display:  block;
    margin:  3vw 0;
}

.profis {
    display:  block;
    font-size:  0.76vw;
    padding:  0.5vw 0;
    color:  #BF0000;
}

.w21 {
    display: block;
    float: left;
    width: 20%;
}

.oneste {
    background: #fafafa;
}

.oneste .gbox {
    border-top: 0.15vw #f5f5f5 solid;
}

.oneste .w21:nth-child(1) .imgboxw img, .oneste .w21:nth-child(3) .imgboxw img, .oneste .w21:nth-child(4) .imgboxw img {
    height: 1.8vw;
    margin: 0.2vw 0;
}




.formas {
    display:  block;
    background: #000 url(img/bg3.jpeg) top center no-repeat;
    background-size:  cover;
    padding:  5vw 0;
    color:  #fff;
}

.formas p {
    padding:  0 0 2vw 0;
    width: 80%;
}

input[type=text], input[type=email], input[type=number], input[type=date] {
    background: #fff;
    border:  0.1vw #505050 solid;
    font-size:  0.95vw;
    padding:  0.8vw 1vw;
    border-radius:  0.25vw;
    float:  left;
    margin-right:  1.5vw;
    color: #666;
    outline:  none;
    margin-bottom: 1vw;
    font-weight: 300;
    width:  18%;
}

input[type=submit] {
    background: #BF0000;
    border: 0.1vw #BF0000 solid;
    font-size:  0.95vw;
    padding:  0.8vw 1vw;
    border-radius:  0.25vw;
    float:  left;
    margin-right:  1.5vw;
    color:  #fff;
    outline:  none;
    width: 20.4%;
    cursor:  pointer;
}




.inpaddit {
    width: 40.2% !important;
}


input[type=submit]:hover {
    background: #BF0000;
}

input::placeholder {
    color:  #666;
}

.policys {
    display:  block;
    padding:  1vw 0 0 0;
    font-size:  0.6vw;
    opacity: 0.4;
}


.contleftmin {
    display:  block;
    float:  left;
    width:  37%;
}


.inselect {
    display: block;
    border: 0;
    margin: 0 1.7vw 1.1vw 0;
    padding: 0;
    float: left;
    overflow: hidden;
    background: #fff;
    height: 2.8vw;
    width: 20.4%;
    border-radius: 0.3vw;
}

.inselect select {
    display: block;
    width: 96%;
    outline: none;
    border: none;
    font-size: 0.95vw;
    padding: 0.76vw 0 1vw 0.6vw;
    background: none;
}


 .checknew label {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding: 0.2vw 0 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75vw;
    }
    
     .checknew label a {
         color: rgba(255, 255, 255, 0.55);
         text-decoration: underline;
     }



/* ---- pages etxts ----- */

    .pagebanner {
        display: block;
        height: 4.75vw;
        width: 100%;
        background: #000 url(/wp-content/themes/AFC/img/bg3.jpeg) top center no-repeat;
        background-size: cover;
    }
    
    .content-text {
        display: block;
        padding: 4vw 0;
        color: #333;
    }
    
.content-text h1 {
    display: block;
    font-size: 2.8vw;
    font-weight: 500;
    margin: 0 0 2vw 0;
     }
     
.content-text h4 {
    display: block;
    font-size: 1.2vw;
    font-weight: 500;
     }
     
     .text-uzz {
         display: block;
         width: 70%;
     }
    
    
    ol li {
    font-size: 1.1vw;
    line-height: 1.7vw;
    }

.text-uzz a {
    color: #000;
    text-decoration: underline;
}











 .pagebanner2 {
    display: block;
    padding: 8vw 0 3vw 0;
    background: #000 url(/wp-content/themes/AFC/img/bg3.jpeg);
    background-size: cover;
    color: #fff;
}
    
    .contblock50 {
        display: block;
        width: 45%;
        float: left;
        padding: 1vw 0;
    }
    
    .contimager {
        float: right;
    }
    
       .contblock50 h2 {
           color: #000;
           margin-bottom: 1.5vw;
       }
       
       .contblock50 iframe, .contblock50 img {
           display: block;
           width: 100%;
           border-radius: 0.5vw;
           outline: none;
           background: rgba(0,0,0,0.05);
       }
       
       
       .contentbox1 {
           border-top: 0.1vw rgba(0,0,0,0.05) solid;
           border-bottom: 0.1vw rgba(0,0,0,0.05) solid;
           padding: 2vw 0;
       }
       
       .contblock50 .button {
           margin-top: 1vw;
       }
       
       .podtext {
           display: block;
           margin: 1vw auto;
           text-align: center;
           font-size: 1.1vw;
           font-weight: 500;
       }



.addinput {
       width: 40.1% !important;
}


#joinform {
    background: #000 url(img/bg55.jpg) top center no-repeat;
    background-size: cover;
}




.newslist {
    display: block;
    width: 100%;
    margin: 2vw auto 0 auto;
}

.news-one {
    display: block;
    width: 31%;
    padding-bottom: 1vw;
    border-bottom: 0.1vw rgba(0, 0, 0, 0.05) solid;
    margin: 0 1% 2vw 1%;
    float: left;
}


.news-img-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 0.5vw;
    margin: 0 0 1vw 0;
    height: 17vw;
}

.news-img-wrap img {
    display: block;
    width: 115%;
}

.news-img-wrap img:hover {
    opacity: 0.8;
}

.news-one a h3 {
    display: block;
    color: #000;
    font-size: 1.35vw;
    font-weight: 600;
    margin-bottom: 1vw;
    width: 90%;
    min-height: 3vw;
}

.news-one a:hover h3 {
    color: #666;
}

.news-one p {
    display: block;
    width: 90%;
    font-size: 1vw;
    line-height: 1.7vw;
    color: #555;
}


.datepost {
    display: block;
    font-size: 0.9vw;
    color: #999;
}


    .text-left {
    display: block;
    width: 60%;
    float: left;
    margin-right: 5%;
}

    .text-right {
    display: block;
    width: 30%;
    float: right;
}

    .text-right h3 {
        font-weight: 500;
        margin-bottom: 2vw;
    }

    .postbox {
    display: block;
    margin-top: 0.5vw;
    font-size: 1vw;
    padding: 1vw 0;
    border-bottom: 0.1vw rgba(0,0,0,0.05) solid;
}

.postbox a {
    color: #333;
}

    .text-left a {
        color: #000;
        text-decoration: underline;
    }


/* --- copy style --*/

.whitebox {
    display: block;
    padding: 4vw 0;
}

.whitebox .w30v {
    margin: 2vw 0 0vw 0;
    border: none;
    width: 33.3%;
    float: left;
}

 .w30v {
    margin: 4vw 0 0vw 0;
    border: none;
    width: 33.3%;
    float: left;
}


.whitebox .w30v:hover {
	border: none;
}


.videomin {
    display: block;
    position: relative;
    margin: -2vw auto 1vw auto;
    width: 90%;
}

.videobox .w30v h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.miniviews {
    display: block;
    text-align: center;
    padding: 4vw 0 3vw 0;
    background: #333 url(img/bg3.jpeg) center center no-repeat;
    background-size: cover;
}

.r33 {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    padding: 2vw 0;
}

.reline {
    border-right: 0.1vw #c90000 solid;
    border-left: 0.1vw #c90000 solid;
}

.r33 h3 {
    display: block;
    font-size: 1.8vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2vw;
}

.miniviews p {
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 85%;
}

.imgerlink {
    display: block;
    width: 95%;
    margin: 0 auto 1vw auto;
    overflow: hidden;
    background: #000;
    height: 28vw;
    color: #fff;
}

.imgerlinkin {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 1vw;
}

.imgerlinkbox {
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 0.15vw #fff solid;
    height: 25vw;
}

.imgerlinkbox h3 {
    display: block;
    font-size: 2.5vw;
    padding: 2vw 1.5vw;
    line-height: 3vw;
}

.slipener {
    display: block;
    font-size: 2vw;
    font-family: 'slick';
    float: right;
    position: relative;
    margin: 12vw 1vw 0 0;
}

.bigvideo {
    display: block;
    padding: 3vw 0;
    text-align: center;
}

.bigvideo h2 {
    display: block;
    margin: 0 auto 1vw auto;
    width: 70%;
}


.imgerlinklink:hover {
    color: #fff !important;
}

.imgerlinklink:hover .imgerlinkbox {
    border: 0.15vw #c90000 solid;
}





.freightbox {
    display: block;
    background: #000 url(img/bgfreight.jpg) center center no-repeat;
    background-size: cover;
    padding: 5vw 0;
    text-align: center;
}

.freightbox .przd, .freightbox p {
    color: #fff;
}

.frei2 {
    display: block;
    width: 50%;
    float: left;
}

.frei2 p {
    text-align: left;
    display: block;
    background: url(img/vdot.svg) top left no-repeat;
    background-size: 0.4vw;
    background-position: 0 0.6vw;
    padding: 0 0 0 1vw;
    width: 90%;
}

.whitebox50 .w30v {
    margin: 1vw 0 0vw 0;
    }
    
    .whitebox50 {
            padding: 4vw 0;
    }


.w50v {
    display: block;
    width: 50%;
    float: left;
}


.reviews {
    display: block;
    text-align: center;
    padding: 4vw 0 3vw 0;
    background: #000 url(/wp-content/themes/AFC/img/bg3.jpeg);
    background-size: cover;
}



/* ------------------------------------------------------------------------------------------------------------------------- */










@media (max-width: 700px) {


.hamburger {
        display: block;
        float: right;
        width: 9vw;
        height: 9vw;
        background: url(img/menu.svg) center center no-repeat;
        cursor: pointer;
        background-size: 12vw;
        margin: 2vw 0 0 4vw;
}

.topmenux {
    display: none;
}

.logo img {
        height: 8vw;
        margin: 3vw 0 2vw 0;
}

header {
    padding: 0;
}

.w20, .w20:nth-child(1) {
    float:  none;
    width:  100%;
    text-align:  center;
}

.footercont {
    padding: 5vw 0;
    font-size: 3.5vw;
    line-height: 5.5vw;
}

.socials a {
        padding-right: 5vw;
}

.socials a img {
        height: 7vw;
}

footer h4 {
        font-size: 5vw;
        margin: 4vw 0 3vw 0;
}

.w20 ul li a {
    font-size: 3.5vw;
}

    .homebuttons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-content: stretch;
        width: 100%;
        align-items: stretch;
    }


footer .home-buttons {
    display: block;
    margin: 0 auto;
    width: 80%;
}

footer .button {
    margin: 0 auto 1vw auto;
    width: 100%;
    font-size: 3.5vw;
    padding: 3vw 0;
    margin-bottom: 4vw;
    border-radius: 2vw;
}

.copy {
    padding: 5vw 0;
    margin: 5vw 0 0 0;
}

.copy a, .copy a.motions {
    float: none;
    font-size: 3.5vw;
    margin-right: 0;
    line-height: 5.5vw;
    text-align: center;
}


footer .logo img {
    height: 2.6vw;
    margin: 5vw auto 2vw auto;
    height: 9vw;
}

footer .logo {
    float: none;
    margin: 0 auto;
}

.home {
    display: block;
    width: 100%;
    height: 124vw;
}

.home video {
    width: auto;
    height: 100%;
}

.homecontent {
    padding: 22vw 0 0 0;
}

.prdz {
    font-size: 4vw;
    padding: 0 0 2vw 0;
}

.homecontent h1 {
    font-size: 8vw;
    width: 90%;
    margin: 0 auto 5vw auto;
}

p {
    font-size: 3.5vw;
    line-height: 5.5vw;
}

.homecontent p {
    margin: 1vw auto 5vw auto;
    width: 90%;
}

.button {
        margin: 0 auto 1vw auto;
        width: 100%;
        font-size: 3.5vw;
        padding: 3vw 0;
        margin-bottom: 4vw;
        border-radius: 2vw;
}




.este {
    padding: 10vw 0 0 0;
}

.este h2 {
    width: 100%;
}

    .w25, .w30 {
        float: left;
        width: 100%;
        margin-bottom: 7vw;
    }

.gbox {
    padding: 7vw 0;
    margin: 5vw 0 0 0;
}

.txbox p {
    padding: 3vw 0 0 0;
    font-size: 3vw;
    line-height: 4vw;
}

    .imgboxw img {
        height: 8vw;
    }

.imgboxw {
    width: 15%;
}



h2 {
    font-size: 7vw;
}


.w40, .w50l {
    width:  100%;
    float:  none;
}


.manblock {
    display: block;
    padding: 12vw 0;
    background: #000 url(img/man2.jpg) bottom center no-repeat;
    color: #fff;
    background-size: 100% auto;
}

.manblock .home-buttons {
    width:  100%;
}

.manphoto {
    display: block;
    width: 50vw;
    margin: 15vw auto 15vw auto;
}

.playbutton {
    display: block;
    width: 50vw;
    padding: 25vw 0 0 0;
    height: 0;
    background: url(img/play.svg) center center no-repeat;
    background-size: 25vw;
    cursor: pointer;
    border-radius: 50%;
}

.playbutton span {
    font-size: 2.5vw;
}


.services {
    display: block;
    padding: 12vw 0;
}

.servicelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column-reverse;
}

.servi {
    width: 89%;
    padding: 6vw 5vw 2vw 5vw;
    background: #000;
    border-radius: 2vw;
    margin: 5vw 0 0 0;
}

.servi h3 {
    display: block;
    font-size: 5vw;
    font-weight: 500;
    padding: 7vw 0 5vw 0;
    min-height: auto;
}


.teamslider {
    margin: 6vw 0;
}


.txbox p, .teamtext p {
    font-size: 3vw;
    line-height: 4vw;
}

.profis {
    font-size: 3vw;
    padding: 2vw 0;
    }

.teamphoto {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
}

.teamtext {
    display: block;
    float: none;
    margin: 4vw 0;
    width: 100%;
}

    .w21 {
        display: block;
        float: left;
        margin-bottom: 5vw;
        width: 50%;
        min-height: 32vw;
    }

.txbox {
    width: 90%;
}

.este .peste p {
    width: 100%;
}

.oneste .w21:nth-child(1) .imgboxw img, .oneste .w21:nth-child(3) .imgboxw img, .oneste .w21:nth-child(4) .imgboxw img {
    height: 5.2vw;
    margin: 0.2vw 0;
}



.formas p {
    padding: 0 0 5vw 0;
    width: 100%;
}

.formas {
    padding: 12vw 0;
}

input[type=text], input[type=email], input[type=number], input[type=date] {
    font-size: 4vw;
    padding: 4vw 3vw;
    border-radius: 1vw;
    float: none;
    margin-bottom: 3vw;
    margin-right: 0;
    width: 93%;
}

input[type=submit] {
    font-size: 4vw;
    padding: 4vw 0;
    border-radius: 1vw;
    float: none;
    margin-right: 0;
    width: 100%;
}

.policys {
    padding: 4vw 0 0 0;
    font-size: 2vw;
    text-align: center;
}

.inselect {
    margin: 0 1.7vw 3vw 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    height: 12vw;
    width: 100%;
    border-radius: 1vw;
}

.inselect select {
    display: block;
    width: 96%;
    outline: none;
    border: none;
    font-size: 4vw;
    padding: 3.5vw 0 3.5vw 2vw;
    background: none;
}

.checknew label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding: 0.2vw 0 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 3vw;
}

.checknew {
    display: block;
    margin-top: 3vw;
}

.pagebanner {
    height: 13vw;
}

.content-text {
    padding: 8vw 0;
}

.content-text h1 {
    font-size: 6vw;
    margin: 0 0 5vw 0;
}

.text-uzz {
    width: 100%;
}

ol li {
    font-size: 3.5vw;
    line-height: 5.5vw;
}

.content-text h4 {
    font-size: 4vw;
}


.contentbox1 {
    padding: 5vw 0;
}

.contblock50 {
    width: 100%;
    float: none;
    padding: 1vw 0;
}

.contimager {
    float: none;
    margin: 3vw 0 0 0;
}

.podtext {
    display: block;
    margin: 4vw auto 0 auto;
    text-align: center;
    font-size: 4vw;
    font-weight: 500;
}

.addinput {
        width: 93% !important;
}


.pagebanner2 {
    display: block;
    padding: 18vw 0 7vw 0;
    background: #000 url(/wp-content/themes/AFC/img/bg3.jpeg);
    background-size: cover;
    color: #fff;
}




.newslist {
    width: 90%;
    margin: 4vw auto 0 auto;
}

.news-one {
    display: block;
    width: 100%;
    margin: 0 0 8vw 0;
    min-height: auto;
    float: none;
}

.news-img-wrap {
    border-radius: 1vw;
    margin: 0 0 4vw 0;
    height: 50vw;
}

.news-one p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5vw;
}

.news-one a h3 {
    font-size: 4.5vw;
    width: 100%;
}

.datepost {
    font-size: 3vw;
}

.text-left{
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
}


.text-right {
    display: block;
    width: 100%;
    float: none;
    margin-top: 5vw;
}

.postbox {
    margin-top: 0.5vw;
    font-size: 3.5vw;
    padding: 3vw 0;
}

.text-right h3 {
    font-weight: 500;
    margin-top: 10vw;
    margin-bottom: 5vw;
}

.bigvideo h2 {
    display: block;
    margin: 0 auto 1vw auto;
    width: 100%;
}

.bigvideo {
    padding: 6vw 0;
}

.whitebox .w30v {
    margin: 4vw 0 0vw 0;
    border: none;
    width: 100%;
    float: none;
}

.videobox .w30v h3 {
    display: block;
    margin: 0 auto 8vw auto;
    text-align: center;
}

.r33 {
    width: 100%;
    float: none;
}

.r33 h3 {
    display: block;
    font-size: 5vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5vw;
}


.reline {
    border-left: none;
     border-right: none;
    border-top: 0.1vw #c90000 solid;
    border-bottom: 0.1vw #c90000 solid;
}

.r33 {
    padding: 5vw 0;
}

.imgerlink {
    margin: 0 0 4vw 0;
}



.imgerlink {
    width: 100%;
    height: 65vw;
}

.imgerlinkin {
    padding-top: 4vw;
}

.imgerlinkbox {
    width: 90%;
    border: 0.3vw #fff solid;
    height: 57vw;
}

.imgerlinkbox h3 {
    font-size: 7vw;
    padding: 5vw 3vw;
    line-height: 8vw;
}

.slipener {
    font-size: 6vw;
    margin: 17vw 2vw 0 0;
}

.carebor h2 {
    margin-bottom: 4vw;
}


    .freightbox {
        padding: 10vw 0;
    }
    
        .frei2 {
        width: 100%;
        float: none;
    }
    
        .frei2 p {
        background-size: 2vw;
        background-position: 0 2vw;
        padding: 0 0 0 3.5vw;
        width: 90%;
    }

.whitebox50 .w30v {
    margin: 1vw 0 0vw 0;
    width: 100%;
}

.w50v {
    display: block;
    width: 100%;
    float: none;
}

.sub-menu {
    display: none !important;
}



}

/* -- end --  */