.third-section-list-item span:after {
	left: 55px;
}

.logo span {
	padding-right: 53px;
}

.first-left-info--custom {
	text-align: right;
}

.first-left-info--custom ul li {
	padding-right: 14px;
	padding-left: 0;
}

.first-left-info--custom ul li:before {
	content: none;
}

.first-left-info--custom ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eb4244;
}

.fifth-list ul li:before {
	content: none;
}

.fifth-list ul li:after {
	content: '';
    position: absolute;
    top: 7px;
    right: 3px;
    width: 10px;
    height: 8px;
    background: url(../images/check.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.fifth-list ul li {
	padding-right: 23px;
}

.input-field label:not(.label-check) {
	left: 100%;
    margin-left: 30px;
	right: unset;
    margin-right: unset;
}

@media only screen and (max-width: 599px){
	.logo span {
		padding-right: 97px;
		text-align: right;
	}
}