.new-request__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #fff
}

.new-request__list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-request__item {
    width: 32%;
    margin-bottom: 40px;
    margin-right: 2%
    
    
    
}

@media screen and (max-width: 480px) {
    .new-request__item {        
        width: 48%;
    }
}

.new-request__item:nth-child(3n),
.new-request__itemPlus:nth-child(3n) {
    margin-right: 0
}
.new-request__item p {
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 480px) {
    .new-request__item p {    
        font-weight: 500;
    }
}

.new-request__item img {
    border-style: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;

}



.new-reasonsFranchise {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 50px
}

.new-reasonsFranchise__title {
    margin: 70px 0 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #333;
    text-align: center
}

.new-reasonsFranchise__list {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new-reasonsFranchise__item {
    width: 23.5%;
    margin-bottom: 30px;
    margin-right: 2%
}

.new-reasonsFranchise__item:nth-child(4n) {
    margin-right: 0
}

.new-reasonsFranchise__imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #295170;
    border-radius: 50%
}

.new-reasonsFranchise__imgWrap--work {
    margin-left: 0
}

.new-reasonsFranchise__caption {
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000
}

.new-cooperation__answer p,
.new-reasonsFranchise__desc p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

@media (max-width:1200px) {
    .new-reasonsFranchise {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:991px) {
    .new-reasonsFranchise__item {
        width: 48%;
        margin-bottom: 30px;
        margin-right: 3%
    }
    .new-reasonsFranchise__item:nth-child(4n) {
        margin-right: 3%
    }
    .new-reasonsFranchise__item:nth-child(2n) {
        margin-right: 0
    }
    .new-reasonsFranchise {
        padding-bottom: 25px
    }
    .new-reasonsFranchise__title {
        margin-top: 55px;
        font-size: 26px;
        line-height: 36px
    }
    .new-reasonsFranchise__caption,
    .new-reasonsFranchise__desc {
        text-align: center
    }
    .new-reasonsFranchise__imgWrap--work {
        margin: 0 auto
    }
}

@media (max-width:576px) {
    .new-reasonsFranchise__item {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }
    .new-reasonsFranchise__item:nth-child(4n) {
        margin-right: 0
    }
}



.new-callToAction__wrap {
    background: #fbfbfb;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .06);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .06)
}

.new-callToAction {
    width: 819px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-callToAction__img {
    margin: 0 10px 0 0;
    width: 119px;
    height: 162px
}

.content-text h2.new-callToAction__title {
    width: 392px;
    margin: 0 30px 0 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #333
}

.new-callToAction__link {
    padding-top: 18px;
    padding-bottom: 20px;
    display: block;
    width: 230px
}

@media (max-width:991px) {
    .new-callToAction {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:767px) {
    .new-callToAction__title {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:576px) {
    .new-callToAction {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .new-callToAction__title {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center
    }
    .new-callToAction__link {
        margin-bottom: 20px
    }
}

.new-cooperation {
    width: 1260px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.new-cooperation__title {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    padding-bottom: 22px;
    color: #333
}

.new-cooperation__list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-cooperation__item {
    padding: 20px 20px 35px;
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.new-cooperation__item:nth-child(3n), .new-cooperation__item:last-child {
    margin-right: 0
}

.new-cooperation__imgWrap {
    min-height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-cooperation__itemTitle {
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #4f4f4f
}

.new-cooperation__itemTitleWrap {
    margin-bottom: 20px
}

.new-cooperation__subListWrap {
    margin-top: 35px
}

.new-cooperation__subListWrap--question {
    margin-top: 0
}

.new-cooperation__subList {
    padding: 0;
    margin: 15px 0 0;
    list-style: none
}

.new-cooperation__subList--question {
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09)
}

.new-cooperation__subName {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase
}

.new-cooperation__subItem {
    position: relative;
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #000
}

.new-cooperation__subItem::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/cooperationPage/checkbox.svg)
}

.new-cooperation__linkMore {
    display: block;
    margin: 0 auto;
    width: 105px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2f80ed;
    border-bottom: 1px dashed #2f80ed
}

.new-cooperation__linkMore:hover {
    border-bottom: 1px solid #2f80ed
}

.new-cooperation__button {
    display: block;
    margin: 23px auto 0
}

.new-cooperation__button--1 {
    width: 260px
}

.new-cooperation__button--2 {
    width: 360px
}

.new-cooperation__button--3 {
    width: 250px
}

.new-cooperation__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.new-cooperation__question img {
    margin-right: 15px
}

.new-cooperation__imgQuestion {
    position: relative;
    left: -4px;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 5px!important
}

.new-cooperation__answer {
    position: relative;
    margin: 12px 0 0;
    padding-left: 38px
}

.new-cooperation__answer::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #295170
}

.new-cooperation__subItem-question {
    padding: 20px;
    border: 1px solid #ededed
}

@media (max-width:1200px) {
    .new-cooperation {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .new-cooperation__button--2 {
        width: 267px
    }
    .new-request__listPlus {
        width: 100%
    }
}

@media (max-width:991px) {
    .new-cooperation__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 35px
    }
    .new-cooperation__item {
        width: 100%;
        margin-right: 0
    }
    .new-cooperation__title {
        font-size: 26px;
        line-height: 36px
    }
    .new-cooperation__itemTitle {
        font-size: 20px
    }
    .new-cooperation__subItem,
    .new-cooperation__subName {
        font-size: 16px
    }
    .new-cooperation__button--2 {
        width: 360px
    }
}

@media (max-width:767px) {
    .new-cooperation {
        padding-top: 55px;
        padding-bottom: 0
    }
    .new-cooperation__button--1,
    .new-cooperation__button--2,
    .new-cooperation__button--3 {
        width: 100%
    }
}

.new-feedback__wrap {
    background-image: url(../img/cooperationPage/bg-newpage-feedback.png);
    background-size: cover;
    background-color: #353434
}

.new-feedback {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 40px
}

.new-feedback__title {
    margin: 0;
    font-weight: 800;
    font-size: 41px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.new-feedback__formWrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 40px;
    width: 370px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.new-feedback__formWrap--cooperation {
    width: 470px
}

.new-feedback__formWrap--whyarewe,
.new-feedback__formWrap--work {
    margin-top: 0
}

.new-feedback__form {
    width: 297px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 35px
}

.new-feedback__form--cooperation {
    padding-top: 30px;
    width: 410px
}

.new-feedback__formTitle {
    padding: 0;
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333
}

.new-feedback__input {
    display: block;
    padding: 20px 25px;
    margin-bottom: 10px;
    width: 297px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .05);
    border-radius: 5px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.new-feedback__input--cooperation {
    width: 410px;
    padding: 25px
}

.new-feedback__button {
    padding-top: 20px;
    padding-bottom: 22px;
    margin-bottom: 10px;
    width: 297px
}

.new-feedback__button--cooperation {
    width: 410px;
    padding-top: 21px;
    padding-bottom: 22px;
    font-size: 20px;
    line-height: 27px
}

.new-feedback__input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 20px;
    color: #333
}

.new-feedback__input:-moz-placeholder,
.new-feedback__input::-moz-placeholder {
    font-size: 15px;
    line-height: 20px;
    color: #333
}

.new-feedback__input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 20px;
    color: #333
}

.new-feedback__input:focus::-webkit-input-placeholder {
    color: transparent
}

.new-feedback__input:focus:-moz-placeholder,
.new-feedback__input:focus::-moz-placeholder {
    color: transparent
}

.new-feedback__input:focus:-ms-input-placeholder {
    color: transparent
}

.new-feedback__conf {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333
}

.new-feedback__confLink {
    color: #2f80ed
}

.new-feedback__confLink:hover {
    text-decoration: underline
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.new-feedback__select {
    position: relative
}

.new-feedback__select::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 17px;
    height: 17px;
    background-image: url(../img/cooperationPage/arrow-select.svg);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

@media (max-width:1200px) {
    .new-feedback {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width:991px) {
    .new-feedback__formWrap {
        margin-top: 0
    }
    .new-feedback__formWrap--work {
        margin: 0 auto
    }
    .new-feedback {
        padding-top: 55px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .new-feedback__title {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 36px
    }
}


@media (max-width:576px) {
    .new-feedback__formWrap {
        width: 345px
    }
    .new-feedback {
        padding-bottom: 55px
    }
}

@media (max-width:767px) {
    .new-feedback__wrap {
        background-image: url(../img/cooperationPage/bg-newpage-feedback-mobile.jpg);
        background-size: cover
    }
    .new-feedback__title {
        text-transform: none;
        font-weight: 700
    }
    .new-feedback__form--cooperation {
        width: 297px
    }
    .new-feedback__formTitle {
        text-align: center
    }
    .new-feedback__input--cooperation {
        width: 297px;
        margin: 0 auto 10px
    }
    .new-feedback__select {
        width: 297px;
        margin: 0 auto
    }
    .new-feedback__button--cooperation {
        display: block;
        width: 297px;
        margin: 0 auto 10px
    }
}

@media (max-width:374px) {
    .new-feedback__formWrap {
        width: 290px
    }
    .new-feedback__form,
    .new-feedback__form--cooperation {
        width: 257px
    }
    .new-feedback__formTitle {
        text-align: center
    }
    .new-feedback__input {
        width: 257px
    }
    .new-feedback__input--cooperation {
        width: 257px;
        margin: 0 auto 10px
    }
    .new-feedback__select {
        width: 257px;
        margin: 0 auto
    }
    .new-feedback__button {
        width: 257px
    }
    .new-feedback__button--cooperation {
        display: block;
        width: 257px;
        margin: 0 auto 10px
    }
}


.button {
    padding-top: 22px;
    padding-bottom: 24px;
    width: 260px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#bed135),to(#9dac21));
    background: linear-gradient(180deg,#bed135 0%,#9dac21 100%);
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    border: 0;
}

.button:hover {
    background: #295170;
}






#dillerForm .banner-copeq__callback {
    display: block;
    margin: 0 auto;
}





