.hero__content-inner .main-img {
    margin-right: 0;
}
.hero__content-inner .main-img img {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.hero__content-inner .hero__title {
    margin-right: -10px;
    font-size: 42px;
    line-height: 51px;
}
.hero__content-inner .hero__content-main-description {
    padding-right: 5%;
    margin-top: -74px;
    margin-left: -3px;
}
.hero__content-inner .hero__text {
    max-width: 558px;
}
.hero__content-inner .main-picture {
    margin-left: 10%;
}

.inner__notes {
    margin-top: -8.4%;
    position: relative;
    z-index: 1;
}
.inner__notes .section-title {
    text-align: left;
    font-size: 40px;
    line-height: 49px;
}
.inner__notes-content {
    display: flex;
    justify-content: space-between;
    margin: 0 -17.5px;
    flex-wrap: wrap;
}
.inner__notes-item {
    width: calc(25% - 35px);
    margin: 0 17.5px;
    margin-top: 18px;
}
.inner__notes-item a {
    width: 100%;
    height: 95px;
    transition: .3s linear;
}
.inner__notes-item a:hover {
    opacity: .7;
}
.inner__notes-item a img {
    max-width: 83%;
}
.inner__notes-item span {
    position: relative;
    margin-top: 34px;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.inner__notes-item span:before {
    position: absolute;
    left: 0;
    top: -17px;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #FF7855;
}

.inner__about {
    padding: 50px 0 50px;
}
.inner__about .our-team__description {
    padding: 0;
    width: 50%;
    padding-left: 80px;
}
.inner__about .our-team__text {
    max-width: 100%;
}
.inner__about .our-team__img {
    width: 45.5%;
    margin-left: 15px;
}
.inner__about.section-our-team:before {
    left: 39.3%;
}

.inner__clients-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner__clients-info {
    width: 50%;
    padding-left: 12.5%;
    margin-top: 34px;
}
.inner__clients-info .section-title {
    text-align: left;
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
}
.inner__clients-info p {
    max-width: 395px;
    font-size: 18px;
    line-height: 32px;
}
.inner__clients-logos {
    width: 46.7%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner__clients-logo {
    width: 50%;
    transition: .3s linear;
}
.inner__clients-logo:hover {
    opacity: .7;
}
.inner__clients-logo:nth-of-type(2) {
    text-align: right;
    padding-right: 1%;
} 
.inner__clients-logo:nth-of-type(3) {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
}
.inner__clients-logo:nth-of-type(3) img {
    margin-left: 7%;
}
.inner__clients-logo:nth-of-type(4) img {
    margin-top: -11%;
    margin-left: 21%;
}
.inner__clients-logo:nth-of-type(5) {
    text-align: right;
    padding-right: 11%;
} 

.inner__working {
    padding: 70px 0;
}
.inner__working .our-team__text ul {
    margin: 0px;
    padding-left: 28px;
}
.inner__working .our-team__text ul li {
    line-height: 30px;
    margin-bottom: 10px;
    color: #333333;
}
.inner__working .our-team__text ul li:last-of-type {
    margin-bottom: 0;
}
.inner__working .section-title span {
    display: block;
}
.inner__working .our-team__text {
    padding-right: 19%;
    margin-top: -7px;
}

.inner__offers .section-title {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 0;
}
.inner__offers-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7px;
    padding: 0 16px;
}
.inner__offers-item {
    width: calc(33.3% - 34px);
    margin: 0 7px;
    position: relative;
    margin-top: 57px;
}
.inner__offers-item-num {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #FF7855;
}
.inner__offers-item-info {
    padding-left: 108px;
    position: relative;
}
.inner__offers-item-info h3 {
    position: relative;
}
.inner__offers-item-info h3:before {
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 40px;
    height: 3px;
    background-color: #FF7855;
}
.inner__offers-item-info p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.inner__about--mod .our-team__img {
    width: 45.5%;
    margin-left: 0;
    text-align: right;
    padding-right: 6.1%;
}
.inner__about--mod .our-team__img img {
    width: auto;
    max-width: 100%;
    border-radius: 0;
}
.inner__about--mod .our-team__text {
    max-width: 454px;
}
.inner__about--mod .our-team__text ul {
    margin: 0;
}
.inner__about--mod .our-team__text ul li {
    line-height: 22px;
    margin-bottom: 10px;
}
.inner__about--mod .our-team__text ul li:before {
    top: 9px;
}
.inner__about--mod .our-team__text ul li:nth-of-type(1) {
    margin-bottom: 35px;
}
.inner__about--mod .our-team__text ul li:nth-of-type(2) {
    margin-bottom: 28px;
}
.inner__about--mod .our-team__text ul li:last-of-type {
    margin-bottom: 0;
}
.section-title {
    font-weight: 800;
}
.inner__about--mod .our-team__description {
    padding-left: 7.7%;
}

.inner__response {
    background: #F3F5FF;
    padding: 70px 0 70px;
}
.inner__response-content {
    display: flex;
    justify-content: space-between;
}
.inner__response-info {
    width: 50%;
    padding-left: 11.8%;
}
.inner__response-info ul {
    max-width: 360px;
    padding-left: 26px;
}
.inner__response-info ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #333333;
}
.inner__response-info ul li:last-of-type {
    margin-bottom: 0;
}
.inner__response-info .section-title {
    text-align: left;
}
.inner__response-img {
    width: 50%;
    padding-left: 3.2%;
    padding-right: 1.3%;
    margin-top: 16px;
}
.inner__response-img img {
    width: 100%;
}

.box-field__file input[type="file"] {
    display: none;
}
.box-field__file {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #EB7353;
}
.box-field__file img {
    margin-right: 4px;
}

.inner__contact {
    padding: 70px 0;
}
.inner__contact-content {
    display: flex;
    justify-content: space-between;
}
.inner__contact-info {
    width: 50%;
    position: relative;
    max-width: 461px;
    margin-top: 77px;
}
.inner__contact-info .section-title {
    font-weight: 700;
    text-align: left;
}
.inner__contact-info p {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-top: 20px;
}
.inner__contact-decor {
    position: absolute;
    top: 53%;
    left: 79%;
    transform: translateX(-50%);
}
.inner__contact-form {
    background: #F3F5FF;
    border-radius: 65px;
    padding: 60px 106px 108px;
    width: 50%;
    max-width: 600px;
    margin-right: 17px;
}
.box-field {
    margin-bottom: 18px;
}
.box-field__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #8D929D;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}
.box-field__label span {
    color: #eb7353;
}
.box-field .form-control {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    outline: none;
	box-shadow: none;
	transition: .3s linear;
    padding: 0 15px;
}
.box-field .form-control:focus {
    border-color: #eb7353;
}
.inner__contact-form form {
    margin-top: 23px;
}
.inner__contact-form .button {
    width: 100%;
    border-radius: 8px;
}
.our-team__text ul li, .inner__response-info ul li {
    list-style-type: none;
    position: relative;
}
.our-team__text ul li:before,
.inner__response-info ul li:before {
    position: absolute;
    left: -15px;
    top: 15px;
    content: '';
    border-radius: 50%;
    height: 3px;
    width: 3px;
    background-color: #333;
}
.inner__response-info ul li:before {
    top: 10px;
}
.inner__response-info ul {
    margin-bottom: 0;
}

.acceptance .wpcf7-list-item{
    margin-left: 0;
}
.acceptance .wpcf7-list-item label{
    display: block;
    position: relative;
    padding-left: 25px;
}
.acceptance .wpcf7-list-item label input{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.acceptance .wpcf7-list-item label input + .wpcf7-list-item-label:before{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
}
.acceptance .wpcf7-list-item label input + .wpcf7-list-item-label{
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
}
.acceptance .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after{
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #EB7353;
    border-bottom: 2px solid #EB7353;
    transform: rotate(45deg);
}
.acceptance .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before{
    border-color: #EB7353;
}
.box-field__file-text {
    display: flex;
}

/* media */

@media screen and (max-width: 1400px) {
    .inner__about .our-team__img {
        width: 41.8%;
        margin-left: 0;
    }
    .inner__about.section-our-team:before {
        left: 28.3%;
    }
    .inner__notes-item {
        width: calc(25% - 32px);
        margin: 0 16px;
        margin-top: 18px;
    }
    .inner__notes-content {
        margin: 0 -16px;
    }
}

@media screen and (max-width: 1200px) {
	.hero__content-inner .hero__content-main-description {
        margin-top: 0;
        margin-left: 0;
    }
    .hero__content-inner .hero__title {
        margin-right: 0;
    }
    .hero__content-inner .hero__content-main-description {
        padding-right: 0.5rem;
    }
    .hero__content-inner .main-picture {
        margin-left: 0;
    }
    .inner__notes {
        margin-top: 0;
    }
    .inner__clients-info {
        padding-left: 6%;
    }
    .inner__working .our-team__text {
        padding-right: 0;
    }
    .inner__response-info {
        padding-left: 6%;
    }
    .inner__response-info ul {
        max-width: 100%;
    }
    .inner__response-img {
        padding-right: 0;
    }
    .inner__contact-info {
        max-width: 395px;
    }
    .inner__about--mod .our-team__text {
        max-width: 100%;
    }
    .inner__about--mod .our-team__text ul li:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .inner__about--mod .our-team__text ul li:nth-of-type(2) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .inner__about .our-team__description {
        padding-left: 40px;
    }
    .inner__clients-info p {
        font-size: 16px;
        line-height: 1.6;
    }
    .inner__offers-item {
        width: calc(50% - 14px);
        margin-top: 50px;
    }
    .inner__response-info {
        padding-left: 0;
    }
    .inner__response-content {
        align-items: center;
    }
    .inner__working .our-team__text {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
	.hero__content-inner .hero__text {
        max-width: 100%;
    }
    .inner__notes-item {
        width: calc(50% - 35px);
        margin-top: 35px;
    }
    .inner__notes .section-title {
        margin: 0;
    }
    .inner__clients-info {
        padding-left: 0;
    }
    .inner__contact-form {
        border-radius: 30px;
        padding: 50px;
        margin-right: 0;
    }
    .inner__contact-decor {
        top: 60%;
        left: 60%;
        max-width: 160px;
    }
}

@media screen and (max-width: 767px) {
	.hero__content-inner .hero__title {
        font-size: 32px;
        line-height: 40px;
    }
    .hero__content-inner .main-picture {
        margin-left: 4%;
    }
    .inner__notes .section-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }
    .inner__notes-item span {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .inner__notes-item {
        margin-top: 30px;
    }
    .inner__about .our-team__img {
        width: 100%;
    }
    .inner__about .our-team__description {
        padding: 10px 0 0;
        width: 100%;
    }
    .inner__clients-info {
        margin-top: 0;
    }
    .inner__clients-info .section-title {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }
    .inner__clients-info, .inner__clients-logos {
        width: 100%;
    }
    .inner__clients-logos {
        display: block;
    }
    .inner__clients-content {
        flex-direction: column;
    }
    .inner__clients-info p {
        max-width: 100%;
    }
    .inner__clients-logo:nth-of-type(3) img, 
    .inner__clients-logo:nth-of-type(4) img {
        margin-left: 0;
    }
    .inner__clients-logo:nth-of-type(5) {
        padding-right: 0;
    }
    .inner__clients-logo:nth-of-type(4) img {
        margin-top: -6%;
    }
    .inner__clients-logo:nth-of-type(3) {
        margin: 5px 0;
    }
    .inner__clients-logo:nth-of-type(2) {
        padding-right: 0;
    }
    .inner__clients-logos {
        max-width: 510px;
    }
    .inner__working .our-team__text ul li {
        line-height: 22px;
    }
    .inner__offers-content {
        margin: 0;
        padding: 0;
    }
    .inner__offers-item {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
    .inner__offers-item-info h3 br {
        display: none;
    }
    .inner__offers-item-info p {
        font-size: 16px;
        line-height: 22px;
    }
    .inner__about--mod .our-team__img {
        text-align: center;
    }
    .inner__about--mod .our-team__text span {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .inner__about--mod .our-team__text {
        padding-left: 0;
    }
    .inner__response {
        padding: 50px 0 50px;
    }
    .inner__response-info {
        width: 100%;
    }
    .inner__response-img {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
    }
    .inner__response-content {
        flex-direction: column-reverse;
    }
    .inner__response-info .section-title {
        text-align: center;
    }
    .inner__contact-content {
        flex-direction: column;
    }
    .inner__contact-info {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    .inner__contact {
        padding: 50px 0;
    }
    .inner__contact-info .section-title {
        text-align: center;
    }
    .inner__contact-decor {
        display: none;
    }
    .inner__contact-form {
        width: 100%;
        margin-top: 25px;
        padding: 25px;
    }
    .our-team__text ul li:before, .inner__response-info ul li:before {
        top: 10px;
    }
    .inner__clients-logo img {
        margin: auto;
    }

    .inner__clients-logos .slick-track {
        display: flex;
    }
    .inner__clients-logos .slick-track .slick-slide {
        display: flex;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .inner__working {
        padding: 50px 0;
    }
    .inner__notes .slick-dots,
    .inner__clients .slick-dots {
        margin-bottom: 0;
    }
    .inner__offers .section-title {
        font-size: 32px;
    }
    .inner__response-info ul li,
    .inner__contact-info p {
        font-size: 16px;
    }
    .inner__notes-item span {
        padding-right: 5px;
    }
    .inner__about--mod .our-team__text ul {
        padding-left: 28px;
    }
}

@media screen and (max-width: 480px) {
    .inner__notes-item {
        margin: 30px 0 0;
        width: 100%;
    }
    .inner__notes-content {
        margin: 0;
    }
}

