a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch
}

html {
    line-height: 1;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    background-color: #414a51
}

.autoplayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    cursor: default
}

.autoplayer video {
    width: 100%;
    height: 100%
}

.autoplayer__controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.autoplayer__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .15s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.autoplayer__play__img {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 70px;
    height: 70px;
    transition: .15s;
    transform: translateX(-50%) translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.autoplayer__play:hover .autoplayer__play__img {
    width: 85px;
    height: 85px
}

.autoplayer__play:active .autoplayer__play__img {
    width: 60px;
    height: 60px
}

.autoplayer__play--hidden {
    opacity: 0;
    cursor: default
}

.autoplayer__fullscreen {
    position: absolute;
    top: auto;
    right: 18px;
    bottom: 10px;
    left: auto;
    width: 20px;
    height: 36px;
    background-size: 40px 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer
}

.autoplayer__fullscreen--active {
    background-position: -20px center
}

.btn {
    display: inline-block;
    margin: 8px 0;
    padding: 15px 26px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn--disabled {
    cursor: default
}

.btn--margin-left {
    margin-left: 10px
}

@media (max-width:480px) {
    .btn--margin-left {
        margin-left: 0
    }
}

.btn--wide {
    padding-left: 40px;
    padding-right: 40px
}

input.btn {
    padding-top: 13px;
    padding-bottom: 13px
}

.btn--full-width {
    width: 100%
}

.btn:not(.btn--disabled):focus,
.btn:not(.btn--disabled):hover {
    outline: 0;
    background: #eee
}

.btn:active:not(.btn--disabled) {
    background: #dedede
}

.btn--txt-blue {
    color: #28aedd
}

.btn--blue {
    background: #2db7db;
    color: #fff
}

.btn--blue:not(.btn--disabled):focus,
.btn--blue:not(.btn--disabled):hover {
    outline: 0;
    background: #51c4e1
}

.btn--blue:active:not(.btn--disabled) {
    background: #2eb0d1
}

.btn--red {
    background: #e21e57;
    color: #fff
}

.btn--red:not(.btn--disabled):focus,
.btn--red:not(.btn--disabled):hover {
    outline: 0;
    background: #e64170
}

.btn--red:active:not(.btn--disabled) {
    background: #d91f53
}

.btn--orange {
    background: #fb7f40;
    color: #fff
}

.btn--orange:not(.btn--disabled):focus,
.btn--orange:not(.btn--disabled):hover {
    outline: 0;
    background: #fc9a69
}

.btn--orange:active:not(.btn--disabled) {
    background: #f07a40
}

.btn--green {
    background: #a6d839;
    color: #fff
}

.btn--green:not(.btn--disabled):focus,
.btn--green:not(.btn--disabled):hover {
    outline: 0;
    background: #b6df5d
}

.btn--green:active:not(.btn--disabled) {
    background: #9fcf38
}

.btn--grey {
    background: #9c9c9c;
    color: #fff
}

.btn--grey:not(.btn--disabled):focus,
.btn--grey:not(.btn--disabled):hover {
    outline: 0;
    background: #b0b0b0
}

.btn--grey:active:not(.btn--disabled) {
    background: #919191
}

.btn__icon {
    height: 20px;
    margin-right: 7px;
    margin-bottom: -9px;
    margin-left: -9px;
    transform: translateY(-5px)
}

.choice {
    background: #f4f8fa;
    overflow: hidden
}

.choice__wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 0 70px 0
}

@media (max-width:1100px) {
    .choice__wrap {
        max-width: 800px
    }
}

@media (max-width:900px) {
    .choice__wrap {
        max-width: 700px
    }
}

@media (max-width:768px) {
    .choice__wrap {
        max-width: 400px;
        padding: 40px 0 30px 0
    }
}

.choice--3 .choice__wrap {
    max-width: 1200px
}

@media (max-width:1100px) {
    .choice--3 .choice__wrap {
        max-width: 1000px
    }
}

@media (max-width:900px) {
    .choice--3 .choice__wrap {
        max-width: 900px
    }
}

@media (max-width:768px) {
    .choice--3 .choice__wrap {
        max-width: 400px;
        padding: 40px 0 30px 0
    }
}

.choice__list {
    display: flex;
    margin-top: 32px
}

@media (max-width:768px) {
    .choice__list {
        display: block;
        padding: 0 20px
    }
}

.choice__item {
    position: relative;
    display: block;
    flex: 1;
    margin: 12px 12px 0 12px;
    padding: 50px 36px 50px 36px;
    background: #fff;
    color: #000;
    text-decoration: none
}

@media (max-width:1100px) {
    .choice__item {
        padding: 40px 28px 40px 28px
    }
}

@media (max-width:768px) {
    .choice__item {
        margin: 22px 0 50px 0;
        padding: 32px 20px 40px 20px
    }
}

@media (max-width:480px) {
    .choice__item {
        padding: 32px 18px 40px 18px
    }
}

.choice__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 5px;
    background: #a6d839;
    transition: .2s
}

.choice__item:not(:first-of-type) {
    margin-left: 38px
}

.choice--3 .choice__item:not(:first-of-type) {
    margin-left: 26px
}

.choice__item:not(:last-of-type) {
    margin-right: 38px
}

.choice--3 .choice__item:not(:last-of-type) {
    margin-right: 26px
}

.choice__item--blue::before {
    background: #2db7db
}

.choice__item--red::before {
    background: #e21e57
}

.choice__item--orange::before {
    background: #fb7f40
}

.choice__item:focus,
.choice__item:hover {
    outline: 0
}

.choice__item:focus::before,
.choice__item:hover::before {
    height: 8px
}

.choice__txt {
    display: block;
    width: 85%
}

@media (max-width:1100px) {
    .choice__txt {
        width: 87%
    }
}

@media (max-width:1100px) {
    .choice--3 .choice__txt {
        width: 83%
    }
}

.choice__title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem
}

@media (max-width:1100px) {
    .choice__title {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

.choice__txt p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
    line-height: 1.2;
    color: #696969
}

.choice__img {
    position: absolute;
    top: 50%;
    right: -20px;
    bottom: auto;
    left: auto;
    height: 70px;
    transform: translateY(-50%)
}

@media (max-width:1100px) {
    .choice__img {
        right: -16px;
        height: 65px
    }
}

@media (max-width:480px) {
    .choice__img {
        right: -8px;
        height: 60px
    }
}

.choice__item .btn {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 36px
}

.chronos {
    overflow: hidden;
    background: #fff
}

.chronos__wrap {
    position: relative;
    max-width: 1100px;
    margin: 170px auto
}

@media (max-width:992px) {
    .chronos__wrap {
        margin: 190px auto
    }
}

@media (max-width:768px) {
    .chronos__wrap {
        margin: 0 auto;
        padding: 20px 0
    }
}

.chronos__line {
    position: relative;
    width: 100%;
    height: 8px;
    background: #2db7db
}

.chronos__line::after,
.chronos__line::before {
    content: "";
    width: 100%;
    background: #2db7db
}

.chronos__line::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -1000px
}

.chronos__line::after {
    position: absolute;
    top: 0;
    right: -1000px;
    bottom: 0;
    left: 100%
}

@media (max-width:768px) {
    .chronos__line {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 34px;
        width: 8px;
        height: 100%
    }
    .chronos__line::after,
    .chronos__line::before {
        display: none
    }
}

.chronos__dates {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    display: flex
}

@media (max-width:768px) {
    .chronos__dates {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding-left: 50px
    }
}

.chronos__item {
    position: relative;
    flex: 1
}

.chronos__item::before {
    content: "";
    position: absolute;
    top: -14px;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #2db7db
}

@media (max-width:992px) {
    .chronos__item::before {
        left: -5px
    }
}

@media (max-width:768px) {
    .chronos__item::before {
        top: 13px;
        left: -26px
    }
}

.chronos__item__wrap {
    position: absolute;
    display: block;
    width: 100%;
    padding: 30px 5px
}

@media (max-width:992px) {
    .chronos__item__wrap {
        padding: 27px 0
    }
}

@media (max-width:768px) {
    .chronos__item__wrap {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 16px 16px;
        max-width: 280px
    }
}

.chronos__item:nth-of-type(even) .chronos__item__wrap {
    bottom: 100%
}

.chronos__item:nth-of-type(odd) .chronos__item__wrap {
    top: 100%
}

.chronos__title {
    margin-bottom: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: uppercase;
    line-height: 1.3;
    color: #2db7db
}

.chronos__item p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    color: #1a1a1a
}

.content {
    background: #fff;
    overflow: hidden
}

.content--grey {
    background: #f4f8fa
}

.content__wrap {
    display: flex;
    max-width: 1200px;
    margin: 70px auto
}

@media (max-width:768px) {
    .content__wrap {
        display: block
    }
}

.content--thin .content__wrap {
    max-width: 800px
}

.content__col {
    position: relative;
    flex: 1;
    padding: 0 22px
}

.content__col--order {
    order: 2
}

.content__title {
    margin: 15px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: .05em;
    color: #050505;
    line-height: 1.5
}

.content p {
    margin: 15px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .02em;
    color: #383838;
    line-height: 1.5
}

.content a:not(.btn) {
    color: #000
}

.content__bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media (max-width:768px) {
    .content__bg {
        padding: 8px 0
    }
}

@media (max-width:480px) {
    .content__bg {
        padding: 12px 0
    }
}

.content__bg__wrap {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    background-position: center;
    background-size: cover
}

@media (max-width:768px) {
    .content__bg__wrap {
        width: 100%;
        height: 270px
    }
}

@media (max-width:480px) {
    .content__bg__wrap {
        width: 100%;
        height: 220px
    }
}

.content .support__conv {
    padding: 0
}

.content__links li {
    padding: 7px 0
}

.content__links li:first-of-type {
    padding-top: 0
}

.dark {
    padding: 70px 0;
    background: #0e151c
}

@media (max-width:768px) {
    .dark {
        padding: 38px 0
    }
}

.dark__wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .dark__wrap {
        padding: 0 18px
    }
}

.dark__wrap--wide {
    max-width: 1500px
}

@media (max-width:1500px) {
    .dark__wrap--wide {
        padding: 0 18px
    }
}

.dark .head {
    padding: 0 0 16px 0
}

.dark__subtext {
    max-width: 500px;
    margin: 0 auto;
    padding: 16px 0 0 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    color: #c4c4c4;
    text-align: center;
    line-height: 1.4
}

.dark__wrap sup {
    letter-spacing: 2px;
    letter-spacing: .125rem
}

.discover {
    background: #fff;
    overflow: hidden
}

.discover .head {
    padding: 58px 16px 18px 16px
}

@media (max-width:992px) {
    .discover .head {
        padding: 50px 15px 16px 15px
    }
}

@media (max-width:768px) {
    .discover .head {
        padding: 45px 15px 13px 15px
    }
}

@media (max-width:480px) {
    .discover .head {
        padding: 40px 15px 10px 15px
    }
}

.discover--simple .head {
    padding: 58px 16px
}

@media (max-width:992px) {
    .discover--simple .head {
        padding: 50px 15px
    }
}

@media (max-width:768px) {
    .discover--simple .head {
        padding: 45px 15px
    }
}

@media (max-width:480px) {
    .discover--simple .head {
        padding: 40px 15px
    }
}

.discover__img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

.discover__img img {
    display: block;
    width: 93%;
    margin: 0 auto -2px auto
}

@media (max-width:768px) {
    .discover__img img {
        width: 900px;
        margin-left: 26px
    }
}

@media (max-width:480px) {
    .discover__img img {
        margin-left: 10px
    }
}

.domain {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
    background: #0e151c
}

.domain__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    display: block;
    width: 100%;
    background-color: #000;
    background-position: center;
    background-size: cover
}

.domain__text {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 50px 80px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    transform: translateY(60px)
}

@media (max-width:992px) {
    .domain__text {
        padding: 40px 60px
    }
}

@media (max-width:768px) {
    .domain__text {
        max-width: 450px;
        padding: 30px 40px
    }
}

@media (max-width:480px) {
    .domain__text {
        width: 90%;
        padding: 30px 30px
    }
}

.domain-padding {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    border: none;
    background: #0e151c
}

@media (max-width:768px) {
    .domain-padding {
        height: 30px
    }
}

.footer {
    background: #414a51
}

.footer__wrap {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 24px 18px;
    align-items: center
}

@media (max-width:768px) {
    .footer__wrap {
        display: block;
        padding-top: 32px
    }
}

.footer__logo {
    padding-right: 30px
}

.footer__logo img {
    height: 28px
}

@media (max-width:768px) {
    .footer__logo img {
        height: 26px
    }
}

.footer__content {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    color: #fff
}

@media (max-width:992px) {
    .footer__content {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (max-width:768px) {
    .footer__content {
        margin: 12px 0;
        font-size: 14px;
        font-size: .875rem;
        color: #dedede
    }
}

.footer__content div {
    margin: 6px 0;
    line-height: 1.3
}

.footer__content a {
    color: #fff
}

.form {
    margin: 20px auto
}

@media (max-width:480px) {
    .form {
        margin: 10px auto
    }
}

.form--80 {
    width: 80%
}

@media (max-width:480px) {
    .form--80 {
        width: 100%
    }
}

.input {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 13px;
    font-size: .8125rem;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    transition: .12s
}

.input:focus {
    outline: 0;
    border-color: #2db7db
}

.input:-ms-input-placeholder {
    text-align: center
}

.input::placeholder {
    text-align: center
}

.grid {
    background: #fff
}

.grid__wrap {
    display: block;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 45px 0
}

@media (max-width:1200px) {
    .grid__wrap {
        max-width: 900px
    }
}

@media (max-width:900px) {
    .grid__wrap {
        padding: 26px 16px
    }
}

@media (max-width:480px) {
    .grid__wrap {
        padding: 16px 16px
    }
}

.grid__line {
    display: flex
}

@media (max-width:480px) {
    .grid__line {
        display: block
    }
}

.grid__item {
    display: flex;
    flex: 1;
    margin: 20px 0
}

.grid__item:not(:first-of-type) {
    margin-left: 10px
}

.grid__item:not(:last-of-type) {
    margin-right: 10px
}

.grid__img {
    flex: 0 1 1;
    width: 28px;
    height: 28px
}

.grid__img img {
    width: 28px;
    height: 28px
}

.grid__content {
    flex: 1;
    padding-left: 15px
}

.grid__title {
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: uppercase
}

@media (max-width:768px) {
    .grid__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .grid__title {
        font-size: 15px;
        font-size: .9375rem
    }
}

.grid__item--blue .grid__title {
    color: #2db7db
}

.grid__item--orange .grid__title {
    color: #fb7f40
}

.grid__item--green .grid__title {
    color: #a6d839
}

.grid__item--red .grid__title {
    color: #e21e57
}

.grid__item p {
    margin-top: 6px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    color: #9e9e9e;
    line-height: 1.4
}

@media (max-width:768px) {
    .grid__item p {
        font-size: 14px;
        font-size: .875rem
    }
}

.head-container {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #0e151c
}

.head-container--grey {
    background: #f4f8fa
}

.head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.head--left {
    text-align: left
}

.head--black {
    color: #000
}

.head--medium {
    max-width: 720px
}

.head--small {
    max-width: 500px
}

.head__title {
    margin: 8px 0;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25
}

.head__title--light {
    font-weight: 300
}

.head__title--red {
    color: #e21e57
}

.head p {
    margin: 10px 0;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #e8e8e8
}

.head p.--small {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.head p+p {
    margin-top: 20px
}

.head p.--light {
    font-weight: 300
}

.head--black p {
    color: #656565
}

.head a:not(.btn) {
    color: #fff
}

.header__client {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 64px
}

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

.header__client a {
    display: block;
    height: 100%;
    padding: 20px 32px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-size: .75rem;
    color: #262626;
    text-decoration: none;
    text-transform: uppercase;
    background: #edf2f5;
    transition: .1s
}

.header__client a:focus,
.header__client a:hover {
    background: #ededed;
    outline: 0
}

.header__client img {
    height: 19px;
    margin-right: 10px;
    margin-bottom: -5px
}

.header {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    background: #fff
}

@media (max-width:600px) {
    .header {
        height: auto
    }
}

.header__wrap {
    display: flex;
    max-width: 800px;
    height: 100%;
    margin: 0 auto
}

@media (max-width:600px) {
    .header__wrap {
        display: block
    }
}

.header__logo {
    position: relative;
    height: 100%;
    background: #2e3344
}

@media (max-width:600px) {
    .header__logo {
        height: 55px
    }
}

.header__logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -1200px;
    display: block;
    background: #2e3344
}

@media (max-width:600px) {
    .header__logo::after {
        display: none
    }
}

.header__logo a {
    display: block;
    height: 100%;
    padding: 16px 32px 19px 0
}

@media (max-width:600px) {
    .header__logo a {
        text-align: center
    }
}

@media (max-width:1200px) {
    .header__logo a {
        padding: 17px 26px 20px 0
    }
}

@media (max-width:992px) {
    .header__logo a {
        padding: 17px 22px 20px 0
    }
}

@media (max-width:768px) {
    .header__logo a {
        padding: 17px 18px 20px 18px
    }
}

@media (max-width:600px) {
    .header__logo a {
        padding: 13px 16px 16px 16px
    }
}

.header__logo img {
    height: 29px
}

@media (max-width:1200px) {
    .header__logo img {
        height: 27px
    }
}

@media (max-width:600px) {
    .header__logo img {
        height: 26px
    }
}

.header__nav {
    display: flex;
    flex: 1;
    padding-left: 40px
}

@media (max-width:1200px) {
    .header__nav {
        padding-left: 18px;
        padding-right: 30px
    }
}

@media (max-width:992px) {
    .header__nav {
        padding-left: 10px;
        padding-right: 140px
    }
}

@media (max-width:768px) {
    .header__nav {
        padding: 0 10px
    }
}

@media (max-width:600px) {
    .header__nav {
        height: 60px;
        padding: 0
    }
}

.header__nav li {
    flex: 1;
    display: block;
    height: 64px
}

@media (max-width:600px) {
    .header__nav li {
        height: 60px
    }
}

.header__nav li.-restricted {
    display: none
}

.header__nav li a {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    color: #262626;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: .1s
}

@media (max-width:768px) {
    .header__nav li a {
        font-size: 12px;
        font-size: .75rem
    }
}

@media (max-width:600px) {
    .header__nav li a {
        height: 60px;
        font-weight: 400
    }
}

.header__nav li a span {
    padding: 0 8px 2px 8px
}

@media (max-width:768px) {
    .header__nav li a span {
        padding: 0 16px 2px 16px
    }
}

@media (max-width:600px) {
    .header__nav li a span {
        padding: 0 8px 2px 8px
    }
}

.header__nav li a:focus,
.header__nav li a:hover,
.header__nav li.-active a {
    background: #f2f2f2;
    outline: 0
}

.hover__content {
    position: relative;
    left: 70px;
    z-index: 2;
    flex: 3;
    display: block;
    margin: 50px 0;
    padding: 22px 50px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12)
}

@media (max-width:992px) {
    .hover__content {
        left: 60px;
        margin: 40px 0;
        padding: 18px 25px;
        flex: 4
    }
}

@media (max-width:768px) {
    .hover__content {
        left: 0;
        width: 80%;
        margin: -100px auto 40px auto;
        padding: 12px 20px
    }
}

@media (max-width:480px) {
    .hover__content {
        width: 95%;
        margin-top: -70px;
        padding: 4px 15px
    }
}

.hover__item {
    position: relative;
    margin: 32px 0;
    padding: 3px 0 0 50px
}

@media (max-width:480px) {
    .hover__item {
        padding: 3px 0 0 44px
    }
}

.hover__icon {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 12px;
    width: 26px;
    height: 26px
}

@media (max-width:480px) {
    .hover__icon {
        left: 10px;
        width: 24px;
        height: 24px
    }
}

.hover__title {
    font-family: Roboto, sans-serif, ;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem
}

.hover__text p {
    margin-top: 15px;
    font-family: Roboto, sans-serif, ;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.hover__text b {
    font-weight: 500
}

.hover__text sub {
    font-size: 13px;
    font-size: .8125rem
}

.hover .head {
    padding: 32px 20px
}

.hover .head .form {
    margin-top: 30px
}

.hover {
    background: #f4f8fa;
    overflow: hidden
}

.hover__wrap {
    display: flex;
    max-width: 1400px;
    margin: 0 auto 50px auto
}

@media (max-width:768px) {
    .hover__wrap {
        display: block
    }
}

.hover__img {
    flex: 4;
    order: 1;
    background-color: #000;
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, .1);
    background-position: center;
    background-size: cover
}

@media (max-width:768px) {
    .hover__img {
        display: block;
        width: 100%;
        height: 250px
    }
}

@media (max-width:480px) {
    .hover__img {
        height: 200px
    }
}

hr {
    display: block;
    width: 1px;
    height: 25px;
    border: none
}

.input {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 5px 0;
    padding: 8px 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    transition: .12s
}

.input:focus {
    outline: 0;
    border-color: #2db7db
}

.input:-ms-input-placeholder {
    text-align: center
}

.input::placeholder {
    text-align: center
}

.list {
    max-width: 1200px;
    margin: 30px auto
}

.list__row {
    display: flex;
    margin: 0 0;
    width: 100%
}

@media (max-width:900px) {
    .list__row {
        display: block;
        max-width: 370px;
        margin: 20px auto
    }
}

@media (max-width:768px) {
    .list__row {
        max-width: 280px;
        margin: 16px auto
    }
}

.list__item {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 4px 0;
    padding: 9px 7px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    line-height: 1.3;
    background: #fff
}

@media (max-width:900px) {
    .list__item {
        margin: 0;
        border-radius: none;
        text-align: center
    }
}

.list__item>span {
    display: block;
    width: 100%
}

.list__item--2 {
    flex: 2
}

.list__item--3 {
    flex: 3
}

.list__item--4 {
    flex: 4
}

.list__item--5 {
    flex: 5
}

.list__item--6 {
    flex: 6
}

.list__item--7 {
    flex: 7
}

.list__item--8 {
    flex: 8
}

.list__item sub {
    font-size: 13px;
    font-size: .8125rem
}

.list__item--head,
.list__row--head .list__item {
    background: #f4f8fa;
    font-weight: 500
}

@media (max-width:900px) {
    .list__row--head {
        display: none
    }
}

.list__row--head .list__item {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #1f2e3d;
    color: #fff
}

.list__row--head .list__item--none {
    margin-right: 12px
}

.list__row--head .list__item--none+.list__item {
    padding-left: 30px;
    border-radius: 3px 0 0 3px
}

.list__row--head .list__item:last-of-type {
    border-radius: 0 3px 3px 0
}

.list__row:not(.list__row--head):nth-of-type(even) .list__item {
    background: #fff
}

.list__row:not(.list__row--head):nth-of-type(odd) .list__item:not(.list__item--head) {
    background: #e2e4e8
}

.list__row:not(.list__row--head) .list__item:first-of-type {
    border-radius: 3px;
    margin-right: 12px
}

@media (max-width:900px) {
    .list__row:not(.list__row--head) .list__item:first-of-type {
        border-radius: 3px 3px 0 0;
        margin-right: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        background: #1f2e3d;
        color: #fff
    }
}

@media (max-width:480px) {
    .list__row:not(.list__row--head) .list__item:first-of-type {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.list__row:not(.list__row--head) .list__item:nth-of-type(2) {
    padding-left: 30px;
    border-radius: 3px 0 0 3px
}

@media (max-width:900px) {
    .list__row:not(.list__row--head) .list__item:nth-of-type(2) {
        border-radius: 0;
        padding-top: 24px
    }
}

@media (max-width:768px) {
    .list__row:not(.list__row--head) .list__item:nth-of-type(2) {
        padding-top: 18px
    }
}

.list__row:not(.list__row--head) .list__item:last-of-type {
    border-radius: 0 3px 3px 0
}

@media (max-width:900px) {
    .list__row:not(.list__row--head) .list__item:last-of-type {
        border-radius: 0 0 3px 3px;
        padding-bottom: 24px
    }
}

@media (max-width:768px) {
    .list__row:not(.list__row--head) .list__item:last-of-type {
        padding-bottom: 18px
    }
}

.list__row:not(.list__row--head):not(.list__row--advisable) .list__item:not(.list__item--head) {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: border-color .12s
}

.list__row:not(.list__row--head):not(.list__row--advisable) .list__item--head+.list__item {
    border-left: 2px solid transparent
}

.list__row:not(.list__row--head):not(.list__row--advisable) .list__item:last-of-type {
    border-right: 2px solid transparent
}

@media (max-width:900px) {
    .list__row--advisable,
    .list__row:not(.list__row--head):not(.list__row--disabled):hover {
        border-radius: 5px;
        border: 2px solid #2db7db
    }
}

.list__row--advisable .list__item:not(.list__item--head),
.list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item:not(.list__item--head) {
    border-top: 2px solid #2db7db;
    border-bottom: 2px solid #2db7db
}

.list__row--advisable .list__item--head+.list__item,
.list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item--head+.list__item {
    border-left: 2px solid #2db7db
}

.list__row--advisable .list__item:last-of-type,
.list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item:last-of-type {
    border-right: 2px solid #2db7db
}

@media (max-width:900px) {
    .list__item span[data-responsive]::before {
        content: attr(data-responsive) " : ";
        font-weight: 400
    }
}

.list__item--center {
    text-align: center
}

.list__item b {
    font-weight: 500
}

.list__item--none,
.list__row--head .list__item--none {
    background: 0 0
}

.list__item .btn {
    margin: 0;
    padding: 12px 18px
}

@media (max-width:900px) {
    .list__item .btn {
        margin: 8px 0 0 0;
        padding: 14px 30px
    }
}

.mobile__img {
    display: block;
    flex: 1
}

@media (max-width:768px) {
    .mobile__img {
        flex: 3
    }
}

.mobile__img img {
    display: block;
    width: 85%;
    margin: 40px auto 0 auto
}

@media (max-width:992px) {
    .mobile__img img {
        width: 90%;
        margin: 30px auto 0 auto
    }
}

@media (max-width:768px) {
    .mobile__img img {
        width: 98%;
        margin: 10px auto 0 auto
    }
}

@media (max-width:600px) {
    .mobile__img img {
        max-width: 250px;
        margin: 0 auto 0 auto
    }
}

@media (max-width:480px) {
    .mobile__img img {
        max-width: 220px
    }
}

.mobile {
    overflow: hidden;
    background: #f3f7f9
}

.mobile__wrap {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

@media (max-width:900px) {
    .mobile__wrap {
        padding: 0 12px
    }
}

@media (max-width:600px) {
    .mobile__wrap {
        display: block
    }
}

.mobile__text {
    display: flex;
    align-items: center;
    flex: 1;
    order: 2
}

@media (max-width:768px) {
    .mobile__text {
        flex: 4
    }
}

@media (max-width:600px) {
    .mobile__text {
        display: block;
        max-width: 400px;
        margin: 32px auto 24px auto;
        padding: 0 12px
    }
}

@media (max-width:480px) {
    .mobile__text {
        margin: 26px auto 16px auto
    }
}

@media (max-width:800px) {
    .mobile__text .btn {
        margin: 5px 0
    }
}

@media (max-width:768px) {
    .mobile__text .btn {
        margin: 5px 0
    }
}

@media (max-width:480px) {
    .mobile__text .btn {
        margin: 5px 0
    }
}

.os {
    display: block;
    max-width: 1000px;
    margin: 8px auto;
    text-align: center
}

@media (max-width:992px) {
    .os--bcp {
        max-width: 500px
    }
}

@media (max-width:480px) {
    .os--bcp {
        max-width: 250px
    }
}

.os__item {
    display: inline-block;
    width: 120px;
    margin: 12px 10px;
    text-align: center;
    vertical-align: top
}

.os--bcp .os__item {
    width: 75px;
    margin: 12px 8px
}

.os__item--pink {
    color: #dd004f
}

.os__item--orange {
    color: #fa6f1e
}

.os__item--purple {
    color: #971b78
}

.os__item--blue {
    color: #396fc0
}

.os__item--red {
    color: red
}

.os__item--green {
    color: #57bd0b
}

.os__item--lightblue {
    color: #00a6f4
}

.os__item--lightblue {
    color: #00a6f4
}

.os__item--brown {
    color: #b06c39
}

.os__item--pale {
    color: #659ac1
}

.os__item--black {
    color: #fff
}

.os__item img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px
}

.os--bcp .os__item img {
    width: 54px;
    height: 54px
}

.os__title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.3
}

.part__img {
    display: block;
    flex: 1;
    padding: 0 40px 0 0
}

@media (max-width:768px) {
    .part__img {
        display: block;
        width: 100%;
        height: 200px
    }
}

.part--reverse .part__img {
    order: 1;
    padding: 0 0 0 40px
}

.part__img__wrap {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center;
    background-size: cover
}

.part {
    overflow: hidden;
    background: #f3f7f9
}

.part__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0
}

@media (max-width:1100px) {
    .part__wrap {
        padding: 30px 20px
    }
}

@media (max-width:768px) {
    .part__wrap {
        display: block;
        max-width: 500px;
        padding: 20px 0 0 0
    }
}

.part .head {
    flex: 1;
    padding: 40px 0
}

@media (max-width:768px) {
    .part .head {
        padding: 20px 20px
    }
}

.partners {
    display: block;
    width: 100%;
    height: auto;
    padding: 32px 0;
    background: #f4f8fa
}

@media (max-width:900px) {
    .partners {
        padding: 28px 10px
    }
}

@media (max-width:768px) {
    .partners {
        padding: 20px 10px
    }
}

.partners--white {
    background: #fff
}

.partners__text {
    max-width: 800px;
    margin: 0 auto 12px auto;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #9e9e9e;
    line-height: 1.2;
    text-align: center
}

.partners__wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 86px;
    max-width: 700px;
    margin: auto
}

@media (max-width:1200px) {
    .partners__wrap {
        height: 76px
    }
}

@media (max-width:900px) {
    .partners__wrap {
        display: block;
        height: auto;
        text-align: center
    }
}

.partners img {
    display: block;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    animation: partner 2s
}

@media (max-width:900px) {
    .partners img {
        display: inline-block;
        height: 72px;
        margin: 0 16px
    }
}

@media (max-width:768px) {
    .partners img {
        height: 55px;
        margin: 0 8px
    }
}

@media (max-width:480px) {
    .partners img {
        height: 47px;
        margin: 0 3px
    }
}

.partners img:focus {
    outline: 0;
    border-color: #c7c7c7
}

.partners img:nth-of-type(1) {
    animation-duration: .4s
}

.partners img:nth-of-type(2) {
    animation-duration: .8s
}

.partners img:nth-of-type(3) {
    animation-duration: 1.2s
}

.partners img:nth-of-type(4) {
    animation-duration: 1.6s
}

.partners img:nth-of-type(5) {
    animation-duration: 2s
}

.partners img:nth-of-type(6) {
    animation-duration: 2.4s
}

@keyframes partner {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.show {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000
}

.show__wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.show__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 174, 221, .4);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover
}

.show__bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(20, 106, 143, .7), rgba(142, 218, 241, .7))
}

.show--dark .show__bg {
    background-color: rgba(9, 21, 27, .4)
}

.show--dark .show__bg::before {
    background: linear-gradient(to bottom right, rgba(10, 10, 10, .7), rgba(28, 65, 84, .7))
}

.show--red .show__bg {
    background-color: rgba(226, 30, 87, .4)
}

.show--red .show__bg::before {
    background: linear-gradient(to bottom right, rgba(181, 31, 73, .7), rgba(236, 111, 146, .7))
}

.show--orange .show__bg {
    background-color: rgba(251, 127, 64, .4)
}

.show--orange .show__bg::before {
    background: linear-gradient(to bottom right, rgba(166, 216, 57, .7), rgba(166, 216, 57, .7))
}

.show--orange2 .show__bg::before {
    background: linear-gradient(to bottom right, rgba(255, 151, 99, .7), rgba(255, 104, 28, .7))
}

.show__img {
    display: block;
    width: 50%;
    margin: 0 auto
}

@media (max-width:768px) {
    .show__img {
        width: 900px;
        margin-left: 26px
    }
}

@media (max-width:480px) {
    .show__img {
        margin-left: 10px
    }
}

.show__img--height {
    width: auto;
    height: 130px
}

@media (max-width:992px) {
    .show__img--height {
        width: auto;
        height: 120px
    }
}

@media (max-width:768px) {
    .show__img--height {
        width: auto;
        height: 100px;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .show__img--height {
        width: auto;
        height: 80px;
        margin: 0 auto
    }
}

.show__img--darkerr {
    opacity: 0;
    transform-origin: center center;
    animation: .3s normal .2s 1 showImg running ease-in-out forwards
}

@keyframes showImg {
    from {
        opacity: 0;
        transform: scaleX(.95) scaleY(.95)
    }
    to {
        opacity: 1;
        transform: scaleX(1) scaleY(1)
    }
}

.show__text {
    padding-top: 100px;
    padding-bottom: 100px;
    letter-spacing: .04em;
    text-align: center
}

@media (max-width:768px) {
    .show__text {
        padding-left: 20px;
        padding-right: 20px
    }
}

.show--panel .show__text {
    padding-bottom: 50px
}

.show--big .show__text {
    padding-top: 130px;
    padding-bottom: 130px
}

.show__subtitle,
.show__title {
    margin: 10px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 1.625rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2
}

.show__subtitle.--no-transform,
.show__title.--no-transform {
    text-transform: none
}

.show__subtitle.--light,
.show__title.--light {
    font-weight: 300
}

.show__title {
    font-size: 26px;
    font-size: 1.625rem
}

.show__subtitle {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 36px;
    font-size: 2.25rem
}

.show__text p {
    max-width: 700px;
    margin: 20px auto;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    line-height: 1.4
}

@media (max-width:992px) {
    .show__text p {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .show__text p {
        font-size: 15px;
        font-size: .9375rem
    }
}

.show__text .btn {
    margin: 8px 8px
}

.simulator__form {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 50px 0
}

.simulator__form__label {
    margin: 10px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: .9375rem;
    text-transform: uppercase
}

.simulator__os {
    padding-bottom: 10px
}

.simulator__os__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-color: rgba(20, 130, 254, .5);
    background-blend-mode: multiply
}

.simulator__os__bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 130, 254, .5)
}

@media (max-width:992px) {
    .simulator__os__bg {
        height: 250px
    }
}

.simulator__os__content {
    position: relative;
    max-width: 500px;
    margin: -105px auto auto
}

.simulator__os__title {
    display: block;
    height: 105px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    text-transform: uppercase
}

@media (max-width:768px) {
    .simulator__os__title {
        font-weight: light
    }
}

.simulator__os__choice {
    display: flex;
    transform: translateY(-50%)
}

.simulator__os__item {
    display: block;
    flex: 1;
    padding: 25px 10px;
    margin: 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    text-transform: uppercase;
    color: #696969;
    text-align: center;
    background: #fff;
    border: 1px solid transparent;
    transition: .15s;
    cursor: pointer
}

.simulator__os__item-active,
.simulator__os__item:hover {
    border-color: #1482fe
}

.simulator__os__item img {
    display: block;
    height: 26px;
    margin: 0 auto 14px auto
}

.simulator {
    background: #f3f7f9;
    padding-bottom: 20px
}

.simulator__table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 25px
}

.simulator__col {
    position: relative;
    display: block;
    flex: 1 0 300px;
    max-width: 300px;
    margin: 24px 12px;
    color: #000;
    text-decoration: none
}

.simulator__col:focus {
    outline: 0
}

.simulator__col:first-of-type::before {
    content: "Offres les plus adaptées :";
    position: absolute;
    top: -40px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase
}

.simulator__col__block {
    display: block;
    padding: 40px 28px 65px 28px;
    background: #fff;
    border: 1px solid #fff;
    transition: .15s;
    text-align: center
}

.simulator__col:focus .simulator__col__block,
.simulator__col:hover .simulator__col__block {
    border-color: #2db7db
}

.simulator__col__title {
    display: block;
    margin: 6px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem
}

.simulator__col__list {
    display: block;
    padding: 30px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3
}

.simulator__col__price {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem
}

.simulator__col__price sup {
    position: relative;
    top: -5px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem
}

.simulator__col__price sub {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-size: .9375rem
}

.simulator__col__btn {
    display: block;
    width: 70%;
    height: auto;
    padding: 16px 12px;
    margin: -30px auto 0 auto;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #1482fe;
    transition: .15s
}

.simulator__col:focus .simulator__col__btn,
.simulator__col:hover .simulator__col__btn {
    background: #2f90fe
}

.simulator__col:active .simulator__col__btn {
    background: #1480fa
}

.slider {
    position: relative;
    display: block;
    width: 100%;
    height: 11px;
    margin: 20px 0;
    background: #eaeaea;
    border-radius: 6px
}

.slider__current {
    display: block;
    height: 100%;
    background: #61dc78;
    border-radius: 6px
}

.slider__wrap {
    position: absolute;
    top: -7px;
    right: 18px;
    bottom: 0;
    left: -8px
}

.slider__wrap div {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .07)
}

.social-padding {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    border: none;
    background: #fff
}

@media (max-width:768px) {
    .social-padding {
        display: none
    }
}

.social-padding--grey {
    background: #f4f8fa
}

.social {
    position: relative;
    background-color: rgba(53, 68, 80, .8);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover
}

.social::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(53, 68, 80, .7)
}

.social__wrap {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

@media (max-width:900px) {
    .social__wrap {
        padding: 0 12px
    }
}

@media (max-width:768px) {
    .social__wrap {
        display: block
    }
}

.social__tweets {
    flex: 1
}

@media (max-width:768px) {
    .social__tweets {
        padding: 12px 10px
    }
}

@media (max-width:768px) {
    .social__tweets .tweet {
        max-width: 500px;
        margin: 16px auto
    }
}

.social__tweets .tweet:first-of-type {
    transform: translateY(-20px)
}

@media (max-width:768px) {
    .social__tweets .tweet:first-of-type {
        transform: none
    }
}

.social__tweets .tweet:last-of-type {
    transform: translateY(20px)
}

@media (max-width:768px) {
    .social__tweets .tweet:last-of-type {
        transform: none
    }
}

.social__content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

@media (max-width:768px) {
    .social__content {
        display: block;
        padding: 0 16px 12px 16px
    }
}

@media (max-width:480px) {
    .social__content {
        padding: 0 0 12px 0
    }
}

.social__content .head {
    padding: 0 32px 0 26px
}

@media (max-width:768px) {
    .social__content .head {
        display: block;
        max-width: 500px;
        margin: 14px auto;
        padding: 0 27px
    }
}

@media (max-width:480px) {
    .social__content .head {
        padding: 0 10px
    }
}

.support__conv {
    flex: 1;
    padding: 0 40px
}

@media (max-width:1000px) {
    .support__conv {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .support__conv {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 18px
    }
}

@media (max-width:480px) {
    .support__conv {
        padding: 0 10px
    }
}

.support__msg {
    display: block;
    margin: 8px 0;
    animation: support 2s
}

@media (max-width:480px) {
    .support__msg {
        margin: 6px 0
    }
}

.support__msg:nth-of-type(1) {
    animation-duration: 1s
}

.support__msg:nth-of-type(2) {
    animation-duration: 2s
}

.support__msg:nth-of-type(3) {
    animation-duration: 3s
}

.support__msg:nth-of-type(4) {
    animation-duration: 4s
}

.support__msg:nth-of-type(5) {
    animation-duration: 5s
}

.support__msg:nth-of-type(6) {
    animation-duration: 6s
}

@keyframes support {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.support__msg__wrap {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin: 0
}

@media (max-width:1000px) {
    .support__msg__wrap {
        width: 92%
    }
}

@media (max-width:768px) {
    .support__msg__wrap {
        width: 80%
    }
}

@media (max-width:480px) {
    .support__msg__wrap {
        width: 92%
    }
}

.support__msg--right .support__msg__wrap {
    margin-left: auto
}

.support__msg__img {
    flex: 0 0 72px;
    display: block;
    margin-top: 2px;
    width: 72px;
    height: 72px;
    padding: 10px
}

@media (max-width:992px) {
    .support__msg__img {
        flex: 0 0 65px;
        width: 65px;
        height: 65px
    }
}

.support__msg--right .support__msg__img {
    order: 1
}

.support__msg__img>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    background-position: center;
    background-size: cover
}

.support__msg__content {
    margin: 10px;
    padding: 18px 22px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #696969;
    line-height: 1.25;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

@media (max-width:992px) {
    .support__msg__content {
        margin: 7px;
        padding: 16px 20px
    }
}

.support {
    background: #fff
}

.support__wrap {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0
}

@media (max-width:768px) {
    .support__wrap {
        display: block
    }
}

.support__txt {
    flex: 1;
    padding: 0 20px
}

@media (max-width:1000px) {
    .support__txt {
        padding: 0 10px
    }
}

@media (max-width:768px) {
    .support__txt {
        max-width: 500px;
        margin: 40px auto 0 auto;
        padding: 0 20px
    }
}

@media (max-width:480px) {
    .support__txt {
        margin-top: 30px
    }
}

.table__col {
    position: relative;
    flex: 1;
    display: block;
    margin: 0 22px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background: #f3f7f9
}

.table__col::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 3px;
    background: #2db7db;
    transition: .2s
}

@media (max-width:992px) {
    .table__col {
        margin: 0 12px
    }
    .table__col:first-of-type {
        margin-left: 10px
    }
    .table__col:last-of-type {
        margin-right: 10px
    }
}

@media (max-width:768px) {
    .table__col {
        max-width: 300px;
        margin: 52px auto
    }
    .table__col:first-of-type {
        margin-left: auto
    }
    .table__col:last-of-type {
        margin-right: auto
    }
}

@media (max-width:768px) {
    .table__col--simple {
        margin: 32px auto
    }
}

.table__col--simple::before {
    display: none
}

.table__col--red::before {
    background: #e21e57
}

.table__col--green::before {
    background: #a6d839
}

.table__col--disabled::before,
.table__col--grey::before {
    background: #9c9c9c
}

.table__col:not(.table__col--disabled):focus,
.table__col:not(.table__col--disabled):hover {
    outline: 0
}

.table__col:not(.table__col--disabled):focus::before,
.table__col:not(.table__col--disabled):hover::before {
    height: 8px
}

.table__header {
    position: relative;
    display: block
}

.table__header::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: radial-gradient(ellipse, #dcdcdc 0, #f3f7f9 60%);
    transform: translateY(-50%)
}

.table__header__wrap {
    display: block;
    padding: 29px 16px 26px 16px;
    position: relative;
    background: #f3f7f9;
    text-align: center
}

@media (max-width:768px) {
    .table__header__wrap {
        padding: 25px 16px 22px 16px
    }
}

.table__sup__title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase
}

.table__col--blue .table__sup__title {
    color: #2db7db
}

.table__col--red .table__sup__title {
    color: #e21e57
}

.table__col--green .table__sup__title {
    color: #9dcc38
}

.table__col--grey .table__sup__title {
    color: #757575
}

.table__title {
    margin: 5px 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 1px;
    letter-spacing: .0625rem;
    text-transform: uppercase
}

.table__title b {
    font-weight: 500
}

.table__price {
    margin: 5px 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-size: 1.25rem
}

.table__price sup {
    position: relative;
    top: -3px;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 0
}

.table__list {
    position: relative;
    padding: 30px 16px 8px 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    text-align: center
}

@media (max-width:768px) {
    .table__list {
        padding: 20px 16px 0 16px
    }
}

@media (max-width:480px) {
    .table__list {
        padding: 17px 16px 0 16px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.table__col--simple .table__list {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (max-width:768px) {
    .table__col--simple .table__list {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width:480px) {
    .table__col--simple .table__list {
        padding-top: 17px;
        padding-bottom: 17px
    }
}

.table__list li {
    margin: 14px 0
}

@media (max-width:992px) {
    .table__list li {
        margin: 10px 0
    }
}

@media (max-width:768px) {
    .table__list li {
        margin: 7px 0
    }
}

.table__list li b {
    font-weight: 400
}

.table__col .btn {
    position: relative;
    top: 6px;
    display: inline-block;
    margin-bottom: -14px
}

.table__col--disabled .btn {
    background: #dfdfdf
}

.table {
    display: flex;
    margin: 22px auto 40px auto
}

@media (max-width:768px) {
    .table {
        display: block;
        margin: 16px auto 32px auto
    }
}

.table--medium {
    max-width: 1050px
}

@media (max-width:1050px) {
    .table--medium {
        max-width: 900px
    }
}

.triple__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -64px;
    left: 50%;
    z-index: 1
}

@media (max-width:768px) {
    .triple__img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px
    }
}

@media (max-width:480px) {
    .triple__img {
        height: 200px
    }
}

.triple--reverse .triple__img {
    position: absolute;
    top: -64px;
    right: 50%;
    bottom: 0;
    left: 0
}

@media (max-width:768px) {
    .triple--reverse .triple__img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.triple__img>div {
    width: 100%;
    height: 100%;
    max-width: 800px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
    background-color: #000;
    background-position: center;
    background-size: cover
}

.triple__img--small>div {
    max-width: 550px
}

@media (max-width:768px) {
    .triple__img--small>div {
        max-width: 100%
    }
}

.triple--reverse .triple__img>div {
    margin: 0 0 0 auto
}

.triple__item {
    position: relative;
    margin: 32px 0;
    padding: 3px 0 0 50px
}

@media (max-width:480px) {
    .triple__item {
        padding: 3px 0 0 44px
    }
}

.triple__icon {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 12px;
    width: 26px;
    height: 26px
}

@media (max-width:480px) {
    .triple__icon {
        left: 10px;
        width: 24px;
        height: 24px
    }
}

.triple__title {
    font-family: Roboto, sans-serif, ;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem
}

.triple__text p {
    margin-top: 15px;
    font-family: Roboto, sans-serif, ;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25
}

.triple__text b {
    font-weight: 500
}

.triple__text sub {
    font-size: 13px;
    font-size: .8125rem
}

.triple .head {
    padding: 32px 20px
}

.triple .head .form {
    margin-top: 30px
}

.triple {
    position: relative;
    width: 100%;
    background: #f3f7f9;
    border-bottom: 110px solid #0e151c
}

@media (max-width:768px) {
    .triple {
        border-bottom: 30px solid #0e151c
    }
}

.domain+.triple {
    border-top: 130px solid #0e151c
}

.triple--reverse {
    border-bottom: none;
    border-top: 90px solid #0e151c;
    border-bottom: 40px solid #0e151c
}

@media (max-width:768px) {
    .triple--reverse {
        border-top: 30px solid #0e151c;
        border-bottom: 25px solid #0e151c
    }
}

.triple--transparent {
    background: #0e151c
}

.triple--grey {
    border-color: #f4f8fa;
    background: #fff
}

.triple__content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

.triple__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #0e151c
}

@media (max-width:768px) {
    .triple__content::before {
        left: 85%
    }
}

@media (max-width:480px) {
    .triple__content::before {
        display: none
    }
}

.triple--grey .triple__content::before {
    background: #f4f8fa
}

.triple--reverse .triple__content::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    left: 0;
    right: 50%
}

@media (max-width:768px) {
    .triple--reverse .triple__content::before {
        left: 0;
        right: 85%
    }
}

.triple--transparent .triple__content::before {
    background: #f3f7f9
}

@media (max-width:768px) {
    .triple--transparent .triple__content::before {
        display: none
    }
}

.triple__text {
    width: 50%;
    padding: 40px 22px;
    color: #0d0d0d
}

@media (max-width:1200px) {
    .triple__text {
        padding: 35px 20px
    }
}

@media (max-width:992px) {
    .triple__text {
        padding: 24px 17px
    }
}

@media (max-width:768px) {
    .triple__text {
        padding: 17px 16px;
        width: 85%
    }
}

@media (max-width:480px) {
    .triple__text {
        padding: 13px 14px;
        width: 100%
    }
}

.triple--reverse .triple__text {
    margin: 0 0 0 auto
}

.triple--transparent .triple__text {
    color: #fff
}

@media (max-width:768px) {
    .triple--transparent .triple__text {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

.tweet__content {
    margin: 14px 0 4px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

.tweet__content a {
    color: #000;
    text-decoration: none
}

.tweet__content a:focus,
.tweet__content a:hover {
    outline: 0;
    text-decoration: underline
}

.tweet__emoji {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    margin-bottom: -5px
}

@media (max-width:768px) {
    .tweet__emoji {
        width: 21px;
        height: 21px;
        margin-top: -7px;
        margin-bottom: -3.5px
    }
}

.tweet {
    padding: 18px 26px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .25)
}

.tweet__user {
    display: flex
}

.tweet__user__img {
    display: block;
    flex: 1 0 1;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    background-position: center;
    background-size: cover
}

@media (max-width:768px) {
    .tweet__user__img {
        width: 40px;
        height: 40px
    }
}

.tweet__user__at,
.tweet__user__name {
    display: block;
    text-decoration: none
}

.tweet__user__name {
    margin: 5px 0 2px 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #000
}

@media (max-width:768px) {
    .tweet__user__name {
        margin-top: 4px;
        font-size: 15px;
        font-size: .9375rem
    }
}

.tweet__user__at {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #696969
}

@media (max-width:768px) {
    .tweet__user__at {
        font-size: 13px;
        font-size: .8125rem
    }
}

.video__content {
    flex: 4
}

.video__player-container {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0
}

@media (max-width:768px) {
    .video__player-container {
        max-width: 600px;
        padding: 0
    }
}

@media (max-width:480px) {
    .video__player-container {
        width: 100%
    }
}

.video__player {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 42.85%
}

.video__player__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.video__player::before {
    content: "";
    display: block;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: -36px;
    left: 0;
    background: #f3f7f9;
    border-top: 36px solid #f3f7f9;
    border-bottom: 36px solid #f3f7f9;
    transform: translateX(80px)
}

@media (max-width:768px) {
    .video__player::before {
        position: absolute;
        top: -28px;
        right: 0;
        bottom: -28px;
        left: 0;
        border-top-width: 28px;
        border-bottom-width: 28px
    }
}

@media (max-width:480px) {
    .video__player::before {
        transform: translateX(60px)
    }
}

.video--dark .video__player::before {
    background: #1a2633;
    border-top-color: #1a2633;
    border-bottom-color: #1a2633
}

.video__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-position: center;
    background-size: cover
}

.video__box iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__text {
    display: flex;
    align-items: center;
    flex: 2;
    padding: 0 18px
}

@media (max-width:768px) {
    .video__text {
        display: block;
        max-width: 400px;
        margin: 20px auto 50px auto;
        padding: 0
    }
}

@media (max-width:480px) {
    .video__text {
        margin: 0 auto 40px auto;
        padding: 0 24px
    }
}

.video--dark .video__text .head__title {
    color: #e21e57;
    font-weight: 400
}

.video--dark .video__text p {
    color: #fff
}

.video {
    background: #fff;
    overflow: hidden
}

.video--dark {
    background: #0e151c
}

.video__wrap {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 12px
}

@media (max-width:1100px) {
    .video__wrap {
        padding: 50px 12px
    }
}

@media (max-width:768px) {
    .video__wrap {
        display: block
    }
}

@media (max-width:480px) {
    .video__wrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1100px) {
    .choice__item:not(: first-of-type) {
        margin-left: 28px
    }
}

@media (max-width:768px) {
    .choice__item:not(: first-of-type) {
        margin-left: 0
    }
}

@media (max-width:1100px) {
    .choice--3 .choice__item:not(: first-of-type) {
        margin-left: 14px
    }
}

@media (max-width:768px) {
    .choice--3 .choice__item:not(: first-of-type) {
        margin-left: 0
    }
}

@media (max-width:1100px) {
    .choice__item:not(: last-of-type) {
        margin-right: 28px
    }
}

@media (max-width:768px) {
    .choice__item:not(: last-of-type) {
        margin-right: 0
    }
}

@media (max-width:1100px) {
    .choice--3 .choice__item:not(: last-of-type) {
        margin-right: 14px
    }
}

@media (max-width:768px) {
    .choice--3 .choice__item:not(: last-of-type) {
        margin-right: 0
    }
}

@media (max-width:1100px) {
    .choice__item .btn {
        left: 28px
    }
}

@media (max-width:768px) {
    .choice__item .btn {
        left: 20px
    }
}

@media (max-width:480px) {
    .choice__item .btn {
        left: 18px
    }
}

@media (max-width:768px) {
    .chronos__item:nth-of-type(even) .chronos__item__wrap {
        bottom: 0
    }
}

@media (max-width:768px) {
    .chronos__item:nth-of-type(odd) .chronos__item__wrap {
        top: 0
    }
}

@media (max-width:992px) {
    .content__wrap {
        margin: 50px auto
    }
}

@media (max-width:768px) {
    .content__wrap {
        margin: 35px auto
    }
}

@media (max-width:480px) {
    .content__wrap {
        margin: 28px auto
    }
}

@media (max-width:992px) {
    .content__col {
        padding: 0 18px
    }
}

@media (max-width:768px) {
    .content__title {
        margin: 14px 0
    }
}

@media (max-width:480px) {
    .content__title {
        margin: 13px 0
    }
}

@media (max-width:992px) {
    .content__title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media (max-width:768px) {
    .content__title {
        font-size: 21px;
        font-size: 1.3125rem
    }
}

@media (max-width:480px) {
    .content__title {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width:768px) {
    .content p {
        margin: 14px 0
    }
}

@media (max-width:480px) {
    .content p {
        margin: 13px 0
    }
}

@media (max-width:768px) {
    .content p {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:1200px) {
    .content__bg__wrap {
        max-height: 350px
    }
}

@media (max-width:992px) {
    .content__bg__wrap {
        max-height: 300px
    }
}

@media (max-width:480px) {
    .content__links li {
        padding: 6px 0
    }
}

@media (max-width:768px) {
    .dark .head {
        padding: 0
    }
}

@media (max-width:768px) {
    .footer__wrap {
        padding: 18px 16px
    }
}

@media (max-width:480px) {
    .grid__item:not(: first-of-type) {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .grid__item:not(: last-of-type) {
        margin-right: 0
    }
}

@media (max-width:992px) {
    .head-container {
        padding: 40px 0
    }
}

@media (max-width:768px) {
    .head-container {
        padding: 30px 0
    }
}

@media (max-width:480px) {
    .head-container {
        padding: 25px 0
    }
}

@media (max-width:768px) {
    .head__title {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media (max-width:480px) {
    .head__title {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media (max-width:480px) {
    .head p {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:1200px) {
    .header__client a {
        padding: 20px 20px
    }
}

@media (max-width:1200px) {
    .header__wrap {
        max-width: 700px
    }
}

@media (max-width:768px) {
    .header__wrap {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .header__nav li.-restricted {
        display: block
    }
}

@media (max-width:992px) {
    .hover__title {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width:768px) {
    .hover__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (max-width:480px) {
    .hover__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:992px) {
    .hover__text p {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:992px) {
    .hover .head {
        padding: 26px 17px
    }
}

@media (max-width:768px) {
    .hover .head {
        padding: 20px 14px
    }
}

@media (max-width:480px) {
    .hover .head {
        padding: 18px 10px
    }
}

@media (max-width:992px) {
    .list {
        margin: 10px auto
    }
}

@media (max-width:992px) {
    .list__item {
        padding: 13px 7px
    }
}

@media (max-width:900px) {
    .list__item {
        padding: 4px 16px
    }
}

@media (max-width:768px) {
    .list__item {
        padding: 3px 16px
    }
}

@media (max-width:992px) {
    .list__row--head .list__item--none {
        margin-right: 8px
    }
}

@media (max-width:992px) {
    .list__row--head .list__item--none+.list__item {
        padding-left: 16px
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head):nth-of-type(odd) .list__item:not(.list__item--head) {
        background: #fff
    }
}

@media (max-width:992px) {
    .list__row:not(.list__row--head) .list__item:first-of-type {
        margin-right: 8px
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head) .list__item:first-of-type {
        margin-right: 0
    }
}

@media (max-width:992px) {
    .list__row:not(.list__row--head) .list__item:nth-of-type(2) {
        padding-left: 16px
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head):not(.list__row--advisable) .list__item:not(.list__item--head) {
        border-top: none
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head):not(.list__row--advisable) .list__item:not(.list__item--head) {
        border-bottom: none
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head):not(.list__row--advisable) .list__item--head+.list__item {
        border-left: none
    }
}

@media (max-width:900px) {
    .list__row:not(.list__row--head):not(.list__row--advisable) .list__item:last-of-type {
        border-right: none
    }
}

@media (max-width:900px) {
    .list__row--advisable .list__item:not(.list__item--head),
    .list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item:not(.list__item--head) {
        border-top: none
    }
}

@media (max-width:900px) {
    .list__row--advisable .list__item:not(.list__item--head),
    .list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item:not(.list__item--head) {
        border-bottom: none
    }
}

@media (max-width:900px) {
    .list__row--advisable .list__item--head+.list__item,
    .list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item--head+.list__item {
        border-left: none
    }
}

@media (max-width:900px) {
    .list__row--advisable .list__item:last-of-type,
    .list__row:not(.list__row--head):not(.list__row--disabled):hover .list__item:last-of-type {
        border-right: none
    }
}

@media (max-width:768px) {
    .os__item {
        width: 80px
    }
}

@media (max-width:480px) {
    .os__item {
        width: 60px
    }
}

@media (max-width:768px) {
    .os__item {
        margin: 12px 5px
    }
}

@media (max-width:768px) {
    .os--bcp .os__item {
        width: 80px
    }
}

@media (max-width:480px) {
    .os--bcp .os__item {
        width: 70px
    }
}

@media (max-width:768px) {
    .os--bcp .os__item {
        margin: 12px 5px
    }
}

@media (max-width:768px) {
    .os__item--blue {
        color: #4a7dc9
    }
}

@media (max-width:768px) {
    .os__item img {
        width: 52px;
        height: 52px
    }
}

@media (max-width:480px) {
    .os__item img {
        width: 46px;
        height: 46px
    }
}

@media (max-width:768px) {
    .os__item img {
        margin-bottom: 10px
    }
}

@media (max-width:768px) {
    .os--bcp .os__item img {
        width: 48px;
        height: 48px
    }
}

@media (max-width:480px) {
    .os--bcp .os__item img {
        width: 42px;
        height: 42px
    }
}

@media (max-width:768px) {
    .os__title {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:480px) {
    .os__title {
        font-size: 14px;
        font-size: .875rem
    }
}

@media (max-width:992px) {
    .part__img {
        padding: 0 30px 0 0
    }
}

@media (max-width:768px) {
    .part__img {
        padding: 0 20px
    }
}

@media (max-width:992px) {
    .part--reverse .part__img {
        padding: 0 0 0 30px
    }
}

@media (max-width:768px) {
    .part--reverse .part__img {
        padding: 0 20px
    }
}

@media (max-width:992px) {
    .partners__text {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .partners__text {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:1200px) {
    .show__text {
        padding-top: 80px
    }
}

@media (max-width:992px) {
    .show__text {
        padding-top: 60px
    }
}

@media (max-width:768px) {
    .show__text {
        padding-top: 40px
    }
}

@media (max-width:1200px) {
    .show__text {
        padding-bottom: 80px
    }
}

@media (max-width:992px) {
    .show__text {
        padding-bottom: 60px
    }
}

@media (max-width:768px) {
    .show__text {
        padding-bottom: 40px
    }
}

@media (max-width:1200px) {
    .show--panel .show__text {
        padding-bottom: 40px
    }
}

@media (max-width:992px) {
    .show--panel .show__text {
        padding-bottom: 30px
    }
}

@media (max-width:768px) {
    .show--panel .show__text {
        padding-bottom: 14px
    }
}

@media (max-width:1200px) {
    .show--big .show__text {
        padding-top: 100px
    }
}

@media (max-width:992px) {
    .show--big .show__text {
        padding-top: 80px
    }
}

@media (max-width:768px) {
    .show--big .show__text {
        padding-top: 60px
    }
}

@media (max-width:1200px) {
    .show--big .show__text {
        padding-bottom: 100px
    }
}

@media (max-width:992px) {
    .show--big .show__text {
        padding-bottom: 80px
    }
}

@media (max-width:768px) {
    .show--big .show__text {
        padding-bottom: 60px
    }
}

@media (max-width:1200px) {
    .show__title {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

@media (max-width:992px) {
    .show__title {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width:768px) {
    .show__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:480px) {
    .show__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:1200px) {
    .show__subtitle {
        font-size: 33px;
        font-size: 2.0625rem
    }
}

@media (max-width:992px) {
    .show__subtitle {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media (max-width:768px) {
    .show__subtitle {
        font-size: 26px;
        font-size: 1.625rem
    }
}

@media (max-width:480px) {
    .show__subtitle {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

@media (max-width:992px) {
    .simulator__os__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:768px) {
    .simulator__os__title {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:992px) {
    .simulator__col:first-of-type::before {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:768px) {
    .simulator__col:first-of-type::before {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:992px) {
    .table__price {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width:768px) {
    .table__price {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (max-width:480px) {
    .table__price {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:992px) {
    .triple__title {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

@media (max-width:768px) {
    .triple__title {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media (max-width:480px) {
    .triple__title {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media (max-width:992px) {
    .triple__text p {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media (max-width:992px) {
    .triple .head {
        padding: 26px 17px
    }
}

@media (max-width:768px) {
    .triple .head {
        padding: 20px 14px
    }
}

@media (max-width:480px) {
    .triple .head {
        padding: 18px 10px
    }
}

@media (max-width:768px) {
    .tweet__content {
        line-height: 1.4
    }
}

@media (max-width:768px) {
    .tweet__content {
        font-size: 15px;
        font-size: .9375rem
    }
}