@import "../font/opensans/opensans.css";
html {
    font: inherit
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

body {
    font: 62.5%/2.4em "Open Sans", sans-serif;
    color: #111
}

a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #989898
}

a:hover,
a:active {
    border: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

a.header__topline-link:focus,
a.header__topline-login:focus {
	color: #fff !important;
	text-decoration: none !important;
}

a.header__topline-link:hover,
a.header__topline-login:hover {
    color: #33d98d !important;
    text-decoration: none !important;
}

.link_no-border {
    border: none;
    text-decoration: none
}

b,
strong {
    font-weight: 600
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    font-size: 1.6em;
    box-sizing: border-box
}

.wrapper_type_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

@media all and (max-width:1024px) {
    .inner {
        padding: 0 20px
    }
}

@media all and (max-width:767px) {
    .inner {
        padding: 0 10px
    }
}

.inner_type_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 40px
}

.content {
    width: 100%;
    height: 100%;
    padding: 0 30px 0 0;
    box-sizing: border-box
}

@media all and (max-width:1024px) {
    .content {
        padding: 0
    }
}

.content__title {
    margin: 0 0 25px;
    font-size: 187.5%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    color: #123c7d
}

@media all and (max-width:767px) {
    .content__title {
        margin: 0 auto 20px;
        line-height: normal
    }
}

.sidebar {
    min-width: 350px;
    max-width: 350px
}

@media all and (max-width:1024px) {
    .sidebar {
        display: none
    }
}

.spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh
}

.row-partners {
    padding: 40px 0;
    background-color: #fafafa
}

@media all and (max-width:767px) {
    .row-partners {
        padding: 35px 0
    }
}

.row-partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-partners__item {
    width: 42.5%
}

@media all and (max-width:1024px) {
    .row-partners__item {
        width: 100%;
        text-align: center
    }
    .row-partners__item:last-child {
        display: none
    }
}

.row-partners__title {
    margin: 0 0 30px;
    font-size: 150%;
    font-weight: 700;
    text-transform: uppercase;
    color: #807e7e
}

@media all and (max-width:767px) {
    .row-partners__title {
        margin: 0 0 20px
    }
}

.row-partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:1024px) {
    .row-partners__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .row-partners__list li+.row-partners__list li {
        margin: 0 30px
    }
}

@media all and (max-width:767px) {
    .row-partners__list li {
        padding: 0 5px
    }
    .row-partners__list li+.row-partners__list li {
        margin: 0
    }
    .row-partners__list img {
        width: 100%
    }
}

.row-partners__norton {
    display: inline-block;
    width: 61px;
    height: 34px;
    background: url("../imgs/icons/icon-norton.png") 0 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .row-partners__norton {
        background: url("../imgs/icons/icon-norton@2x.png") 0 0 no-repeat;
        background-size: contain
    }
}

@media (-webkit-min-device-pixel-ratio:2.6666666666666665),
(min-resolution:256dpi),
(-webkit-min-device-pixel-ratio:2.25) {
    .row-partners__norton {
        background: url("../imgs/icons/icon-norton@3x.png") 0 0 no-repeat;
        background-size: contain
    }
}

.row-partners__thawte {
    display: inline-block;
    width: 121px;
    height: 30px;
    background: url("../imgs/icons/icon-thawte.png") 0 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .row-partners__thawte {
        background: url("../imgs/icons/icon-thawte@2x.png") 0 0 no-repeat;
        background-size: contain
    }
}

@media (-webkit-min-device-pixel-ratio:2.6666666666666665),
(min-resolution:256dpi),
(-webkit-min-device-pixel-ratio:2.25) {
    .row-partners__thawte {
        background: url("../imgs/icons/icon-thawte@3x.png") 0 0 no-repeat;
        background-size: contain
    }
}

.row-partners__dmca {
    display: inline-block;
    width: 78px;
    height: 30px;
    background: url("../imgs/icons/icon-dmca.png") 0 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .row-partners__dmca {
        background: url("../imgs/icons/icon-dmca@2x.png") 0 0 no-repeat;
        background-size: contain
    }
}

@media (-webkit-min-device-pixel-ratio:2.6666666666666665),
(min-resolution:256dpi),
(-webkit-min-device-pixel-ratio:2.25) {
    .row-partners__dmca {
        background: url("../imgs/icons/icon-dmca@3x.png") 0 0 no-repeat;
        background-size: contain
    }
}

.row-partners__mcafee {
    display: inline-block;
    width: 101px;
    height: 30px;
    background: url("../imgs/icons/icon-mcafee.png") 0 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .row-partners__mcafee {
        background: url("../imgs/icons/icon-mcafee@2x.png") 0 0 no-repeat;
        background-size: contain
    }
}

@media (-webkit-min-device-pixel-ratio:2.6666666666666665),
(min-resolution:256dpi),
(-webkit-min-device-pixel-ratio:2.25) {
    .row-partners__mcafee {
        background: url("../imgs/icons/icon-mcafee@3x.png") 0 0 no-repeat;
        background-size: contain
    }
}

.cta-row {
    padding: 40px 0 35px;
    background: url("../imgs/design/bg_cta.jpg") center center no-repeat;
    background-size: cover;
    color: #fff
}

@media all and (max-width:767px) {
    .cta-row {
        padding: 30px 0
    }
}

.cta-row .row__title {
    font-size: 205%;
    color: #fff
}

@media all and (max-width:1024px) {
    .cta-row .row__title {
        line-height: 50px
    }
}

.cta-row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:1024px) {
    .cta-row__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cta-row__inner img {
        display: none
    }
}

.cta-row__info {
    max-width: 70%
}

@media all and (max-width:767px) {
    .cta-row__info {
        max-width: 100%
    }
}

.cta-row__button {
    width: 185px
}

.cta-row__text {
    max-width: 75%;
    font-size: 112.5%;
    font-weight: 700;
    line-height: 30px
}

@media all and (max-width:1024px) {
    .cta-row__text {
        display: none
    }
}

.row-faq {
    padding: 50px 0 35px;
    border-bottom: 1px solid #f5f5f5
}

@media all and (max-width:767px) {
    .row-faq {
        padding: 35px 0
    }
}

.row-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-faq__features {
    width: 32%;
    margin: 24px 0 0
}

@media all and (max-width:1024px) {
    .row-faq__features {
        display: none
    }
}

.row-faq__features-item {
    font-size: 112.5%;
    font-weight: 700
}

.row-faq__features-item+.row-faq__features-item {
    margin: 40px 0 0
}

.row-faq__features-icon {
    margin: 0 20px 0 0;
    vertical-align: middle
}

.row-faq__list {
    width: 66%
}

@media all and (max-width:1024px) {
    .row-faq__list {
        width: 100%;
        max-width: 710px;
        margin: 0 auto;
        text-align: center
    }
}

.row-faq__list .faq__list {
    margin: 0 0 25px;
    text-align: left
}

.row-faq__item+.row-faq__item {
    margin: 7px 0 0
}

.row-hiw {
    padding: 50px 0 45px
}

@media all and (max-width:767px) {
    .row-hiw {
        padding: 40px 0
    }
}

.main-hiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .main-hiw {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-hiw__item {
    position: relative;
    width: 32%
}

@media all and (max-width:1024px) {
    .main-hiw__item {
        width: 31%
    }
}

@media all and (max-width:767px) {
    .main-hiw__item {
        width: 100%
    }
    .main-hiw__item+.main-hiw__item {
        margin: 20px 0 0
    }
}

.main-hiw__item-icon,
.main-hiw__item-title {
    display: inline-block;
    vertical-align: middle
}

.main-hiw__item-title {
    margin: 15px 0 0 10px;
    font-size: 112.5%;
    font-weight: 700;
    text-transform: uppercase
}

.main-hiw__item-text {
    margin: 20px 0 0
}

@media all and (max-width:767px) {
    .main-hiw__item-text {
        margin: 10px 0 0
    }
}

.main-hiw__item-arrow {
    position: absolute;
    right: 0
}

@media all and (max-width:1024px) {
    .main-hiw__item-arrow {
        display: none
    }
}

.main-hiw__item-arrow_type_first {
    top: 25px
}

.main-hiw__item-arrow_type_second {
    top: 40px
}

.lead {
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
    background: url("../imgs/design/bg_lead.jpg") center center no-repeat;
    background-size: cover
}

@media all and (max-width:1024px) {
    .lead {
        padding: 30px 0
    }
}

@media all and (max-width:767px) {
    .lead {
        background-position: center -120px;
        background-size: auto;
        padding: 40px 0 0
    }
}

.lead__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

@media all and (max-width:767px) {
    .lead__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.lead__main {
    padding: 0 100px 0 0;
    color: #fff
}

@media all and (max-width:1024px) {
    .lead__main {
        padding: 0 40px 0 0
    }
}

@media all and (max-width:767px) {
    .lead__main {
        padding: 0
    }
}

.lead__main .button {
    width: 220px;
    box-sizing: border-box
}

.lead__main-slogan {
    position: relative;
    width: 100%;
    font-size: 300%;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase
}

@media all and (max-width:1024px) {
    .lead__main-slogan {
        font-size: 225%;
        line-height: 50px
    }
}

@media all and (max-width:767px) {
    .lead__main-slogan {
        margin: 0 0 25px;
        text-align: center;
        font-size: 187.5%;
        line-height: 40px
    }
}

.lead__main-slogan span {
    display: block
}

@media all and (max-width:767px) {
    .lead__main-slogan span {
        display: inline
    }
}

.lead__main-text {
    max-width: 90%;
    margin: 20px 0 30px;
    font-size: 150%;
    line-height: 36px;
    font-weight: 700
}

/*@media all and (max-width:1024px) {
    .lead__main-text {
        display: none
    }
}*/

@media all and (max-width:999px) {
    .lead__main-text {
        display: none
    }
}

.lead__main-text_type_mobile {
    display: none
}

@media all and (max-width:1024px) {
    .lead__main-text_type_mobile {
        display: block;
        padding: 0 10px;
        box-sizing: border-box
    }
}

@media all and (max-width:767px) {
    .lead__main-text_type_mobile {
        display: none
    }
}

.lead__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media all and (max-width:1024px) {
    .lead__options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        /*flex-direction: column;*/
        margin: 20px 0 0
    }
}

@media (max-widht:999px) {
  .lead__options {
    flex-direction: column;
  }
}

@media all and (max-width:767px) {
    .lead__options {
        display: none
    }
}

.lead__option {
    position: relative;
    width: 33.333%;
    margin: 0 0 20px;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    color: #fff
}

@media all and (max-width:1024px) {
    .lead__option {
        width: 50%
    }
    /*.lead__option {
        width: 100%
    }*/
    .lead__option:nth-child(3),
    .lead__option:nth-child(6),
    .lead__option:nth-child(9) {
        display: none
    }
}

@media (max-width:999px) {
  .lead__option {
      width: 100%
  }
}

.lead__option-icon {
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: middle;
    margin: 0 10px 0 0
}

.lead__calc {
    min-width: 350px;
    max-width: 350px;
    padding: 25px 20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25)
}

@media all and (max-width:767px) {
    .lead__calc {
        width: 100%;
        min-width: inherit;
        /*max-width: 320px;*/
        margin: 0 auto;
        padding: 20px 10px
    }
}

.lead__calc-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    color: #23b680
}

.lead__calc-row {
    margin: 0 0 20px;
    position: relative;
}

.lead__calc-button {
    width: 190px
}

.lead__calc-select {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    cursor: pointer
}

.lead__calc-select:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    direction: block;
    width: 10px;
    height: 7px;
    background: url("../imgs/icons/icon-select-arrow.svg") 0 0 no-repeat;
    content: ""
}

.lead__calc-select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
    z-index: -1
}

.lead__calc-select select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Open Sans", sans-serif;
    font-size: 100%;
    cursor: pointer
}

.lead__calc-select select::-ms-expand {
    display: none
}

.lead__calc-select select:focus {
    outline: none
}

.lead__calc-pages {
    width: 120px
}

.lead__calc-coast {
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 0 0 70px;*/
    font-size: 225%;
    font-weight: 700;
    position: absolute;
    line-height: 40px;
    right: 30px;
    margin: 0 auto;
}

.lead__calc-bottom {
    text-align: center;
    margin: 30px 0 0
}

.main-info {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    padding: 35px 0;
    box-sizing: border-box;
    background-color: #fff
}
@media (min-width: 900px){
    .main-faq .content{
      min-height: 700px;
    }

    .main-testim .content{
        min-height: 1000px;
    }
}

@media (min-width: 767px){
    .main-contact-page .content{
        min-height: 666px;
    }
}

.main-info__inner {
    padding-right: 390px;
    background: url("../imgs/design/main-text-bg.svg") right 110px top no-repeat
}

@media all and (max-width:1024px) {
    .main-info__inner {
        text-align: center;
        background: 0 0;
        padding-right: 20px
    }
}

.main-info .row__title {
    line-height: 40px
}

.main-info__text {
    margin: 0 0 20px
}

@media all and (max-width:1024px) {
    .main-info__text {
        text-align: left
    }
}

.main-info__text p {
    margin: 0 0 7px
}

.main-info__text_state_hidden {
    position: relative;
}

@media all and (max-width:640px) {
    .main-info__text_state_hidden {
        height: 100px
    }
}

.row-testimonials {
    padding: 50px 0 30px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

@media all and (max-width:767px) {
    .row-testimonials {
        padding: 35px 0
    }
}

.row-testimonials__bottom {
    text-align: center
}

.row {
    box-sizing: border-box
}

.row__title {
    margin: 0 0 25px;
    font-size: 187.5%;
    font-weight: 700;
    text-transform: uppercase;
    color: #123c7d
}

@media all and (max-width:1024px) {
    .row__title {
        text-align: center
    }
}

@media all and (max-width:767px) {
    .row__title {
        margin: 0 0 20px;
        line-height: 40px;
        font-size: 157.5%;
    }
}

.samples__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 25px;
    padding: 0 0 30px;
    border-bottom: 1px solid #f5f5f5
}

@media all and (max-width:767px) {
    .samples__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.samples__item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.samples__item-file {
    width: 100%;
    max-width: 140px;
    padding: 25px 0;
    text-align: center;
    background-color: #fafafa
}

@media all and (max-width:767px) {
    .samples__item-file {
        max-width: 100%;
        margin: 20px 0 0;
        padding: 15px;
        box-sizing: border-box
    }
}

.samples__item-file img {
    display: block;
    margin: 0 auto 10px
}

@media all and (max-width:767px) {
    .samples__item-file img {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        margin: 0 10px 0 0
    }
}

.samples__item-file a {
    font-size: 87.5%
}

.samples__item-title {
    font-weight: 700
}

.samples__item-title a {
  font-size: 16px;
}

.samples__item-options {
    padding: 0 0 0 20px
}

@media all and (max-width:767px) {
    .samples__item-options {
        padding: 0
    }
}

.samples__item-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.samples__item-option+.samples__item-option {
    margin: 5px 0 0
}

.samples__item-label {
    min-width: 65px;
    font-weight: 700
}

.samples__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
}

.samples__icon-pencil {
    width: 14px;
    height: 14px;
    background: url("../imgs/icons/icon-sample-pencil.svg") 0 0 no-repeat
}

.samples__icon-book {
    width: 14px;
    height: 18px;
    background: url("../imgs/icons/icon-sample-book.svg") 0 0 no-repeat
}

.samples__icon-dock {
    width: 14px;
    height: 16px;
    background: url("../imgs/icons/icon-sample-dock.svg") 0 0 no-repeat
}

.testimonials_type_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.testimonials_type_main .testimonials__item {
    /*width: 32%;*/
    width: 30%;
    border: none;
    margin: 0 0 30px;
    padding: 0
}

@media all and (max-width:1024px) {
    .testimonials_type_main .testimonials__item {
        width: 47.5%
    }
    .testimonials_type_main .testimonials__item:nth-child(3) {
        display: none
    }
}

@media all and (max-width:767px) {
    .testimonials_type_main .testimonials__item {
        width: 100%
    }
    .testimonials_type_main .testimonials__item:nth-child(2) {
        display: none
    }
}

.testimonials__item {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #f0f0f0
}

.testimonials__item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.testimonials__id {
    margin: 0 0 15px;
    font-size: 112.5%;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.testimonials__icon {
    margin: 0 0 -4px;
    max-height: 24px;
}

.testimonials__text {
    font-style: italic
}

.blog__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc
}

.blog__item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.blog__item-inner {
    padding: 0 30px 25px
}

@media all and (max-width:767px) {
    .blog__item-inner {
        padding: 0 20px 25px
    }
}

.blog__item-photo {
    display: block;
    margin: 0 0 10px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border: none
}

.blog__item-photo img {
    width: 100%;
    vertical-align: bottom
}

.blog__item-photo:hover {
    opacity: .75
}

.blog__item-title {
    margin: 0 0 10px
}

.blog__item-title-link {
    border: none;
    font-size: 188%;
    font-weight: 500;
    line-height: 1.4;
    color: #222
}

.blog__item-text {
    padding: 15px 0
}

.blog__read-more {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #555;
    border-radius: 4px;
    line-height: 28px;
    font-weight: 500;
    color: #555
}

.blog__read-more:hover {
    border: 1px solid #555;
    background-color: #e6e6e6
}

.blog__read-more:active {
    border: 1px solid #ffde00;
    background-color: #ffde00
}

.blog__category {
    font-size: 87.5%
}

.post {
    position: relative;
    margin: 0 0 30px
}

.post__image {
    width: 100%
}

.post__text {
    margin: 0 0 25px
}

.post__text h2 {
    margin: 15px 0 10px;
    font-size: 175%;
    line-height: 36px
}

.post__title {
    margin: 0 0 10px;
    font-size: 188%;
    font-weight: 500;
    line-height: 1.4
}

.post__category {
    padding: 5px 0 15px;
    font-size: 87.5%
}

.post__direction-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #555;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 500;
    color: #555
}

.post__direction-link:hover {
    border: 1px solid #555;
    background-color: #e6e6e6
}

.post__direction-link:active {
    border: 1px solid #ffde00;
    background-color: #ffde00
}

.post__direction-left {
    margin: 0 10px 0 0
}

.post__direction-left,
.post__direction-right {
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("../imgs/icons/icon-direction-link.svg") 0 0 no-repeat;
    background-size: cover
}

.post__direction-right {
    margin: 0 0 0 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts__intro {
    margin: 30px 0 20px
}

.contacts__blocks {
    position: relative;
    padding: 0 40% 0 0
}

@media all and (max-width:767px) {
    .contacts__blocks {
        padding: 0
    }
}

.contacts__blocks:after {
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    width: 222px;
    height: 198px;
    background: url("../imgs/design/img_contacts.png") 0 0 no-repeat;
    content: ""
}

@media all and (max-width:767px) {
    .contacts__blocks:after {
        display: none
    }
}

.contacts__blocks_type_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .contacts__blocks_type_inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts__blocks_type_inline .contacts__block {
    /*max-width: 200px;*/
    margin-bottom: 20px;
}

@media all and (max-width:767px) {
    .contacts__blocks_type_inline .contacts__block {
        max-width: 100%;
        margin: 0 0 20px
    }
}

.contacts__location {
    margin: 0 0 20px
}

.contacts__block {
    display: inline-block
}

.contacts__block-title {
    margin: 0 0 15px;
    font-size: 112.5%;
    font-weight: 700
}

.contacts__text {
    position: relative;
    margin: 0 0 3px;
    padding: 0 0 0 20px;
    overflow: hidden;
}

.contacts__phone {
    display: inline-block;
    border: none;
    font-weight: 700;
    color: #111
}

.contacts__icon {
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: middle;
    margin: 0 7px 0 0
}

.contacts__icon_size_small {
    top: 10px
}

.faq__list {
    position: relative;
    margin: 15px 0 0
}

.faq__item {
    margin: 0 0 10px;
    padding: 0 0 10px
}

.faq__item:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.faq__item_state_active .faq__question {
    font-weight: 700
}

.faq__item_state_active .faq__question:before {
    background: url("../imgs/icons/icon-minus.svg") center center no-repeat
}

.faq__icon {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 375%;
    color: #ff264a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq__question {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    border: none;
    cursor: pointer
}

.faq__question:before {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../imgs/icons/icon-plus.svg") 0 0 no-repeat;
    content: ""
}

.faq__question:hover {
    font-weight: 700
}

@media all and (max-width:767px) {
    .faq__question {
        line-height: 1.4
    }
}

.faq__question-link {
    cursor: pointer
}

.faq__answer {
    display: none;
    padding: 10px 0 0
}

.faq__answer_type_inside {
    font-size: 87.5%
}

@media all and (max-width:767px) {
    .faq__answer {
        padding: 10px 0
    }
}

.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    min-height: 480px;
    text-align: center
}

.not-found .button {
    width: 220px;
    box-sizing: border-box
}

.not-found__image {
    display: block;
    margin: 50px auto 40px
}

.not-found__title {
    font-size: 187.5%;
    font-weight: 700;
    text-transform: uppercase;
    color: #123c7d
}

.not-found__text {
    margin: 20px 0 25px
}

@media all and (max-width:767px) {
    .not-found__text {
        padding: 0 10px
    }
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
    font-weight: 700
}

.text h1 {
    margin: 2% 0;
    font-size: 187.5%;
    line-height: 40px
}

@media screen and (max-width:767px) {
    .text h1 {
        margin: 0 0 4%;
        font-size: 168.75%
    }
}

.text h2 {
    margin: 2% 0;
    font-size: 175%;
    line-height: 38px
}

@media screen and (max-width:767px) {
    .text h2 {
        margin: 4% 0 3%;
        font-size: 157.5%
    }
}

.text h3 {
    margin: 2% 0 1%;
    font-size: 150%;
    line-height: 36px
}

@media screen and (max-width:767px) {
    .text h3 {
        margin: 4% 0 3%;
        font-size: 135%
    }
}

.text h4 {
    margin: 2% 0 1%;
    font-size: 125%;
    line-height: 32px
}

@media screen and (max-width:767px) {
    .text h4 {
        margin: 4% 0 3%;
        font-size: 112.5%
    }
}

.text h5 {
    margin: 2% 0 1%;
    font-size: 112.5%;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .text h5 {
        margin: 4% 0 3%;
        font-size: 101.25%
    }
}

.text h6 {
    margin: 2% 0 1%;
    font-size: 112.5%;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .text h6 {
        margin: 4% 0 3%;
        font-size: 101.25%
    }
}

.text p+p {
    margin: 7px 0 0
}

.text ol {
    margin: 18px 0 0;
    list-style-type: none;
    counter-reset: item
}

.text ol li {
    margin: 0 0 7px
}

.text ol li:before {
    content: counter(item)'. ';
    counter-increment: item;
    font-weight: 700
}

.text ul {
    margin: 18px 0 0;
    list-style-type: none;
    counter-reset: item
}

.text ul li {
    margin: 0 0 10px
}

.text ul li:before {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 2px;
    margin: 0 10px 0 0;
    background-color: #1c90ad;
    content: ""
}

.text ul strong,
.text ul b {
    font-weight: 800
}

.text-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
    padding: 20px;
    background: url("../imgs/design/bg_cta.jpg") 0 0 no-repeat
}

@media screen and (max-width:767px) {
    .text-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.text-cta__text {
    font-size: 125%;
    font-weight: 700;
    color: #fff;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .text-cta__text {
        text-align: center;
        margin: 0 0 15px
    }
}

.text-cta__button {
    width: 190px
}

.text-cta__accent {
    color: #2ee096
}

.text-cta__upper {
    text-transform: uppercase
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2342342342342341;
    width: 100%;
    background-color: #f7f7f7
}

@media all and (max-width:767px) {
    .header {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
    }
}

.header__lucky {
    position: relative;
    height: 30px;
    line-height: 30px;
    background-color: #1c90ad;
    text-align: center;
    font-size: 87.5%;
    font-weight: 700;
    color: #222
}

@media all and (max-width:1024px) {
    .header__lucky {
        font-size: 80%
    }
}

@media all and (max-width:767px) {
    .header__lucky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 60px;
        line-height: normal;
        text-align: left;
    }
    .header__lucky .inner {
        width: 90%
    }
}

.header__lucky-accent {
    color: #fff
}

.header__lucky-accent a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    transition: 0.5s ease-out;
}

.header__lucky-accent a:hover {
  color: #23b680;
}

@media (max-width: 767px) {
  .header__lucky .header__lucky-accent:last-child {
    text-decoration: underline;
  }
}

.header__lucky-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../imgs/icons/icon-overhead-close.svg") 0 0 no-repeat;
    cursor: pointer
}

.header__lucky-close:hover {
    opacity: .75
}

.header__lucky_type_mobile {
    display: none
}

@media all and (max-width:767px) {
    .header__lucky_type_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header__lucky-close{
        top: 40%;
    }
}

@media all and (max-width:767px) and (max-width:767px) {
    .header__lucky .inner {
        width: 100%;
        padding-right: 40px
    }
}

.header__logo {
    display: inline-block;
    border: none
}

.header__logo img {
    vertical-align: middle;
    width: 200px;
    max-height: 100%;
}

@media all and (max-width:767px) {
    .header__logo img {
        width: 160px
    }
}

.header__logo_type_mobile {
    display: inline-block;
    width: 143px;
    height: 19px;
    border: none;
    /*background: url("../imgs/design/LOGO_mob_act.svg") 0 0 no-repeat*/
}

.header__topline {
    padding: 3px 0;
    background-color: #021a24
}

@media all and (max-width:767px) {
    .header__topline {
        display: none
    }
}

.header__topline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width:767px) {
    .header__topline-inner {
        height: 60px
    }
}

@media all and (max-width:767px) {
    .header__topline-phones {
        display: none
    }
}

.header__topline-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 40px;
    font-size: 87.5%
}

.header__topline-item:first-child {
    margin: 0
}

@media all and (max-width:1024px) {
    .header__topline-item {
        margin: 0 0 0 15px
    }
    .header__topline-item:nth-child(2) .header__topline-label,
    .header__topline-item:nth-child(3) .header__topline-label {
        display: none
    }
}

.header__topline-label {
    color: #999
}

.header__topline-icon {
    vertical-align: middle
}

.header__topline-link,
.header__topline-login {
    border: none;
    color: #fff;
    font-weight: 700
}

.navigation {
    background-color: #042533
}

.navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

@media all and (max-width:767px) {
    .navigation__inner {
        height: 60px
    }
}

@media all and (max-width:767px) {
    .navigation__wrapper {
        position: fixed;
        left: 0;
        top: 60px;
        display: none;
        width: 100%;
        height: calc(100% - 60px);
        overflow-y: auto;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9;
    }
}

.navigation__wrapper-header {
    position: relative;
    display: none;
    padding: 13px 0;
    text-align: center
}

@media all and (max-width:767px) {
    .navigation__wrapper-header {
        display: block
    }
}

@media all and (max-width:767px) {
    .navigation__list {
        position: relative;
        max-width: 260px;
        min-height: 100%;
        padding: 20px;
        box-sizing: border-box;
        background-color: #021a24;
        -webkit-overflow-scrolling: touch
    }
}

.navigation__item {
    display: inline-block;
    vertical-align: top;
   /* box-sizing: border-box;*/
    margin: 0 0 0 25px
}

@media all and (max-width:1024px) {
    .navigation__item {
        margin: 0 0 0 10px
    }
}

@media all and (max-width:767px) {
    .navigation__item {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        box-sizing: border-box
    }
}

.navigation__item_type_close {
    display: none
}

@media all and (max-width:767px) {
    .navigation__item_type_close {
        display: block
    }
}

.navigation__link {
   /* position: relative;*/
    display: inline-block;
    border: none;
    font-weight: 700;
    color: #fff;
    border: initial;
    outline: none;
}

.navigation__link:hover,
.navigation__link_state_active,
.navigation__link:focus {
    color: #33d98d !important;
    text-decoration: none !important;
}

.order-page .navigation__link:focus{
    color: #fff !important;
}

.order-page  .navigation__link:hover{
    color: #33d98d !important;
}

.order-page .footer__links-item{
    line-height: 82px;
}

@media all and (max-width:1024px) {
    .order-page .footer__links-item{
        line-height: 1;
    }
}

.navigation__link:hover:hover,
.navigation__link_state_active:hover,
.navigation__link:focus {
    /*border: none !important;*/
    border: initial !important;
}

@media all and (max-width:767px) {
    .navigation__link:hover,
    .navigation__link_state_active {
        background-color: transparent;
        box-shadow: none
    }
}

.navigation-mobile__menu-button,
.navigation-mobile__phones-button {
    display: none
}

@media all and (max-width:767px) {
    .navigation-mobile__menu-button,
    .navigation-mobile__phones-button {
        display: block
    }
}

.navigation-mobile__menu-button {
    width: 24px;
    height: 15px;
    background: url("../imgs/icons/icon-menu.svg") 0 0 no-repeat
}

.navigation-mobile__phones-button {
    width: 17px;
    height: 24px;
    background: url("../imgs/icons/icon-yellow-phone.svg") 0 0 no-repeat;
    background-size: contain
}

.navigation-mobile__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none
}

@media all and (max-width:767px) {
    .navigation-mobile__close {
        display: block
    }
}

.navigation-mobile__animation-show {
    display: block!important;
    -webkit-animation: menuShow 300ms;
    animation: menuShow 300ms
}

@-webkit-keyframes menuShow {
    from {
        left: -100%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

@keyframes menuShow {
    from {
        left: -100%;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.modal-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    -webkit-transition: opacity .25s ease 0s, visibility .35s linear;
    transition: opacity .25s ease 0s, visibility .35s linear
}

.modal-overlay.state-show {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s, 0s;
    transition-duration: .2s, 0s
}

.modal-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    visibility: hidden
}

.modal-frame.state-appear {
    visibility: visible
}

.modal-frame.state-appear .modal-inset {
    -webkit-animation: modalComeIn .25s ease;
    animation: modalComeIn .25s ease;
    visibility: visible
}

.modal-frame.state-appear .modal-body {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1)
}

.modal-frame.state-leave {
    visibility: visible
}

.modal-frame.state-leave .modal-inset {
    -webkit-animation: modalHeadOut .35s ease .1s;
    animation: modalHeadOut .35s ease .1s;
    visibility: visible
}

.modal-frame.state-leave .modal-body {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.modal {
    display: block;
    vertical-align: middle;
    text-align: center
}

.modal-inset {
    position: relative;
    padding: 25px;
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    margin: auto;
    box-sizing: border-box;
    visibility: hidden;
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 1.6em
}

.modal-inset .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../imgs/icons/icon-close.svg") 0 0 no-repeat;
    cursor: pointer
}

.modal-body {
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(0) scale(.8, .8);
    transform: translateY(0) scale(.8, .8);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.modal-title {
    text-align: center;
    margin: 0 0 15px;
    font-size: 112.5%;
    font-weight: 700;
    color: #111
}

.modal-list {
    display: inline-block
}

.modal-list__item {
    padding: 10px;
    text-align: left
}

.modal-list__item+.modal-list__item {
    border-top: 1px dashed #cecece
}

.modal-phones__label {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #ececec
}

.modal-phones__link {
    border: none;
    text-decoration: none
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    65.5% {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

@keyframes modalHeadOut {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1)
    }
    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(35px) scale(.97, .97);
        transform: translateY(35px) scale(.97, .97)
    }
}

.footer {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding: 20px 0;
    background-color: #262626;
    width: 100%;
}

@media all and (max-width:767px) {
    .footer {
        padding: 15px 0
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:1024px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
}

@media all and (max-width:1024px) {
    .footer__left {
        margin: 20px 0 0;
        text-align: center
    }
}

@media all and (max-width:767px) {
    .footer__left {
        width: 90%;
        margin: 0
    }
}

.footer__logo {
    border: none
}

.footer__logo img {
    vertical-align: bottom;
    display: inline-block;
    width: 300px;
    max-height: 100%;
}

@media all and (max-width:767px) {
    .footer__logo img {
        width: 100px
    }
}

.footer__copyright,
.footer__rights {
    margin: 25px 0 0;
    font-size: 75%;
    color: #ccc
}

@media all and (max-width:1024px) {
    .footer__rights,
    .footer__copyright {
        margin: 10px 0 0
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media all and (max-width:767px) {
    .footer__links {
        display: none
    }
}

.footer__links-item {
    margin: 0 15px 0 0;
    box-sizing: border-box;
    box-sizing: content-box;
}

.footer__mobile-links {
    display: none
}

@media all and (max-width:767px) {
    .footer__mobile-links {
        display: block;
        width: 100%;
        margin: 15px 0
    }
}

.footer__white-links {
    margin: 0 0 20px
}

@media all and (max-width:1024px) {
    .footer__white-links {
        margin: 0 0 10px
    }
}

.footer__white-links a {
    border-color: #adadad;
    font-size: 87.5%;
    color: #999;
    box-sizing: border-box;
}

.footer__white-links a.active {
    border: none;
}

.footer a:focus,
.footer a:hover {
	text-decoration: none !important;
}

@media all and (max-width:1024px) {
    .footer__white-links a {
        font-size: 75%
    }
}

.footer__gray-links a {
    border-color: #484848;
    font-size: 75%;
    color: #595959;
    display: inline-block;
    box-sizing: border-box;
}

.footer__gray-links a.active {
    border: none;
}

.sidebar-badges {
    text-align: center
}

.sidebar-badges__item+.sidebar-badges__item {
    margin: 25px 0 0
}

.sidebar {
    padding: 10px 0 0
}

.sidebar__item {
    margin: 0 0 50px
}

@media (max-width: 767px) {
    .sidebar__item {
        margin: 0 auto 20px;
        width: 300px;
    }
}

.sidebar__title {
    margin: 0 0 25px;
    font-size: 150%;
    font-weight: 700
}

.sidebar__title,
.sidebar-features {
    text-align: center
}

.sidebar-features__inner {
    display: inline-block
}

.sidebar-features__item {
    text-align: left
}

.sidebar-features__item+.sidebar-features__item {
    margin: 20px 0 0
}

.sidebar-features__item svg {
    position: relative;
    top: 2px;
    margin: 0 7px -2px 0
}

.pager {
    display: inline-block;
    margin: 40px 0 0;
    padding: 5px;
    border-radius: 100px;
    background-color: #f0f0f0
}

.pager__item {
    vertical-align: middle;
    background-color: transparent
}

.pager__item,
.pager__link {
    display: inline-block;
    text-align: center
}

.pager__link {
    margin: 0 1px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    border: none;
    border-radius: 100px;
    color: #111
}

.pager__link:hover {
    background-color: #fff
}

.pager__link_state_active {
    background-color: #33d98d;
    color: #fff
}

.pager__link_state_active:hover {
    background-color: #33d98d;
    color: #fff
}

.button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.button_color_green {
    background-image: -webkit-linear-gradient(top, #3eef95, #23d597);
    background-image: linear-gradient(to bottom, #3eef95, #23d597);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.button_color_green:hover {
    background-image: -webkit-linear-gradient(top, #3ae08d, #1fc48b);
    background-image: linear-gradient(to bottom, #3ae08d, #1fc48b);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

input {
    font-size: 100%
}

input,
textarea {
    box-sizing: border-box;
    outline: none;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    background-color: #fff
}

input:focus,
textarea:focus {
    border-color: #ccc
}

textarea {
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 100%
}

input {
    height: 40px;
    line-height: normal;
    padding: 0 10px
}

select {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    outline: none;
    border: solid 2px #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 100%
}

.form__row {
    position: relative;
    margin: 0 0 25px
}

.form__row:last-child {
    margin: 0
}

@media all and (max-width:840px) {
    .form__row {
        margin: 0 0 10px
    }
}

.form__row_state_error input {
    background-color: #ffdcdc;
    color: #e53030
}

.form__error {
    position: relative
}

.form__error input,
.form__error textarea {
    border-color: #f17c7c;
    box-shadow: inset 0 0 30px 0 rgba(255, 0, 0, .1);
    color: red
}

.form__error-message {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 5px;
    background-color: #f17c7c;
    border-radius: 3px 3px 0 0;
    font-size: 75%;
    line-height: 20px;
    color: #fff
}

.form__error-message:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #f17c7c transparent transparent transparent;
    content: ""
}

.custom-select {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer
}

.custom-select:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    direction: block;
    width: 6px;
    height: 6px;
    background: url("../imgs/icons/icon-select-arrow.svg") 0 0 no-repeat;
    content: ""
}

.custom-select:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 16px;
    z-index: -1
}

.custom-select select {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "PT Sans", sans-serif;
    font-size: 100%;
    cursor: pointer
}

.custom-select select::-ms-expand {
    display: none
}

.custom-select select:focus {
    outline: none
}

.none {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.overflow-hidden {
    overflow: hidden
}

.m-r-30 {
    margin-right: 30px
}

.order .header {
    position: inherit;
}

.footer__rights {
    display: inline-block;
    width: 430px;
    height: 24px;
}

@media (max-width: 767px) {
    .footer__rights {
        width: 270px;
        height: 15px;
    }
}

#main-order-form {
    margin-bottom: 350px;
}

@media (max-width: 768px) {
    #order-form .tabs-wrapper .active {
        background-color: #1c90ad !important;
    }
}

#order-form .steps-wrapper .custom-button,
#order-form .steps-wrapper .custom-button-second-step,
#order-form .steps-wrapper .custom-button-third-step {
    /*background-image: none !important;*/
    border: none !important;
    background-color: #3eef95 !important;
    background-image: -webkit-linear-gradient(top, #3eef95, #23d597) !important;
    background-image: linear-gradient(to bottom, #3eef95, #23d597) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5) !important;
}

#order-form .steps-wrapper .custom-button:hover,
#order-form .steps-wrapper .custom-button-second-step:hover,
#order-form .steps-wrapper .custom-button-third-step:hover {
    /*background-image: none !important;*/
    border: none !important;
    background-color: #23d597 !important;
    background-image: -webkit-linear-gradient(top, #3ae08d, #1fc48b) !important;
    background-image: linear-gradient(to bottom, #3ae08d, #1fc48b) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5) !important;
}

#main-customer-form {
    margin-bottom: 300px;
}

#main-customer-form .wrap-customer-form .input-wrap button.submit-btn {
    border: none !important;
    background-image: -webkit-linear-gradient(top, #3eef95, #23d597);
    background-image: linear-gradient(to bottom, #3eef95, #23d597);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

#main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover {
    border: none !important;
    background-image: -webkit-linear-gradient(top, #3ae08d, #1fc48b);
    background-image: linear-gradient(to bottom, #3ae08d, #1fc48b);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}
.payment-processor-modal .modal-body,
.final-step-modal .modal-body {
	opacity: 1;
	transform: none;
}
.modal-final-step .modal-content .modal-footer a {
	border: none;
}
#order-form .dropdown-menu>li>a {
    border: none;
}

.visible-xs {
    display: none;
}

.content img {
    max-width: 100%;
}

.terms-copy {
	display: inline-block;
	background: url(/imgs/address_terms.png) center no-repeat;
	width: 580px;
	height: 24px;
	max-width: 100%;
}

@media (max-width: 767px) {
    .visible-xs {
        display: initial;
    }

    .terms-copy {
    	display: inline-block;
		background: url(/imgs/pic_term_mobile.png) center no-repeat;
		width: 300px;
		height: 60px;
    }
}

a.js-cut-button:hover,
a.js-cut-button:active {
    border-bottom: 1px solid #989898 !important;
}

.spinner-text {
	font-size: initial !important;
}

#order-form .steps-wrapper .academic-label, #order-form .steps-wrapper .user-form-tab {
	padding-left: 15px;
    padding-right: 15px;
}

#order-form .steps-wrapper .shadow-label-writer {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-file-upload .modal-body {
    opacity: 1;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    transform: none;
}

.meshim_widget_components_mobileChatButton_TappingScreen {
    border-bottom: none !important;
}

.lead__options {
    max-width: 660px;
}

.select-over-wrapper select {
    z-index: 1;
}

.navigation__item:hover{
    color: #33d98d !important;
}

@media only screen and (max-width: 771px) {
    #order-form .steps-wrapper .shadow-label-payment {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
  .navigation-mobile__animation-show {
    position: absolute;
    top: 60px;
    height: auto;
  }
  .navigation__list {
    max-width: 100%;
  }
  .navigation__wrapper {
    background-color: transparent;
  }
}

@media (max-height: 320px) {
    .navigation__item{
        margin: 0 0 3px;
    }
}

select:focus::-ms-value {
    background: #fff !important;
    color: #000 !important;
}

@media (max-width: 768px){
    .main-contact-page{
        min-height: 570px;
    }
}

.customer-page .cta-row a:hover {
    color: inherit;
    text-decoration: none;
}

.wrapper_type_main{
    margin-top: -5px;
}

select::-ms-value {background: transparent; color: #000;}

a:focus{
    outline:0;
}

a.cta-row__button:focus{
    color: inherit;
    text-decoration: none;
}

#order-form{
    max-width: 100%;
}

.spinner-text{
    font-size: 16px !important;
}
#login-form .input-wrap:last-child p:last-child span:nth-child(4), #login-form .input-wrap:last-child p:last-child a:last-child {
    display: none !important;
}