

/* Start:/bitrix/templates/baltmotors/components/sotbit/regions.choose/origami_combine/style.css?164500202011953*/
.select-city-wrap {
    position: relative;
}

.select-city__block__text {
    color: #919294;
    font-size: 12px;
    line-height: 30px;
}

.select-city__block__text-city {
    padding: 5px 15px 5px 5px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.select-city__block__text-city:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 5px;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 0;
}

.select-city__block__text-city:hover {
    color: #fb0040;
}

.select-city__block__text-city:hover:after {
    border-color: #fb0040;
}

/* Your choose place*/

.select-city__dropdown-wrap {
    z-index: 120;
    position: absolute;
}

.select-city__dropdown {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
    width: 250px;
    padding: 20px 25px 25px 25px;
    text-align: center;
    border: 1px solid #ededed;
}

.select-city__dropdown__title {
    color: #272727;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 0 0 15px 0;
}

.select-city__dropdown__choose {
    display: inline-block;
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.select-city__dropdown__choose__yes {
    color: #ffffff;
    border: 1px solid rgba(255,184,6,1);
    background: rgba(255,184,6,1);
    margin: 0 10px 0 0;
}

.select-city__dropdown__choose__no {
    color: rgba(255,184,6,1);
    background: transparent;
    border: 1px solid rgba(255,184,6,1);
}


.select-city__dropdown__choose__yes:hover {
    background: rgba(255,184,6,0.8);
    border: 1px solid rgba(255,184,6,0.8);
}

.select-city__dropdown__choose__no:hover {
    color: #ffffff;
    background: rgba(255,184,6,1);
}


.select-city__dropdown__choose-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* end choose Your place*/

.select-city__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

.modal__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2500;
}

/* new style origami*/
.select-city__modal-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
    max-width: 1000px;
    height: 600px;
    padding: 0;
    position: relative;
    margin: 10vh auto;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    border-radius: 5px;
    max-height: 70%;
}

.select-city__close {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 19px;
    height: 19px;
    opacity: 1;
    cursor: pointer;
}

.select-city__close:before,
.select-city__close:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 19px;
    width: 1px;
    background-color: #bcbcbc;
}

.select-city__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select-city__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-city__close:hover {
    opacity: .7;
}

/* name city*/

.select-city__modal__title {
    color: #717171;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 15px 0;
    margin: 0;
}

.select-city__modal__title span {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #000000;
}

.select-city__modal__title span:hover {
    color: #fb0040;
    cursor: pointer;
}

/* end name city*/

/*input*/
.select-city__input {
    border: 1px solid #E9E9E9;
    height: 40px;
    width: 378px;
    padding: 12px 10px 10px 55px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    box-sizing: border-box;
}

.select-city__input__comment {
    font-size: 12px;
}

.select-city__input__comment span {
    color: #fb0040;
    border-bottom: 1px solid #fb0040;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.select-city__input__comment span:hover {
    color: #222222;
    border-bottom: 1px solid #222222;
    cursor: pointer;
}

/*input*/

@media (max-width: 767px) {
    .select-city__tab_name_content__village,
    .select-city__list_wrapper_cities {
        /*display: none;*/
    }

    .select-city__list_wrapper_favorites,
    .select-city__tab_name_content__big_city {
        /* width: 100%; */
    }

    .select-city__modal-wrap {
        max-height: 90vh;
        height: auto;
        margin: 5vh 15px;
        padding: 40px 20px;
    }

    .select-city__list_letter_wrapper {
        width: 100%;
    }

    .select-city__close {
        width: 20px;
        height: 20px;
    }

    .select-city__close::before,
    .select-city__close::after {
        height: 20px;
    }


    .select-city__tabs {
        margin-bottom: 43px;
    }

    .select-city__tab {
        margin-right: 18px;
        font-size: 13px;
        line-height: 18px;
    }

    .select-city__wrapper__input {
        margin-bottom: 44px;
    }

    .select-city__input {
        margin-bottom: 6px;
    }

    .select-city__tab_name_content__big_city,
    .select-city__tab_name_content__village {
        font-size: 14px;
    }

    .select-city__modal__title {
        padding-bottom: 10px;
    }

    .select-city__dropdown__choose-wrap {
        max-width: 275px;
        margin-left: auto;
        margin-right: auto;
    }
}

#container_scroll {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    height: 210px;
    overflow: auto;
}

#container_scroll .content {
    width: 100%;
    height: auto;
}

.select-city__modal-wrap .select-city__modal-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-city-content-wrapper {
    padding: 12px 0 0;
    max-height: 610px;
    overflow-y: auto;
}

.select-city__modal-wrap .select-city-content-wrapper .select-city__input::-webkit-input-placeholder {
    color: #808080;
}

.select-city__modal-wrap .select-city-content-wrapper .select-city__input::-moz-placeholder {
    color: #808080;
}

.select-city__modal-wrap .select-city-content-wrapper .select-city__input:-ms-input-placeholder {
    color: #808080;
}

.select-city__modal-wrap .select-city-content-wrapper .select-city__input:-moz-placeholder {
    color: #808080;
}

.select-city__input-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.select-city__input__comment.select-city__under_input {
    width: 428px;
    padding-left: 10px;
    display: none;
}

.select-city__wrapper__input {
    display: flex;
    align-items: center;
}

.select-city-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0px 0 20px 0;
    display: none;
}

.btn.select-city-button.regions_choose .loader-btn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.select-city__automatic .btnLoaderCustom {
    color: transparent !important;
    position: relative;
}

.select-city__automatic .btnLoaderCustom svg {
    left: auto;
    top: auto;
}

.select-city__automatic .btnLoaderCustom:hover {
    color: transparent !important;
}

.select-city__automatic .btnLoaderCustom .loader-btn {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}

.btn.select-city-button.regions_choose .loader-btn > svg {
    fill: #fff;
    position: initial;
}

.select-city-button-wrapper > div {
    width: 100%;
    max-width: 400px;
}

.btn.select-city-button {
    width: 100%;
    height: 50px;
    background-color: #FB0040;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    white-space: normal;
    padding: 0;
}

.mobileRegionTwo .select-city__modal .select-city__wrapper__input {
    margin-bottom: 0;
}

.mobileRegionTwo .select-city__dropdown {
    display: none;
}

.btn.select-city-button:disabled {
    opacity: 0.35;
}

.btn.select-city-button:disabled:hover {
    background-color: #FB0040;
}

.btn.select-city-button:hover {
    background-color: #c80033;
}

.select-city__automatic {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FB0040;
    margin-bottom: 20px;
    display: none;
}

.select-city-content-wrapper .select-city__automatic a {
    font-size: 13px;
    font-weight: normal;
}

.select-city__automatic:hover {
    color: #c80033;
}

.select-city-content-wrapper .select-city__image {
    display: none;
}

.select-city__response_wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.select-city__modal-wrap.region_choose {
    padding: 0;
    padding: 28px 20px 35px 40px;
    overflow-y: auto; 
}

.mobileRegionTwo .select-city__modal-wrap.region_choose a:after {
    display: none;
}

.select-city-content-wrapper .select-city__image > img {
    width: 100%;
    max-width: 257px;
}

.select-city__response {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.select-city__response > div {
    background-color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.select-city__response {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}


.select-city__response > div:hover {
    background-color: #F7F7F7;
}

#region-input {
  transition: all 0.4s ease-in-out;
  background: #E9E9E9;
  border-radius: 5px;
}

*,*:focus,*:hover{
    outline:none;
}

.select-city__cities {
  overflow: hidden;
  padding-top: 15px;
  column-count: 5;
}
.select-city__cities > div {
  line-height: 30px;
}
.select-city__cities > div a {
  text-decoration: none !important;
  color: #999 !important;
}
.select-city__cities > div span {
  display: inline-block;
  background: #FFC33E;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  color: #313131;
}

@media screen and (max-width:1023px) {
  .select-city__modal-wrap.region_choose {
    max-width: 90%;
  }
  .select-city__cities {
    column-count: 4;
  }
}
@media screen and (max-width:730px) {
  .select-city__cities {
    column-count: 3;
  }
}
@media screen and (max-width:670px) {
.select-city__modal-wrap.region_choose {
left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 20px 35px 35px 35px;
    right: 0;
    margin: 0;
    border-radius: 0px;
    max-height: 100%;
}
.select-city-content-wrapper {
  max-height: 99999px;
}
}
@media screen and (max-width:490px) {
  .select-city__cities {
    column-count: 2;
  }
}
@media screen and (max-width:420px) {
  .select-city__cities {
    column-count: 1;
  }
}
@media screen and (max-width: 359px){
  .select-city__dropdown-wrap {
    width: auto;
    left: 15px;
    right: 15px;
  }
  .select-city__dropdown{
    padding: 20px;
    width: auto;
  }
}
/* End */


/* Start:/bitrix/templates/baltmotors/components/bitrix/menu/menu-top/style.css?1645002020581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/baltmotors/components/bitrix/menu/menu-top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/baltmotors/components/bitrix/search.title/search/style.css?16450020202108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/baltmotors/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/baltmotors/components/bitrix/menu/menu/style.css?1645002020581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/baltmotors/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/baltmotors/components/bitrix/menu/menu-mobile/style.css?1645002020581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/baltmotors/components/bitrix/menu/menu-mobile/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/baltmotors/components/bitrix/news.list/slider/style.css?16582346761012*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
#slider .slick-arrow {
	width: 10%;
	height: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	color: #ddd;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 0;
	box-shadow: none;
	top: 20px;
  }
.slick-next.slick-arrow{
	right: 0;
}
.slick-prev.slick-arrow{
	left: 0;
}
#slider .slick-arrow:hover{
	color: #ccc;
}

#slider .video-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#slider .item[data-type="video"] .wrapper{
	display: none;
}
.link-slide{
	display: block;
}
.slider .item{
	position: relative;
}
.slider .item .link-slide{
	width: 100%;
	height: 100%;
	position: absolute;
	left: auto;
	top: 0;
	z-index: 999;
}

@media (max-width: 800px) {
	#slider .slick-arrow {
		width: 18%;
	}
}
@media (max-width: 736px) {
	.video-wrap.has-mob-image{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/baltmotors/components/bxmaker/bxmaker.modal/new2/style.css?16776640955160*/
.input-sms-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.input-sms-code__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-sms-code__info {
	display: block;
	margin-top: -14px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 5px;
	background-color: rgba(255, 195, 62, 0.2);
	padding: 12px 5px;
	text-align: center;
}

.input-sms-code__group input::-webkit-outer-spin-button,
.input-sms-code__group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.input-sms-code__group input[type="number"] {
	width: 30px;
	height: 39px;
	padding: 5px;
	text-align: center;
	border: 0;
	border-radius: 5px;
	background-color: #e9e9e9;
	box-sizing: border-box;
}

.input-sms-code__group input + input {
	margin-left: 9px;
}

.input-sms-code__hr {
	align-self: center;
	width: 10px;
	margin: 3px 7px;
	border-top: 1px solid #000;
	-ms-flex-item-align: center;
}

.input-sms-code__link {
	text-decoration: none;
	color: #878787;
	font-size: 16px;
	font-weight: 400;
}

.button {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.button:hover {
	color: #fff;
	background-color: #4e81aa;
}

.button__round {
	padding: 16px 40px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000;
	border: none;
	border-radius: 50px;
	background-color: #ffc33e;
	line-height: 17px;
	font-size: 16px;
	font-size: 15px;
	font-weight: 400 !important;
}

/* ----- Модальное окно ----- */

body .modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all var(--transition-time);
	-o-transition: all var(--transition-time);
	transition: all var(--transition-time);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	--transition-time: 0.3s;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.modal-container {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 550px;
	margin: 50px auto;
	padding: 50px 60px 20px 60px;
	cursor: default;
	border-radius: 5px;
	background-color: #fff;
}

.modal-content--center {
	text-align: center;
}

.modal-content__title {
	display: block;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 400;
}

.modal-content__description {
	margin-bottom: 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.modal-content__description p + p {
	margin-top: 20px;
}

.modal-content__description strong {
	display: block;
}

.modal-content__button {
	margin-bottom: 30px;
}

.modal-content__input {
	margin-bottom: 20px;
}

.modal-content__input input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 400;
	border: 0;
	border-radius: 5px;
	background-color: #e9e9e9;
}

.modal-content__footer {
	margin-top: 40px;
}

.modal-content .input-sms-code {
	margin-bottom: 34px;
}

.modal-close {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0;
	background: 0 0;
}

.modal-close:after,
.modal-close:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1px;
	height: 24px;
	margin: 0 auto;
	content: "";
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-radius: 5px;
	background-color: #8c8c8c;
}

.modal-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
	background-color: #000;
}

.modal.open {
	visibility: visible;
	opacity: 1;
}

.modal-effect--1 .modal-container {
	-webkit-transition: all var(--transition-time);
	-o-transition: all var(--transition-time);
	transition: all var(--transition-time);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}

.modal-effect--1.open .modal-container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

@media (max-width: 991.98px) {
	.modal-container {
		max-width: 95%;
		margin: 10px auto;
		padding: 30px;
	}
}

.input-sms-code__link.block {
	pointer-events: none;
}
/* End */


/* Start:/bitrix/templates/baltmotors/components/bxmaker/authuserphone.simple/new2/style.css?1677844840905*/
body .bxmaker-authuserphone-simple {
	padding: 0;
	border: none;
	box-shadow: none;
}
body .bxmaker-authuserphone-header {
	display: none;
}
.bxmaker-authuserphone-button__inner {    
	padding: 16px 40px;
    color: #000;
    border: none;
    border-radius: 50px;
    background-color: #ffc33e;
    font-size: 15px;
    margin-bottom: 30px;
    display: inline-block;
    min-height: 17px;
    line-height: 17px; 
    text-transform: none;
}
.bxmaker-authuserphone-button__inner:hover {
    color: #fff;
    background-color: #4e81aa;
}
body .bxmaker-authuserphone-button__title {
	font-weight: normal;
    color: #000;
}
body .bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone input[type=text], body .bxmaker-authuserphone-input-phone__title {
    padding-left: 12px;
}
body .bxmaker-authuserphone-input-phone--flag .bxmaker-authuserphone-input-phone__flag {
    display: none;
}
/* End */


/* Start:/bitrix/templates/baltmotors/css/slick.css?16450020201727*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/baltmotors/css/jquery.fancybox.css?164500202018086*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .4;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; 
  opacity:1;
  visibility:visible;
}

.video .fancybox-toolbar {
  right: 12px;
  top: -44px; 
  opacity:1;
  visibility:visible;
}

.fancybox-is-fullscreen .fancybox-toolbar {
  right: 0;
  top: 0;
position:fixed;  
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin:0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; 
  box-shadow:5px 21px 40px rgba(144, 138, 132, 0.4);}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

/*.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }*/

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 0 }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 60px;
  width: 100%; 
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 13px 10px 10px;
  transition: color .2s;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
	overflow-y:hidden;
 }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  /*max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);*/
  outline: none;

  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before { 
  content: '';
  position: absolute;
  }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
/* End */


/* Start:/bitrix/templates/baltmotors/css/dopelessRotate.css?16450020209750*/
@import url(http://fonts.googleapis.com/css?family=Dosis);
.ts_holder{
	position:relative;
	overflow: hidden;
	margin-left:0;
	margin-top: 0;
	cursor:move;
	width:100%!important;
	height:100%!important;
	padding-bottom: 66.25%;
	border-radius:7px;
	border:1px solid #f4f4f4;
}

#rotateimage {
	margin-left:0;
	margin-top:0;
	width:100%;
	height:auto;
	display:block;
}

.loading_bg {
	width:100%!important;
	height:100%!important;
}

.loading{
	position:absolute;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	top:50%!important;
	left:50%;
	margin-top:-10px;
	margin-left:-160px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
	background: rgb(249,249,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
/*	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
	background: linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(234,234,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 ); */
}
.loading p{
	font-size:18px;
	margin:0;
	text-align:center;
	padding:10px 0;
	color:#333;
	font-family: 'Terminal Dosis', sans-serif;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1); 
}
.loading_bar{
	position:absolute;
	height:20px;
	background:#777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .7);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .7);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, .7);  
}
.loading_bar_inside{
	height:16px;
	width:0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top:2px;
	margin-left:2px;
	background: rgb(255,183,107);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjc2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
/*	background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); */
}
.ts_holder.zoomout{
	cursor: url('/bitrix/templates/baltmotors/css/zoomout.cur'),default;
}
.ts_img_view{
	position:absolute;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	top:0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	width:100%;
	height:auto;
	display:block;
}
.ts_imgzoom_view{
	position:absolute;
	z-index:10;
	display:none;
}
.zoom{
	z-index:10;
	position:absolute;
	background-image:url(/bitrix/templates/baltmotors/css/zoomin.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
	display:none;
}
.round{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	display:none!important;
}
.pointer{
	position:absolute;
	background:#eeddae;
	border:1px solid #e89109;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pointer_object{
	background:#a7a7a7;
	border-bottom:3px solid #e89109;
	position:absolute;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.zoomload_bg{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
.zoomload_gif{
	position:absolute;
	width:220px;
	height:20px;
	background-image:url(/bitrix/templates/baltmotors/css/ajax-loader.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#dopeless_rotate_logo{
	z-index:10;
	position:absolute;
	bottom:5px;
	left:5px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size:10px;
	color:#777;
}
#dopeless_rotate_logo:hover{
	color:#000;
}



.hotspot{
	position:absolute;
	width:20px;
	height:20px;
	background:#ededed;
	background-image:url(/bitrix/templates/baltmotors/css/plus.png);
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	display:none;
	border:2px solid #e89109;
	color:#e89109;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	z-index:1000;
}

.hotspot.expanded{
	min-height:20px;
	min-width:20px;
	width:auto;
	height:auto;
	max-width:40%;
	margin-right:10px;
	margin-bottom:10px;
	background-image:url(/bitrix/templates/baltmotors/css/minus.png);
	z-index:1000;
}

.hotspot .hltitle{
	display:block;
	font-size:14px;
	padding:0px 5px 0px 22px;
	line-height:20px;
}
.hotspot .hltext{
	display:block;
	font-size:11px;
	font-weight:400;
	padding: 2px 5px;
	color:#555;
}

.hltext.link{
	color:#555;
}
.hltext.link:hover{
	color:#000;
}
.hotspot.posr{
	background-position:100% 0;
}

.hotspot.posb{
	background-position:0 100%;
}

.hotspot.posb.posr{
	background-position:100% 100%;
}

.hotspot.posr .hltitle{
	text-align:right;
	padding:0px 22px 0px 5px;
}

.hotspot.posr .hltext{
	text-align:right;
}


.hotspot.posb.posr .hltitle{
	text-align:right;
}

.highlights{
	position:absolute;
	z-index:60;
	top:10px;
	left:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#e89109;
	color:#fff;
	font-size:12px;
	padding:2px 4px;
	text-decoration:none;
	-webkit-box-shadow:  1px 1px 0px 0px rgba(211, 132, 8, 1);
	box-shadow:  1px 1px 0px 0px rgba(211, 132, 8, 1);
	text-shadow:1px 1px 1px #d38408;
}

.highlights:hover{
	background:#df8c0a;
	-webkit-box-shadow:  none;
	box-shadow:  none;
}



.highlights a{
	text-decoration:none;
	display:block;
	color:#fff;
}

.highlights a.highlights_item{
	padding-left:10px;
	padding-right:3px;
	line-height:20px;
}

.highlights a.active{
	color:#ccc;
	cursor:default;
}

.sethotspot{
	display:none;
}

/* End */


/* Start:/bitrix/templates/baltmotors/css/jquery.formstyler.css?164500202012047*/
.jq-checkbox {
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	border: 1px solid #d2d2d2;
	background: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-checkbox:hover {
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}
.jq-checkbox.checked {
	
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	background:url(/bitrix/templates/baltmotors/css/../images/checkbox.svg) no-repeat center center / cover;
	margin:1px 0 0 1px;
}
.jq-checkbox.focused {
	/*border: 1px solid #08C;*/
}
.jq-checkbox.disabled {
	opacity: .55;
}
.jq-radio {
	top:0;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	margin: 0 10px 0 0;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-radio:hover {
	box-shadow:0px 0px 10px rgba(207, 183, 157, 0.4);
	border: 1px solid #fff;
}
.jq-radio.checked {
	background:#58a0ce;
	border: 1px solid #58a0ce;
}
.jq-radio.checked .jq-radio__div {
	width: 5px;
	height: 5px;
	margin:3px auto 0 auto;
	border-radius: 50%;
	background: #fff;
}
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}
.jq-selectbox__select {
	background:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #e8e8e8;
	height:20px;
	padding:15px 0;
	width:100%;
	display:block;
	outline:none;
	font-family: 'latolight', sans-serif;
	font-size:13px;
	letter-spacing:0.75px;
	color: #2c2c2c;
	margin:0 0 20px;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	bottom:0;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	width:10px;
	height:7px;
	/*background:url(/bitrix/templates/baltmotors/css/../images/select.svg) no-repeat center center / cover;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform:rotate(180deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox__dropdown {
	background: #FFF;
	width:100%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin:-20px 0 0;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	color:#be8c56;
}
.jq-selectbox li:hover {
	color:#be8c56;
}
.jq-selectbox li.disabled {
	color: #bcbdc0;
}
.jq-selectbox li.disabled:hover {
	
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/baltmotors/styles.css?16450020206245*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}


.jq-selectbox__select-text
{
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.jq-selectbox__select {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    /* border-bottom: 2px solid #e8e8e8; */
    height: 20px;
    padding: 15px 0;
    width: 90%;
    display: block;
    outline: none;
    font-family: 'latolight', sans-serif;
    font-size: 13px;
    letter-spacing: 0.75px;
    color: #2c2c2c;
    margin: 0 0 20px;
padding: 15px 0;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    overflow: hidden auto;
    max-height: 159px;
}

.jq-selectbox ul li {
    margin: 0px; 
    padding-left: 30px;
    position: relative;
    text-align: left;
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.jq-selectbox ul li:before {
    position: absolute;
   /* content: '';*/
    width: 15px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 13px;
}
.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 10;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 9;
}

.overlay:target+.popup {
top: 50%;
opacity: 1;
visibility: visible;
}
.close {
/*background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc; */
height: 24px;
line-height: 24px;
position: absolute;
right: 0px;
font-weight: bold;
text-align: center;
text-decoration: none;
/*left:-10px;*/
/*top: 10px;*/
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
/*-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;*/
}
.close:before {
/*color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 12px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);*/
}
.close:hover {
/*background-color: #f0f0f0;*/
}


.popup {
background-color: #fff;
/*border: 3px solid #fff;*/
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 20%;
visibility: hidden;
z-index: 777;
width:30%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}


@media screen and (max-width:1440px) {
.popup {
background-color: #fff;
/*border: 3px solid #fff;*/
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 20%;
visibility: hidden;
z-index: 999;

-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
}

@media (max-width:1190px) {
.popup {
background-color: #fff;
/*border: 3px solid #fff;*/
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 20%;
visibility: hidden;
z-index: 999;
width:88%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
}
@media screen and (max-width:800px) {
}
@media screen and (max-width:736px) {
}
@media screen and (max-width:670px) {
}
@media screen and (max-width:440px) {
}


/* End */


/* Start:/bitrix/templates/baltmotors/template_styles.css?168931708282213*/
body {
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #3b3b3b;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	overflow-y: auto !important;
}
a {
	font-family: "Roboto", sans-serif;
	color: #3b3b3b;
	outline: none;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #58a0ce;
	text-decoration: underline;
}
a:active {
	color: #58a0ce;
}
H1,
.h1 {
	padding: 0;
	margin: 30px 0 30px !important;
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	line-height: 55px;
	color: #000;
	font-weight: 500;
}
H2,
.h2 {
	padding: 0;
	margin: 0 0 50px;
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	line-height: 55px;
	color: #000;
	font-weight: 500;
}
H3,
.h3 {
	padding: 0;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
	font-size: 23px;
	line-height: 27px;
	color: #3b3b3b;
	font-weight: 500;
}
H4,
.h4 {
	padding: 0;
	margin: 0 0 15px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #3b3b3b;
	font-weight: 500;
}
iframe {
	max-width: 100%;
}
img {
	border: none;
	outline: none;
}
img.alignLeft {
	float: left;
	margin: 0 35px 25px 0;
}
img.alignRight {
	float: right;
	margin: 0 0 25px 35px;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
ul li,
ol li {
	list-style: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
	background: #f0f0f0;
	border: 0;
	padding: 17px 25px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	outline: none;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #454545;
	font-weight: 500;
	border-radius: 25px;
	margin: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
textarea {
	background: #f0f0f0;
	border: 0;
	padding: 17px 25px;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	border-radius: 25px;
	display: block;
	outline: none;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #454545;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="submit"],
button,
.btn {
	outline: none;
	cursor: pointer;
}
main input[type="submit"],
main button,
.btn {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 35px 60px;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	border-radius: 43px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	border: 0;
	text-decoration: none;
	background: rgba(254, 224, 132, 1);
	background: -moz-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(254, 224, 132, 1)),
		color-stop(100%, rgba(255, 184, 6, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee084', endColorstr='#ffb806', GradientType=0 );
	outline: none;
	cursor: pointer;
	position: relative;
	color: #454545;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.7);
	margin: 30px 0 0;
}
main input[type="submit"]:hover,
main button:hover,
.btn:hover {
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 1);
}
main input[type="submit"]:active,
.btn:active {
	text-decoration: none;
}
.error {
	border-color: #ff0054;
	color: #ff0054;
}
.fix {
	clear: both !important;
	font-size: 1px !important;
	vertical-align: 1px !important;
	float: none !important;
}
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
/*Header*/

.mobile-auth {
	display: none;
}
.headerTop {
	padding: 15px 0;
	position: relative;
	z-index: 4;
}
.headerTop .wrapper {
	display: table;
	width: calc(100% - 30px);
}
.navTop,
.phone,
.search {
	display: table-cell;
	vertical-align: middle;
}
.phone,
.search {
	text-align: right;
}
.navTop ul li {
	display: inline-block;
	margin-right: 45px;
	position: relative;
}
.navTop ul li a {
	color: #4f4f4f;
	font-size: 19px;
	font-weight: 500;
}
.navTop ul li a:hover,
.navTop ul li.selected a,
.navTop ul li a.selected,
.footerMiddle nav ul li a.selected,
.footerMiddle nav ul li.selected a {
	text-decoration: none;
	color: #58a0ce;
}
.phone {
	font-size: 16.5px;
	color: #6f6f6f;
	line-height: 22px;
	font-weight: 500;
	padding-right: 65px;
}
.phone a {
	color: #2a2a2a;
	font-size: 21px;
	font-weight: 500;
	display: inline-block;
}
.phone a:hover {
	text-decoration: none;
	color: #58a0ce;
}
.phoneTxt {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.phoneIcon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	background: #58a0ce;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	position: relative;
}
.phoneIcon:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	background: url(/bitrix/templates/baltmotors/images/phone-icon.svg) no-repeat center center;
	background-size: cover;
}
.search {
	width: 210px;
	position: relative;
}
.search:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 25px;
	background: url(/bitrix/templates/baltmotors/images/zoom-icon.svg) no-repeat center center;
	background-size: cover;
}
.search input[type="text"] {
	padding-left: 55px;
}
.headerBottom {
	background: rgba(254, 224, 132, 1);
	background: -moz-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(254, 224, 132, 1)),
		color-stop(100%, rgba(255, 184, 6, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(254, 224, 132, 1) 0%,
		rgba(255, 184, 6, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee084', endColorstr='#ffb806', GradientType=0 );
	position: relative;
	z-index: 3;
}
.headerBottom .wrapper {
	display: table;
	width: calc(100% - 30px);
}
.logo {
	display: table-cell;
	vertical-align: middle;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 255px;
	display: block;
}
.menu {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.menu ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -5px;
}
.menu ul li a {
	padding: 27px 25px;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	color: #1a1a1a;
}
.menu ul li a:hover,
.menu ul li a.selected {
	text-decoration: none;
	background: #fff;
}
.subMenu {
	/*opacity:0;
	visibility:hidden;*/
	position: absolute;
	display: none;
	background: #fff;
	padding: 25px;
	left: 0px;
	border-radius: 0 7px 7px 7px;
	/*-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
}
.menu .subMenu {
	left: -281px;
}
.navTop ul li .subMenu {
	min-width: 150px;
}
.navTop ul li .subMenu li {
	display: block;
	margin: 0 0 10px;
}
.navTop ul li .subMenu li:last-child {
	margin: 0;
}
.navTop ul li .subMenu li a {
	font-size: 15px;
}
.navTop ul li:hover .subMenu {
	/*opacity:1;
	visibility:visible;*/
}
.menu ul li:nth-child(2) .subMenu {
	border-radius: 7px;
	left: -286px;
}
.menu ul li:last-child .subMenu {
	border-radius: 7px 0px 7px 7px;
	left: auto;
	right: 0;
}
.menu ul li {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu ul li:hover {
	background: #fff;
}
.menu ul li:hover .subMenu {
	opacity: 1;
	visibility: visible;
}
.menu .subMenu {
	/*display:table;*/
	text-align: left;
}
.menu .subMenu li {
	display: table-cell;
	vertical-align: middle;
	background: none !important;
}
.menu .subMenu li a {
	font-size: 17px;
	font-weight: 500;
	color: #1a1a1a;
	padding: 10px;
	box-shadow: none;
	background: none;
}
.menu .subMenu li a div.menuThumb {
	position: relative;
	width: 180px;
	height: 140px;
	background: #f4f4f4;
	border-radius: 7px;
	margin: 10px 0 0;
}
.menu .subMenu li a img {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.menu .subMenu li a:hover {
	color: #58a0ce;
	background: none !important;
}
.slider .wrapper {
	position: relative;
}
.slider .wrapper .sliderTxt {
	position: absolute;
	z-index: 2;
	left: 15px;
	max-width: 550px;
	top: 50px;
}
.slider img {
	position: relative;
}
.slider .wrapper .sliderTxt .slider-title {
	color: #fff;
	font-size: 50px;
	line-height: 63px;
	margin: 0 0 35px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.slider .wrapper .sliderTxt a {
	color: #fff;
}
.slider .wrapper .sliderTxt a:hover {
	text-decoration: none;
}
.salePrice {
	background: #fff;
	opacity: 0.7;
	filter: alpha(Opacity=70);
	font-size: 21px;
	color: #313131;
	text-transform: none;
	font-weight: 500;
	display: inline-block;
	border-radius: 7px;
	padding: 20px 35px;
}
.slider .wrapper .salePrice a {
	color: #58a0ce;
	opacity: 1;
	font-size: 21px;
}
.salePrice i {
	font-size: 18px;
}
.saleDesc {
	margin: 30px 0 0 0;
	color: #fff;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.3em;
}
#slider {
	position: relative;
	max-height: auto;
	overflow: hidden;
}
#slider .item {
	display: block !important;
	/*height: 580px;*/
	overflow: hidden;
}
#slider .sliderBg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#slider .item img {
	width: 100%;
	height: auto;
}
#slider .dots {
	position: absolute;
	bottom: 50px;
}
.dots ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.dots ul li button {
	width: 12px;
	height: 11px;
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	position: relative;
	border-radius: 50%;
	line-height: 15px;
}
.dots ul li button:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 5px;
	background: #7c7c7c;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -3px;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dots ul li.slick-active button:after {
	opacity: 1;
}
.dots ul li.slick-active button {
	border: 1px solid #7c7c7c;
	background: none;
}
/*Content*/
#catalog {
	padding: 100px 0 0;
}
/*#catalog .wrapper {
	max-width:1040px;
}*/
#catalog h1 {
	text-align: center;
}
h1 span,
h2 span,
.h1 span,
.h2 span {
	color: #8e8e8e;
	/*text-transform:lowercase;*/
}

.grey {
	color: #8e8e8e;
	/*text-transform:lowercase;*/
}
.pageContent .catalogTitle {
	text-align: center;
	margin: 35px 0 50px;
	font-size: 50px;
	line-height: 55px;
}
.pageContent .catalogElTitle {
	margin: 20px 0 50px;
	font-size: 50px;
	line-height: 55px;
}
.catItems {
	float: left;
}
.catItem .priceItem {
	text-align: center;
	position: relative;
	margin: -25px 0 25px;
}
.catItem {
	float: left;
	border: 1px solid #f4f4f4;
	background: #fcfcfc;
	border-radius: 7px;
	margin-left: 28px;
	margin-bottom: 35px;
	position: relative;
	top: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pageContent .catItem a,
.pageContent .newsItems a {
	text-decoration: none;
	color: #3b3b3b;
}
.pageContent .catItem a:hover,
.pageContent .newsItems a:hover {
	color: #58a0ce;
}
.catItems.three .catItem {
	width: calc(100% / 3 - 21px);
}
.catItems.three {
	width: 100%;
}
.catItems.two .catItem {
	width: calc(100% / 2 - 30px);
}
.catItems.two {
	width: calc(70% - 55px);
	margin-right: 55px;
}
.catItems.one .catItem {
	width: 100%;
}
.catItems.one {
	width: 33%;
}
.catItem:hover {
	box-shadow: 0 4px 24px rgba(106, 106, 116, 0.1);
	top: -10px;
}
.catItem:nth-child(3n + 1) {
	margin-left: 0;
	clear: left;
}
.catThumb,
.catImg {
	position: relative;
	width: 100%;
	height: 265px;
	background: #f4f4f4;
}
.catThumb img,
.catImg img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.catItems h2 {
	font-size: 25px;
	color: #4b4b4b;
	margin: 0 0 20px;
}
.catItem h3,
.catItem .h3 {
	font-size: 22px;
	margin: 0;
	padding: 40px 25px;
	text-align: center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.catItem h3.sectName,
.catItem .h3.sectName {
	padding: 20px 5px 20px;
	font-size: 22px;
}


.sectPrice {
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 0;
}
.sectTxt {
	font-size: 15px;
	line-height: 19px;
	margin: 5px 0 0;
}
body .sectTxt ul li:before {
	top: 9px;
}
.sectContent {
	padding: 0 25px 20px;
	text-align: center;
}
.catItem:hover h3,
.catItem:hover .h3 {
	color: #58a0ce;
}
.catItem a:hover {
	text-decoration: none;
}
#new {
	padding: 35px 0 0;
	position: relative;
}
#new .item {
	display: flex !important;
}
.newLeft {
	vertical-align: top;
	width: 51%;
	overflow: hidden;
}
.newLeft img {
	display: block;
}
.newRight {
	vertical-align: top;
	width: 49%;
	background: #fbfbfb url(/bitrix/templates/baltmotors/images/newBg.jpg) no-repeat bottom right;
}
.newBox {
	margin-left: 65px;
	margin-top: 65px;
	max-width: 400px;
}
.newLabel {
	font-size: 23px;
	font-weight: 500;
	color: #000;
}
.newRight h2 {
	font-size: 47px;
	line-height: 55px;
	margin: 15px 0 0;
}
.newRight p {
	font-size: 18px;
}
#new .dots {
	position: relative;
	margin-left: 85px;
}
.newDots {
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 80px;
}
.newDots .newRight {
	background: none;
}
#reasons {
	text-align: center;
}
#news {
	padding: 40px 0 0;
	text-align: center;
}
#news .wrapper p a {
	color: #58a0ce;
	text-decoration: underline;
}
#news .wrapper p a:hover {
	text-decoration: none;
}
.newsItem,
.vacItem {
	float: right;
	width: calc(58% - 2px);
	background: #fff;
	border-radius: 7px;
	margin-bottom: 30px;
	border: 1px solid #f4f4f4;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.vacItem {
	/*float:left;
	width:calc(100% / 2 - 22px);
	margin-right:35px;*/
	width: 100%;
}
.vacItem:nth-child(2n) {
	margin-right: 0;
}
.vacItem:nth-child(2n + 1) {
	clear: left;
}
.vacItem span {
	font-weight: 500;
}
.vacTxt {
	padding: 35px;
}
.vacTxt h3 {
	font-size: 21px;
}
.newsItem a {
	text-decoration: none;
	color: #3b3b3b;
	display: table;
	text-align: left;
}
.newsItem:first-child a {
	display: block;
}
.newsItem:hover,
.newsItems:hover {
	box-shadow: 0 4px 24px rgba(106, 106, 116, 0.08);
}
.newsItem:first-child {
	float: left;
	width: calc(42% - 32px);
	margin-right: 29px;
	min-height: 500px;
}
.newsTxt h3,
.newsItems h3,
.newsTxt .h3,
.newsItems .h3 {
	font-size: 19px;
	margin: 0 0 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newsItem a:hover h3,
.newsItems a:hover h3,
.newsItem a:hover .h3,
.newsItems a:hover .h3 {
	color: #58a0ce;
}
.newsItem img {
	display: block;
	border-radius: 7px;
}
.newsItem .thumb {
	display: table-cell;
	vertical-align: middle;
}
.newsItem:first-child img {
	width: 100%;
	height: auto;
}
.newsTxt {
	padding: 30px;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.newsItem:first-child .newsTxt {
	display: block;
	width: auto;
	text-align: left;
}
.moreNews {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #58a0ce;
	text-decoration: underline;
}
.moreNews:hover {
	text-decoration: none;
}
.newsItems {
	float: left;
	width: calc(100% / 3 - 23px);
	background: #fff;
	border-radius: 7px;
	margin-bottom: 30px;
	margin-right: 30px;
	border: 1px solid #f4f4f4;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newsItems a {
	display: block;
	text-decoration: none;
}
.newsItems:nth-child(3n) {
	margin-right: 0;
}
.newsItems:nth-child(3n + 1) {
	clear: left;
}
.newsItems img {
	display: block;
	border-radius: 7px;
	width: 100%;
	height: auto;
}
#video {
	padding: 100px 0 0;
	text-align: center;
}
#video h2,
#video .h2 {
	text-align: left;
}
#video h2 span,
#video .h2 span {
	display: block;
}
.videoItem {
	float: left;
	width: calc(100% / 3 - 24px);
	margin-right: 35px;
	position: relative;
	margin-bottom: 30px;
}
#video .videoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px;
}
#video .videoItem {
	flex: 1;
	margin: 10px;
}
.videoItem:nth-child(3n) {
	margin-right: 0;
}
.videoItem:nth-child(3n + 1) {
	clear: left;
}
.videoItem img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.videoItem > div > a {
	display: block;
}
.play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 64px;
	margin-top: -35px;
	margin-left: -35px;
	border-radius: 50%;
	box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.4);
	background: rgba(232, 232, 232, 1);
	border-bottom: 6px solid #999999;
	background: -moz-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(232, 232, 232, 1)),
		color-stop(100%, rgba(188, 188, 188, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bcbcbc', GradientType=0 );
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.play:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 96px;
	height: 96px;
	margin-top: -48px;
	border-radius: 50%;
	margin-left: -48px;
	background: rgba(255, 255, 255, 0.2);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.play:before {
	border-top: transparent 9px solid;
	border-bottom: transparent 9px solid;
	border-left: 10px solid #fff;
	content: "";
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -4px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.videoItem a:hover .play:after,
.videoItem a:hover .play:before {
	transform: scale(1.1);
}
.btn.grey {
	background: rgba(254, 224, 132, 1);
	background: -moz-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(232, 232, 232, 1)),
		color-stop(100%, rgba(188, 188, 188, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(232, 232, 232, 1) 0%,
		rgba(188, 188, 188, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#bcbcbc', GradientType=0 );
}
#mobileMenu,
#menuBtn {
	display: none;
}
.subMenu {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#breadcrumbs {
	margin: 20px 0 0px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
}
#breadcrumbs a {
	font-size: 13px;
	margin-right: 7px;
	padding-right: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#breadcrumbs span {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	color: #8e8e8e;
}
#breadcrumbs a:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background: #ccc;
	right: 0;
	top: 49%;
}
.pageContent h1,
.pageContent .h1 {
	font-size: 40px;
	line-height: 45px;
	margin: 30px 0 30px !important;
}
.pageContent h2,
.pageContent .h2 {
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 25px;
}
.pageContent ul li,
#news ul li {
	margin: 0 0 15px;
	padding-left: 30px;
	position: relative;
	text-align: left;
}
.pageContent ul li:before,
#news ul li:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #ffb806;
	left: 0;
	top: 12px;
}
.pageTitle {
	text-align: center;
}
.pageContent ol li {
	counter-increment: li;
	padding-left: 30px;
	margin: 0 0 15px;
	position: relative;
}
.pageContent ol li:before {
	content: counter(li) ".";
	color: #ffb806;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
	width: auto;
	height: auto;
	background: none;
}
blockquote {
	margin: 30px 0;
	font-size: 15px;
	padding-left: 45px;
	border-left: 5px solid #58a0ce;
	position: relative;
}
.pageContent table {
	width: 100%;
}
.pageContent table td,
.pageContent table th {
	padding: 15px 25px;
	text-align: left;
}
.pageContent table th {
	/*background: rgba(254,224,132,1);
	background: -moz-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,224,132,1)), color-stop(100%, rgba(255,184,6,1)));
	background: -webkit-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
	background: -o-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
	background: linear-gradient(to bottom, rgba(254,224,132,1) 0%, rgba(255,184,6,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee084', endColorstr='#ffb806', GradientType=0 );*/
	background: #f0f0f0;
	color: #1a1a1a;
	font-size: 17px;
	font-weight: 500;
}
.pageContent table tr:nth-child(odd) td {
	background: #e1e1e1;
}
.pageContent form {
	border: 1px solid #f4f4f4;
	border-radius: 7px;
	padding: 35px;
}
.pageContent form label {
	margin: 0 0 15px;
	display: block;
}
.pageContent form input[type="text"],
.pageContent form input[type="password"],
.pageContent form input[type="tel"],
.pageContent form input[type="email"] {
	margin: 0 0 25px;
}
.pageContent form input[type="submit"],
.pageContent form button {
	margin: 15px 0 0;
	padding: 25px;
	min-width: 200px;
}
.gallery {
	position: relative;
}
.gallery .item {
	display: block !important;
}
.gallery a {
	display: block !important;
	margin: 0 5px;
	width: auto !important;
}
.gallery img {
	display: block;
	border-radius: 7px;
	width: 100% !important;
	height: auto !important;
}
.gallery .slick-dots {
	position: relative;
	text-align: center;
}
.gallery .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
	padding: 0;
}

.gallery .slick-dots li:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 13px;
}

.gallery .slick-dots li:after {
	display: none;
}
.gallery ul li button {
	width: 12px;
	height: 11px;
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	position: relative;
	border-radius: 50%;
	line-height: 15px;
}
.gallery ul li button:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 5px;
	background: #7c7c7c;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -2px;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery ul li.slick-active button:after {
	opacity: 1;
}
.gallery ul li.slick-active button {
	border: 1px solid #7c7c7c;
	background: none;
}
.gallery,
.newsShare,
.backNews {
	padding: 30px 0 0;
}
.newsDate {
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.backNews i {
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 7px;
}
.newsShare table td {
	display: table-cell !important;
}
.share-dialog {
	z-index: 4 !important;
}
.modern-page-navigation {
	clear: both;
	padding: 30px 0 0;
	text-align: center;
}
.modern-page-title {
	display: none;
}
.newsItems p,
.newsItem p {
	margin-bottom: 0;
}
#content .catItem {
	width: calc(100% / 3 - 21px);
}
#contentTxt .catItem {
	width: calc(100% / 3 - 21px);
}
#contentTxt {
	margin: 50px 0 0;
}
.sliderSection {
	margin: -2px 0 0;
}
.pageContent form.buyItems {
	border: 0;
	padding: 20px 0 0 0;
	border-radius: 0;
	position: relative;
}
.bx-section-desc.bx- {
	clear: both;
}
.formLeft {
	float: left;
	width: 45%;
}
.formLeft img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #f4f4f4;
	padding: 15px;
	border-radius: 7px;
	box-sizing: border-box;
}
.pageContent form.buyItems .formLeft .itemTitleForm input {
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 35px 0 0;
	width: 100%;
	font-size: 24px;
	font-weight: 300;
	pointer-events: none;
}
.pageContent h2.buyTitle {
	margin: 30px 0 15px;
}
.formRight {
	float: right;
	width: 45%;
	box-sizing: border-box;
	will-change: min-height;
}
.formStick {
	padding: 35px;
	border: 1px solid #f4f4f4;
	border-radius: 7px;
	box-sizing: border-box;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.colorItem {
	display: inline-block;
	vertical-align: middle;
	width: 27%;
	text-align: center;
	margin-right: 15px;
}
.pageContent form .colorItem label {
	margin: 0;
	cursor: pointer;
}
.colorItem img {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.itemPriceForm {
	font-size: 30px;
	font-weight: 500;
	margin: 7px 0 25px;
}
.formLeft h4 {
	margin: 30px 0 15px;
	padding: 30px 0 0;
	border-top: 1px solid #f4f4f4;
}
.acssTable {
	background: #f4f4f4;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.pageContent form .field.acss .input label {
	display: table-cell;
	vertical-align: middle;
}
.pageContent form .field.acss .input .acssCheck {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.field.acss a {
	display: table-cell;
	text-decoration: none;
}
.search-page form {
	display: flex;
}
.search-page {
	margin: 0 0 30px;
}
.search-page form input {
	margin: 0 !important;
	border-radius: 50px;
}
.field.acss .catThumb {
	width: 20%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
.field.acss h3,
.field.acss .priceItem {
	display: table-cell;
	vertical-align: middle;
}
.field.acss .priceItem {
	font-size: 16px;
	font-weight: 500;
	color: #3b3b3b;
}
.field.acss h3 {
	font-size: 16px;
	line-height: 18px;
	padding: 0 10px;
	font-weight: 300;
	width: 62%;
}
.field.acss .catThumb img {
	position: relative;
	padding: 0;
	border: 0;
	border-radius: 0;
}
/*Footer*/
footer {
	margin: 100px 0 0;
	background: #fbfbfb;
}
.footerTop {
	padding: 45px 0;
}
.footerTop .wrapper {
	display: table;
	width: calc(100% - 30px);
}
.footerTop .logo,
.footerTop .phone {
	display: block;
	text-align: left;
	padding: 0;
}
.footerLeft,
.footerMiddle,
.footerRight {
	display: table-cell;
	vertical-align: top;
}
.footerLeft {
	width: 20%;
}
.footerLeft .logo img {
	max-width: 205px;
}
.footerTop .phone {
	margin: 30px 0 0;
}
.footerTop .phone a {
	font-size: 20px;
	margin: 10px 0 0;
}
.social {
	margin: 40px 0 0;
}
.social a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #cecece;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	text-align: center;
}
.social a:last-child {
	margin: 0;
}
.social a.vk:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -10px;
	background: url(/bitrix/templates/baltmotors/images/vk-logo.svg) no-repeat center center;
	background-size: cover;
}
.social a.vk:hover {
	background: #58a0ce;
}
.social a.twitter:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -9px;
	background: url(/bitrix/templates/baltmotors/images/twitter-icon.svg) no-repeat center center;
	background-size: cover;
}
.social a.twitter:hover {
	background: #49a9e4;
}
.social a.youtube:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -10px;
	background: url(/bitrix/templates/baltmotors/images/youtube-icon.svg) no-repeat center center;
	background-size: cover;
}
.social a.youtube:hover {
	background: #f80000;
}
.social a.RuTube:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -10px;
	background: url(/bitrix/templates/baltmotors/images/rutube-logo.svg) no-repeat center center;
	background-size: cover;
}
.social a.RuTube:hover {
	background: #000033;
}
.social a.facebook:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -5px;
	background: url(/bitrix/templates/baltmotors/images/facebook-logo.svg) no-repeat center center;
	background-size: cover;
}
.social a.facebook:hover {
	background: #355896;
}
.social a.ok:hover {
	background: #f08f1d;
}
.social a.instagram:hover {
	background: #b231a4;
}
.social a i {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}
.footerMiddle {
	/*	padding-left:30px;*/
}
.footerMiddle nav > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 60px 5px 0;
}
.footerMiddle nav ul li a {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
}
.footerMiddle nav ul li .subMenu li {
	margin: 10px 0 0;
}
.footerMiddle nav ul li .subMenu {
	opacity: 1;
	visibility: visible;
	position: relative;
	padding: 0;
	background: none;
	box-shadow: none;
	display: block !important;
}
.footerMiddle nav ul li .subMenu li a {
	font-size: 16px;
	font-weight: 500;
}
.footerRight {
	width: 20%;
}
.footerRight a.btn {
	display: block;
	padding: 30px;
	text-align: center;
	margin: 0 0 25px;
	font-size: 13px;
}
.footerBottom {
	border-top: 1px solid #e8e8e8;
	padding: 25px 0;
}
.footerBottom .wrapper {
	display: table;
	width: calc(100% - 30px);
}
.copy {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	color: #1b1b1b;
}
.polLink {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.polLink a {
	font-size: 16px;
	font-weight: 500;
	color: #1b1b1b;
}
.polLink a:hover {
	color: #58a0ce;
}
.newsContent a,
.pageContent a {
	font-family: "Roboto", sans-serif;
	/*font-size:17px;
	line-height:25px;
	font-weight:400;*/
	color: #58a0ce;
	outline: none;
	text-decoration: underline;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newsContent img {
	border-radius: 7px;
}
.newsContent a:hover,
.pageContent a:hover {
	text-decoration: none;
}
.catBanner img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 7px;
}
.btns .btn.line {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3b3b3b;
	background: none;
	padding: 0;
	font-size: 13px;
}
#map {
	width: 100%;
	height: 600px;
	margin: 50px 0 0;
}
.dealerListItems {
	display: none;
}
[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
[class*="ymaps"][class*="-layers-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}
.wrapper.page.buy {
	margin: 50px auto 0;
}
.dealerList {
	margin: 0 0 50px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.dealerList li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
}
.dealerList li:before {
	display: none;
}
.dealerList li:nth-child(4n) {
	margin-right: 0;
}
.dealerList li > div {
	display: table;
	width: 100%;
}
.dealerTitle,
.dealerCount {
	display: table-cell;
	vertical-align: middle;
}
.dealerList li > div {
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid rgba(254, 224, 132, 0);
}
.dealerList li > div:hover,
.dealerList li > div.active {
	border-bottom: 2px solid rgba(254, 224, 132, 1);
}
.dealerCount {
	font-size: 11px;
	color: #ccc;
	text-align: right;
}
.dealerListItems h2 {
	font-size: 36px;
	margin: 0 0 10px;
}
.dealerItem {
	float: left;
	width: calc(100% / 3 - 23px);
	background: #fff;
	border-radius: 7px;
	margin-top: 30px;
	margin-right: 30px;
	font-size: 15px;
	border: 1px solid #f4f4f4;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dealerItem > div {
	display: block;
	/*padding:30px;*/
}
.dealerItem:nth-child(3n) {
	margin-right: 0;
}
.dealerItem:nth-child(3n + 1) {
	clear: left;
}
.dealerItem.hidden {
	width: 0;
}
.dealerItem a {
	text-decoration: none;
	color: #3b3b3b;
	display: block;
	padding: 30px;
}
.dealerItem h3 {
	font-size: 19px;
	margin: 0 0 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dealerItem a:hover h3 {
	color: #58a0ce;
}
.readMore {
	font-size: 13px;
	padding: 20px 55px;
}
.dealerItem span {
	display: block;
	font-weight: 500;
}
.dealerImg,
.dealerLink {
	display: inline-block;
	vertical-align: middle;
}
.dealerLink {
	width: 68%;
}
.dealerItem p:last-child {
	margin-bottom: 0;
}
.dealerImg {
	margin-right: 10px;
}
.dealerItem h3.dealerLink {
	margin: 0;
}
.dealerLogo {
	padding: 0 0 10px;
}
.dealerImg img {
	display: block;
	max-width: 70px;
	height: auto;
}
.dealerGallery {
	float: right;
	width: 50%;
}
.dealerTxt {
	float: left;
	width: 45%;
}
.dealerLogo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 150px;
}
.addressBox {
	margin: 10px 0 20px;
}
.timeTxt {
	margin: 10px 0 0;
}
.timeTxt.social {
	margin: 20px 0;
}
.dealerTxt h4 {
	margin: 0;
	font-size: 17px;
}
.dealerTxt i {
	color: rgba(188, 188, 188, 1);
	margin-right: 3px;
}
.timeTxt.social i {
	margin: 0;
}
.dealerTxt .addressBox h4 {
	margin: 0 0 5px;
}
.dealerTxt .timeTxt h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.dealerTxt h4 span,
.iconBox {
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.dealerTxt .address,
.contactTxt .address {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.dealerMap {
	margin: 40px 0 0;
}
.dealerGallery {
	text-align: right;
}
.bx-section-desc-post {
	padding: 25px 0;
	margin: 0;
}
.bx-section-desc.bx- {
	margin: 30px 0 0px;
}
.labelNew {
	position: absolute;
	top: 50%;
	margin: -80px auto 0;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	left: 0;
	right: 0;
	z-index: 10;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	color: rgba(254, 224, 132, 1);
	background: rgba(47, 47, 47, 0.8);
}
.labelIcon {
	font-size: 30px;
	margin: 30px 0 15px;
	color: #ccc;
}
.itemNew {
	opacity: 0.7;
}
.catalogElTxt.formRight {
	padding: 0;
	border: 0;
	border-radius: 0;
}
.item {
	display: block !important;
}
.galleryThumbs .item {
	margin: 0 10px;
	width: auto !important;
	cursor: pointer;
}
.galleryThumbs {
	margin: 25px 0 0;
}
.galleryItems {
	cursor: auto !important;
}
.catThumb img.motorLabel {
	position: absolute;
	left: 15px;
	bottom: 15px;
	max-width: 100px;
	height: auto;
	z-index: 3;
}
.specItem {
	margin: 50px 0 0;
}
.specItem .tabber li,
.pageTabber li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
}
.specItem .tabber li:before,
.pageTabber li:before {
	display: none;
}
.specItem .tabber li span,
.pageTabber li span {
	display: block;
	padding: 15px 25px;
	background: #fbfbfb;
	border-bottom: 2px solid #fbfbfb;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}
.specItem .tabber li.active span,
.pageTabber li.active span {
	border-bottom: 2px solid rgba(254, 224, 132, 1);
}

/* сказ о том, как отдел продаж решил изуродовать карточку товара - start */
/*
.specItem > .tabber {
	display: block !important;
}

#txt {
	display: block !important;
}

#spect {
	display: block !important;
	overflow-x: auto;
}

#photo {
	display: block !important;
}

#videoItem {
	display: block !important;
}

#acss {
	display: block !important;
}

.txtBoxElem > .tabber {
	margin-top: 35px;
}*/
/* сказ о том, как отдел продаж решил изуродовать карточку товара - end */

.priceItem {
	line-height: normal;
}
.priceItem > div {
	font-size: 30px;
	font-weight: 500;
}
.priceItem > div > span.old,
.sectPrice span {
	font-size: 21px;
	text-decoration: line-through;
	margin-left: 15px;
	color: #999;
}
.priceItem > div > span {
	margin-left: 10px;
}
.accsPrice span {
	font-size: 13px;
	text-decoration: line-through;
	margin-left: 10px;
	color: #999;
}
.priceItem > span {
	font-size: 12px;
	line-height: normal;
	color: #999;
	font-weight: 300;
	max-width: 350px;
	display: block;
}
.tabTxt {
	padding: 40px;
	border: 1px solid #f4f4f4;
	border-radius: 0 0 7px 7px;
}
.catalogElTxt.formRight .btns {
	margin: 25px 0 0;
}
.catalogElTxt.formRight .btns .btn {
	padding: 15px 35px;
	text-align: center;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	color: #454545;
	text-decoration: none;
}
.itemPhoto {
	width: calc(100% / 4 - 12px);
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.itemPhoto:nth-child(4n) {
	margin-right: 0;
}
.itemPhoto:nth-child(4n + 1) {
	clear: left;
}
.itemPhoto img {
	display: block;
	width: 100%;
	height: auto;
}
#content .acssItem.catItem {
	margin-bottom: 30px;
}
#content .acssItem.catItem a {
	display: table;
	width: 100%;
}
.acssItem.catItem .catThumb {
	display: table-cell;
	vertical-align: middle;
	height: auto;
	padding: 5px;
	width: 100px;
}
.acssItem.catItem .catTxt {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px;
}
.acssItem.catItem .catTxt h3 {
	padding: 0;
	text-align: left;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin: 0 0 10px;
}
.acssItem.catItem .catThumb img {
	position: relative;
	width: 100%;
	height: auto;
}
.accsPrice {
	font-weight: 500;
	font-size: 19px;
}
.galleryThumbs .slick-current img {
	border-color: rgba(254, 224, 132, 1);
}
.colorBox {
	margin: 30px 0 0;
}
.colorBg {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background-size: cover !important;
}
.colorBg a {
	display: block;
	width: 100%;
	height: 100%;
}
img.ts_imgzoom_view {
	display: none !important;
}
#d3 {
	display: none;
}
.d3 {
	display: none;
}
.catalogElTxt.formRight .btns .btn.pdf {
	background: none;
	box-shadow: none;
	color: #58a0ce;
	padding: 0;
	/*margin-left:20px;*/
	text-transform: none;
	font-size: 15px;
	display: block;
	margin-top: 20px;
	text-align: left;
}
.catalogElTxt.formRight .btns .btn.pdf i {
	color: #3b3b3b;
	margin-right: 5px;
}
.catalogElTxt.formRight .btns .btn.pdf:hover {
	color: #3b3b3b;
}
.photoBtns {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
.rotateimage {
	background: #f0f0f0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	color: #3b3b3b !important;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	text-align: center;
	line-height: 47px;
}
.photoBtns a i {
	font-size: 17px;
}
.galleryItems.formLeft {
	position: relative;
}
.itemTitleForm img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
	padding: 0;
	border-radius: 0;
}
.formSrickInner {
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
#formSrick {
	will-change: min-height;
}
.itemTitleForm {
	border: 1px solid #f4f4f4;
	padding: 15px;
	border-radius: 7px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin: -20px 0 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #f0f0f0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	z-index: 3;
	opacity: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-slide {
	outline: none;
}
.slick-arrow:hover {
	color: #999;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.listBox,
.listAccs {
	margin: 50px 0 0;
}
.listBox h2,
.listAccs h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 50px;
	text-align: center;
}
#content .listAccs .catList .catItem {
	width: 100%;
	margin: 0;
}
.listAccs .slick-slide > div {
	margin: 15px;
}
.slideTxt {
	display: none;
}
.zpItem {
	float: left;
	width: calc(100% / 3 - 55px);
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #f4f4f4;
	font-size: 13px;
	line-height: 16px;
}
.zpItem {
	margin-bottom: 30px;
}
.zpItem:nth-child(3n + 1) {
	margin-left: 0;
	padding-left: 0;
	clear: left;
	border-left: 0;
}
.zpItem h3 {
	margin: 0 0 10px;
	font-size: 17px;
}
.zpItem img {
	display: block;
	margin: 15px auto 0;
}
.zpLInks {
	display: table;
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}
.zpLink {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
.zpLink:last-child {
	padding-right: 0;
}
.zpLink a {
	font-size: 15px;
}
.zpLink i,
.docItem i {
	margin-right: 5px;
	font-size: 16px;
}
.docsList {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
}
.docsList:last-child {
	margin-bottom: 0;
}
.docListItems {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.docsList img {
	display: block;
	margin: 0 auto;
}
.docsList h3 {
	text-align: center;
	margin: 15px 0 0;
}
.docItem {
	margin: 15px 0 0;
	font-size: 15px;
}
.docItem a {
	font-size: 15px;
}
.contactBox {
	text-align: center;
}
.catList .dealerBtns {
	text-align: center;
	margin: 50px 0 0;
}
.catList .dealerBtns a {
	padding: 20px 35px;
	text-align: center;
	margin: 0;
	font-size: 13px;
	text-decoration: none;
	color: #454545;
	font-weight: 500;
}
.contactBox > h3 {
	font-size: 36px;
	margin: 50px 0 30px;
}
.contactBox a {
	font-size: 16px;
	line-height: 19px;
}
.contactProp {
	font-weight: 500;
	margin: 15px 0 0;
}
.contactTxt h3 {
	margin: 0;
	font-size: 21px;
}
.contactTxt img {
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
}
.contactTxt i {
	color: rgba(188, 188, 188, 1);
	font-size: 17px;
	margin-right: 3px;
}
.contactItem {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 90px);
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 25px;
	border-radius: 7px;
	border: 1px solid #f4f4f4;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
}
.contactItem:nth-child(3n + 1) {
	margin-left: 0;
}
.slideItem {
	padding: 10px 15px;
	background: #fbfbfb;
	margin: 20px 0 0;
	font-weight: 500;
	font-size: 19px;
	cursor: pointer;
}
.slideItem:first-child {
	margin: 0;
}
.slideItem i {
	float: right;
	font-size: 13px;
	margin: 7px 0 0 10px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slideItem.active i {
	transform: rotate(-180deg);
}
.questionItem {
	padding: 15px 15px 15px 30px;
	counter-increment: div;
	position: relative;
}
.questionItem:before {
	content: counter(div) ".";
	color: #ffb806;
	position: absolute;
	left: 0;
	top: 16px;
	font-weight: 500;
}
.questionItem h3 {
	font-size: 17px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f4f4f4;
}
.questionBtn {
	text-align: center;
	margin: 50px 0 0;
}
.questionBtn .btn {
	padding: 20px 35px;
	text-align: center;
	margin: 0;
	font-size: 13px;
	text-decoration: none;
	color: #454545;
	font-weight: 500;
}
#form,
#formQuest {
	padding: 50px;
	text-align: center;
}
#form .btn,
#formQuest .btn {
	padding: 20px 35px;
}
#form h3,
#formQuest h3 {
	margin: 0 0 30px;
}
#form input[type="text"],
#form textarea,
#formQuest input[type="text"],
#formQuest textarea {
	margin: 0 0 20px;
}
.errortext {
	font-size: 14px;
	text-align: left;
}
.googleLabel {
	margin: 25px 0 0;
}
.formDesc {
	margin: 10px 0 0;
	text-align: left;
}
.main-user-consent-request-popup-cont {
	z-index: 1001;
}
.fancybox-container {
	z-index: 1000;
}
.main-user-consent-request-popup-text {
	border-radius: 7px !important;
}
.itemTxtIn {
	margin: 30px 0 0;
	font-size: 16px;
	line-height: 23px;
}
.itemTxtIn iframe {
	width: 100%;
}
.newsContent iframe {
	margin: 0 auto;
	display: block;
}
.bx-section-desc.bx-blue {
	/*margin:30px 0 0;*/
}
.mainImg img {
	/*max-width:342px;
	height:auto;*/
}
.ts_holder img {
	border: 0 !important;
}
hr {
	border: 1px solid #f4f4f4 !important;
}
.colLeft {
	float: left;
	width: 48%;
}
.colRight {
	float: right;
	width: 48%;
}
.sportLeft {
	float: left;
	width: 38%;
}
.sportRight {
	float: right;
	width: 58%;
}
.colorBox {
	margin: 0;
	float: right;
}
.photoBtns {
	right: 20px;
}
.colorBg:last-child {
	margin-right: 0;
}
.colorBg {
	border-radius: 9px;
}
.zpTxt {
	font-size: 12px;
}
/*
.videoBox {
	position: relative;
	padding: 0 0 53.6%;
	margin: 0 0 25px;
}
.videoBox:last-child {
	margin: 0;
}
.videoBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}
*/
.colorItem .jq-radio {
	display: none !important;
}
.colorItem div.jq-radio.checked + label {
}
.colorItem div.jq-radio.checked + label img {
	border-color: #58a0ce;
}
.fancybox-image,
.fancybox-spaceball {
	border-radius: 9px;
}
font.notetext {
	color: #3b3b3b !important;
	font-size: 24px;
}
.creditBlock {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
.catalogElTxt.formRight .btns .creditBlock .btn {
	background: none;
	color: #58a0ce;
	text-decoration: underline;
	box-shadow: none;
	padding: 0;
	margin: 0;
	text-transform: none;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
}
.catalogElTxt.formRight .btns .creditBlock .btn:hover {
	text-decoration: none;
}

.sticker {
	position: absolute;
	width: 150px;
	height: 36px;
	top: 80px;
	right: 0;
	z-index: 1;
	text-align: right;
	line-height: 36px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 14px;
}

.catThumb .sticker {
	top: 20px;
}

.saleSticker {
	background: url(/bitrix/templates/baltmotors/images/sale.png) no-repeat;
	color: #fff;
	padding-right: 2px;
}

.newSticker {
	background: url(/bitrix/templates/baltmotors/images/new.png) no-repeat;
	color: #fff;
}

.availSticker {
	background: url(/bitrix/templates/baltmotors/images/avail.png) no-repeat;
	color: #fff;
}

/* модальное окно */
.modal {
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: scroll;
	margin-left: -50%;
}

.modal-dialog {
	margin: 0 auto;
	max-width: 660px;
}

.modal-content {
	position: relative;
}

.close {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
}
.close:hover {
	opacity: 1;
}
.close:before,
.close:after {
	position: absolute;
	left: 10px;
	content: " ";
	height: 33px;
	width: 2px;
	background-color: #333;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.vinLInks {
	position: absolute;
	background: #ffffff;
	border-radius: 7px;
	border: 1px solid #f4f4f4;
	padding: 45px 35px 35px;
	top: 0;
	left: 80%;
	min-width: 425px;
	z-index: 3;
	display: none;
	box-shadow: 0 4px 24px rgba(106, 106, 116, 0.1);
}
.zpItem:nth-child(3n) .vinLInks {
	left: auto;
	right: 80%;
}
.vinBox {
	position: relative;
}
.closeZp {
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}
.zpItem {
	position: relative;
}
.vinLInks .zpLink {
	margin: 10px 0 0;
	display: block;
}
.linkVin {
	cursor: pointer;
}
.mobTxt {
	display: none;
}
/* --start отключаем пункт выдачи товара при оформлении кредита в виджете Почта Банка, на карточке товара */
#ttName {
	display: none;
}

#pos-credit-container form div:nth-child(3) {
	display: none;
}
/* отключаем пункт выдачи товара при оформлении кредита в виджете Почта Банка, на карточке товара --end */

/* --start правки для нормального отображения контента в vtb-iframe */

.modal-dialog {
	height: 100%;
}

.modal-content {
	height: 100%;
}

.vtb-iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.close {
	z-index: 1;
}

/* правки для нормального отображения контента в vtb-iframe --end */

.videocontent {
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	background: #3b3b3b url(https://baltmotors.ru/fon.jpg);
	position: absolute;
	z-index: -2;
}

.vid {
	position: relative;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%);
	height: 600px;
	z-index: -1;
}

.grad {
	height: 200px;
	position: relative;
	top: -207px;
	left: 0px;
	background: rgb(255, 255, 255);
	background: white;
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.5) 50%,
		rgba(255, 255, 255, 0) 100%
	);
}

.wrapper-top {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 400px;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
	color: #fff;
	margin: 0 0 50px;
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 500;
}

.wrapper-top h1 {
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
	color: #fff;
}
.wrapper-top span {
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
	color: #fff;
}

.headerTopLine {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0 5px;
	font-size: 16px;
	overflow: hidden;
}
.headerTopLine .top-location {
	float: left;
	background: url("/local/images/location.svg") left center no-repeat;
	padding-left: 22px;
}
.headerTopLine .phone {
	float: right;
	padding-right: 0;
	padding-left: 31px;
	background: url("/bitrix/templates/baltmotors/images/phone.svg") left center no-repeat;
}
.headerTopLine .top-dealer {
	margin-left: 50px;
	float: left;
}
.headerTopLine .top-location a {
	color: #4f4f4f;
	text-decoration: underline;
}
.headerTopLine a:hover {
	color: #58a0ce;
}
.choose-dealer {
	width: 850px;
	overflow: hidden;
	padding: 28px 50px 20px;
	border-radius: 5px;
}
.choose-dealer h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
}
.choose-dealer-item {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 22px;
	padding-right: 20px;
	padding-bottom: 30px;
	min-height: 110px;
}
.choose-dealer-item a {
	font-weight: bold;
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 6px;
	text-decoration: underline;
}

.select-city__input-wrapper:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 25px;
	background: url(/bitrix/templates/baltmotors/images/zoom-icon.svg) no-repeat center center;
	background-size: cover;
}
.jq-selectbox__dropdown {
	max-width: 100%;
}
.jq-selectbox ul li {
	text-overflow: ellipsis;
	overflow: hidden;
}

.jq-selectbox__select-text {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.jq-selectbox__select {
	background: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	/* border-bottom: 2px solid #e8e8e8; */
	height: 20px;
	padding: 15px 0;
	width: 90%;
	display: block;
	outline: none;
	font-family: "latolight", sans-serif;
	font-size: 13px;
	letter-spacing: 0.75px;
	color: #2c2c2c;
	margin: 0 0 20px;
	padding: 15px 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden auto;
	max-height: 159px;
}

.jq-selectbox ul li {
	margin: 0px;
	padding-left: 30px;
	position: relative;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.jq-selectbox ul li:before {
	position: absolute;
	/* content: '';*/
	width: 15px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 13px;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 10;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay:target {
	visibility: visible;
	opacity: 9;
}

.overlay:target + .popup {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.close {
	/*background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc; */
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/*left:-10px;*/
	/*top: 10px;*/
	width: 24px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	/*-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;*/
}
.close:before {
	/*color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 12px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);*/
}
.close:hover {
	/*background-color: #f0f0f0;*/
}

.popup {
	background-color: #fff;
	/*border: 3px solid #fff;*/
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	position: fixed;
	text-align: justify;
	font: 14px Helvetica, Arial, Sans-Serif;
	top: 20%;
	visibility: hidden;
	z-index: 777;
	width: 30%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
	-webkit-transition: opacity 0.5s, top 0.5s;
	-moz-transition: opacity 0.5s, top 0.5s;
	-ms-transition: opacity 0.5s, top 0.5s;
	-o-transition: opacity 0.5s, top 0.5s;
	transition: opacity 0.5s, top 0.5s;
}
.banWrap {
	margin-top: -30px;
}
div.banWrap img {
	width: 100%;
}

@media screen and (min-width: 801px) {
	.mob-image{
		display:none !important;
	}
	#itemleft11{
		min-width: 598px;
	}
}

@media screen and (max-width: 1440px) {
	.popup {
		background-color: #fff;
		/*border: 3px solid #fff;*/
		display: inline-block;
		left: 50%;
		opacity: 0;
		padding: 15px;
		position: fixed;
		text-align: justify;
		font: 14px Helvetica, Arial, Sans-Serif;
		top: 20%;
		visibility: hidden;
		z-index: 999;

		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;

		/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
		-webkit-transition: opacity 0.5s, top 0.5s;
		-moz-transition: opacity 0.5s, top 0.5s;
		-ms-transition: opacity 0.5s, top 0.5s;
		-o-transition: opacity 0.5s, top 0.5s;
		transition: opacity 0.5s, top 0.5s;
	}
}

@media (max-width: 1190px) {
	.popup {
		background-color: #fff;
		/*border: 3px solid #fff;*/
		display: inline-block;
		left: 50%;
		opacity: 0;
		padding: 15px;
		position: fixed;
		text-align: justify;
		font: 14px Helvetica, Arial, Sans-Serif;
		top: 20%;
		visibility: hidden;
		z-index: 999;
		width: 88%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;

		/*-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
*/
		-webkit-transition: opacity 0.5s, top 0.5s;
		-moz-transition: opacity 0.5s, top 0.5s;
		-ms-transition: opacity 0.5s, top 0.5s;
		-o-transition: opacity 0.5s, top 0.5s;
		transition: opacity 0.5s, top 0.5s;
	}
}
@media screen and (max-width: 800px) {
	.banWrap {
		margin-top: -30px;
	}
	.video-wrap.has-mob-image{
		display: none !important;
	}
}
@media screen and (max-width: 736px) {

}
@media screen and (max-width: 670px) {
}
@media screen and (max-width: 440px) {
	.pageContent .catalogElTitle{
		margin: 20px 0 20px !important;
	}
}

.why-slider .slick-slide {
	border: 1px solid #f4f4f4;
	border-radius: 7px;
	text-align: left;
}
.why-slider__text,
.why-slider__img {
	display: inline-block !important;
}
.why-slider__img {
	margin-top: 15px;
	width: 38%;
	border-radius: 7px;
	text-align: center;
}
.why-slider__text {
	width: 50%;
	padding: 20px 40px;
	vertical-align: top;
}

.why-slider__text span {
	font-weight: 800;
	font-size: 80px;
	color: #7c7c7c;
}

@media screen and (max-width: 1190px) {
	.slick-slide .why-slider__img {
		width: 50%;
		height: auto;
	}
}
@media screen and (max-width: 960px) {
	.why-slider__text {
		display: block;
		width: 80%;
		padding: 30px;
		margin: 0 auto;
	}
	.slick-slide .why-slider__img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 414px) {
	.why-slider__text {
		font-size: 14px;
		line-height: 16px;
	}
}
.why-slider__icons .slick-slide img {
	margin: 0 auto;
}
@media screen and (max-width: 415px) {
	.why-slider__icons .slick-slide img {
		width: 40%;
		text-align: center;
	}
	.why-slider__icons p {
		text-align: center;
	}
	#news .why-slider__icons .slick-slide {
		border: 1px solid #f4f4f4;
		border-radius: 7px;
	}
}

.pageContent ul li {
	margin: 0 0 5px;
	/*padding-left: 15px;*/
	position: relative;
	text-align: left;
}

.jq-selectbox ul li:before {
	position: absolute;
	/* content: ''; */
	width: 15px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 13px;
}
.slick-arrow,
.fas {
	line-height: 40px !important;
}

.close-btn {
	right: 0px;
	top: 0px;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 36px;
	margin: 0;
	padding: 6px;
	position: absolute;
	width: 36px;
	z-index: 10;
	box-sizing: content-box;
}
.close-btn svg {
	fill: transparent;
	opacity: 0.8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke 0.1s;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

#itemleft1 {
	left: 0;
	right: auto;
}

#itemleft5 {
	left: -204px;
}

#itemleft7 {
	left: -268px;
}

#itemleft9 {
	left: -537px;
}

#itemleft11 {
	left: -522px;
}

.top-dealer .position-angle {
	position: absolute;
}

.top-dealer .position-link {
	margin-left: 40px;
}

.choose-diler--phone {
	margin-top: 10px;
}

@media screen and (max-width: 1190px) {
	.custom-choise {
		float: right;
		text-decoration: #3b3b3b underline;
	}

	.top-dealer2,
	.phone2 {
		margin-left: 23px;
		display: block;
	}
	.mobileDealerInfo2 .first-item.top-dealer2 {
		margin-top: 7px;
		display: block;
	}
	.custom-choise {
		display: block;
	}
	.headerTopLine .phone {
		display: none;
	}
}
@media screen and (min-width: 1191px) {
	.top-dealer2,
	.phone2 {
		display: none;
	}
	.mobileDealerInfo2 .first-item,
	.custom-choise {
		display: none;
	}
	.headerTop {
		display: block;
	}
	.headerTopLine {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 9999;
		background: #fff;
	}
	.headerTop {
		margin-top: 42px;
	}
	#bx-panel {
		top: 42px;
	}
}

@media screen and (max-width: 1191px) {
	.headerTop {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.top-dealer2.second-item {
		font-size: 12px;
		line-height: 1.5;
	}
	.phone2,
	.custom-choise,
	.top-location {
		font-size: 14px;
	}

	.mobileDealerInfo2 .first-item.top-dealer2 {
		margin-top: 8px;
	}
	.headerTopLine {
		padding: 10px 0;
	}
	main {
		margin-top: 0px;
	}
	body header {
		height: fit-content;
	}
	.second-item {
		margin-top: 3px;
	}
	#slider.max-height {
		margin-top: 0;
	}
	#slider.min-height {
		margin-top: 0;
	}
}
.headerTopLine a.moreDelears,
.headerTopLine .top-dealer.moreDelears a {
	font-weight: 500;
	color: #58a0ce;
	text-decoration: underline;
}

a.no-decor {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}

.input select {
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color: #313131;
	background-color: #e9e9e9;
	border-radius: 5px;
	font-size: 16px;
	line-height: 19px;
	border: 1px solid transparent;
	outline: none;
	font-weight: normal;
	margin-bottom: 0 !important;
}

.input input[list]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

input[type="text"].input-city {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.86 15.1841L11.9718 11.2958C13.0148 10.0967 13.6463 8.53216 13.6463 6.82217C13.6463 3.05811 10.5847 0 6.82414 0C3.06001 0 0.00195312 3.06166 0.00195312 6.82217C0.00195312 10.5827 3.06362 13.6443 6.82414 13.6443C8.5341 13.6443 10.0986 13.0129 11.2977 11.9699L15.186 15.8581C15.2783 15.9504 15.4024 16 15.523 16C15.6436 16 15.7678 15.9539 15.86 15.8581C16.0445 15.6736 16.0445 15.3685 15.86 15.1841ZM0.956235 6.82217C0.956235 3.5867 3.58863 0.957855 6.82056 0.957855C10.0561 0.957855 12.6849 3.59024 12.6849 6.82217C12.6849 10.0541 10.0561 12.69 6.82056 12.69C3.5886 12.69 0.956235 10.0577 0.956235 6.82217Z' fill='%23848484'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 18px center;
	background-size: 16px;
	padding-left: 47px;
}

.order-info__message {
	position: relative;
	margin: 6px 0 16px 0;
	padding: 11px 11px 11px 35px;
	background-color: rgba(255, 195, 62, 0.05);
	font-size: 15px;
	line-height: 133%;
}

.order-info__message::before {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 16px;
	height: 16px;
	content: url(/bitrix/templates/baltmotors/./assets/img/icons/message.svg);
}

.dealer-list {
	margin: 16px 0;
}

.dealer-list h4 {
	font-weight: 400;
	font-size: 16px;
	color: #8c8c8c;
	margin: 0 0 12px 0;
}

.dealer-list__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealer-list__list li {
	padding: 0 !important;
	margin: 0;
}

.dealer-list__list li + li {
	margin-top: 19px;
}

.dealer-list__list li label span {
	font-weight: 500;
	font-size: 16px;
	color: #313131;
}

.dealer-list__list li label p {
	font-weight: 400;
	font-size: 14px;
	line-height: 157%;
	color: #313131;
	margin: 0;
	padding-left: 29px;
}

.custom-radio > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-radio > span {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.custom-radio > span::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #8c8c8c;
	border-radius: 5px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
	border-color: #000;
}

.custom-radio > input:not(:disabled):active + span::before {
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-radio > input:checked + span::before {
	border-color: #ffc33e;
	background-color: #ffc33e;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

.custom-radio > input:disabled + span::before {
	background-color: #e9ecef;
}


.input-sms-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.input-sms-code__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-sms-code__group input::-webkit-outer-spin-button,
.input-sms-code__group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-sms-code__group input[type=number] {
  width: 120px;
  height: 39px;
  padding: 5px;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background-color: #e9e9e9;
  letter-spacing: 3px;
}

.input-sms-code__group input + input {
  margin-left: 9px;
}

.input-sms-code__hr {
  align-self: center;
  width: 10px;
  margin: 3px 7px;
  border-top: 1px solid #000;
  -ms-flex-item-align: center;
}

.input-sms-code__link {
  text-decoration: none;
  color: #878787;
  font-size: 16px;
  font-weight: 400;
}

.modal-container .button {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.modal-container .button:hover {
  color: #fff;
  background-color: #4e81aa;
}

.modal-container .button__round {
  padding: 16px 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  border: none;
  border-radius: 50px;
  background-color: #ffc33e;
  font-size: 16px;
  font-size: 15px;
  font-weight: 500;
}

/* ----- Модальное окно ----- */

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  --transition-time: 0.3s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}

.modal-container {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 550px;
  margin: 50px auto;
  padding: 50px 60px 20px 60px;
  cursor: default;
  border-radius: 5px;
  background-color: #fff;
}

.modal-content--center {
  text-align: center;
}

.modal-content__title {
  display: block;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 400;
}

.modal-content__description {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.modal-content__description p + p {
  margin-top: 20px;
}

.modal-content__description strong {
  display: block;
}

.modal-content__button {
  margin-bottom: 30px;
}

.modal-content__footer {
  margin-top: 40px;
}

.modal-content .input-sms-code {
  margin-bottom: 34px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0;
  background: 0 0;
}

.modal-close:after,
.modal-close:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 24px;
  margin: 0 auto;
  content: "";
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  background-color: #8c8c8c;
}

.modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
  background-color: #000;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-effect--1 .modal-container {
  -webkit-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
  transition: all var(--transition-time);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.modal-effect--1.open .modal-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .modal-container {
    max-width: 95%;
    margin: 10px auto;
    padding: 30px;
  }
}

.modal-container .fancybox-close-small
{
	display:none;
}

.callStep2
{
	display:none;
}

.input-sms-code__group input[type="number"] 
{
	-moz-appearance: textfield;
}

.input-sms-code__group input[type="number"]::-webkit-outer-spin-button,
.input-sms-code__group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-sms-code__link.hid
{
	display:none;
}

@media(max-width: 1200px) {
	.mobile-auth {
		width: 35px;
		display: table-cell;
    	vertical-align: middle;
	}

	.mobile-auth a {
		padding: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.input-sms-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.input-sms-code__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-sms-code__info {
	display: block;
	margin-top: -14px;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 5px;
	background-color: rgba(255, 195, 62, 0.2);
	padding: 12px 5px;
	text-align: center;
}

.input-sms-code__group input::-webkit-outer-spin-button,
.input-sms-code__group input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.input-sms-code__group input[type="number"] {
	height: 39px;
	padding: 5px;
	text-align: center;
	border: 0;
	border-radius: 5px;
	background-color: #e9e9e9;
	box-sizing: border-box;
	font-size: 16px;
}

.input-sms-code__group input + input {
	margin-left: 9px;
}

.input-sms-code__hr {
	align-self: center;
	width: 10px;
	margin: 3px 7px;
	border-top: 1px solid #000;
	-ms-flex-item-align: center;
}

.input-sms-code__link {
	text-decoration: none;
	color: #878787;
	font-size: 16px;
	font-weight: 400;
}

.button {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.button:hover {
	color: #fff;
	background-color: #4e81aa;
}

.button__round {
	padding: 16px 40px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #000;
	border: none;
	border-radius: 50px;
	background-color: #ffc33e;
	line-height: 17px;
	font-size: 16px;
	font-size: 15px;
	font-weight: 400 !important;
}
body .slick-arrow{
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}


#loanForm_box{
	padding: 24px;
	border-radius: 5px;
}
.custom_form{
	margin-top: 20px;
}
.custom_form .input input,
.custom_form .input textarea{
	border-radius: 5px;
	margin: 10px 0;
}
.custom_form .jq-checkbox,
.custom_form .jq-checkbox-my {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #ffffff;
    background: #ffffff;
    border: 1px solid rgba(59, 50, 95, 0.1);
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}
.custom_form .agreement .jq-checkbox__div,
.custom_form .agreement .jq-checkbox-my__div {
	background-image: url(/bitrix/templates/baltmotors/components/reshenie/iblock.form/form_additional/img/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	transition: 0.11s ease-in;
	height: 15px;
	width: 13px;
	border-radius: 3px;
	margin: 0;
	opacity: 0;
}
.custom_form .agreement input[type="checkbox"]{
	position: absolute; z-index: -1; opacity: 0; margin: 0px; padding: 0px;
}
.custom_form .jq-checkbox.checked,
.custom_form .jq-checkbox-my.checked {
    border-color: transparent;
    background-color: #ffc33e;
}
.custom_form .jq-checkbox-my.checked .jq-checkbox-my__div,
.custom_form .jq-checkbox.checked .jq-checkbox__div{
	opacity: 1;
}
.custom_form .error{
	border: 1px solid rgb(147, 19, 19);
}
.custom_form input[type="submit"]{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 25px 60px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 43px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border: 0;
    text-decoration: none;
    background: rgba(254, 224, 132, 1);
    background: -moz-linear-gradient( top, rgba(254, 224, 132, 1) 0%, rgba(255, 184, 6, 1) 100% );
    background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(254, 224, 132, 1)), color-stop(100%, rgba(255, 184, 6, 1)) );
    background: -webkit-linear-gradient( top, rgba(254, 224, 132, 1) 0%, rgba(255, 184, 6, 1) 100% );
    background: -o-linear-gradient( top, rgba(254, 224, 132, 1) 0%, rgba(255, 184, 6, 1) 100% );
    background: -ms-linear-gradient( top, rgba(254, 224, 132, 1) 0%, rgba(255, 184, 6, 1) 100% );
    background: linear-gradient( to bottom, rgba(254, 224, 132, 1) 0%, rgba(255, 184, 6, 1) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee084', endColorstr='#ffb806', GradientType=0 );
    outline: none;
    cursor: pointer;
    position: relative;
    color: #454545;
    text-shadow: 0 2px 0 rgb(255 255 255 / 20%);
    box-shadow: inset 0 0 7px rgb(255 255 255 / 70%);
    margin: 30px 0 0;
}
.custom_form .field{
	max-width: 467px;
}
.custom_form .file_upload .file-load-img{
	display: none;
}
.custom_form .file-selectdialog .file-extended .file-selector {
	color: #454545;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 6px 4px 4px 4px;
	margin: 28px 0 10px;
}
.custom_form .file-selectdialog .file-extended .file-selector:hover {
	border: none;
    outline: 2px dashed #d4dde1;
    padding: 6px 4px 4px 4px;
}
.custom_form .file-selectdialog{
	background-color: #f0f0f0;
}
.custom_form .file-selectdialog .file-extended .file-uploader{
	color: #58a0ce;
}
.custom_form .file-placeholder .files-list td {
	border: none;
	box-shadow: none;
}
.custom_form .file-selectdialog .file-label{
	font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #454545;
    font-weight: 500;
}
#file-selectdialogswitcher-mfiPASSPORT > span{
	display: none;
}
body table.pt10 tr td,
body table.pt10 tr th{
	font-size: 11pt !important;
}


.ft-img-wrap{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.feature-box2 .ft-img-wrap{
	max-width: 1000px;
}
.feature-box5 .ft-img-wrap{
	max-width: 1000px;
}
.feature-box6 .ft-img-wrap{
	max-width: 1000px;
}
.ft-img-base{
	width: 100%;
}
.ft-img-maket{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: .5;
    height: auto;
    width: 1000px;
    filter: grayscale(1);
}
.ft-point, .ft-point2, .ft-point3, .ft-point4, .ft-point5, .ft-point6{
	color: #000 !important;
    background-color: #fdcb0d;
    position: absolute;
    z-index: 4;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 8px 1px 6px;
    border-radius: 50%;
    opacity: .8;
    transition: .3s;
    cursor: pointer;
    width: 30px;
    text-align: center;
	display: block;
	text-decoration: none !important;
}
.ft-vector{
    width: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
    background-color: #fdcb0d;
    transform: translate(0, -50%) scale(1, 0);
    transition: .3s;
}
.ft-point:hover, .ft-point2:hover, .ft-point3:hover, .ft-point4:hover, .ft-point5:hover, .ft-point6:hover{
	transform: scale(1.2, 1.2);
	opacity: 1;
}
.ft-point.on .ft-vector,
.ft-point2.on .ft-vector,
.ft-point3.on .ft-vector,
.ft-point4.on .ft-vector,
.ft-point5.on .ft-vector,
.ft-point6.on .ft-vector{
	transform: translate(0, 0) scale(1, 1);
}
.ft-description{
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	position: absolute;
	bottom: -20%;
	left: 0;
	z-index: 999;
	background-color: #f0f0f0;
	border: 2px solid #fdcb0d;
	width: 100%;
	box-sizing: border-box;
	transform: scale(1,0);
	transition: .3s;
	box-shadow: 4px 4px 20px rgb(0 0 0 / 80%);
}
.feature-box3 .ft-description{
	bottom: -28%;
}
.feature-box4 .ft-description{
	bottom: -28%;
}
.feature-box5 .ft-description{
	bottom: -28%;
}
.feature-box6 .ft-description{
	bottom: -28%;
}
.ft-description.open{
	transform: scale(1,1);
}
.ft-description img{
	width: 35%;
	
}
.ft-description .ft-text{
    padding: 8px;
    font-size: 20px;
    line-height: 22px;
	display: flex;
	align-items: center;
}
#videoItem {
	display: flex;
	justify-content: space-between;
	gap: 10px;
    flex-wrap: wrap;
}
#videoItem .videoBox{
	width: calc(50% - 10px);
}
#videoItem .videoBox iframe{
	width: 100%;
}
.test-kn{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	display: block;
}
.select-city__dropdown-wrap{
	margin-top: 10px;
}

[class^="pseudoHeight_"] {
	display: none !important;
  }
[class^="jivoMouseTrack_"] {
	display: none !important;
}

.items-in-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
}
#contentTxt .catItem.z-minus,
.z-minus{
	position: relative;
	z-index: -1;
}

@media screen and (max-width: 1599px) {
	.fancybox-slide--html .fancybox-content {
		margin-top: 36px !important;
	}
	.feature-box,
	.feature-box2,
	.feature-box3,
	.feature-box4,
	.feature-box5,
	.feature-box6{
		transform: scale(0.7);
		margin-top: -18vh;
		margin-bottom: -15vh;
	}
}
@media screen and (max-width: 736px) {
	.pageContent table th, .pageContent table td {
		display: table-cell !important;
	}
	.bm-mob-scroll{
		overflow-x: auto;
	}

	.feature-box,
	.feature-box2,
	.feature-box3,
	.feature-box4,
	.feature-box5,
	.feature-box6{
		transform: scale(1);
		margin-top: 0;
		margin-bottom: 0;
	}

	.ft-point,
	.ft-point2,
	.ft-point3,
	.ft-point4,
	.ft-point5,
	.ft-point6{
		font-size: 12px;
		line-height: 13px;
		padding: 4px 1px 3px;
		width: 18px;
	}
	/*
	.ft-description,
	.feature-box3 .ft-description,
	.feature-box4 .ft-description {
		bottom: 0;
		flex-direction: column;
		position: fixed;
		z-index: 9999999999;
		-webkit-backface-visibility: hidden;
	}*/
	.ft-description,
	.feature-box3 .ft-description,
	.feature-box4 .ft-description,
	.feature-box5 .ft-description,
	.feature-box6 .ft-description{
		top: 100%;
		bottom: auto;
		flex-direction: column;
		position: fixed;
		z-index: 9999999999;
		box-shadow: 4px 4px 20px rgb(0 0 0 / 80%);
	}
	
	#contentTxt .catItem.z-minus,
	.z-minus{
		position: relative;
		z-index: -1;
	}
	



	.ft-description img {
		width: 100%;
	}
	.ft-vector{
		display: none !important;
	}
	.ft-point:hover,
	.ft-point2:hover,
	.ft-point3:hover,
	.ft-point4:hover,
	.ft-point5:hover,
	.ft-point6:hover{
		transform: scale(1.3, 1.3);
		opacity: 1;
	}

	#videoItem .videoBox{
		width: 100%;
	}
}



.fa,
.fab,
.fal,
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1.9;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}








        .note-owl-carousel { text-align: center; }
        .note-owl-carousel h4,         .note-owl-carousel .h4 { text-align: center; }
        .owl-carousel .owl-item img {
              display: block;
              width: 50%!Important;
              margin: 0 auto;
        }
	.why-slider .slick-slide {
	border: 1px solid #f4f4f4;
	border-radius: 7px;
}
.why-slider__text, .why-slider__img {
	display: inline-block!important;	
}
.why-slider__img {
	box-sizing: border-box;
	width: 50%;
	border-radius: 7px;
}
.why-slider__text {
	box-sizing: border-box;
	width: 47%;
	text-align: left;
	padding: 40px 60px;
	vertical-align: top;
}
.why-slider__text span {
	font-weight: 800;
	font-size: 80px;
	color: #7c7c7c;
}
@media screen and (max-width: 1190px) {
	.slick-slide .why-slider__img {
	    width: 50%;
	    height: auto;
	}
}
@media screen and (max-width: 960px) {
	.why-slider__text {
		display: block!important;
	    width: 60%;
	    text-align: justify;
	    padding: 30px;
	    margin: 0 auto;
	}
	.slick-slide .why-slider__img {
           display: block!important;
	    width: 60%;
	    height: auto;
	    margin: 0 auto;
	}
}
@media screen and (max-width: 415px){
	.why-slider__text{
             font-size: 14px;
             line-height: 16px;
             padding: 20px 0px 10px;
             width: 70%;
             margin: 0 auto 0px;
	}
       .owl-carousel .owl-item img {
              display: block;
              width: 40%!Important;
              margin: 0 auto;
        }
	.slick-slide .why-slider__img {
	    width: 70%;
	    height: auto;
	    margin: 0 auto;
	}
        .why-slider__text span {
	     font-weight: 800;
	     font-size: 60px;
	     color: #7c7c7c;
         }
}







.slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.slide h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 23;
}
.slide p {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
}
.slide .item {
    display: block !important;
    box-sizing: border-box;
    padding: 0 10px;
}

.item {
    display: block !important;
}

.inside {
width: 1000px;
}
@media screen and (min-width: 920px){
	jdiv.root_d069{
		display: none !important;
	}

	.label_bc16:hover jdiv.root_d069{
		display: block !important;
	}
}

@media screen and (max-width: 415px){
.inside {
width: 100%;
}
}
/* End */
/* /bitrix/templates/baltmotors/components/sotbit/regions.choose/origami_combine/style.css?164500202011953 */
/* /bitrix/templates/baltmotors/components/bitrix/menu/menu-top/style.css?1645002020581 */
/* /bitrix/templates/baltmotors/components/bitrix/search.title/search/style.css?16450020202108 */
/* /bitrix/templates/baltmotors/components/bitrix/menu/menu/style.css?1645002020581 */
/* /bitrix/templates/baltmotors/components/bitrix/menu/menu-mobile/style.css?1645002020581 */
/* /bitrix/templates/baltmotors/components/bitrix/news.list/slider/style.css?16582346761012 */
/* /bitrix/templates/baltmotors/components/bxmaker/bxmaker.modal/new2/style.css?16776640955160 */
/* /bitrix/templates/baltmotors/components/bxmaker/authuserphone.simple/new2/style.css?1677844840905 */
/* /bitrix/templates/baltmotors/css/slick.css?16450020201727 */
/* /bitrix/templates/baltmotors/css/jquery.fancybox.css?164500202018086 */
/* /bitrix/templates/baltmotors/css/dopelessRotate.css?16450020209750 */
/* /bitrix/templates/baltmotors/css/jquery.formstyler.css?164500202012047 */
/* /bitrix/templates/baltmotors/styles.css?16450020206245 */
/* /bitrix/templates/baltmotors/template_styles.css?168931708282213 */
