@font-face {
    font-family: roboto-regular;
    src: url(/static/faq/fonts/roboto/roboto-regular.woff2) format("woff2"), url(/static/faq/fonts/roboto/roboto-regular.woff) format("woff")
}

@font-face {
    font-family: roboto-medium;
    src: url(/static/faq/fonts/roboto/roboto-medium.woff2) format("woff2"), url(/static/faq/fonts/roboto/roboto-medium.woff) format("woff")
}

@font-face {
    font-family: roboto-bold;
    src: url(/static/faq/fonts/roboto/roboto-bold.woff2) format("woff2"), url(/static/faq/fonts/roboto/roboto-bold.woff) format("woff")
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

ol,
ul {
    list-style-type: none
}

a {
    color: #472682;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

a:hover {
    color: #472682
}

a:active,
a:focus {
    color: #0e3263
}

body {
    font-family: roboto-regular;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1120px
}

@media (max-width: 1440px) {
    body {
        min-width: 100% !important;
        width: 100%
    }
}

.inlineBlock {
    display: inline-block
}

.btn_marginRight {
    margin-right: 20px
}

.accountHeader {
    background: #fff;
    box-shadow: 0 4px 6px rgba(29, 29, 29, 0.05);
    height: 62px;
}

.accountHeader__wrapper {
    margin-right: 42px
}

.accountHeader__inner {
    position: relative;
    color: #fff;
    height: 62px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
}

.accountHeader__contacts {
    display: flex
}

.accountHeader__logo {
    width: 131px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/src/Content/images/svg/logo_purple.svg)
}

.accountHeader__phone {
    color: #472682;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .3px;
    height: 16px
}

.send-mail-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .3px;
    color: #472682;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 70px
}

.send-mail-title .send-mail-icon-blue {
    margin-left: 10px;
    width: 20px;
    height: 16px;
    background: url("./media/message_purple_origin-KG4ZOKRP.svg") 0 0 no-repeat
}

.send-mail-title:hover {
    cursor: pointer
}

.oldBrowser__container {
    display: flex;
    flex-direction: column;
    background-color: #ececec;
}

.oldBrowser__header {
    box-shadow: 0 4px 6px rgba(29, 29, 29, 0.05);
}

.oldBrowser__tiles {
    margin: 0 auto;
    padding-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}

.oldBrowser__tiles__tile {
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 16px;
    width: 320px;
    height: 460px;
}

.oldBrowser__tiles__tile .blockTitle {
    font-size: 24px;
    color: #000;
    margin-bottom: 90px
}

.blockTitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #472682;
    margin-bottom: 35px
}

.oldBrowser__message {
    text-align: center;
    margin: 100px auto 130px;
    font-size: 20px;
    width: 570px;
    font-family: roboto-medium;
    color: #000;
    flex-grow: 1
}

.oldBrowser__tiles__browserIcon {
    width: 110px;
    height: 110px;
    margin: 60px auto 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.oldBrowser__tiles__browserIcon.mozilla {
    background-image: url("./static/browser/firefox.png")
}

.oldBrowser__tiles__browserIcon.chrome {
    background-image: url("./static/browser/chrome.png")
}

.oldBrowser__tiles__browserIcon.yandex {
    background-image: url("./static/browser/yandex.png")
}

.oldBrowser__tiles__browserIcon.opera {
    background-image: url("./static/browser/opera.png")
}

.btnBorder {
    background-color: #5a5a99;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-family: roboto-bold;
    color: #fff;
    -webkit-transition: color .3s ease, box-shadow .3s ease;
    -moz-transition: color .3s ease, box-shadow .3s ease;
    -ms-transition: color .3s ease, box-shadow .3s ease;
    -o-transition: color .3s ease, box-shadow .3s ease;
    transition: color .3s ease, box-shadow .3s ease;
    border-radius: 16px;
    text-align: center;
    border: none;
    height: 52px;
    line-height: 52px;
    padding: 0 32px
}

.btnBorder:hover,
.btnBorder:active,
.btnBorder:focus {
    color: #fff;
    background-color: #301f5c
}

.footer {
    background: #fefefd;
    height: 125px;
    font-family: roboto-regular, sans-serif;
    display: flex;
    justify-content: center;
    padding: 0 60px;
}

.footer__row__cell {
    display: inline-block;
}

.footer__usefulLinks__list {
    padding: 15px 20px 0 0;
}

.footer__usefulLinks__link {
    font-size: 14px;
    line-height: 16px;
    color: gray;
}

.footer__usefulLinks__li {
    margin: 0 42px 0 0;
    display: inline-block;
}

.footer__usefulLinks__li:last-child {
    margin: 0;
}


.footer__license {
    font-family: open-sans-regular, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px 0 0;
    color: #9e9e9e;
}

.old-browser-footer-container {
    width: 100%;
    position: relative;
}

.footer__container {
    flex-grow: 1;
}

@media screen and (max-width: 575px) {
    .accountHeader__logo {
        display: none;
    }

    .accountHeader__inner {
        justify-content: center;
    }
}

@media screen and (max-width: calc(1279px)) {
    .oldBrowser__tiles,
    .oldBrowser__message {
      width: 100%;
      align-items: center;
      row-gap: 20px;
      column-gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .accountHeader__inner {
        justify-content: space-around;
    }
}