* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none
}

body {
    font-family: Roboto,sans-serif;
    color: #000;
    position: relative;
    background: #fff;
    height: 100%;
    font-size: 16px;
    outline: none
}
body .ajax_form.af_example {
    width: unset;
}
.container {
    max-width: 1100px;
    margin: 0 auto
}

a {
    cursor: pointer
}

.content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.left-frame {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 30;
    background-color: #fff
}

.left-frame__container {
    margin: 32px 50px;
    height: 100%
}

.left-frame__container,nav {
    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
}

.nav-item {
    margin-bottom: 30px;
    text-align: center
}

.nav-item:last-child {
    margin-bottom: 0
}

.nav-item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000
}

.nav-item a:hover {
    color: #39bae8
}

.frame-image {
    margin-bottom: 30px
}

.prices {
    margin-top: 30px
}

.prices a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center
}

.prices img {
    width: 35px;
    margin: 0 auto
}

.prices span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333;
    margin-top: 10px
}

.prices a:hover span {
    color: #39bae8
}

.partner {
    margin-top: 60px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.partner a:hover span {
    color: #39bae8
}

.partner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partner span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-right: 15px
}
.partner img {
    max-width: 35px;
}
.partner:last-child {
    margin-top: 15px;
}
.mobile-menu {
    display: none
}

.main-content {
    margin-left: 250px;
    width: 100%;
    overflow: hidden
}

.display-first {
    position: relative;
    width: 100%
}

.first-title {
    padding-left: 120px;
    padding-top: 170px;
    max-width: 900px;
    padding-bottom: 220px
}

.first-title__inner {
    padding: 50px 45px 50px 90px;
    background: #39bae8
}

.first-title h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 15px
}

.first-title h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px
}

.first-title span {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 572px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    box-shadow: 0 2px 20px rgba(0,0,0,.1)
}

.about .left-side,.about .right-side {
    width: 50%
}

.about .left-side {
    text-align: end
}

.about .left-side img {
    padding-top: 20%;
    padding-right: 0;
    display: block;
    margin: 0 auto
}

.about .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__text-wrapper {
    margin-left: 50px;
    overflow: hidden;
    width: 100%
}

h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
    color: #333;
    position: relative;
    width: 100%
}

.about h2:after,.title h2:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #39bae8;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 26px;
    margin-left: 30px
}

.about .text-main {
    max-width: 470px;
    margin-top: 50px
}

.about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px
}

.services {
    background: #f2f2f2
}

.services__title {
    padding-top: 150px;
    margin-left: 20%
}

.title {
    overflow: hidden
}

.title h2 {
    position: relative
}

.services__list {
    margin-top: 80px;
    padding-bottom: 100px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services__item,.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services__item {
    width: 50%;
    margin-bottom: 70px;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.services__item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #39bae8;
    margin-bottom: 15px
}

.services__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.services__item img {
    height: 190px;
    width: 60%
}

.services__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.item-text {
    max-width: 300px
}

.services__item .item-text {
    margin-left: 30px
}

.services__item:nth-child(2n) .item-text {
    margin-right: 30px
}

.advantages {
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    box-shadow: 0 2px 20px rgba(0,0,0,.1)
}

.advantages__title {
    padding-top: 150px;
    text-align: center
}

.advantages__list {
    margin-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 85px
}

.advantages__item,.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
    width: 33.33%;
    border-right: 1px solid #e0e0e0
}

.advantages__item:nth-child(3n) {
    border-right: none
}

.advantages__text {
    margin-top: 20px;
    max-width: 270px;
    text-align: center
}

.advantages__item img {
    height: 70px
}

.advantages__text h3 {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px
}

.advantages__text p {
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.how-we-work {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.how-we-work .left-side,.how-we-work .right-side {
    width: 50%
}

.how-we-work .left-side {
    max-width: 570px;
    margin-left: auto
}

.work-steps {
    margin-top: 70px;
    margin-right: 35px
}

.step-item {
    width: 100%;
    margin-bottom: 60px;
    position: relative
}

.step-item,.step-item .text-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.step-item .text-field {
    background: #39bae8;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step-item .text-field p {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    padding: 30px 0
}

.step-item .img-field {
    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;
    min-width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.arrow-down {
    position: absolute;
    bottom: -40px;
    left: 50%
}

.step-item:last-child .arrow-down {
    display: none
}

.reviews {
    background: #fff;
    width: calc(100vw - 255px);
    position: relative
}

.reviews-title {
    padding-top: 150px;
    margin-left: 50%
}

.reviews-list {
    margin-top: 55px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden
}

.arrow-container {
    width: 55%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-arrow-next svg path,.reviews-arrow-prev svg path {
    fill: #39bae8
}

.reviews-arrow-next:hover svg path,.reviews-arrow-prev:hover svg path {
    fill: #471a02
}

.reviews-arrow-next:hover,.reviews-arrow-prev:hover {
    cursor: pointer
}

.reviews-item {
    height: 200px;
    opacity: .4;
    width: 770px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.reviews__inner {
    padding: 44px 24px 44px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__inner p {
    max-width: 575px
}

.text-req {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text-req span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f
}

.text-req span:first-child {
    margin-right: 45px
}

.reviews__inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.reviews__inner .text {
    padding-left: 20px;
    border-left: 1px solid #e0e0e0
}

.reviews-button {
    width: 100%;
    text-align: center;
    padding-bottom: 150px
}

.reviews-button button {
    width: 470px;
    border: 3px solid #39bae8;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #39bae8;
    padding: 17px 0
}

.reviews-button button:hover {
    cursor: pointer;
        color: #333;
        border: 3px solid #333;
}

.send-request {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.send-request>div {
    width: 50%
}

.send-request .left-side img {
    width: 100%;
    height: 100%
}

.send-request .right-side {
    background: #39bae8;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.send-request form {
    margin: 50px 30px 60px 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 470px
}

.send-request form input,.send-request form textarea {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 20px;
    background: none;
    border: 2px solid #fff;
    padding: 20px 10px 20px 20px;
    outline: none
}

.send-request form a:hover {
    color: #471a02
}

.send-request form textarea {
    resize: none;
    height: 175px
}

.send-request label {
    display: none
}

.send-request .request-submit {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.send-request form h3 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 30px
}

.send-request p {
    font-weight: 300
}

.send-request p,.send-request p a {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.send-request p a {
    font-weight: 600
}

.request-submit:hover {
    border-color: #471a02;
    color: #471a02;
    cursor: pointer!important
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto,sans-serif
}

input::-moz-placeholder,textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto,sans-serif
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto,sans-serif
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto,sans-serif
}

input::placeholder,textarea::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Roboto,sans-serif
}

.contacts {
    width: 100%;
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts>div {
    width: 50%
}

.contacts-title {
    padding-top: 150px;
    margin-left: 41%
}

.contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__list {
    max-width: 305px;
    margin-right: 180px;
    margin-top: 60px
}

.contacts__item {
    margin-bottom: 30px
}

.contacts__item:hover a span {
    color: #39bae8
}

.contacts__item svg {
    margin-right: 15px;
    display: block;
}
.contacts__item div {
    display: flex;
}
.contacts__item:first-child svg {
    width: 45px;
}
.contacts__item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.contacts__item a span {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333
}

.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 180px;
    width: 305px
}

.socials__item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 30px
}

.socials__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials__item:hover {
    background-color: #39bae8
}

.socials__item svg path {
    fill: #39bae8
}

.socials__item:hover svg path {
    fill: #f2f2f2
}

.map {
    height: 680px
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none
}

.footer-bottom,.footer-top {
    margin-top: 35px
}

.footer-bottom,.footer-nav,.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__item {
    margin-right: 40px;
    cursor: pointer
}

.nav__item:last-child {
    margin-right: 0
}

.nav__item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    cursor: pointer
}

.nav__item a:hover {
    color: #39bae8
}

.footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.footer-bottom span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #828282
}

.personal-data {
    color: #000
}

.bydesign,.personal-data {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.bydesign {
    color: #39bae8
}

.bydesign:hover,.personal-data:hover {
    color: #471a02
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: none
}

.popup-overlay {
    background-color: rgba(0,0,0,.7);
    height: 100%;
    z-index: 10;
    cursor: pointer
}

.popup-overlay,.popup-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.popup-wrap {
    max-width: 410px;
    height: 200px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    z-index: 999;
    max-height: 337px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 10px rgba(0,0,0,.15)
}

.popup-title {
    text-align: center;
    padding: 30px 20px
}

.popup-review .popup-wrap {
    width: 600px;
    height: 630px;
    max-width: unset;
    max-height: unset
}

.review-form {
    padding: 45px 65px
}

.review-form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #39bae8;
    text-align: center;
    margin-bottom: 35px
}

.review-form .review-submit {
    border: none;
    background-color: #39bae8;
    color: #f2f2f2;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.review-form .review-submit:hover {
    color: #39bae8;
    background-color: #f2f2f2;
    cursor: pointer!important
}

.review-form input {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
    border: 1px solid #4f4f4f;
    outline: none
}

.review-form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.review-form input::-moz-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.review-form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.review-form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.review-form input::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.review-form textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Roboto,sans-serif
}

.review-form textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Roboto,sans-serif
}

.review-form textarea:-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Roboto,sans-serif
}

.review-form textarea::-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Roboto,sans-serif
}

.review-form textarea::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-family: Roboto,sans-serif
}

.review-form label {
    display: none
}

.review-form textarea {
    margin-bottom: 35px;
    width: 100%;
    resize: none;
    height: 175px;
    padding: 20px;
    border: 1px solid #4f4f4f;
    outline: none
}

.review-form p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f
}

.review-form p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333
}

.review-form p a:hover {
    color: #39bae8
}

.popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.popup-title img {
    margin-bottom: 10px
}

.popup-title h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #39bae8
}

.popup-title .accept {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #4f4f4f;
    margin-bottom: 10px
}

.popup-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup-close:after,.popup-close:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    background-color: #bdbdbd;
    width: 20px;
    height: 3px;
    border-radius: 20%;
    left: 50%;
    margin-left: -8px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.popup-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reviews .slick-active {
    opacity: 1
}
.slick-slide img {
    max-width: 70px;
    max-height: 70px;
}

@media (max-width: 1700px) {
    .services__item img {
        height:160px
    }
}

@media (max-width: 1600px) {
    .services__item img {
        width:50%;
        height: 130px
    }
}

@media (max-width: 1500px) {
    .send-request form {
        margin-left:40px
    }
}

@media (max-width: 1400px) {
    .map {
        height:520px
    }

    .contacts-title {
        padding-top: 100px
    }

    .reviews-item {
        width: 670px
    }

    .reviews {
        width: calc(100vw - 155px)
    }
}

@media (max-width: 1300px) {
    .about .text-main {
            margin-top: 15px;
    }
    .about__text-wrapper {
        margin-left: 15px;
    }

    .about .left-side img {
        padding-top: 120px
    }

    .services__item {
        width: 100%
    }

    .services__item img {
        height: 160px
    }

    .reviews {
        width: calc(100vw - 95px)
    }
}

@media (max-width: 1200px) {
    .first-title {
        padding-left:70px;
        padding-top: 110px;
        padding-bottom: 200px
    }

    .first-title__inner {
        padding: 40px 30px 40px 40px
    }

    .contacts__list,.contacts__socials {
        margin-right: auto;
        margin-left: auto
    }

    .contacts-title {
        margin-left: 20px
    }
}

@media (max-width: 1100px) {
    .advantages__item img {
        height:60px
    }

    .advantages__text {
        padding: 0 10px
    }

    .advantages__text h3 {
        margin-bottom: 20px
    }

    .how-we-work .right-side {
        display: none
    }

    .how-we-work .left-side {
        max-width: unset;
        width: 100%;
        margin-left: unset
    }

    .work-steps {
        margin-left: 35px
    }

    .how-we-work__title {
        padding-top: 30px;
        padding-left: 35px
    }

    .send-request .left-side {
        display: none
    }

    .send-request .right-side {
        width: 100%
    }

    .send-request form {
        margin: 50px auto 60px
    }

    .footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px
    }

    .footer-nav .nav__item {
        margin-bottom: 20px
    }

    .footer-bottom {
        padding: 0 15px 20px
    }

    .reviews-title {
        padding-top: 70px
    }

    .reviews-button {
        padding-bottom: 70px
    }

    .reviews-title {
        margin-left: 26%
    }

    .reviews-button button {
        width: 370px
    }
     .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto
    }

    .about .left-side,.about .right-side {
        width: 100%
    }

    .about .left-side img {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about__text-wrapper {
        padding-top: 30px;
        margin-left: 20px
    }
    .send-request form {
        padding: 0 15px;
        width: 100%
    }
}

@media (max-width: 1000px) {
    .services__title {
        padding-top:100px
    }

    .services__list {
        padding-bottom: 80px
    }
}

@media (max-width: 900px) {
    

    .services__item img {
        height: 130px
    }

    .advantages__item {
        width: 50%
    }

    .advantages__item:nth-child(3) {
        border-right: 1px solid #e0e0e0
    }

    .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts .contacts-wrapper,.contacts .map {
        width: 100%
    }

    .map {
        height: 300px;
        margin-top: 30px
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-bottom__item {
        margin-bottom: 15px
    }

    .nav__item {
        margin-right: 20px
    }

    .footer-top {
        padding: 0 15px
    }

    .reviews-item {
        width: 580px
    }

    .arrow-container {
        width: 45%
    }
}

@media (max-width: 768px) {
    .left-frame {
        display:none
    }

    .main-content {
        margin-left: 0
    }

    .first-title {
        padding-bottom: 120px
    }

    .advantages__list {
        padding-bottom: 20px
    }

    .advantages__title {
        padding-top: 70px
    }

    .popup-review .popup-wrap {
        width: 500px;
        height: 530px
    }

    .review-form textarea {
        height: 120px;
        margin-bottom: 20px
    }

    .review-form input {
        margin-bottom: 15px
    }

    .reviews {
        width: 100%
    }

    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 40;
        right: 30px;
        top: 30px;
        width: 50px;
        height: 50px;
        border: 2px solid #39bae8;
        background-color: #fff;
        padding: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile-menu,.mobile-menu span {
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s
    }

    .mobile-menu span {
        display: block;
        height: 4px;
        width: 100%;
        margin-bottom: 5px;
        background-color: #39bae8
    }

    .mobile-menu span:last-child {
        margin-bottom: 0
    }

    .mobile-menu:hover {
        border-color: #471a02
    }

    .mobile-menu:hover span {
        background-color: #471a02
    }
}

@media (max-width: 600px) {
    .first-title h1 {
        font-size:42px;
        line-height: 50px
    }

    .first-title h3 {
        font-size: 26px;
        line-height: 30px
    }

    .first-title span {
        font-size: 16px;
        line-height: 20px
    }

   

    .services__item {
        margin-bottom: 20px
    }

    .services__item p {
        font-size: 14px;
        line-height: 16px
    }

    .services__item h4 {
        font-size: 16px;
        line-height: 20px
    }

    .advantages__item {
        margin-bottom: 40px
    }

    .advantages__text {
        padding: 0 15px
    }

    .title h2 {
        font-size: 36px;
        line-height: 42px
    }

    .reviews-item {
        width: 420px
    }

    .reviews__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 44px 24px
    }

    .reviews__inner .icon {
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .services__item img {
        height:100px
    }

    .main-content .title {
        padding-top: 50px
    }

    .advantages__item img {
        height: 50px
    }

    .advantages__text h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 21px
    }

    .step-item .text-field p {
        font-size: 16px;
        line-height: 20px;
        padding-left: 5px;
        padding-right: 5px
    }

    

    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-top .logo {
        margin-bottom: 20px
    }

    .popup-review .popup-wrap {
        width: 100%;
        height: 100%
    }

    .review-form {
        padding: 30px 40px
    }

    .mobile-menu {
        right: 15px
    }
    .left-frame__container {
        margin: 13px 30px;
    }
    .nav-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {
    .advantages__list .advantages__item {
        width:100%;
        border-right: none
    }

    .reviews-item {
        width: 320px
    }

    .reviews__inner .text {
        border-left: none
    }

    .reviews-button button {
        width: 320px
    }

    .reviews-title {
        margin-left: 15%
    }
}

@media (max-width: 400px) {
    .first-title {
        padding-left:0
    }

    .first-title h1 {
        font-size: 38px;
        line-height: 46px
    }

    .services__list .services__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services__item img {
        height: 130px;
        width: 80%
    }

    .services__list .services__item .item-text {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px
    }

    .work-steps {
        margin-left: 20px;
        margin-right: 20px
    }
}

/*# sourceMappingURL=style.css.map */
