body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    background: #131313;
    color: #ffffff;
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 482px;
    height: 482px;

    background: rgba(0, 80, 201, 0.3);
    filter: blur(200px);
    display: none;
}

#twit {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 10px;
    /*margin-left: 20px !important;*/
    /*margin-top: 10px !important;*/
    /*border-bottom: none !important;*/
    /*text-decoration: none;*/
    /*text-align: right !important;*/
}

#twit:hover {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

span.red {
    color: #ff0000;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    min-width: 360px;
    margin: 0 auto;
    z-index: 2;
    /* zoom: 0.7; */
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    width: 337px;
    height: 72px;
    color: #ffffff;
    background: #0050c9;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    top: -5px;
    color: #ffffff;
}

.but-center {
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog {
    max-width: 588px;
}

.modal-content {
    background: #131313;
    border: 0;
    border-radius: 0;
}

.modal-header {
    border: 0;
}

.modal-body {
    border: 0;
    padding-left: 72px;
    padding-right: 72px;
}

.modal-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-wrapper .block {
    width: 190px;
}

.modal-wrapper .block .item {
    margin-bottom: 67px;
    display: flex;
    flex-direction: column;
}

.modal-wrapper .block .item .title {
    font-size: 16px;
    margin-bottom: 43px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.modal-wrapper .block .item .title::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    border: 1px solid #353535;
    width: 160px;
    height: 0.5px;
}

.modal-wrapper .block .item .link {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.modal-wrapper .block .item a:hover {
    color: #0050c9;
    text-decoration: none;
}

.modal-wrapper .el {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    margin-bottom: 20px;

}

/********PAGE-ABOUT***********/
.page-about {
    position: relative;
    background: #131313;
}

.page-about:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/first-backg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 698px;
    padding: 0;
}

/********HEADER-ABOUT***********/

header {
    position: relative;
    background: transparent;
    border: 1px solid #353535;
}

header .container {
    max-width: 1826px;
}

.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 0 30px;
}

.header-top .menu {
    display: flex;
    align-items: center;
}

.header-top .login {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 8px;
    text-decoration: none;
    letter-spacing: 0.01em;
    color: #ffffff;
    transition: all 0.3s;
    border-bottom: 0.5px solid #ffffff;
    padding-bottom: 12px;
    margin-top: 13px;
}

.header-top .login a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 8px;
    text-decoration: none;
    letter-spacing: 0.01em;
    color: #ffffff;
    transition: all 0.3s;
}

.header-top .login a:hover {
    color: #0050c9;
}

.header-top .menu .link {
    font-size: 18px;
    line-height: 1;
    margin-right: 56px;
    position: relative;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.header-top .menu .link:hover,
.header-top .menu .link.active {
    color: rgba(255, 255, 255, 1);
}

.header-top .menu .link::before,
.header-top .menu .link.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -22px;
    left: 0;
    opacity: 0;
    background: #353535;
    transition: all 0.3s;
}

.header-top .menu .link:hover::before,
.header-top .menu .link.active::before {
    opacity: 1;
}

/*************FOOTER***************/
footer {
    position: relative;
    background: url(../img/footer-backg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #353535;
    padding-top: 50px;
}

.footer-main {
    padding-bottom: 297px;
}

.footer-main .menu {
    display: flex;
    justify-content: space-between;
}

.footer-main .menu .item {
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer-main .menu .item .link-title {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;

    color: #ffffff;
}

.footer-main .menu .item .links {
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 200%;
}

.footer-main .menu .item .link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 14px;

    color: #ffffff;
}

.footer-main .menu .item .active {
    color: #0050c9 !important;
}

.footer-main .menu .item a:hover {
    color: #0050c9;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    padding-bottom: 25px;
}

.footer-bottom .item:first-child {
    margin-right: 46px;
}

.footer-bottom .item:last-child {
    text-align: right;
    width: 100%;
}

.footer-bottom .item .cop {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .item .cop:first-child {}

.footer-bottom .item .developed {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .item a {
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 0.01em;

    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom .item a:hover {
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);

    color: rgba(255, 255, 255, 1);
}

/********PAGE-ABOUT__FIRST***********/
.first {
    position: relative;
    padding-top: 68px;
    padding-bottom: 50px;
}

.first .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first__heading {
    max-width: 595px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.first__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first__buttons .button {
    margin-bottom: 30px;
}

.first__buttons-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 8px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}

/********PAGE-ABOUT__WHY-US***********/
.why-us {
    padding-top: 50px;
    padding-bottom: 50px;
}


.why-us__heading {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 33px;
}

.why-us__list {
    padding-left: 4px;
    margin-bottom: 56px;
}

.why-us__list-item {
    position: relative;
    padding-left: 39px;
    padding-bottom: 15px;
    margin-bottom: 14px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
}

.why-us__list-item:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    background: url(../img/li.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}


.why-us__list-item .text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.why-us__list-item .text span {
    border-bottom: 1px solid #FFFFFF;
}

.why-us__list-item:nth-child(3) {
    display: flex;
    padding-bottom: 20px;
}

.why-us__list-item:nth-child(3):before {
    top: 31px;
}

.why-us__list-item:nth-child(3) .text {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 76px;
}

.why-us__list-item:nth-child(3) .list {
    width: 100%;
    max-width: 1051px;
    padding-left: 30px;
}

.why-us__list-item:nth-child(3) .list-item {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
    padding-top: 2px;
    padding-bottom: 19px;
}

.why-us__list-item:nth-child(3) .list-item:nth-child(2) {
    padding-top: 16px;
    padding-bottom: 0;
    border-bottom: 0;
}

.why-us__buttons {
    display: flex;
    justify-content: center;
}

/********PAGE-ABOUT__PHOTOS***********/

.photos {
    padding-top: 38px;
    padding-bottom: 50px;
}

.photos__wrapper {
    justify-content: space-between;
    margin: 0;
}

/********PAGE-ABOUT__FAQ***********/

.faq {
    padding-top: 83px;
    padding-bottom: 129px;
}

.faq__heading {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 41px;
}

.faq__list {
    margin: 0;
    margin-bottom: 59px;
}

.faq__list-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.faq__list-item:last-child {
    margin-bottom: 0;
}

.faq__list-item .item-card {
    width: 100%;
    max-width: 100%;
    min-height: 257px;
    background: #272727;
    padding: 33px 60px 40px 41px;
}

.faq__list-item .item-card__question {
    position: relative;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #0050C9;
    margin-bottom: 61px;
}

.faq__list-item .item-card__question:before {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 297px;
    height: 0.5px;
    background-color: rgba(64, 64, 64, 0.6);
}

.faq__list-item .item-card__answer {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.faq__buttons {
    display: flex;
    justify-content: center;
}

/********media__queries***********/
@media(max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    /********HEADER-ABOUT***********/

    .header-top {
        padding: 21px 0 21px;
    }

    /*************FOOTER***************/

    .footer-main .menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -20px;
    }

    .footer-main .menu .item .links {
        position: static;
        margin-top: 30px;
        width: 100%;
    }

    .footer-main .menu .item {
        margin: 0 20px 30px;
        width: 190px;
    }

    .footer-main {
        padding-bottom: 50px;
    }

    .footer-bottom .item:last-child {
        text-align: right;
        width: 100%;
    }

    /********PAGE-ABOUT__PHOTOS***********/

    .photos__wrapper {
        max-width: 720px;
        justify-content: space-between;
        margin: 0 auto;
    }

    .photos__wrapper img {
        margin-bottom: 35px;
    }

    .photos__wrapper img:last-child {
        margin-bottom: 0;
    }
}


@media(max-width: 991px) {
    .container {
        max-width: 720px;
    }

    /*************FOOTER***************/

    .footer-bottom {
        flex-wrap: wrap;
    }

    .footer-bottom .item:last-child {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    body {
        font-size: 18px;
    }

    .container {
        max-width: 540px;
    }

    /********HEADER-ABOUT***********/

    .header-top {
        padding: 19px 0 18px;
    }

    /*************FOOTER***************/

    .footer-main {
        display: none;
    }

    /********PAGE-ABOUT__FIRST***********/
    .first {
        padding-top: 48px;
        padding-bottom: 30px;
    }

    .first__heading {
        font-size: 44px;
        line-height: 56px;
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .first__buttons-text {
        font-size: 14px;
    }

    /********PAGE-ABOUT__WHY-US***********/
    .why-us {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .why-us__heading {
        font-size: 44px;
        line-height: 56px;
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .why-us__list-item .text {
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
    }

    .why-us__list-item:nth-child(3):before {
        top: 24px;
    }

    .why-us__list-item:nth-child(3) .list-item {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    /********PAGE-ABOUT__PHOTOS***********/

    .photos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .photos__wrapper {
        justify-content: center;
    }

    .photos__wrapper img {
        margin-bottom: 30px;
    }

    /********PAGE-ABOUT__FAQ***********/
    .faq {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .faq__heading {
        font-size: 44px;
        line-height: 56px;
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .faq__list-item .item-card {
        padding: 35px 21px 30px 21px;
    }

    .faq__list-item .item-card__answer {
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .faq__list-item .item-card__answer br {
        display: none;
    }
}

@media(max-width: 575px) {
    .container {
        max-width: 360px;
    }

    /********HEADER-ABOUT***********/
    header .container {
        max-width: 360px;
    }

    .header-top {
        padding: 19px 0 18px;
    }

    .header-top .logo img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        max-width: 135px;
    }

    .header-top .menu .link {
        font-size: 14px;
        margin-right: 15px;
    }

    .header-top .menu .link:before {
        display: none;
    }

    .header-top .login {
        font-size: 14px;
    }

    .header-top .login a {
        font-size: 14px;
    }

    /********PAGE-ABOUT__WHY-US***********/
    .why-us__list {
        padding-left: 4px;
        margin-bottom: 36px;
    }

    /********PAGE-ABOUT__FAQ***********/
    .faq__list {
        margin-bottom: 39px;
    }

    .faq__list-item .item-card {
        min-height: 240px;
    }

    .faq__list-item .item-card__question {
        margin-bottom: 20px;
    }

    .faq__list-item .item-card__question:before {
        display: none;
    }


    /*************FOOTER***************/

    .footer-bottom .item .cop {
        white-space: normal;
    }

    .footer-bottom .item img {
        max-width: 100%;
    }
}