

/* Start:/bitrix/templates/dresscodeV2/css/delivery.css?17642406951949*/

.tabs-links {
    margin-bottom: 40px;
}
.flex> .tab-dostavka {
    width: 16%;
    border: 1px solid #e9edf0;
    text-align: center;
    padding: 20px;
}
.tab-dostavka.active {
    border: 1px solid #e20074;
}
.tab-dostavka:hover {
    border: 1px solid #e20074;
    cursor: pointer;
    transition: 0.3s;
}
.tab-dostavka img {
    height: 100px;
}
.active .h3 {
    font-family: "robotomedium";
}
.flex .flex-item {
    border: none;
}
#mechanic .flex-item {
    width: 50%;
    padding: 0;

    overflow: hidden;
    flex-grow: 3;
}
#mechanic .flex-item table {
    width: 100%;
    border-collapse: collapse;
}
#mechanic .flex-item:first-child {
    border-right: 2px solid #cdcdcd;
}
#mechanic .flex-item tr:first-child td {
    border-bottom: 2px solid #cdcdcd;
}
#mechanic .flex-item tr td {
    padding: 10px 5%;
}
#mechanic .flex-item:nth-child(odd) tr:first-child td::before {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 200px;*/
    border-right: 2px solid #cdcdcd;
    content: "";
    width: calc(100% - 2px);
}
@media screen and (max-width: 1023px) {
    #mechanic .flex-item:first-child {
        border-right: none;
        border-bottom: 2px solid #cdcdcd!important;
    }
    #mechanic .flex-item {
        width: 100%;
    }
    #mechanic .flex-item:nth-child(odd) tr:first-child td::before {
        display: none;
    }
    #mechanic .flex-item tr:first-child td {
        border: none;
    }
    #mechanic .flex-item:first-child {
        border-bottom: 2px solid #cdcdcd!important;
    }
    .flex> .tab-dostavka {
        width: 40%!important;
        margin-bottom: 20px;
    }
    .tab-dostavka img {
        height: 80px;
    }
}
@media screen and (max-width: 750px) {
    .flex> .tab-dostavka {
        padding: 20px 10px 10px 10px;
    }
    .tab-dostavka img {
        height: 50px;
    }
    .tab-dostavka .h3 {
        font-size: 15px;
    }
    .tabs-links {
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16950640131686*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */
/* /bitrix/templates/dresscodeV2/css/delivery.css?17642406951949 */
/* /bitrix/templates/dresscodeV2/components/bitrix/menu/personal/style.css?16950640131686 */
