.header {
    background-color: #1f2229;
    position: fixed;
    width: 100%
}

.top-header {
    background-color: #f4f5f5;
    color: #7c7e83;
    line-height: 1.5;
    width: calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    text-align: center;
    margin: -25px -20px 20px;
    padding: 5px
}

.contents {
    display: contents
}

.text-center {
    width: 100%;
    text-align: center
}

.navigaion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navigation__item {
    padding: 5px 10px;
    font-size: 14px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.navigation__item a {
    color: #fff
}

.navigation__item:hover {
    border-left: 1px solid rgba(255, 255, 255, .8);
    border-right: 1px solid rgba(255, 255, 255, .8)
}

.services {
    padding: 50px 20px
}

.services__title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.services__tab-items {
    display: none
}

.services__tab-items:nth-child(2) {
    display: block
}

.services__tab-items .active {
    display: block
}

.services__tab-items {
    flex-basis: 67%
}

.services__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: 300;
    color: #494c52;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2
}

.services__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.services__tab-list {
    width: 100%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%
}

.last__item {
    margin-left: 10px;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .01);
    padding: 18px 30px;
    font-size: 20px;
    color: #7c7e83;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.last__item.active {
    background-color: #1f9df3;
    color: #fff
}

.last__item.active a {
    color: #fff
}

.last__item a {
    color: #7c7e83
}

.last__item:hover {
    background-color: #1f9df3;
    color: #fff
}

.last__item:hover a {
    color: #fff
}

.tab__active {
    display: block
}

.fa-info-circle:before {
    content: "\f05a";
    font-size: 30px;
    padding-right: 10px
}

.item__services-text {
    margin-bottom: 40px;
    padding: 30px;
    font-weight: 300;
    font-size: 18px;
    background-color: #f4f5f5;
    color: #7c7e83;
    line-height: 1.5;
    max-width: 760px
}

.item__services-text a {
    border-bottom: #7c7e83 2px dashed;
    font-weight: 700;
    color: #7c7e83
}

.item__services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 760px
}

.item__services-img img {
    max-width: 430px
}

.item__services-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text__wrapper {
    max-width: 200px;
    margin-left: 10px;
    margin-bottom: 10px
}

.features__title {
    font-weight: 400;
    font-size: 18px;
    color: #1f2229;
    line-height: 1.4
}

.features__text {
    margin: 0 0 10px;
    color: #7c7e83;
    line-height: 1.5;
    font-size: 14px
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button__wrapper {
    max-width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.item__button {
    background-color: transparent;
    color: #e74c3c;
    padding: 16px 30px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    border: 2px solid #e74c3c;
    max-width: 245px;
    text-align: center;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item__button a {
    color: #e74c3c
}

.item__button:hover {
    background-color: #e74c3c
}

.item__button:hover a {
    color: #fff
}

.item__icon {
    width: 55px;
    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
}

.item__icon .fa-percent:before {
    content: "\f295";
    font-size: 44px;
    color: #1f9df3
}

.item__icon .fa-shield-alt:before {
    font-size: 44px;
    color: #1f9df3
}

.item__icon .fa-check-circle:before {
    font-size: 44px;
    color: #1f9df3
}

.item__icon .fa-money-bill-alt:before {
    font-size: 44px;
    color: #1f9df3
}

.fa-thumbs-up:before {
    content: "\f164";
    padding-right: 12px;
    font-size: 36px
}

.fa-money-bill-alt:before {
    content: "\f3d1";
    font-size: 40px;
    padding-left: 12px;
    vertical-align: middle
}

.works {
    background-color: #1f2229;
    padding: 100px 0;
    color: #fff
}

.section__title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px
}

.works__move {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px
}

.works__wrap {
    display: none
}

.works__wrap:first-child {
    display: block
}

.active {
    display: block
}

.works__description {
    display: block;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px
}

.works__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.track__item {
    width: 80px;
    height: 80px;
    line-height: 74px;
    font-size: 30px;
    border: 3px solid #1f9df3;
    border-radius: 80px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 100px;
    position: relative;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.track__item.active {
    background-color: #1f9df3;
    color: #fff
}

.track__item:last-child {
    margin-right: 0
}

.track__item::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: rotateY(-50%);
    transform: rotateY(-50%);
    right: 86px;
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, .15)
}

.track__item:first-child::after {
    display: none
}

.track__button {
    background-color: transparent;
    padding: 30px;
    color: #fff;
    font-size: 36px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.choose {
    padding: 100px 50px
}

.choose__title {
    color: #1f2229;
    margin-bottom: 15px
}

.choose__text {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #494c52;
    text-align: center
}

.choose__descr {
    font-size: 13px;
    font-weight: 300;
    color: #494c52;
    text-align: center;
    line-height: 1.6
}

.choose__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

.choose__item {
    max-width: 263px;
    text-align: center;
    color: #7c7e83;
    line-height: 1.5;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%
}

.choose__title {
    font-size: 18px;
    font-weight: 400;
    color: #1f2229;
    line-height: 1.4
}

.choose__block {
    font-size: 13px;
    line-height: 1.6;
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 4px;
    max-height: 212px;
    margin-top: 40px
}

.choose__icon .fa-percent:before {
    content: "\f295";
    font-size: 84px;
    color: #75d1ff
}

.choose__icon .fa-shield-alt:before {
    font-size: 84px;
    color: #75d1ff
}

.choose__icon .fa-check-circle:before {
    font-size: 84px;
    color: #75d1ff
}

.choose__icon .fa-money-bill-alt:before {
    font-size: 84px;
    color: #75d1ff
}

.partners {
    padding: 50px 0;
    background-color: #1f2229
}

.partners__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner__item {
    margin-right: 30px
}

.partner__item img {
    width: 160px
}

.rating {
    background-color: #f4f5f5;
    padding: 100px 0
}

.rating__title-section {
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #1f2229
}

.rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rating__accordeon {
    width: 100%
}

.accardeon__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    line-height: 1.4;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 20px;
    color: #1f2229;
    border-radius: 4px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    position: relative
}

.accordeon__item {
    max-width: 550px
}
.more__accordeon {
    margin-top: 30px;
}

.more__accordeon .accordeon__item {
    max-width: none !important
}

.more__accordeon .accardeon__wrapper {
    flex-basis: auto !important;
    background-color: transparent !important;
    border: none !important;
}

.more__accordeon .accordeon__description h3 {
    font-size: 18px;
    margin: 30px 0 15px;
}
.more__accordeon .accordeon__description ul {
    padding-left: 15px;
}

.accordeon__item i {
    font-size: 16px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.accordeon__item-active .fas.fa-chevron-circle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordeon__icon {
    width: 54px;
    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
}

.accordeon__title {
    margin-left: 15px
}

.accordeon__title i {
    position: absolute;
    top: 40%;
    right: 10px
}

.more__accordeon .accordeon__title i {
    position: relative !important;
    right: 0 !important
}
.accordeon__description {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .02);
    border-radius: 0 0 4px 4px;
    color: #7c7e83;
    line-height: 1.5;
    display: none
}

.conclusions p,
.conclusions ul li,
.conclusions ol li {
    font-size: 16px;
    line-height: 1.3
}
.conclusions ol,
.conclusions ul {
    padding-left: 40px;
}
.conclusions {
    margin-bottom: 60px;
}

.rating__top {
    width: 100%;
    max-width: 550px
}

.rating__title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px
}

.rating__title a {
    color: #1f2229
}

.accordeon__icon .fa-percent:before {
    font-size: 44px
}

.accordeon__icon .fa-shield-alt:before {
    font-size: 44px
}

.accordeon__icon .fa-check-circle:before {
    font-size: 44px
}

.accordeon__icon .fa-money-bill-alt:before {
    font-size: 44px
}

.progress {
    overflow: hidden;
    height: 20px;
    background-color: #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.progress-bar {
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #1f9df3
}

.progress-bar span {
    font-size: 17px
}

.progress-striped .progress-bar {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite
}

.testimonials {
    padding: 100px 40px;
    background-color: #33373e;
    text-align: center;
    color: #fff
}

.testimonials__title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300
}

.testimonials__description {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 300
}

.testimonial__wrapper {
    position: relative;
    overflow: hidden
}

.testimonial__item {
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 100%;
    height: 100%;
    min-height: 510px;
    background-color: rgba(0, 0, 0, .1);
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-right: 12px;
    margin-left: 12px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonial__icon {
    margin-bottom: 20px
}

.testimonial__description {
    margin-bottom: 20px;
    color: #7c7e83;
    line-height: 1.5;
    font-size: 14px
}

.testimonial__service {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px
}

.testimonial__service a {
    color: #7c7e83
}

.testimonial__name {
    font-size: 12px
}

.testimonial__icon .fa-comment:before {
    font-size: 44px
}

#testimonial__wrapper {
    position: relative
}

.testimonial__arrow {
    border: none;
    background-color: transparent;
    outline: 0;
    padding: 0;
    z-index: 10;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px
}

.testimonial__arrow--prev {
    left: -20px
}

.testimonial__arrow--next {
    right: -20px
}

.testimonial__arrow i {
    color: rgba(255, 255, 255, .4)
}

.slick-dots {
    text-align: center;
    padding-top: 15px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin-right: 5px
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4
}

.slick-dots li.slick-active button {
    border-color: #2d3042;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1
}

.answer {
    padding: 60px 20px
}

.answer__title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #1f2229;
    line-height: 1.4
}

.tab__item-active {
    display: block
}

.tab__question {
    display: block;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    color: #1f2229;
    position: relative
}

.tab__question i {
    font-size: 14px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    position: absolute;
    top: 40%;
    right: 10px
}

.tab__item-active .fas.fa-chevron-circle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tab__answer {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    background-color: rgba(0, 0, 0, .02);
    border-radius: 0 0 4px 4px;
    max-height: 115px;
    padding: 20px 15px;
    color: #7c7e83;
    line-height: 1.5;
    font-size: 14px;
    display: none
}

.footer {
    text-align: center;
    background-color: #1f2229;
    color: rgba(255, 255, 255, .3);
    font-size: 13px;
    padding: 60px 0 30px 0
}

.footer__title {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding-bottom: 30px
}

.footer__description {
    margin-top: 20px
}

body {
    font-family: 'Open Sans', sans-serif
}

.container {
    max-width: 1170px;
    margin: 0 auto
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

@media (max-width:1280px) {
    .services__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .last__item {
        max-width: 100%;
        margin-left: 0
    }

    .item__services-text {
        max-width: 100%
    }

    .item__services-img img {
        max-width: 560px
    }

    .item__services-wrapper {
        max-width: 100%
    }

    .button__wrapper {
        max-width: 100%
    }

    .rating {
        padding: 60px 20px
    }

    .rating__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rating__accordeon {
        margin: 0 auto;
        text-align: center;
        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
    }

    .accordeon__item {
        max-width: 550px;
        width: 100%
    }

    .rating__top {
        margin: 0 auto
    }

    .rating__title-section {
        text-align: center
    }

    .testimonial__item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        height: 360px
    }
}

@media (max-width:1024px) {
    .item__services-img img {
        max-width: 460px
    }

    .choose__wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .choose__item {
        max-width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        margin-top: 30px
    }

    .partner__item img {
        width: 200px
    }

    .rating__top {
        margin: 30px auto
    }

    .testimonial__description {
        margin-bottom: 10px;
        font-size: 12px
    }

    .answer__title {
        font-size: 40px;
        text-align: center
    }
}

@media (max-width:900px) {
    .item__services-img img {
        max-width: 370px
    }

    .choose__block {
        max-height: 205px;
        height: 100%
    }

    .tab__answer {
        max-height: 350px
    }

    .footer {
        padding: 15px 0 15px 0
    }

    .footer__description {
        margin-top: 10px
    }
}

@media (max-width:800px) {
    .item__icon .fa-percent:before {
        content: "\f295";
        font-size: 34px;
        color: #1f9df3
    }

    .item__icon .fa-shield-alt:before {
        font-size: 34px;
        color: #1f9df3
    }

    .item__icon .fa-check-circle:before {
        font-size: 34px;
        color: #1f9df3
    }

    .item__icon .fa-money-bill-alt:before {
        font-size: 34px;
        color: #1f9df3
    }

    .item__services-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item__services-descr {
        margin: 15px auto
    }

    .item__services-img img {
        max-width: 100%
    }

    .item__services-descr {
        margin-top: 15px
    }

    .text__wrapper {
        max-width: 100%;
        margin-left: 10px;
        margin-bottom: 10px
    }

    .services__title {
        font-size: 30px
    }

    .services__subtitle {
        font-size: 18px
    }

    .item__services-img {
        margin: 0 auto
    }

    .button__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .track__item {
        margin-right: 20px
    }

    .track__item::after {
        display: none
    }

    .works__move {
        font-size: 30px
    }

    .section__title {
        font-size: 44px
    }

    .works__description {
        font-size: 18px;
        margin-bottom: 30px
    }

    .header__navigation {
        display: none
    }

    .menu__btn {
        width: 30px;
        height: 20px;
        position: relative;
        margin-left: 94%
    }

    .menu__btn span {
        width: 100%;
        height: 2px;
        top: 9px;
        background-color: #fff;
        position: absolute
    }

    .menu__btn::after,
    .menu__btn::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute
    }

    .menu__btn::after {
        top: 2px
    }

    .menu__btn::before {
        bottom: 2px
    }

    .navigaion__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:768px) {
    .track__item {
        width: 40px;
        height: 40px;
        line-height: 74px;
        font-size: 30px
    }

    .track__button {
        padding: 16px;
        font-size: 16px
    }

    .section__title {
        font-size: 38px
    }

    .works__move {
        font-size: 30px
    }

    .works__description {
        font-size: 18px;
        max-width: 410px;
        margin: 24px auto
    }

    .choose__item {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        margin-bottom: 80px
    }

    .choose__wrapper {
        margin-top: 0
    }

    .choose__block {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 300px;
        margin: 40px auto
    }

    .choose__text {
        font-size: 16px
    }

    .choose {
        padding: 40px 20px
    }

    .choose__text {
        margin-bottom: 40px
    }

    .choose__icon .fa-percent:before {
        content: "\f295";
        font-size: 144px;
        color: #75d1ff
    }

    .choose__icon .fa-shield-alt:before {
        font-size: 144px;
        color: #75d1ff
    }

    .choose__icon .fa-check-circle:before {
        font-size: 144px;
        color: #75d1ff
    }

    .choose__icon .fa-money-bill-alt:before {
        font-size: 144px;
        color: #75d1ff
    }

    .partner__item {
        margin-right: 0
    }

    .testimonial__item {
        height: 400px
    }

    .testimonials {
        padding: 25px 40px
    }

    .answer {
        padding: 20px
    }
}

@media (max-width:600px) {
    .testimonials__title {
        font-size: 40px
    }

    .testimonials__title .text__wrapper {
        max-width: 280px
    }

    .testimonials__title .button__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonials__title .last__item {
        font-size: 17px
    }

    .testimonials__title .testimonial__item {
        height: 300px;
        padding: 20px
    }
}

@media (max-width:600px) and (max-width:533px) {
    .choose__icon .fa-percent:before {
        content: "\f295";
        font-size: 110px;
        color: #75d1ff
    }

    .choose__icon .fa-shield-alt:before {
        font-size: 110px;
        color: #75d1ff
    }

    .choose__icon .fa-check-circle:before {
        font-size: 110px;
        color: #75d1ff
    }

    .choose__icon .fa-money-bill-alt:before {
        font-size: 110px;
        color: #75d1ff
    }

    .choose__block {
        max-height: 300px;
        height: 100%
    }

    .rating__title-section {
        font-size: 38px
    }

    .progress-bar span {
        font-size: 12px
    }

    .navigation__item {
        font-size: 12px
    }

    .menu__btn {
        margin-left: 86%
    }
}

@media (max-width:600px) and (max-width:433px) {
    .testimonial__item {
        height: 420px
    }
}

@media (max-width:600px) and (max-width:360px) {
    .choose__block {
        max-height: 220px;
        height: 100%;
        width: 270px;
        margin-bottom: 0
    }

    .testimonial__item {
        height: 450px;
        padding: 14px
    }

    .testimonial__description {
        margin-bottom: 4px
    }

    .testimonial__service {
        margin-bottom: 4px
    }
}
