@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoCyrl900.eot');
    src: url('../fonts/MuseoCyrl900.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl900.woff2') format('woff2'),
    url('../fonts/MuseoCyrl900.woff') format('woff'),
    url('../fonts/MuseoCyrl900.ttf') format('truetype'),
    url('../fonts/MuseoCyrl900.svg#MuseoCyrl900') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoCyrl700.eot');
    src: url('../fonts/MuseoCyrl700.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl700.woff2') format('woff2'),
    url('../fonts/MuseoCyrl700.woff') format('woff'),
    url('../fonts/MuseoCyrl700.ttf') format('truetype'),
    url('../fonts/MuseoCyrl700.svg#MuseoCyrl700') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoCyrl500.eot');
    src: url('../fonts/MuseoCyrl500.eot') format('embedded-opentype'),
    url('../fonts/MuseoCyrl500.woff2') format('woff2'),
    url('../fonts/MuseoCyrl500.woff') format('woff'),
    url('../fonts/MuseoCyrl500.ttf') format('truetype'),
    url('../fonts/MuseoCyrl500.svg#MuseoCyrl500') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*common*/
body {
    color: #272727;
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'MuseoCyrl', sans-serif;
    font-weight: 500;
}
button {
    font-weight: 700;
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
.red-btn {
    max-width: 227px;
    text-align: center;
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    height: 60px;
    border: 5px solid #268ff0;
    border-radius: 70px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    background: none;
    letter-spacing: 0.02em;
    padding-bottom: 2px;
}
.red-btn .icon {
    margin-left: 21px;
}
.red-btn > * {
    display: inline-block;
    vertical-align: middle;
}
.red-btn:hover {
    background: #268ff0;
    color: #ffffff;
}
h2 {
    font-size: 45px;
    color: #272727;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
/*end common*/

/*main*/
.main {
    padding-top: 46px;
}
.main .content {
    position: relative;
}
.main .content:after {
    content: '';
    position: absolute;
    background: url('../images/bg/main-bg.png') no-repeat center;
    width: 508px;
    height: 652px;
    right: -57px;
    top: 17px;
}
.main__left {
    max-width: 650px;
    position: relative;
    z-index: 5;
}
h1 {
    margin-top: 78px;
    font-size: 45px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.logo {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #272727;
}
.logo em {
    color: #268ff0;
}
.main__desc {
    margin-top: 37px;
    padding-left: 22px;
    position: relative;
}
.main__desc:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #000000;
}
.main__desc:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    z-index: 3;
    margin: auto;
    width: 5px;
    background: #000;
    height: 65px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}
.main__sum {
    font-size: 23px;
    letter-spacing: 0.02em;
}
.main__sum em {
    font-weight: 900;
    color: #268ff0;
}
.main__stat {
    font-size: 15px;
    margin-top: 24px;
}
.main__info,
.main__stat,
.main__info {
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.main__info {
    margin-top: 20px;
    font-size: 15px;
    color: #268ff0;
}
.main__link {
    margin-top: 33px;
    text-decoration: none;
    display: inline-block;
}
/*end main*/

/*team-photo*/
.team-photo {
    position: relative;
    z-index: 10;
    margin-top: 144px;
}
.team-photo__wrap {
    font-size: 0;
    position: relative;
}
.team-photo__wrap:after {
    content: '';
    position: absolute;
    background: #268ff0;
    top: -12px;
    bottom: 12px;
    left: 12px;
    right: -12px;
}
.team-photo__wrap:before {
    content: '';
    position: absolute;
    background: url('../images/bg/team-photo-decor.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 7;
    width: 105px;
    height: 105px;
    bottom: -54px;
    left: -41px;
}
.team-photo__wrap img {
    width: 100%;
    position: relative;
    z-index: 5;
}
/*end team-photo*/

/*awards*/
.awards {
    margin-top: 88px;
}
.award__logo {
    position: relative;
    display: block;
    height: 72px;
}
.award:nth-child(2) .award__logo img {
    bottom: 0;
}
.award__logo img {
    bottom: -14px;
}
.award {
    width: 23.07%;
}
.award__desc {
    margin-top: 37px;
    font-size: 18px;
    color: #131313;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}
/*end awards*/

/*diffs*/
.diffs {
    padding-top: 100px;
}
.diffs__list {
    margin-top: 49px;
}
.diff {
    box-sizing: border-box;
    width: 100%;
    margin-right: 2.46%;
    padding: 44px 32px 54px 42px;
    background-color: rgb(255, 255, 255);
    position: relative;
    box-shadow: 3px 6px 40px 0 rgba(22, 21, 21, 0.18);
}
.diff:after {
    content: '';
    position: absolute;
    border-top: 10px solid #268ff0;
    border-right: 10px solid #268ff0;
    top: -10px;
    right: -10px;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}
.diff:last-child {
    margin-right: 0;
}
.diff__title em {
    color: #268ff0;
}
.diff__text,
.diff__title {
    position: relative;
    z-index: 15;
}
.diff__title {
    letter-spacing: 0.02em;
    font-size: 35px;
    font-weight: 900;
    color: #272727;
}
.diff__text {
    margin-top: 29px;
    padding-left: 20px;
}
.diff__text:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 5px;
    width: 5px;
    background: #000000;
}
.diff__text:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    box-sizing: border-box;
    height: 33%;
    width: 5px;
    z-index: 5;
}
.diff__desc {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 23px;
}
.diff__desc:last-child {
    margin-bottom: 0;
}
.diff__desc em {
    color: #268ff0;
}
.diff:nth-child(2):after {
    border-top-color: #268ff0;
    border-right-color: #268ff0;
}
.diff:nth-child(2) .diff__title em {
    color: #268ff0;
}
/*end diffs*/

/*team*/
.team {
    margin-top: 106px;
}
.team img {
    width: 100%;
}
.team__about {
    top: -80px;
    position: relative;
    margin-right: 12px;
    padding: 36px 86px 38px 68px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 6px 40px 0 rgba(22, 21, 21, 0.18);
}
.team__about h2 em {
    color: #268ff0;
}
.team__about:after {
    content: '';
    position: absolute;
    border-top: 10px solid #268ff0;
    border-right: 10px solid #268ff0;
    top: -10px;
    right: -10px;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}
.team__about > * {
    position: relative;
    z-index: 5;
}
.team__desc {
    position: relative;
    top: 2px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
/*end team*/

/*steps*/
.steps {
    margin-top: -5px;
}
.steps__else {
    max-width: 292px;
    display: block;
    margin: 60px auto 0;
}
.step {
    margin-top: 32px;
    padding: 27px 35px 31px 35px;
    background-color: rgb(255, 255, 255);
    position: relative;
    box-shadow: 3px 6px 38px 0 rgba(22, 21, 21, 0.19);
}
.step_main:after {
    content: '';
    position: absolute;
    background: url('../images/steps/bg-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 268px;
    height: 244px;
    right: 24px;
    bottom: -26px;
}
.step__title em {
    color: #268ff0;
}
.step__title {
    position: relative;
    z-index: 15;
}
.step__wrap {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.step__wrap:after {
    content: '';
    position: absolute;
    width: 262px;
    height: 262px;
    border-radius: 50%;
    right: -22px;
    bottom: -56px;
    background: #268ff0;
}
.step__left {
    position: relative;
    z-index: 3;
    max-width: 705px;
}
.step__desc em {
    color: #268ff0;
}
.step__desc {
    margin-top: 19px;
    font-size: 25px;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
/*end steps*/

/*advantages*/
.advantages {
    margin-top: 90px;
}
.advantages__list {
    margin-top: 54px;
}
.advantage {
    width: 23.07%;
    margin-right: 2.57%;
    box-sizing: border-box;
    padding: 23px 24px 89px;
    text-align: center;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 6px 38px 0 rgba(22, 21, 21, 0.19);
}
.advantage:after {
    content: '';
    position: absolute;
    border-top: 6px solid #268ff0;
    border-right: 8px solid #268ff0;
    top: -6px;
    right: -8px;
    left: 8px;
    bottom: 6px;
    z-index: 2;
}
.advantage__desc {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.advantage__icon,
.advantage__desc {
    position: relative;
    z-index: 5;
}
.advantage:nth-child(4) {
    margin-right: 0;
}
.advantage__icon {
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
}
.advantage__icon_1 {
    background: url('../images/advantages/icon-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 92px;
    height: 72px;
    bottom: 22px;
}
.advantage__icon_2 {
    background: url('../images/advantages/icon-2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 82px;
    height: 78px;
    bottom: 16px;
    right: -15px;
}
.advantage__icon_3 {
    background: url('../images/advantages/icon-3.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 82px;
    height: 69px;
    bottom: 12px;
    left: -15px;
}
.advantage__icon_4 {
    background: url('../images/advantages/icon-4.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 92px;
    height: 74px;
    bottom: 15px;
    right: -17px;
}
/*end advantages*/

/*faq*/
.faq {
    padding-top: 110px;
    position: relative;
}
.faq .content {
    position: relative;
    z-index: 5;
}
.faq__list {
    margin-top: 55px;
}
.faq__item {
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 5px 27px 0 rgba(22, 21, 21, 0.2);
    margin-bottom: 40px;
}
.faq__item:last-child {
    margin-bottom: 0;
}
.faq__item-top {
    position: relative;
    cursor: pointer;
    padding: 30px 98px 29px 138px;
}
.faq__item-title {
    font-size: 25px;
    line-height: 1.2;
}
.faq__item-title em {
    color: #268ff0;
}
.faq__item-number {
    position: absolute;
    left: 32px;
    top: 0; bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: 900;
    color: #268ff0;
    margin: auto;
}
.faq__item-btn {
    position: absolute;
    top: 0; bottom: 0;
    right: 30px;
    width: 34px;
    height: 34px;
    margin: auto;
}
.faq__item-btn:before,
.faq__item-btn:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    background: #268ff0;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
}
.faq__item-btn:before {
    width: 100%;
    height: 8px;
}
.faq__item.open .faq__item-btn:after {
    display: none;
}
.faq__item-content {
    display: none;
    padding: 10px 32px 30px;
}
.faq__item-content p {
    font-size: 22px;
    line-height: 1.2;
}
/*end faq*/

/*media*/
.media {
    padding-top: 100px;
}
.media__logos {
    margin-top: 46px;
}
.media__logo {
    width: 23.07%;
    margin-right: 2.57%;
    position: relative;
    margin-bottom: 35px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 5px 27px 0 rgba(22, 21, 21, 0.18);
    cursor: pointer;
}
.media__logo img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.media__logo:nth-child(4n) {
    margin-right: 0;
}
.media__logo:after {
    content: '';
    display: block;
    padding-top: 47.52%;
}
/*end media*/

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 100;
    overflow: auto;
    left: 0; top: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
}
.popup {
    top: -100px;
    display: none;
    opacity: 0;
    margin: 50px auto;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
}
.popup-app {
    padding: 40px 30px;
    max-width: 380px;
    box-sizing: border-box;
}
.popup-video {
    max-width: 1140px;
}
.popup-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.popup-video:after {
    content: '';
    display: block;
    padding-top: 60%;
}
.popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: -34px;
    cursor: pointer;
}
.popup__close:after,
.popup__close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.popup__close:hover:after,
.popup__close:hover:before {
    background: #268ff0;
}
.popup__close:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.popup__close:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.form {
    max-width: 280px;
    margin: 30px auto 0;
}
.popup__title {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
}
.form__field {
    text-align: center;
    width: 100%;
    height: 54px;
    border: 1px solid rgba(22, 21, 21, 0.26);
    border-radius: 60px;
    margin-bottom: 15px;
    font-size: 17px;
}
.form__btn {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 4px;
    border-width: 2px;
    font-size: 18px;
}
/*end overlay*/

/*app*/
.app {
    padding-bottom: 108px;
    padding-top: 101px;
}
.app__block {
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 39px 20px 31px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 5px 27px 0 rgba(22, 21, 21, 0.26);
}
.app__block > * {
    position: relative;
    z-index: 5;
}
.app__else {
    margin-top: 31px;
    font-size: 29px;
    height: 70px;
    line-height: 60px;
    max-width: 370px;
}
.app__title {
    color: #000000;
    font-size: 29px;
    line-height: 1.2;
}
.app__title em {
    font-weight: 900;
    color: #268ff0;
}
.app__title strong {
    display: block;
    font-weight: 700;
    font-size: 35px;
}
.app__block:after {
    content: '';
    position: absolute;
    border-top: 10px solid #268ff0;
    border-right: 10px solid #268ff0;
    top: -10px;
    right: -10px;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}
/*end app*/

/*steps*/
.step_half {
    width: 48.77%;
    box-sizing: border-box;
    padding: 29px 18px 30px 35px;
}
.step_small {
    padding: 29px 18px 30px 35px;
}
.step_7 {
    padding-top: 40px;
    padding-bottom: 41px;
}
.step_half {
    margin-top: 28px;
}
.step_6 {
    padding-top: 55px;
    padding-bottom: 57px;
}
.step_small h3,
.step_half h3 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.step__list,
.step_small p,
.step_half p {
    letter-spacing: 0.02em;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.25;
}
.step__list {
    margin-top: 0;
}
.step__list li {
    text-indent: 16px;
    position: relative;
}
.step__list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #268ff0;
}
.step_2 .step__left {
    max-width: 276px;
}
.step_3 .step__left {
    max-width: 320px;
}
.step_4 .step__left {
    max-width: 327px;
}
.step_5 .step__left {
    max-width: 312px;
}
.step_6 .step__left {
    max-width: 320px;
}
.step_7 .step__left {
    max-width: 320px;
}
.step_8 .step__left {
    max-width: 350px;
}
.step_small .step__left {
    max-width: 795px;
}
.step_3 {
    position: relative;
    top: -74px;
}
.step_5 {
    top: -82px;
}
.step_7, .step_8 {
    top: -79px;
}
.step_small {
    margin-top: -51px;
}
.step__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.steps__else-list {
    display: none;
}
/*end steps*/






@media all and (max-width: 1150px) {
    h1, h2 {
        font-size: 42px;
    }
    .faq__item-title br {
        display: none;
    }
    .faq__item-title {
        font-size: 23px;
    }
    .advantage__desc {
        font-size: 17px;
    }
    .advantage {
        padding-bottom: 100px;
    }
    .step br,
    .advantage br {
        display: none;
    }
    .step__desc {
        font-size: 21px;
    }
    .step__left {
        max-width: 500px;
    }
    .award__desc {
        white-space: normal;
        font-size: 17px;
    }
    .award__desc br {
        display: none;
    }
}

@media all and (max-width: 980px) {
    h1, h2 {
        font-size: 38px;
    }
    h1 br, h2 br {
        display: none;
    }
    .faq__item {
        border-radius: 10px;
    }
    .faq:after {
        display: none;
    }
    .faq {
        padding-top: 80px;
    }
    .faq__item-title {
        font-size: 20px;
    }
    .faq__item-number {
        font-size: 30px;
        left: 20px;
    }
    .faq__item-top {
        padding-right: 60px;
        padding-left: 80px;
    }
    .faq__item-btn {
        width: 24px;
        height: 24px;
    }
    .faq__item-btn:after {
        width: 4px;
    }
    .faq__item {
        margin-bottom: 20px;
    }
    .faq__item-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq__item-content p {
        font-size: 18px;
    }
    .faq__item-btn:before {
        height: 4px;
    }
    .media {
        padding-top: 80px;
    }
    .media__logo {
        border-radius: 10px;
    }
    .media__logo img {
        max-width: 80%;
        max-height: 80%;
    }
    .app__title strong {
        font-size: 32px;
    }
    .app__title {
        font-size: 27px;
    }
    .app {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .advantages__list {
        margin-top: 40px;
        margin-bottom: -30px;
    }
    .advantages {
        margin-top: 80px;
    }
    .advantage {
        width: 48%;
        padding-bottom: 110px;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .advantage:nth-child(2n) {
        margin-right: 0;
    }
    .team__desc br {
        display: none;
    }
    .team__desc {
        margin-top: 15px;
    }
    .team__about {
        top: 0;
    }
    .team {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .diff {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .diff:last-child {
        margin-bottom: 0;
    }
    .diffs {
        padding-top: 80px;
    }
    .main .content:after {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        width: 300px;
    }
    .main__left {
        max-width: 600px;
    }
    .team-photo {
        margin-top: 110px;
    }
    h1 {
        margin-top: 60px;
    }
    .main__sum {
        font-size: 21px;
    }
    .step_small,
    .step_half {
        width: 100% !important;
        margin-right: 0;
        top: 0 !important;
    }
    .step_fix .step__left {
        max-width: inherit;
    }
    .step_small .step__left,
    .step_half .step__left {
        max-width: inherit;
        padding-right: 240px;
    }
    .step_small {
        margin-top: 28px;
    }
}

@media all and (max-width: 767px) {
    h1, h2 {
        font-size: 34px;
    }
    .award,
    .media__logo:nth-child(4n),
    .media__logo {
        width: 48%;
        margin-right: 4%;
    }
    .award:nth-child(2n),
    .media__logo:nth-child(2n) {
        margin-right: 0;
    }
    .media__logo {
        margin-bottom: 4%;
    }
    .app__title strong {
        font-size: 28px;
    }
    .app__title {
        font-size: 24px;
    }
    .step {
        padding: 30px 20px 200px;
    }
    .award {
        margin-bottom: 30px;
    }
    .awards {
        margin-top: 80px;
        margin-bottom: -30px;
    }
    .main {
        padding-bottom: 150px;
    }
    .main .content:after {
        top: auto;
        bottom: -460px;
        width: 200px;
        right: 0;
    }
    .step_small .step__left, .step_half .step__left {
        padding-right: 0;
    }
    .step_fix {
        padding-bottom: 30px;
    }
    .step_3 {
        padding-bottom: 260px;
    }
    .step_small {
        box-sizing: border-box;
    }
    .step_7,
    .step_4 {
        padding-bottom: 240px;
    }
    .step br {
        display: none;
    }
    .step_small h3, .step_half h3 {
        font-size: 22px;
    }
    .step__list, .step_small p, .step_half p {
        font-size: 16px;
        letter-spacing: 0;
    }
}

@media all and (max-width: 550px) {
    h1, h2 {
        font-size: 30px;
    }
    .faq__item-top {
        padding-left: 20px;
    }
    .faq__item-number {
        display: block;
        position: static;
        height: auto;
        line-height: 1.2;
        font-size: 22px;
        padding-bottom: 12px;
    }
    .faq__item-btn {
        right: 20px;
        bottom: auto;
        top: 20px;
    }
    .faq__item-title {
        margin-right: -40px;
    }
    .faq__list {
        margin-top: 40px;
    }
    .media__logos {
        margin-top: 40px;
        margin-bottom: -20px;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .overlay {
        padding: 10px;
    }
    .app__title strong {
        font-size: 24px;
    }
    .app__title {
        font-size: 21px;
    }
    .red-btn {
        font-size: 20px;
        height: 60px;
        line-height: 54px;
        border-width: 3px;
    }
    .advantage {
        width: 100%;
        margin-right: 0;
    }
    .step_main {
        padding-bottom: 240px;
    }
    .step__desc {
        font-size: 18px;
    }
    .team__about {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team__desc {
        font-size: 18px;
    }
    .team img {
        min-height: 220px;
        object-fit: cover;
    }
    .diff {
        padding-left: 20px;
        padding-right: 20px;
    }
    .diff__title {
        font-size: 28px;
    }
    .diff__desc {
        font-size: 18px;
        letter-spacing: 0;
    }
    h1 {
        margin-top: 40px;
    }
}

@media all and (max-width: 450px) {
    h1, h2 {
        font-size: 28px;
    }
    .faq__item-title {
        font-size: 18px;
        margin-right: -45px;
    }
    .faq__item-content p {
        font-size: 16px;
    }
    .step__desc {
        font-size: 17px;
        letter-spacing: 0;
    }
    .step__desc em {
        display: inline-block;
    }
    .diff__desc {
        font-size: 16px;
    }
    .diff__text {
        padding-left: 16px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .award {
        width: 100%;
        margin-right: 0;
    }
    .award br {
        display: block;
    }
    .team-photo__wrap {
        margin-left: -30px;
        margin-right: -30px;
    }
    .awards {
        margin-top: 50px;
    }
}

@media all and (max-width: 350px) {
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    h1, h2 {
        font-size: 25px;
    }
    .faq__item-title {
        font-size: 17px;
    }
    .step__desc {
        font-size: 16px;
    }
    h1 {
        font-size: 24px;
        letter-spacing: 0;
    }
}

#popup__toggle{bottom:7%;right:1%;position:fixed;z-index:999;}
.img-circle{background-color:#268ff0;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #268ff0;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#268ff0;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.teams {
    margin-bottom: 65px;
    margin-top: 20px;
}

.teams .img-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
    
.teams .play-btn {
  -webkit-transform: none;
          transform: none;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
}
    
.teams .play-btn::before {
  width: 54px;
  height: 54px;
}
    
.teams .play-btn::after {
  width: 54px;
  height: 54px;
}
    
.teams .play-btn span {
    top: 17px;
    left: 17px;
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
 }

.teams a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #000;
}

.teams a::hover {
      display: block;
      position: relative;
      text-decoration: none;
      color: #000;
}

.teams h5 {
    font-size: 25px;
    font-weight: 600;
    color: #2589ff;
}


.btn-primary {
    display: block;
    margin: 0 auto;
    color: #000;
    background-color: #fff;
    border: 5px solid #268ff0;
    border-radius: 70px;
    font-size: 20px;
}


.btn-primary:hover {
    color: #fff;
    background-color: #268ff0;
    border-color: #268ff0;
}

.testimonials {
    padding: 100px 0;
}

.testimonials {
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

.testimonials .img-wrapper {
  border-radius: 10px;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 26px -10px #5801a9;
          box-shadow: 0px 0px 26px -10px #5801a9;
  height: 240px;
}

.testimonials .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .info {
  display: block;
  color: #000000;
  margin-bottom: 10px;
}

.testimonials .info a {
  color: #000000;
}


.testimonials .info b {
  font-weight: 600;
}

.testimonials .quote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
  font-weight: 600;
}

.testimonials .quote::after {
  content: "";
  position: absolute;
  top: -17px;
  right: 0px;
  z-index: 0;
  width: 132px;
  height: 100px;
  background-image: url(../img/quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials h5 {
    font-size: 25px;
    font-weight: 600;
    color: #2589ff;
}

.desk-item {
    font-size: 17px;
}


/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  background: #ffffff45;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #5097ff7d;
  opacity: 0.9;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  top: 0.375rem;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */













