.infos-fix .quote:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #464451;
    border-left: 15px solid transparent;
    margin-left: -38px;
    position: absolute;
}

.infos-fix .quote {
    background: #464451;
    padding: 16px 27px;
    color: #fff;
    border-radius: 10px;
    margin-top: 7px;
    font-size: 15px;
    font-style: italic;
}

.imgs {
    width: 98px;
    float: left;
}

.infos {
    margin-top: 10px;
    font-size: 15px;
    margin-left: 120px;
    font-style: italic;
    letter-spacing: 0;
}

.ant_f {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    cursor: text;
    display: block;
}
.ant_f:hover {
    text-decoration: none;
    color: #000;
}

.forms input {
    display: block;
    border: 1px solid #008644;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0;
    width: 100%;
    font-size: 16px;
}

.forms input::-webkit-input-placeholder {
    font-size: 16px;
}

.forms button {
    display: block;
    margin-top: 20px;
    background: #0090E3;
    border: 0;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
    cursor: pointer;
}

.forms button:disabled,
.forms button:disabled:hover {
    opacity: 0.5;
}

.forms button:hover {
    opacity: 0.8;
}

.iblock {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    font-size: 11px;
    font-style: normal;
}

.iblock img {
    width: 35px;
    height: 35px;
}

.iblock:first-child {
    padding-right: 10px;
}

/* AGREE CHECKBOX */

.agree-checkbox {
    position: relative;
    margin: 10px 0 20px 0;
    font-size: 12px;
    line-height: auto;
    width: auto;
    height: auto;
}

.agree-checkbox>input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.agree-checkbox a {
    color: #c03a2a;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.agree-checkbox a:hover {
    border-bottom: 1px solid;
}

.agree-checkbox>.agree-box {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/local/templates/monop/img/forms/chkbxbgform.png) no-repeat;
    border-radius: 2px;
    margin: 0 10px -5px 0;
}

.agree-checkbox>.agree-box>.agree-tick {
    position: absolute;
    left: 5px;
    top: -5px;
    width: 22px;
    height: 22px;
    /*border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
    background: url(/local/templates/monop/img/forms/chkbxactiveform.png) no-repeat;
    display: none;
}

.agree-checkbox>input:checked+.agree-box>.agree-tick {
    display: block;
}

.form-send {
    width: 378px;
    height: auto;
}

.form-send strong {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 0 40px;
    display: inline-block;
}

.form-send p {
    font-size: 14px;
    padding: 10px 40px 0 40px;
}

.form-send-fix {
    margin: 40px 0;
}

.social-icons {
    position: absolute;
    top: 273px;
    left: 61px;
    margin-right: 10px;
    margin-top: 10px;
}

.social-icons img {
    margin-right: 17px;
    cursor: pointer;
}

.social-icons img:hover {
    opacity: 0.8;
}

.social-icons img:last-child {
    margin-right: 0;
}
