/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

html {
    font-size: 10px;
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

a, button {
    color: inherit;
    cursor: pointer
}

button {
    background-color: transparent;
    border-width: 0;
    padding: 0
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

dd, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: PT Root UI;
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Bold.eot);
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Bold.eot?#iefix) format("embedded-opentype"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Bold.woff) format("woff"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: PT Root UI;
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Medium.eot);
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Medium.eot?#iefix) format("embedded-opentype"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Medium.woff) format("woff"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: PT Root UI;
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Regular.eot);
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Regular.eot?#iefix) format("embedded-opentype"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Regular.woff) format("woff"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PT Root UI;
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Light.eot);
    src: url(../themes/promo/assets/communigate/fonts/PTRootUI-Light.eot?#iefix) format("embedded-opentype"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Light.woff) format("woff"), url(../themes/promo/assets/communigate/fonts/PTRootUI-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

body {
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    overflow-x: hidden
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }
    to {
        transform: translate(0)
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }
    to {
        transform: translate(0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:after, .modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

h1 {
    font-size: 33px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h1 {
        font-size: 36px
    }
}

h2 {
    font-size: 25px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h2 {
        font-size: 28px
    }
}

h3 {
    font-size: 21px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h3 {
        font-size: 24px
    }
}

h4 {
    font-size: 15px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-size: 15px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h5 {
        font-size: 18px
    }
}

h6 {
    font-size: 15px;
    position: relative;
    color: inherit;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px
}

@media (min-width: 960px) {
    h6 {
        font-size: 18px
    }
}

.editor {
    font-size: 16px;
    color: #222
}

.editor ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: inherit
}

.editor ul li {
    position: relative;
    padding: 0 0 15px 15px;
    line-height: 1.4;
    font-size: inherit
}

.editor ul li:before {
    position: absolute;
    display: block;
    content: "";
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #4a4a4a;
    left: 0;
    top: 9px
}

.editor p {
    line-height: 1.4;
    margin-bottom: 15px
}

.header {
    position: relative;
    background-color: #171717;
    width: 100%;
    box-shadow: 0 2px 15px 0 transparent;
    color: #fff;
    transition: box-shadow .15s
}

.header__mobile {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute
}

@media (min-width: 960px) {
    .header__mobile {
        display: none
    }
}

.header__brand {
    flex: 0 0 auto;
    margin-right: 45px
}

.header__brand img {
    max-width: 100px;
    height: auto
}

@media (min-width: 768px) {
    .header__brand img {
        max-width: 140px
    }
}

.header__softline svg {
    max-width: 100px;
    height: 40px;
    fill: #fff;
    margin-right: 20px
}

@media (min-width: 768px) {
    .header__softline svg {
        max-width: 120px;
        margin-right: 30px
    }
}

.header__contacts {
    display: none;
    flex: 0 0 auto
}

@media (min-width: 768px) {
    .header__contacts {
        display: block
    }
}

.header__contacts a {
    letter-spacing: 1px
}

.header__contacts a svg {
    float: left;
    margin-right: 10px;
    fill: #fff;
    width: 15px;
    height: 15px
}

.header__nav {
    flex: 0 0 auto;
    margin-left: auto;
    display: none
}

@media (min-width: 960px) {
    .header__nav {
        display: block
    }
}

.header__container {
    height: 64px;
    display: flex;
    align-items: center;
    overflow-y: hidden
}

.header a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: .12s ease-out
}

.js-is-sticky {
    z-index: 40
}

.js-is-sticky .header {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .05)
}

.header-box {
    z-index: 20
}

.modal {
    font-size: 16px
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__close {
    background: transparent;
    border: 0;
    outline: none
}

.modal__header .modal__close:before {
    content: "✕"
}

.modal__content {
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8)
}

.modal__btn {
    font-size: .875em;
    padding: .5em 1em;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25em;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.modal__btn:focus, .modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

input:not([type]), input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    outline: none;
    transition: box-shadow .25s;
    display: block;
    font-size: 15px;
    line-height: 1.42;
    background-color: #fff;
    background-image: none;
    font-weight: 400;
    color: #555;
    padding: 8px 12px;
    background-repeat: no-repeat;
    -o-border-image: initial;
    border-image: initial;
    border: 1px solid #e4e4e4;
    border-radius: 9px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .04)
}

input:not([type]):hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover, select:hover, textarea:hover {
    border: 1px solid rgba(239, 211, 211, .8)
}

input:not([type])::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9c9c9c
}

input:not([type])::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #9c9c9c
}

input:not([type]):-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9c9c9c
}

input:not([type])::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #9c9c9c
}

input:not([type])::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
    color: #9c9c9c
}

input:not([type]):active, input:not([type]):focus, input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=text]:active, input[type=text]:focus, input[type=url]:active, input[type=url]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border: 1px solid #e3c7c7
}

select {
    padding: 8px 26px 8px 12px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:not(:focus):invalid {
    color: #9c9c9c
}

select option[disabled] {
    color: #9c9c9c
}

textarea {
    resize: vertical;
    height: 110px
}

.input-box {
    position: relative;
    margin-bottom: 17px
}

.input-box > span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px
}

.input-box label {
    display: block;
    position: relative
}

.input-box.input-error input, .input-box.input-error select, .input-box.input-error textarea {
    border-color: #e43b2d
}

.input-box.select:after {
    display: block;
    position: absolute;
    content: "";
    opacity: .4;
    right: 10px;
    top: 0;
    width: 12px;
    height: 38px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NTEuODQ3IiBoZWlnaHQ9IjQ1MS44NDciPjxwYXRoIGQ9Ik0yMjUuOTIzIDM1NC43MDZjLTguMDk4IDAtMTYuMTk1LTMuMDkyLTIyLjM2OS05LjI2M0w5LjI3IDE1MS4xNTdjLTEyLjM1OS0xMi4zNTktMTIuMzU5LTMyLjM5NyAwLTQ0Ljc1MSAxMi4zNTQtMTIuMzU0IDMyLjM4OC0xMi4zNTQgNDQuNzQ4IDBsMTcxLjkwNSAxNzEuOTE1IDE3MS45MDYtMTcxLjkwOWMxMi4zNTktMTIuMzU0IDMyLjM5MS0xMi4zNTQgNDQuNzQ0IDAgMTIuMzY1IDEyLjM1NCAxMi4zNjUgMzIuMzkyIDAgNDQuNzUxTDI0OC4yOTIgMzQ1LjQ0OWMtNi4xNzcgNi4xNzItMTQuMjc0IDkuMjU3LTIyLjM2OSA5LjI1N3oiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.radio-box {
    position: relative;
    display: flex;
    margin-bottom: 15px
}

.radio-box label {
    display: flex;
    cursor: pointer
}

.radio-box__fake-radio {
    flex: 0 0 auto;
    display: inline-block;
    top: 2px;
    position: relative;
    border: 1px solid rgba(239, 211, 211, .69);
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px
}

.radio-box__fake-radio:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .1s;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) scale(0);
    background-color: #3196dd
}

.check-box__label, .radio-box__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 10px;
    font-weight: 400
}

.radio-box input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

input[type=radio]:checked + .radio-box__fake-radio:after {
    transform: translate(-50%, -50%) scale(1)
}

.check-box {
    position: relative;
    display: flex;
    margin-bottom: 15px
}

.check-box label {
    display: flex;
    cursor: pointer
}

.check-box__fake {
    flex: 0 0 auto;
    display: inline-block;
    top: 2px;
    position: relative;
    border: 1px solid rgba(239, 211, 211, .69);
    background-color: #fff;
    border-radius: 3px;
    width: 18px;
    height: 18px
}

.check-box__fake:after {
    content: "✓";
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .1s;
    font-weight: 600;
    margin-left: 2px;
    font-size: 12px;
    line-height: 1;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) scale(0);
    color: #3196dd
}

.check-box input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

input[type=checkbox]:checked + .check-box__fake:after {
    transform: translate(-50%, -50%) scale(1)
}

.error-message {
    font-weight: 300;
    font-size: 11px
}

.error-message, .form-note {
    display: block;
    padding-top: 5px;
    line-height: 1.2
}

.form-note {
    font-weight: 400;
    font-size: 13px;
    color: #2e3137
}

.form-note a {
    color: #004987
}

.title {
    text-align: center;
    margin-bottom: 14px
}

@media (min-width: 1281px) {
    .title {
        margin-bottom: 20px
    }
}

.title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: .2em
}

@media (min-width: 425px) {
    .title h2 {
        font-size: 25px
    }
}

@media (min-width: 1281px) {
    .title h2 {
        font-size: 28px;
        margin-bottom: 12px
    }
}

.title p {
    font-size: 16px;
    font-weight: 500
}

.title__action {
    padding-top: 20px
}

.container {
    padding: 0 20px;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto
}

.button {
    position: relative;
    display: inline-flex;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    outline: none;
    font-size: 13px;
    border-radius: 30px;
    text-transform: uppercase;
    background: #e70;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    transition: .12s linear
}

.button:hover {
    background: #d56a00
}

.button--primary {
    font-size: 16px;
    box-shadow: 0 12px 32px -12px rgba(26, 27, 27, .6);
    min-width: 200px
}

.button--expanded {
    display: flex;
    width: 100%;
    max-width: 100%
}

.button--download {
    background: #e11f21;
    padding: 18px 55px 18px 18px
}

.button--download:hover {
    background: #cb1b1d
}

.button--download svg {
    position: absolute;
    fill: currentColor;
    width: 1.3em;
    height: 1.3em;
    stroke: #fff;
    stroke-width: 15px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.button--white {
    border: 1px solid #004987;
    background: transparent;
    box-shadow: 0 12px 32px -12px rgba(0, 84, 222, 0);
    color: #004987
}

.button--white:hover {
    background: #004987;
    color: #fff
}

.nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0
}

.nav li {
    padding: 0 4px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: PT Root UI, Open Sans, -apple-system, BlinkMacSystemFont, helvetica neue, helvetica, ubuntu, arial, sans-serif
}

.nav li a {
    display: block;
    padding: 10px;
    font-size: inherit;
    border-radius: 30px;
    transition: .2s
}

@media (min-width: 1200px) {
    .nav li a {
        padding: 10px 15px
    }
}

.nav li a:hover {
    background-color: #004987
}

.heading {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.heading__body {
    min-height: 500px;
    width: 100%;
    background: rgba(31, 51, 95, .77)
}

.heading__logo {
    max-width: 420px;
    width: 100%;
    height: 56px;
    margin: 0 auto 30px
}

.heading__logo img {
    max-width: 100%
}

.heading__actions {
    padding-top: 20px
}

.heading__text {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.heading__text p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff
}

.heading__text h1 {
    text-align: center;
    display: inline-block;
    padding: 0 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px
}

@media (min-width: 425px) {
    .heading__text h1 {
        font-size: 25px
    }
}

@media (min-width: 1200px) {
    .heading__text h1 {
        font-size: 34px
    }
}

.heading__arrow {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e70;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    transition: .1s
}

.heading__arrow:before {
    display: block;
    content: attr(data-descr);
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.heading__arrow:hover {
    background-color: #d56a00
}

.heading__arrow svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.note-box {
    padding: 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column
}

@media (min-width: 768px) {
    .note-box {
        padding: 60px 0
    }
}

@media (min-width: 960px) {
    .note-box {
        flex-direction: row
    }
}

.note-box__body {
    flex: 1 1 auto;
    color: #222;
    line-height: 1.5;
    font-size: 16px
}

@media (min-width: 960px) {
    .note-box__body {
        padding-left: 20px;
        border-left: 1px solid #ccc
    }
}

.note-box__softline {
    max-width: 160px !important;
    fill: #3c3737 !important
}

.note-box__brand {
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px
}

.note-box__brand img, .note-box__brand svg {
    fill: #191919;
    width: auto;
    max-width: 200px
}

.note-box__brand svg {
    height: 40px
}

@media (min-width: 960px) {
    .note-box__brand {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.section-note-box {
    background-color: #fff
}

.content-row {
    display: flex;
    flex-wrap: wrap
}

.content-row__cell {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%
}

@media (min-width: 960px) {
    .content-row__cell {
        max-width: 65%
    }
}

.content-row__side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%
}

@media (min-width: 960px) {
    .content-row__side {
        max-width: 33.3333333333%
    }
}

.content-row__side img {
    width: auto;
    height: auto;
    max-width: 325px
}

@media (min-width: 420px) {
    .content-row__side img {
        max-width: 400px
    }
}

@media (min-width: 960px) {
    .content-row__side img {
        max-width: 100%
    }
}

.cards {
    display: flex;
    flex-wrap: wrap;
    width: auto
}

@media (min-width: 768px) {
    .cards {
        margin: 0 -24px
    }
}

.cards__cell {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 25px
}

@media (min-width: 768px) {
    .cards__cell {
        padding: 24px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .cards--cell-3 .cards__cell {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.cards--cell-4 .cards__cell {
    padding: 10px
}

@media (min-width: 768px) {
    .cards--cell-4 .cards__cell {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 960px) {
    .cards--cell-4 .cards__cell {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 1100px) {
    .cards--cell-4 .cards__cell {
        padding: 24px
    }
}

.card {
    display: flex;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
    background: #fff
}

.card--vertical {
    flex-direction: column;
    padding: 20px;
    width: 100%;
    margin: 0 auto
}

.card--vertical .card__icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #004987;
    margin-bottom: 20px
}

.card--vertical .card__icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    fill: #fff
}

.card--vertical .card__body {
    padding-left: 0
}

.card--vertical .card__text {
    color: #222;
    font-weight: 500
}

.card__icon {
    flex: 0 0 auto
}

.card__icon svg {
    width: 40px;
    height: 40px;
    fill: #004987
}

.card__title {
    padding-top: 4px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #004987
}

@media (min-width: 450px) {
    .card__title {
        font-size: 23px
    }
}

.card__text {
    font-size: 16px
}

.card__body {
    padding-left: 18px
}

.product {
    display: flex;
    flex-direction: column;
    color: #222;
    max-width: 360px;
    margin: 0 auto 30px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e2d9d9;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22)
}

.product__top {
    position: relative;
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.product__bottom {
    text-align: center;
    position: relative;
    padding: 20px;
    margin-top: auto
}

.product__bottom:after {
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    width: calc(100% - 40px)
}

.product__title {
    position: relative;
    padding: 15px 15px 0;
    font-size: 20px
}

@media (min-width: 1281px) {
    .product__title {
        padding: 20px 115px 0 20px
    }
}

.product__price {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #6183bc
}

@media (min-width: 1200px) {
    .product__price {
        right: 20px;
        text-align: right;
        top: 33px;
        margin-top: 0;
        position: absolute
    }
}

.product__desc {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px
}

@media (min-width: 1281px) {
    .product__desc {
        padding: 20px;
        font-size: 16px;
        line-height: 1.3
    }
}

.section-form {
    padding-top: 20px;
    padding-bottom: 20px
}

.section-form__desc {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 40px
}

.section-form__row {
    display: flex
}

.section-form__inputs {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%
}

@media (min-width: 768px) {
    .section-form__inputs {
        max-width: 50%
    }
}

.section-form__img {
    display: none;
    flex: 1 1 auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .section-form__img {
        margin-left: 40px;
        display: block;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .section-form__img {
        background-size: 500px
    }
}

.footer__logo {
    position: relative;
    max-width: 150px;
    min-width: 100px;
    width: 100%;
    text-align: center
}

.footer__logo svg {
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #b2b3b3;
    position: absolute;
    width: 100px;
    height: 20px
}

@media (min-width: 768px) {
    .footer__logo svg {
        left: 0;
        transform: translateY(-50%)
    }
}

@media (min-width: 768px) {
    .footer__logo {
        text-align: left
    }
}

.footer__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px
}

.footer__contacts a {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: inherit;
    color: inherit;
    padding: 12px 0;
    text-decoration: none;
    line-height: 13px;
    letter-spacing: inherit;
    margin-right: 20px
}

.footer__contacts a:hover span {
    color: #e6e6e6
}

.footer__contacts a:hover span, .footer__contacts a:hover svg {
    transition: .2s ease-in
}

.footer__contacts span {
    display: inline-block
}

.footer__contacts .icon {
    position: relative;
    margin-right: 7px;
    fill: currentColor
}

.footer__contacts .icon.icon-mail, .footer__contacts .icon.icon-tel {
    width: 15px;
    height: 13px
}

.footer__copyright {
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px
}

@media (min-width: 1024px) {
    .footer__copyright {
        padding: 0;
        margin: 0 0 0 auto
    }
}

@media (max-width: 768px) {
    .footer__partner {
        padding-top: 30px;
        margin: 0 auto
    }
}

@media (min-width: 1024px) {
    .footer__partner {
        flex: 1 1 auto;
        text-align: right
    }
}

.footer__partner a {
    display: inline-flex;
    height: 26px;
    color: #fff
}

.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px
}

.footer__logo, .footer__socials {
    padding: 20px 0
}

@media (min-width: 1024px) {
    .footer__logo, .footer__socials {
        padding: 12px 0
    }
}

.footer__wrap {
    padding-top: 20px;
    background-color: #222223
}

.footer.-padding-top {
    margin-top: 30px
}

@media (max-width: 768px) {
    .footer.-padding-top {
        margin-top: 80px
    }
}

.section-about {
    padding: 30px 0
}

.section-about__wrap {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .section-about__wrap {
        align-items: center;
        flex-direction: row
    }
}

.section-about__logo {
    flex: 0 0 auto;
    fill: #feffff;
    width: 170px;
    height: 50px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .section-about__logo {
        margin-bottom: 0
    }
}

.section-about__text {
    font-size: 16px;
    color: #fff
}

.section-about__text br {
    display: none
}

@media (min-width: 1200px) {
    .section-about__text br {
        display: block
    }
}

@media (min-width: 768px) {
    .section-about__text {
        padding-left: 50px
    }
}

.mobile-menu__btn {
    position: relative;
    width: 26px;
    outline: none;
    height: 26px
}

.mobile-menu__btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 100%;
    height: 100%
}

.mobile-menu__nav {
    display: block;
    top: 100%;
    right: -15px;
    position: absolute;
    z-index: 20;
    min-width: 300px;
    overflow-y: auto;
    padding: 20px 10px 20px 0;
    height: 100vh;
    box-shadow: 0 12px 18px -12px rgba(65, 65, 65, .52);
    background-color: #1d1d1d;
    transform-origin: right center;
    transform: translateY(17px) scaleX(0);
    background-clip: padding-box;
    transition: .15s
}

.mobile-menu__nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 8px 0 8px 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block;
    border-radius: 0 50px 50px 0
}

.mobile-menu__nav a:hover {
    color: #fff !important;
    background-color: #004987
}

.mobile-menu__nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-menu__nav ul li {
    display: block
}

.mobile-menu__nav.is-open {
    display: block;
    transform: translateY(17px) scaleX(1)
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    .stats {
        flex-direction: row
    }
}

.stats__ico {
    fill: #004987;
    width: 45px;
    height: 45px;
    margin-top: 6px;
    flex: 0 0 auto;
    margin-right: 20px
}

.stats__item {
    display: flex;
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 600
}

@media (min-width: 768px) {
    .stats__item {
        padding: 0 20px
    }
}

.stats__item strong {
    color: #e70
}

.product-services {
    padding-top: 40px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column
}

@media (min-width: 960px) {
    .product-services {
        flex-direction: row
    }
}

.product-services__desc {
    display: flex;
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 25px;
    font-weight: 500
}

@media (min-width: 960px) {
    .product-services__desc {
        justify-content: stretch;
        max-width: 25%;
        padding-right: 20px;
        margin-bottom: 0;
        text-align: left
    }
}

.product-services__desc h3 {
    display: block;
    font-size: 25px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 10px
}

.product-services__list {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.product-services__list-item {
    flex: 0 1 auto;
    text-align: center;
    font-size: 14px;
    width: 50%;
    padding: 0 12px 20px
}

@media (min-width: 425px) {
    .product-services__list-item {
        width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .product-services__list-item {
        padding: 0 12px;
        width: 16.6666666667%
    }
}

.product-services__list-item > span {
    font-weight: 500;
    color: #6183bc;
    display: block
}

.product-services__list-img {
    width: 70px;
    height: auto;
    margin: 0 auto 5px
}

.try-box {
    padding: 20px 0;
    text-align: center
}

.try-box--bg {
    background-color: #eeeeef;
    padding: 45px 0 30px
}

.try-box__action {
    margin-bottom: 15px
}

.try-box__action .button {
    min-width: 220px;
    text-align: center
}

.try-box__text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px
}

.try-box__text br {
    display: none
}

@media (min-width: 1200px) {
    .try-box__text br {
        display: block
    }
}

.button-play {
    position: relative;
    display: block;
    overflow: hidden;
    border: none;
    background-color: transparent;
    outline: none;
    background-image: url(../themes/promo/assets/communigate/img/product-5.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    max-width: 250px;
    width: 100%;
    height: 250px
}

.button-play:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 59, 115, .34);
    transition: .2s
}

.button-play:hover:after {
    background-color: rgba(65, 59, 115, .53)
}

.button-play:hover svg {
    fill: #fff
}

.button-play svg {
    position: absolute;
    transition: .2s;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    fill: hsla(0, 0%, 100%, .6);
    transform: translate(-50%, -50%)
}

.button-play-desc {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px
}

.button-play-desc .editor {
    color: #fff
}

.button-play-wrap {
    padding: 40px 0;
    background-color: #222223
}

.button-play-box {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    justify-content: center
}

.question {
    border-top: 1px solid #ccc;
    width: 100%;
    overflow: hidden
}

.question:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 0
}

.question:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.question__title {
    padding: 15px 30px;
    cursor: pointer;
    transition: .2s ease-out
}

.question__title h4 {
    margin-bottom: 0
}

.question__title:hover {
    background: #6998df
}

.question__content {
    display: none;
    border-top: 1px solid #ccc;
    padding: 15px 30px
}

.question.opened .question__title {
    background: #004987
}

.question.opened .question__title * {
    color: #fff
}

.question.opened .question__content {
    display: block
}

#faq-list {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

#faq-list .card {
    display: block;
    padding: 0
}

.form-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    box-shadow: 0 12px 32px rgba(204, 196, 196, .42)
}

@media (min-width: 768px) {
    .form-box {
        padding: 40px
    }
}

.link {
    display: inline-block;
    color: #004987;
    border-bottom: 1px dashed rgba(88, 96, 194, .51)
}

.link:hover {
    color: #002d54
}

.section {
    padding: 24px 0
}

@media (min-width: 1366px) {
    .section {
        padding: 50px 0
    }
}

.section--bg {
    background-color: #f9f9fb
}

.section--bg-alt {
    background-color: rgba(238, 238, 239, .79);
    position: relative
}

.section--bg-alt .container {
    position: relative;
    z-index: 2
}

#license {
    padding-bottom: 10px
}

body {
    color: #000
}

h1, h2, h3, h4 {
    color: #004987
}
