@charset "UTF-8";address,article,aside,audio,b,blockquote,body,canvas,caption,dd,details,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,legend,li,mark,nav,object,ol,p,q,samp,section,small,span,strong,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

ol,ul {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

input[type=text]:focus {
    outline: 0
}

button,input,textarea {
    line-height: inherit;
    outline: 0
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    font-family: Montserrat,sans-serif,Arial,Helvetica,Verdana;
    font-weight: 400
}

button,input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.ios input[type=email],.ios input[type=number],.ios input[type=password],.ios input[type=search],.ios input[type=tel],.ios input[type=text],.ios textarea {
    font-size: 16px
}

button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

b,strong {
    font-weight: 700
}

button:focus{
    outline: none !important;
}


a {
    text-decoration: underline;
    color: #5775b9
}

a:hover {
    text-decoration: none
}

em,i {
    font-style: italic
}

input[disabled] {
    cursor: default;
    background-color: #f5f5f5
}

input[type=checkbox],input[type=radio] {
    padding: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    outline: 0
}

html :after,html :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%
}

body {
    background: #fff;
    color: #484848 !important;
    direction: ltr;
    font: 400 14px/1.3 Montserrat,sans-serif,Arial,Helvetica,Verdana !important;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    display: table;
    content: '';
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.flex-slider,.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    -webkit-transition: opacity 1s ease .1s;
    -o-transition: opacity 1s ease .1s;
    transition: opacity 1s ease .1s
}

.flex-slider.slick-initialized,.slick-initialized.slider {
    opacity: 1;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    display: block!important
}

.main__slider-wrp {
    background: center no-repeat;
    background-size: cover
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li div {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 33px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 5px
}

.slick-dots li.slick-active div {
    height: 7px;
    background-color: #ff7d14
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #041640;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    -o-transition: opacity .25s ease,visibility 0s ease .25s;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: 0px) {
    .fancybox-caption {
        padding:75px 44px 25px 44px
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    -o-transition-timing-function: cubic-bezier(0,0,.25,1);
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
    transform: scale3d(1,1,1) translate3d(0,0,0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

.my-select {
    opacity: 0;
    height: 40px;
    width: 200px
}

.selects>span {
    display: block;
    margin-bottom: 10px
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 100%;
    cursor: pointer
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    height: 38px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px
}

.SelectClass,.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.SumoSelect {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: 0;
    cursor: pointer
}

.SumoSelect>.CaptionCont {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    min-height: 14px;
    height: 40px;
    margin: 0;
    background-color: #fff
}

.SumoSelect.open>.CaptionCont {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 32px;
    padding-left: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    line-height: 40px;
    font-weight: 500;
    font-family: Montserrat,sans-serif,Arial,Helvetica,Verdana
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 7px
}

.SumoSelect>.CaptionCont>label>.icon {
    position: absolute;
    width: 11px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    fill: #000
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 4;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.SumoSelect.open>.optWrapper {
    top: 100%;
    display: block;
    margin-top: -1px
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect>.optWrapper>.options {
    position: relative;
    max-height: 250px;
    margin-bottom: 0
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
    border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    -webkit-box-shadow: 0 0 100px #595959;
    box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 11px 20px;
    position: relative;
    color: #484848;
    line-height: 18px;
    margin-bottom: 0
}

.SumoSelect>.optWrapper>.options li.opt:before {
    display: none
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-bottom: none
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    color: #fff;
    background-color: #5775b9
}

.SumoSelect>.optWrapper>.options li.opt.selected {
    color: #fff;
    background-color: #ff7d14
}

.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
    display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.13);
    box-shadow: 0 0 2px rgba(0,0,0,.13);
    border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    -webkit-box-shadow: 0 0 2px #a1c0e4;
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px 0
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #11a911;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0 10px 35px;
    cursor: pointer
}

.SumoSelect .select-all>label,.SumoSelect .select-all>span i {
    cursor: pointer
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.SumoSelect {
    text-align: left
}

.main {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 61px;
    min-height: 100vh
}

.main__container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px
}

.main__row,.submenu__row,.text-row {
    margin: 0 -15px
}

.content__body {
    padding: 0 15px
}

.left-aside {
    padding: 0 15px
}

.right-aside {
    padding: 0 15px
}

.clearfix:after,.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.alphabet__letters,.analytics__item,.article,.base-video,.cart__payment-row,.cart__total,.comments-form__bottom,.flex-wrp,.footer__bottom-row,.footer__nav,.footer__top-row,.personal__order-info,.personal__order-status-payment,.social,.social-wrapper,.sort-form__row,.text-bottom-info,.text__tags,.webinars__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.alphabet__radio,.cart__coupon-delete .icon,.cart__delete .icon,.cart__payment-radio,.close-popup .icon,.filter__close .icon,.js-up__inner .icon,.knowledge__icon:after,.knowledge__icon:before,.modern-page-next .icon,.modern-page-previous .icon,.my-label sup .icon,.player__nav-btn-play:after,.player__nav-btn-play:before,.pos-center,.search-btn .icon,.slick-dots li div,.video:after,.video:before,.vocabulary__icon .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.article-date .icon,.article-views .icon,.comments__date .icon,.filter__reset .icon,.knowledge-base__ttl .icon__arrow,.knowledge__icon,.pos-left-center,.webinar-recommended__date .icon,.webinar-recommended__views .icon,.webinars-date .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.article-details .icon,.comments-answer .icon,.my-label sup,.pos-right-center,.title-flex__left span:before {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.object-fit {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.title-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.title-flex .h2,.title-flex h2 {
    margin-bottom: 0
}

.title-flex__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-flex__left img {
    max-width: 38px;
    max-height: 38px;
    margin-right: 20px
}

.title-flex__left span {
    position: relative;
    display: block;
    padding-right: 90px
}

.title-flex__left span:before {
    content: '';
    width: 60px;
    height: 5px;
    background-color: #ff7d14
}

.bg-gray {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px
}

.bg-gray>* {
    position: relative
}

.bg-gray:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500%;
    height: 100%;
    background-color: #fafafa
}

@-webkit-keyframes bounce-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
}

@keyframes bounce-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
}

@-webkit-keyframes bounce-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
}

@keyframes bounce-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.scale-img {
    border-radius: 15px
}

.banner-item {
    text-align: center;
    margin-bottom: 30px
}

.js-accordion__info {
    display: none
}

.js-accordion__ttl {
    cursor: pointer
}

.media {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*padding-top: 56.25%;*/
    /*margin-bottom: 30px*/
}

.media__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.big-logo {
    padding: 3% 0;
    text-align: center
}

.text-center {
    text-align: center
}

.table-wrp {
    overflow-y: auto;
    margin-bottom: 30px
}

.table-wrp>.table-style,.text .table-wrp>table {
    margin-bottom: 0
}

.js-hide-text {
    display: none
}

.js-hide-text_show {
    display: block
}

.h1,.h2,.h3,.h4,.h5,.slider_middle .slider__ttl,h1,h2,h3,h4,h5 {
    margin-bottom: 20px
}

.h1,.h2,.h3,.slider_middle .slider__ttl,h1,h2,h3 {
    font-weight: 500
}

.h4,.h5,.h6,h4,h5,h6 {
    font-weight: 600
}

.h1,.slider_middle .slider__ttl,h1 {
    text-transform: uppercase;
    font-size: 22px
}

.h2,h2 {
    font-size: 20px;
    text-transform: uppercase
}

.h3,h3 {
    font-size: 18px
}

.h4,h4 {
    font-size: 16px
}

.h5,h5 {
    font-size: 15px;
    text-transform: uppercase
}

.h6,h6 {
    margin-bottom: 30px;
    font-size: 14px
}

.text ul:not(.slick-dots),.ul-style {
    margin-bottom: 20px
}

.text ul:not(.slick-dots)>li,.ul-style>li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px
}

.text ul:not(.slick-dots)>li:before,.ul-style>li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #5775b9;
    border-radius: 50%
}

.text ul:not(.slick-dots)>li>ul,.ul-style>li>ul {
    margin-bottom: 0
}

.text ul:not(.slick-dots)>li>ul li:first-child,.ul-style>li>ul li:first-child {
    margin-top: 8px
}

.text ul:not(.slick-dots)>li>ol,.ul-style>li>ol {
    margin-bottom: 0
}

.text ul:not(.slick-dots)>li>ol li:first-child,.ul-style>li>ol li:first-child {
    margin-top: 8px
}

.ol-style,.text ol {
    margin-bottom: 20px;
    counter-reset: step-counter
}

.ol-style>li,.text ol>li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 24px;
    counter-increment: step-counter
}

.ol-style>li:before,.text ol>li:before {
    content: counter(step-counter) ".";
    counter-increment: step;
    position: absolute;
    top: 0;
    left: -24px;
    text-align: center;
    font-weight: 600;
    color: #484848
}

.ol-style>li ol,.text ol>li ol {
    margin-bottom: 0
}

.ol-style>li ol li,.text ol>li ol li {
    padding-bottom: 0;
    margin-top: 15px
}

.ol-style>li ol li:before,.text ol>li ol li:before {
    content: counters(step-counter, ".")
}

.ol-style>li ul,.text ol>li ul {
    margin-bottom: 0;
    margin-left: 0
}

.ol-style>li ul li,.text ol>li ul li {
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 15px
}

.table-style,.text table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px
}

.table-style td,.table-style th,.text table td,.text table th {
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #e5e5e5
}

.table-style td,.text table td {
    vertical-align: middle;
    font-weight: 500
}

.table-style th,.text table th {
    background-color: #fafafa;
    font-weight: 600;
    text-align: left
}

.table-style th[align=center],.text table th[align=center] {
    text-align: center
}

.text {
    margin-bottom: 30px
}

.text>:last-child {
    margin-bottom: 0
}

.text blockquote {
    position: relative;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
    font-style: italic;
    background-color: #fafafa
}

.text blockquote:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 18px;
    left: 8px;
    top: 24px;
    background: center/cover no-repeat url(../images/icon-quotes.svg)
}

.text img,.text img[align=center],.text img[align=left],.text img[align=right] {
    display: block;
    margin: 0 auto 10px;
    float: none
}

.text .photos__col img {
    margin: 0
}

.text .gallery-photo img {
    margin: 0
}

.text hr {
    margin: 0 0 30px;
    border: none;
    border-bottom: 1px solid #e0e0e0
}

.text p {
    margin-bottom: 20px;
    line-height: 1.7
}

.text h1+img,.text h2+img,.text h3+img,.text h4+img,.text h5+img,.text ol+img,.text p+img,.text ul+img {
    margin-top: 0!important
}

.text table {
    margin-left: auto;
    margin-right: auto
}

.text-right-aside {
    padding: 0 15px;
    text-align: center
}

.text-info {
    padding: 0 15px
}

.text-left-aside {
    width: 100%;
    padding: 0 15px
}

.text-bottom-info {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5
}

.text__tags {
    width: 100%;
    margin-bottom: 10px
}

.text__tags-ttl {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 16px
}

.text__tags-item {
    margin-right: 20px;
    margin-bottom: 10px
}

.text__tags-link {
    color: #5775b9
}

.social-wrapper {
    width: 100%;
    margin-left: auto;
    margin-bottom: 10px
}

.social-ttl {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 10px
}

.article-nav {
    margin-bottom: 20px;
    font-size: 0;
    overflow: hidden;
    background-color: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.article-nav__next,.article-nav__prev {
    display: block;
    padding: 15px;
    background-color: #5775b9
}

.article-nav__next .icon,.article-nav__prev .icon {
    width: 21px;
    height: 8px;
    fill: #fff
}

.article-nav__prev {
    margin-right: auto
}

.article-nav__next {
    margin-left: auto
}

.popup {
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #fafafa;
    padding: 0
}

.popup_hide {
    display: none
}

.popup-speaker__info {
    padding: 70px 20px 40px
}

.popup-speaker__info .h3,.popup-speaker__info h3 {
    margin-bottom: 15px
}

.popup-speaker__img {
    text-align: center;
    margin-bottom: 30px
}

.popup-speaker__img img {
    border-radius: 15px
}

.popup__inner {
    position: relative;
    padding: 50px 20px;
    background-color: #fafafa
}

.popup__inner>:last-child {
    margin-bottom: 0
}

.popup__ttl {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1
}

.close-popup .icon {
    width: 20px;
    height: 20px;
    fill: silver;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.close-popup:hover .icon {
    fill: #5775b9
}

.login__social {
    text-align: center
}

.login__social .social__item {
    margin: 0 12px
}

.login__social .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login__social-ttl {
    padding-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 500
}

.login__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    font-weight: 500
}

.login__bottom .my-checkbox-wrapper {
    margin-bottom: 0
}

.forgot-pas-lnk {
    color: #484848
}

.login__registration-link {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500
}

.login__registration-link a {
    color: #484848
}

.base-form {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 50px 20px;
    background-color: #fafafa
}

.base-form>:last-child {
    margin-bottom: 0
}

.base-form__ttl {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.btn {
    display: inline-block;
    padding: 15px 20px 13px;
    background-color: #ff7d14;
    border: 1px solid #ff7d14;
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

.btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn .icon_arrow-right {
    margin-left: 15px;
    width: 7px;
    height: 11px;
    fill: #484848
}

.btn .icon_arrow-left {
    margin-right: 15px;
    width: 7px;
    height: 11px;
    fill: #484848
}

.btn_border {
    background-color: #fff;
    border: 1px solid #ff7d14;
    border-radius: 15px;
    color: #484848;
    text-transform: none;
    font-weight: 500
}

.btn_desktop {
    display: none
}

.my-field-wrapper {
    margin-bottom: 20px
}

.note-form {
    margin-bottom: 20px
}

.my-field {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.my-field::-webkit-input-placeholder {
    color: #484848
}

.my-field:-moz-placeholder {
    color: #484848
}

.my-field::-moz-placeholder {
    color: #484848
}

.my-field:-ms-input-placeholder {
    color: #484848
}

.my-textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    resize: none;
    padding: 20px;
    background-color: #fff
}

.my-textarea::-webkit-input-placeholder {
    color: #484848
}

.my-textarea:-moz-placeholder {
    color: #484848
}

.my-textarea::-moz-placeholder {
    color: #484848
}

.my-textarea:-ms-input-placeholder {
    color: #484848
}

.my-field-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px
}

.my-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    color: #484848
}

.my-label sup {
    width: 15px;
    height: 15px;
    background-color: #ec1c24;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.my-label sup .icon {
    width: 9px;
    height: 9px
}

.file-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.file__path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.file__path .icon_arrow-right {
    margin-left: 15px;
    width: 7px;
    height: 11px;
    fill: #484848
}

.file__path span {
    display: block;
    max-width: 180px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.file__del {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.file__del .icon {
    width: 15px;
    height: 15px;
    fill: #484848
}

.file {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.file__info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.inputfile {
    display: none
}

.my-radio {
    position: absolute;
    left: 4px;
    opacity: 0;
    visibility: hidden
}

.my-radio:checked+.my-radio-label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #484848
}

.my-checkbox-wrapper,.my-radio-wrapper {
    position: relative;
    margin-bottom: 20px
}

.my-radio-label {
    position: relative;
    padding-left: 33px;
    cursor: pointer
}

.my-radio-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #484848
}

.my-checkbox-wrapper {
    font-weight: 500
}

.my-checkbox {
    position: absolute;
    left: 4px;
    opacity: 0;
    visibility: hidden
}

.my-checkbox:checked+.my-checkbox-label:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 11px;
    left: 3px;
    top: 3px;
    background: center/cover no-repeat url(../images/tick.svg)
}

.my-checkbox-label {
    position: relative;
    padding-left: 33px;
    cursor: pointer
}

.my-checkbox-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d1d1d1
}

.captcha-wrapper {
    display: inline-block;
    margin-bottom: 20px
}

.g-recaptcha {
    overflow: hidden;
    max-width: 100%
}

.g-recaptcha body>div[style]:last-of-type,.g-recaptcha iframe,.g-recaptcha>div {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.btn-center {
    margin-bottom: 20px;
    text-align: center
}

.err_mess {
    margin-bottom: 20px;
    color: #ec1c24
}

.complete {
    margin-bottom: 20px;
    color: #2ecc71
}

.err {
    border-color: #ec1c24
}

.form-message {
    text-align: center
}
.block-wrapper .l-d-lg-none {
    display: none !important;
}
.marquee {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff
}

.header_fixed {
    position: fixed
}

.header__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #fff;
    z-index: 2
}

.header__row {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: inline-block;
    max-width: 136px
}

.header__search {
    padding: 0 10px
}

.header__personal {
    position: relative
}

.header__personal-nav {
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 100%;
    border: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleY(0) translate3d(0,0,0);
    transform: scaleY(0) translate3d(0,0,0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.header__personal-nav-item {
    border-bottom: 1px solid #e5e5e5
}

.header__personal-nav-item:last-child {
    border-bottom: none
}

.header__personal-nav-link {
    display: block;
    position: relative;
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    text-decoration: none;
    color: #484848;
    font-weight: 500;
    -webkit-transition: color .3s ease,background-color .3s ease;
    -o-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease
}

.header__personal-nav-link .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 7px;
    height: 11px;
    fill: #484848;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.header__personal-nav-link:hover {
    background-color: #ff7d14;
    color: #fff
}

.header__personal-nav-link:hover .icon {
    fill: #fff
}

.header__personal-link {
    position: relative;
    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;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #ff7d14
}

.header__personal-link img {
    border-radius: 50%
}

.header__personal-link span {
    display: none
}

.icon_user {
    width: 18px;
    height: 20px;
    fill: #ff7d14
}

.nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none
}

.search-btn .icon {
    width: 20px;
    height: 20px;
    fill: #5775b9
}

.header__search-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    padding: 70px 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.05);
    box-shadow: 0 10px 10px rgba(0,0,0,.05);
    -webkit-transition: opacity .3s ease,visibility .3s ease;
    -o-transition: opacity .3s ease,visibility .3s ease;
    transition: opacity .3s ease,visibility .3s ease;
    overflow-y: auto;
    max-height: 100vh
}

.header__search-content_show {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.header__search-field {
    width: 100%
}

.header__search-field-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search__ttl {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase
}

.header__search-clear {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: transparent;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__search-clear .icon {
    width: 20px;
    height: 20px;
    fill: #cdcdcd
}

.header__search-result-wrapper {
    margin-right: 50px
}

.header__search-result {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px
}

.header__search-result-item {
    margin-bottom: 10px
}

.header__search-result-item:last-child {
    margin-bottom: 0
}

.header__search-result-link {
    text-decoration: none;
    color: #484848
}

.footer {
    margin-top: auto;
    color: #fff
}

.footer a {
    color: #fff !important;
}

.footer__top {
    padding-top: 30px;
    background-color: #5775b9
}

.footer__nav-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.footer__ttl {
    margin-bottom: 20px
}

.footer__ttl a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px
}

.footer__nav-item {
    margin-bottom: 16px
}

.footer__nav-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none
}

.footer__links {
    font-weight: 600;
    margin-bottom: 15px
}

.footer__phone {
    font-size: 20px;
    text-decoration: none
}

.footer__email {
    font-size: 15px;
    text-decoration: none
}

.footer__address {
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 500
}

.footer__contacts {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.footer__bottom {
    padding-top: 30px;
    background-color: #4f6eb6
}

.footer__bottom-row {
    text-align: center
}

.footer__bottom-text,.footer__copyright,.footer__logo-wrapper {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.footer__bottom-text {
    font-size: 13px;
    font-weight: 500
}

.copyright {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px
}

.js-up {
    position: fixed;
    display: inline-block;
    right: -40px;
    bottom: 30px;
    cursor: pointer;
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600
}

.js-up span {
    display: none;
    margin-top: 10px
}

.js-up__inner {
    position: relative;
    width: 40px;
    height: 40px;
    background: #ff7d14;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 7px 13px rgba(0,0,0,.1);
    box-shadow: 0 7px 13px rgba(0,0,0,.1)
}

.js-up__inner .icon {
    width: 12px;
    height: 7px;
    fill: #fff
}

.js-up_show {
    right: 20px
}

.menu__link-wrp {
    padding-right: 20px
}

.menu__link-wrp .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 11px;
    height: 7px
}

.nav__top {
    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;
    opacity: 0;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px
}

.menu__link {
    font-size: 13px;
    font-weight: 600;
    color: #484848;
    text-decoration: none;
    text-transform: uppercase
}

.submenu {
    display: none
}

.submenu__link {
    text-decoration: none
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    font-size: 12px
}

.breadcrumb a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #484848
}

.breadcrumb .breadcrumb__item {
    margin-right: 10px
}

.more-info-ajax {
    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;
    padding: 20px 0;
    font-weight: 500;
    color: #484848;
    text-decoration: none;
    cursor: pointer
}

.more-info-ajax .icon {
    display: inline-block;
    margin-left: 15px;
    width: 11px;
    height: 7px;
    fill: #484848
}

.page-navigation {
    text-align: center;
    padding: 19px 0;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.page-navigation__inner {
    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
}

.modern-page-next,.modern-page-previous {
    display: inline-block;
    position: relative;
    margin: 0 2px;
    text-decoration: none;
    color: #484848;
    font-size: 0
}

.modern-page-next .icon,.modern-page-previous .icon {
    width: 7px;
    height: 12px;
    fill: #484848
}

.modern-page-next {
    padding-right: 30px
}

.modern-page-previous {
    padding-left: 30px
}

.modern-page-dots,.page-navigation__link {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    color: #484848
}

.modern-page-current {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 2px;
    color: #5775b9;
    font-size: 20px
}

.modern-page-current:before {
    content: '';
    position: absolute;
    width: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 1px solid #5775b9
}

.slider {
    margin-bottom: 30px
}

.slider .main__container {
    max-width: 1110px;
    position: relative
}

.slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-initialized .slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider__item {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 300px;
    padding: 40px 0;
    color: #fff;
    text-align: center
}

.slider__item p {
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
    -webkit-transition: all .4s ease-out .5s;
    -o-transition: all .4s ease-out .5s;
    transition: all .4s ease-out .5s;
    opacity: 0;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase
}

.slider__item .btn {
    -webkit-transform: translate3d(0,80px,0);
    transform: translate3d(0,80px,0);
    -webkit-transition: opacity .4s ease-out .3s,background-color .3s ease,color .3s ease,-webkit-transform .4s ease-out .3s;
    transition: opacity .4s ease-out .3s,background-color .3s ease,color .3s ease,-webkit-transform .4s ease-out .3s;
    -o-transition: transform .4s ease-out .3s,opacity .4s ease-out .3s,background-color .3s ease,color .3s ease;
    transition: transform .4s ease-out .3s,opacity .4s ease-out .3s,background-color .3s ease,color .3s ease;
    transition: transform .4s ease-out .3s,opacity .4s ease-out .3s,background-color .3s ease,color .3s ease,-webkit-transform .4s ease-out .3s;
    opacity: 0
}

.slider__item.slick-current .btn,.slider__item.slick-current .slider__ttl,.slider__item.slick-current p {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.slider__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 900;
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
    -webkit-transition: all .4s ease-out .7s;
    -o-transition: all .4s ease-out .7s;
    transition: all .4s ease-out .7s;
    text-transform: uppercase;
    opacity: 0
}

.slider__ttl span {
    color: #ff7d14
}

.slider_middle .slider__ttl {
    max-width: 830px;
    margin: 0 auto 15px
}

.slider_middle .slider__item {
    padding: 50px 0
}

.slider_middle .slider__item p {
    max-width: 670px;
    margin: 0 auto 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.slider_middle .slick-dots {
    bottom: 20px
}

.article-base-wrapper {
    padding-bottom: 30px
}

.article {
    margin: 0 -15px
}

.article:not(.article_base) .article__item {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e5e5e5
}

.article-base-wrapper_row {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5
}

.article_row {
    margin: 0
}

.article_row .article__col {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5
}

.article_row .article__col:last-child {
    border-bottom: none
}

.article-ttl {
    margin-bottom: 10px
}

.article-ttl a {
    text-decoration: none;
    color: #484848
}

.article__col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.article__item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__img {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.article__img img {
    border-radius: 15px
}

.article-name-section,.webinar-recommended__name-section {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    background-color: #5775b9;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none
}

.article-date-views,.webinar-recommended__date-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px
}

.article-views,.webinar-recommended__views {
    position: relative;
    padding-left: 23px;
    color: #9b9b9b
}

.article-views .icon,.webinar-recommended__views .icon {
    width: 16px;
    height: 10px;
    fill: #9b9b9b
}

.article-date,.webinar-recommended__date {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 19px;
    color: #ff7d14
}

.article-date .icon,.webinar-recommended__date .icon {
    width: 12px;
    height: 12px;
    fill: #ff7d14
}

.article-details {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #484848
}

.article-details .icon {
    width: 20px;
    height: 8px;
    fill: #ff7d14
}

.article-text {
    margin-bottom: 15px
}

.article__info {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article__info>:last-child {
    margin-bottom: 0
}

.article__bottom {
    margin-top: auto
}

.analytics__item {
    margin: 0 -15px
}

.analytics__col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

@-webkit-keyframes goals-fade {
    0% {
        background-color: transparent
    }

    to {
        background-color: rgba(0,0,0,.6)
    }
}

@keyframes goals-fade {
    0% {
        background-color: transparent
    }

    to {
        background-color: rgba(0,0,0,.6)
    }
}

@-webkit-keyframes feedback-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200vh);
        transform: translateY(200vh)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes feedback-fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200vh);
        transform: translateY(200vh)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.player {
    width: 100%;
    max-width: 780px;
    padding: 15px;
    border-radius: 9px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 106px 1fr;
    grid-template-rows: 65px auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.player_inner {
    border: 1px solid #e5e5e5;
    max-width: 500px;
    margin: 20px auto 10px
}

.player__cover {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/2;
    grid-row: 1/2
}

.player__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 15px
}

.player__title {
    grid-column: 2/3;
    grid-row: 1/2;
    max-height: 3.5625rem;
    overflow: hidden;
    position: relative;
    align-self: center
}

.player__title-text {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 20px;
    font-size: .8125rem;
    line-height: 1.1875rem;
    color: #131313
}

.player__title-text [class^=marquee] {
    display: inline-block;
    white-space: nowrap;
    position: absolute
}

.player__controls {
    grid-column: 1/3;
    grid-row: 2/3
}

.progress-container {
    width: 100%;
    margin: 2px 0;
    height: 4px;
    border-radius: 2px;
    background: #cfd3d6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    cursor: pointer
}

.progress-container:hover {
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2)
}

.progress {
    position: relative;
    width: 0;
    height: 4px;
    background: #ff7d14;
    border-radius: 2px;
    z-index: 1
}

.progress__hover {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f70f0f;
    opacity: .8;
    z-index: 2
}

.z-index-1 {
    background-color: #f72e00;
    opacity: .3
}

.player__progress-time-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.player__progress-time-wrap p {
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
    color: #131313
}

.player__nav-subscribe-group {
    position: relative
}

.player__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem
}

.player__nav span {
    font-size: 9px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #2a2a2a;
    padding-top: 1px
}

.player__nav-btn {
    position: relative;
    width: 33px;
    height: 33px;
    margin-right: 18px;
    background: 0 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 50%
}

.player__nav-btn-rate {
    -webkit-transition: all 10ms;
    -o-transition: all 10ms;
    transition: all 10ms
}

.player__nav-btn-subscribe {
    border-radius: 50%;
    background-color: #5775b9
}

.player__nav-btn-rate:active,.player__nav-btn-subscribe:active {
    border-color: #ff7d14
}

.player__nav-btn-rate:active span,.player__nav-btn-subscribe:active span {
    color: #ff7d14
}

.player__nav-btn-rate:active:after,.player__nav-btn-rate:active:before {
    background-color: #ff7d14
}

.player__nav-btn-subscribe:active:after,.player__nav-btn-subscribe:active:before {
    background-color: #ff7d14
}

.player__nav-btn-rate span {
    display: none
}

.player__nav .rate-active {
    display: inline
}

.player__nav-btn-subscribe {
    position: relative;
    margin: 0
}

.player__nav-btn-subscribe:after,.player__nav-btn-subscribe:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background-color: #fff
}

.player__nav-btn-subscribe:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.player__nav-btn-backward svg,.player__nav-btn-forward svg {
    position: absolute;
    width: 19px;
    height: 22px;
    bottom: 0;
    top: 0;
    margin: auto;
    fill: #2a2a2a
}

.player__nav-btn-backward:active svg,.player__nav-btn-forward:active svg {
    fill: #ff7d14
}

.player__nav-btn-backward:active span,.player__nav-btn-forward:active span {
    color: #ff7d14
}

.player__nav-btn-backward svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.player__nav-btn-play {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 18px;
    border: none;
    border-radius: 50%;
    background-color: #ff7d14;
    -webkit-box-shadow: 0 5px 15px rgba(255,125,20,.8);
    box-shadow: 0 5px 15px rgba(255,125,20,.8);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.player__nav-btn-play.active {
    background-color: #484848;
    -webkit-box-shadow: none;
    box-shadow: none
}

.player__nav-btn-play:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.player__nav-btn-play:after {
    display: block;
    content: "";
    width: 8px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff
}

.player__nav-btn-play:before {
    display: none;
    content: "";
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px
}

.player__nav-btn-play.active:after {
    display: none
}

.player__nav-btn-play.active:before {
    display: block
}

.player__subscribe-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: .875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    z-index: 200;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.player__subscribe-body {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: .75rem;
    padding: 1.875rem;
    text-align: left
}

.player__subscribe-title {
    text-transform: uppercase;
    font-size: .5625rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 0
}

.player__subscribe__close-btn {
    position: absolute;
    top: .9375rem;
    right: .9375rem;
    width: .5625rem;
    height: .5625rem
}

.player__subscribe__list {
    margin-top: .875rem
}

.player__subscribe__list-item {
    margin-top: .625rem
}

.player__subscribe__list-item svg {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 1.5rem;
    max-height: 1.125rem;
    fill: #c3c8cc;
    margin-right: 1.25rem
}

.player__subscribe__list-item span {
    color: #131313;
    font-size: .8125rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-transform: none
}

.player__subscribe__list-item:hover svg {
    fill: #fd5432
}

.player__subscribe__list-item:hover span {
    color: #fd5432
}

.base-video-wrapper {
    margin-bottom: 30px
}

.base-video {
    margin: 0 -15px
}

.base-video__col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.base-video__col p {
    margin-bottom: 15px
}

.base-video__col img {
    border-radius: 15px
}

.video {
    position: relative;
    display: block
}

.video:before {
    content: '';
    width: 68px;
    height: 68px;
    background: #ff7d14;
    -webkit-box-shadow: 0 5px 22px rgba(255,125,20,.8);
    box-shadow: 0 5px 22px rgba(255,125,20,.8);
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.video:after {
    content: '';
    width: 9px;
    height: 12px;
    border-left: 9px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 1
}

.social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social__item {
    margin-right: 24px;
    margin-bottom: 10px
}

.social__item a {
    display: block
}

.social__item:last-child {
    margin-right: 0
}

.tags-links {
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.tags-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fafafa
}

.tags-link {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fafafa;
    text-decoration: none;
    font-weight: 500;
    color: #484848;
    white-space: nowrap
}

.tags-link_active {
    background-color: #5775b9;
    color: #fff
}

.js-show-filter-btn {
    margin-bottom: 20px;
    padding: 10px 20px 8px
}

.js-show-filter-btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.js-show-filter-btn .icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: #fff
}

.filter__reset {
    display: inline-block;
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 25px;
    color: #9b9b9b;
    font-weight: 500
}

.filter__reset .icon {
    width: 10px;
    height: 10px;
    fill: #9b9b9b
}

.filter__close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    display: none;
    position: fixed;
    left: 280px
}

.filter__close .icon {
    width: 20px;
    height: 20px;
    fill: #fff
}

.filter {
    background-color: #fafafa;
    padding: 30px 15px 30px 30px
}

.filter__ttl {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.filter__col {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.filter__btns {
    text-align: center
}

.filter__btns .btn {
    margin-bottom: 20px
}

.left-nav {
    padding: 20px;
    background-color: #fafafa;
    font-weight: 500
}

.left-nav__item {
    margin-bottom: 15px
}

.left-nav__item:last-child {
    margin-bottom: 0
}

.left-nav__link {
    text-decoration: none;
    color: #484848
}

.left-nav__link_active {
    color: #5775b9
}

.comments-wrapper {
    padding-top: 40px;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5
}

.js-show-hide-form-wrapper>.btn {
    margin-bottom: 30px
}

.comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.comments__item_answer {
    padding-left: 35px;
    position: relative
}

.comments__item_answer .icon_arrow-review {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 20px;
    height: 24px;
    fill: #9b9b9b
}

.comments__avatar {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 7px;
    overflow: hidden
}

.comments__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.comments__info p {
    margin-bottom: 20px
}

.comments__info>:last-child {
    margin-bottom: 0
}

.comments__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px
}

.comments__author {
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #5775b9
}

.comments__author-post {
    margin-bottom: 5px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 14px
}

.comments__date {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-left: 19px;
    color: #ff7d14
}

.comments__date .icon {
    width: 12px;
    height: 12px;
    fill: #ff7d14
}

.comments-answer {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    font-weight: 600;
    color: #484848
}

.comments-answer .icon {
    width: 20px;
    height: 8px;
    fill: #ff7d14
}

.comments-form {
    padding: 20px 5px;
    margin-bottom: 30px;
    background-color: #fafafa
}

.js-show-hide-form-wrapper .comments-form {
    display: none
}

.comments-form__avatar {
    padding: 0 15px;
    margin-bottom: 30px
}

.comments-form__avatar img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 7px
}

.comments-form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0
}

.comments-form__bottom .captcha-wrapper {
    margin-right: 30px
}

.sort-form {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.sort-form .my-field-col {
    margin-bottom: 20px
}

.sort-form .my-field-wrapper {
    position: relative;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sort-form .icon_search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 14px;
    height: 14px;
    fill: #484848;
    pointer-events: none
}

.sort-form .my-field {
    height: 40px
}

.sort-form__search-field {
    padding-right: 30px
}

.sort-form__row {
    margin: 0 -15px
}

.sort-form__ttl {
    font-weight: 600;
    font-size: 16px
}

.sort-form_search {
    border-bottom: none
}

.sort-form_search .my-field-col {
    margin-bottom: 0
}

.sort-form_search-field {
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 20px
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 68px;
    height: 48px;
    background-color: rgba(0,0,0,.7);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.6);
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    z-index: 1;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.youtube:hover .play-button {
    background-color: rgba(255,0,0,.7)
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button,.youtube img {
    cursor: pointer
}

.youtube .play-button,.youtube .play-button:before,.youtube iframe,.youtube img {
    position: absolute
}

.youtube .play-button,.youtube .play-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.webinars-date {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 12px;
    padding-left: 19px;
    color: #ff7d14
}

.webinars-date .icon {
    width: 12px;
    height: 12px;
    fill: #ff7d14
}

.webinars__item {
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 15px
}

.webinars__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px
}

.webinars__time span {
    display: block;
    font-size: 25px;
    color: #ff7d14
}

.webinars__info {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px
}

.webinars__info-ttl {
    margin-bottom: 0
}

.webinars__info-ttl a {
    text-decoration: none;
    color: #484848
}

.webinars__speaker {
    text-decoration: none;
    color: #484848
}

.webinars__speaker span {
    display: block
}

.webinars__speaker-avatar {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px
}

.webinars__speaker-avatar img {
    border-radius: 15px
}

.webinars__speaker-info {
    width: 100%;
    display: block;
    padding: 0 15px
}

.webinars__speaker-info .h3 {
    margin-bottom: 8px
}

.webinar__speaker {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.webinar__speaker .h3,.webinar__speaker h3 {
    margin-bottom: 3px
}

.webinar__speaker-info>:last-child {
    margin-bottom: 0
}

.webinar__speaker-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 30px
}

.webinar__speaker-img img {
    border-radius: 15px
}

.chat-mobile .chat {
    margin-bottom: 30px
}

.webinar-recommended__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.webinar-recommended__item:last-child {
    border: none
}

.webinar-recommended__img {
    margin-right: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.webinar-recommended__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.webinar-recommended__info>:last-child {
    margin-bottom: 0
}

.webinar-recommended__info .h5 a,.webinar-recommended__info h5 a {
    text-decoration: none;
    color: #484848
}

.webinar-recommended__name-section {
    margin-bottom: 5px
}

.webinar-recommended__date-views {
    margin-bottom: 5px
}

.alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.alphabet__ttl {
    width: 29px;
    height: 21px;
    margin: 0 15px 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase
}

.alphabet__letters {
    text-transform: uppercase
}

.alphabet__radio-wrp {
    position: relative;
    margin: 0 2px 5px
}

.alphabet__radio {
    opacity: 0;
    visibility: hidden
}

.alphabet__radio:checked+.alphabet__label {
    background-color: #5775b9;
    color: #fff
}

.alphabet__all .alphabet__label {
    width: 33px
}

.alphabet__label {
    display: block;
    width: 21px;
    height: 21px;
    padding: 0 3px;
    text-align: center;
    border-radius: 3px;
    line-height: 22px;
    cursor: pointer
}

.vocabulary {
    margin-bottom: 20px
}

.vocabulary .js-accordion_active .vocabulary__icon {
    background-color: #ff7d14
}

.vocabulary .js-accordion_active .vocabulary__icon .icon {
    fill: #fff
}

.vocabulary .js-accordion__info {
    padding: 6px 0 20px 45px
}

.vocabulary__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.vocabulary__ttl span {
    -ms-flex-item-align: center;
    align-self: center
}

.vocabulary__info {
    padding: 15px;
    background-color: #fafafa
}

.vocabulary__icon {
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    background-color: #fafafa;
    border-radius: 50%
}

.vocabulary__icon .icon {
    width: 8px;
    height: 11px;
    fill: #9b9b9b
}

.text-right-aside .knowledge-base {
    text-align: left
}

.knowledge-base {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    font-weight: 500
}

.knowledge-base>.knowledge-base__item {
    border-bottom: 1px solid #e5e5e5
}

.knowledge-base>.knowledge-base__item:last-child {
    border-bottom: none
}

.knowledge__icon {
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #5775b9
}

.knowledge__icon:after,.knowledge__icon:before {
    content: '';
    background-color: #fff
}

.knowledge__icon:before {
    width: 13px;
    height: 3px
}

.knowledge__icon:after {
    height: 13px;
    width: 3px
}

.knowledge-base__info {
    padding-left: 44px;
    padding-top: 26px
}

.knowledge-base__info p {
    line-height: 1.3
}

.knowledge-base__info p:last-child {
    margin-bottom: 0
}

.knowledge-base__info .knowledge-base__info {
    padding-top: 20px;
    padding-left: 17px
}

.knowledge-base__info .knowledge-base__ttl {
    padding-left: 17px;
    font-size: 14px
}

.knowledge-base__info .knowledge-base__item {
    padding: 0;
    margin-bottom: 20px
}

.knowledge-base__ttl {
    position: relative;
    padding-left: 44px;
    font-size: 16px
}

.knowledge-base__ttl .icon__arrow {
    width: 7px;
    height: 11px
}

.knowledge-base__item {
    padding: 15px
}

.knowledge-base__item:last-child {
    margin-bottom: 0!important
}

.knowledge-base__item .js-accordion_active .icon__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #5775b9
}

.knowledge-base__item .js-accordion_active .knowledge-base__ttl {
    color: #5775b9
}

.knowledge-base__item.js-accordion_active .knowledge__icon:after {
    display: none
}

.knowledge-base__item.js-accordion_active>.knowledge-base__ttl {
    color: #5775b9
}

.knowledge-base__link-item {
    margin-bottom: 20px
}

.knowledge-base__link-item:last-child {
    margin-bottom: 0
}

.knowledge-base__link {
    text-decoration: none;
    color: #484848
}

.err-404 {
    max-width: 795px;
    padding: 3% 0;
    margin: 0 auto 30px
}

.err-404__icon {
    position: relative;
    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: 150px;
    height: 150px;
    background-color: #fafafa;
    border: 15px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.05);
    box-shadow: 0 10px 30px rgba(0,0,0,.05)
}

.err-404__icon img {
    width: 70px
}

.err-404__icon-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.err-404__ttl {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    color: #5775b9
}

.err-404__ttl span {
    color: #ff7d14
}

.err-404__info .h1,.err-404__info .slider_middle .slider__ttl,.slider_middle .err-404__info .slider__ttl {
    margin-bottom: 7px
}

.err-404__info p {
    font-weight: 500
}

.personal {
    margin-bottom: 30px
}

.personal__data-fields {
    max-width: 440px
}

.personal__photo-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.personal__order {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5
}

.personal__order-ttl {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    background-color: #fafafa
}

.personal__order-status-payment {
    padding: 15px 0 0;
    border-bottom: 1px solid #e5e5e5
}

.personal__order-status-payment-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px
}

.personal__order-status-payment-ttl {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.personal__order-info {
    padding: 15px
}

.order-info__img {
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden
}

.order-info__img img {
    border-radius: 15px
}

.order-info__text .h3,.order-info__text h3 {
    margin-bottom: 10px
}

.order-info__text a {
    text-decoration: none;
    color: #484848
}

.personal__order-files {
    padding-top: 20px
}

.personal__order-files p {
    margin-bottom: 5px
}

.personal__order-files p:last-child {
    margin-bottom: 0
}

.personal__order-files-ttl {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.personal__photo {
    margin-bottom: 15px
}

.personal__photo-img {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background: #fafafa url(../images/icon-user.svg) center no-repeat;
    overflow: hidden
}

.cart {
    margin-bottom: 30px
}

.cart__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px
}

.cart__table th {
    padding: 13px 30px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background-color: #fafafa;
    vertical-align: middle
}

.cart__table th.text-center {
    text-align: center
}

.cart__table td {
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
    vertical-align: middle
}

.cart__table td.text-center {
    text-align: center
}

.cart__table .icon_urn {
    display: inline-block;
    width: 15px;
    height: 19px;
    fill: #484848
}

.cart__prices {
    display: inline-block;
    text-align: center;
    white-space: nowrap
}

.cart__old-price {
    margin-bottom: 5px;
    text-decoration: line-through
}

.cart__current-price {
    font-size: 20px;
    font-weight: 500
}

.cart__delete {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px
}

.cart__delete .icon {
    width: 11px;
    height: 11px;
    fill: #e5e5e5
}

.cart__payment {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.cart__payment-row {
    margin: 0 -15px
}

.cart__payment-col {
    position: relative;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px
}

.cart__payment-radio {
    opacity: 0;
    visibility: hidden
}

.cart__payment-radio:checked+.cart__payment-label {
    border-color: #5775b9;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.1);
    box-shadow: 0 4px 15px rgba(0,0,0,.1)
}

.cart__payment-label {
    padding: 10px 15px;
    height: 100%;
    min-height: 80px;
    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;
    border: 1px solid #e5e5e5
}

.cart__coupon {
    position: relative
}

.cart__coupon .icon {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 38px;
    height: 23px;
    margin: auto;
    pointer-events: none;
    fill: #959595
}

.cart__coupon-field {
    width: 100%;
    height: 40px;
    padding: 0 60px 0 20px;
    border: 1px solid #e5e5e5
}

.cart__coupon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart__coupon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 700
}

.cart__coupon-delete {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer
}

.cart__coupon-delete .icon {
    width: 11px;
    height: 11px;
    fill: #484848;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease
}

.cart__coupon-delete:hover .icon {
    fill: #ec1c24
}

.cart__coupon-item_bad {
    color: #ec1c24
}

.cart__coupon-item_good {
    color: #2ecc71
}

.cart__total-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.cart__total {
    margin: 0 -15px
}

.cart__total-col {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.cart__total-prices {
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 15px
}

.cart__total-prices td {
    padding-bottom: 10px
}

.cart__total-prices td:first-child {
    padding-right: 15px
}

.cart__total-prices td:last-child {
    text-align: right
}

.cart__total-prices tr:last-child td {
    padding-bottom: 0
}

.cart__total-sum {
    font-size: 16px;
    font-weight: 600
}

@media only screen and (min-width: 640px) {
    .text-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .text-info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 70%
    }

    .text-right-aside {
        width: 30%
    }

    .popup-speaker__info {
        padding: 70px 50px
    }

    .footer__nav {
        width: 50%
    }

    .footer__contacts {
        width: 50%
    }

    .footer__bottom-row {
        text-align: left
    }

    .footer__logo-wrapper {
        width: 50%
    }

    .footer__copyright {
        width: 50%
    }

    .article__col {
        width: 50%
    }

    .article_base .article__col:nth-child(3) {
        display: none
    }

    .article__col_12 {
        width: 100%!important
    }

    .article__col_12 .article__bottom {
        margin-top: 0
    }

    .article__col_12 .article__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .article__col_12 .article__img {
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .article__col_12 .article__info {
        width: 50%;
        padding-right: 15px
    }

    .comments-form__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .comments-form__bottom .captcha-wrapper {
        margin-bottom: 0
    }

    .comments__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .comments__avatar {
        margin-right: 20px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .comments-form__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .comments-form__avatar {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .comments-form__name {
        width: 80%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .sort-form .my-field-col:not(.sort-form__first-col) {
        width: 50%
    }

    .sort-form__first-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sort-form__first-col .my-label {
        margin-right: 10px;
        margin-bottom: 0
    }

    .webinars__time {
        width: 25%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .webinars__info {
        width: 75%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .webinars__speaker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .webinars__speaker-avatar {
        width: 25%;
        margin-bottom: 0;
        text-align: center
    }

    .webinars__speaker-info {
        width: 75%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .webinar__speaker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .webinar__speaker-img {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }

    .webinar__speaker-info {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .err-404 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .err-404__icon-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 30px;
        margin-bottom: 0
    }

    .personal__order-status-payment-col {
        width: 35%
    }

    .order-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .order-info__img {
        margin-right: 20px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .personal__photo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .personal__photo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        margin-right: 30px
    }

    .cart__total-col {
        width: 50%
    }

    .cart__total-col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .cart__total-prices {
        margin: 0
    }

    .cart__payment-col {
        width: 33.33333333%
    }

    .cart__coupon {
        max-width: 420px
    }
}

@media only screen and (min-width: 768px) {
    .big-logo {
        padding:7% 0
    }

    .article-nav {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase
    }

    .article-nav__next,.article-nav__prev {
        background-color: transparent;
        color: #484848;
        text-decoration: none
    }

    .article-nav__next .icon,.article-nav__prev .icon {
        fill: #ff7d14
    }

    .article-nav__prev .icon {
        margin-right: 20px
    }

    .article-nav__next .icon {
        margin-left: 20px
    }

    .text__tags {
        width: 50%;
        padding-right: 15px
    }

    .social-wrapper {
        width: 50%;
        padding-left: 15px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .text blockquote {
        padding-left: 60px
    }

    .text blockquote:before {
        left: 18px;
        top: 22px
    }

    .popup__ttl {
        margin-bottom: 40px
    }

    .popup__inner {
        padding-left: 80px;
        padding-right: 80px
    }

    .base-form {
        padding-left: 80px;
        padding-right: 80px
    }

    .btn_desktop {
        display: inline-block
    }

    .btn_mobile {
        display: none
    }

    .footer__contacts {
        width: 35%
    }

    .footer__nav {
        width: 65%
    }

    .footer__nav-col {
        width: 50%
    }

    .modern-page-next,.modern-page-previous {
        font-size: 14px;
        padding: 0
    }

    .modern-page-next .icon,.modern-page-previous .icon {
        display: none
    }

    .modern-page-previous {
        margin-right: 15px
    }

    .modern-page-next {
        margin-left: 15px
    }

    .modern-page-dots,.page-navigation__link {
        width: 40px
    }

    .more-info-ajax {
        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;
        padding: 10px 0 30px
    }

    .slider__item {
        min-height: 450px;
        padding: 60px 0
    }

    .slider_middle .slider__item {
        min-height: 425px
    }

    .slider_middle .slick-dots {
        bottom: 30px
    }

    .slider:not(.slider_middle) .slick-dots {
        bottom: 50px
    }

    .article_base .article__col:nth-child(3) {
        display: block
    }

    .article-base-wrapper {
        padding-bottom: 0
    }

    .article__col_12 .article__info {
        padding-right: 20px
    }

    .analytics__col {
        width: 50%
    }

    .analytics__info {
        -ms-flex-item-align: center;
        align-self: center
    }

    .base-video-wrapper {
        margin-bottom: 0
    }

    .base-video__col {
        width: 50%
    }

    .base-video__info {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .comments__avatar {
        width: 120px;
        margin-right: 30px
    }

    .comments-form__name {
        width: 40%
    }

    .comments-form__email {
        width: 40%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .comments__item_answer {
        padding-left: 100px
    }

    .comments__item_answer .icon_arrow-review {
        top: 35px;
        left: 30px;
        width: 35px;
        height: 41px
    }

    .sort-form_search-field {
        padding-left: 30px;
        padding-right: 30px
    }

    .alphabet__ttl {
        margin-left: 30px;
        margin-right: 30px
    }

    .alphabet__all {
        margin-left: 15px;
        margin-right: 15px
    }

    .err-404 {
        padding: 5% 0
    }

    .err-404__icon-col {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 70px;
        margin-bottom: 0
    }

    .err-404__ttl {
        font-size: 40px
    }

    .err-404__info p {
        font-size: 18px
    }

    .err-404__icon {
        width: 220px;
        height: 220px;
        border-width: 25px
    }

    .err-404__icon img {
        width: 100px
    }

    .cart__payment-col {
        width: 25%;
        max-width: 230px
    }
}

@media only screen and (min-width: 992px) {
    .content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .content__body {
        width: 70%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .left-aside {
        width: 30%
    }

    .left-aside+.content__body .article__col {
        width: 50%
    }

    .right-aside {
        width: 30%
    }

    .footer__contacts {
        width: 25%
    }

    .footer__nav {
        width: 75%
    }

    .footer__nav-col {
        width: 33.33333333%
    }

    .footer__logo-wrapper {
        width: 30%
    }

    .footer__copyright {
        width: 30%
    }

    .footer__bottom-text {
        width: 40%
    }

    .article__col {
        width: 33.33333333%
    }

    .article__col_12 .article__info {
        width: 58%
    }

    .article__col_12 .article__img {
        width: 42%
    }

    .article__col_6 {
        width: 50%
    }

    .article__col_6 .article__info {
        padding-right: 15px
    }

    .article__col_6 .article__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .article__col_6 .article__img {
        width: 40%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .article__col_6 .article-ttl a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .article__col_6 .article-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .js-show-filter-btn {
        display: none
    }

    .webinars__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .webinars__time {
        width: 15%;
        margin-bottom: 0
    }

    .webinars__info {
        width: 40%;
        margin-bottom: 0
    }

    .webinars__speaker {
        width: 45%
    }

    .webinars__speaker-avatar {
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .personal__photo-img {
        width: 180px;
        height: 180px
    }

    .personal__order-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px
    }

    .personal__order-info .order-info {
        width: 77%
    }

    .personal__order-files {
        -ms-flex-item-align: center;
        align-self: center;
        width: 23%;
        padding: 0 0 0 15px;
        text-align: right
    }

    .personal__order-ttl {
        padding-left: 30px;
        padding-right: 30px
    }

    .personal__order-status-payment {
        padding: 20px 15px 5px
    }

    .cart__payment-col {
        width: 20%
    }
}

@media only screen and (min-width: 1200px) {
    .content {
        margin-bottom:40px
    }

    .content__body {
        width: 55%
    }

    .left-aside {
        width: 25%
    }

    .right-aside {
        width: 25%
    }

    .right-aside_middle {
        width: 41.666667%
    }

    .scale-img {
        overflow: hidden
    }

    .scale-img img {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease
    }

    .scale-img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .bg-gray {
        padding: 65px 0 30px;
        margin-bottom: 40px
    }

    .title-flex__left {
        font-size: 30px
    }

    .main {
        padding-top: 97px
    }

    .bounce-arrow .icon {
        -webkit-transition: -webkit-transform 1.3s ease;
        transition: -webkit-transform 1.3s ease;
        -o-transition: transform 1.3s ease;
        transition: transform 1.3s ease;
        transition: transform 1.3s ease,-webkit-transform 1.3s ease
    }

    .bounce-arrow:hover .icon {
        -webkit-animation: bounce-left 1s infinite;
        animation: bounce-left 1s infinite
    }

    .left-aside+.content__body .article__col {
        width: 33.33333333%
    }

    .article-nav {
        margin-bottom: 50px
    }

    .article-nav__next,.article-nav__prev {
        padding: 30px 50px;
        -webkit-transition: background-color .3s ease,color .3s ease;
        -o-transition: background-color .3s ease,color .3s ease;
        transition: background-color .3s ease,color .3s ease
    }

    .article-nav__next .icon,.article-nav__prev .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .article-nav__next:hover,.article-nav__prev:hover {
        background-color: #5775b9;
        color: #fff
    }

    .article-nav__next:hover .icon,.article-nav__prev:hover .icon {
        fill: #fff
    }

    .text__tags-ttl {
        width: auto
    }

    .social-ttl {
        width: auto
    }

    .text-bottom-info {
        padding: 30px 0 10px
    }

    .text-left-aside {
        width: 25%
    }

    .text-right-aside {
        width: 25%
    }

    .text-info {
        width: 50%;
        text-align: center
    }

    .slider_middle .text-info .slider__ttl,.text-info .h1,.text-info .slider_middle .slider__ttl,.text-info h1 {
        max-width: 650px;
        width: 100%;
        display: inline-block;
        text-align: left
    }

    .text-right-aside_middle {
        width: 41.666667%
    }

    .text-row_right-aside .text-info {
        text-align: right
    }

    .text-row_left-aside .text-info {
        text-align: left
    }

    .text-wrapper {
        max-width: 650px;
        width: 100%;
        display: inline-block;
        text-align: left
    }

    .h1,.slider_middle .slider__ttl,h1 {
        font-size: 30px
    }

    .h3,h3 {
        font-size: 20px
    }

    .text {
        font-size: 15px;
        margin-bottom: 40px
    }

    .text img[align=right] {
        margin: 0 0 30px 30px;
        max-width: 50%;
        float: right
    }

    .text img[align=left] {
        margin: 0 30px 30px 0;
        float: left;
        max-width: 50%
    }

    .text img {
        margin-bottom: 30px
    }

    .text img:first-child {
        margin-top: 0!important
    }

    .text blockquote {
        padding: 30px 54px 30px 136px
    }

    .text blockquote:before {
        width: 36px;
        height: 30px;
        left: 50px;
        top: 30px
    }

    .text p {
        margin-bottom: 30px
    }

    .base-form__ttl {
        margin-bottom: 40px
    }

    .btn {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
        -webkit-transition: background-color .3s ease,color .3s ease;
        -o-transition: background-color .3s ease,color .3s ease;
        transition: background-color .3s ease,color .3s ease
    }

    .btn .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .btn:hover {
        background-color: #fff;
        color: #ff7d14
    }

    .btn:hover.btn_border {
        background-color: #ff7d14;
        color: #fff
    }

    .btn:hover.btn_border .icon {
        fill: #fff
    }

    .my-field {
        height: 65px
    }

    .my-textarea {
        height: 270px
    }

    .my-field-col {
        margin-bottom: 30px
    }

    .header__logo {
        max-width: 180px
    }

    .header__search-clear {
        width: 65px;
        height: 65px
    }

    .header__search-clear .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .header__search-clear:hover .icon {
        fill: #5775b9
    }

    .header__search-result-wrapper {
        margin-right: 65px
    }

    .header__container {
        padding-top: 0;
        padding-bottom: 0
    }

    .header__search-content {
        padding: 128px 0 50px
    }

    .header__search-result-link {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .header__search-result-link:hover {
        color: #5775b9
    }

    .header__personal:hover .header__personal-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .header__personal-link {
        width: auto;
        height: auto;
        margin-right: 0;
        padding: 38px 0
    }

    .header__personal-link span {
        display: block;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .header__personal-link img {
        margin-right: 10px
    }

    .header__personal-link .icon_arrow {
        margin-left: 10px;
        width: 11px;
        height: 7px;
        fill: #ff7d14
    }

    .header__personal-link_active {
        padding: 28px 0
    }

    .icon_user {
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header__search {
        position: relative;
        padding: 0 15px;
        margin-right: 20px
    }

    .header__search:after,.header__search:before {
        content: '';
        height: 15px;
        border-right: 1px solid #e5e5e5
    }

    .header__search:before {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .header__search:after {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto
    }

    .js-up {
        right: -60px
    }

    .js-up span {
        display: block
    }

    .js-up_show {
        right: 20px
    }

    .js-up__inner {
        width: 58px;
        height: 58px;
        border-width: 6px
    }

    .js-up__inner .icon {
        width: 20px;
        height: 12px
    }

    .footer__logo-wrapper {
        width: 23%
    }

    .footer__copyright {
        width: 25%
    }

    .footer__bottom-text {
        width: 52%
    }

    .footer__bottom {
        padding: 40px 0 10px
    }

    .footer__top {
        padding-top: 70px
    }

    .footer__contacts {
        width: 30%
    }

    .footer__nav {
        width: 70%
    }

    .footer__nav-link:hover,.footer__ttl a:hover {
        text-decoration: underline
    }

    .nav {
        margin-right: 15px
    }

    .menu {
        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
    }

    .menu__link-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0
    }

    .menu__link-wrp .icon {
        position: relative;
        margin-left: 10px
    }

    .menu__item_base {
        position: relative
    }

    .menu__item_base>.submenu {
        -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.05);
        box-shadow: 0 10px 10px rgba(0,0,0,.05);
        -webkit-transform: scaleY(0) translate3d(0,0,0);
        transform: scaleY(0) translate3d(0,0,0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }

    .menu__item {
        padding: 0 15px
    }

    .menu__item:hover>.submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto
    }

    .menu__item:hover .menu__link-wrp .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .menu__item:hover .menu__link {
        color: #5775b9
    }

    .menu__link {
        display: inline-block;
        padding: 40px 0;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .menu__link_active {
        color: #5775b9
    }

    .menu__item>.submenu {
        display: block;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        pointer-events: none
    }

    .menu__item>.submenu_show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .submenu {
        display: block
    }

    .submenu__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .submenu-type-1__ttl {
        margin-bottom: 30px;
        text-transform: uppercase
    }

    .submenu-type-1__ttl .submenu__link {
        font-size: 15px
    }

    .submenu-type-1 {
        padding: 20px 0 80px
    }

    .submenu-type-1 .submenu__item {
        margin-bottom: 20px
    }

    .submenu-type-1 .submenu__link {
        font-weight: 600
    }

    .submenu-type-1__col {
        width: 20%;
        padding: 0 15px
    }

    .submenu__link {
        color: #484848;
        font-weight: 500;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .submenu__link:hover {
        color: #5775b9
    }

    .submenu__link_active {
        color: #5775b9
    }

    .submenu-type-2__ttl {
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase
    }

    .submenu-type-2 .main__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .submenu-type-2 .icon_right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 7px;
        height: 11px
    }

    .submenu-type-2 .submenu__link-wrp {
        position: relative
    }

    .submenu-type-2 .submenu__link {
        display: block;
        padding: 20px
    }

    .submenu-type-2__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px
    }

    .submenu-type-2__col {
        width: 50%;
        padding: 0 15px
    }

    .submenu-type-2__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 600;
        text-decoration: none;
        color: #484848;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .submenu-type-2__link img {
        border-radius: 7px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .submenu-type-2__link span {
        max-width: 310px;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-item-align: center;
        align-self: center
    }

    .submenu-type-2__link:hover {
        color: #5775b9
    }

    .submenu-type-2__info {
        width: 100%;
        padding-top: 20px;
        padding-left: 50px
    }

    .submenu-type-2__links {
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: 1px solid #e5e5e5
    }

    .submenu-type-2__links .submenu__link {
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: color .3s ease,background-color .3s ease;
        -o-transition: color .3s ease,background-color .3s ease;
        transition: color .3s ease,background-color .3s ease
    }

    .submenu-type-2__links .submenu__link:hover {
        background-color: #5775b9;
        color: #fff
    }

    .submenu-type-2__links .submenu__item:last-child .submenu__link {
        border-bottom: 0
    }

    .submenu-type-2__links .submenu__item .icon_right {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .submenu-type-2 {
        padding: 10px 0 30px
    }

    .submenu__item_hover .submenu__link {
        background-color: #5775b9;
        color: #fff
    }

    .submenu__item_hover .icon_right {
        fill: #fff
    }

    .submenu-type-2__info-item {
        display: none
    }

    .submenu-type-2__info-item_show {
        display: block
    }

    .menu__item_base .submenu {
        min-width: 270px;
        border: 1px solid #e5e5e5
    }

    .menu__item_base .submenu__link {
        display: block;
        padding: 20px;
        -webkit-transition: color .3s ease,background-color .3s ease;
        -o-transition: color .3s ease,background-color .3s ease;
        transition: color .3s ease,background-color .3s ease
    }

    .menu__item_base .submenu__link:hover {
        background-color: #5775b9;
        color: #fff
    }

    .menu__item_base .submenu__item {
        border-bottom: 1px solid #e5e5e5
    }

    .menu__item_base .submenu__item:last-child {
        border-bottom: 1px solid #e5e5e5
    }

    .breadcrumb {
        padding: 20px 0 30px
    }

    .page-navigation {
        margin-bottom: 60px
    }

    .modern-page-dots,.modern-page-next,.modern-page-previous,.page-navigation__link {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .modern-page-dots:hover,.modern-page-next:hover,.modern-page-previous:hover,.page-navigation__link:hover {
        color: #5775b9
    }

    .more-info-ajax {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .more-info-ajax .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .more-info-ajax:hover {
        color: #ff7d14
    }

    .more-info-ajax:hover .icon {
        fill: #ff7d14
    }

    .slider {
        margin-bottom: 50px
    }

    .slider__item {
        min-height: 650px
    }

    .slider__item p {
        margin-bottom: 40px;
        font-size: 30px
    }

    .slider__item .btn {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 21px;
        line-height: 26px
    }

    .slider__ttl {
        margin-bottom: 30px;
        font-size: 45px
    }

    .slider_middle {
        margin-bottom: 30px
    }

    .slider_middle .slider__item p {
        margin-bottom: 30px;
        font-size: 20px
    }

    .slider_middle .btn {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 16px
    }

    .article-name-section,.webinar-recommended__name-section {
        position: relative
    }

    .article-name-section span,.webinar-recommended__name-section span {
        position: relative
    }

    .article-name-section:before,.webinar-recommended__name-section:before {
        content: '';
        position: absolute;
        width: 0;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #ff7d14;
        -webkit-transition: width .4s ease;
        -o-transition: width .4s ease;
        transition: width .4s ease
    }

    .article-name-section:hover:before,.webinar-recommended__name-section:hover:before {
        width: 100%
    }

    .article_base {
        margin-bottom: 20px
    }

    .article:not(.article_base) .article__item {
        -webkit-transition: border-color .3s ease,-webkit-box-shadow .3s ease;
        transition: border-color .3s ease,-webkit-box-shadow .3s ease;
        -o-transition: box-shadow .3s ease,border-color .3s ease;
        transition: box-shadow .3s ease,border-color .3s ease;
        transition: box-shadow .3s ease,border-color .3s ease,-webkit-box-shadow .3s ease
    }

    .article:not(.article_base) .article__item:hover {
        border-color: #5775b9;
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.08);
        box-shadow: 0 10px 20px rgba(0,0,0,.08)
    }

    .article-ttl a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .article-ttl a:hover {
        color: #5775b9
    }

    .article__col_6 .article__info {
        padding-right: 20px
    }

    .article__col_6 .article__img {
        width: 50%
    }

    .analytics__col {
        margin-bottom: 40px
    }

    .video:hover:before {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .social__item img {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -o-transition: transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease
    }

    .social__item:hover img {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    .tags-links {
        padding-bottom: 0;
        margin-bottom: 30px
    }

    .tags-link {
        padding: 20px 30px;
        -webkit-transition: color .3s ease,background-color .3s ease;
        -o-transition: color .3s ease,background-color .3s ease;
        transition: color .3s ease,background-color .3s ease
    }

    .tags-link:hover {
        background-color: #5775b9;
        color: #fff
    }

    .filter__reset {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .filter__reset .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .filter__reset:hover {
        color: #ff7d14
    }

    .filter__reset:hover .icon {
        fill: #ff7d14
    }

    .left-nav {
        padding: 30px
    }

    .left-nav__link {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .left-nav__link:hover {
        color: #5775b9
    }

    .comments-wrapper {
        padding-top: 50px
    }

    .comments-form {
        padding: 50px 35px
    }

    .comments-form__avatar img {
        max-width: 65px;
        max-height: 65px
    }

    .comments__item_answer {
        padding-left: 150px
    }

    .comments__item_answer .icon_arrow-review {
        left: 50px
    }

    .sort-form__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sort-form .my-field-col {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sort-form .sort-form__first-col {
        width: 41.666667%
    }

    .sort-form .my-field-col:not(.sort-form__first-col) {
        width: 29%
    }

    .sort-form .my-label {
        margin-right: 10px;
        margin-bottom: 0
    }

    .webinars__item {
        padding: 30px 15px;
        -webkit-transition: border-color .3s ease,-webkit-box-shadow .3s ease;
        transition: border-color .3s ease,-webkit-box-shadow .3s ease;
        -o-transition: border-color .3s ease,box-shadow .3s ease;
        transition: border-color .3s ease,box-shadow .3s ease;
        transition: border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease
    }

    .webinars__item:hover {
        border-color: #5775b9;
        -webkit-box-shadow: 0 6px 13px rgba(0,0,0,.09);
        box-shadow: 0 6px 13px rgba(0,0,0,.09)
    }

    .webinars__time {
        width: 9%
    }

    .webinars__info {
        width: 55%
    }

    .webinars__speaker {
        width: 36%;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .webinars__speaker:hover {
        color: #5775b9
    }

    .webinars__info-ttl a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .webinars__info-ttl a:hover {
        color: #5775b9
    }

    .webinar-recommended__info .h5 a,.webinar-recommended__info h5 a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .webinar-recommended__info .h5 a:hover,.webinar-recommended__info h5 a:hover {
        color: #5775b9
    }

    .alphabet__label {
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    .alphabet__label:hover {
        background-color: #e6e6e6
    }

    .vocabulary__item:not(.js-accordion_active) .vocabulary__icon {
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease
    }

    .vocabulary__item:not(.js-accordion_active) .vocabulary__icon .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .vocabulary__item:not(.js-accordion_active) .vocabulary__ttl:hover .vocabulary__icon {
        background-color: #5775b9
    }

    .vocabulary__item:not(.js-accordion_active) .vocabulary__ttl:hover .vocabulary__icon .icon {
        fill: #fff
    }

    .knowledge-base__ttl {
        font-size: 20px
    }

    .knowledge-base__item {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .knowledge-base__info .knowledge-base__item {
        margin-bottom: 27px
    }

    .knowledge-base__info .knowledge-base__info {
        padding-top: 27px
    }

    .knowledge-base__link-item {
        margin-bottom: 27px
    }

    .knowledge-base__link-item a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .knowledge-base__link-item a:hover {
        color: #5775b9
    }

    .right-aside_middle .knowledge-base__item .knowledge-base__ttl {
        font-size: 16px
    }

    .text .knowledge-base__ttl {
        font-size: 16px
    }

    .err-404__ttl {
        font-size: 56px
    }

    .err-404__icon {
        width: 320px;
        height: 320px;
        border-width: 32px
    }

    .err-404__icon img {
        width: 145px
    }

    .personal__order-status-payment-col {
        width: 25%
    }

    .order-info__text a {
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .order-info__text a:hover {
        color: #5775b9
    }

    .cart__total-wrapper {
        margin-bottom: 50px
    }

    .cart__payment {
        padding-bottom: 35px
    }

    .cart__delete .icon {
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

    .cart__delete:hover .icon {
        fill: #ff7d14
    }

    .cart__total-prices td:first-child {
        padding-right: 30px
    }

    .cart__payment-label {
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow .3s ease;
        transition: -webkit-box-shadow .3s ease;
        -o-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        transition: box-shadow .3s ease,-webkit-box-shadow .3s ease
    }

    .cart__payment-label:hover {
        -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.1);
        box-shadow: 0 4px 15px rgba(0,0,0,.1)
    }
}

@media screen and (min-width: 1200px) {
    .player__nav-btn {
        width:44px;
        height: 44px
    }

    .player {
        padding: 25px;
        grid-template-columns: 212px 1fr;
        grid-column-gap: 20px;
        grid-template-rows: 45px auto;
        grid-row-gap: 0
    }

    .player__cover {
        grid-row: 1/3
    }

    .player__title {
        max-height: 40px
    }

    .player__title-text {
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap
    }

    .player__controls {
        grid-column: 2/3
    }

    .player__progress-time-wrap p {
        font-size: .625rem;
        margin-top: .25rem
    }

    .player__nav {
        margin-top: .25rem
    }

    .player__subscribe-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        padding: 0;
        left: -90px;
        background: 0 0;
        width: 210px;
        height: auto
    }

    .player__subscribe-body {
        padding: 0 1.5rem;
        -webkit-box-shadow: 0 3px 24px -8px rgba(0,0,0,.16);
        box-shadow: 0 3px 24px -8px rgba(0,0,0,.16);
        overflow: hidden;
        height: 0;
        opacity: .5;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease
    }

    .player__subscribe__close-btn {
        display: none
    }

    .player__subscribe__list {
        margin-top: .75rem
    }

    .player__subscribe__list-item {
        margin-top: .5rem
    }

    .active+.player__subscribe-wrap {
        padding: 40px 0 0
    }

    .active+.player__subscribe-wrap .player__subscribe-body {
        padding: 1.5rem;
        height: 200px;
        opacity: 1
    }

    .player__nav-btn-play {
        width: 68px;
        height: 68px
    }
}

@media only screen and (min-width: 1260px) {
    .header__logo {
        max-width:220px
    }
}

@media only screen and (min-width: 1280px) {
    .player {
        grid-template-columns:38.5% 1fr
    }
}

@media only screen and (min-width: 1600px) {
    .js-up_show {
        right:50px
    }

    .slider__ttl {
        font-size: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .menu__item_base .submenu {
        padding-bottom:20px
    }

    .menu__item_base .submenu__item {
        margin-bottom: 10px
    }

    .menu__item_base .submenu__item:last-child {
        margin-bottom: 0
    }

    .js-toggle-menu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        z-index: 12;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease
    }

    .toggle-menu {
        display: block;
        position: relative;
        width: 20px;
        height: 14px;
        cursor: pointer
    }

    .toggle-menu .toggle-menu_center,.toggle-menu:after,.toggle-menu:before {
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        left: 0;
        background-color: #5775b9;
        border: none;
        -webkit-transition: background-color .2s,-webkit-transform .5s;
        transition: background-color .2s,-webkit-transform .5s;
        -o-transition: transform .5s,background-color .2s;
        transition: transform .5s,background-color .2s;
        transition: transform .5s,background-color .2s,-webkit-transform .5s
    }

    .toggle-menu:after,.toggle-menu:before {
        content: ''
    }

    .toggle-menu:before {
        top: 0
    }

    .toggle-menu:after {
        top: 12px
    }

    .toggle-menu .toggle-menu_center {
        top: 6px
    }

    .js-toggle-menu_active .toggle-menu:after,.js-toggle-menu_active .toggle-menu:before {
        top: 6px
    }

    .js-toggle-menu_active .toggle-menu:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .js-toggle-menu_active .toggle-menu:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .js-toggle-menu_active .toggle-menu_center {
        background-color: #484848;
        opacity: 0;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .nav-shadow {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.4);
        z-index: 10
    }

    .nav-shadow_active {
        display: block
    }

    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        padding: 61px 15px 15px;
        width: 100%;
        max-width: 450px;
        height: 100%;
        right: -100%;
        top: 0;
        -webkit-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease;
        z-index: 11;
        background-color: #fff
    }

    .nav .btn {
        width: 100%;
        background-color: #484848;
        border-color: #484848;
        color: #fff
    }

    .nav_open {
        right: 0
    }

    .nav_open .nav__top {
        opacity: 1;
        -webkit-transition: opacity .3s ease .4s;
        -o-transition: opacity .3s ease .4s;
        transition: opacity .3s ease .4s
    }

    .menu {
        margin-bottom: 15px;
        position: relative;
        overflow-y: auto;
        z-index: 1
    }

    .menu__item {
        border-bottom: 1px solid #e5e5e5
    }

    .menu__item:first-child {
        border-top: 1px solid #e5e5e5
    }

    .menu__link-wrp {
        position: relative;
        padding: 20px 30px 20px 15px
    }

    .menu__link-wrp .icon {
        right: 15px
    }

    .show-submenu .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .submenu-type-2__ttl {
        display: none
    }

    .submenu__link-wrp {
        padding: 15px 30px 15px 15px;
        background-color: #fafafa
    }

    .submenu-type-1 {
        padding-bottom: 20px
    }

    .submenu-type-1__col {
        margin-bottom: 5px
    }

    .submenu-type-1__col:last-child {
        margin-bottom: 0
    }

    .submenu__link {
        color: #484848
    }

    .submenu {
        font-size: 15px;
        font-weight: 500
    }

    .submenu .submenu {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 400;
        background-color: #fafafa;
        padding: 0 15px
    }

    .submenu .submenu .submenu__item {
        border-top: 1px solid #e5e5e5
    }

    .submenu .submenu .submenu__link {
        padding: 15px 0;
        display: block
    }

    .submenu__link-has-submenu {
        position: relative
    }

    .submenu__link-has-submenu:after,.submenu__link-has-submenu:before {
        content: '';
        position: absolute;
        background-color: #c4c4c4;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .submenu__link-has-submenu:before {
        right: 15px;
        width: 10px;
        height: 2px
    }

    .submenu__link-has-submenu:after {
        right: 19px;
        width: 2px;
        height: 10px
    }

    .submenu__link-has-submenu.show-submenu:after {
        display: none
    }

    .submenu__link-has-submenu.show-submenu:before {
        background-color: #5775b9
    }

    .submenu__link-has-submenu.show-submenu .submenu__link {
        color: #5775b9
    }

    .show-submenu .menu__link {
        color: #5775b9
    }

    .submenu-type-2 {
        padding-bottom: 20px
    }

    .submenu-type-2 .main__container {
        padding: 0
    }

    .submenu-type-2 .icon {
        display: none
    }

    .submenu-type-2 .submenu__item {
        margin-bottom: 10px
    }

    .submenu-type-2 .submenu__item:last-child {
        margin-bottom: 0
    }

    .submenu-type-2 .submenu {
        display: none
    }

    .submenu-type-2 .submenu__link-wrp {
        padding: 0
    }

    .submenu-type-2 .submenu__link {
        display: block;
        padding: 15px 30px 15px 15px
    }

    .submenu-type-2__info {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .player__nav-subscribe-group.active .player__subscribe-wrap {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: goals-fade .2s linear both;
        animation: goals-fade .2s linear both
    }

    .player__nav-subscribe-group.active .player__subscribe-body {
        -webkit-animation: feedback-fade-in .3s ease-out both;
        animation: feedback-fade-in .3s ease-out both
    }
}

@media only screen and (max-width: 991px) {
    .right-aside .chat {
        display:none
    }

    .right-aside .webinar-recommended {
        display: none
    }

    .filter-shadow {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background-color: #000;
        opacity: .5;
        z-index: 20;
        display: none
    }

    .filter__body {
        overflow-y: auto;
        padding-right: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .filter {
        position: fixed;
        max-width: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        z-index: 21
    }

    .filter_show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .filter_show+.filter-shadow {
        display: block
    }

    .filter_show .filter__close {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .cart__table {
        display:block
    }

    .cart__table tbody {
        display: block
    }

    .cart__table tr {
        position: relative;
        display: block;
        padding: 50px 15px 15px;
        margin-bottom: 10px;
        border: 1px solid #e5e5e5
    }

    .cart__table td {
        display: block;
        padding: 0;
        border: none
    }

    .cart__table thead {
        display: none
    }

    .cart__delete {
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        margin: auto
    }

    .cart__prices {
        padding-top: 20px
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media only screen and (min-width: 640px) and (max-width:767px) {
    .cart__table tr {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cart__table .order-info__img {
        max-width: 120px
    }

    .cart__table td.cart__prod-info {
        width: 75%;
        padding-right: 20px
    }

    .cart__table td.cart__prod-price {
        width: 25%;
        text-align: left
    }

    .cart__prices {
        padding-top: 0
    }

    .cart__prices {
        text-align: left
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: 0px) {
        .fancybox-caption {
            padding-left:12px;
            padding-right: 12px
        }
    }
}

@media (hover: hover) {
    .player__nav-btn-backward:hover svg,.player__nav-btn-forward:hover svg {
        fill:#ff7d14
    }

    .player__nav-btn-backward:hover span,.player__nav-btn-forward:hover span {
        color: #ff7d14
    }

    .player__nav-btn-rate:hover span,.player__nav-btn-subscribe:hover span {
        color: #ff7d14
    }

    .player__nav-btn-rate:hover:after,.player__nav-btn-rate:hover:before {
        background-color: #ff7d14
    }

    .player__progress:hover {
        -webkit-transform: scaleY(2);
        -ms-transform: scaleY(2);
        transform: scaleY(2)
    }

    .player__nav-btn-subscribe:hover {
        background-color: #ff7d14
    }

    .player__nav-btn-subscribe:hover:after,.player__nav-btn-subscribe:hover:before {
        background-color: #fff
    }
}

a.btn_catalog {
    display: inline-block;
    background-color: #4f6db5;
    color: white!important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
}

a.btn_catalog:hover {
    background-color: #ff7c14;
}

.attention_block {
    background: rgba(30,38,40,.7);
    color: #c1bbbb;
    padding: 5px 15px;
    font-size: 16px;
    text-align: center
}
.u-header{
    display: none !important;
}
.u-header--sticky.js-header-in-flow{
    display: none !important;
}

.control_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control_wrapper .control_buttons{
    display: flex;
    align-items: center;
}
.control_wrapper .control_buttons.text{
    margin-bottom: 0;
}
.control_wrapper .control_buttons.text p{
    margin-bottom: 0;
}
iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.page-navigation.hide{
    display: none;
}
.reviews_with__rate{
    margin: 60px 0 0 0;
}
.reviews_with__rate .article__col{
    width: 50%;
}
.more-info-ajax{
    margin: 0 auto;
    color: #4F6EB6;
}
.more-info-ajax .icon{
    fill: #4F6EB6;
}
.reviews_with__rate .article__col .comments__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
    margin-bottom: 0;
}
.comments-form__bottom .captcha-wrapper{
    max-height: 80px;
}
.mb-0{
    margin-bottom: 0;
}
.comments-form__bottom .stars_block{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.comments-form__bottom .stars_block p{
    font-size: 14px;
    line-height: 140%;
    color: #464646;
}
.comments-form__bottom .stars_block .star_item{
    text-decoration: none;
    display: block;
    margin-left: 10px;
}
.comments-form__bottom .stars_block .star_item:hover svg path{
    fill: #FFB600;
}
.comments-form__bottom .stars_block .star_item.active svg path{
    fill: #FFB600;
}

.comments__info-top.wr .comments__rate{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}
.comments__info-top.wr .comments__rate .star_item__view{
    margin-right: 5px;
}
.comments__info-top.wr .comments__rate .star_item__view_y{
    margin-right: 5px;
}
.comments__info-top.wr .comments__rate .y_wrapper{
    position: absolute;
    display: flex;
    align-items: center;
}

.comments-form__bottom .square{
    border-radius: unset;
}
.comments-form .form-message{
    margin: 0 auto;
}

.text__block{
    margin: 100px 0 60px 0;
}
.text__block h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 25px;
}
.text__block h3:after{
    display: block;
    margin-top: 10px;
    content: "";
    width: 86px;
    height: 5px;
    background: #4F6EB6;
}
.text__block h4{
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #464646;
}
.text__block p{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #464646;
}
.text__block span{
    display: block;
    margin-top: 20px;
}
.text__block ul li{
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #464646;
}
.text__block ul li:before{
    content: url("/images/b_galka.png");
    display: block;
    margin-right: 15px;
}


.text-info.w-100{
    width: 66%;
    flex-grow: 0;
    text-align: left;
}
.text-info.width-70{
    width: 66%;
    flex-grow: 0;
    text-align: left;
}

.text-info.w-100 h1{
    max-width: 100%;
}
.text-info.w-100 .text-wrapper{
    max-width: 100%;
}
.text-info.width-70 .text-wrapper{
    max-width: 100%;
}
.text-info.w-100 h2{
    font-size: 18px;
    line-height: 22px;
}
.text-info.w-100 .article-date{
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FF7D14;
}
.text-info.w-100 .article-date svg, .text-info.w-100 .article-views svg, .text-info.w-100 .article-time_to_read svg{
    margin-right: 10px;
}

.text-info.w-100 .article-views, .text-info.w-100 .article-time_to_read{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #9B9B9B;
    padding-left: 5px;
}
.text-info.w-100 .article-time_to_read{
    padding-left: 25px;
}

.text-info.w-100 .article-t_author a{
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.text-info.w-100 .article-t_author a img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.text-info.w-100 .article-t_author a p{
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4F6EB6;
}
.text-info.w-100 .preview_text{
    background: #FAFAFA;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #464646;
    margin-bottom: 30px;
    font-style: italic;
}
.text-info.w-100 .preview_text p{
    margin: 0;
}
.text-info.w-100 .text img{
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.subscribe_y{
    display: flex;
    align-items: center;
    width: 100%;
}
.subscribe_y a{
    background: #D92C2C;
    border-radius: 0;
    display: block;
    margin-right: 15px;
    width: fit-content;
    height: fit-content;
}
.subscribe_y p{
    margin-bottom: 0;
}
.text-info.w-100 .underline, .text-info.w-100 h2{
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #464646;
}
.text-info.w-100 .underline:after , .text-info.w-100 h2:after{
    content: "";
    display: block;
    margin-top: 10px;
    width: 86px;
    height: 5px;
    background: #4F6EB6;
}
.text-info.w-100 .random_news{
    background: #FAFAFA;
    border-radius: 10px;
    margin: 40px 0;
    padding: 30px;
}
.text-info.w-100 .random_news h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #464646;
}
.text-info.w-100 .random_news .article.article_base{
    margin: 0;
}
.text-info.w-100 .random_news .article.article_base .article__col{
    width: 33.3%;
    margin: 0;
    padding: 0 25px 0 0;
}
.text-info.w-100 .random_news .article.article_base .article__col:last-child{
    padding: 0;
}
.text-info.w-100 .random_news .article.article_base .article__col .article__img.scale-img{
    margin: 0 0 15px 0;
    width: 228px;
    height: auto;
}
.text-info.w-100 .random_news .article.article_base .article__col .article__img.scale-img img{
    margin: 0;
    width: 100%;
    height: 130px;
}
.text-info.w-100 .random_news .article.article_base .article__col .article-ttl{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #464646;
    margin-bottom: 20px;
}


.text-info.w-100 .scale {
    transition: 1s;
}
.text-info.w-100 .scale:hover {
    transform: scale(1.5);
}
.text-info.w-100 a {
    text-decoration: none;
}

.text-info.w-100 .block_advertising{
    width: 100%;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    padding: 40px;
    margin: 40px 0;
}
.text-info.w-100 .block_advertising.blue{
    border: 1px solid #26A4E2;
    border-top: 8px solid #26A4E2;
}
.text-info.w-100 .block_advertising.blue .link{
    background: #26A4E2;
}
.text-info.w-100 .block_advertising.orange{
    border: 1px solid #FF7D14;
    border-top: 8px solid #FF7D14;
}
.text-info.w-100 .block_advertising.orange .link{
    background: #FF7D14;
}
.text-info.w-100 .block_advertising img{
    width: 96px;
    height: 96px;
    object-fit: contain;
    margin: 0;
}
.text-info.w-100 .block_advertising div{
    margin-left: 40px;
}
.text-info.w-100 .block_advertising .ttl{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #464646;
    margin: 0;
}
.text-info.w-100 .block_advertising p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #464646;
    margin: 15px 0 20px 0;
}
.text-info.w-100 .block_advertising .link{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 221px;
    height: 47px;
    padding: 15px 0;
}

.text-info.w-100 .article-author__footer{
    display: flex;
    width: 100%;
    margin: 40px 0 30px 0;
}
.text-info.w-100 .article-author__footer .img_wrap{
    display: block;
    min-width: 65px;
    min-height: 65px;
}
.text-info.w-100 .article-author__footer .img_wrap img{
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0;
}
.text-info.w-100 .article-author__footer .content_wrap{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.text-info.w-100 .article-author__footer .content_wrap .author_wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.text-info.w-100 .article-author__footer .content_wrap .author_wrap p{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}
.text-info.w-100 .article-author__footer .content_wrap .author_wrap a{
    display: block;
    margin-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4F6EB6;
}
.text-info.w-100 .article-author__footer .content_wrap .short_info{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #464646;
    margin: 15px 0 0 0;
}
.text-bottom-info.w-100{
    padding: 0 0 10px 0;
    border-top: none;
}
.social-wrapper.mod{
    justify-content: flex-start;
    padding-left: 0;
    margin: 0;
    width: 45%;
}
.text__tags .text__tags-link{
    text-decoration: none;
    color: #4F6EB6;
}
.text__tags .text__tags-link:hover{
    text-decoration: underline;
}

.article_rate {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.article_rate .ttl{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}
.article_rate .stars_wrap{
    position: relative;
    width: 110px;
    height: 15px;
}
.article_rate .stars_wrap .stars{
    left: 10px;
    top: 0;
}
.breaker{
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
.article-nav{
    margin-bottom: 40px;
}
.article__info.recs .article-title{
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.article__info.recs .article-title a{
    color: #464646;
    text-decoration: none;
}
.article__info.recs .article-title a:hover{
    color: #4F6EB6;
}
.article__info.recs .article-preview_text{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
    margin: 15px 0;
}
.article__info.recs .tags_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.article__info.recs .tags_wrap .article-date,.article__info.recs .tags_wrap .article-time_to_read{
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}
.article__info.recs .tags_wrap .article-date{
    color: #FF7D14;
}
.article__info.recs .tags_wrap .article-time_to_read{
    color: #9B9B9B;
}
.article__info.recs .tags_wrap svg{
    margin-right: 12px;
}
.recs__ttl{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #464646;
}
.add_comment__btn{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    background: #FFFFFF;
    border: 1px solid #FF7D14;
    border-radius: unset;
}
.add_comment__btn svg{
    margin-left: 12px;
}
.add_comment__btn:hover svg path{
    stroke: #fff;
}
.my-field.chk::placeholder,.my-textarea.chk::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #C1C1C1;
}
.form-vote.comments{
    display: flex;
    width: 100%;
    align-items: center;
}
.form-vote.comments p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #464646;
    margin-right: 10px;
}
.mb-0{
    margin-bottom: 0;
}
.send_comment{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: unset;
    padding: 10px 47px;
}


.text-right-aside.w-100{
    display: block;
    position: relative;
    height: fit-content;
    width: 34%;
}
.text-right-aside.width-30{
    display: block;
    position: relative;
    height: fit-content;
    width: 34%;
}

.text-right-aside.w-100.fixed{
    position: fixed;
    top: 0;
    right: 0;
}
.text-right-aside.w-100 .context{
    background: #FAFAFA;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 0 70px 0;
    text-align: left;
}
.text-right-aside.w-100 .context .drop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #464646;
    text-decoration: none;
}
.text-right-aside.w-100 .context .drop svg{
    transform: rotate(180deg);
}
.text-right-aside.w-100 .context .drop.active svg{
    transform: rotate(0deg);
}
.text-right-aside.w-100 .context .context_links{
    display: none;
    flex-direction: column;
}
.text-right-aside.w-100 .context .context_links.active{
    display: flex;
}
.text-right-aside.w-100 .context .context_links a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4F6EB6;
    margin-bottom: 15px;
    text-decoration: none;
}
.text-right-aside.w-100 .context .context_links a:hover{
    color: #304370;
}
.text-right-aside.w-100 .context .context_links a:last-child{
    margin-bottom: 0;
}
.text-right-aside.w-100 .context .context_links a:first-child{
    margin-top: 20px;
}
.text-info.w-100 blockquote{
    padding: 30px 30px 30px 100px;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #464646;
}
.text-info.w-100 blockquote:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    left: 30px;
    top: 28px;
    background: center/cover no-repeat url(/local/templates/main/images/quot_new.svg);
}
h4.prod_ttl{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #464646;
    margin:0 0 20px 0;
    text-align: left;
}
.rand_banners{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
}
.rand_banners .banner_item{
    margin-bottom: 30px;
    padding: 20px 20px 40px 20px;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 190px;
}
.rand_banners .banner_item:last-child{
    margin-bottom: 0;
}

.rand_banners .banner_item .b_ttl{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
}
.rand_banners .banner_item .ttl{
    max-width: 250px;
    margin: 10px 0 15px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #464646;
}
.rand_banners .banner_item a{
    display: block;
    max-width: 221px;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    background: #FAFAFA;
    border: 1px solid #FF7D14;
}
.rand_banners .banner_item a:hover{
    color: #fff;
    background: #FF7D14;
}
.how_choose-block{
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 30px 60px 20px 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: left;
    margin-bottom: 8px;
}
.how_choose-block strong{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #464646;
}
.how_choose-block img{
    position: absolute;
    top: 20px;
    right: 20px;
}
.how_choose-block p{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #464646;
    margin: 30px 0 25px 0;
}
.how_choose-block p span{
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.how_choose-block a{
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 45px;
    background: #FF7D14;
    width: 220px;
}
.currency_changer .soa-property-container select{
    width: 120px;
    background: #f2f2f2;
    border-radius: 3px;
}


.download_block{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding: 0 20px 0 0;
}
.download_block:before{
    display: block;
    margin-right: 40px;
    content: '';
    height: 15px;
    border-right: 1px solid #e5e5e5;
}
.download_block .dw_link{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    z-index: 10;
}
.download_block .dw_link:hover{
    background: #F3F3F3;
}
.download_block.after:after{
    content: '';
    display: block;
    width: 80%;
    height: 80px;
    background: #F3F3F3;
    box-shadow: 0 4px 20px rgba(72, 73, 83, 0.25);
    position: absolute;
    top: -20px;
    right: 10%;
    z-index: 9;
}
.download_block .qr_block{
    padding: 20px;
    position: absolute;
    top: 59px;
    right: 10%;
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    background: #F3F3F3;
    box-shadow: 0 14px 20px rgba(72, 73, 83, 0.25);
    border-radius: 0 0 5px 5px;
    z-index: 11;
}
.download_block .qr_block.active{
    visibility: visible;
    opacity: 1;
}
.download_block .qr_block a{
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #464646;
    transition: .1s;
    text-decoration: none;
}
.download_block .qr_block a:hover{
    color: #FF7D14;
}
.download_block .qr_block img{
    min-width: 176px;
}
.header__row .header__logo_wrapper{
    display: flex;
    align-items: center;
}
.header__row .header__logo_wrapper .slogan{
    margin-left: 25px;
    max-width: 232px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #A0A0A0;
}
.index_slider__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 28px auto 50px auto;
    padding: 0 15px 0 35px;
    max-height: 500px;
    overflow: hidden;
}
.lSSlideOuter.custom_pager{
    width: 54%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lSSlideOuter.custom_pager .lSPager.lSpg{
    display: flex;
    order: 1;
    z-index: 5;
    margin: 0 0 30px 0!important;
}
.lSSlideOuter.custom_pager .lSSlideWrapper{
    order: 2;
}
.lSSlideOuter.custom_pager .lSPager li{
    padding: 0 10px;
}
.lSSlideOuter.custom_pager .lSPager li:first-child{
    padding: 0 10px 0 0;
}
.lSSlideOuter.custom_pager .lSPager li a{
    background: #E5E5E5;
    color: #E5E5E5;
    border-radius: 5px;
    display: inline-block;
    height: 5px;
    overflow: hidden;
    text-indent: -999em;
    width: 61px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
.lSSlideOuter.custom_pager .lSPager li a:hover{
    background: #E5E5E5;
    color: #E5E5E5;
}
.lSSlideOuter.custom_pager .lSPager li.active a{
    background: #4F6EB6;
    color: #4F6EB6;
}
.index_slider{
    min-height: 350px;
    width: 100%;
    display: block;
}

.index_slider .slider_item{
    width: 100%;
    display: none;
}
.index_slider .slider_item .item_info .slide_ttl{
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FF7D14;
    margin-bottom: 30px;
}
.index_slider .slider_item .item_info .slide_ttl .black_txt{
    color: #464646;
}
.index_slider .slider_item .item_info p{
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 25px;
}
.index_slider .slider_item .item_info p.orange{
    font-size: 22px;
    color: #FF7D14;
    margin-bottom: 35px;
}
.index_slider .slider_item .btn_to__reg{
    display: block;
    margin-left: 1px;
    width: fit-content;
    padding: 15px 64px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #FF7D14;
    border-radius: 10px;
    transition: .2s;
    border: 1px solid #FF7D14;
}
.index_slider .slider_item .btn_to__reg:hover{
    color: #FF7D14;
    background: #FFFFFF;
}
.index_slider__container .form_b24{
    display: none;
    height: auto;
    max-width: 43%;
    width: 100%;
}

.popular_products{
    margin-bottom: 100px;
}
.popular_products .head{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.popular_products .head .ttl{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #464646;
    margin: 0;
}
.popular_products .head a{
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4F6EB6;
    transition: .1s;
}
.popular_products .head a:hover{
    color: #FF7D14;
}
.popular_products .head a svg{
    margin-left: 10px;
}
.popular_products .head a svg path{
    transition: .1s;
}
.popular_products .head a:hover svg path{
    fill: #FF7D14;
}
.popular_products .product-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
}
.popular_products .product-list .product-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #4F6EB6;
    border-radius: 10px;
    transition: .1s;
}
.popular_products .product-list .product-item:hover{
    background: #fff;
    border: 1px solid #fff;
}
.popular_products .product-list .product-item .info{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.popular_products .product-list .product-item .info .section_name{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #A0A0A0;
}
.popular_products .product-list .product-item .info .product_name{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 22px;
}
.popular_products .product-list .product-item .info .more{
    margin-top: auto;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4F6EB6;
    transition: .1s;
}
.popular_products .product-list .product-item .info .more:hover{
    color: #FF7D14;
}
.popular_products .product-list .product-item .info .more svg{
    margin-left: 10px;
}
.popular_products .product-list .product-item .info .more svg path{
    transition: .1s;
}
.popular_products .product-list .product-item .info .more:hover svg path{
    fill: #FF7D14;
}
.popular_products .product-list .product-item img{
    display: block;
    margin-left: 19px;
    width: 100px;
    height: 100px;
}
.popular_products .mobile_link{
    display: none;
}
.article__col.mod{
    padding: 0 10px;
}
.article__col.mod .article__img{
    margin-bottom: 15px;
}
.article__col.mod .article-tags{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.article__col.mod .article-tags svg{
    margin-right: 10px;
}
.article__col.mod .article-tags .tags-date, .article__col.mod .article-tags .time_to__read{
    display: flex;
    align-items: center;
}
.article__col.mod .article-tags .time_to__read {
    margin-left: 30px;
}
.article__col.mod .article-tags span{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #9B9B9B;
}
.article__col.mod .article-tags .tags-date span{
    color: #FF7D14;
}
.article__col.mod .article-ttl{
    min-height: 48px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #464646;
    margin-bottom: 15px;
}
.article__col.mod .article-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #464646;
    margin-bottom: 20px;
}
.article_base.mod{
    margin-bottom: 90px;
}
.article_base.mod.video_grid{
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
            "left right-top ."
            "left right-bottom ."
            ". . .";
}
.article_base.mod.video_grid .article__col.mod{
    width: auto;
}
.article_base.mod.video_grid .article__col.mod:first-child{
    margin-right: 40px;
    margin-bottom: -60px;
    grid-area: left;
}
.article_base.mod.video_grid .article__col.mod:first-child .article__item{
    flex-direction: column;
}
.article_base.mod.video_grid .article__col.mod:nth-child(2){
    grid-area: right-top;
}
.article_base.mod.video_grid .article__col.mod:nth-child(3):before{
    content: "";
    display: block;
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.article_base.mod.video_grid .article__col.mod{
    margin-bottom: 0;
}
.article_base.mod.video_grid .article__col.mod:nth-child(3){
    grid-area: right-bottom;
}
.article_base.mod.video_grid .article__col.mod .article__item{
    flex-direction: row;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__img{
    max-width: 257px;
}
.article_base.mod.video_grid .article__col.mod:first-child .article__item .article__img{
    max-width: 100%;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__info{
    margin-left: 20px;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__info .article-ttl{
    order: 1;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__info .article-tags{
    order: 2;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__info .article-text{
    order: 3;
}
.article_base.mod.video_grid .article__col.mod .article__item .article__info .article__bottom{
    order: 4;
    margin-top: 0;
}
.article_base.mod.video_grid .article__col.mod:first-child .article__item .article__info{
    margin-left: 0;
}

.try_free__block{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 130px;
}
.try_free__block .left_side{
    padding: 40px;
}
.try_free__block .left_side .ttl{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
}
.try_free__block .left_side .ttl:after{
    content: "";
    display: block;
    margin-left: 30px;
    width: 60px;
    height: 5px;
    background: #FF7D14;
}
.try_free__block .left_side .sub_ttl{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #464646;
}
.try_free__block .left_side .list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
}
.try_free__block .left_side .list li{
    display: flex;
    align-items: center;
}
.try_free__block .left_side .list li img{
    width: 35px;
}
.try_free__block .left_side .list li p{
    margin: 0 0 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}
.try_free__block .right_side{
    display: flex;
    justify-content: center;
    height: 100%;
}

.try_free__block .right_side img{
    display: block;
    width: 100%;
}
.test_yourself__wrapper{
    width: 150%;
    margin: 35px 0 0 -25%;
    background: #FAFAFA;
}
.test_yourself__block{
    width: 100%;
    max-width: 66%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 55px 0;
}
.test_yourself__block .left_side .ttl{
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #464646;
    margin-bottom: 10px;
}
.test_yourself__block .left_side .sub_ttl{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
}
.test_yourself__block .right_side{
    position: relative;
}
.test_yourself__block .right_side .btn{
    position: absolute;
    top: 35%;
    left: 38%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 15px 40px;
    background: #FFFFFF;
    border: 1px solid #FF7D14;
    color: #464646;
    border-radius: 10px;
    transition: .1s;
}
.test_yourself__block .right_side .btn svg{
    margin-left: 10px;
    transition: .1s;
}
.test_yourself__block .right_side .btn:hover{
    background: #FF7D14;
    color: #fff;
}
.test_yourself__block .right_side .btn:hover svg path{
    fill: #fff;
}
.article-base-wrapper.mod.mt-100{
    margin-top: 130px;
}
.learn_wrapper{
    width: 150%;
    margin: 130px 0 0 -25%;
    background: #FAFAFA;
}
.learn_wrapper .learn_block{
    width: 100%;
    max-width: 66%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}
.learn_wrapper .learn_block .ttl{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
}
.learn_wrapper .learn_block .ttl:after{
    content: "";
    display: block;
    margin-left: 30px;
    width: 60px;
    height: 5px;
    background: #FF7D14;
}
.learn_wrapper .learn_block .content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.learn_wrapper .learn_block .content .left_side{
    margin-right: 45px;
    width: 69%;
}
.learn_wrapper .learn_block .content .left_side .text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #464646;
    margin-bottom: 15px;
}
.learn_wrapper .learn_block .content .left_side .b_text{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #464646;
}
.learn_wrapper .learn_block .content .achievements{
    display: flex;
    align-items: center;
    margin: 40px 0 50px 0;
}
.learn_wrapper .learn_block .content .achievements li{
    margin-right: 60px;
}
.learn_wrapper .learn_block .content .achievements li:last-child{
    margin-right: 0;
}
.learn_wrapper .learn_block .content .achievements .orange_text{
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #FF7D14;
    margin-bottom: 5px;
}
.learn_wrapper .learn_block .content .achievements .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #464646;
}
.learn_wrapper .learn_block .content .learning_results{
    display: flex;
    justify-content: space-between;
}
.learn_wrapper .learn_block .content .learning_results .item{
    display: flex;
    width: 45%;
}
.learn_wrapper .learn_block .content .learning_results .item .svg_block{
    display: block;
    min-width: 50px;
    margin-right: 15px;
}
.learn_wrapper .learn_block .content .learning_results .item .bold_text{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #464646;
}
.learn_wrapper .learn_block .content .learning_results .item .text{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
    margin: 0;
}
.learn_wrapper .learn_block .content .right_side{
    width: 30%;
    height: fit-content;
    display: flex;
    justify-content: center;
}
.reliable_brokers__wrapper{
    margin-top: 130px;
}
.reliable_brokers__wrapper .head, .choose_train .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.reliable_brokers__wrapper .head .ttl, .choose_train .head .ttl{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 0;
}
.reliable_brokers__wrapper .head .ttl:after, .choose_train .head .ttl:after{
    content: "";
    display: block;
    margin-left: 30px;
    width: 60px;
    height: 5px;
    background: #FF7D14;
}
.reliable_brokers__wrapper .head .view_all, .choose_train .head .view_all{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding: 15px 40px;
    background: #FFFFFF;
    border: 1px solid #FF7D14;
    color: #464646;
    border-radius: 10px;
    transition: .1s;
    text-decoration: none;
}

.reliable_brokers__wrapper .head .view_all svg, .choose_train .head .view_all svg{
    margin-left: 10px;
    transition: .1s;
}
.reliable_brokers__wrapper .head .view_all:hover, .choose_train .head .view_all:hover{
    background: #FF7D14;
    color: #fff;
}
.reliable_brokers__wrapper .head .view_all:hover svg path, .choose_train .head .view_all:hover svg path{
    fill: #fff;
}
.reliable_brokers__wrapper .reliable_brokers{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    grid-auto-flow: initial;
}
.reliable_brokers__wrapper .reliable_brokers .item{
    display: flex;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side{
    background: #FAFAFA;
    padding: 25px;
    width: 48%;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side img{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating{
    display: flex;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .number_rate{
    margin-right: 10px;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;
    color: #464646;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .stars_rate{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .stars_rate .star_item__view{
    margin-right: 5px;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .stars_rate .star_item__view_y{
    margin-right: 5px;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .stars_rate .y_wrapper{
    position: absolute;
    display: flex;
    align-items: center;
}
.reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .val{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C4C4C4;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side{
    width: 52%;
    background: #fff;
    padding: 25px 25px 25px 20px;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .buttons a{
    text-decoration: none;
    display: block;
    width: 128px;
    height: 37px;
    padding: 11px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #464646;
    background: #FFFFFF;
    border: 1px solid #4F6EB6;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .buttons a.open_acc{
    color: #FFFFFF;
    background: #4F6EB6;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .buttons a:hover{
    color: #fff;
    background: #FF7D14;
    border: 1px solid #FF7D14;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .props:before{
    content: "";
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .props .prop{
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .props .prop:last-child{
    margin-bottom: 0;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .props .prop p{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}
.reliable_brokers__wrapper .reliable_brokers .item .right_side .props .prop p.prop_value{
    font-weight: 600;
    margin-left: 10px;
}
.reliable_brokers__wrapper .view_all_mob, .choose_train .view_all_mob{
    display: none;
}

.choose_train{
    margin-top: 130px;
}
.choose_train .article{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    padding: 0 10px;
}
.choose_train .article .article__col.mod{
    width: 100%;
    padding: 0;
}
.choose_train .article .article__col.mod .article__info .article_links{
    margin-top: auto;
    display: flex;
    width: 100%;
}
.choose_train .article .article__col.mod .article__info .article_links a{
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    width: 120px;
    padding: 11px;
    border: 1px solid #4F6EB6;
    background: #fff;
}
.choose_train .article .article__col.mod .article__info .article_links a:first-child{
    margin-right: 15px;
    background: #4F6EB6;
    color: #fff;
}
.choose_train .article .article__col.mod .article__info .article_links a:hover{
    background: #FF7D14;
    color: #fff;
}
.reviews_wrap{
    margin-top: 100px;
}
.community{
    margin: 100px -10px 90px -10px;
}
.community .ttl{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 30px;
}
.community .ttl:after{
    content: "";
    display: block;
    background: #FF7D14;
    margin-left: 30px;
    width: 60px;
    height: 5px;
}
.community .soc_links{
    width: 100%;
}
.community .soc_links .link{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    text-decoration: none;
}
.community .soc_links .link:first-child{
    margin-left: 0;
}
.community .soc_links .link img{
    display: block;
    max-width: 125px;
}
.community .soc_links .link .name{
    display: block;
    margin: 20px 0 5px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #464646;
}
.community .soc_links .link .desc{
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #A0A0A0;
}

.leading_wrap{
    margin-top: 110px;
}
.leading_wrap .ttl{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 0;
}
.leading_wrap .ttl:after{
    content: "";
    display: block;
    margin-left: 30px;
    width: 60px;
    height: 5px;
    background: #FF7D14;
}
.leading_wrap .lead__ajax_filter{
    margin: 30px 0 20px 0;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form{
    display: flex;
    width: 100%;
    align-items: center;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block{
    margin-right: 30px;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block:last-child{
    margin-right: 0;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block .filter_label{
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #C9C9C9;
    transition: .1s;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block .filter_label:hover{
    color: #4F6EB6;
}
.leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block .filter_label.active{
    color: #4F6EB6;
}
.leading_list{
    display: flex;
    overflow: hidden;
}
.leading_list .lead-item{
    position: relative;
    cursor: pointer;
}
.leading_list .lead-item img{
    display: block;
    width: 297px;
    object-fit: cover;
    height: 297px;
    border-radius: 10px;
}

.leading_list .lead-item .item_content{
    transition: .2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #4F6EB6 43.77%, rgba(79, 110, 182, 0) 100%);
    border-radius: 10px;
}
.leading_list .lead-item:hover .item_content{
    transition: .2s;
    visibility: visible;
    opacity: 1;
}
.leading_list .lead-item .item_content .add_wrap{
    padding: 60px 20px 20px 20px;
}
.leading_list .lead-item .item_content .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.leading_list .lead-item .item_content .description{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}

.trade_calendar{
    margin-top: 90px;
}
.trade_calendar .ttl{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 0;
}
.trade_calendar .ttl:after{
    content: "";
    display: block;
    margin-left: 30px;
    width: 60px;
    height: 5px;
    background: #FF7D14;
}
.trade_calendar .calendar_wrapper{
    display: flex;
    width: 100%;
    margin-top: 35px;
}
.trade_calendar .calendar_wrapper .upcoming_events{
    width: 50%;
    margin-left: 20px;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item_wrap:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin: 20px 0;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item_wrap:last-child:after{
    display: none;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item{
    display: flex;
    width: 100%;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .event_image{
    max-width: 136px;
    width: 100%;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .event_image{
    display: block;
    max-width: 150px;
    margin-right: 20px;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .event_image img{
    width: 100%;
    border-radius: 5px;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .event_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #464646;
    text-decoration: none;
    transition: .1s;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .event_preview{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #464646;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .event_title:hover{
    color: #FF7D14;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time{
    display: flex;
    margin-top: 15px;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .date,
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .time
{
    display: flex;
    align-items: center;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .date{
    margin-right: 25px;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .date span,
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .time span{
    margin-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #9B9B9B;
}
.trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time .date span{
    color: #FF7D14;
}
.trade_calendar .calendar_wrapper .upcoming_events .see_more{
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #4F6EB6;
    transition: .1s;
}
.trade_calendar .calendar_wrapper .upcoming_events .see_more:hover{
    color: #FF7D14;
}
@media all and (max-width: 1600px){
    .header__row .header__logo_wrapper .slogan{
        display: none;
    }
}
@media all and (max-width: 1310px){
    .index_slider__container{
        max-width: 1260px;
        padding: 0 15px;
    }
    .header__personal-link span{
        display: none;
    }
}
@media all and (max-width: 1279px){
    .text-right-aside.w-100{
        display: none;
    }
    .text-right-aside.width-30{
        width: fit-content;
    }
    .text-info.w-100{
        width: 100%;
    }
    .text-info.width-70{
        width: 100%;
    }
    .text-info.w-100 .article-date-views{
        flex-wrap: wrap;
        width: 100%;
    }
    .download_block{
        padding: 0 15px 0 0;
    }
    .download_block:before{
        margin-right: 20px;
        content: '';
        height: 0;
    }
    .download_block.after:after{
        height: 50px;
        top: -10px;
    }
    .download_block .dw_link{
        margin-right: 8px;
    }
    .download_block .qr_block{
        top: 41px;
    }
    .download_block .qr_block img{
        min-width: 136px;
    }
    .index_slider .slider_item .item_info .slide_ttl{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .index_slider .slider_item .item_info p{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .index_slider .slider_item .item_info p.orange{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .popular_products .product-list{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .article_base.mod.video_grid{
        display: grid;
        grid-template-columns: 0.44fr 1fr;
    }
    .article_base.mod.video_grid .article__col.mod:nth-child(3):before{
        margin: 15px 0;
    }
    .article_base.mod.video_grid .article__col.mod:first-child{
        margin-right: 20px;
        margin-bottom: -30px;
    }
    .try_free__block .right_side{
        padding: 40px 0;
    }
    .try_free__block .left_side .ttl{
        font-size: 22px;
        line-height: 27px;
    }
    .test_yourself__block .left_side .ttl{
        font-size: 22px;
        line-height: 27px;
    }
    .test_yourself__block .left_side .sub_ttl{
        font-size: 18px;
        line-height: 22px;
    }
    .learn_wrapper .learn_block .ttl{
        font-size: 22px;
        line-height: 27px;
    }
    .reliable_brokers__wrapper .reliable_brokers{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side img{
        max-width: 247px;
    }
    .reliable_brokers__wrapper .head .ttl{
        font-size: 22px;
        line-height: 27px;
    }
    .reliable_brokers__wrapper .head .view_all{
        font-size: 14px;
    }
    .choose_train .article{
        grid-template-columns: 1fr 1fr;
        padding: 0 15px;
    }
    .choose_train .head .ttl{
        font-size: 22px;
        line-height: 27px;
        width: 60%;
    }
    .choose_train .head .view_all{
        font-size: 14px;
    }
    .community{
        margin: 70px -5px 90px -5px;
    }
    .community .ttl{
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .leading_list .lead-item img{
        width: 237px;
        height: 237px;
    }
    .leading_list .lead-item .item_content .name{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .leading_list .lead-item .item_content .description{
        font-size: 12px;
    }
    .leading_list .lead-item .item_content .add_wrap{
        padding: 50px 20px 20px 20px;
    }
    .leading_wrap .container .lSAction{
        justify-content: center;
        margin: 25px 0 0 0;
    }
    .leading_wrap .ttl{
        font-size: 22px;
        line-height: 27px;
    }
    .trade_calendar .calendar_wrapper{
        display: flex;
        flex-direction: column;
    }
    .trade_calendar .calendar_wrapper .upcoming_events{
        width: 100%;
        margin-left: 0;
        margin-top: 35px;
    }
    .trade_calendar .ttl{
        font-size: 22px;
        line-height: 27px;
    }
}
@media all and (max-width: 1023px) {
    .additional_wrap .article__col.mod{
        width: 33%;
    }
    .leading_wrap{
        margin-top: 100px;
    }
    .leading_list .lead-item img{
        width: 200px;
        height: 220px;
    }
    .leading_list .lead-item .item_content .name{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .leading_list .lead-item .item_content .description{
        font-size: 12px;
    }
    .leading_list .lead-item .item_content .add_wrap{
        padding: 7px;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form{
        flex-wrap: wrap;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block{
        margin-right: 20px;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block:last-child{
        margin-right: 0;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block .filter_label{
        font-size: 16px;
    }
}


@media all and (max-width: 900px) {
    .comments-form__bottom .captcha-wrapper{
        margin-bottom: 20px;
    }
    .text-info.w-100 .random_news .article.article_base .article__col .article__img.scale-img{
        width: 207px;
    }
    .subscribe_y{
        flex-direction: column;
    }
    .subscribe_y a{
        margin-bottom: 10px;
    }
    .article_base.mod.video_grid{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-template-areas:
                "left right-top right-bottom"
    }
    .article_base.mod.video_grid .article__col.mod:first-child{
        margin-right: 0;
        margin-bottom: 0;
    }
    .article_base.mod.video_grid .article__col.mod .article__item{
        flex-direction: column;
    }
    .article_base.mod.video_grid .article__col.mod:nth-child(3):before{
        display: none;
    }
    .article_base.mod.video_grid .article__col.mod .article__item .article__img{
        max-width: 100%;
    }
    .article_base.mod.video_grid .article__col.mod .article__item .article__info{
        margin-left: 0;
    }
    .try_free__block{
        margin-top: 0;
    }
    .try_free__block .left_side{
        padding: 40px 30px 40px 40px;
    }
    .try_free__block .left_side .list{
        grid-template-columns: 1fr;
    }
    .try_free__block .right_side{
        padding: 112px 0;
    }
    .try_free__block .right_side img{
        width: 90%;
    }
    .test_yourself__block{
        flex-direction: column;
        padding: 50px 0;
    }
    .test_yourself__block .left_side{
        text-align: center;
    }
    .test_yourself__block .right_side{
        position: relative;
    }
    .test_yourself__block .right_side .arr_vector{
        display: none;
    }
    .test_yourself__block .right_side .btn{
        width: fit-content;
        position: unset;
        margin-top: 30px;
        font-size: 14px;
    }
    .learn_wrapper .learn_block .content{
        flex-direction: column;
    }
    .learn_wrapper .learn_block .content .left_side{
        margin-right: 0;
        width: 100%;
    }
    .learn_wrapper .learn_block .content .right_side{
        margin-top: 30px;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .additional_wrap .article__col.mod{
        width: 100%;
    }
    .index_slider__container{
        flex-direction: column;
        max-height: 100%;
        margin: 40px 0 50px 0;
    }
    .index_slider__container .lSSlideOuter.custom_pager{
        width: 100%;
    }
    .index_slider__container .form_b24{
        height: fit-content;
        max-width: 100%;
        margin-top: 30px;
    }
    .index_slider .slider_item .item_info .slide_ttl{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .index_slider .slider_item .item_info p{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .index_slider .slider_item .item_info p.orange{
        font-size: 16px;
    }
    iframe{
        min-height: 300px;
    }
    .reviews_with__rate .article__col{
        width: 100%;
    }
    .comments-form__bottom .stars_block{
        margin-bottom: 20px;
    }
    .text-info.w-100 .underline, .text-info.w-100 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .text-info.w-100 .random_news .article.article_base .article__col{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .text-info.w-100 .random_news .article.article_base .article__col:last-child{
        margin-bottom: 0;
    }
    .text-info.w-100 .random_news .article.article_base .article__col .article__img.scale-img{
        width: 100%;
    }
    .text-info.w-100 .random_news .article.article_base .article__col .article__img.scale-img img{
        height: auto;
    }
    .text-info.w-100 .article-date-views .article-t_author a{
        margin: 12px 0 0 0;
    }
    .text-info.w-100 .random_news{
        padding: 20px 10px;
    }
    .text-info.w-100 .random_news .article-base-wrapper{
        padding: 0;
    }
    .text-info.w-100 .block_advertising{
        flex-direction: column;
        padding: 20px;
    }
    .text-info.w-100 .block_advertising div{
        margin: 20px auto 0 auto;
        text-align: center;
    }
    .text-info.w-100 .block_advertising .link{
        margin: 0 auto;
    }
    .text-info.w-100 .article-author__footer {
        flex-direction: column;
    }
    .text-info.w-100 .article-author__footer .img_wrap img{
        margin: 0 0 15px 0;
    }
    .text-info.w-100 .article-author__footer .content_wrap{
        margin-left: 0;
    }
    .social-wrapper.mod{
        margin: 0 0 5px 0;
        width: 100%;
    }
    .article_rate {
        flex-direction: column;
        align-items: flex-start;
    }
    .article_rate .stars_wrap{
        margin: 10px 0;
    }
    .article_rate .stars_wrap .stars{
        left: 0;
    }
    .send_comment{
        width: 100%;
    }
    .text-info.w-100 blockquote{
        padding: 20px 20px 20px 62px;
    }
    .text-info.w-100 blockquote:before {
        width: 34px;
        height: 34px;
        left: 8px;
        top: 20px;
    }
    .popular_products .head .ttl{
        font-size: 16px;
    }
    .popular_products .head a{
        display: none;
    }
    .popular_products .product-list{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .popular_products .product-list .product-item{
        padding: 20px;
    }
    .popular_products .product-list .product-item .info .section_name{
        font-size: 12px;
    }
    .popular_products .product-list .product-item .info .product_name{
        font-size: 14px;
    }
    .popular_products .product-list .product-item .info .more{
        font-size: 13px;
    }
    .popular_products .product-list .product-item img{
        width: 70px;
        height: 70px;
    }
    .popular_products .mobile_link{
        margin-top: 30px;
        text-decoration: none;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #4F6EB6;
        transition: .1s;
    }
    .popular_products .mobile_link:hover{
        color: #FF7D14;
    }
    .popular_products .mobile_link svg{
        margin-left: 10px;
    }
    .popular_products .mobile_link svg path{
        transition: .1s;
    }
    .popular_products .mobile_link:hover svg path{
        fill: #FF7D14;
    }
    .article__col.mod{
        margin-bottom: 40px;
        padding: 0;
    }
    .article__col.mod:last-child{
        margin-bottom: 30px;
    }
    .article.mod{
        margin: 0;
    }
    .article-base-wrapper.mod .btn_mobile{
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #FF7D14;
        border-radius: 10px;
    }
    .article-base-wrapper.mod .btn_mobile span{
        justify-content: center;
        font-size: 14px;
        line-height: 140%;
        color: #464646;
    }
    .article-base-wrapper.mod .btn_mobile:hover{
        background: #FF7D14;
    }
    .article-base-wrapper.mod .btn_mobile:hover span{
        color:#fff
    }
    .article-base-wrapper.mod{
        padding-bottom: 100px;
    }
    .article_base.mod.video_grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-column-gap: 0;
        grid-row-gap: 30px;
        grid-template-areas:
                "left"
                "right-top"
                "right-bottom";
    }
    .article_base.mod.video_grid .article__col.mod:nth-child(3){
        margin-bottom: 30px;
    }
    .try_free__block{
        flex-direction: column;
    }
    .try_free__block .left_side{
        padding: 20px 20px 35px 20px;
    }
    .try_free__block .left_side .ttl{
        font-size: 20px;
        line-height: 24px;
    }
    .try_free__block .left_side .sub_ttl{
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }
    .try_free__block .left_side .list{
        grid-gap: 15px;
    }
    .try_free__block .right_side{
        padding: 0;
    }
    .try_free__block .right_side img{
        width: 100%;
    }
    .learn_wrapper{
        margin: 0 0 0 -25%;
    }
    .learn_wrapper .learn_block{
        padding: 30px 0 0 0;
    }
    .learn_wrapper .learn_block .ttl{
        font-size: 20px;
        line-height: 24px;
    }
    .learn_wrapper .learn_block .content .left_side .text{
        font-size: 15px;
    }
    .learn_wrapper .learn_block .content .left_side .b_text{
        font-size: 16px;
    }
    .learn_wrapper .learn_block .content .achievements{
        flex-wrap: wrap;
        margin: 35px 0 20px 0;
    }
    .learn_wrapper .learn_block .content .achievements .orange_text{
        font-size: 20px;
        line-height: 24px;
    }
    .learn_wrapper .learn_block .content .achievements .text{
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 16px;
    }
    .learn_wrapper .learn_block .content .learning_results{
        flex-direction: column;
    }
    .learn_wrapper .learn_block .content .learning_results .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .learn_wrapper .learn_block .content .right_side{
        margin-top: 20px;
    }
    .reliable_brokers__wrapper .head .view_all , .choose_train .head .view_all{
        display: none;
    }
    .reliable_brokers__wrapper .reliable_brokers .item{
        flex-direction: column;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side{
        width: 100%;
        padding: 20px;
        display: flex;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side{
        width: 100%;
        padding: 15px 20px 25px 20px;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side img{
        max-width: 116px;
        max-height: 33px;
        margin: 0;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating{
        margin-left: 20px;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .number_rate{
        font-size: 22px;
        line-height: 27px;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .left_side .broker_rating .current_rate .stars_rate{
        margin-bottom: 0;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side{
        display: flex;
        flex-direction: column;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side .buttons{
        order: 2;
        margin-bottom: 0;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side .props{
        order: 1;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side .props:before{
        display: none;
    }
    .reliable_brokers__wrapper .reliable_brokers .item .right_side .props:after{
        content: "";
        display: block;
        margin: 25px 0;
        width: 100%;
        height: 1px;
        background: #E5E5E5;
    }
    .reliable_brokers__wrapper .head .ttl:after , .learn_wrapper .learn_block .ttl:after ,
    .try_free__block .left_side .ttl:after, .choose_train .head .ttl:after, .trade_calendar .ttl:after{
        display: none;
    }
    .reliable_brokers__wrapper .view_all_mob , .choose_train .view_all_mob{
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        padding: 15px 40px;
        background: #FFFFFF;
        border: 1px solid #FF7D14;
        color: #464646;
        border-radius: 10px;
        transition: .1s;
        text-decoration: none;
    }
    .reliable_brokers__wrapper .view_all_mob svg , .choose_train .view_all_mob svg{
        margin-left: 10px;
        transition: .1s;
    }
    .reliable_brokers__wrapper .view_all_mob:hover, .choose_train .view_all_mob:hover{
        background: #FF7D14;
        color: #fff;
    }
    .reliable_brokers__wrapper .view_all_mob:hover svg path, .choose_train .view_all_mob:hover svg path{
        fill: #fff;
    }
    .choose_train .article{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .choose_train .head .ttl{
        width: 100%;
    }
    .choose_train .article .article__col.mod .article__info .article_links{
        margin-top: 5px;
    }
    .choose_train .article__col.mod{
        margin-bottom: 0;
    }
    .choose_train .view_all_mob{
        margin-top: 0;
    }
    .community {
        margin: 0 0 70px 0;
    }
    .community .ttl{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .community .ttl:after{
        display: none;
    }
    .leading_wrap .ttl:after{
        display: none;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block .filter_label{
        font-size: 15px;
    }
    .leading_wrap .lead__ajax_filter .ajax_filter__form .filter_block{
        margin-bottom: 3px;
    }
    .trade_calendar .calendar_wrapper{
        margin-top: 30px;
    }
    .trade_calendar .calendar_wrapper .upcoming_events{
        margin-top: 85px;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item{
        flex-direction: column;
        align-items: center;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item .event_image{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info{
        text-align: center;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .date_time{
        justify-content: center;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .event_title{
        font-size: 15px;
    }
    .trade_calendar .calendar_wrapper .upcoming_events .events-list .item .info .event_preview{
        font-size: 13px;
    }
    .index_slider{
        min-height: 250px;
    }
    .lSSlideOuter.custom_pager .lSPager li{
        padding: 0 7px;
    }
    .lSSlideOuter.custom_pager .lSPager li a{
        height: 4px;
        width: 41px;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }
}
@media (max-width: 530px){
    .bx-touch .bx_item_detail_rating .bx_stars_container {
        width: 68px!important;
    }
}
