/*
Theme Name: vitaoil
Theme URI: 
Author: sm
Author URI: kot1715@gmail.com
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitaoil
*/

html {padding: 0;margin: 0;}
body {font-family: Arial;font-weight: 400;font-style: normal;}
@media (min-width: 1140px) {.container,.container-lg,.container-md,.container-sm,.container-xl {max-width: 100%;}}
@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1440px;
    }
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
color: #191919;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
position:relative;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

.w100 {
    width: 100%;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 2px;
    background: #63C43C;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover::after,
.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus::after {
    transform: scaleX(1);
}
header .kabinet .btn {
  align-items: center;
  gap: 17px;
  padding: 18px 36px;
  border-radius: 60px;
  background: #F5D100;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
header .kabinet .btn .icon svg {vertical-align: sub;}
header .kabinet .btn svg {
  width: 30px;
  height: 31px;
  transition: color 0.3s ease;
  color: #000;
}

header .kabinet .btn:hover {
  background: #63C43C;
  color: #fff;
}

header .kabinet .btn:hover svg {
  color: #fff;
}


header {
    padding: 30px 0; 
	background: #63C43C;

}
header .container {background: #fff;border-radius: 115px;padding: 32px 96px;transition: background-color 0.3s ease, padding 0.3s ease;}

#mainheader {
  transition: background-color 0.3s ease;
}

#mainheader.scrolled .container {
  background: #E4E9E9;
  padding:16px 48px;
}

.wrapper-banner {position: relative;}
.top-banner {
    position: relative;
    width: 100%;
    height: auto;
}

.top-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.top-banner {
  position: relative;
  overflow: hidden;
}

.top-banner .green-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
  background-color: #63C43C;
  z-index: 0;
}

.top-banner .container,
.wrapper-banner,
.wrapper-banner img,
.wrapper-text {
  position: relative;
  z-index: 1;
      padding: 5px;
}

.img-desktop,
.img-mobile {
  width: 100%;
  height: auto;
  display: block;
}


.wrapper-text {position:absolute;top:30px;right:50px;}
.top-title {
color: #FFF;
text-align: right;
font-size: 76px;
font-style: normal;
font-weight: 700;
line-height: 88px;
}
.top-title span {display:block;color:#F5D100;}
#price {margin:50px 0;}
#price .container {border-radius: 24px;
background: rgba(228, 233, 233, 0.52);padding:50px;padding-top: 70px;}
.price-title {color: #191919;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height:38px;
}
#price .date {color: #63C43C;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 38px;margin-top:50px;}
.fuel {display:flex;    
justify-content: flex-end;
    align-items: center;gap:50px;}
.fuel-item .fuel-item-name	{color: #63C43C;
text-align: center;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 24px;}
.fuel-item .fuel-item-price {color:#191919;margin-top:60px;
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 24px;}
.title {color: #191919;
font-size: 96px;
font-style: normal;
font-weight: 400;}
.fuel-item .fuel-item-price span {font-size:30px;}
.actions .wrapper-row {display:flex;justify-content: space-between;    align-items: baseline;}

.actions-row {overflow:hidden;padding-bottom: 45px;
    position: relative;}
.actions-row .swiper-pagination-bullet-active {
    background: #5280AB;
}
.navigation {display:flex;width:150px;gap:15px;justify-content: space-between;}
.navigation .swiper-button-next, .swiper-button-prev {
    position: relative;}
.navigation .swiper-button-next:after, .navigation .swiper-rtl .swiper-button-prev:after {
    display:none;
}
.navigation .swiper-button-next:after, .navigation .swiper-button-prev:after {
    display:none;
}
.navigation .custom-prev, .navigation .custom-next {
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 10;
}


.navigation .custom-prev svg, .navigation .custom-next svg {
    width: 48px;
    height: 48px;
    fill: none;
}

.navigation .custom-prev:hover svg, .navigation .custom-next:hover svg {
    opacity:0.8;
}
.actions .swiper-pagination {display:none;}
.actions-title {
color: #191919;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.8px;
}

.action-item-item p {color:#191919;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 30px;
margin-top:30px;}

.actions-item {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  position:relative;
  
}
.action-item-item {position:absolute;top:57px;left:57px;    max-width: 50%;}
.iactions-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wholesale .container {padding:40px;background:#63C43C;border-radius: 24px;}
.title-wholesale {color: #F5D100;
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -3.84px;margin-bottom:40px;}
.title-wholesale span {color:#fff;}
.wholesale p {color: #FFF;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: normal;} 
.wholesale a {
border-radius: 60px;
background: #F5D100;
padding: 30px 70px;
justify-content: center;
color: #191919;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 32px;    display: inline-block;text-decoration:none;    transition: background 0.3s ease;}
.wholesale .text-center {margin-top:12px;overflow:hidden;}
.wholesale a:hover, .wholesale a:focus {background:#fff;}


.map-button {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.map-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.map {height:400px;width:100%;border-radius: 24px;overflow:hidden;}
.adress {margin:50px 0;}
.adress .title {line-height:normal;}
.adress .btn {
	margin-top: 25px;
	padding: 18px 36px;
	border-radius: 60px;
	border: 0;
	background: var(--Main-color-Primary, linear-gradient(0deg, #63C43C 0%, #63C43C 100%), rgba(0, 0, 0, 0.20));
	color: #FFF;
	transition: background 0.3s ease, color 0.3s ease;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.adress .btn:hover,
.adress .btn:focus {
	background: #F5D100;
}

.buttons-adress {
	align-items: flex-end;
}

.arrow-icon {
	margin-left: 5px;
	color: #63C43C;
	transition: transform 0.4s ease, color 0.4s ease;
}

.buttons-adress:hover .arrow-icon {
	transform: translateX(10px);
	color: #F5D100;
}


.contacts .container {border-radius: 24px;
background: rgba(62, 75, 87, 0.10);padding:80px;margin-bottom:50px;}
.modal-title {font-size:32px;}
.modal-content {background:#E4E9E9;}
.w90 {width:90%;}
.form br {display:none;}
.form .form-control {
    text-align: left;
    height: 48px;
padding: 14px 16px;
border-radius: 20px;
border: 1px solid #DDD;
    color: #000;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.08px;
	margin-bottom:12px;

}

.form .form-control::placeholder {
    color: #000;
}

.form .form-control:focus:focus {
    outline: 0;
    box-shadow: none;
}

.form textarea.form-control {
    height: 120px;
    resize: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #ffff;
}

.form .btn {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 20.08px;
    text-align: center;
    padding: 12px;
    position: relative;
	overflow: hidden;
    z-index: 1;
	border-radius: 38px;
background: #63C43C;
}
.btn-wrapper {
    position: relative;
    display: block;
}
.form .btn:hover,
.form .btn:focus {
    opacity:.8;
    color: #fff;
}

.form p {
    text-align: right;
}

.form .wpcf7-spinner {
    display: none;
}


.contacts p {
font-size: 18px;
line-height: 1.25em;
}
.contacts a {font-weight:600;text-decoration:none;color:#000;text-decoration:underline;}


h1 {
    color: #181818;
    font-weight: 800;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
}

footer {
    color: #fff;
    background: #63C43C;
    padding: 30px 0;
}

footer .footer-menu {
    display: flex;
    justify-content: flex-end;
	
}

footer .footer-menu ul {
    padding: 10px 0;
    margin: 0;
	border-top:1px solid #E4E9E9;
	border-bottom:1px solid #E4E9E9;
}
footer .footer-menu ul li {list-style:none;}
footer .footer-menu ul li a {
font-size: 24px;
color:#E4E9E9;
text-decoration:none;
}

footer .footer-menu ul li a:hover,
footer .footer-menu ul li a:focus {
    color: #FFFFFF;
}
footer .copy-d {
    padding-top: 15px
}
footer .kabinet .btn {
  align-items: center;
  gap: 17px;
  padding: 18px 36px;
  border-radius: 60px;
  background: #F5D100;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
footer .kabinet .btn .icon svg {vertical-align: sub;}
footer .kabinet .btn svg {
  width: 30px;
  height: 31px;
  transition: color 0.3s ease;
  color: #000;
}

footer .kabinet .btn:hover {
  background: #fff;
  color: #63C43C;
}

footer .kabinet .btn:hover svg {
  color: #63C43C;
}
footer .mail {color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;margin-top:30px;display:inline-block;}
.copy p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20.08px;
    margin-bottom: 0;
	color:#D9D9D9;
}

#burger {
    display: none;
}

#menu {
    display: none;
}

.e404 {
    font-size: 150px;
    font-weight: 700;
    padding: .5em 0;
}

.etext {
    font-size: 25px;
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
}
.col-lg-12.mobile {display:none;}


@media (max-width: 1360px) {
	.wholesale p {font-size:30px;}
}

@media (max-width: 1300px) {
.price-title {
    font-size: 65px;
    line-height: normal;
}
#price .date {
    margin-top: 10px;
}
.fuel-item .fuel-item-name {
    font-size: 40px;
    line-height: normal;
}
.fuel-item .fuel-item-price {        margin-top: 0;
        font-size: 60px;
        line-height: normal;}
.actions-title {
font-size: 45px;}
.title-wholesale {font-size: 80px;}	
.title {
    font-size: 80px;
}
.adress .col-lg-4 {
    padding-left: calc(var(--bs-gutter-x) * .5)!important;}
	.adress .col-lg-8 {padding-right: calc(var(--bs-gutter-x) * .5)!important;}
	
.contacts .container {
    padding: 80px 40px;
}	
}
@media (max-width: 1140px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
	.top-title {
    font-size: 61px;
    line-height: 60px;
}
.action-item-item {
    top: 40px;
    left: 35px;
}
.wholesale p {
        font-size: 22px;
    }
.wholesale a {
font-size: 33px;}	
.adress .btn {
font-size: 15px;}
.w90 {
    width: 100%;
}
    footer .footer-menu ul li a {
        font-size: 18px;
        line-height: 26.36px;
    }

    header .logo {
        width: 50%;
		order:1;
    }

    header .col-lg-6 {
        width: 5%;
		order:3;
    }

    header .phone-top {
        width: 45%;
		order:2;
        justify-content: end !important;
    }

    header .email-top {
        display: none !important;
    }

    #menu .email-top {
        display: block !important;
    }

    .header-menu {
        justify-content: start !important;
    }

    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    #overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 99;
    }

    #menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
        padding: 40px;
    }

    #menu .flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    #menu .collapse:not(.show) {
        display: block;
    }

    .navbar-nav .dropdown:hover>.nav-child {
        display: none;
    }

    .navbar-expand-lg {
        display: none !important;
    }

    .top-header {
        display: none !important;
    }

    #burger {
        display: block;
    }

    #burger:hover {
        color: rgba(239, 122, 46, 1);
    }

    #menu .flex .phone a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }
	#menu .flex .email a {
        font-size: 16px;
        color: #000;
        text-decoration: underline;
        display: block;
        margin-bottom: 10px;
    }

    #menu .flex .language-switcher li a {
        color: #000;
        font-size: 16px;
    }

    #menu .flex .language-switcher {
        display: flex;
        gap: 10px;
    }


    header .row {
        align-items: center;
    }


    #menu .navbar-nav .nav-link {
        font-size: 20px;
        font-weight: 600;
        line-height: 25.6px;
        text-align: left;
        padding-left: 0;
        padding-right: 1rem;
        color: #000;
    }
	#menu .navbar-nav {margin-top:30px;}

    #burger svg path {
        fill: #181818;
    }

    #burger:hover svg path,
    #burger:focus svg path {
        fill: rgba(239, 122, 46, 1);
    }

    #close:hover svg path,
    #close:focus svg path {
        fill: #000;
    }


    #menu .phone {
        display: block;
    }

    h1 {
        font-size: 28px;
        line-height: normal;
    }
	.top-title-description p {
    font-size: 16px;
}
}

@media (max-width: 1000px) {
	.contacts .title {margin-bottom:15px;}
	footer .logo {text-align:center;}
footer .footer-menu {display:none;}

    .copy-d .copy {
        width: 100%;text-align:center;
    }
	header .kabinet .btn .text{display:none;}
	.container {max-width: 100%;}
.navigation .custom-prev svg, .navigation .custom-next svg {
    width: 30px;
    height: 30px;
}
header {
    padding: 2px 0;
}
header .container {
    padding: 16px 48px;
}
#price {
    margin: 20px 0;
}
.d-image-none {display:none;}
.wholesale img {width:100%;margin-top:27px;}
.actions-item img {width:100%;}

.top-banner .container {padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);}

#price .container {
    border-radius: 24px;
    background: rgba(228, 233, 233, 0.52);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 30px;
	padding-bottom:30px;
}
.wholesale .container {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.contacts .container {
       padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
	padding-top:20px;
	padding-bottom:20px;
    }
.contacts .container .col-lg-6:nth-child(1) {order:2;}	
.contacts .container .col-lg-6:nth-child(2) {order:1;}	
.form {margin-top:15px;}
.buttons-adress {
margin-bottom: 25px;}
header .kabinet .btn {padding: 9px 18px;}
    #price .date {
        margin-top: 10px;
        font-size: 30px;
    }
}

@media (max-width:800px) {
       #menu {
        padding: 20px;
    }
	.top-banner img {
    height: 400px;
    object-fit: cover;
	border-radius:24px;
}
    .actions-title {
        font-size: 30px;
    }
    .top-title {
        font-size: 48px;
        line-height: 48px;
    }
   .action-item-item p {display:none;}

    .title-wholesale {
        font-size: 30px;
		letter-spacing: 0;
    }
    .copy p {
        font-size: 12px;
    }
    .wholesale p {
        font-size: 18px;
    }
	    .wholesale a {
        font-size: 24px;
		padding: 9px 36px;
    }
.price-title {
        font-size: 30px;
        line-height: normal;
    }
    #price .date {
        margin-top: 0px;
        font-size: 20px;
    }
	    .fuel-item .fuel-item-name {
        font-size: 30px;
        line-height: normal;
    }
	    .fuel-item .fuel-item-price {
        font-size: 45px;
    }
	#price .col-lg-7 {width:50%;}
	#price .col-lg-5 {width:50%;}
	.contacts p {
    font-size: 18px;
    line-height: 1em;
}
.adress .btn {
padding: 9px 36px;}
.buttons-adress svg {height:51px;}
    #menu {
        width: 70%;
    }

    .title {
        font-size: 38px;
    }
	footer .logo img {zoom:0.75;}
	footer .kabinet .btn {margin-top:30px;padding:9px 36px;}
	header .kabinet .btn .icon svg {
    vertical-align: middle;
}
header .kabinet .btn svg {
    width: 23px;
    height: 23px;
	        position: relative;
        top: -1px;
}
    header .kabinet .btn {
        padding: 3px 12px;
    }
}

@media (max-width:767px) {
	
}

@media (max-width:700px) {

	    header .logo {
        width: 50%;
		order:1;
    }
	    header .col-lg-6 {
        width: 10%;
		order:3;
    }
	    header .phone-top {
        width: 40%;
        order: 2;
        justify-content: end !important;
    }
	    .header-menu {
        justify-content: end !important;
    }
    header .logo img {
        max-width: 100%;
    }
.navigation {
    width: 130px;
}
header .logo img {zoom:.75;}
}
@media (max-width:560px) {

    header {
        padding: 0;
    }
    .copy-d .copy {
        width: 100%;
    }

    footer .footer-menu {
        display: none;
    }
	    #price .col-lg-7 {
        width: 100%;
    }
	  #price .col-lg-5 {
        width: 100%;
    }
	    footer .logo img {
        zoom: 0.5;
    }
	footer .mail {
    font-size: 20px;
}
}

@media (max-width:500px) {
header .col-lg-6 {
        width: 15%;
    }
	header .phone-top {
        width: 35%;
    }
	       .top-title {
        font-size: 38px;
        line-height: 38px;
    }
	footer .kabinet .btn {font-size:18px;}
	footer .kabinet .btn svg {
    width: 22px;
    height: 25px;}
	#menu  img {zoom:.75;}
}
@media (max-width:415px) {
#menu {padding: 20px;}
.top-title {font-size: 29px;line-height: 29px;}
.action-item-item {top: 20px;left: 20px;}
}
@media (max-width:375px) {
header .container {padding: 16px 14px;}
#mainheader.scrolled .container {padding: 16px 14px;}
.fuel-item .fuel-item-price {font-size: 38px;}
}
