/*@media (min-width: 992px){
	.flex-row {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
}
*/
/*.services{
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    justify-content: space-between;
}

@media (min-width: 992px){
	.services {
	    margin-bottom: 93px;
	}
}*/

.align-left {
    text-align: left;
}


.services__item:nth-child(3n+1) {
    padding-left: 0;
}

.services__item {
    flex: unset;
    text-decoration: none;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width: 640px){
	.services__item .section-heading--with-arrow {
	    background-size: 18px !important;
	    padding-left: 30px !important;
	}
}


@media (max-width: 640px){
	.services__item h3 {
	    font-size: 20px !important;
	}
}

h3.section-heading--with-arrow {
    font-family: "Oxygen-Bold";
    font-display: auto;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.11;
}

.services__item h3 {
    margin-bottom: 0;
}

h3.section-heading{
	font-weight: 900;
}

.section-heading--with-arrow {
    padding-left: 52px;
    background: url(../img/ic_arrow_right_grey.svg) 0 5px no-repeat;
}

.list--root-block {
    position: relative;
    padding-left: 0;
    padding-top: 3px;
}

.list--root-block:before {
    width: 6px !important;
    height: 100% !important;
}


.list--root-block:before {
    content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 16px;
	left: -27px;
	top: 4px;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
	background-color: var(--main-accent-dark-color);
}

.list--root-block li {
    font-display: auto;
    font-size: 20px;
    color: #000;
    font-weight: 200 !important;
    /*line-height: 1.1;*/
    margin-bottom: 8px;
    opacity: 0.7;
}


ul.list--root-block {
    list-style-type: none;
    /*padding-left: 27px;*/
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}



.tools-title{
	/*font-size: 20px;*/
	opacity: 0.8;
    /*text-transform: uppercase;*/
    font-weight: 900;
}
