@charset "UTF-8";

body {
    color: #444444;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
}

body * {
    box-sizing: border-box;
}

table.full {
    width: 100%;
    margin-bottom: 4em;
}

table.full td, table.full th {
    padding: 1em;
}

table.full th {
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .75em;
    font-weight: 700;
}

table.full td {
    color: #666666;
    padding-bottom: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

button {
    background-color: transparent;
}

@media screen and (max-width: 1265px) {
    body, #wrapper {
        min-width: 1265px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    body, #wrapper {
        min-width: 1024px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    body, #wrapper {
        min-width: 768px;
        font-size: 16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    body, #wrapper {
        min-width: inherit;
        font-size: 12px;
        width: 100vw;
        overflow-x: hidden;
    }
}

header {
    height: 5.75em;
    /*overflow: hidden;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

header .b-logo {
    float: left;
    line-height: 5.75em;
    margin-right: 3.1em;
}

header .b-logo a:hover {
    text-decoration: none;
}

header .b-auth {
    float: right;
    line-height: 5.75em;
}

header .b-auth .b-auth__sign-in {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    header .b-auth {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    header .b-auth {
        display: none;
    }
}

header ul {
    line-height: 5.75em;
}

header li {
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    margin-right: 1.35em;
    position: relative;
}

header li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f77c35;
    display: none;
}

header li:hover a {
    text-decoration: none !important;
    color: #f77c35;
    display: inline-block;
    height: 100%;
}

header li:hover:before {
    display: block;
}

header li.active a {
    text-decoration: none !important;
    color: #f77c35;
    display: inline-block;
    height: 100%;
}

header li.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f77c35;
    display: block;
}

header .fa-bars {
    display: none;
    color: #444444;
    font-size: 2.6875em;
    padding: 0 1em;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    header {
        position: relative;
        z-index: 1;
    }

    header .fa-bars {
        display: inline-block;
    }

    header nav {
        display: none;
    }
}

.b-logo__text-normal,
.b-logo__text-bold {
    color: #444444;
    font-size: 2.6875em;
}

.b-logo__text-bold {
    font-family: 'Core Rhino 85', Arial, sans-serif;
}

.b-logo__text-normal {
    background: transparent url(../images/arrow_icon.png) 0.2em 50%/.558139535em auto no-repeat;
    font-family: 'Core Rhino 25', Arial, sans-serif;
    padding-left: 0.9em;
}

.b-auth__register {
    margin-right: 1.9em;
    width: 12.071428571em;
}

.b-auth__sign-in {
    font-size: 1.125em;
}

.main-page a {
    color: #666666;
    text-decoration: none;
}

.main-page a:hover {
    text-decoration: underline;
}

.main-page .robot-blue {
    float: left;
    width: 18.375em;
}

.main-page .btn__orange {
    font-family: Lato, Arial, sans-serif;
    font-weight: bold;
}

.main-page .b-section1 {
    background: transparent url(../images/section1_background.png) center center/cover no-repeat;
    height: 40.125em;
    padding-top: 6.6em;
    margin-top: 5.75em;
}

.main-page .b-section1 img {
    margin: 1em 5.5em 0 1em;
    width: 18.375em;
}

.main-page .b-section1 .btn__orange {
    margin-right: 1.6em;
    width: 18.357142857em;
}

.main-page .b-section1 .btn__orange + span {
    display: inline-block;
    font-size: .875em;
    font-weight: 300;
    padding-top: 0.3em;
    text-align: left;
    vertical-align: top;
}

.main-page .b-section1 .btn__orange + span img {
    margin: 0.5em 0 0;
    width: 4.625em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section1 {
        height: auto;
        padding: 3em 2em;
        margin-top: 0;
    }

    .main-page .b-section1 .robot-blue {
        display: none;
    }
}

.main-page .b-section2,
.main-page .b-section3 {
    text-align: center;
}

ul.b-section2__inline_list {
    width: 101%;
}

.main-page .b-section2 .b-section2__inline_list li,
  .main-page .b-section2 .b-section3__inline_list li,
  .main-page .b-section3 .b-section2__inline_list li,
  .main-page .b-section3 .b-section3__inline_list li {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .main-page .b-section2 .b-section2__inline_list li,
    .main-page .b-section2 .b-section3__inline_list li,
    .main-page .b-section3 .b-section2__inline_list li,
    .main-page .b-section3 .b-section3__inline_list li {
        display: block;
        font-size: 11px;
    }

    .main-page .b-section2 .b-section2__inline_list li:focus,
      .main-page .b-section2 .b-section3__inline_list li:focus,
      .main-page .b-section3 .b-section2__inline_list li:focus,
      .main-page .b-section3 .b-section3__inline_list li:focus {
        outline: none;
    }

    .main-page .b-section2 .b-section2__inline_list .slick-dots li,
    .main-page .b-section2 .b-section3__inline_list .slick-dots li,
    .main-page .b-section3 .b-section2__inline_list .slick-dots li,
    .main-page .b-section3 .b-section3__inline_list .slick-dots li {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .main-page .b-section2 {
        padding: 4.8em 0 5.4em;
    }
}

.main-page .b-section2 .h1 {
    margin-bottom: 0.55em;
}

.main-page .b-section2 .h1 + p {
    margin-bottom: 2.8em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .main-page .b-section2 {
        padding: 4.8em 2em 0;
    }

    .main-page .b-section2 .slick-dots {
        transform: translateY(1.7em);
    }
}

.main-page .b-section3 {
    background: transparent url(../images/violet_background.png) center center/cover no-repeat;
    background: #884ef1;
    background: -moz-linear-gradient(top,  #884ef1 0%, #7745ef 100%);
    background: -webkit-linear-gradient(top,  #884ef1 0%,#7745ef 100%);
    background: linear-gradient(to bottom,  #884ef1 0%,#7745ef 100%);
    height: 33.4125em;
    padding-top: 3.45em;
    position: relative;
}

.main-page .b-section3 .h1,
  .main-page .b-section3 li {
    color: #ffffff;
}

.main-page .b-section3 .h1 {
    margin-bottom: 0.4em;
}

.main-page .b-section3 p {
    color: rgba(255, 255, 255, 0.6);
}

.main-page .b-section3:after {
    background: transparent url(../images/section3-bottom-bg.png) 0 0 repeat-x;
    bottom: 0;
    content: '';
    display: block;
    height: .5625em;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .main-page .b-section3 {
        height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .main-page .b-section3 {
        padding-left: 2em;
        padding-right: 2em;
    }

    .main-page .b-section3:after {
        left: 0;
    }
}

.main-page .b-section4 {
    padding-bottom: 5.3em;
    padding-top: 5em;
}

.main-page .b-section4 .h1 {
    margin-bottom: 0.3em;
}

.main-page .b-section4 p {
    margin-bottom: 3em;
}

.main-page .b-section4 .btn__orange {
    margin-bottom: 1.6em;
    padding: 0 1.6em;
}

.main-page .b-section4 .info-block {
    position: relative;
}

.main-page .b-section4 .info-block > div:before {
    background: transparent url(../images/cout.png) 0 0/auto 100% no-repeat;
    content: '';
    height: 1.75em;
    position: absolute;
    right: 1.2em;
    top: 1.4em;
    width: 1.75em;
    border: 1px solid transparent;
}

.main-page .b-section4 .info-block.second > div:before {
    background-position: -2.0625em 0;
}

.main-page .b-section4 .info-block.third > div:before {
    background-position: -4.125em 0;
}

.main-page .b-section4 .info-block.fourth > div:before {
    background-position: -6.1875em 0;
}

.main-page .b-section4 .info-block.fifth > div:before {
    background-position: -8.25em 0;
}

.main-page .b-section4 .info-block.sixth > div:before {
    background-position: -10.3125em 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .main-page .b-section4 {
        padding-left: 2em;
        padding-right: 2em;
    }

    .main-page .b-section4 .slick-dots {
        transform: translateY(-1.3em);
    }
}

.main-page .b-section4,
.main-page .b-section5,
.main-page .b-section6,
.main-page .b-section7,
.main-page .b-section8 {
    text-align: center;
}

.main-page .b-section4 .info,
.main-page .b-section5 .info {
    display: block;
    font-family: Lato, sans-serif;
    font-size: .875em;
    font-style: italic;
    font-weight: 300;
}

.main-page .b-section5 {
    background: #f09819;
    background-image: -moz-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -ms-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09819', endColorstr='#ff5858',GradientType=0 );
    height: 40.5625em;
    padding-top: 4em;
}

.main-page .b-section5 .h1 {
    color: #ffffff;
    margin-bottom: 0.1em;
}

.main-page .b-section5 p {
    color: #fff;
    margin-bottom: 3.5em;
}

.main-page .b-section5 .btn__violet {
    margin-bottom: 1.3em;
    padding: 0 2.4em;
}

.main-page .b-section5 .info {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .main-page .b-section5 {
        height: auto;
        padding-bottom: 5em;
        padding-left: 2em;
        padding-right: 2em;
    }
}

.main-page .b-section6 {
    padding-bottom: 8.5em;
    padding-top: 5.2em;
}

.main-page .b-section6 .h1 {
    margin-bottom: 0.3em;
}

.main-page .b-section6 .h1 + p {
    margin-bottom: 1.6em;
}

.main-page .b-section6 .comments-slider {
    position: relative;
    transform: translateX(0.5em);
}

.main-page .b-section6 .comments-slider .slide-item .content {
    padding-left: 11.9em;
}

.main-page .b-section6 .comments-slider .slide-item img {
    width: 7.5em;
    float: left;
    margin-left: 1.1em;
    margin-right: 3.3em;
}

.main-page .b-section6 .comments-slider .slide-item p {
    color: #666666;
    font-size: 1.425em;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.014em;
    line-height: 1.6;
    padding-top: 0.8em;
    text-align: left;
    -ms-hyphens: auto;
}

.main-page .b-section6 .comments-slider .slide-item .author {
    padding-top: 2.3em;
    text-align: left;
}

.main-page .b-section6 .comments-slider .slide-item .author .name {
    color: #666;
    font-size: .75em;
    font-weight: 900;
    letter-spacing: 0.19em;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}

.main-page .b-section6 .comments-slider .slide-item .author .url {
    font-size: .875em;
}

.main-page .b-section6 .comments-slider .slide-item .author .url a {
    color: #fa6e43;
}

.main-page .b-section6 .comments-slider .arrow-left,
    .main-page .b-section6 .comments-slider .arrow-right {
    bottom: 0;
    cursor: pointer;
    height: .5625em;
    margin: auto;
    padding: 3em 0;
    position: absolute;
    top: 0;
    width: 2.9375em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section6 .comments-slider .arrow-left,
        .main-page .b-section6 .comments-slider .arrow-right {
        display: none;
    }
}

.main-page .b-section6 .comments-slider .arrow-left {
    background: transparent url(../images/svg/arrow.svg) center center no-repeat;
    background-size: 2.9375em .5625em;
    left: -6.1em;
    top: -2.6em;
}

.main-page .b-section6 .comments-slider .arrow-right {
    background: transparent url(../images/svg/arrow.svg) center center no-repeat;
    background-size: 2.9375em .5625em;
    right: -4.9em;
    top: -2.6em;
    transform: rotateZ(180deg);
}

@media screen and (max-width: 768px) {
    .main-page .b-section6 .comments-slider .slide-item {
        padding: 0 2em;
    }

    .main-page .b-section6 .comments-slider .slide-item .content {
        padding-left: 0;
    }

    .main-page .b-section6 .comments-slider .slide-item img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .main-page .b-section6 .comments-slider .slide-item:focus {
        outline: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .main-page .b-section6 .slick-dots {
        bottom: -70px;
    }
}

.main-page .b-section7 {
    background-color: #f2f5f9;
    padding-top: 4.5em;
    padding-bottom: 3em;
}

.main-page .b-section7 .h1 {
    color: #000044;
    margin-bottom: 0.25em;
}

.main-page .b-section7 .h1 span {
    font-family: Lato;
    font-weight: 100;
    font-size: 70%;
    vertical-align: baseline;
}

.main-page .b-section7 p {
    margin-bottom: 3em;
}

.main-page .b-section7 .blog_item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 23.25em;
}

.main-page .b-section7 .blog_item + div {
    margin-left: 1.5em;
}

.main-page .b-section7 .blog_item__image {
    margin-bottom: 1.5em;
}

.main-page .b-section7 .blog_item__image img {
    width: 100%;
    max-width: 370px;
    transition: all 0.3s;
}

.main-page .b-section7 .blog_item__image img:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.main-page .b-section7 dt {
    color: #000044;
    font-family: Lato, sans-serif;
    font-size: 1.125em;
    font-weight: 900;
    line-height: 1.3;
    padding-right: 2em;
    position: relative;
}

.main-page .b-section7 dt a {
    color: #000044;
}

.main-page .b-section7 dt:after {
    background-color: #f38a27;
    bottom: -1em;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 4.444444444em;
}

.main-page .b-section7 dd {
    color: #444444;
    line-height: 1.7;
    padding-right: 2em;
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section7 {
        height: auto;
        padding-left: 4em;
        padding-right: 5em;
        padding-bottom: 5em;
    }

    .main-page .b-section7 .blog_item {
        margin-bottom: 2em;
    }

    .main-page .b-section7 .blog_item + div {
        margin-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .main-page .b-section7 .blog_item {
        width: auto;
    }
}

.main-page .b-section8 {
    padding: 4.8em 0 0;
}

.main-page .b-section8 .h1 {
    margin-bottom: 0.4em;
}

.main-page .b-section8 .clients-slider {
    position: relative;
}

.main-page .b-section8 .clients-slider .slide {
    height: 20.8em;
    vertical-align: middle;
    width: 230px !important;
    text-align: center;
}

.main-page .b-section8 .clients-slider .slide img {
    display: inline-block !important;
    margin: 0 auto;
    vertical-align: middle;
    opacity: 0.65;
    transition: opacity 300ms;
}

.main-page .b-section8 .clients-slider .slide:before {
    content: '';
    height: 100%;
    width: 1px;
    vertical-align: middle;
    display: inline-block;
}

.main-page .b-section8 .clients-slider .slide:hover img {
    opacity: 1;
}

.main-page .b-section8 .clients-slider .slide:focus {
    outline: none;
}

.main-page .b-section8 .clients-slider .arrow-left,
    .main-page .b-section8 .clients-slider .arrow-right {
    bottom: 0;
    cursor: pointer;
    height: .5625em;
    margin: auto;
    padding: 3em 0;
    position: absolute;
    top: 0;
    width: 2.9375em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section8 .clients-slider .arrow-left,
        .main-page .b-section8 .clients-slider .arrow-right {
        display: none;
    }
}

.main-page .b-section8 .clients-slider .arrow-left {
    background: transparent url(../images/svg/arrow.svg) center center no-repeat;
    background-size: 2.9375em .5625em;
    left: -5.6em;
    top: -1.3em;
}

.main-page .b-section8 .clients-slider .arrow-right {
    background: transparent url(../images/svg/arrow.svg) center center no-repeat;
    background-size: 2.9375em .5625em;
    right: -5.4em;
    top: -1.1em;
    transform: rotateZ(180deg);
}

.main-page .b-section9 {
    background-color: #f2f5f9;
    padding: 3.6em 0;
}

.main-page .b-section9 .h1, .main-page .b-section9 p {
    text-align: center;
}

.main-page .b-section9 .h1 {
    margin-bottom: 0.3em;
}

.main-page .b-section9 p {
    margin-bottom: 4.5em;
}

.main-page .b-section9 [type="checkbox"]:not(:checked),
  .main-page .b-section9 [type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}

.main-page .b-section9 [type="checkbox"]:not(:checked) + label,
  .main-page .b-section9 [type="checkbox"]:checked + label {
    cursor: pointer;
    display: block;
    letter-spacing: 0;
    padding-left: 3em;
    padding-right: 2.8em;
    position: relative;
}

.main-page .b-section9 [type="checkbox"]:not(:checked) + label:before,
  .main-page .b-section9 [type="checkbox"]:checked + label:before {
    background: transparent url(../images/checkboxes.png) 0 0/auto 100% no-repeat;
    content: '';
    height: 2.25em;
    left: 0;
    position: absolute;
    top: -0.6em;
    width: 2.083333333em;
}

.main-page .b-section9 [type="checkbox"]:checked + label:before {
    background: transparent url(../images/checkboxes.png) 100% 0/auto 100% no-repeat;
}

.main-page h1,
.main-page .h1 {
    font-family: Lato, Arial, sans-serif;
    font-size: 3.75em;
    font-weight: 100;
    line-height: 1.2;
}

.main-page h1 {
    margin-bottom: 0.65em;
}

.main-page h1 + p {
    font-family: Lato;
    font-size: 2.25em;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 1.4em;
    width: 29.1em;
    color: #999999;
}

@media screen and (max-width: 768px) {
    .main-page h1 + p {
        width: auto;
    }
}

.main-page .h1 + p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2;
}

.main-page .b-section2__inline_list,
.main-page .b-section3__inline_list {
    text-align: left;
}

.main-page .b-section2__inline_list li,
  .main-page .b-section3__inline_list li {
    vertical-align: top;
    width: 10em;
}

.main-page .b-section2__inline_list li + li,
  .main-page .b-section3__inline_list li + li {
    margin-left: 2.4em;
}

.main-page .b-section2__inline_list i,
  .main-page .b-section3__inline_list i {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f9f9f9 50%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f9f9f9 50%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f9f9f9 50%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    display: block;
    height: 8.75em;
    margin: 0 auto 2.1em;
    width: 8.75em;
    border-radius: 50%;
}

.main-page .b-section2__inline_list div,
  .main-page .b-section3__inline_list div {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .main-page .b-section2__inline_list li,
    .main-page .b-section3__inline_list li {
        width: 15em;
        margin: 0 auto 5em;
    }

    .main-page .b-section2__inline_list li + li,
    .main-page .b-section3__inline_list li + li {
        margin: 0 auto 5em;
    }
}

.main-page .b-section3__inline_list {
    display: table;
    margin: 0 auto;
    padding-top: 3em;
}

.main-page .b-section3__inline_list li {
    width: 10.8em;
}

.main-page .b-section3__inline_list li a {
    color: #fff;
}

.main-page .b-section3__inline_list li a:hover {
    text-decoration: none;
}

.main-page .b-section3__inline_list li a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.main-page .b-section3__inline_list li + li {
    margin-left: 4.5em;
}

.main-page .b-section3__inline_list i {
    background: none;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .main-page .b-section3__inline_list li {
        width: 47%;
        padding: 0 1em;
        display: inline-block !important;
        margin-right: 1em;
    }

    .main-page .b-section3__inline_list li + li {
        margin-left: 0;
    }
}

.main-page .b-section4__info-blocks {
    margin-bottom: 2.4em;
    width: 73.0625em;
}

.main-page .b-section4__info-blocks .info-block {
    float: left;
    height: 16.5em;
    margin-bottom: 1.5625em;
    padding-top: 2.4em;
    text-align: center;
    width: 23.125em;
    position: relative;
}

.main-page .b-section4__info-blocks .info-block:before, .main-page .b-section4__info-blocks .info-block:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 300ms;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-page .b-section4__info-blocks .info-block:before {
    background: #f8fafc;
    background: -moz-linear-gradient(top, #f8fafc 0%, #f4f7fa 50%, #f4f7fa 50%, #eff3f8 100%);
    background: -webkit-linear-gradient(top, #f8fafc 0%, #f4f7fa 50%, #f4f7fa 50%, #eff3f8 100%);
    background: linear-gradient(to bottom, #f8fafc 0%, #f4f7fa 50%, #f4f7fa 50%, #eff3f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafc', endColorstr='#eff3f8',GradientType=0 );
    opacity: 1;
}

.main-page .b-section4__info-blocks .info-block:after {
    background: #f8fafc;
    background: -moz-linear-gradient(top, #eff3f8 0%, #f4f7fa 50%, #f4f7fa 50%, #f8fafc 100%);
    background: -webkit-linear-gradient(top, #eff3f8 0%, #f4f7fa 50%, #f4f7fa 50%, #f8fafc 100%);
    background: linear-gradient(to bottom, #eff3f8 0%, #f4f7fa 50%, #f4f7fa 50%, #f8fafc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff3f8', endColorstr='#f8fafc',GradientType=0 );
    opacity: 0;
}

.main-page .b-section4__info-blocks .info-block + .info-block {
    margin-left: 1.75em;
}

.main-page .b-section4__info-blocks .info-block:nth-child(3n+1) {
    margin-left: 0;
}

.main-page .b-section4__info-blocks .info-block > div {
    font-size: 1em;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding: 0.6em 1em 0;
    color: #3d3d3d;
}

.main-page .b-section4__info-blocks .info-block:hover:before {
    opacity: 0;
}

.main-page .b-section4__info-blocks .info-block:hover:after {
    opacity: 1;
}

.main-page .b-section4__info-blocks i {
    display: block;
    height: 7.5em;
    margin: 0 auto;
    width: 7.5em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section4__info-blocks {
        width: auto;
    }

    .main-page .b-section4__info-blocks .info-block {
        margin: 0 auto 3em;
    }

    .main-page .b-section4__info-blocks .info-block + .info-block {
        margin: 0 auto 3em;
    }

    .main-page .b-section4__info-blocks .info-block:nth-child(3n+1) {
        margin: 0 auto 3em;
    }

    .main-page .b-section4__info-blocks .info-block:focus {
        outline: none;
    }
}

.main-page .b-section5__inline_list {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 4em;
}

.main-page .b-section5__inline_list li {
    color: #ffffff;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 1.125em;
    font-style: italic;
    font-weight: 300;
    padding-top: 2.5em;
    position: relative;
    vertical-align: top;
}

.main-page .b-section5__inline_list li + li {
    margin-left: 2.9em;
}

.main-page .b-section5__inline_list li:before {
    background-color: #fff;
    content: '';
    height: 1.5625em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.main-page .b-section5__inline_list .big {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 4em;
    font-style: normal;
    font-weight: 900;
    padding: 0.2em 0;
    margin: 0 auto;
}

.main-page .b-section5__inline_list .big.first {
    width: 2.5em;
}

.main-page .b-section5__inline_list .big.second {
    width: 2em;
}

.main-page .b-section5__inline_list .big.third {
    width: 2em;
}

.main-page .b-section5__inline_list .big.fourth {
    width: 3.5em;
}

.main-page .b-section5__inline_list .big.fifth {
    width: 2.6em;
}

@media screen and (max-width: 768px) {
    .main-page .b-section5__inline_list li {
        display: block;
        margin-bottom: 1em;
    }

    .main-page .b-section5__inline_list li + li {
        margin-left: 0;
    }
}

form.styled,
.modal form {
    background: transparent url(../images/robot-orange.png) 6.8em 1.1em/21em auto no-repeat;
    position: relative;
}

form.form > span > div,
form.styled > span > div,
  .modal form > div {
    margin-bottom: 1.9em;
    margin-left: 37.775em;
    position: relative;
}

form.styled > span:last-child > div,
  .modal form > div:last-child {
    padding-top: 0.9em;
}

form.form > fieldset > label,
form.styled > fieldset > label,
form.styled > span > div > label,
  .modal form > div > label {
    bottom: 0;
    color: #999999;
    font-size: .75em;
    height: 1em;
    left: 1.7em;
    letter-spacing: 0.05em;
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transition: all 200ms;
    cursor: text;
}

form.form > fieldset > textarea + label,
form.styled > fieldset > textarea + label,
form.styled > span > div > textarea + label,
  .modal form > div > textarea + label {
    top: 2em;
    bottom: auto;
}


form.styled [type="text"],
    form.styled [type="email"],
    form.styled [type="tel"],
    form.styled [type="password"],
    form.styled textarea,
    form.form [type="text"],
    form.form [type="email"],
    form.form [type="tel"],
    form.form [type="password"],
    form.form textarea,
    .modal form [type="text"],
    .modal form [type="email"],
    .modal form [type="tel"],
    .modal form [type="password"],
    .modal form textarea {
        background-color: white;
        border: 1px solid transparent;
        color: #444444;
        font-size: 1em;
        height: 4.5em;
        padding: 1em 1.1em 0;
        transition: border-color 200ms;
        width: 35.375em;
}

form.styled [type="text"]:focus,
    form.styled [type="email"]:focus,
    form.styled [type="tel"]:focus,
    form.styled [type="password"]:focus,
    form.styled textarea:focus,
    form.form [type="text"]:focus,
    form.form [type="email"]:focus,
    form.form [type="tel"]:focus,
    form.form [type="password"]:focus,
    form.form textarea:focus,
    .modal form [type="text"]:focus,
    .modal form [type="email"]:focus,
    .modal form [type="tel"]:focus,
    .modal form [type="password"]:focus,
    .modal form textarea:focus {
        border-color: #765eef;
        outline: none;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

form.styled [type="text"]:focus + label,
    form.styled [type="email"]:focus + label,
    form.styled [type="tel"]:focus + label,
    form.styled [type="password"]:focus + label,
    form.styled textarea:focus + label,
    .modal form [type="text"]:focus + label,
    .modal form [type="email"]:focus + label,
    .modal form [type="tel"]:focus + label,
    .modal form [type="password"]:focus + label,
    .modal form textarea:focus + label {
        color: #999999;
        font-size: .625em;
        transform: translate(0.1em, -1.4em);
}
.modal form textarea:focus + label {
    transform: translate(0.1em, -0.6em);
}

form.styled [type="text"]:placeholder-shown:not(:focus)::placeholder, form.styled [type="text"]::placeholder,
    form.styled [type="email"]:placeholder-shown:not(:focus)::placeholder,
    form.styled [type="email"]::placeholder,
    form.styled [type="tel"]:placeholder-shown:not(:focus)::placeholder,
    form.styled [type="tel"]::placeholder,
    form.styled [type="password"]:placeholder-shown:not(:focus)::placeholder,
    form.styled [type="password"]::placeholder,
    form.styled textarea:placeholder-shown:not(:focus)::placeholder,
    form.styled textarea::placeholder,
    .modal form [type="text"]:placeholder-shown:not(:focus)::placeholder,
    .modal form [type="text"]::placeholder,
    .modal form [type="email"]:placeholder-shown:not(:focus)::placeholder,
    .modal form [type="email"]::placeholder,
    .modal form [type="tel"]:placeholder-shown:not(:focus)::placeholder,
    .modal form [type="tel"]::placeholder,
    .modal form [type="password"]:placeholder-shown:not(:focus)::placeholder,
    .modal form [type="password"]::placeholder,
    .modal form textarea:placeholder-shown:not(:focus)::placeholder,
    .modal form textarea::placeholder {
        color: transparent;
}

form.styled [type="text"]::-webkit-input-placeholder,
    form.styled [type="email"]::-webkit-input-placeholder,
    form.styled [type="tel"]::-webkit-input-placeholder,
    form.styled [type="password"]::-webkit-input-placeholder,
    form.styled textarea::-webkit-input-placeholder,
    .modal form [type="text"]::-webkit-input-placeholder,
    .modal form [type="email"]::-webkit-input-placeholder,
    .modal form [type="tel"]::-webkit-input-placeholder,
    .modal form [type="password"]::-webkit-input-placeholder,
    .modal form textarea::-webkit-input-placeholder {
        color: transparent;
}

form.styled [type="text"]::-moz-placeholder,
    form.styled [type="email"]::-moz-placeholder,
    form.styled [type="tel"]::-moz-placeholder,
    form.styled [type="password"]::-moz-placeholder,
    form.styled textarea::-moz-placeholder,
    .modal form [type="text"]::-moz-placeholder,
    .modal form [type="email"]::-moz-placeholder,
    .modal form [type="tel"]::-moz-placeholder,
    .modal form [type="password"]::-moz-placeholder,
    .modal form textarea::-moz-placeholder {
        color: transparent;
}

form.styled [type="text"]:-moz-placeholder,
    form.styled [type="email"]:-moz-placeholder,
    form.styled [type="tel"]:-moz-placeholder,
    form.styled [type="password"]:-moz-placeholder,
    form.styled textarea:-moz-placeholder,
    .modal form [type="text"]:-moz-placeholder,
    .modal form [type="email"]:-moz-placeholder,
    .modal form [type="tel"]:-moz-placeholder,
    .modal form [type="password"]:-moz-placeholder,
    .modal form textarea:-moz-placeholder {
        color: transparent;
}

form.styled [type="text"]:-ms-input-placeholder,
    form.styled [type="email"]:-ms-input-placeholder,
    form.styled [type="tel"]:-ms-input-placeholder,
    form.styled [type="password"]:-ms-input-placeholder,
    form.styled textarea:-ms-input-placeholder,
    .modal form [type="text"]:-ms-input-placeholder,
    .modal form [type="email"]:-ms-input-placeholder,
    .modal form [type="tel"]:-ms-input-placeholder,
    .modal form [type="password"]:-ms-input-placeholder,
    .modal form textarea:-ms-input-placeholder {
        color: transparent;
}

form.styled [type="text"].notEmpty + label,
    form.styled [type="email"].notEmpty + label,
    form.styled [type="tel"].notEmpty + label,
    form.styled [type="password"].notEmpty + label,
    form.styled textarea.notEmpty + label,
    .modal form [type="text"].notEmpty + label,
    .modal form [type="email"].notEmpty + label,
    .modal form [type="tel"].notEmpty + label,
    .modal form [type="password"].notEmpty + label,
    .modal form textarea.notEmpty + label {
        color: #999999;
        font-size: .625em;
        transform: translate(0.1em, -1.4em);
}
.modal form textarea.notEmpty + label {
    transform: translate(0.1em, -0.6em);
}


form.styled > fieldset > [type="text"]:focus + label,
form.styled > fieldset > [type="email"]:focus + label,
form.styled > fieldset > [type="tel"]:focus + label,
form.styled > fieldset > [type="password"]:focus + label  {
    transform: translate(-0.8em, -1.4em);
}
form.styled > fieldset > textarea:focus + label {
    transform: translate(-1em, -0.5em);
}

form.styled > fieldset > [type="text"].notEmpty:focus + label,
form.styled > fieldset > [type="email"].notEmpty:focus + label,
form.styled > fieldset > [type="tel"].notEmpty:focus + label,
form.styled > fieldset > [type="password"].notEmpty:focus + label  {
    transform: translate(-1em, -1.4em);
}
form.styled > fieldset > textarea.notEmpty:focus + label {
    transform: translate(-1em, -0.5em);
}

form.styled > fieldset > [type="text"].notEmpty + label,
form.styled > fieldset > [type="email"].notEmpty + label,
form.styled > fieldset > [type="tel"].notEmpty + label,
form.styled > fieldset > [type="password"].notEmpty + label  {
    transform: translate(0em, -1.4em);
}
form.styled > fieldset > textarea.notEmpty + label {
    transform: translate(0em, -0.5em);
}

form.form > fieldset > [type="text"]:focus + label,
form.form > fieldset > [type="email"]:focus + label,
form.form > fieldset > [type="tel"]:focus + label,
form.form > fieldset > [type="password"]:focus + label  {
    transform: translate(-0.3em, -1.4em) !important;
    font-size: .625em;
}
form.form > fieldset > textarea:focus + label {
    transform: translate(-0.3em, -0.5em) !important;
    font-size: .625em;
}


@media screen and (min-width: 1024px) and (max-width: 1265px) {
    form.form > fieldset > [type="text"]:focus + label,
    form.form > fieldset > [type="email"]:focus + label,
    form.form > fieldset > [type="tel"]:focus + label,
    form.form > fieldset > [type="password"]:focus + label {
        transform: translate(-0.6em, -1.4em) !important;
    }
    form.form > fieldset > textarea:focus + label {
        transform: translate(-0.6em, -0.5em) !important;
    }
}


@media screen and (max-width: 1024px) {
    form.form > fieldset > [type="text"]:focus + label,
    form.form > fieldset > [type="email"]:focus + label,
    form.form > fieldset > [type="tel"]:focus + label,
    form.form > fieldset > [type="password"]:focus + label {
        transform: translate(-0.95em, -1.4em) !important;
    }
    form.form > fieldset > textarea:focus + label {
        transform: translate(-0.95em, -0.5em) !important;
    }
}

form.form > fieldset > [type="text"].notEmpty:focus + label,
form.form > fieldset > [type="email"].notEmpty:focus + label,
form.form > fieldset > [type="tel"].notEmpty:focus + label,
form.form > fieldset > [type="password"].notEmpty:focus + label  {
    transform: translate(-1em, -1.4em);
}
form.form > fieldset > textarea.notEmpty:focus + label {
    transform: translate(-1em, -0.5em);
}

form.form > fieldset > [type="text"].notEmpty + label,
form.form > fieldset > [type="email"].notEmpty + label,
form.form > fieldset > [type="tel"].notEmpty + label,
form.form > fieldset > [type="password"].notEmpty + label  {
    transform: translate(0em, -1.4em);
    font-size: .625em;
    transition: all 0ms;
}
form.form > fieldset > textarea.notEmpty + label {
    transform: translate(0em, -0.5em);
    font-size: .625em;
    transition: all 0ms;
}



form.form textarea,
form.styled textarea,
  .modal form textarea {
    height: 9em;
    padding-top: 2em;
}

form.styled .half,
  .modal form .half {
    float: left;
}

form.styled .half + .half,
    .modal form .half + .half {
    margin-left: 1.45em;
}

form.styled .half [type="text"],
    form.styled .half [type="email"],
    form.styled .half [type="tel"],
    form.styled .half [type="password"],
    .modal form .half [type="text"],
    .modal form .half [type="email"],
    .modal form .half [type="tel"],
    .modal form .half [type="password"] {
        width: 17em;
}

form.styled .register__agreement,
  form.styled .captcha,
  .modal form .register__agreement,
  .modal form .captcha {
    background-color: #fff;
    display: inline-block;
    height: 4.5em;
    vertical-align: top;
    width: 17em;
}

form.styled .register__agreement img,
    form.styled .captcha img,
    .modal form .register__agreement img,
    .modal form .captcha img {
        width: 100%;
}

form.styled .register__agreement,
  .modal form .register__agreement {
    padding-left: 0.2em;
    padding-top: 1.2em;
    position: relative;
    width: 35.375em;
}

form.styled .register__agreement label,
    .modal form .register__agreement label {
        font-size: .75em;
        text-transform: none;
        margin-top: 8px;
}

form.styled .register__agreement .error,
    .modal form .register__agreement .error {
        margin-top: 30px;
        margin-left: -4px;
}

form.styled .btn__orange,
  .modal form .btn__orange {
    margin-left: -1.4em;
    padding: 0 2.4em;
}

@media screen and (max-width: 768px) {
    form.styled .register__agreement,
    .modal form .register__agreement {
        width: 100%;
    }
    form.styled,
    .modal form {
        width: 576px;
        margin: auto;
        background: none;
    }

    form.styled > div,
      .modal form > div {
        margin: 0 auto 1.9em;
        position: relative;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    form.styled,
    .modal form {
        width: 83%;
        padding: 0 10px;
    }

    form.styled [type="text"],
      form.styled [type="email"],
      form.styled [type="tel"],
      form.styled [type="password"],
      .modal form [type="text"],
      .modal form [type="email"],
      .modal form [type="tel"],
      .modal form [type="password"] {
        width: 100%;
    }

    form.styled .half,
      .modal form .half {
        float: none;
        width: 100%;
    }

    form.styled .half + .half,
        .modal form .half + .half {
        margin-left: 0;
    }

    form.styled .half [type="text"],
        form.styled .half [type="email"],
        form.styled .half [type="tel"],
        form.styled .half [type="password"],
        .modal form .half [type="text"],
        .modal form .half [type="email"],
        .modal form .half [type="tel"],
        .modal form .half [type="password"] {
            width: 100%;
    }

    form.styled .register__agreement,
      form.styled .captcha,
      .modal form .register__agreement,
      .modal form .captcha {
        margin: 0 auto 2em;
        display: block;
    }
}

.modal {
    background-color: #f2f5f9;
}

.modal .h2 {
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.modal .enter-admitad {
    background-color: #ebeef2;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
    height: 70px;
    line-height: 70px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #999999;
    display: block;
}

.modal form {
    background: none;
}

.modal form a {
    text-decoration: none;
    color: #333333;
    font-family: Lato, sans-serif;
    font-weight: 300;
}

.modal form a:hover {
    text-decoration: underline;
}

.modal form > div {
    margin: 0 0 2em;
}

.modal form .restore-password {
    text-align: right;
}

.modal form .restore-password a {
    font-size: .9375em;
}

.text-orange {
    color: #f77c35;
}

.text_lato-black {
    font-family: Lato, Arial, sans-serif;
    font-weight: 900;
}

.container {
    margin: 0 auto;
    width: 73.3125em;
}

@media screen and (max-width: 768px) {
    .container {
        width: auto;
    }
}

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

.btn__link, .btn {
    border-radius: 3em;
    color: #fff !important;
    display: inline-block;
    font-size: .875em;
    height: 3.75em;
    letter-spacing: 0.05em;
    line-height: 3.75em;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato;
}

.btn {
    border: none;
    cursor: pointer;
}

.btn__orange,
.btn__orange-transparent {
    position: relative;
}

.btn__orange span,
  .btn__orange-transparent span {
    position: relative;
    z-index: 2;
    font-family: Lato;
    font-weight: 400;
}

.btn__orange:before, .btn__orange:after,
  .btn__orange-transparent:before,
  .btn__orange-transparent:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f09819;
    position: absolute;
    transition: opacity 0.5s;
    top: 0;
    left: 0;
    border-radius: 3em;
}

.btn__orange:before,
  .btn__orange-transparent:before {
    background: #ff5858;
    background-image: -moz-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -ms-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09819', endColorstr='#ff5858',GradientType=0 );
    opacity: 1;
}

.btn__orange:after,
  .btn__orange-transparent:after {
    background: #ff5858;
    background: #ff5858;
    background-image: -moz-linear-gradient(90deg, #f2a330 0%, #ff6969 100%);
    background-image: -webkit-linear-gradient(90deg, #f2a330 0%, #ff6969 100%);
    background-image: -ms-linear-gradient(90deg, #f2a330 0%, #ff6969 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a330', endColorstr='#ff6969',GradientType=0 );
    opacity: 0;
}

.btn__orange:hover,
  .btn__orange-transparent:hover {
    text-decoration: none !important;
}

.btn__orange:hover:after,
    .btn__orange-transparent:hover:after {
    opacity: 1;
}

.btn__violet {
    position: relative;
}

.btn__violet span {
    position: relative;
    z-index: 2;
}

.btn__violet:before, .btn__violet:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #f09819;
    position: absolute;
    transition: opacity 0.5s;
    top: 0;
    left: 0;
    border-radius: 3em;
}

.btn__violet:before {
    background: #7353ff;
    background: -moz-linear-gradient(top, #7353ff 0%, #6046d6 50%, #503ab1 100%);
    background: -webkit-linear-gradient(top, #7353ff 0%, #6046d6 50%, #503ab1 100%);
    background: linear-gradient(to bottom, #7353ff 0%, #6046d6 50%, #503ab1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7353ff', endColorstr='#503ab1',GradientType=0 );
    opacity: 1;
}

.btn__violet:after {
    background: #503ab1;
    background: -moz-linear-gradient(top, #503ab1 0%, #6046d6 50%, #7353ff 100%);
    background: -webkit-linear-gradient(top, #503ab1 0%, #6046d6 50%, #7353ff 100%);
    background: linear-gradient(to bottom, #503ab1 0%, #6046d6 50%, #7353ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#503ab1', endColorstr='#7353ff',GradientType=0 );
    opacity: 0;
}

.btn__violet:hover {
    text-decoration: none !important;
}

.btn__violet:hover:after {
    opacity: 1;
}

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

footer {
    background: transparent url(../images/violet_background.png) center center/cover no-repeat;
    background: #884ef1;
    background: -moz-linear-gradient(top,  #884ef1 0%, #7745ef 100%);
    background: -webkit-linear-gradient(top,  #884ef1 0%,#7745ef 100%);
    background: linear-gradient(to bottom,  #884ef1 0%,#7745ef 100%);
    padding-top: 3em;
    position: relative;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .b-footer_logo {
    float: left;
}

footer .b-footer_logo a:hover {
    text-decoration: none;
}

footer .b-footer_nav {
    margin-left: 24.7em;
    padding-top: 1.2em;
}

footer .footer__nav {
    display: inline-block;
    margin-left: 7.1em;
    vertical-align: top;
    width: 9.8em;
}

footer .footer__nav a,
    footer .footer__nav li {
    color: #ffffff;
    font-size: .9375em;
    font-weight: 300;
}

footer .footer__nav li {
    margin-bottom: 1em;
    line-height: 1.2;
}

footer .footer__nav .hdr_link {
    font-size: 1.2em;
    margin-bottom: 1.65em;
}

footer .footer__nav .hdr_link,
    footer .footer__nav .hdr_link a {
    font-weight: 600;
}

footer .footer__nav:first-child {
    margin: 0;
}

footer .footer__nav:last-child {
    margin-left: 8.8em;
}

footer .b-footer_logo > span {
    color: #ffffff;
    display: block;
    font-size: .875em;
    font-weight: 300;
    padding-top: 0.8em;
}

footer .b-logo__text-normal,
  footer .b-logo__text-bold {
    color: #fff;
    font-size: 2.5em;
}

footer .b-logo__text-bold {
    font-family: 'Core Rhino 85', Arial, sans-serif;
}

footer .b-logo__text-normal {
    background: transparent url(../images/arrow_icon.png) 0.2em 50%/.558139535em auto no-repeat;
    font-family: 'Core Rhino 25', Arial, sans-serif;
    padding-left: 0.9em;
}

header hr {
    background-color: #7e6ad4;
    margin: 2em 0 1.5em;
    border: none;
    height: 1px;
}

footer hr {
    background-color: #7e6ad4;
    border: none;
    height: 1px;
    margin: 2em 0 1.5em;
}

footer hr + .container {
    font-family: Roboto, sans-serif;
    padding-bottom: 1.4em;
}

footer .partner {
    color: rgba(255, 255, 255, 0.8);
    float: left;
}

footer .partner img {
    margin-left: 0.4em;
    vertical-align: middle;
    width: 4.5625em;
    margin-top: -2px;
}

footer .subscribe {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 24.8em;
    padding-top: 0.3em;
}

footer .subscribe a {
    color: #ffffff;
    font-family: Lato, sans-serif;
}

footer .subscribe a:first-child {
    margin-left: 1.5em;
}

footer .subscribe a + a {
    margin-left: 1.2em;
}

footer .subscribe .fa {
    color: #f67b30;
    font-size: 1.125em;
    margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
    footer {
        padding-left: 2em;
        padding-right: 2em;
    }

    footer .b-footer_nav {
        margin-left: 0;
        clear: left;
    }

    footer .footer__nav {
        margin-left: 0;
    }

    footer .footer__nav:last-child {
        margin-left: 0;
    }

    footer .subscribe {
        margin-left: 0;
        clear: left;
    }

    footer .subscribe a:first-child {
        margin-left: 0;
    }

    footer .subscribe > span {
        display: block;
        padding: 0.5em 0 1em;
    }
}


footer #scroll-top {
    background: #f2a330;
    background: -moz-linear-gradient(top, #f2a330 0%, #ff6a68 100%);
    background: -webkit-linear-gradient(top, #f2a330 0%,#ff6a68 100%);
    background: linear-gradient(to bottom, #f2a330 0%,#ff6a68 100%);
    bottom: 76px;
    border-radius: 50%;
    display: none;
    height: 47px;
    position: fixed;
    right: 37px;
    width: 47px;
    z-index: 99;
    cursor: pointer;
}



footer #scroll-top .fa-angle-up {
    font-size: 1.4em;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 12px;
}

.admitad_enter {
    border: 1px solid #e6e6e6;
    background: transparent;
    color: #444444 !important;
    text-transform: uppercase;
    font-size: .75em;
    width: 21.666666667em;
    position: absolute;
    left: 12.9em;
    bottom: -2em;
    padding-bottom: 2.4em;
    padding-top: 2.5em;
    padding-left: 3.7em;
    letter-spacing: 0.06em;
    display: block;
    text-align: center;
}

.admitad_enter:before {
    content: '';
    display: block;
    width: 2.25em;
    height: 2.25em;
    background: transparent url(../images/admitad.png) 0 0/cover no-repeat;
    position: absolute;
    top: 1.8em;
    left: 2.4em;
}

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

.mobile-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -999em;
    top: 0px;
}

.mobile-nav .mobile-nav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.mobile-nav .mobile-menu {
    width: 100%;
    background: #884ef1;
    background: -moz-linear-gradient(top,  #884ef1 0%, #7745ef 100%);
    background: -webkit-linear-gradient(top,  #884ef1 0%,#7745ef 100%);
    background: linear-gradient(to bottom,  #884ef1 0%,#7745ef 100%);
    height: 100%;
    margin-left: -70%;
    position: absolute;
    z-index: 20;
}

.mobile-nav .fa-close {
    font-size: 3em;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.5em 1em;
    cursor: pointer;
}

.mobile-nav ul {
    padding: 2em 3em;
}

.mobile-nav li, .mobile-nav a {
    color: #fff;
    text-decoration: none;
}

.mobile-nav li {
    font-size: 1.7em;
    margin-bottom: 1em;
    font-family: Lato, Helvetica, Sans-Serif;
    font-weight: 200;
}

.mobile-nav hr {
    background-color: #7e6ad4;
    border: none;
    height: 1px;
    margin: 1em 0 2em 0;
}

.section9anchor {
    display: inline-block;
    width: 100%;
    height: 5.75em;
    margin-top: -5.75em;
    cursor: default;
    position: relative;
    z-index: -1;
}

.section9anchor:active, .section9anchor:focus {
    outline: none;
}

svg#Group_1 path.drawing,
svg#Group_2 path.drawing,
svg#Group_3 path.drawing,
svg#Group_4 path.drawing,
svg#Group_5 path.drawing,
svg#Group_6 path.drawing {
    stroke-width: 1;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: draw;
    animation-timing-function: linear;
    stroke: #7353ff;
    fill: none;
    stroke-dasharray: 1029;
    stroke-dashoffset: 1029;
    animation-duration: 10s;
}

svg#Group_1 path.drawed,
svg#Group_2 path.drawed,
svg#Group_3 path.drawed,
svg#Group_4 path.drawed,
svg#Group_5 path.drawed,
svg#Group_6 path.drawed {
    stroke: none;
    fill: #7353ff;
    opacity: 0;
    transition: opacity 200ms;
}

svg#Group_1 path.drawed.show,
svg#Group_2 path.drawed.show,
svg#Group_3 path.drawed.show,
svg#Group_4 path.drawed.show,
svg#Group_5 path.drawed.show,
svg#Group_6 path.drawed.show {
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    svg#Group_1 path.drawing,
  svg#Group_2 path.drawing,
  svg#Group_3 path.drawing,
  svg#Group_4 path.drawing,
  svg#Group_5 path.drawing,
  svg#Group_6 path.drawing {
        display: none;
    }

    svg#Group_1 path.drawed,
  svg#Group_2 path.drawed,
  svg#Group_3 path.drawed,
  svg#Group_4 path.drawed,
  svg#Group_5 path.drawed,
  svg#Group_6 path.drawed {
        opacity: 1;
    }

    svg#Group_1 path.drawed.show,
  svg#Group_2 path.drawed.show,
  svg#Group_3 path.drawed.show,
  svg#Group_4 path.drawed.show,
  svg#Group_5 path.drawed.show,
  svg#Group_6 path.drawed.show {
        opacity: 1;
    }
}

.slick-dots li button:before {
    font-size: 9px !important;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.b-section2.page__inner {
    text-align: left;
}

.b-section2.page__inner .h1 {
    margin-bottom: 1.3em;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .b-section2.page__inner {
        padding: 2em 0 2.9em;
    }
}

.b-instruments .instrument {
    display: inline-block;
    width: 34.125em;
    margin-right: 2.375em;
    vertical-align: top;
    margin-bottom: 3em;
}

.b-instruments .instrument img {
    float: left;
    width: 4.875em;
}

.b-instruments .instrument .h2 {
    margin-left: 3.34375em;
    color: #444444;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.125em;
    text-align: left;
    margin-bottom: 1.125em;
}

.b-instruments .instrument p {
    text-align: left;
    margin-left: 4.863636364em;
    color: #333333;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.363636364em;
    margin-bottom: 1.772727273em;
}

.b-instruments .instrument ul {
    margin-left: 6.6875em;
    text-align: left;
    margin-bottom: 2em;
}

.b-instruments .instrument li {
    color: #333333;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-left: 1.6em;
    background: #fff url(../images/svg/pack4/list-marker.svg) 0 0.5em/.666666667em auto no-repeat;
}

.b-instruments .instrument .btn__orange-transparent {
    margin-left: 6.6875em;
    width: 19.357142857em;
    border: 1px solid #f77c35;
}

.b-instruments .instrument .btn__orange-transparent span {
    color: #444444;
    transition: color 0.5s;
}

.b-instruments .instrument .btn__orange-transparent:before, .b-instruments .instrument .btn__orange-transparent:after {
    background: #ff5858;
    background-image: -moz-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -ms-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09819', endColorstr='#ff5858',GradientType=0 );
    opacity: 0;
    transition: opacity 0.5s;
}

.b-instruments .instrument .btn__orange-transparent:hover span {
    color: #fff;
}

.b-instruments .instrument .btn__orange-transparent:hover:before {
    background: #ff5858;
    background-image: -moz-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    background-image: -ms-linear-gradient(90deg, #ff6969 0%, #f2a330 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09819', endColorstr='#ff5858',GradientType=0 );
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .b-instruments .instrument {
        width: 31.125em;
        padding: 0 1.5em;
    }
}

.b-section7.page__inner {
    height: auto;
    text-align: left;
    background-color: #fff;
    padding-top: 4.25em;
}
.page__inner {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
}

.b-section7.page__inner .h1,
  .b-section7.page__inner .h1 + p {
    text-align: center;
    width: 100%;
    color: #444;
}

.b-section7.page__inner .blog_item {
    margin-bottom: 2em;
}

.b-section7.page__inner .blog_item:nth-child(3n+1) {
    margin-left: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .b-section7.page__inner {
        padding-top: 2em;
    }
}

.b-pager {
    height: 3.75em;
    border-radius: 4px;
    border: 1px solid #dddddd;
    position: relative;
    margin: 2em 0 4em;
}

.b-pager .pager--next,
  .b-pager .pager--prev {
    height: 100%;
    width: 3.75em;
    position: absolute;
    top: 0;
}

.b-pager .pager--next {
    border-left: 1px solid #dddddd;
    right: 0;
    background: transparent url(../images/right-arrow.svg) center center no-repeat;
}

.b-pager .pager--prev {
    border-right: 1px solid #dddddd;
    left: 0;
    background: transparent url(../images/left-arrow.svg) center center no-repeat;
}

.b-pager ul {
    margin-left: 3.75em;
    height: 100%;
}

.b-pager li {
    display: inline-block;
    height: 100%;
    width: 3.75em;
    line-height: 3.75em;
    text-align: center;
    border-right: 1px solid #dddddd;
    font-size: .9375em;
    font-weight: 700;
}

.b-pager li a {
    color: #444444;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.b-pager li.active {
    background-color: #F77C35;
    border-left: 1px solid #dddddd;
}

.b-pager li.active a {
    color: #fff;
}

.b-pager li:hover {
    background-color: #F77C35;
    border-left: 1px solid #dddddd;
}

.b-pager li:hover a {
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 560px) {
    .b-pager .pagination {
        display: none;
    }
    .b-pager {
        width: 50%;
        margin: 0 auto;
    }
}

.panel {
    width: 48.125em;
    margin: 0 auto;
    padding: 1em 0;
}

.panel + .panel {
    border-top: 1px solid #dddddd;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .panel {
        width: auto;
    }
}

.panel-heading {
    color: #333333;
    font-size: 1.375em;
    font-weight: 700;
}

.panel-collapse {
    display: none;
    padding-left: 2.611111111em;
    clear: both;
}

.panel-title {
    padding-right: 1em;
    background: transparent url(../images/arrow-down.svg) 100% center no-repeat;
}

.panel-title.is-collapsed {
    background: transparent url(../images/arrow-up.svg) 100% center no-repeat;
}

.panel-title.is-collapsed span.icon {
    border-color: #f9955b;
}

.panel-title span.icon {
    font-size: .818181818em;
    line-height: 1.818181818em;
    width: 2em;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #eaeaea;
    float: left;
    transform: translateY(-0.2em);
}

.panel-title span.icon + span {
    display: block;
    padding-left: 2em;
}

.panel-title span i {
    color: #f77c35;
    font-size: .777777778em;
    transform: translate(0.1em, -0.1em);
}

.panel-title a {
    line-height: 1.3;
}

.panel-body {
    padding-top: 1.2em;
    color: #333333;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5em;
    clear: left;
}

.panel-body b {
    font-weight: 700;
}

.panel-body p {
    margin: 0 0 2em 0 !important;
}

.panel-body p.h6 {
    margin: 0 0 0.8em 0 !important;
}

.page__article {
    width: 60.5em;
    margin: 0 auto;
}

.page__article .container {
    width: 100%;
}

.page__article .b-article__content {
    padding: 3.0625em 6.25em 0;
}

.page__article p, .page__article ul, .page__article ol {
    color: #333333;
    font-size: 1.125em;
    line-height: 1.5em;
    margin: 1.7em 0 !important;
}

.page__article .fake--list span {
    display: block;
}

.page__article .pull-right p,
  .page__article .pull-left p {
    color: #333333;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5em;
}

.page__article .pull-left {
    float: left;
    width: 13.4375em;
    margin-right: 3.4375em;
}

.page__article .pull-right {
    float: right;
    width: 11.4375em;
    margin-left: 2.4375em;
}

.page__article .pull-left img,
  .page__article .pull-right img {
    width: 100%;
}

.page__article .cleared {
    clear: both;
}

.page__article .h2 {
    color: #333333;
    font-size: 2.25em;
    margin: 0 auto 1.111111111em;
    font-weight: 400;

}

.page__article .fake--list {
    padding-left: 2.222222222em;
    line-height: 2em;
}

.page__article blockquote {
    width: 28em;
    color: #333333;
    font-weight: bold;
    line-height: 1.75em;
    text-transform: uppercase;
    text-align: center;
    margin: 5em auto 2em;
    position: relative;
}

.page__article blockquote:before {
    content: '“';
    color: #f8864d;
    font-family: "PT Sans", sans-serif;
    font-size: 7.8125em;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
}

.page__article figure img {
    margin-bottom: 0.4em;
}

.page__article figcaption {
    color: #666666;
    font-size: .875em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.928571429em;
    text-align: right;
}

.page__article .media {
    width: 100%;
}

.page__article .media-left,
  .page__article .media-body {
    display: inline-block;
    vertical-align: top;
}

.page__article .media-left {
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
}

.page__article .media-left img {
    width: 100%;
}

.page__article .media-body {
    width: 9.3em;
    margin-left: 0.5em;
}

.page__article .media-body strong {
    line-height: 1.375em;
    color: #444444;
    font-weight: 700;
}

.page__article .media-body span {
    color: #666666;
    font-size: .875em;
    font-weight: 300;
    font-style: italic;
}

.page__article .article__author {
    border-bottom: 1px solid #e4e4e4;
    padding: 1.25em 0;
}

.page__article .image--responsive img,
  .page__article figure img {
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .page__article {
        width: 100%;
        padding: 0 !important;
    }

    .page__article .b-article__content {
        padding: 3.0625em 2em 0;
    }
}

.b-other_materials {
    padding-top: 5em !important;
}

.b-other_materials .h3 {
    font-weight: 900;
    font-family: Lato, sans-serif;
    font-size: 2em;
    margin-bottom: 1.4em;
}

.b-other_materials .blog_item {
    float: left;
}

.date {
    font-family: Lato, sans-serif;
    font-weight: 100;
    color: #666666;
    font-size: .875em;
}

.hashtag {
    font-size: .625em;
    font-family: Lato, sans-serif;
    font-weight: 100;
    color: #666666;
    text-transform: uppercase;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 0.3em 0.8em;
    margin: 0 0.3em;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-slide > * {
    padding: 0;
}

.modal .h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: Lato, sans-serif;
    font-size: 1.5em;
    margin-top: 1em;
    padding-left: 1em;
}

.modal form {
    margin: 0 1.5em;
}

.modal .enter-admitad {
    text-decoration: none;
}


.main-page .b-section0 {
    margin-top: 5.75em;
}
.main-page .b-section1 {
    margin-top: 0;
}









.fancybox-skin {
    border-radius: 0; }

.fancybox-slide > * {
    padding: 0; }

.modal .h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: Lato, sans-serif;
    font-size: 1.5em;
    margin-top: 1em;
    padding-left: 1em; }
.modal form {
    margin: 0 1.5em; }
.modal .enter-admitad {
    text-decoration: none; }
.tooltip-wrapper {
    padding: 160px 0;
    text-align: center;
}
.tooltip-wrapper li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.tooltip-wrapper li a {
    color: #fff;
    text-decoration: none;
}
.tooltip {
    position: relative;
}
.tooltip:after {
    position: absolute;
    padding: 8px;
    border: 3px solid #fff;
    border-radius: 8px;
    background-color: #1FDA9A;
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    content: attr(data-tooltip);
    min-width: 80px;
    /* width: -moz-max-content; */
    /* width: -webkit-max-content; */
    opacity: 0;
    transition: all .2s ease-in-out .25s;
    visibility: hidden;
    z-index: 2;
}
.tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}
.tooltip-top:before,
.tooltip-bottom:before,
.tooltip-left:before,
.tooltip-right:before {
    content: "";
    display: block;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: all .2s ease-in-out .25s;
    visibility: hidden;
}
.tooltip-top:hover:before,
.tooltip-bottom:hover:before,
.tooltip-left:hover:before,
.tooltip-right:hover:before {
    opacity: 1;
    visibility: visible;
}

.auth_block {
    display: none;
    position: relative;
    padding: 10px;
    min-height: 30px;
    min-width: 100px;
    max-width: 230px;
    font-family: 'Trebuchet MS';
    text-align: left;
    border-radius: 5px;
    z-index: 200;
    box-shadow: 0 0 1px rgba(57,70,78,.15), 0 20px 55px -8px rgba(57,70,78,.25);
    box-shadow: 0 0 1px rgba(57,70,78,.15), 0 -5px 50px -8px rgba(57,70,78,.25), 0 5px 50px -8px rgba(57,70,78,.25)
}
.auth_block:before, .auth_block:after{
    content:'';
    position:absolute;
}

.auth_block{
    background:#fff;
    border-radius:5px;
    color:#000;
    top: -15px;
    left: 11px;
    font-family: Lato, Arial, sans-serif;
}

@media screen and (max-width: 1265px) and (min-width: 768px) {
    .auth_block{
        left: 13px;
    }
}
.auth_block:before{
    right:10px;
    top: -7px;
    width:0px;
    height:0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom: 7px solid #fff;
}

.auth_block span {
    margin-bottom: 20px;
}

.auth_block a {
    color: #000;
}

.auth_block .item {
    /*background: transparent url(../images/gear.png) 0% 50% no-repeat; padding-left:20px;*/
    margin-top: -30px;
    margin-bottom: -55px;
}

.auth_block .settings {
    background: transparent url(../images/gear.png) 0% 50% no-repeat; padding-left:20px; margin-bottom: 20px; cursor: Pointer;
    margin-top: -35px;
    margin-bottom: -55px;
}

.auth_block .exit {
    background: transparent url(../images/exit.png) 0% 50% no-repeat; padding-left:20px; cursor: Pointer;
    margin-bottom: -35px;
}

.tooltip {
    position: relative;
}
.tooltip:after {
    position: absolute;
    padding: 8px;
    border: 3px solid #fff;
    border-radius: 8px;
    background-color: #1FDA9A;
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    content: attr(data-tooltip);
    min-width: 80px;
    /* width: -moz-max-content; */
    /* width: -webkit-max-content; */
    opacity: 0;
    transition: all .2s ease-in-out .25s;
    visibility: hidden;
    z-index: 2;
}
.tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}

/*Исходная позиция подсказки*/
.tooltip-top:after {
    bottom: 150%;
    left: 0;
}
.tooltip-bottom:after {
    top: 155%;
    left: 0;
}
.tooltip-left:after {
    right: 130%;
    min-width: 100px;
}
.tooltip-right:after {
    left: 130%;
    min-width: 100px;
}

/*Конечная позиция подсказки*/
.tooltip-top:hover:after {
    bottom: 120%;
}
.tooltip-bottom:hover:after {
    top: 125%;
}
.tooltip-left:hover:after {
    right: 110%;
}
.tooltip-right:hover:after {
    left: 110%;
}

.tooltip-top:before,
.tooltip-bottom:before,
.tooltip-left:before,
.tooltip-right:before {
    content: "";
    display: block;
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    opacity: 0;
    transition: all .2s ease-in-out .25s;
    visibility: hidden;
}
.tooltip-top:hover:before,
.tooltip-bottom:hover:before,
.tooltip-left:hover:before,
.tooltip-right:hover:before {
    opacity: 1;
    visibility: visible;
}

/*Начальная позиция треугольника*/
.tooltip-top:before {
    top: -51%;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: #000;
}
.tooltip-bottom:before {
    bottom: -56%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-color: #000;
}
.tooltip-left:before {
    left: -31%;
    top: 15%;
    border-left-color: #000;
}
.tooltip-right:before {
    right: -31%;
    top: 15%;
    border-right-color: #000;
}

/* Конечная позиция треугольника */
.tooltip-top:hover:before {
    top: -21%;
}
.tooltip-bottom:hover:before {
    bottom: -26%;
}
.tooltip-left:hover:before {
    left: -11%;
}
.tooltip-right:hover:before {
    right: -11%;
}

.authorized {
    background: transparent url(../images/home_icon.png) 0% 50% no-repeat;
    color: #f77c35;
    padding-left:20px;
    float: left;
    margin-right: 20px;
}
.authorized a,
.authorized a:hover {
    color: #f77c35;
    text-decoration: none;
}

/* adaptation below */
.error {
    margin-top: -26px;
    margin-bottom: 10px !important;
    padding: 0 !important;
    min-height: 16px;
}
.half {
    margin-bottom: 3px !important;
    z-index: 10;
}
.half + .error {
    margin-top: 0px;
    margin-bottom: -10px !important;
}
.error {
    display: none;
    z-index: 0;
}
.error, .half {
    position: relative;
}

.captcha .error {
    margin: 0px;
}
.g-recaptcha iframe {
    height: 72px;
    width: 272px;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-radius: 3px;
}

.modal.feedback .error {
    margin-top: -10px;
    top: 13px;
}
.modal.feedback .error:first-child {
    margin-top: -20px;
    top: 13px;
    height: 33px;
}

/* blog paging fix */
.b-pager .pager--prev {
    margin-left: -4px;
}
.b-pager ul.pagination li {
    margin-left: -5px;
    height: 58px;
}
@media screen and (max-width: 1265px) {
    .b-pager ul.pagination li {
        height: 51px;
    }
}
@media screen and (max-width: 1024px) {
    .b-pager ul.pagination li {
        height: 43px;
    }
}

.passwords {
    display: inline-block;
    margin-bottom: 30px;
}

.passwords .error {
    margin-bottom: -14px !important;
}

form.styled .register__agreement {
    margin-top: -6px;
}


/* reg form fixes */

@media screen and (max-width: 1265px) and (min-width: 1024px) {
    .g-recaptcha iframe,
    .g-recaptcha > div {
        width: 241px !important;
        height: 64px !important;
    }
}

@media screen and (max-width: 1024px) {
    .g-recaptcha iframe,
    .g-recaptcha > div {
        width: 206px !important;
        height: 55px !important;
    }
}

@media screen and (min-width: 1265px) {
    form .captcha .error {
        margin-top: -4px;
    }
}
@media screen and (max-width: 1265px) and (min-width: 1024px) {
    form .captcha .error {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    form .error {
        margin-top: -20px;
    }
    form .captcha .error {
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    form.styled .register__agreement {
        margin-top: -10px;
        width: 100%;
    }
    form.styled > span > div, .modal form > div {
        margin-left: 0;
    }
    form .half {
        margin-bottom: 20px !important;
    }
    .passwords {
        width: 100%;
        display: block;
        margin-bottom: 0px;
    }
    .g-recaptcha iframe,
    .g-recaptcha > div {
        height: 60px !important;
    }
    form .error {
        margin-top: -20px;
        margin-bottom: 2px !important;
    }
    form .passwords .error {
        margin-top: -92px;
        margin-bottom: 56px !important;
    }
    form .captcha .error {
        margin-top: 1px;
    }
    .main-page .b-section0 {
        margin: 0;
    }
}
@media screen and (max-width: 466px) and (min-width: 320px) {
    form.styled .register__agreement label {
        top: -6px;
    }
    form.styled .register__agreement label:before {
        top: -1px !important;
    }
}

.slide-item > img {
    border-radius: 100%;
    margin-top: 28px;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


.panel-body table,
.container article table {
    width: 100%;
    margin-bottom: 4em;

    border-collapse: collapse;
    table-layout: fixed;
    font-size: 80%;

}

.panel-body table,
.panel-body table tbody,
.panel-body table tr,
.panel-body table td,
.panel-body table p,
.container article table,
.container article table tbody,
.container article table tr,
.container article table td,
.container article table p {
    margin: 0 !important;
    padding: 0 !important;
}

.panel-body table p,
.container article table p {
    line-height: 1.2;
}

.panel-body table td,
.panel-body table th,
.container article table td,
.container article table th {
    padding: 1em;
}

.panel-body table th,
.container article table th {
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .75em;
    font-weight: 700;
}


.panel-body table td,
.container article table td {
    color: #666666;
    padding-bottom: 0;
}

.panel-body table td,
.container article table td {
    border-top: 1px solid #e4e4e4;
    padding: 10px 10px !important;
}

.panel-body table tbody tr td,
.container article table tbody tr td {
    border-right: 1px solid #e4e4e4;
}

.panel-body table tbody tr td:last-child,
.container article table tbody tr td:last-child {
    border-right: none;
}

.panel-body table tbody tr:first-of-type td,
.container article table tbody tr:first-of-type td {
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: .75em;
    font-weight: 700;
}

.panel-body table.noheader tbody tr:first-of-type td,
.container article table.noheader tbody tr:first-of-type td {
    text-align: left;
    border-top: none;
    text-transform: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
}
.container article .page__article ul {
    padding-left: 2.222222222em;
    line-height: 2em;
}
.container article ul li {
    list-style: none;
}
.container article ul li:before {
    content: '—';
    margin-right: 10px;
}
.container article * {
    word-wrap: break-word;
}
.container article a {
    text-decoration: underline;
}
.container article a:hover {
    text-decoration: none;
}

.container article img {
    padding: 5px;
    border: solid 1px #EFEFEF;
    max-width: 100%;
}
.container article a:hover > img {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.b-section9 {
    margin-top: -15px;
}
.container article strong, .container .panel-body strong {
    font-weight: bold;
}
.container article em, .container .panel-body em {
    font-style: italic;
}
.help.page__inner .container ul li {
    list-style: circle inside none;
    padding-bottom: 8px;
}
.help.page__inner img {
     max-width: 100%;
 }
div.b-article__content div.edit_link a {
    text-decoration: underline;
    font-style: italic;
    font-weight: 500;
}
div.b-article__content div.edit_link a:hover {
    text-decoration: none;
}
#disqus_thread {
    padding-top: 1.5em;
}

.page__article ul li {
    padding-left: 30px;
}

.page__article ul ul li,
.page__article ul li ul li {
    font-size: initial;
    line-height: 1.25em;
}

.menu-toggle {
    width: 23px;
    height: 23px;
    background: transparent url(../images/menu-toggle.png) 0% 0% no-repeat;
    position: absolute;
    right: 3em;
    top: 2em;
    cursor: pointer;
}
.menu-toggle.active {
    width: 23px;
    height: 23px;
    background: transparent url(../images/menu-toggle.png) 0% 100% no-repeat;
}

div.partner, .subscribe>span:first-child {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.mobile-show {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    footer .subscribe+hr.mobile-show {
        margin-top: 14px;
        margin-bottom: 46px;
    }
    footer .partner {
        width: 90%;
        text-align: center;
        position: absolute;
        bottom: 20px;
    }
    .b-footer_nav>.footer__nav {
        width: 100%;
    }
    footer .footer__nav .hdr_link {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    header .container>div.b-logo {
        padding: 0 2em;
    }
    .subscribe a span.fa:before {
        font-size: 120%;
    }
}

header {
    z-index: 111;
}
.mobile-menu {
    padding-top: 69px;
}

.form .error {
    display: inline-block;
}

div.register__agreement.error-field {
    border: 1px solid #f00;
}

.error-field input,
.error-field textarea,
.error-field input:focus,
.error-field textarea:focus {
    border-color: #f00 !important;
}

.error-field label {
    color: #f00 !important;
}

.error-form,
#login_form .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid transparent;
    padding: 1em 1.1em !important;
    margin-bottom: 2rem !important;
    display: none;
}

@media screen and (min-width: 768px) {
    #reg_form .error-form {
        margin-left: 37.775em;
    }
}

a.btn:hover {
    text-decoration: none;
}

.instruments_center a:hover {
    text-decoration: none;
}

form [type="text"],
form [type="email"],
form [type="tel"],
form [type="password"],
form textarea {
    font-family: Lato !important;
    font-weight: 300 !important;
}
