img
{
	max-width: 100%;
	height: auto;
}
iframe
{
	max-width: 100%;
	height: auto;
    min-height: 315px;
}
.card-inner__text iframe
{
	min-height: 315px;
	max-width: 700px;
	margin: auto;
	display: block;
}
img[data-src] {
  opacity: 0;
}
.root_calc
{
	margin-bottom:20px;
}

@media screen and (min-width: 1600px) {
.head__accent-phone {
    margin: 0 30px 0 auto;
}
}

.made-in img{ filter: grayscale(100%);    opacity: 0.6;}
.made-in img:hover{ filter: grayscale(0);    opacity: 1}

.card-inner__back
{
	margin-top: 10px;
}



#mobile_button_on_serv
{
	display:none;
	justify-content: center;
    align-items: center;
}



.upakovka{
    width: 100%;
  
}
.upakovka>div{
    margin-bottom: 50px;
}

.upakovka .title_upakovka{
    text-align: center;
    font-family: 'GothamPro-Bold',sans-serif;
    font-size: 20px;
}
.upakovka .item_upakovka{
    display: flex;
    justify-content: space-around;
}
.upakovka .item_upakovka .title_upakovka{}
.upakovka .item_upakovka>div{
    text-align: center;
    max-width: 300px;
    text-align: left;
    width: 300px;
}
.upakovka .item_upakovka img{
    display: block;
    margin: 0 auto;
}


@media screen and (max-width: 600px) {
.upakovka .item_upakovka{flex-direction: column;}
.upakovka .item_upakovka>div{width: auto;}
}


.head_slider_ img{width:100%}

.btn_oplata{  margin: 0 12px 4px; width: auto;  height: 38px;  padding: 0 20px;  font-size: 12px; font-weight: 400; background: #137DD4; border-radius: 6px; font-family: 'GothamPro-Regular',sans-serif;}
@media screen and (max-width: 780px) {
	.btn_oplata{display:none}
	.mobile-menu__menu .btn_oplata{display:block}

	#desctop_button_on_serv{display:none}
	#mobile_button_on_serv{display:flex;}
}

/*.btn_oplata{display:none !important}*/


.orange_brd{border: 4px solid #fa4e2b;
    border-radius: 5px;}

	.altasib_geobase_link .altasib_geobase_link_city{max-width:120px;}


    

/*vip*/
.vip-title span:after {
    background-image: url(img/svg/shape-white.svg);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 102px;
    background-position-y: -17px;
    height: 17px;
    background-size: cover;
}    
.vip-title{
    color: white;
    margin-bottom: 40px;
}
.vip-title span{
    position: relative;
}

.text-vip-pereezd
{
    background-color: white;
    padding: 35px;
    font-size: 17px;
    font-family: 'GothamPro-Light',sans-serif;
    line-height: 24px;
    color: #3f4656;
    width: 90%;
    margin: auto;
}
.text-vip-pereezd p
{
    margin-bottom: 10px;
}
.text-vip-pereezd ul
{
    margin-left: 40px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-vip-pereezd li
{
    color: #3f4656; 
    margin-bottom: 5px;
}
.text-vip-pereezd li:before
{
    background-color: #55adf6;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: -20px;
    position: absolute;

}
.container-in-vip
{
    background-color: white;
    width: 86%;
    padding: 10px 40px;
}
.container-in-vip p
{
    color: #343434;
}






.upakovka .item_upakovka .title_upakovka {
    height: 48px;
}
.flex-block-2
{
	display: flex;
	flex-wrap: wrap;
}

.flex-item
{
	width: 50%;
}
.flex-item img
{
	width: 80%;
	object-fit: contain;
}
.mgT-150
{
margin-top: -100px;
}
@media screen and (max-width:780px) {
	.flex-item
{
	width: 100%;
	margin: 0px;
}
.mgT-150
{
margin-top: 0px;
}

}
.title_upakovka{margin-bottom:20px;}
.b-italic{font-style:italic;}

/*популярные товары характеристики авто*/
.properties-auto-pop
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
}
.properties-auto-pop>div
{
    width: 100%;
    display: flex;   
    justify-content: space-between;
}
.properties-auto-pop-line
{
    border-bottom: 1px dashed black;
    flex-grow: 100;
}
.properties-auto-pop-item
{
    flex-grow: 1;
}


/*Вызов эвакуатора*/
.help_price table td
{
    width: 10%;
    text-align: center;
}
.help_price table td:nth-child(1)
{
    width: 60%;
    text-align: left;
}
.help_price-msk table td:nth-child(2)
{
    font-weight: bold;
}
@media screen and (max-width: 800px) {
  .help_price table thead {
    display: none;
  }
  .help_price table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  .help_price table td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .help_price table td:nth-child(1)
    {
    width: 100%;
    text-align: center;
    }
  .help_price table td:before {
    content: attr(aria-label);
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  .help_price table td:after {
    content: attr(label-hour);
    font-weight: bold;
    display: block;
    font-size: 22px;
    margin-top: 5px;
    color: #148aec;
  }
  .help_price table td button{
    display: none;
  }
  
  .help_price table td .sale{
    font-weight: bold;
    font-size: 29px;
  }
} 

/*стиль рекапчи в футере*/
.recaptcha-text
{
    font-size: 12px;
    color: #acacbc;
}
@media screen and (max-width: 600px){
    .recaptcha-text
{
    margin-bottom: 12px;
}
}




/*стили для страницы контактов*/
.contacts-panel
{
    max-height: 570px;
    overflow: auto;
}

.filials-list
{
    display: none; 
}
.contacts-type:hover>li>ul
{
    display: block;
    position: absolute;
    background-color: white;
    padding-bottom: 20px;
    max-width: 350px;
    padding-top: 20px;
    margin-top: -20px;
    padding-left: 10px;
    margin-left: -10px;
    box-shadow: 0px 0px 20px 0px #0000015a;
}

.contact_all_cities_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_all_cities_list .contact_list
{
    max-width: 400px;
    padding: 20px;
    margin: 5px;
    border: 2px solid #e5e5e5;
}
.services-inner__img_ver2 iframe
{
    width: 100%;
    height: 100%;
}


/*прелоадер*/

#load-wrapper
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#load-wrapper img
{
    position: absolute;
    right: 30%;
    animation: loadercar1 2s infinite ease-in-out;
    z-index: 99999;
}

@keyframes loadercar1 {
    0%{transform: translateX(130%);}
    100%{transform: translateX(-250%);}
}


/*форма в услугах*/

.contact-form-in-services
{
    width: 80%;
    margin: 0px auto 30px;
    background: white;
    padding: 50px;
    box-shadow: 1px 1px 20px #cecece;
}

.contact-form-in-services h2
{
    margin-bottom: 15px;
}

.flex
{
    display: flex;
    margin: 20px 0px;
}

.flex .form__group_input
{
    margin-right: 20px;
    width: 50%;
}

.flex .form__group_input input
{
    width: 100%;
}

.contact-form-in-services button[type="submit"]
{
    display: block;
    margin-left: auto;
}

@media screen and (max-width:1000px) {
    .contact-form-in-services{width:100%;padding:30px;}
    .contact-form-in-services .custom-checkbox.custom-checkbox_flex{margin-bottom:20px;}
}
@media screen and (max-width: 780px){
    .flex{flex-direction: column;}
    .flex .form__group_input{margin-bottom: 20px; width: 100%;}

    .car-type__img img{max-width:100%;}
}

/*таблицы цен в услугах*/
.table_another_price
    {
        font-family: 'GothamPro-Light',sans-serif;
    }
.table_another_price table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.table_another_price table td,
.table_another_price table th {
    border: 1px solid rgba(115, 133, 145, 0.4);
}

.table_another_price table th {
    white-space: normal;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: #555;
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #14242E;
    text-align: center;
}

.table_another_price table td {
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: center;
}

.table_another_price table td:first-child {
    min-width: 200px;
}

.table_another_price table tr:hover td {
    background-color: #dbe0e9;
}
.table_price_zag
{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.table_another_price table td.table_another_price_beznal
{
    background: #eb581d;
    color: #fff;
    font-weight: bold;
}

.table_another_price table td.table_another_price_nal
{
    background: #2f5496;
    color: #fff;
    font-weight: bold;
}

.table_another_price table td.table_another_price_beznal span
{
    font-weight: normal;
}

.table_another_price table td.table_another_price_nal span
{
    font-weight: normal;
}

.table_another_price table td.table_another_price_nal:hover
{
    background: #2f5496;
}
.table_another_price table td.table_another_price_beznal:hover
{
    background: #eb581d;
}

@media screen and (max-width: 800px) {
  .table_another_price table thead {
    display: none;
  }
  .table_another_price table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  .table_another_price table td {
    display: block;
    text-align: center;
  }
  .table_another_price table td:before {
    content: attr(aria-label);
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
} 


/*holidays block*/
.holidays
{
    height: 160px;
    position: absolute;
}

.left-holiday
{
    left: 0;
}

.right-holiday
{
    right: 0;
}

.two-left-holiday
{
    left: 140px;
}


/*Калькулятор*/
.swiper-container
{
	z-index: 0;
}
/* .MuiGrid-item
{
    z-index:1;
}
.MuiGrid-item:first-child
{
	z-index:2;
} */
/* .jss114, .jss49
{
	background: #2170b3 !important;
}
.jss28.jss38, .MuiButton-containedPrimary
{
	background-color:#148aec !important;
}
.jss137
{
	background: #f4620d !important;
}
.jss99, .jss63, .MuiSvgIcon-colorPrimary, .jss133, .jss271, .jss112, .jss275, .MuiTypography-textButtonUltraSmall
{
	color: #2170b3 !important;
}
.jss55, .jss269:hover, .MuiButtonBase-root:hover
{
	border-color: #2170b3 !important;
}

.jss331 .jss328, .jss137, .jss418
{
	color: white !important;
}
.jss62.jss63 path
{
	fill: #2170b3 !important;
}

.MuiButtonBase-root
{
	border-color: #dae2f1 !important;
}
.jss82
{
	color: #002465 !important;
} */

.jss95
{
	background-color:#148aec !important;
}

.jss93,
.jss293 {
    color: #002465 !important;
}

.jss36 {
    border-color: #2170b3 !important;
}

.jss80,
.jss63,
.jss114 {
    color:#148aec !important;
}

.jss44 path {
    fill:#148aec !important;
}

.jss113,
.jss79,
.jss291 {
    border-color: #88c2f3 !important;
}

.jss79:hover,
.jss291:hover {
    border-color: #148aec !important;
}

.MuiIconButton-colorPrimary,
.MuiSvgIcon-colorPrimary {
    color: #148aec !important;
}

/* .jss30,
.MuiButton-containedPrimary {
    background-color:#148aec !important;
} */

/* .MuiTouchRipple-child {
    background-color: #88c2f3 !important;
}

.jss165.Mui-disabled {
    background-color: #148aec !important;
}

.jss165,
.jss118,
.jss133.jss142 {
    color: #fff !important;
    background-color: #148aec !important;
}

.jss132:hover {
    background: #148aec !important;
    box-shadow: 0px 7px 20px rgb(20 138 236 / 60%) !important;
}

.jss133:hover {
    box-shadow: 0px 7px 20px rgb(20 138 236 / 60%) !important;
}

.jss311 .MuiGrid-item:hover .MuiGrid-root:before {
    border-color: #148aec !important;
}

.jss311 .MuiGrid-item:hover .MuiTypography-root {
    color: #148aec !important;
} */


@media screen and (max-width: 2150px) {
    .right-holiday{opacity:0.7;}
    .two-left-holiday{opacity:0;}
}
@media screen and (max-width: 1800px) {
    .right-holiday{opacity:0.5;}
    .left-holiday{opacity:0.5;}
}
@media screen and (max-width: 1540px) {
    .right-holiday{opacity:0.3;}
}
@media screen and (max-width: 1240px) {
    .holidays{height:69px;}
    .left-holiday{opacity:0.7;transform: rotate(0deg);}
    .right-holiday{opacity:0.3;}
    .two-left-holiday{opacity:0.8;left:300px;}
}
@media screen and (max-width: 780px) {
    .two-left-holiday{display:none;left:0;}

    .jss114{min-width: 0 !important; height: auto !important;}

    .morph-shape{width: 100%;} /*всплывающая форма*/
}
@media screen and (max-width: 480px) {
    .holidays{height:105px;}
    .left-holiday{opacity:0;}

    .contact_all_cities .white-panel__content{padding:0;}
}

.jss175 {
    display: none !important;
}

.jss178 {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
}

@keyframes jss180 {
  0% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
  50% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px -10px 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px -10px 0 0 #148aec;
  }
  100% {
    box-shadow: 9984px 0 0 0 #148aec, 9999px 0 0 0 #148aec, 10014px 0 0 0 #148aec;
  }
}


.main-video iframe{
    height: 600px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .main-video iframe{
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .main-video iframe{
        height: 400px;
    }
}

@media screen and (max-width: 575px) {
    .main-video iframe{
        height: 300px;
    }
}