/** Стили для шаблона contents_form.tpl */
.partner-footer-form {
    width: 92%;
}
.partner-footer-wrap {
    color: white;
    max-width: 750px;
}
.formt-input-label {
    color: #fff;
    /*color: #053a7e;*/
    font-family: Glober;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 21px;
    display: block;
}
.partner-footer-head {
    color: #fff;
    /*color: #053a7e;*/
    font-family: Glober;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 100px;
}
.partner-footer-head-1 {
    /*color: white;*/
    color: #fff;
    font-family: Glober;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top: 120px;
}
.partner-footer-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.form-left, .form-right {
    width: 50%;
    padding-right: 2%;
}

.container_full .partner-footer-wrap a {
    /*color: #053a7e;*/
	color:#fff;
}

.container_full .partner-footer-wrap .detail_info {
    margin-top: 10px;
    color: #fff;
}

.partner-form-input input,.partner-form-input textarea {
    /*border: solid 1px #053a7e;*/
    border: solid 1px #cccccc;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    /*background-color: #e69516;*/
    background-color: #fff;
    margin-top: 10px;
    /*color: white;*/
    color: #000;
}

.partner-form-input input:hover,.partner-form-input textarea:hover, .partner-form-input input:focus,.partner-form-input textarea:focus {
    /*border: solid 1px #053a7e;*/
	border: solid 1px #ef9b17;
    /*border: 0;*/
    /*background-color: #ef9b17;*/
}
.partner-form-input textarea  {
    height: 140px;
}
.partner-form-input button  {
    margin-top: 15%;
    /*background: #053a7e;*/
    background: rgb(241,94,25);
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    color: white;
    border: 0;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}
.partner-form-input button:hover {
    /*background: linear-gradient(180deg, rgba(241,94,25,1) 180%, rgba(252,115,3,1) 70%);*/
    cursor: pointer;
}
.form-checkbox {
    margin-top: 10%;
    display: block;
}
.form-checkbox a {
    color: white;
    text-decoration: underline;
}
.form-checkbox input {
    display: none;
}
.form-checkbox:hover {
    opacity: 0.95;
    cursor: pointer;
}
.form-checkbox em {
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAAXNSR0IB2cksfwAAABtQTFRFAAAA////////////////////////////////600+wgAAAAl0Uk5TABCP3//PkODQUx0+fwAAADRJREFUeJxjYFR2AQMjAQZRFygIZEiBMd0YSmBMZwYXOBg4Jtw57siOlIAxGxkY0yGsMgEAceA06hhQgfgAAAAASUVORK5CYII=) 0 0 no-repeat;
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
}

.form-checkbox span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.form-checkbox input:checked+em:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAIBAMAAADdFhi7AAAAAXNSR0IB2cksfwAAADBQTFRFAAAA+6MY/KMW+qMW+6MX+6MX+6MX+qUV+6MX+qQX+6MX+6MX+6MX+6MX+6MX/KIYp5BH/AAAABB0Uk5TAIBQoP/Q8DC/cO+y8tb+SrR8qpoAAAAxSURBVHicY2AAAkYFEMlgEgAimd0KGDQKGEzSGRimLAdxGJi9tqSD5X0KQBTveyABALZAB9o9CAxBAAAAAElFTkSuQmCC');
    position: absolute;
    top: 6px;
    left: 4px;
}

/**************************************/

.partner-footer {
    background: url(/images/fronted_new/partner-background-call-back-small.jpg) 0 0 no-repeat;
    /*background: url(/images/fronted_new/promo-NY-background-call-back-small-80.jpg) 0 0 no-repeat;*/
    max-width: 1400px;
    width: 100%;
    height: 706px;
}

.partner-list {
    list-style: none;
    margin-top: 25px;
}
.partner-list li {
    background: url(/images/fronted_new/partner-list.png) 0 6px no-repeat;
    padding-left: 35px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.partner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    color: #4b5459;
}
.partner-content-wrap {
    width: 50%;
    padding: 0 5%;
    background-color: #f7fcfd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partner-content-text {
    font-size: 16px;
    line-height: 26px;
}
.partner-quality {
    margin-top: 36px;
}

.partner-quality li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 46px;
}
.partner-quality div {
    font-size: 40px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 0;
}
.partner-quality li span {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.partner-content-img {
    width: 50%;
    font-size: 0;
    line-height: 0;
}
.partner-quality {
    -webkit-column-count: 2;
    column-count: 2;
    overflow-y: auto;
}
.partner-content-wrap h3 {
    text-transform: uppercase;
    color: #4b5459;
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}

.partner-header {
    background: url(/images/fronted_new/partner-background.jpg) 0 0 no-repeat;
    max-width: 1400px;
    width: 100%;
    height: 610px;
    margin-top: 7px;
}
.container_full {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.partner-breadcumps {
    padding-top: 55px;
    color: #a6e7ff;
    font-size: 13px;
}
.partner-breadcumps a {
    color: #a6e7ff;
    text-decoration: none;
}
.partner-breadcumps a:hover {
    text-decoration: underline;
}
.partner-head-text {
    max-width: 560px;
    color: white;
    margin-top: 54px;
}
.partner-head {
    font-size: 40px;
    line-height: 1.1;
}
.partner-head-2 {
    font-size: 22px;
    line-height: 1.4;
    margin: 24px 0 43px 0;
}
.partner-head-3 {
    font-size: 15px;
    line-height: 1.4;
}


@media only screen and (max-width: 991px)and (max-device-width : 991px) {
    .partner-content-img {
        display: none;
    }
    .partner-content-wrap {
        width: 100%;
        border-bottom: 2px solid #e5e5e5;
        padding-top: 30px;
    }
    .partner-list {
        margin-top: 0;
        padding-bottom: 30px;
    }
    .partner-header, .partner-footer-wrap {
        padding-left: 3%;
    }
    .partner-footer {
        height: auto;
        padding-bottom: 50px;
    }
    .partner-footer-head {
        padding-top: 50px;
    }
}

@media only screen and (max-width : 768px)and (max-device-width : 768px) {
    .partner-header {
        height: auto;
        padding-bottom: 50px;
    }
    .partner-footer-form {
        flex: none;
        display: block;
    }
    .form-left, .form-right {
        width: 100%;
    }
    .form-checkbox {
        margin-top: 3%;
    }
    .partner-footer-form {
        width: 100%;
    }
    .partner-form-input button  {
        margin-top: 1%;
    }
}

@media only screen and (max-width : 510px)and (max-device-width : 510px) {
    .partner-footer {
        height: 630px;
        background: url(/images/fronted_new/partner-background-call-back-small.jpg);
       /* background: url(/images/fronted_new/promo-NY-background-call-back-small-80.jpg);*/
    }
}

@media only screen and (max-width : 479px)and (max-device-width : 479px) {
    .partner-head-text {
        padding-top: 20px;
    }
    .partner-breadcumps {
        display: none;
    }
    .partner-quality {
        -webkit-column-count: 1;
        column-count: 1;
        overflow-y: auto;
    }
    .partner-head {
        font-size: 30px;
    }
    .partner-head-2 {
        font-size: 18px;
        margin: 18px 0 33px 0;
    }
}

.error {
    font-size: 1rem;
    color: red;
    font-weight: bold;
}
.succ {
    font-size: 1rem;
    color: blue;
    font-weight: bold;
}