

/* Start:/local/templates/vorobey/js/fancybox/jquery.fancybox.css?154473480017390*/
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: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    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;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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 {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    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;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    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;
}

/* Navigation arrows */

.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;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    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: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    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;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@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: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.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;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.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: rgba(0, 0, 0, 0);
    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: absolute;
    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;
    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: none;
    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;
    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;
}

/* Styling for Small-Screen Devices */
@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);
    }
}

/* End */


/* Start:/local/templates/vorobey/js/formstyler/jquery.formstyler.css?15086196002175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/vorobey/js/swiper/swiper.min.min.css?163614600015153*/
@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#292f6e}.swiper,.swiper-wrapper{position:relative;z-index:1}.swiper{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{width:100%;height:100%;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cards,.swiper-cube,.swiper-flip{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cards .swiper-slide,.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-creative .swiper-slide{transition-property:transform,opacity,height}.swiper-cards .swiper-slide{transform-origin:center bottom}
/* End */


/* Start:/local/templates/vorobey/vorobey.min.css?169080804242630*/
body, html {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Nunito", "Arial", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-style: normal;
    font-weight: 400
}

* {
    box-sizing: border-box;
    outline: 0
}

h2:first-child, h3:first-child, p:first-child {
    margin-top: 0
}

h2:last-child, h3:last-child, p:last-child {
    margin-bottom: 0
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #333
}

.h1, .h2, h1, h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #333
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: "Rubik", "Nunito", "Arial", sans-serif;
    margin-bottom: 12px
}

.h3, .h4, h3, h4 {
    font-style: normal;
    font-weight: 700;
    color: #333
}

.h1, .h2, .h3, .h4 {
    margin-top: 0
}

.h3, h3 {
    font-size: 22px;
    line-height: 28px
}

.h4, .input, h4 {
    font-family: "Nunito", "Arial", sans-serif
}

.h4, h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px
}

.input {
    -webkit-appearance: none;
    outline: 0;
    background: #fff;
    padding: 12px 15px 13px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-style: normal;
    font-weight: 400;
    border: 2px solid #000;
    border-radius: 16px
}

.input-wrap--error .input {
    border-color: red
}

.input-error {
    display: block;
    text-align: left;
    color: red;
    font-size: 14px;
    line-height: 20px;
    padding: 0 18px
}

.input-wrap {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 16px
}

.input-label {
    display: block;
    text-align: left;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding: 0 18px;
    margin: 10px 0 5px
}

textarea.input {
    height: auto;
    min-height: 130px
}

::placeholder {
    font-family: "Nunito", "Arial", sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, .2)
}

.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    font-family: "Nunito", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 17px 20px;
    cursor: pointer;
    background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
    box-shadow: 2px 4px 2px rgba(191, 191, 191, .25);
    border-radius: 16px;
    transition: .3s opacity, .3s filter
}

.btn[disabled] {
    opacity: .5;
    filter: grayscale(1)
}

.btn:hover {
    color: #fff;
    background: #292f6e
}

.btn--light {
    color: #a2aab2;
    background: 0 0;
    border-color: #a2aab2
}

.btn--gray {
    background: #333;
    border-color: #333;
    box-shadow: 2px 4px 2px rgba(191, 191, 191, .25)
}

.col-2 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 8px);
    margin-right: 16px
}

.col-2.last, .col-2:nth-child(2n+2) {
    margin-right: 0
}

.col-2 .product-img {
    padding-top: 100.5%;
    margin-bottom: 11px
}

.col-3 {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 32px) / 3);
    margin-right: 16px
}

.col-3.last, .col-3:nth-child(3n+3) {
    margin-right: 0
}

.col-3 .product-img {
    padding-top: 100.5%
}

.col-4 {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    margin-bottom: 31px
}

.col-4.last, .col-4:nth-child(4n+4) {
    margin-right: 0
}

.wrap {
    max-width: 1372px;
    margin: 0 auto;
    padding: 0 30px
}

.content {
    max-width: 800px;
    margin-bottom: 100px
}

.block-desc {
    max-width: 60%;
    margin: 16px 0
}

.block-desc a {
    opacity: .5
}

.block-desc a:hover {
    opacity: 1
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding-top: 44px
}

.header .wrap {
    position: relative
}

.header-btn {
    display: inline-block;
    vertical-align: middle;
    width: 180px
}

.logo {
    width: 250px;
    position: absolute;
    top: -4px;
    left: 30px
}

.about .col-2 img, .logo img {
    display: block;
    width: 100%
}

.logo, .top-menu, .top-menu a {
    display: inline-block;
    vertical-align: top
}

.top-menu {
    padding-top: 14px
}

.top-menu a {
    color: #000;
    font-weight: 700;
    margin-right: 32px
}

.footer-menu a:hover, .top-menu a:hover {
    opacity: .5
}

.main {
    padding-top: 123px
}

@media screen and (max-width: 480px) {
    .main{
        padding-top: 43px;
    }
}

.main-top {
    margin-bottom: 80px;
    max-width: 100vw;
    overflow: hidden;
    position: relative
}

.main-top__title a {
    color: #364d92
}

.main-top__info {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding-right: 10px;
    padding-top: 84px;
    margin-bottom: 70px
}

.main-top__info .btn {
    width: 300px;
    padding: 19px
}

.main-top__text {
    max-width: 515px;
    margin-bottom: 60px
}

.main-top__img, .main-top__item {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.main-top__img {
    width: 36%
}

.main-top__img img {
    display: block;
    width: 114%;
    position: relative;
    z-index: 1;
    margin-left: -11px;
    margin-bottom: -32px
}

.main-top__img .start {
    position: absolute;
    left: -42px;
    top: 37.5%;
    padding: 40px 42px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-family: "Rubik", "Nunito", "Arial", sans-serif;
    z-index: 2
}

.main-top__img .start span {
    display: block
}

.main-top__img .start:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: url(/local/templates/vorobey/images/svg/ellipse.svg) no-repeat center;
    background-size: contain;
    z-index: -1;
    transform: rotate(130deg)
}

.main-top:after, .main-top__item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0
}

.main-top:after {
    width: 50%; /*background:url(/local/templates/vorobey/images/shadow.png) no-repeat center;*/
    background-size: contain;
    left: 50%
}

.main-top__item {
    padding: 12px 41px 13px;
    border: 2px solid #000;
    border-radius: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    z-index: 5
}

.main-top__item:after {
    width: 40px;
    left: 100%;
    background: url(/local/templates/vorobey/images/svg/line-1.svg) no-repeat 0 center;
    background-size: 100% auto
}

.main-top__item:last-child:after {
    display: none
}

.main-top h1 {
    font-size: 54px;
    line-height: 64px;
    margin: 0 0 24px
}

.main-top .main-top__title a {
    font-size: 64px;
}

.block {
    padding: 80px 0
}

.block, .block--blue, .block--purp {
    border-radius: 20px 20px 0 0
}

.block--blue {
    background-color: #f3f7fc
}

.block--purp {
    background: linear-gradient(28.3deg, #292f6e 68.96%, #333b8c 88.13%)
}

.block-text {
    max-width: 500px;
    margin: 0 auto 42px;
    font-size: 16px;
    line-height: 22px
}

.block-top, .qa-form--inner h2 {
    text-align: center
}

.for-whom .cols {
    display: flex
}

.for-whom .block-title {
    margin-bottom: 24px
}

.for-whom__item {
    padding: 26px 20% 60px 26px;
    border-radius: 20px;
    position: relative;
    min-height: 208px;
    background: #fff;
    font-size: 16px;
    line-height: 22px
}

.for-whom__item-type {
    display: inline-block;
    vertical-align: top;
    padding: 1px 17px;
    background: #f3f7fc;
    border-radius: 8px;
    color: #323987;
    margin-bottom: 24px
}

.for-whom__item-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px
}

.for-whom__item-link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    color: #9e9e9e;
    padding-right: 32px;
    position: absolute;
    bottom: 26px;
    left: 26px;
    opacity: .75;
    transition: .3s opacity;
    background: url(/local/templates/vorobey/images/svg/arr-link.svg) no-repeat right center
}

.about-video:hover span, .for-whom__item-link:hover {
    opacity: 1
}

.for-whom__item-img {
    width: 40%;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 50px;
    background: no-repeat center;
    background-size: contain
}

.needed {
    background-color: #fff;
    padding-bottom: 40px
}

.needed-item {
    margin-bottom: 40px
}

.needed-item__top {
    padding: 34px 26px 10px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(228, 228, 228, .25);
    border-radius: 20px;
    min-height: 230px
}

.needed-item__img {
    background: no-repeat center;
    background-size: contain;
    width: 42px;
    height: 42px;
    margin-bottom: 24px
}

.needed-item__name {
    margin-bottom: 24px;
    max-width: 270px
}

.needed-item__bot-name span, .needed-item__name span {
    display: block;
    font-weight: 700
}

.needed-item__bot {
    background: #f3f7fc;
    box-shadow: 0 -2px 10px rgba(159, 180, 207, .25);
    border-radius: 20px;
    padding: 26px;
    min-height: 170px
}

.needed-item__do, .themes-block__title span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 8px
}

.needed-item__do {
    margin: 36px 0 8px;
    background: 0 0;
    padding: 1px 26px;
    position: relative
}

.needed-item__do:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 20px;
    background: url(/local/templates/vorobey/images/svg/arr-up.svg) no-repeat center;
    top: -35px;
    left: 0
}

.needed .block-title {
    margin-bottom: 42px
}

.themes {
    padding: 80px 0 0
}

.themes .block-title {
    color: #fff;
    text-align: center;
    margin-bottom: 42px
}

.themes-block {
    padding: 30px 0 0;
    position: relative;
    z-index: 1
}

.themes-block__top {
    text-align: center;
    margin-bottom: 20px
}

.themes-block__title {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 32px;
    font-weight: 700
}

.themes-block__title span {
    white-space: nowrap;
    font-weight: 400;
    padding: 1px 22px;
    background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
    position: absolute;
    left: calc(100% + 34px);
    top: 50%;
    transform: translateY(-50%);
    text-transform: none
}

.themes h3:last-child {
    margin-bottom: 32px
}

.themes-item {
    background: #fff;
    box-shadow: 0 -2px 10px rgba(159, 180, 207, .25);
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
    padding: 0 0 20px;
    margin-top: -20px
}

.themes-item:last-child {
    padding-bottom: 0
}

.drop-top:after, .themes-item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0
}

.themes-item:after {
    height: 50px;
    background-color: #fff;
    top: 100%;
    left: 0;
    z-index: -1
}

.themes-item__structure {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 8px;
    margin: 0 12px 12px 0;
    color: #000;
    padding: 0 15px;
    border: 2px solid #000
}

.themes-item__structure.type {
    background-color: #f3f7fc;
    border-color: #f3f7fc;
    color: #323987
}

.themes-item h4 {
    margin: 0 0 16px
}

.themes-item .drop-content {
    max-width: 1040px
}

.drop-top {
    position: relative;
    padding: 30px 50px 18px 0;
    cursor: pointer
}

.drop-top:after {
    width: 20px;
    height: 20px;
    background: url(/local/templates/vorobey/images/svg/plus.svg) no-repeat center, url(/local/templates/vorobey/images/svg/plus-hover.svg) no-repeat center;
    background-size: auto, 0;
    top: 34px;
    cursor: pointer;
    transition: all .3s
}

.drop-top.opened:after {
    transform: rotate(45deg)
}

.drop-content {
    display: none;
    padding: 0 0 67px;
    max-width: 1040px
}

.about {
    background: #fff;
    box-shadow: 0 -2px 10px rgba(226, 232, 240, .25);
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1
}

.about .col-2 {
    padding: 24px 0
}

.about-top .col-2:first-child {
    padding-right: 82px
}

.about-top h2:first-child {
    margin-top: 94px
}

.about-title {
    margin: 16px 0 0
}

.about-title span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #323987;
    background: #f3f7fc;
    border-radius: 8px;
    padding: 1px 17px
}

.about-title + .about-text {
    margin-top: 19px
}

.about-position {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #9e9e9e;
    margin: 6px 0 24px
}

.about-text {
    margin-bottom: 40px
}

.about-btn {
    width: 300px
}

.about .socials {
    margin-top: 16px
}

.about-video {
    display: block;
    background: #c4c4c4;
    border-radius: 20px;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (max-width: 480px) {
    .about-video {
        margin: 0 auto;
    }
}

.about-video img {
    display: block;
    width: 100%
}

.about-video span {
    display: block;
    width: 128px;
    height: 128px;
    background: url(/local/templates/vorobey/images/svg/video-btn.svg) no-repeat center;
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

@media screen and (max-width: 400px) {
    .about-video span {
        width: 64px;
        height: 64px;
        background-size: contain;
    }
}

.about-video:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, .25);
    content: ''
}

.about-bot .about-title {
    margin-bottom: 24px;
    text-align: center
}

.tariffs {
    background-color: #fff;
    padding: 20px 0 20px;
}

.tariffs .block-title {
    margin-bottom: 42px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .tariffs .block-title {
        margin-bottom: 22px;
    }
}

.tariffs-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.form form, .tariffs-item {
    display: block;
    border-radius: 20px
}

.tariffs-item {
    background: #f3f7fc;
    padding: 36px 36px 220px;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px 24px;

    display: flex;
    flex-flow: column nowrap;
}

.tariffs--inner .tariffs-item {
    padding: 32px 5px;
    margin: 10px;
    box-sizing: border-box;
    flex-basis: 31%;
}

.tariffs-item__bottom {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 36px
}

.tariffs--inner .tariffs-item__bottom {
    position: static
}

.tariffs-item__btn {
    padding: 19px;
    width: 100%;
    margin: 0 auto;
    max-width: 320px
}

.tariffs-item__price {
    vertical-align: top;
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin: 32px 0 16px;
    color: #000
}

.tariffs-item__price-old {
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    font-size: 24px;
    line-height: 32px;
    text-decoration: line-through
}

.tariffs-item__price-date {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #426ab5
}

.qa .drop-top h3, .tariffs-item__title {
    font-family: "Nunito", "Arial", sans-serif
}

.tariffs-item__title {
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 34px
}

.tariffs-item__title + .tariffs-item__tr {
    border-top: 1px solid #426ab545
}

.tariffs-item__tr {
    padding: 15px;
    border-bottom: 1px solid #426ab545;
    text-align: center
}

.tariffs-item__tr span {
    display: inline-block;
    vertical-align: top;
    max-width: 280px
}

.tariffs-item__tr.dis {
    color: rgba(0, 0, 0, .2)
}

.form {
    background: url(/local/templates/vorobey/images/form.png) no-repeat left 2px bottom -8px;
    background-size: auto 100%;
    padding-top: 81px
}

.form .block-title, .qa .block-title {
    max-width: 785px;
    margin: 0 auto 82px;
    text-align: center
}

.form form {
    margin-left: 44.5%;
    background: #fff;
    padding: 39px 44px 38px 33px;
    margin-bottom: 7px
}

.form form button {
    width: 100%;
    padding: 19px
}

.agree {
    font-size: 16px;
    line-height: 20px;
    color: #9e9e9e;
    margin-bottom: 19px
}

.qa {
    background-color: #fff;
    padding: 140px 0 0
}

.qa .block-title {
    margin: 0 auto 42px
}

.qa .drop, .qa-form {
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1
}

.qa .drop {
    background: #fff;
    box-shadow: 0 -2px 10px rgba(159, 180, 207, .25)
}

.qa .drop-top {
    padding: 30px 50px 32px 0
}

.qa .drop-top h3 {
    font-size: 20px;
    line-height: 27px
}

@media screen and (max-width: 480px) {
    .qa .drop-top h3 {
        font-size: 18px;
    }
}

.qa-form {
    padding: 80px 0;
    background: url(/local/templates/vorobey/images/qa.png) no-repeat right 4px bottom -235px #fff;
    background-size: auto 110%;
    box-shadow: 0 -2px 10px rgba(204, 204, 204, .25)
}

.qa-form form {
    width: 60%
}

.qa-form form button {
    width: 100%;
    margin-bottom: 24px
}

.qa-form .block-title {
    margin-bottom: 56px
}

.qa-form .input-wrap {
    line-height: 1;
    margin-bottom: 12px
}

.qa-form--inner {
    box-shadow: none;
    padding-top: 0;
    background: 0 0;
    max-width: 600px;
    margin: 0 auto
}

.qa-form--inner form {
    width: auto;
    display: block
}

.footer {
    background: #333;
    border-radius: 20px 20px 0 0;
    padding: 46px 0 38px;
    color: #fff
}

.footer-top {
    margin-bottom: 20px;
    position: relative
}

@media screen and (max-width: 400px) {
    .footer-top {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer a {
    color: #fff
}

.footer .logo {
    display: inline-block;
    vertical-align: top;
    position: static;
    width: 296px;
    margin-right: 100px
}

.footer-menu, .footer-menu a, .socials a {
    display: inline-block;
    vertical-align: top
}

.footer-menu a {
    margin-bottom: 16px
}

.footer .policy {
    font-size: 16px;
    line-height: 22px;
    opacity: .5
}

.footer .socials {
    position: absolute;
    top: -10px;
    right: -9px
}

.socials a {
    width: 49px;
    height: 49px;
    margin-right: 12px;
    background: url(/local/templates/vorobey/images/svg/soc.svg) no-repeat center;
    background-size: contain;
    position: relative
}

.socials a:last-child {
    margin-right: 0
}

.socials a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(/local/templates/vorobey/images/svg/inst.svg) no-repeat center, url(/local/templates/vorobey/images/svg/inst-hover.svg) no-repeat center;
    background-size: auto, 0
}

.socials a.fb:after {
    background: url(/local/templates/vorobey/images/svg/fb.svg) no-repeat center, url(/local/templates/vorobey/images/svg/fb-hover.svg) no-repeat center
}

.socials a.vk:after {
    background: url(/local/templates/vorobey/images/svg/vk.svg) no-repeat center, url(/local/templates/vorobey/images/svg/vk-hover.svg) no-repeat center
}
.socials a.tele:after {
    background: url(/local/templates/vorobey/images/svg/tele.svg) no-repeat center, url(/local/templates/vorobey/images/svg/tele.svg) no-repeat center
}

.socials a:hover:after {
    background-size: 0, auto
}

.popup, .tariffs-item__show {
    display: none
}

.popup {
    border-radius: 20px;
    background: #fff;
    width: 100%;
    max-width: 426px;
    padding: 57px 30px 58px
}

.popup--inline {
    display: block;
    margin: 40px auto
}

.popup-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin-bottom: 24px
}

.popup-btn {
    width: 100%;
    margin-bottom: 36px
}

.popup-link, .promocode {
    display: block;
    text-align: center
}

.popup-link {
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px
}

.popup-link span {
    border-bottom: 1px dashed #000
}

.popup .agree {
    padding: 0;
    margin: 0
}

.promocode {
    margin: 16px 0 24px
}

.promocode .input {
    padding: 10px 15px
}

.promocode-toggle {
    display: inline-block;
    border-bottom: 1px dashed #9e9e9e;
    color: #9e9e9e
}

.promocode-form {
    display: none;
    position: relative
}

.promocode-form .btn {
    height: 52px;
    line-height: 52px;
    padding: 0;
    width: 75px;
    position: absolute;
    top: 0;
    right: 0
}

.promocode-active {
    background: #fff;
    border: dashed 2px #aaa;
    padding: 8px 12px;
    position: relative;
    border-radius: 16px
}

.promocode-active span {
    display: block;
    line-height: 32px
}

.promocode-active span:nth-child(1) {
    font-family: monospace
}

.promocode-active span:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    color: #426ab5
}

.promocode-active a {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    opacity: .4
}

.promocode-active a:hover {
    opacity: 1
}

.welcome {
    padding-top: 90px;
    text-align: center;
    margin-bottom: 52px
}

.welcome-name {
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    margin: 0 12px
}

.welcome-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000;
    max-width: 540px;
    margin: 12px auto 0
}

.fancybox-content {
    border-radius: 20px;
    width: 100%;
    max-width: 420px
}

.fancybox-slide--video .fancybox-content {
    max-width: none
}

.form .wrap, .qa-form .wrap {
    max-width: 960px
}

.courses-tabs {
    margin: 60px 0
}

@media screen and (max-width: 400px) {
    .courses-tabs {
        margin: 0;
        display: flex;
    }
}

.courses-tab {
    display: inline-block;
    margin: 0 36px 0 0;
    padding: 14px 50px;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    border-radius: 20px;
    border: solid 2px #436bb5
}

.courses-tab.active {
    border: 0;
    padding: 16px 52px;
    background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
    color: #fff
}

.courses-tab.disabled {
    color: #8f8f8f;
    border: 2px solid #8f8f8f
}

.courses h1 {
    max-width: 1050px
}

.courses h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    margin: 0 0 20px
}

.block-items {
    margin: 50px 0 100px
}

.block-item {
    background: #f6f6f6;
    border-radius: 20px;
    margin: 0 0 20px;
    padding: 34px;
    display: flex
}

.block-item--active {
    background: #f3f7fc
}

.block-item-lesson:last-child, .block-item:last-child, .lesson-detail-file:last-child {
    margin-bottom: 0
}

.block-item-left {
    width: 30%
}

.block-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 12px
}

.block-item-lesson {
    margin: 0 0 24px;
    background: no-repeat left top
}

.block-item-lesson > a, .block-item-lesson > span {
    display: block;
    padding-left: 40px;
    line-height: 24px
}

.block-item-lesson a:hover {
    color: #3d5da4
}

.block-item-lesson--lock {
    color: #8f8f8f;
    background-image: url(/local/templates/vorobey/./images/lesson-status-lock.svg)
}

.block-item-lesson--done {
    background-image: url(/local/templates/vorobey/./images/lesson-status-done.svg)
}

.block-item-lesson--play {
    background-image: url(/local/templates/vorobey/./images/lesson-status-play.svg)
}

.block-item-desc {
    font-size: 16px;
    line-height: 22px;
    color: #8f8f8f
}

.block-item-list {
    width: 50%
}

.block-item-button {
    width: 20%;
    text-align: right
}

.block-item-button a {
    padding: 14px 50px
}

.lesson {
    margin: 40px 0 200px;
    display: flex
}

.lesson h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px;
    font-weight: 400
}

.lesson-list {
    width: 385px;
    margin-right: 50px
}

.lesson-list-item {
    display: block;
    border-radius: 20px;
    padding: 25px 25px 25px 65px;
    color: #000;
    background: no-repeat 26px 26px
}

.lesson-list-item-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700
}

.lesson-list-item-desc {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px
}

.lesson-list-item--active {
    background-color: #f3f7fc
}

.lesson-list-item--lock {
    color: #8f8f8f;
    background-image: url(/local/templates/vorobey/./images/lesson-status-lock.svg)
}

.lesson-list-item--done {
    background-image: url(/local/templates/vorobey/./images/lesson-status-done.svg)
}

.lesson-list-item--play {
    background-image: url(/local/templates/vorobey/./images/lesson-status-play.svg)
}

.lesson-detail {
    width: calc(100% - 435px)
}

.lesson-detail-text {
    margin: 25px 0 40px
}

.lesson-detail-text a {
    color: #375196;
    border-bottom: solid 1px rgba(55, 81, 150, .4)
}

.lesson-detail-files {
    margin-bottom: 50px
}

.lesson-detail-file {
    max-width: 550px;
    margin-bottom: 15px
}

.lesson-detail-file a {
    padding-left: 25px;
    background: no-repeat 0 3px url(/local/templates/vorobey/./images/icon-file.svg);
    background-size: 20px 20px;
    display: inline-block;
    color: #375196
}

.lesson-detail-file a span {
    border-bottom: solid 1px rgba(55, 81, 150, .4)
}

.lesson-detail video {
    width: 100%
}

.lesson-detail .video {
    display: block;
    position: relative;
    line-height: 0;
    border-radius: 16px;
    overflow: hidden
}

.lesson-detail .video video {
    line-height: 0
}

.lesson-detail .video a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, .5) no-repeat center center url(/local/templates/vorobey/./images/svg/video-btn.svg)
}

.lesson-detail-answer-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    margin: 32px 0 8px
}

.lesson-detail-answer-desc {
    color: #8f8f8f;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 8px
}

.lesson-detail-comment {
    margin: 40px 0 25px;
    padding: 20px 20px 20px 90px;
    background: #f3f7fc no-repeat 25px 25px url(/local/templates/vorobey/./images/tamara.png);
    background-size: 42px auto;
    border-radius: 20px
}

.timing {
    opacity: .3;
    white-space: nowrap;
    font-size: 16px;
    margin: 2px 0 0;
    display: block;
    font-weight: 400;
    padding-left: 24px;
    background: no-repeat left center url(/local/templates/vorobey/./images/icon-timer.svg);
    background-size: 16px 16px
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.responses {
    white-space: nowrap;
    margin: 32px 0;
    padding: 0 48px
}

.response {
    vertical-align: top;
    display: inline-block;
    margin: 0 16px;
    white-space: normal;
    padding: 24px;
    width: 375px;
    background: #fff;
    border-radius: 16px
}

.response-more {
    display: none
}

.response-more-link {
    color: #3b5998;
    border-bottom: dashed 1px #3b5998
}

.response-more.fancybox-content {
    max-width: 600px
}

.ofh {
    overflow: hidden
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    transform: scale(.6);
    left: auto;
    top: 60px;
    margin: 0
}

.swiper-button-next {
    right: 16px
}

.swiper-button-prev {
    right: 64px
}

@media (min-width: 769px) {
    .themes-item:hover {
        background: linear-gradient(28.3deg, #292f6e 68.96%, #333b8c 88.13%);
        color: #fff
    }

    .themes-item:hover .themes-item__title h4 {
        color: #fff
    }

    .themes-item:hover .themes-item__structure {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
        opacity: .5
    }

    .themes-item:hover .drop-top:after {
        background-size: 0, auto
    }
}

@media (max-width: 768px) {
    body, html {
        font-size: 16px;
        line-height: 22px
    }

    .h1, h1 {
        font-size: 20px;
        line-height: 24px
    }

    .h2, h2 {
        font-size: 28px;
        line-height: 36px
    }

    .wrap {
        padding: 0 16px
    }

    .btn {
        padding: 15px 25px
    }

    .block {
        padding: 65px 0
    }

    .top-menu {
        display: none;
        margin: 60px 0 0;
        padding: 0;
        text-align: center
    }

    .top-menu a {
        padding: 1px 12px;
        background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
        border-radius: 20px;
        color: #fff;
        margin-right: 12px;
        font-weight: 400
    }

    .top-menu a:last-child {
        margin-right: 0
    }

    .logo {
        width: 160px;
        left: 16px;
        top: 18px
    }

    .header {
        padding-top: 20px
    }

    .header .wrap {
        position: static
    }

    .header-btn {
        width: 110px;
        position: absolute;
        top: 15px;
        right: 16px;
        padding: 6px 16px;
        font-size: 14px
    }

    .header-btn--personal {
        width: auto
    }

    .main {
        padding-top: 100px
    }

    .main-top {
        margin-bottom: 40px
    }

    .main-top:after {
        display: none
    }

    .main-top__info {
        margin-bottom: 20px;
        width:97% !important;
    }

    .main-top__info .btn {
        padding: 15px
    }

    .main-top__img, .main-top__info {
        display: block;
        width: 100%;
        padding: 0
    }

    .main-top__img img {
        width: 100%;
        margin: 0
    }

    .main-top__img .start {
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .1));
        left: auto;
        top: auto;
        right: 0;
        bottom: 20px
    }

    .lesson-detail video, .main-top__text {
        margin-bottom: 20px
    }

    .main-top h1 {
        font-size: 24px;
        line-height: 28px
    }

    .main-top .main-top__title a {
        font-size: 30px;
    }

    .main-top__item {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        text-align: center
    }

    .main-top__item:after {
        width: 30px;
        height: 30px;
        top: 100%;
        left: 50%;
        transform: rotate(90deg)
    }

    .col-2 {
        width: 100%;
        margin: 0 0 24px
    }

    .col-2, .for-whom .cols {
        display: block
    }

    .for-whom__item {
        padding-right: 40%;
        padding-bottom: 70px
    }

    .for-whom__item-img {
        width: 35%;
        top: 60px;
        right: 10px;
        bottom: 70px
    }

    .needed .col-4 {
        display: block;
        width: auto
    }

    .needed-item__bot, .needed-item__top {
        min-height: auto
    }

    .themes {
        padding-bottom: 0
    }

    .themes-block__title {
        font-size: 24px
    }

    .themes-block__title span {
        position: static;
        display: block;
        transform: none
    }

    .about .col-2 {
        padding: 0;
        margin: 0
    }

    .about .col-2:first-child {
        padding: 0;
        margin-top: 32px
    }

    .about-top {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 65px
    }

    .about-top h2:first-child {
        margin-top: 0
    }

    .about-title span {
        display: block;
        margin: 10px 0;
        width: 134px
    }

    .about-text {
        margin-bottom: 24px
    }

    .about-video {
        margin-left: 0
    }

    .tariffs {
        margin: 18px 0 41px
    }

    .tariffs-items {
        flex-direction: column;
        margin: 0 -16px
    }

    .tariffs .col-3 {
        display: block;
        width: 100%;
        margin: 0 0 24px
    }

    .tariffs-item {
        padding: 20px
    }

    .tariffs-item__bottom {
        bottom: 20px;
        position: static
    }

    .tariffs-item__title {
        margin-bottom: 24px
    }

    .tariffs-item__tr {
        padding: 8px
    }

    .tariffs-item__tr span {
        max-width: 100%
    }

    .tariffs-item__tr.dis {
        display: none
    }

    .tariffs-item__btn {
        bottom: 26px;
        position: static;
        width: 100%;
        transform: none;
        margin-bottom: 10px
    }

    .tariffs-item__price {
        display: block;
        position: static;
        font-size: 24px;
        transform: none
    }

    .tariffs-item:last-child .tariffs-item__title {
        margin-bottom: 24px
    }

    .tariffs-item:last-child .tariffs-item__title span {
        transform: none;
        top: 9px;
        right: 0;
        padding: 1px 5px;
        left: auto;
        font-size: 14px
    }

    .tariffs-item__show {
        display: block;
        text-align: center;
        margin: 0 0 10px;
        font-size: 16px;
        line-height: 22px;
        color: #323987;
        background: #f3f7fc;
        border-radius: 20px;
        padding: 15px
    }

    .tariffs-item.opened .tariffs-item__tr {
        display: block
    }

    .form {
        background: 0 0
    }

    .form .block-title {
        margin-bottom: 40px
    }

    .form form {
        margin-left: 0;
        padding: 30px 20px;
        position: relative
    }

    .form form .agree {
        margin: 80px 0 0
    }

    .form form button {
        padding: 15px;
        position: absolute;
        top: 244px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
        display: block
    }

    .agree {
        padding: 0;
        font-size: 14px
    }

    .qa-form {
        padding: 65px 0;
        margin-bottom: -65px;
        background: 0 0
    }

    .footer .logo, .qa-form .block-title {
        margin-bottom: 32px
    }

    .qa-form form {
        width: 100%
    }

    .footer .logo {
        width: 100%;
        max-width: 290px;
        margin-right: 0
    }

    .footer-menu {
        display: block
    }

    .footer .socials {
        position: static;
        margin-top: 40px
    }

    .welcome {
        padding-top: 50px;
        margin-bottom: 32px
    }

    .welcome-name {
        font-size: 30px;
        line-height: 40px
    }

    .tariffs--inner {
        padding-bottom: 65px;
        margin-bottom: 0
    }

    .qa-form--inner {
        padding-top: 0;
        margin-bottom: 0
    }

    .popup {
        padding: 40px 20px 50px
    }

    .courses-tabs {
        margin: 30px -16px;
        padding: 0 16px;
        white-space: nowrap;
        overflow: auto
    }

    .courses-tab {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 16px 0 0
    }

    .courses-tab.active {
        padding: 12px 22px
    }

    .courses h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 8px
    }

    .block-items {
        margin: 20px 0 40px
    }

    .block-item {
        padding: 20px;
        flex-direction: column
    }

    .block-item-left {
        width: auto;
        margin: 0 0 16px
    }

    .block-item-title {
        margin-bottom: 8px
    }

    .block-item-list {
        width: auto;
        margin: 0 0 20px
    }

    .block-item-button {
        width: auto
    }

    .block-item-button a {
        display: block;
        width: auto;
        max-width: 375px
    }

    .lesson {
        margin: 20px 0 40px;
        flex-direction: column
    }

    .lesson-list {
        order: 2;
        width: auto;
        margin: 0
    }

    .lesson-list-item {
        padding: 16px 16px 16px 52px;
        background-position: 16px 17px
    }

    .lesson-list-item-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400
    }

    .lesson-detail {
        order: 1;
        width: auto;
        margin-bottom: 20px
    }

    .lesson-detail .video {
        border-radius: 0
    }

    .lesson-detail .btn {
        display: block
    }

    .lesson-detail-answer-desc, .lesson-detail-answer-title {
        font-size: 16px;
        line-height: 22px
    }

    .lesson-detail-answer .btn {
        display: block;
        width: 100%
    }

    .lesson-detail-comment {
        margin: 20px 0
    }
}

@media (max-width: 400px) {
    .block {
        padding: 15px 0
    }
    .courses-tabs {
        margin: 10px 0 0 0;
        padding: 0 0px;
        white-space: nowrap;
        overflow: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .courses-tabs a{
        flex-basis: 15%;
        margin: 5px 5px;
        box-sizing: border-box;
        padding: 5px !important;
        font-size: 12px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .responses {
        padding: 0
    }

    .response {
        max-width: calc(100% - 32px)
    }
}

@media (max-width: 480px) {
    .tariffs {
        margin: 10px 0 11px
    }
}
@media (max-width: 400px) {
    .footer {
        padding: 30px 0 9px;
    }
    .footer .logo {
        width: 100%;
        max-width: 190px;
        margin-right: 0;
        flex-basis: 50%;
    }
    .footer-menu {
        flex-basis: 50%;
    }
    .footer-menu div{
        margin-left: 50px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
    }
    .footer .socials{
        flex-basis: 100%;
        display: flex;
        justify-content: end;
        margin-right: 20px;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .socials a{
        width: 28px;
        height: 28px;
    }
    .socials a:last-child{
        margin-right: 20px;
    }
    .socials a.vk:after, .socials a.tele:after{
        background-size: 50%;
    }
}

.payment-status {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    max-height: 43px;
    overflow: hidden;
    border: 1px solid #d3d7dd;
    margin-top: 25px;
}

.payment-status ul{
    display: flex;
    width: 100%;
    list-style: none;
}

.payment-status-item {
    width:50%;
    background: #ffffff;
    color: #0085d6;
}

.select-payment {
    width:100%;
}
#payment-tabs {
    cursor: pointer;
    width:100%;
    margin-top: 30px;
    display: flex;
}
.payment-page{
    min-height: 100vh;
}

@media screen and (max-width: 400px) {
    .payment-page
    {
        margin-top: 22px;
    }
}
#payment-tabs div{
    flex-basis:50%;
    font-family: "Rubik", "Nunito", "Arial", sans-serif;
    font-size: 18px;
    text-align: center;
    border: solid 1px #d9dadc;
    border-bottom: none;
    padding: 10px;
    background-color: #DEDEDE;
    color: #9A9A9A;
}
#payment-tabs div.active{
    background-color: #F0F0F0;
    color: #000;
}
.select-payment-item {
    display: none;
    background-color: white;
    border-radius: 2px;
    border: solid 1px #d9dadc;
    padding: 13px 23px 13px 15px;
    background-color: #F0F0F0;
}
.select-payment-item > div {
    margin-bottom: 15px;
}
.select-payment-item.active {
    display: block;
}
.select-payment-item img.online{
    height: 22px;
}
.select-payment-item img.tink{
    height: 74px;
    margin-right: 55px;
}

.select-payment-row{
    cursor: pointer;
    background-color: #fff;
    padding: 30px 25px;
    box-shadow: rgba(38, 38, 38, 0.04) 0px 1px 2px, rgba(38, 38, 38, 0.16) 0px 4px 8px;
    transition: all 0.3s ease 0s;
}
.select-payment-row h4{
    margin: 0;
}
.select-payment-row:hover{
    border-color: rgba(38, 38, 38, 0.16);
    box-shadow: rgb(38 38 38 / 4%) 0px 1px 2px, rgb(38 38 38 / 16%) 0px 8px 16px;
}

.payment-status-item a{
    color: #76bc21;
    display: block;
    z-index: 1;
    position: relative;
    background: url(/local/templates/vorobey/../../images/redesign2.3/basketNavArrow.png) no-repeat 100% 0px;
    text-align: center;
}

.payment-status-item span{
    text-align: center;
    float: left;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    color: #555555;
    background: url(/local/templates/vorobey/../../images/redesign2.3/basketNavArrow.png) no-repeat 100% -82px;
}
/* End */


/* Start:/local/templates/vorobey/fonts/style.css?16871673559354*/
@font-face {
    font-family: 'montserrat';
    src: url('/local/templates/vorobey/fonts/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratL';
    src: url('/local/templates/vorobey/fonts/Montserrat-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratM';
    src: url('/local/templates/vorobey/fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratB';
    src: url('/local/templates/vorobey/fonts/Montserrat-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratBk';
    src: url('/local/templates/vorobey/fonts/Montserrat-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-Variable';
    src: url('/local/templates/vorobey/fonts/Nunito-Variable.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Variable.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Variable.ttf') format('truetype');
    font-weight: 200 1000;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-VariableItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-VariableItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-VariableItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-VariableItalic.ttf') format('truetype');
    font-weight: 200 1000;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-ExtraLight';
    src: url('/local/templates/vorobey/fonts/Nunito-ExtraLight.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraLight.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-ExtraLightItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-ExtraLightItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraLightItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-Light';
    src: url('/local/templates/vorobey/fonts/Nunito-Light.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Light.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-LightItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-LightItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-LightItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-Regular';
    src: url('/local/templates/vorobey/fonts/Nunito-Regular.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Regular.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-Italic';
    src: url('/local/templates/vorobey/fonts/Nunito-Italic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Italic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Italic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-Medium';
    src: url('/local/templates/vorobey/fonts/Nunito-Medium.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Medium.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-MediumItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-MediumItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-MediumItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('/local/templates/vorobey/fonts/Nunito-SemiBold.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-SemiBold.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-SemiBoldItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-SemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-SemiBoldItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-Bold';
    src: url('/local/templates/vorobey/fonts/Nunito-Bold.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Bold.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-BoldItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-BoldItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-BoldItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('/local/templates/vorobey/fonts/Nunito-ExtraBold.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraBold.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-ExtraBoldItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-ExtraBoldItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraBoldItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-display: swap;
    font-style: italic;
}


@font-face {
    font-family: 'Nunito-Black';
    src: url('/local/templates/vorobey/fonts/Nunito-Black.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-Black.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Nunito-BlackItalic';
    src: url('/local/templates/vorobey/fonts/Nunito-BlackItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/Nunito-BlackItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/Nunito-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikBlack';
    src: url('/local/templates/vorobey/fonts/RubikBlack.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikBlack.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikBlack.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikBlack.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'RubikBlackItalic';
    src: url('/local/templates/vorobey/fonts/RubikBlackItalic.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikBlackItalic.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikBlackItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikBold';
    src: url('/local/templates/vorobey/fonts/RubikBold.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikBold.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikBold.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikBold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'RubikBoldItalic';
    src: url('/local/templates/vorobey/fonts/RubikBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/vorobey/fonts/RubikBoldItalic.woff2') format('woff2'),
    url('/local/templates/vorobey/fonts/RubikBoldItalic.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikBoldItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikItalic';
    src: url('/local/templates/vorobey/fonts/RubikItalic.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikItalic.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikItalic.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikLight';
    src: url('/local/templates/vorobey/fonts/RubikLight.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikLight.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikLight.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikLight.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'RubikLightItalic';
    src: url('/local/templates/vorobey/fonts/RubikLightItalic.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikLightItalic.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikLightItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikMedium';
    src: url('/local/templates/vorobey/fonts/RubikMedium.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikMedium.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikMedium.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikMedium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'RubikMediumItalic';
    src: url('/local/templates/vorobey/fonts/RubikMediumItalic.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikMediumItalic.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikMediumItalic.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikMediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'RubikRegular';
    src: url('/local/templates/vorobey/fonts/RubikRegular.otf') format('otf'),
    url('/local/templates/vorobey/fonts/RubikRegular.eot') format('eot'),
    url('/local/templates/vorobey/fonts/RubikRegular.woff') format('woff'),
    url('/local/templates/vorobey/fonts/RubikRegular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

/* End */


/* Start:/local/templates/vorobey/css/main.css?173055426260801*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
sub,
sup,
b,
u,
i,
ol,
ul,
li,
form,
label,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none medium;
}
html,
body {
  font-family: "Nunito-Regular", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
header,
footer {
  display: block;
}
ol,
ul {
  list-style: none;
}
input,
textarea {
  font-size: 14px;
  line-height: 1;
  color: #000;
  background: none;
  resize: none;
}
a {
  text-decoration: none;
}
sup {
  font-size: 60%;
}
.content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .content-wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 0 15px;
  }
}
.main {
  padding-top: 123px;
  min-height: 80vh;
}

@media screen and (max-width: 600px) {
  .main{
    padding-top: 63px;
  }
}

@media screen and (max-width: 400px) {
  .main{
    padding-top: 63px;
  }
}

.main-top {
  margin-bottom: 80px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
.main-top .main-top__title a {
  font-size: 64px;
}

@media screen and (max-width: 600px) {
  .main-top .main-top__title a {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 400px) {
  .main-top .main-top__title a {
    line-height: 36px;
    font-size: 36px !important;
  }
}

.main-top h1 {
  font-size: 54px;
  line-height: 64px;
  margin: 0 0 24px;
}
.wrap {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 600px) {
  .wrap {
    padding: 0 20px;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 17px 20px;
  cursor: pointer;
  background: -webkit-linear-gradient(7.49deg, #292f6e 24.57%, #599ff3 116.71%);
  background: -o-linear-gradient(7.49deg, #292f6e 24.57%, #599ff3 116.71%);
  background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
  -webkit-box-shadow: 2px 4px 2px rgba(191,191,191,0.25);
          box-shadow: 2px 4px 2px rgba(191,191,191,0.25);
  border-radius: 16px;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-filter;
  transition: 0.3s opacity, 0.3s -webkit-filter;
  -o-transition: 0.3s opacity, 0.3s filter;
  transition: 0.3s opacity, 0.3s filter;
  transition: 0.3s opacity, 0.3s filter, 0.3s -webkit-filter;
}
.main-top__info {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  padding-right: 10px;
  padding-top: 84px;
  margin-bottom: 70px;
  z-index: 1;
}
.main-top__info .btn {
  width: 300px;
  padding: 19px;
}
.main-top__text {
  max-width: 515px;
  margin-bottom: 60px;
}
.main-top__title a {
  color: #364d92;
}
.main-top__img {
  width: 36%;
}
.main-top__img .start-new {
  position: absolute;
  left: -42px;
  top: 37.5%;
  padding: 40px 42px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-family: "Rubik", "Nunito", "Arial", sans-serif;
  z-index: 2;
}
.main-top__img img {
  display: block;
  width: 114%;
  position: relative;
  z-index: 0;
  margin-left: -11px;
  margin-bottom: -32px;
}
.btn:hover {
  color: #fff;
  background: #292f6e;
}
.btn-big {
  font-weight: 900;
  font-size: 40px;
  line-height: 55px;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
  border-radius: 24px;
  padding: 16px 40px;
}

@media screen and (max-width: 600px) {
  .btn-big{
    width: 395px !important;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
  }
  .about-btn{
    width: 320px !important;
    font-size: 19px !important;
  }

  .main-top__info .btn {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .btn-big{
    width: 395px !important;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    border-radius: 16px;
  }

  .main-top__info {
    margin-bottom: 35px;
  }
}


.main-page {
  padding-top: 0;
}
.main-page h2 {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-family: 'RubikBold';
}
.main-page .main-top {
  padding-top: 23px;
  margin-bottom: 0;
  padding-bottom: 86px;
}
@media screen and (max-width: 959px) {
  .main-page .main-top {
    padding-top: 3px;
    padding-bottom: 146px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top {
    padding-bottom: 91px;
  }
}
.main-page .main-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-page .main-top .wrap .main-top__info {
  padding-top: 17px;
  width: 62%;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__info {
    width: calc(100% - 10px);
  }
}
.main-page .main-top .wrap .main-top__title {
  padding-top: 172px;
  font-size: 64px;
  line-height: 76px;
  font-family: 'RubikBold';
  margin-bottom: 8px;
}


@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__title {
    padding-top: 56px;
    max-width: 400px;
    line-height: 64px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .main-top__title {
    font-size: 42px;
    line-height: 42px;
    padding-top: 0;
  }
}

.main-page .main-top .wrap .main-top__title a {
  margin-left: 0.4ex;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__title a {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .main-top__title a {
    font-size: 42px;
  }
}
.main-page .main-top .wrap .main-top__text {
  font-size: 20px;
  line-height: 27px;
  max-width: 580px;
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__text {
    max-width: 400px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .main-top__text {
    line-height: 18px;
    font-size: 13px;
    width: 240px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .main-top .wrap .main-top__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
}
.main-page .main-top .wrap .btn {
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  width: 411px;
  text-transform: none;
  border-radius: 24px;
  padding: 16px;
}
.main-page .main-top .wrap .main-top__text-bottom {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  font-size: 20px;
  line-height: 27px;
  color: #525252;
}
.main-page .main-top .wrap .main-top__text-bottom span:last-of-type {
  margin-left: 0.5ex;
}
.main-page .main-top .wrap .main-top__img {
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__img {
    width: 10px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .main-top__text-bottom {
    font-size: 13px;
    line-height: 13px;
    width: 240px;
  }

  .main-page .main-top .wrap .btn {
    font-weight: 900;
    font-size: 20px;
    line-height: 21px;
    width: 260px;
    border-radius: 12px;
    padding: 16px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .main-top .wrap .main-top__text-bottom {
    font-size: 13px;
    line-height: 13px;
    width: 240px;
  }

  .main-page .main-top .wrap .btn {
    font-weight: 900;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    border-radius: 14px;
    padding: 9px 13px;
  }
}
.main-page .main-top .wrap .main-top__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - -27px), calc(-50% - -1px));
      -ms-transform: translate(calc(-50% - -27px), calc(-50% - -1px));
          transform: translate(calc(-50% - -27px), calc(-50% - -1px));
  width: 573px;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .main-top__img img {
    -webkit-transform: translate(calc(-50% - 94px), calc(-50% - -116px));
        -ms-transform: translate(calc(-50% - 94px), calc(-50% - -116px));
            transform: translate(calc(-50% - 94px), calc(-50% - -116px));
    width: 460px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .main-top__img img {
    -webkit-transform: translate(calc(-50% - 45px), calc(-50% - -116px));
        -ms-transform: translate(calc(-50% - 45px), calc(-50% - -116px));
            transform: translate(calc(-50% - 45px), calc(-50% - -116px));
    width: 300px;
    top: 41%;
  }
}
@media screen and (max-width: 400px) {
  .main-page .main-top .wrap .main-top__img img {
    margin-left: 39px;
    width: 270px;
    top: 38%;
  }
}
.main-page .main-top .wrap .start-new {
  padding: 24px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 181px), calc(-50% - -192px));
      -ms-transform: translate(calc(-50% - 181px), calc(-50% - -192px));
          transform: translate(calc(-50% - 181px), calc(-50% - -192px));
  width: 417px;
}
.main-page .main-top .wrap .start-new span{

}

@media screen and (max-width: 1080px) {
  .main-page .main-top .wrap .start-new {
    -webkit-transform: translate(-50%, calc(-50% - -192px));
        -ms-transform: translate(-50%, calc(-50% - -192px));
            transform: translate(-50%, calc(-50% - -192px));
  }
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .start-new {
    top: 50%;
    width: 483px;
    -webkit-transform: translate(calc(-50% - 284px), calc(-50% - -336px));
        -ms-transform: translate(calc(-50% - 284px), calc(-50% - -336px));
            transform: translate(calc(-50% - 284px), calc(-50% - -336px));
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .start-new {
    width: 333px;
    top: 17%;
    padding: 10px 15px 10px 10px;
    -webkit-transform: translate(calc(-50% - 204px), calc(-50% - -336px));
        -ms-transform: translate(calc(-50% - 204px), calc(-50% - -336px));
            transform: translate(calc(-50% - 204px), calc(-50% - -336px));
  }
}
@media screen and (max-width: 400px) {
  .main-page .main-top .wrap .start-new {
    top: 4%;
    padding: 10px 15px 10px 10px;
    width: 316px;
    left: 40px;
  }
}
.main-page .main-top .wrap .start-new ul li {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 959px) {
  .main-page .main-top .wrap .start-new ul li {
    letter-spacing: -0.1px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .start-new ul li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .main-top .wrap .start-new ul li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
  }
}
.main-page .main-top .wrap .start-new ul li::before {
  background-color: #000;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
  content: '';
  display: block;
  top: 11px;
  left: 11px;
}

@media screen and (max-width: 600px) {
  .main-page .main-top .wrap .start-new ul li::before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}

.main-page .main-top .wrap .start-new ul li span {
  color: #364D92;
}
.future-events {
  background: rgba(89,162,249,0.2);
  border-radius: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding: 16px 20px 16px 65px;
  position: relative;
  width: 95%;
}

.future-events::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  border: 4px solid #fff;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#90eb81), to(#26c10d));
  background: -webkit-linear-gradient(top, #90eb81 0%, #26c10d 100%);
  background: -o-linear-gradient(top, #90eb81 0%, #26c10d 100%);
  background: linear-gradient(180deg, #90eb81 0%, #26c10d 100%);
}

@media screen and (max-width: 959px) {
  .future-events {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .future-events {
    line-height: 18px;
    font-size: 13px;
    padding: 8px 10px 8px 45px;
  }

  .future-events::before {
    left: 12px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 400px) {
  .future-events {
    width: 100%;
  }
}

.insert-text-1 {
  background: #deecfe;
  padding-top: 50px;
  padding-bottom: 46px;
}
.insert-text-1 p {
  font-family: 'RubikBoldItalic';
  font-style: italic;
  font-weight: 900;
  font-size: 48px;
  line-height: 57px;
  text-align: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: #364d92;
}
@media screen and (max-width: 959px) {
  .insert-text-1 p {
    font-size: 40px;
    line-height: 47px;
  }
}
@media screen and (max-width: 600px) {
  .insert-text-1 p {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 400px) {
  .insert-text-1 p {
    font-size: 20px;
    line-height: 23px;
  }
}
.block-steps {
  padding-top: 131px;
  padding-bottom: 96px;
}
@media screen and (max-width: 959px) {
  .block-steps {
    padding-top: 131px;
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 600px) {
  .block-steps {
    padding-top: 60px;
    font-size: 17px;
  }
}
.step {
  margin-right: auto;
  margin-left: auto;
  max-width: 1195px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .step {
    max-width: 655px;
    padding-left: 55px;
    margin-bottom: 100px;
  }
  .step .steps__item {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .step {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .step {
    padding-left: 40px;
    margin-bottom: 65px;
  }
}
.step--1 .steps__item {
  background: -webkit-linear-gradient(46.01deg, #292f6e 24.92%, #3876c1 133.3%);
  background: -o-linear-gradient(46.01deg, #292f6e 24.92%, #3876c1 133.3%);
  background: linear-gradient(43.99deg, #292f6e 24.92%, #3876c1 133.3%);
  max-width: 47%;
  padding: 32px;
  color: #fff;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .step--1 .steps__item {
    max-width: none;
    padding: 32px 32px 32px 72px;
  }
}
@media screen and (max-width: 600px) {
  .step--1 .steps__item {
    max-width: none;
    padding: 22px 22px 22px 52px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--1 .steps__item:before {
    width: 55px;
    height: 55px;
    background-size: 50%;
  }
}
@media screen and (max-width: 400px) {
  .step--1 .steps__item {
    max-width: none;
    padding: 18px 18px 18px 42px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--1 .steps__item:before {
    width: 35px;
    height: 35px;
    background-size: 50%;
  }
}
.step--1 .steps__item::before {
  background-image: url("/local/templates/vorobey/images/question.svg");
}
.step--1 .steps__item::after {
  width: 150px;
  height: 70px;
  background-image: url("/local/templates/vorobey/images/arrow-right-down.svg");
  right: -225px;
  top: 30px;
}
@media screen and (max-width: 959px) {
  .step--1 .steps__item::after {
    width: 60px;
    height: 60px;
    background-image: url("/local/templates/vorobey/images/arrow-down.svg");
    top: auto;
    bottom: -80px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 400px) {
  .step--1 .steps__item {
    box-shadow: 0px 19px 56px rgba(0,0,0,0.3);
  }
  .step--1 .steps__item::after {
    width: 40px;
    height: 40px;

    background-size: 30px 30px;
    bottom: -50px;
  }
}
.step--2 {
  padding-right: 10px;
  margin-top: -34px;
}
@media screen and (max-width: 959px) {
  .step--2 {
    margin-top: 0;
    margin-bottom: 64px;
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .step--2 {
    margin-bottom: 40px;
  }
}
.step--2 .steps__item {
  background: #fff;
  max-width: 47%;
  margin-left: auto;
  font-size: 22px;
  line-height: 30px;
  padding: 32px 44px 32px 52px;
}
@media screen and (max-width: 959px) {
  .step--2 .steps__item {
    max-width: none;
    padding: 32px 32px 32px 72px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .step--2 .steps__item {
    max-width: none;
    padding: 22px 22px 22px 52px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--2 .steps__item:before {
    width: 55px;
    height: 55px;
    background-size: 12%;
  }
}
@media screen and (max-width: 400px) {
  .step--2 .steps__item {
    max-width: none;
    padding: 18px 18px 18px 42px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--2 .steps__item:before {
    width: 35px;
    height: 35px;
    background-size: 12%;
  }
}

.step--2 .steps__item::before {
  background-image: url("/local/templates/vorobey/images/i.svg");
}
.step--3 {
  padding-right: 10px;
  padding-top: 45px;
  padding-left: 120px;
}
@media screen and (max-width: 959px) {
  .step--3 {
    padding-left: 55px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .step--3 {
    padding-top: 25px;
    padding-left: 45px;
  }
}
.step--3 .steps__item {
  background: #fff;
  max-width: 57%;
  font-size: 22px;
  line-height: 30px;
  padding: 32px 32px 32px 64px;
  letter-spacing: -1px;
}
@media screen and (max-width: 959px) {
  .step--3 .steps__item {
    max-width: none;
    padding: 32px 32px 32px 72px;
    font-size: 14px;
  }
}

.step--3 .steps__item::before {
  right: auto;
  left: -50px;
  top: -50px;
  background-image: url("/local/templates/vorobey/images/check-mark.svg");
}

@media screen and (max-width: 600px) {
  .step--3 .steps__item {
    max-width: none;
    padding: 22px 22px 22px 52px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--3 .steps__item:before {
    width: 55px;
    height: 55px;
    background-size: 50%;
  }
}
@media screen and (max-width: 400px) {
  .step--3 .steps__item {
    max-width: none;
    padding: 18px 18px 18px 42px;
    line-height: 19px;
    font-size: 14px;
  }

  .step--3 .steps__item:before {
    width: 35px;
    height: 35px;
    left: -40px;
    top: -30px;
    background-size: 50%;
  }
}

.step--3 .steps__item::after {
  width: 140px;
  height: 140px;
  background-image: url("/local/templates/vorobey/images/arrow-down-left.svg");
  right: -175px;
  top: -20px;
}
@media screen and (max-width: 959px) {
  .step--3 .steps__item::after {
    width: 60px;
    height: 60px;
    background-image: url("/local/templates/vorobey/images/arrow-down.svg");
    top: -90px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 400px) {
  .step--3 .steps__item::after {
    width: 40px;
    height: 40px;

    background-size: 30px 30px;
    top: -50px;
  }
}
.steps__item {
  font-family: 'montserrat';
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  position: relative;
}
.steps__item::before {
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 82px;
  height: 82px;
  border: 14px solid #e4e6f0;
  top: -35px;
  right: -36px;
}
@media screen and (max-width: 959px) {
  .steps__item::before {
    right: auto;
    left: -55px;
  }
}
@media screen and (max-width: 600px) {
  .steps__item {
    border-radius: 21px;
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .steps__item::before {
    left: -40px;
  }
}
.steps__item::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.steps__title {
  font-size: 26px;
  line-height: 32px;
  color: #364d92;
  margin-bottom: 15px;
}
.steps-p {
  padding-top: 45px;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  font-family: 'RubikMedium';
}
@media screen and (max-width: 959px) {
  .steps-p {
    font-size: 32px;
    line-height: 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 620px;
  }
}
@media screen and (max-width: 600px) {
  .steps-p {
    font-size: 21px;
    line-height: 32px;
  }

  .steps__title {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
  }
}
@media screen and (max-width: 400px) {
  .steps__title {
    line-height: 20px;
  }

  .steps-p {
    font-size: 18px;
    line-height: 27px;
  }

}
.result {
  padding-top: 61px;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
@media screen and (max-width: 959px) {
  .result {
    padding-top: 58px;
  }
}
.result__block {
  position: relative;
  padding-top: 15.5%;
}



.result__block img {
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  display: block;
}
.result__img--1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 85.8%;
}
.result__img--2 {
  margin-left: auto;
  position: relative;
  width: 85.8%;
}
.result__text {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  color: #525252;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  padding-left: 120px;
}
@media screen and (max-width: 959px) {
  .result__text {
    padding-top: 19px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
 .result__text {
    font-size: 13px;
    line-height: 18px;
  }
}

.insert-text-2 {
  background-color: #deecfe;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-family: 'RubikMedium';
  padding-top: 49px;
  padding-bottom: 47px;
}

.insert-text-2 p {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.insert-text-2 p span {
  color: #364d92;
}

@media screen and (max-width: 959px) {
  .insert-text-2{
    padding-top: 25px;
    padding-bottom: 43px;
  }

  .insert-text-2 p {
    max-width: 590px;
  }
}

@media screen and (max-width: 600px) {
  .insert-text-2 p {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .insert-text-2 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .insert-text-2 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.insert-text-3 {
  background: -webkit-linear-gradient(7.49deg, #292f6e 24.57%, #599ff3 116.71%);
  background: -o-linear-gradient(7.49deg, #292f6e 24.57%, #599ff3 116.71%);
  background: linear-gradient(82.51deg, #292f6e 24.57%, #599ff3 116.71%);
  -webkit-box-shadow: 2px 4px 2px rgba(191,191,191,0.25);
          box-shadow: 2px 4px 2px rgba(191,191,191,0.25);
  text-align: center;
  padding-top: 65px;
  padding-bottom: 36px;
}
.insert-text-3 .insert-text__title {
  font-size: 40px;
  line-height: 55px;
  color: #bfdbff;
  font-family: 'RubikMedium';
  padding-bottom: 25px;
}

.insert-text-3 p {
  font-size: 40px;
  line-height: 50px;
  font-family: 'RubikMedium';
  color: #fff;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media screen and (max-width: 600px) {
  .insert-text-3{
    padding-top: 35px;
  }

  .insert-text-3 .insert-text__title {
    font-size: 26px;
    line-height: 36px;
  }

  .insert-text-3 p {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
  }
}

@media screen and (max-width: 400px) {
  .insert-text-3{
    padding-top: 23px;
    padding-bottom: 18px;
  }

  .insert-text-3 .insert-text__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
    text-align: center;

  }

  .insert-text-3 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.block-everything-is-different {
  padding-top: 97px;
}

.block-everything-is-different h2 {
  margin-bottom: 32px;
}

.block-everything-is-different p {
  font-size: 24px;
  line-height: 33px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media screen and (max-width: 600px) {
  .block-everything-is-different {
    padding-top: 47px;
  }

  .block-everything-is-different h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .block-everything-is-different p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 400px) {
  .block-everything-is-different {
    padding-top: 37px;
  }

  .block-everything-is-different h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }

  .block-everything-is-different p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;

  }
}


.myths {
  padding-top: 64px;
}
.myth {
  background: #fff;
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1012px;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}
@media screen and (max-width: 959px) {
  .myth {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .myths {
    padding-top: 44px;
  }
}
.myth__number {
  font-size: 32px;
  line-height: 48px;
  font-family: 'RubikMedium';
}
.myth__title {
  font-size: 32px;
  line-height: 48px;
  font-family: 'RubikMedium';
  color: #364d92;
  margin-bottom: 32px;
}
.myth__content {
  padding-right: 20px;
  width: 58%;
}
@media screen and (max-width: 959px) {
  .myth__content {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .myth__number {
    font-size: 21px;
    line-height: 32px;
  }

  .myth__title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .myth__content {
    font-size: 16px;
    line-height: 22px;
  }
  .myth__content .ul-dotted li {
    font-size: 16px;
    line-height: 22px;
  }

}

.myth__content p {
  margin-top: 15px;
}
.myth__img {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .myth__img {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
  }
}
.myth__img img {
  width: 100%;
}
.ul-dotted {
  list-style: initial;
  padding-left: 35px;
  margin-top: 17px;
}
.ul-dotted li {
  font-size: 24px;
  line-height: 33px;
}
.block-why-is-it-important {
  padding-top: 47px;
}
.block-why-is-it-important h2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  margin-bottom: 53px;
}
@media screen and (max-width: 959px) {
  .block-why-is-it-important h2 {
    margin-bottom: 30px;
  }

  .about-video {
    margin: 0 auto !important;
    max-width: 94%;
  }
}

@media screen and (max-width: 600px) {
  .block-why-is-it-important h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .about-video {
    margin: 0 auto !important;
    max-width: 94%;
  }
}

@media screen and (max-width: 400px) {
  .block-why-is-it-important h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;

  }

  .block-why-is-it-important {
    padding-top: 27px;
  }
}

.block-why-is-it-important .video-wrapper {
  overflow: hidden;
  border-radius: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .block-why-is-it-important .video-wrapper {
    max-width: 635px;
  }
}
.block-why-is-it-important .video-wrapper::after {
  content: '';
  display: block;
  width: 1px;
  /*padding-top: 56.7%;*/
  margin-left: -3px;
}
.block-why-is-it-important .video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-why-is-it-important .btn {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 400px) {
  .block-why-is-it-important .btn {
    width: 288px !important;
    height: 49px;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    border-radius: 14px;
    padding: 9px 13px;
    font-family: "Nunito", "Arial", sans-serif;
  }
}

.block-what-will-you-learn {
  padding-top: 95px;
}
.block-what-will-you-learn .btn {
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-family: 'Nunito', serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 959px) {
  .block-what-will-you-learn .btn {
    font-size: 30px;
    line-height: 55px;
  }
}

@media screen and (max-width: 600px) {
  .block-what-will-you-learn {
    padding-top: 45px;
  }

  .block-what-will-you-learn h2 {
    font-size: 26px;
  }

  .block-what-will-you-learn .btn {
    font-family: 'Nunito', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (max-width: 400px) {
  .block-what-will-you-learn h2
  {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;

  }

  .block-what-will-you-learn .btn {
    width: 288px !important;
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 10px 21px;
  }
}

.what-will-you-learn-step {
  margin-bottom: 41px;
  position: relative;
}
.what-will-you-learn-step::before {
  position: absolute;
  width: 80px;
  height: 80px;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  line-height: 55px;
  color: #364d92;
  font-family: 'RubikBold';
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 15px solid #e4e6f0;
  top: 29%;
  left: -85px;
}
.what-will-you-learn-step:nth-child(1)::before {
  content: '1';
}
.what-will-you-learn-step:nth-child(2)::before {
  content: '2';
  top: 36%;
}
.what-will-you-learn-step:nth-child(3)::before {
  content: '3';
  top: 32%;
}
.what-will-you-learn-steps {
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  position: relative;
  margin-bottom: 62px;
}
@media screen and (max-width: 959px) {
  .what-will-you-learn-steps {
    max-width: 655px;
    padding-left: 66px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .what-will-you-learn-steps {
    margin-bottom: 20px;
    margin-top: 24px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 400px) {
  .what-will-you-learn-step {
    margin-bottom: 21px;
  }
}
.what-will-you-learn-steps::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #c3cade), to(#fff));
  background-image: -webkit-linear-gradient(#c3cade 90%, #fff);
  background-image: -o-linear-gradient(#c3cade 90%, #fff);
  background-image: linear-gradient(#c3cade 90%, #fff);
  top: 150px;
  bottom: 0;
  left: -33px;
}
.what-will-you-learn-step__content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  padding: 48px;
}
.what-will-you-learn-step__content .ul-dotted {
  margin-top: 5px;
  padding-left: 40px;
}
.what-will-you-learn-step__content .ul-dotted li {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 24px;
}
.what-will-you-learn-step__content .ul-dotted li:last-child {
  margin-bottom: 0;
}
.what-will-you-learn-step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-will-you-learn-step__title span {
  font-size: 24px;
  line-height: 40px;
  padding-left: 15px;
  color: #364d92;
}
.what-will-you-learn-step__bold {
  font-size: 32px;
  line-height: 40px;
  color: #364d92;
  font-family: 'RubikBold';
}
.what-will-you-learn-step__bold-2 {
  padding-top: 19px;
  font-size: 24px;
  line-height: 48px;
  font-family: 'RubikMedium';
}
.what-will-you-learn-step__bottom-text {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  padding-top: 23px;
}
.what-will-you-learn-step__bonus {
  font-size: 20px;
  line-height: 27px;
  color: #364d92;
  font-family: 'Nunito-Bold';
  padding-top: 27px;
}
.block-what-will-you-learn__bottom-text {
  text-align: center;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Nunito-Bold';
  padding-top: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  color: #364d92;
}

@media screen and (max-width: 959px) {
  .what-will-you-learn-step__content {
    padding: 28px;
  }
  .what-will-you-learn-step__bold {
    font-size: 21px;
    line-height: 26px;
  }
  .what-will-you-learn-step__title span {
    font-size: 16px;
    line-height: 26px;
  }

  .what-will-you-learn-step__bold-2{
    font-size: 16px;
    line-height: 32px;
  }

  .what-will-you-learn-steps::before{
    left: 18px;
  }

  .what-will-you-learn-step::before {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 52px;
    border: 7px solid #e4e6f0;
    left: -42px;
  }

  .what-will-you-learn-step:nth-child(1)::before {
    top: 34%;
  }
  .what-will-you-learn-step:nth-child(2)::before {
    top: 44%;
  }
  .what-will-you-learn-step:nth-child(3)::before {
    top: 39%;
  }

  .what-will-you-learn-step__content .ul-dotted li {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .what-will-you-learn-step__bottom-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-top: 14px;
  }
}

@media screen and (max-width: 480px)
{
  .what-will-you-learn-step__bonus {
    font-weight: 900;
    font-size: 13px;
    line-height: 18px;
  }

  .what-will-you-learn-step__bold {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }

  .what-will-you-learn-step__title span{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }

  .block-what-will-you-learn__bottom-text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 23px;
  }
}


.block-how-we-teach {
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  .block-how-we-teach {
    padding-top: 96px;
  }
}
@media screen and (max-width: 600px) {
  .block-how-we-teach {
    padding-top: 36px;
  }
}
.block-how-we-teach h2 {
  margin-bottom: 50px;
}
.how-we-teach {
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1012px;
  padding: 40px 32px;
}
.how-we-teach ul {
  margin-top: 0;
}
.how-we-teach ul li {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 26px;
}
.how-we-teach ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .block-how-we-teach h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .how-we-teach ul li {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 400px) {
  .how-we-teach {
    padding: 30px 6px;
  }

  .block-how-we-teach h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;

  }

  .how-we-teach ul li {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 16px;
  }
}

.financial-goals {
  padding-top: 46px;
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
}
.financial-goals__block {
  position: relative;
}
.financial-goals__text {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  color: #525252;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}
.financial-goals__img {
  -webkit-box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
          box-shadow: 0px 4px 56px rgba(0,0,0,0.2);
  border-radius: 32px;
  display: block;
}
.goals__img--1 {
  position: absolute;
  width: 60%;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.goals__img--2 {
  margin-left: auto;
  position: relative;
  width: 70.4%;
}
.teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .teacher {
    padding-top: 13px;
  }
}
@media screen and (max-width: 600px) {
  .financial-goals__text {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
}
.teacher .teacher__content {
  width: 50%;
  padding-top: 90px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .teacher .teacher__content {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .teacher .teacher__content {
    padding-top: 40px;
  }
}
.teacher .teacher__content .teacher__img {
  position: relative;
  height: 1px;
}
@media screen and (max-width: 959px) {
  .teacher .teacher__content .teacher__img {
    height: auto;
    padding-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  .teacher .teacher__content .teacher__img {
    height: auto;
    padding-top: 25px;
  }
}
.teacher .teacher__content .teacher__img img {
  position: absolute;
  top: -235px;
  left: -50%;
  -webkit-transform: translateX(calc(-50% - 21px));
      -ms-transform: translateX(calc(-50% - 21px));
          transform: translateX(calc(-50% - 21px));
}
@media screen and (max-width: 959px) {
  .teacher .teacher__content .teacher__img img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .teacher .teacher__content .teacher__img img {
    max-width: 340px;
  }
}
@media screen and (max-width: 400px) {
  .teacher .teacher__content .teacher__img img {
    max-width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .teacher .teacher__content .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 30px;
    line-height: 55px;
    text-transform: initial;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 400px) {
  .teacher .teacher__content .btn {
    width: 280px !important;
    padding: 9px 23px;
    border-radius: 14px;
    font-size: 21px;
    font-family: 'Nunito', serif;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
  }
}
.teacher .teacher__content .teacher__title {
  font-size: 40px;
  line-height: 55px;
  font-family: 'RubikBold';
  font-style: normal;
}
.teacher .teacher__content .teacher__subtitle {
  padding-top: 10px;
  font-size: 20px;
  line-height: 27px;
  color: #9e9e9e;
}
.teacher .teacher__content .ul-dotted {
  padding-top: 10px;
  margin-bottom: 20px;
}
.teacher .teacher__content .ul-dotted li {
  font-size: 20px;
  line-height: 36px;
}

@media screen and (max-width: 600px) {
  .teacher .teacher__content .teacher__title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .teacher .teacher__content .teacher__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }

  .teacher .teacher__content .ul-dotted li {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
  }
}

@media screen and (max-width: 400px) {
  .teacher .teacher__content .teacher__title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
  }

  .teacher .teacher__content .teacher__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .teacher .teacher__content .ul-dotted li {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
  }
}

.block-reviews {
  margin-top: 124px;
  padding-top: 65px;
  overflow: hidden;
  background-color: #eaeef2;
  padding-bottom: 122px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 959px) {
  .block-reviews {
    margin-top: 67px;
  }
}
@media screen and (max-width: 600px) {
  .block-reviews {
    margin-top: 37px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .block-reviews h2{
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 400px) {
  .block-reviews {
    margin-top: 37px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .block-reviews h2{
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;

  }
}
.reviews-slider-wrapper {
  display: block;
  margin-right: auto;
  margin-top: 47px;
  position: relative;
  margin-left: -25px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .reviews-slider-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .reviews-slider-wrapper {
    margin-top: 27px;
  }
}
.reviews-slider-block {
  width: 100%;
  display: block;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
}
.reviews-slider div img {
  width: 339px;
  -webkit-filter: drop-shadow(0px 3.66903px 14.6761px rgba(0,0,0,0.15));
          filter: drop-shadow(0px 3.66903px 14.6761px rgba(0,0,0,0.15));
  border-radius: 14.6761px;
  display: block;
  margin-right: 30px;
}
.reviews-slider div img + img {
  margin-top: 30px;
}
.reviews-slider .review-1 {
  width: 370px;
}

@media screen and (max-width: 400px) {
  .reviews-slider .review-1 {
    width: 280px;
  }
  .reviews-slider div img {
    width: 309px;
    margin-right: 10px;
  }
}

.reviews-slider .slick-arrow {
  position: absolute;
  background: #fff;
  border-radius: 72px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 100%;
  width: 40px;
  height: 40px;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  font-size: 0;
}
.reviews-slider .slick-arrow::before {
  display: none;
}
.reviews-slider .slick-arrow:hover {
  background: #fff;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.reviews-slider .slick-arrow:focus {
  background: #fff;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
}

.reviews-slider .slick-prev {
  -webkit-transform: translate(0, 34px) rotate(180deg);
      -ms-transform: translate(0, 34px) rotate(180deg);
          transform: translate(0, 34px) rotate(180deg);
  left: calc(50% - 50px);
  right: auto;
}
.reviews-slider .slick-next {
  -webkit-transform: translate(0, 34px);
      -ms-transform: translate(0, 34px);
          transform: translate(0, 34px);
  left: auto;
  right: calc(50% - 50px);
}

/*.fa-angle-left {*/
/*  position:absolute;*/
/*  width:20px;*/
/*  height:20px;*/
/*  left:0;*/
/*  top:50%;*/
/*}*/
/*.fa-angle-right {*/
/*  position:absolute;*/
/*  width:20px;*/
/*  height:20px;*/
/*  right:0;*/
/*  top:50%;*/
/*}*/

.main-page .tariffs-items {
  padding-top: 45px;
}

@media screen and (max-width: 400px) {

  .main-page .tariffs-item:first-child{
    margin-top: 0;
  }
  .main-page .tariffs-items {
    padding-top: 15px;
  }
}

.tariffs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tariffs-item {
  background: #f3f7fc;
  padding: 36px 36px 220px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin: 0 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.tariffs-item__title {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 34px;
  font-family: 'Nunito-Bold';
}

@media screen and (max-width: 400px) {
  .tariffs-item__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.tariffs-item__tr {
  padding: 15px;
  border-bottom: 1px solid rgba(66,106,181,0.271);
  text-align: center;
}
.tariffs-item__title + .tariffs-item__tr {
  border-top: 1px solid rgba(66,106,181,0.271);
}


.tariffs-item__tr span {
  display: inline-block;
  vertical-align: top;
  max-width: 280px;
}

@media screen and (max-width: 400px) {
  .tariffs-item__tr {
    font-family: Nunito;
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;

  }
}

.tariffs-item__bottom {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 36px;
}
.tariffs-item__price {
  vertical-align: top;
  display: block;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  margin: 32px 0 16px;
  color: #000;
}
@media screen and (max-width: 959px) {
  .tariffs-item__price {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
  }
}

.block-rates {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .block-rates {
    padding-top: 95px;
  }
}
.main-page .tariffs-item {
  background: #f2f6fc;
  border-radius: 24px;
}
@media screen and (max-width: 959px) {
  .main-page .tariffs-item {
    width: 100%;
    max-width: fit-content;
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .main-page .tariffs-item {
    width: 100%;
    max-width: fit-content;
    padding: 16px 16px 220px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 400px) {
  .main-page .tariffs-item {
    width: 100%;
    max-width: fit-content;
    padding: 16px 16px 220px;
    min-width: 326px;
  }
}
.main-page .tariffs-item__btn {
  width: 100%;
  max-width: 272px;
}
@media screen and (max-width: 959px) {
  .main-page .tariffs-item__btn {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 900;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;

  }
}
@media screen and (max-width: 400px) {
  .main-page .tariffs-item__btn {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 900;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;

  }
}

.main-page .block-for-free {
  padding-top: 40px;
  padding-bottom: 30px;
  min-height: 135px;
}
.main-page .for-free-slider-wrapper {
  padding: 60px;
}
.main-page .block-for-free .for-free {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media screen and (max-width: 959px) {
  .main-page .block-for-free .for-free {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .main-page .block-for-free  {
    padding-top: 0px;
  }

  .main-page .block-for-free .for-free {
    padding-top: 25px;
  }

  .main-page .block-for-free h2{
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
  }

  .main-page .for-free-slider-wrapper {
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .block-for-free  {
    padding-top: 0px;
  }

  .main-page .block-for-free .for-free {
    padding-top: 25px;
  }

  .main-page .block-for-free h2{
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;

  }

  .main-page .for-free-slider-wrapper {
    padding: 10px;
  }
}

.for-free-slider .slick-arrow {
  position: absolute;
  background: #EAEEF2;
  border-radius: 72px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 100%;
  width: 40px;
  height: 40px;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  font-size: 0;
  display: none !important;
}
.for-free-slider .slick-arrow::before {
  display: none;
}
.for-free-slider .slick-arrow:hover {
  background: #EAEEF2;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
}
.for-free-slider .slick-arrow:focus {
  background: #EAEEF2;
  background-image: url("/local/templates/vorobey/images/blue-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
}

.for-free-slider .slick-prev {
  -webkit-transform: translate(0, 34px) rotate(180deg);
  -ms-transform: translate(0, 34px) rotate(180deg);
  transform: translate(0, 34px) rotate(180deg);
  left: calc(50% - 50px);
  right: auto;
  display: none;
}
.for-free-slider .slick-next {
  -webkit-transform: translate(0, 34px);
  -ms-transform: translate(0, 34px);
  transform: translate(0, 34px);
  left: auto;
  right: calc(50% - 50px);
  display: none;
}


.main-page .for-free__item {
  width: 320px;
  padding: 0 16px;
  -webkit-transition: 0.22s ease-in-out;
  -o-transition: 0.22s ease-in-out;
  transition: 0.22s ease-in-out;
}
.main-page .for-free__item img{
  width: 304px;
}
@media screen and (max-width: 959px) {
  .main-page .for-free__item {
    width: 320px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .main-page .for-free__item {
    width: 220px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .for-free__item {
    width: 175px !important;
    margin: 0 5px 5px 5px;
    margin-right: 5px;
  }
}
.main-page .block-for-free .for-free .for-free__item img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .main-page .for-free__item img{
    width: 220px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .for-free__item img{
    width: 175px;
  }
}

.main-page .block-for-free .for-free .for-free__item:hover {
  opacity: 0.5;
}
.main-page .drop {
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(159,180,207,0.25);
          box-shadow: 0 -2px 10px rgba(159,180,207,0.25);
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
}
.main-page .drop-top {
  padding: 30px 50px 32px 0;
  position: relative;
  cursor: pointer;
}
.main-page .drop-top h3 {
  font-size: 20px;
  line-height: 27px;
}


.main-page .drop-top:after {
  width: 20px;
  height: 20px;
  background: url("/local/templates/vorobey/images/plus.svg") no-repeat center, url("/local/templates/vorobey/images/plus-hover.svg") no-repeat center;
  background-size: auto, 0;
  top: 34px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}

.main-page .drop-content {
  display: none;
  padding: 0 0 67px;
  max-width: 1040px;
}

@media screen and (max-width: 600px) {
  .main-page .qa .block-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    margin: 0 auto 18px;
  }
  .main-page .drop-top h3 {
    font-size: 14px;
  }
  .main-page .drop-top {
    padding: 15px 24px 16px 0;
  }

  .main-page .drop-top:after {
    width: 15px;
    height: 15px;
  }

  .main-page .drop-content {
    font-size: 12px;
    padding: 0 0 17px;
  }
}
@media screen and (max-width: 400px) {
  .main-page .qa .block-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;

    margin: 0 auto 18px;
  }
  .main-page .drop-top h3 {
    font-size: 14px;
  }
  .main-page .drop-top {
    padding: 15px 24px 16px 0;
  }

  .main-page .drop-top:after {
    width: 15px;
    height: 15px;
    display: none;
  }

  .main-page .drop-content {
    font-size: 12px;
    padding: 0 0 17px;
  }
}

.main-page .drop-top.opened:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-page .drop-top.opened + .drop-content {
  display: block;
}
.block-for-what {
  padding-top: 90px;
}
@media screen and (max-width: 959px) {
  .block-for-what {
    padding-top: 75px;
  }
}
.block-for-what h2 {
  margin-bottom: 55px;
}
.block-questions {
  padding-top: 95px;
  padding-bottom: 90px;
}
.questions-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px;
}
@media screen and (max-width: 959px) {
  .questions-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .block-questions {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .block-questions h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 400px) {
  .block-questions {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .block-questions h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
  }
}
.questions-info__img {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .questions-info__img {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  .questions-info__img {
    padding-top: 20px;
  }
}
.questions-info__img img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 959px) {
  .questions-info__img img {
    width: 280px;
  }
}
@media screen and (max-width: 400px) {
  .questions-info__img img {
    width: 180px;
  }
}
.questions-info__content {
  padding-top: 90px;
  width: 70%;
}
@media screen and (max-width: 959px) {
  .questions-info__content {
    padding-top: 55px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.questions-info__content p {
  font-size: 24px;
  line-height: 26px;
  max-width: 730px;
}

@media screen and (max-width: 600px) {
  .questions-info__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
  }
}

.questions-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin-bottom: 25px;
}
.questions-info__social a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
  -webkit-transition: 0.22s ease-in-out;
  -o-transition: 0.22s ease-in-out;
  transition: 0.22s ease-in-out;
}
.questions-info__social a:hover {
  opacity: 0.5;
}
.questions-info__social .questions-info__tele {
  background-image: url("/local/templates/vorobey/images/tele.png");
  width: 209px;
  height: 80px;
}
.questions-info__social .questions-info__whats {
  background-image: url("/local/templates/vorobey/images/whats.png");
  width: 227px;
  height: 80px;
}

@media screen and (max-width: 600px) {
  .questions-info__social .questions-info__tele {
    width: 165px;
    height: 55px;
  }

  .questions-info__social .questions-info__whats {
    background-image: url("/local/templates/vorobey/images/whats.png");
    width: 165px;
    height: 55px;
  }
}

@media screen and (max-width: 400px) {
  .questions-info__social .questions-info__tele {
    width: 135px;
    height: 45px;
  }

  .questions-info__social .questions-info__whats {
    background-image: url("/local/templates/vorobey/images/whats.png");
    width: 135px;
    height: 45px;
  }
}


/**************** burger menu *****************/

.navigation{
  display: none;
}

.header{
  display: block;
}

@media screen and (max-width: 600px) {
  .navigation{
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    height: 54px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header{
    display: none;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  .navigation{
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    height: 54px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header{
    display: none;
  }

  .main {
    padding-top: 70px;
  }
}

#menuToggle
{
  display: block;
  position: relative;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
  z-index: 11;
  /*position: absolute;*/
}

#menuToggle a:hover
{
  color: tomato;
}
#menu-background
{
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 55px;
}

#auth-header{
  position: absolute;
  right: 64px;
  z-index: 11;
  top: 15px;
  font-weight: 700;
}

#menuToggle input
{
  display: block;
  height: 32px;
  width: 33px;
  top: 18px;
  right: 20px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 11; /* and place it over the hamburger */

  -webkit-touch-callout: none;
  position: absolute;
}

.tariffs-item__price__credit{
  margin-top: 10px;
  padding: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 400px) {
  .tariffs-item__price__credit{
    font-size: 11px;
    line-height: 12px;
  }
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 5px;

  background: #364D92;
  border-radius: 3px;

  z-index: 11;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;

  position: absolute;
  right: 20px;
}

#menuToggle #menu-first-string
{
  transform-origin: 0% 0%;

}
#menuToggle #menu-first-string
{
  top: 18px;
}
#menuToggle #menu-second-string
{
  top: 26px;
}
#menuToggle #menu-third-string
{
  top: 34px;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ #menu-first-string
{
  opacity: 1;
  transform: rotate(45deg) translate(0px, -1px);
  background: #364D92;
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ #menu-third-string
{
  transform: rotate(-45deg) translate(0px, -2px);
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ #menu-second-string
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}



/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 60px 0 20px 0;

  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(0, -100%);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #CACACA;
  margin: 0 15px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#tariffs
{

}

@media screen and (max-width: 400px) {
  #tariffs
  {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px;
  }
}

#player{
  height:500px;
  width:100%;
}



@media screen and (max-width: 600px) {
  #player{
    height: 400px;
    min-height: 400px;
    width:100%;
  }
}

@media screen and (max-width: 400px) {
  #player{
    height:300px;
    min-height:300px;
    width:100%;
  }
}
/* End */


/* Start:/local/templates/vorobey/css/slick.css?16892597411817*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
    margin: 10px 0;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    padding: 0 15px;
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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;
}

/* End */


/* Start:/local/templates/vorobey/css/slick-theme.css?16867251733145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/vorobey/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/vorobey/css/./fonts/slick.eot');
    src: url('/local/templates/vorobey/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/vorobey/css/./fonts/slick.woff') format('woff'), url('/local/templates/vorobey/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/vorobey/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */
/* /local/templates/vorobey/js/fancybox/jquery.fancybox.css?154473480017390 */
/* /local/templates/vorobey/js/formstyler/jquery.formstyler.css?15086196002175 */
/* /local/templates/vorobey/js/swiper/swiper.min.min.css?163614600015153 */
/* /local/templates/vorobey/vorobey.min.css?169080804242630 */
/* /local/templates/vorobey/fonts/style.css?16871673559354 */
/* /local/templates/vorobey/css/main.css?173055426260801 */
/* /local/templates/vorobey/css/slick.css?16892597411817 */
/* /local/templates/vorobey/css/slick-theme.css?16867251733145 */
