/* font-family: 'Manrope', sans-serif; */
*:not(i) {
	font-family: 'Manrope', sans-serif;
}
body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
}
:root {
	--g: #3fc838;
}
.logotip img {
    max-width: 100%;
	width:125px;
}
.cntophe {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.topheddiv {
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    flex-wrap: wrap;
    padding-top: 10px;
}
.txtph.tel {
    font-size: 18px;
    font-weight: 700;
}
.txtph {
    margin-right: 20px;
    font-size: 16px;
}
.imgicn img {
    width: 30px;
    margin-right: 20px;
}
.txtph {
    margin-right: 20px;
}

a {
    color: inherit;
	text-decoration:none;
	transition: all .3s;
}
ul.navlang li {
    line-height: 1;
    text-transform: uppercase;
}
ul.navlang li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
}
ul.navlang {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.navlang li.current-lang a {
    color: var(--g);
}
#first {
    background: url('/wp-content/uploads/2022/01/toplivo-main-pic-2-scaled.jpg');
    background-size: cover;
    background-position: top center;
}
.frstbg {
    background: rgba(0,0,0,0.75);
}
#topheader {
	padding: 15px 0;
}
#menu-top, #menu-top-ru {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
    flex-wrap: wrap;
}
#menu-top a, #menu-top-ru a {
    font-size: 20px;
    color: white;
    padding: 15px 25px;
    display: inline-block;
}
#menu-top a:hover, #menu-top .current-menu-item a, #menu-top-ru a:hover, #menu-top-ru .current-menu-item a {
	color: var(--g);
}
ul#menu-top ul.sub-menu li, #menu-top-ru ul.sub-menu li {
    border-bottom: 1px solid #404040;
}
ul#menu-top ul.sub-menu, #menu-top-ru ul.sub-menu {
    padding: 0;
    background: black;
    margin-bottom: 0;
    list-style: none;
    display: none;
	transition: all .3s;
    position: absolute;
    width: 100%;
    z-index: 5;
}
li.menu-item-has-children:hover .sub-menu {
    display: block !important;
}
li.menu-item-has-children a {
    margin-right: 30px;
    padding-right: 10px !important;
	display: block !important;
}
li.menu-item-has-children:after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 15px;
    color: white;
    transform: rotate(90deg);
    font-size: 20px;
    cursor: pointer;
}
li.menu-item-has-children {
    position: relative;
}
#navig {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    margin-top: 10px;
}
.bigbtn div {
    padding: 10px 35px;
    color: var(--g);
    border: 2px solid var(--g);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
	cursor:pointer;
	transition: all .3s;
}
.bigbtn div:hover {
    color: white;
    background: var(--g);
}

#headerbl h1 {
    font-size: 92px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100px;
    color: white;
    margin-bottom: 40px;
}
#headerbl h1 span {
    font-size: 80px;
    text-transform: none;
}
div#headerbl {
    padding: 100px 0;
}
.bigb a, .bigb button {
    padding: 25px;
    display: inline-block;
    background: var(--g);
    color: white;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 600;
}
.bigb-bord a {
    background: transparent;
    color:  var(--g);
	border: 2px solid var(--g);
}
.bigb a img, .bigb button img {
    max-height: 20px;
    margin-left: 10px;
    transform: translateY(-2px);
    z-index: 1;
    position: relative;
}
#pronas {
	background: url('/wp-content/uploads/2022/01/about-company-backgr.jpg');
	background-size: cover;
	background-position: center;
}
#vidy {
	background: url('/wp-content/uploads/2022/01/vidu-pechnogo-topliva-backgr.jpg');
	background-size: cover;
	background-position: center;
}
#contacts .txtph {
    font-size: 18px;
    font-weight: 600;
	color:black;
}
#contacts .txtph.tel a {
    font-weight: 800;
	color:black;
}
.section {
	padding: 80px 0;
}
.prh2:before {
    content: ' ';
    position: absolute;
    left: -45px;
    top: 50%;
    background: var(--g);
    width: 25px;
    height: 25px;
    border-radius: 50%;
	transform:translateY(-50%);
}
.prh2 {
    position: relative;
    font-size: 69px;
    font-weight: 900;
    margin-bottom: 30px;
}
.viditit {
    position: relative;
    font-size: 69px;
    font-weight: 900;
    margin-bottom: 50px;
	color:white;
}
.paragraf {
    color: #585858;
    margin-bottom: 50px;

}
.secttextbl .prh3 {
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 30px;
}
.secttextbl {
    padding-left: 45px;
}
.imgdiv img {
    max-width: 100%;
}
.vid img {
    max-width: 50%;
    margin-bottom: 20px;
}
.vih3 {
    font-size: 32px;
    color: var(--g);
    font-weight: 800;
}
.vidcena {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}
.vid {
    text-align: center;
    padding: 30px;
    background: #e7e7e8;
    margin-bottom: 30px;
    display: block;
}
.viditit p {
    margin-bottom: 0;
}
.vid:hover * {
    color: black;
}
#forma {
	background: url('/wp-content/uploads/2022/01/forma-background.jpg');
}
.forma .innam, .forma .inem, .forma .textar, .forma textarea, .forma label span, .forma .innam input, .forma .inem input {
    width: 100%;
    display: block;
}
.forma input:not([type="submit"])::placeholder, .forma textarea::placeholder {
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.forma input:not([type="submit"]), .forma textarea {
    background: #4b4d5c;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}
label.inem input, label.innam input, label.textar textarea {
    padding: 5px;
}
#forma .forma {
    padding: 70px;
    background: #4b4d5c;
}
span.wpcf7-spinner {
    display: none !important;
}
label.inpsub input {
    padding: 25px 45px;
    display: inline-block;
    background: var(--g);
    color: white;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
}
.mypracdimg {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
label.inpsub {
    width: 100%;
    display: block;
    text-align: right;
}
.contsform {
    margin-top: 50px;
    padding-left: 100px;
}
.forvimte {
    font-size: 32px;
    font-weight: 800;
}
.forvimtevib, .forvimtetel {
    margin: 40px 0;
}
.contsform img {
    width: 85px;
    margin-right: 20px;
}
.contsform a:hover {
    color: var(--g);
}
.contsform a {
    font-size: 42px;
    font-weight: 600;
}
.contsform {
    margin-top: 50px;
    padding-left: 100px;
}
.focl.focl6 {
    width: 13.66666667%;
}
#perevag {
	background: url('/wp-content/uploads/2022/01/perevagu-background.jpg');
    background-size: cover;
    background-position: center;
}
#myprac {
	background: url('/wp-content/uploads/2022/01/work-with-backgr.jpg');
    background-size: cover;
    background-position: center;
}
.pervidcena {
    width: 227px;
    color: white;
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
    max-width: 100%;
    margin-bottom: 40px;
}
.pervid img {
    max-width: 100%;
}
.wpcf7-response-output {
    border: none !important;
    color: white;
}
.mypracd img {
    max-width: 100%;
}
.mypracd {
    height: 310px;
    background: #fafbfc;
    text-align: center;
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
    justify-content: end;
    margin-bottom: 25px;
    transition: all .3s;
}
.imgdivpra {
    padding: 0 30px;
}
.mypracd:hover {
    background: var(--g);
}
.mypracd:hover * {
    filter: invert(1);
}
.mypracd.mypra6 img {
    height: 170px;
}
.mypr {
    height: 50px;
    font-size: 22px;
    color: black;
    font-weight: 700;
    line-height: 22px;
    margin-top: 30px;
}
#myprac .prh2 {
    margin-bottom: 70px;
}
.mypr.tainmy {
    font-size: 42px;
}
.mypracd.taind {
    justify-content: center;
    padding-top: 50px;
}
.mypracd:hover .imgdivpra img {
    filter: invert(1);
}
img#dglance {
    width: 80px;
    margin-left: 5px;
}
.rgthbf {
    text-align: right;
}
.site-info {
    color: white;
    background: #222222;
    padding: 5px;
    font-size: 14px;
}
.bltf.logofoo img {
    max-width: 100%;
    width: 125px;
}
.zagfo {
    font-size: 16px;
    color: white;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}
.contfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contfo li a {
    color: white;
    padding: 5px 0;
    display: block;
}
footer .current-menu-item a {
    color: var(--g);
}
.contfo .cntophe {
    color: white;
    margin: 0;
}
.contfo .imgicn img {
    margin-right: 10px;
}
.contfo .cntophe.cntophe2 {
    flex-wrap: wrap;
}
.contfo .cntophe.cntophe2 .txtph.tel {
    width: 100%;
    font-size: 16px;
}
div#topfoo {
    padding: 50px 0;
    background: #0b0504;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px 30px;
    box-sizing: border-box;
    height: 100vh;
    background: rgba(0,0,0,0.8);
	z-index: 9999999;
    overflow: auto;
}
#karta {
    position: relative;
    z-index: 2;
}
#karta:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 25px;
    background: var(--g);
    content: ' ';
    z-index: -1;
}
#karta iframe {
    overflow: hidden;
    border-radius: 10px;
}
#contacts .cntophe {
	margin-left:0;
    margin-bottom: 30px;
}
#contacts .imgicn img {
    width: 50px;
    height: 50px;
}
.secttextbl.sbnh {
    margin: 0;
}
div#pagecontent .content-page img {
    max-width: 100%;
}
.popup * {
    box-sizing: border-box;
    max-width: 100%;
}
.cls {
    text-align: right;
}
#contacts .prh2 {
    margin-bottom: 50px;
}
#cls {
    display: inline-block;
    transform: rotate(45deg);
    padding-right: 8px;
    padding-top: 20px;
    font-size: 40px;
    line-height: 20px;
    font-weight: 100;
	cursor:pointer;
}

.popup-form {
    padding: 30px 60px;
}
.popup-heading {
    padding: 0 30px;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}
.popup-contain {
    background: #f1f1f1;
}
#popup-forma label.innam input, #popup-forma label.inem input, #popup-forma textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid dimgray;
    margin-bottom: 5px;
    font-weight: 700;
    color: dimgray;
}
#popup-forma label {
    margin-bottom: 10px;
}
#popup-forma input::placeholder, #popup-forma textarea::placeholder {
    font-weight: 700;
    color: dimgray;
}
.innerpopup {
    max-width: 650px;
    margin: auto;
}
div#popup-forma label, 
div#popup-forma label span, 
div#popup-forma label span input, 
div#popup-forma label span textarea {
    width: 100%;
}
div#popup-forma label.textar textarea {
    height: 120px;
    margin-bottom: 30px;
}
.wpcf7-not-valid {
	border-bottom-color: red !important;
}
div#popup-forma .wpcf7-response-output {
    color: black;
}
#palivo .secttextbl.sbnh {
    padding-left: 0;
}
#palivo .vid {
    background: white;
    border: 2px solid lightgray;
    transition: all .3s;
}
#palivo .vid:hover {
    border-color: var(--g);
}
#pagecontent .prh3, #pagecontent .prh3 p {
    font-size: 32px;
    font-weight: 800;
    color: black;
}
.tovar .vid img {
    max-width: 70%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tovar .vid {
    padding: 40px;
}
.tovar .prh3 {
    font-size: 25px;
    font-weight: 800;
    color: black;
}
.tovar .cena {
    font-size: 22px;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}
.harki {
    font-size: 23px;
    font-weight: 800;
    color: var(--g);
    margin-bottom: 20px;
    margin-top: 30px;
}
.harki {
    font-size: 23px;
    font-weight: 800;
    color: var(--g);
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e8e8;
}
.shortcontent {
	max-width:600px;
}
.focl {
    padding-right: 0;
    padding-left: 0;
}
.contfo {
    padding-right: 15px;
}
.txtph.tel.tl1 {
    display: flex;
}
#topfoo .txtph.tel.tel100 {
    margin-left: 40px;
}
.bltf {
    margin-top: 20px;
}
nav#yoast_breadcrumb * {
    color: #8f8f8f;
    FONT-SIZE: 14PX;
}
nav#yoast_breadcrumb {
    background: #f4f4f4;
    padding: 7px 0;

}
nav#yoast_breadcrumb img {
    width: 15px;
    transform: translateY(-3px);
}
.razd {
    margin: 0 5px;
}
form .bigb button {
    border: 0;
}
form .bigb {
    text-align: right;
}
@media(max-width:1400px) and (min-width:1200px) {
.mypracd.mypra6 img {
    height: 120px;
}
}
@media(max-width:1200px) and (min-width:1000px) {
.mypracd.mypra6 img {
    height: 80px;
}

.contsform a img {
    width: 50px;
}
.mypracd img {
    max-height: 80px;
    max-width: 100px;
}
}
@media(max-width:1000px) and (min-width:768px) {
.mypracd.mypra6 img {
    height: 80px;
}
}
@media(min-width:1200px) {

.focl.focl4 {
    width: 20.66666667%;
}
.focl.focl2 {
    width: 14.66666667%;
}
.focl.focl6 {
    width: 9.66666667%;
}
.focl.focl3 {
    width: 21%;
}
.tophedicon, .navidiv {
    display: none;
}
.imgdiv {
    padding-left: 100px;
}
.secttextbl {
    margin-top: 50px;
}
}
@media(max-width:1400px) and (min-width:900px) {
	#menu-top a, .bigbtn div, #menu-top-ru a {
    font-size: 15px;
}
}
@media(max-width:1200px) {
	.contfo .cntophe.cntophe2 .txtph.tel {
    margin-left: 0;
}
.tophedicon, .navidiv {
    color: var(--g);
    text-align: right;
    padding-right: 20px;
    font-size: 30px;
}
.topheddiv {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    flex-direction: column;
    background: black;
    padding: 30px 0;
    align-items: baseline;
    margin-top: 55px;
    display: none;
    transition: all .3s;
    z-index: 10;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.38);
    border-radius: 15px;
}
.navidivinn {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background: black;
    padding: 30px 15px;
    margin-top: 55px;
	display:none;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.38);
	transition: all .3s;
    z-index: 10;
    border-radius: 15px;
}
div#navig {
    flex-direction: column;
    align-items: baseline;
}
#menu-top, #menu-top-ru {
    flex-direction: column;
    margin-bottom: 20px;
}
.menu-top-container {
    width: 100%;
}
ul#menu-top ul.sub-menu, #menu-top-ru ul.sub-menu {
    position: relative;
}
.cntophe.cntophe2 {
    flex-wrap: wrap;
}
.txtph.tel100 {
    width: 100%;
    margin-left: 50px;
}
.tophe {
    margin-bottom: 15px;
}
}
@media(max-width:1000px) {
	div#pagecontent .content-page table {
    max-width: 100%;
    overflow-x: auto;
}
	div#pagecontent .content-page table {
    font-size: 12px;
}
	.content-page {
    position: relative;
    overflow-x: auto;
}
.contsform a {
    font-size: 30px;
}
.forvimte {
    font-size: 25px;
}
.imgdivpra {
    padding: 0;
}
.mypr.tainmy {
    font-size: 30px;
    line-height: 35px;
}
.mypracd img {
    max-width: 100px;
}
.mypracd.mypra6 img {
    height: 100px;
}
}
@media(max-width:768px) {
	.popup-form {
    padding: 30px 20px;
}
	.popup-heading {
    padding: 0 10px;
}
.focl {
    padding-left: 15px;
    padding-right: 15px;
}
	.logof {
    margin-bottom: 10px;
}
.zagfo {
    margin-top: 40px;
}
.contfo .cntophe.cntophe2 .txtph.tel.tel100 {
    margin-left: 0;
}
.mypr.tainmy {
    font-size: 16px;
    line-height: 20px;
}
label.textar textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 150px;
}
#forma .forma {
    padding: 40px;
}
.mypr {
    font-size: 12px;
    line-height: 14px;
}
.mypracd {
    height: 250px;
    padding: 50px 30px;
}
.contsform {
    margin-top: 30px;
    padding-left: 0px;
}
	.secttextbl .prh3 {
    font-size: 20px;
    line-height: 25px;
}
.pervidcena {
    font-size: 15px;
    line-height: 18px;
}
.imgdivpra {
	padding:0;
}
.viditit {
    font-size: 30px;
    line-height: 40px;
}
.vid img {
    max-width: 80%;
}
.vih3 {
    font-size: 20px;
}
.vidcena {
    font-size: 14px;
    margin-bottom: 0;
}
.prh2 {
    font-size: 30px;
}
.secttextbl {
	margin-bottom: 50px;
}
	#headerbl h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.contsform img {
    width: 45px;
}
.contsform a {
    font-size: 30px;
}
#myprac .prh2, #forma .prh2 {
    margin-left: 50px;
    font-size: 30px;
}
.forvimte {
    font-size: 25px;
    line-height: 25px;
}
#headerbl h1 span {
    font-size: 30px;
}
}
@media(max-width:500px) {
.site-info img {
    width: 42px !important;
}
.site-info {
    font-size: 10px;
}
}


/*===========add================================*/

#palivo .col-md-3, #vidy .col-xl-3 {
	width: 20% !important;
}

@media (max-width: 1199px) {
    #palivo .col-md-3, #vidy .col-xl-3 {
        width: 33% !important;
    }
    
}
@media (max-width: 768px) {
    #palivo .col-md-3, #vidy .col-xl-3 {
        width: 50% !important;
    }
    
}
#palivo .row, #vidy .row{
    justify-content: center;
}