 }/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.top_big_banners .item .item_inner .wrap_tizer .wrapper_inner_tizer {
    background: rgb(30 39 56 / 50%);
}

	.geo-list p{
		display: flex;
	    align-items: center;
        height: 60px;
    	margin: 0!important;
	}
	.geo-list p i{
		background: url(/point.svg) no-repeat center;
		width: 30px;
		height: 30px;
		min-width: 30px;
		margin-right: 5px;
    	background-size: contain;
	} 

.item-views.sales2.bg .item-wrapper>.item .period-block .date {
    background: red;
    padding: 5px;
}


.line__videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 0 0 40px;
}

.line__video {
	flex: 1 22%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.line__video > h2 {
	min-height: 32px;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.line__video > iframe {
	width: 100%;
	height: 180px;
}

.about__video-youtube {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
	margin: 0 0 20px;
}

.about__video-youtube > div {
	flex: 1 40%;
}

.about__video-youtube > div > iframe {
	width: 100%;
	height: 320px;
}

.mobile_fixed-menu {
    display: none;
}

@media(max-width: 1350px) {
	.line__video {
		flex: 1 45%;
	}

	.line__video > h2 {
		font-size: 16px;
	}

	.line__video > iframe {
		height: 250px;
	}
}

@media(max-width: 1100px) {
	.line__video {
		flex: 1 45%;
	}

	.line__video > h2 {
		font-size: 16px;
	}

	.line__video > iframe {
		height: 250px;
	}
}

@media(max-width: 991px) {
	.about__video-youtube {
		gap: 15px;
	}

	.mobile_fixed-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: 0 1px 20px -6px #000;
        z-index: 9999;
        font-family:"Montserrat";
    }
    
    .item_fixed-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    
    .item_fixed-menu > span {
        color: #070707;
        font-size: 12px;
        line-height: 110%;
    }
    
    .item_fixed-menu > a > svg {
        width: 20px;
        height: 20px;
    }
}

@media(max-width: 770px) {
	.line__video {
		flex: 1 100%;
	}

	.line__video > h2 {
		font-size: 18px;
	}

	.line__video > iframe {
		height: 300px;
	}

	.about__video-youtube > div  {
		flex: 1 100%;
	}

	.about__video-youtube > div > iframe {
		height: 280px;
	}
}

.btn.btn-transparent-border-color-slider {
    border-color: #34931f;
    color: #fff;
background-color: rgb(0 0 0 / 30%);
}

.btn.btn-transparent-border-color-slider:hover {
background-color: #34931f;
    color: #fff;
}

table.prc {
   width: 800px;
   }

.section-compact-list__image {
    --image-width: 118px;
    --image-height: 118px;
 }

.section-compact-list__item {
    padding: 3px 15px;
}

.image.shine {
	position: relative;
}

.image.shine > .btn {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

@media(max-width: 991px) {
	.image.shine > .btn {
		display: inline-block;
	}
}

.top_slider_wrapp .main-slider__wrapper .main-slider__item:not(.dark) .text .section {
    color: #39ae20;
    font-weight: bold;
    font-size: 33px;
    opacity: 1;
}

@media (max-width: 450px)
.top_slider_wrapp.view_1 .text .banner_title .head-title {
    font-size: 26px;
    line-height: 22px;
}

.font_upper {
    font-size: 15PX;
    font-weight: bold;
}

.font_lg {
    font-size: 16px;
    line-height: 1.4em;
}

.top_slider_wrapp .banner_title .head-title:not(.option-font-ignore), .top_big_banners .item .item_inner .text .title:not(.option-font-ignore), .sections_wrapper .list .item .name a:not(.option-font-ignore), .title_block:not(.option-font-ignore), .catalog_section_list .section_item li.name a span:not(.option-font-ignore), .item-views .item .title:not(.option-font-ignore), .option-font-bold {
    font-weight: 400;
}

.top_big_banners .item .item_inner .text .section {
    margin: 0 0 11px;
    opacity: 1;
}

blockquote {
    color: #333;
    color: var(--white_text_black);
    margin: 43px 0 45px;
    min-height: 40px;
    padding: 2px 20px 2px 37px;
    position: relative;
    vertical-align: middle;
    border: none;
    margin: 2.666rem 0px;
    background-color: #212c1e;
font-weight: normal;
border-radius:15px;
}

.drivers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.driver_box {
    width: 350px;
    height: 300px;
    display: flex;
    align-items: center;
    gap: 0 15px;
    border-radius: 30px;
    background-color: #c4cad1;
}

.driver_box > img {
    width: auto;
    height: 300px;
    border-radius: 30px;
    margin: 0 !important;
}

.driver_info {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    padding: 20px 20px 0 0;
}

.driver_top,
.driver_bottom,
.driver_bottom1,
.driver_bottom2 {
    display: flex;
    flex-direction: column;
}

.driver_top > strong,
.driver_bottom1 > strong,
.driver_bottom2 > strong {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.driver_top > span,
.driver_bottom1 > span,
.driver_bottom2 > span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.driver_bottom2 > span {
    max-width: 100px;
}

.driver_bottom {
    gap: 20px 0;
}

.sertificates {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.sertificate_box {
    flex: 1 20%;
    display: flex;
    justify-content: center;
}

.sertificate_box > img {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px rgba(65,65,65,0.3);
    max-height: 370px;
}

.advantages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 0 20px;
}

.advantages > div:nth-child(1) {
    width: 450px;
}

.advantages > div:nth-child(1) > p {
    width: 350px;
}

@media(max-width: 600px) {
    .advantages {
        justify-content: flex-start;
    }
}

@media(max-width: 500px) {
    .advantages > div:nth-child(1) > p {
        width: 250px;
    }
}

.advantages > div:nth-child(2) {
    width: 300px;
}

.advantages_box {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.image_box {
    width: 55px;
    height: 55px;
    background-color: #34931f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_box > img {
    width: 35px;
    height: 35px;
}

.advantages_box > p {
    color: #4e4e4e;
    font-size: 15px;
    margin: 0 !important;
    color: #fff;
}

.container_lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
}

.close_lightbox {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close_lightbox > svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.container_lightbox > img {
    width: 80%;
}

.cars {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.car_box {
    width: 360px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background-color: #c4cad1;
}

.car_image {
    width: 100%;
    border-radius: 30px;
    position: relative;
}

.car_count_box {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: #34931f;
    border-radius: 50%;
}

.car_count_box > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
}

.car_count_box > p > span {
    font-size: 18px;
    font-weight: 700;
}

.car_image > img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.car_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.car_info > h3,
.car_info > span,
.car_info > p {
    margin: 0 !important;
    padding: 0 0 0 20px;
    color: #001220;
}

.car_info > p {
    font-size: 15px;
    padding: 0 0 10px 20px;
}

.car_info > h3 > span {
    font-size: 20px;
}

.car_info > span {
    padding: 0 10px 0 20px;
}

.car_green {
    width: 330px;
    height: 83px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    background-color: #34931f;
    border-radius: 0 30px 30px 0;
}

.car_green > p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 !important;
}

.car_green > p > span {
    font-size: 34px;
}

.car_green > p:nth-child(1) {
    padding: 0 0 0 20px;
}

.dop_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dop_top {
    width: 760px;
    height: 240px;
    padding: 30px;
    background-color: #34931f;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dop_top > h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
}

.dop_top > p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 37px;
    font-weight: 400;
    margin: 0 !important;
}

.dop_top > p:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
}

.dop_bottom {
    width: 760px;
    height: 245px;
    border-radius: 30px;
    background-color: #001220;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.dop_bottom > p {
    max-width: 360px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    margin: 0 !important;
}

.dop_bottom > span {
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    margin: 0 !important;
    font-weight: 400;
}

.dop_bottom > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 470px;
}

@media(max-width: 790px) {
    .dop_bottom,
    .dop_top {
        width: 100%;
        height: auto;
    }

    .dop_bottom > img {
        display: none;
    }

    .dop_top > p {
        font-size: 16px;
    }

    .dop_top > h4,
    .dop_bottom > p {
        font-size: 24px;
        line-height: 1;
    }

    .dop_bottom > span {
        font-size: 18px;
        line-height: 1;
    }
}

.map_container .MAPS,
.map_container .maxwidth-theme {
    padding: 0 !important; 
}

.btn.btn-primary {
    background-color: #34931f;
    border-color: #34931f;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #3f7632;
    border-color: #3f7632;
}

.btn {
    font-size: 15px;
}

.top_block h3 {
    display: inline-block;
    margin: 0px 38px 0px 0px;
    text-transform: uppercase;
}
.group_description_block .sertificate_box > img {
	    max-height: 320px;
}

blockquote p {
    font-size: 15px;
    line-height: 1.5em;
}

.calculator_form {
    width: 100%;
    margin: 20px 0;
}

.calculator_form > form {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
}

.calculator_form_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calculator_form_box > label,
.calculator_form_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    margin: 0;
}

.calculator_form_box > label > span,
.calculator_form_title > span {
    color: red;
    font-size: 18px;
}

.calculator_form_box > input {
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid #34931f;
    border-radius: 5px;
    font-size: 18px;
}

.calculator_form_checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.calculator_form_checkbox > input {
    margin: 0 !important;
}

.calculator_form_checkbox > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.calculator_form_submit {
    background-color: #34931f;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.calculator_form_box > fieldset {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.calculator_form_fieldset_item > input {
    display: none;
}

.calculator_form_fieldset_item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #34931f;
    width: 170px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    color: #fff;
    transition: all .3s linear;
}

.calculator_form_fieldset_item > span:hover,
.calculator_form_fieldset_item > input:checked + span {
    background-color: #34931f;
}

#kalculatorError {
    display: none;
    padding: 8px 15px;
    background-color: red;
    border-radius: 5px;
}

#kalculatorError > p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#kalculatorError.active {
    display: block;
}