

/* Start:/local/js/disAjax/styles.css?1548730862465*/
body div#disAjax_indicator {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
}
body div#disAjax_indicator div {
	position: absolute;
	background: url("/local/js/disAjax/images/loader.svg") center center rgba(255, 255, 255, 0.9) no-repeat;
	background-size: 110px;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -55px;
	height: 110px;
	width: 110px;
}
body.loading div#disAjax_indicator {
	display: block;
}
/* End */


/* Start:/local/js/disMsg/styles.css?15487308621193*/
.disMsg {
	display: none;
	z-index: 9500;
	position: fixed;
	background-color: #323232;
	color: #fff;
	border-radius: 2px;
	max-width: calc(100vw - 10px);
	-webkit-transition: transform 0.3s ease, opacity 0.3s ease;
	-moz-transition: transform 0.3s ease, opacity 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}
.disMsg:hover {
	z-index: 10000;
}
.disMsg__inner {
	padding: 25px 30px 25px 25px;
	line-height: 1.4;
}
.disMsg__close {
	position: absolute;
	top: -5px;
	right: -6px;
	padding: 5px;
	cursor: pointer;
}
.disMsg__close:after {
	display: block;
	text-align: center;
	content: "×";
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.disMsg.v--blue {
	background-color: #356ccc;
}
.disMsg.v--green,
.disMsg.v--true {
	background-color: #32a14a;
}
.disMsg.v--red,
.disMsg.v--false {
	background-color: #F21E16;
}
.disMsg a {
	color: #fff;
	border-bottom: 1px dotted;
}
.disMsg p {
	padding-bottom: 10px;
}
/* End */


/* Start:/local/templates/main/js/libs/jquery.scrollbar/jquery.scrollbar.css?15487308633453*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar > .scroll-element,
.scrollbar > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar > .scroll-element .scroll-element_outer,
.scrollbar > .scroll-element .scroll-element_track,
.scrollbar > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar > .scroll-element .scroll-element_track,
.scrollbar > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


/* Hide  scrollbar x */
.scroll-element.scroll-x {
    display: none !important;
}
/* End */


/* Start:/local/templates/main/js/libs/priority-nav-core.css?1679904629914*/
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */
.priority-nav {
  white-space: nowrap;
  /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav > ul {
  display: inline-block;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

/* End */


/* Start:/local/templates/main/js/libs/priority-plus.css?17123013612462*/
.p-plus-container {
    position: relative
}

.p-plus {
    display: flex;
    position: relative;
    z-index: 0
}

.p-plus--clone {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 5px);
    pointer-events: none;
    visibility: hidden
}

.p-plus--clone,
.p-plus--clone .p-plus__primary-wrapper {
    overflow: hidden
}

.p-plus--is-showing-overflow .p-plus__overflow {
    visibility: visible;
    opacity: 1;
}

.p-plus:not(.p-plus--is-showing-toggle) .p-plus__toggle-btn {
    display: none
}

.p-plus--is-hiding-primary .p-plus__toggle-btn {
    flex-grow: 1
}

.p-plus--is-hiding-primary .p-plus__primary-wrapper {
    display: none
}

.p-plus__primary-wrapper {
    display: flex;
}

.p-plus__primary {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.p-plus__overflow {
    position: absolute;
    visibility: hidden;
    top: 100%;
    right: 0;
    opacity: 0;
    background: #ffffff;
    list-style: none;
    padding: 0;
    margin: 1px 0 0;
    transition: opacity 0.3s;
}

.p-plus__toggle-btn {
    flex-shrink: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.p-plus__toggle-btn::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #333333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 4px;
    transition: 0.1s linear;
}

.p-plus--is-showing-overflow.p-plus--is-hiding-primary .p-plus__overflow {
    left: 0;
}
.p-plus--is-showing-overflow .p-plus__toggle-btn::after {
    transform: rotate(180deg);
}
.p-plus--is-showing-overflow .p-plus__overflow .p-plus__primary-nav-item {
    padding: 0;
}
.p-plus__primary {
    background-color: var(--t-hl);
}

.p-plus__primary li:not(:first-child)::before {
    content: '';
    height: 1rem;
    width: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-plus__primary>li a {
    display: block;
}

.p-plus a {
    color: #fff;
    text-decoration: none;
}
.p-plus--is-hiding-primary .p-plus__toggle-btn {
    border-left: 0;
}

.p-plus__toggle-btn:focus {
    z-index: 2;
    position: relative;
}


.p-plus__overflow a {
    display: block;
    position: relative;
    padding: 12px 20px;    
}


/* End */


/* Start:/local/templates/main/js/libs/slick-1.8.1/slick/slick.css?15487308631776*/
/* 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;
}

.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
{
    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/main/js/libs/animsition/animsition.css?154873086337919*/
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 100px;
  height: 100px;
  background: #F35248;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 999;
  border-radius: 100%;
}

.animsition-loading {
    transform: translateX(-35px);
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}

/* End */


/* Start:/local/templates/main/js/libs/twentytwenty-master/css/twentytwenty.css?15487308636537*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/local/templates/main/js/libs/fancybox/jquery.fancybox.min.css?159643376812795*/
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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;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;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--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;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:link,.fancybox-button:visited{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}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (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))}}}.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}.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;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:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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:50%;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}@media (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/main/css/style.css?1752076176325442*/
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Regular.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-Regular.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Regular.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-RegularIt.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-RegularIt.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Light.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-Light.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Light.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-LightIt.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-LightIt.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Bold.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-Bold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Bold.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-BoldIt.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-BoldIt.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Extrabld.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Extrabld.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/main/css/../fonts/ProximaNova-Black.eot");
  src: url("/local/templates/main/css/../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/ProximaNova-Black.woff2") format("woff2"), url("/local/templates/main/css/../fonts/ProximaNova-Black.woff") format("woff"), url("/local/templates/main/css/../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Consolas";
  src: url("/local/templates/main/css/../fonts/Consolas/Consolas.eot");
  src: url("/local/templates/main/css/../fonts/Consolas/Consolas.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Consolas/Consolas.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Consolas/Consolas.woff") format("woff"), url("/local/templates/main/css/../fonts/Consolas/Consolas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Consolas";
  src: url("/local/templates/main/css/../fonts/Consolas/Consolas-Bold.eot");
  src: url("/local/templates/main/css/../fonts/Consolas/Consolas-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Consolas/Consolas-Bold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Consolas/Consolas-Bold.woff") format("woff"), url("/local/templates/main/css/../fonts/Consolas/Consolas-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Druk Wide Cyr;
  src: url("/local/templates/main/css/../fonts/Druk-Wide/DrukWideCyr-Medium.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Druk-Wide/DrukWideCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HeliosExt;
  src: url("/local/templates/main/css/../fonts/HeliosExt/heliosext-webfont.woff2") format("woff2"), url("/local/templates/main/css/../fonts/HeliosExt/heliosext-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HeliosExt;
  src: url("/local/templates/main/css/../fonts/HeliosExt/heliosext_bold-webfont.woff2") format("woff2"), url("/local/templates/main/css/../fonts/HeliosExt/heliosext_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}
.title-h1 {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-h1 {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .title-h1 {
    font-size: 42px;
    line-height: 40px;
  }
}
.title-h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.title-h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.title-h4 {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-h4 {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .title-h4 {
    font-size: 46px;
    line-height: 50px;
  }
}
.text-1 {
  font-size: 26px;
  line-height: 35px;
}
.text-2 {
  font-size: 18px;
  line-height: 24px;
}
.text-3 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .text-3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.text-4 {
  font-size: 12px;
  line-height: 20px;
}
.subtitle {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu-aside-font {
  font-weight: bold;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.menu-font {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.menu-font-1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.menu-font-2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.bread-font {
  font-size: 12px;
  line-height: 20px;
}
.tags-font {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.btn-font {
  font-size: 16px;
  line-height: 20px;
}
p {
  margin-top: 30px;
}
input,
textarea,
button {
  font-family: "Proxima Nova", sans-serif;
}
a.btn,
.btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 2px solid #fa2424;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fa2424;
  font-weight: 600;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
  background: transparent;
  padding: 0 30px;
  outline: transparent;
}
a.btn:hover,
.btn:hover {
  background: #fa2424;
  color: #ffffff;
}
a.btn_white,
.btn_white {
  border-color: #ffffff;
  color: #ffffff;
}
a.btn_white:hover,
.btn_white:hover {
  background: #ffffff;
  color: #fa2424;
}
a.btn.btn-call,
.btn.btn-call {
  border: 2px solid #fa2424;
  color: #fa2424;
  width: 194px;
  padding: 0;
  background: #ffffff;
}
a.btn.btn-call.open,
.btn.btn-call.open,
a.btn.btn-call:hover,
.btn.btn-call:hover {
  background: #fa2424;
  color: #ffffff;
}
.btn-down {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 39px;
  height: 18px;
  cursor: pointer;
  background: url(/local/templates/main/css/../img/btn-down.svg) no-repeat center / contain;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-down {
    margin-top: 40px;
  }
}
.btn-down:after {
  content: attr(data-text);
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-down_white {
  background-image: url(/local/templates/main/css/../img/arrow-down_white.svg);
}
.btn-down_white:after {
  color: #ffffff;
}
.btn-down_red {
  background-image: url(/local/templates/main/css/../img/arrow-down_red.svg);
}
.btn-down_black {
  background-image: url(/local/templates/main/css/../img/arrow-down_black.svg);
}
.btn-down_sz_sm {
  width: 26px;
  height: 12px;
}
a,
.link {
  text-decoration: underline;
  color: #fa2424;
}
a:hover,
.link:hover {
  color: #333333;
}
.red {
  color: #fa2424;
}
.js__ddText.active [data-ddText="wrap"] {
  height: auto;
}
.js__ddText.active [data-ddText="btn-wrap"] a:after {
  content: attr(data-name-hide);
}
.js__ddText [data-ddText="wrap"] {
  height: 74px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .js__ddText [data-ddText="wrap"] {
    height: 30px;
  }
}
.js__ddText [data-ddText="btn-wrap"] a:after {
  content: attr(data-name-show);
}
.section.section-form-photo {
  position: relative;
  background: #f35248 url('/local/templates/main/css/../img/form-bg.png') no-repeat center right !important;
  background-blend-mode: multiply;
}
.section.section-form-photo .container {
  position: relative;
  z-index: 2;
}
.section.section-form-photo canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section.section-form-line {
  position: relative;
}
.section.section-form-line .form-line {
  position: relative;
  z-index: 2;
}
.section.section-form-line #anim2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}
.fancybox-bg {
  background-color: #ffffff;
}
.btn-slider {
  min-width: 240px;
}
@media (max-width: 768px) {
  .blog-bread .bread {
    display: none;
  }
}
/*! Devices.css v0.1.16 | MIT License | github.com/picturepan2/devices.css */
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.device {
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.device .device-frame {
  z-index: 1;
}
.device .device-content {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.device-iphone-x {
  height: 868px;
  width: 428px;
}
.device-iphone-x .device-frame {
  background: #222;
  border-radius: 68px;
  -webkit-box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
          box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 868px;
  padding: 28px;
  width: 428px;
}
.device-iphone-x .device-content {
  border-radius: 40px;
  height: 812px;
  width: 375px;
}
.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-x .device-stripe::after {
  top: 85px;
}
.device-iphone-x .device-stripe::before {
  bottom: 85px;
}
.device-iphone-x .device-header {
  background: #222;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 30px;
  left: 50%;
  margin-left: -102px;
  position: absolute;
  top: 28px;
  width: 204px;
}
.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 10px;
}
.device-iphone-x .device-header::after {
  background: -webkit-radial-gradient(bottom left, circle, transparent 0, transparent 75%, #222 75%, #222 100%);
  background: -o-radial-gradient(bottom left, circle, transparent 0, transparent 75%, #222 75%, #222 100%);
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
  left: -10px;
}
.device-iphone-x .device-header::before {
  background: -webkit-radial-gradient(bottom right, circle, transparent 0, transparent 75%, #222 75%, #222 100%);
  background: -o-radial-gradient(bottom right, circle, transparent 0, transparent 75%, #222 75%, #222 100%);
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
  right: -10px;
}
.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
  content: "";
  position: absolute;
}
.device-iphone-x .device-sensors::after {
  background: #444;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -25px;
  top: 32px;
  width: 50px;
}
.device-iphone-x .device-sensors::before {
  background: #444;
  border-radius: 50%;
  height: 14px;
  left: 50%;
  margin-left: 40px;
  top: 28px;
  width: 14px;
}
.device-iphone-x .device-btns {
  background: #c8cacb;
  height: 32px;
  left: -3px;
  position: absolute;
  top: 115px;
  width: 3px;
}
.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
  background: #c8cacb;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-x .device-btns::after {
  top: 60px;
}
.device-iphone-x .device-btns::before {
  top: 140px;
}
.device-iphone-x .device-power {
  background: #c8cacb;
  height: 100px;
  position: absolute;
  right: -3px;
  top: 200px;
  width: 3px;
}
.device-iphone-8 {
  height: 871px;
  width: 419px;
}
.device-iphone-8 .device-frame {
  background: #fff;
  border-radius: 68px;
  -webkit-box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
          box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 7px #e2e3e4;
  height: 871px;
  padding: 102px 22px;
  width: 419px;
}
.device-iphone-8 .device-content {
  border: 2px solid #222;
  border-radius: 4px;
  height: 667px;
  width: 375px;
}
.device-iphone-8 .device-stripe::after,
.device-iphone-8 .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 0 7px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-8 .device-stripe::after {
  top: 68px;
}
.device-iphone-8 .device-stripe::before {
  bottom: 68px;
}
.device-iphone-8 .device-header {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 25px;
  height: 58px;
  left: 50%;
  margin-left: -29px;
  position: absolute;
  width: 58px;
}
.device-iphone-8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 6px;
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: 52px;
  width: 76px;
}
.device-iphone-8 .device-sensors::after,
.device-iphone-8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: "";
  position: absolute;
}
.device-iphone-8 .device-sensors::after {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  top: -25px;
  width: 10px;
}
.device-iphone-8 .device-sensors::before {
  height: 12px;
  left: -42px;
  margin-top: -6px;
  top: 50%;
  width: 12px;
}
.device-iphone-8 .device-btns {
  background: #c8cacb;
  height: 30px;
  left: -3px;
  position: absolute;
  top: 102px;
  width: 3px;
}
.device-iphone-8 .device-btns::after,
.device-iphone-8 .device-btns::before {
  background: #c8cacb;
  content: "";
  height: 56px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-8 .device-btns::after {
  top: 62px;
}
.device-iphone-8 .device-btns::before {
  top: 132px;
}
.device-iphone-8 .device-power {
  background: #c8cacb;
  height: 80px;
  position: absolute;
  right: -2px;
  top: 160px;
  width: 3px;
}
.device-iphone-8.device-gold .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 7px #f7e8dd;
          box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 7px #f7e8dd;
}
.device-iphone-8.device-gold .device-header {
  border-color: #e4b08a;
}
.device-iphone-8.device-gold .device-btns,
.device-iphone-8.device-gold .device-btns::after,
.device-iphone-8.device-gold .device-btns::before {
  background: #e4b08a;
}
.device-iphone-8.device-gold .device-power {
  background: #e4b08a;
}
.device-iphone-8.device-spacegray .device-frame {
  background: #222;
  -webkit-box-shadow: inset 0 0 0 2px #74747a, inset 0 0 0 7px #9b9ba0;
          box-shadow: inset 0 0 0 2px #74747a, inset 0 0 0 7px #9b9ba0;
}
.device-iphone-8.device-spacegray .device-stripe::after,
.device-iphone-8.device-spacegray .device-stripe::before {
  border-color: rgba(204, 204, 204, 0.35);
}
.device-iphone-8.device-spacegray .device-btns,
.device-iphone-8.device-spacegray .device-btns::after,
.device-iphone-8.device-spacegray .device-btns::before {
  background: #74747a;
}
.device-google-pixel-2-xl {
  height: 832px;
  width: 404px;
}
.device-google-pixel-2-xl .device-frame {
  background: #121212;
  border-radius: 36px;
  -webkit-box-shadow: inset 0 0 0 2px #cfcfcf, inset 0 0 0 7px #9c9c9c;
          box-shadow: inset 0 0 0 2px #cfcfcf, inset 0 0 0 7px #9c9c9c;
  height: 832px;
  padding: 56px 22px;
  width: 404px;
}
.device-google-pixel-2-xl .device-content {
  border-radius: 27px;
  height: 720px;
  width: 360px;
}
.device-google-pixel-2-xl .device-header {
  height: 832px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 0;
  width: 300px;
}
.device-google-pixel-2-xl .device-header::after,
.device-google-pixel-2-xl .device-header::before {
  background: #333;
  border-radius: 3px;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -73px;
  margin-top: -3px;
  position: absolute;
  width: 146px;
}
.device-google-pixel-2-xl .device-header::after {
  top: 24px;
}
.device-google-pixel-2-xl .device-header::before {
  bottom: 28px;
}
.device-google-pixel-2-xl .device-sensors {
  background: #333;
  border-radius: 7px;
  height: 14px;
  left: 54px;
  margin-top: -7px;
  position: absolute;
  top: 36px;
  width: 14px;
}
.device-google-pixel-2-xl .device-btns {
  background: #cfcfcf;
  height: 102px;
  position: absolute;
  right: -3px;
  top: 306px;
  width: 3px;
}
.device-google-pixel-2-xl .device-power {
  background: #cfcfcf;
  height: 58px;
  position: absolute;
  right: -3px;
  top: 194px;
  width: 3px;
}
.device-google-pixel {
  height: 744px;
  width: 360px;
}
.device-google-pixel .device-frame {
  background: #f7f7f8;
  border-radius: 54px;
  -webkit-box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4, inset 0 0 0 10px white;
          box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4, inset 0 0 0 10px white;
  height: 744px;
  padding: 82px 18px 86px 18px;
  width: 360px;
}
.device-google-pixel .device-content {
  border: 2px solid #222;
  border-radius: 2px;
  height: 576px;
  width: 324px;
}
.device-google-pixel .device-stripe {
  border-top: 6px solid rgba(51, 51, 51, 0.15);
  bottom: 0;
  left: 254px;
  position: absolute;
  top: 0;
  width: 8px;
}
.device-google-pixel .device-stripe::after,
.device-google-pixel .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 0 6px;
  content: "";
  height: 10px;
  left: -254px;
  position: absolute;
  width: 360px;
  z-index: 9;
}
.device-google-pixel .device-stripe::after {
  top: 60px;
}
.device-google-pixel .device-stripe::before {
  bottom: 46px;
}
.device-google-pixel .device-sensors {
  background: #ddd;
  border-radius: 2.5px;
  height: 5px;
  left: 50%;
  margin-left: -39px;
  margin-top: -2.5px;
  position: absolute;
  top: 41px;
  width: 78px;
}
.device-google-pixel .device-sensors::after,
.device-google-pixel .device-sensors::before {
  background: #333;
  border-radius: 6px;
  content: "";
  position: absolute;
}
.device-google-pixel .device-sensors::after {
  height: 12px;
  left: 50%;
  margin-left: -14px;
  top: 21.5px;
  width: 28px;
}
.device-google-pixel .device-sensors::before {
  height: 10px;
  left: -81px;
  margin-top: -5px;
  top: 50%;
  width: 10px;
}
.device-google-pixel .device-btns {
  background: #c8cacb;
  height: 102px;
  position: absolute;
  right: -2px;
  top: 298px;
  width: 3px;
}
.device-google-pixel .device-power {
  background: #c8cacb;
  height: 50px;
  position: absolute;
  right: -2px;
  top: 184px;
  width: 3px;
}
.device-google-pixel.device-black .device-frame {
  background: #211d1c;
  -webkit-box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967, inset 0 0 0 10px #3d3533;
          box-shadow: inset 0 0 0 2px #363635, inset 0 0 0 6px #6a6967, inset 0 0 0 10px #3d3533;
}
.device-google-pixel.device-black .device-stripe,
.device-google-pixel.device-black .device-stripe::after,
.device-google-pixel.device-black .device-stripe::before {
  border-color: rgba(13, 13, 13, 0.35);
}
.device-google-pixel.device-black .device-sensors {
  background: #444;
}
.device-google-pixel.device-black .device-sensors::after {
  background: #0d0d0d;
}
.device-google-pixel.device-black .device-btns,
.device-google-pixel.device-black .device-btns::after,
.device-google-pixel.device-black .device-btns::before {
  background: #363635;
}
.device-google-pixel.device-black .device-power {
  background: #363635;
}
.device-google-pixel.device-blue .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff, inset 0 0 0 10px white;
          box-shadow: inset 0 0 0 2px #2a5aff, inset 0 0 0 6px #7695ff, inset 0 0 0 10px white;
}
.device-google-pixel.device-blue .device-btns,
.device-google-pixel.device-blue .device-btns::after,
.device-google-pixel.device-blue .device-btns::before {
  background: #2a5aff;
}
.device-google-pixel.device-blue .device-power {
  background: #2a5aff;
}
.device-galaxy-s8 {
  /*height: 828px;*/
  /*width: 380px;*/
}
.device-galaxy-s8 .device-frame {
  background: #222;
  border: solid #cfcfcf;
  border-radius: 30px;
  border-width: 5px 0;
  -webkit-box-shadow: inset 0 0 0 2px #9c9c9c;
          box-shadow: inset 0 0 0 2px #9c9c9c;
  /*height: 828px;*/
  padding: 28px 10px 20px 10px;
  /*width: 380px;*/
}
.device-galaxy-s8 .device-content {
  border: 2px solid #222;
  border-radius: 34px;
  /*height: 740px;*/
  /*width: 360px;*/
  width: calc(100% - 20px);
}
.device-galaxy-s8 .device-stripe::after,
.device-galaxy-s8 .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.15);
  border-width: 3px 0;
  content: "";
  /*height: 828px;*/
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 9;
}
.device-galaxy-s8 .device-stripe::after {
  left: 35px;
}
.device-galaxy-s8 .device-stripe::before {
  right: 35px;
}
.device-galaxy-s8 .device-sensors {
  background: #666;
  border-radius: 3px;
  height: 3px;
  left: 50%;
  margin-left: -14px;
  margin-top: 0px;
  position: absolute;
  top: 20px;
  width: 28px;
}
.device-galaxy-s8 .device-sensors::after,
.device-galaxy-s8 .device-sensors::before {
  background: #666;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
}
.device-galaxy-s8 .device-sensors::after {
  -webkit-box-shadow: -115px 0 #333, -103px 0 #333, -142px 0 #333;
          box-shadow: -115px 0 #333, -103px 0 #333, -142px 0 #333;
  height: 4px;
  margin-top: -4px;
  right: -54px;
  width: 4px;
}
.device-galaxy-s8 .device-sensors::before {
  -webkit-box-shadow: 110px 0 #666;
          box-shadow: 110px 0 #666;
  height: 8px;
  left: -53px;
  margin-top: -6px;
  width: 8px;
}
.device-galaxy-s8 .device-btns {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  height: 70px;
  left: -2px;
  position: absolute;
  top: 85px;
  width: 2px;
}
.device-galaxy-s8 .device-btns::after {
  background: #9c9c9c;
  border-radius: 3px 0 0 3px;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 97px;
  width: 2px;
}
.device-galaxy-s8 .device-power {
  background: #9c9c9c;
  border-radius: 0 3px 3px 0;
  height: 33px;
  position: absolute;
  right: -2px;
  top: 153px;
  width: 2px;
}
.device-galaxy-s8.device-blue .device-frame {
  border-color: #444;
  -webkit-box-shadow: inset 0 0 0 1px #444;
          box-shadow: inset 0 0 0 1px #444;
}
.device-galaxy-s8.device-blue .device-stripe::after,
.device-galaxy-s8.device-blue .device-stripe::before {
  border-color: rgba(255, 255, 255, 0.35);
}
.device-galaxy-s8.device-blue .device-btns,
.device-galaxy-s8.device-blue .device-btns::after {
  background: #444;
}
.device-galaxy-s8.device-blue .device-power {
  background: #444;
}
.device-ipad-pro {
  height: 804px;
  width: 560px;
}
.device-ipad-pro .device-frame {
  background: #fff;
  border-radius: 38px;
  -webkit-box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4;
          box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4;
  height: 804px;
  padding: 62px 25px;
  width: 560px;
}
.device-ipad-pro .device-content {
  border: 2px solid #222;
  border-radius: 2px;
  height: 680px;
  width: 510px;
}
.device-ipad-pro .device-header {
  border: 2px solid #c8cacb;
  border-radius: 50%;
  bottom: 17px;
  height: 34px;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  width: 34px;
}
.device-ipad-pro .device-sensors {
  background: #666;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 34px;
  width: 10px;
}
.device-ipad-pro.device-gold .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd;
          box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd;
}
.device-ipad-pro.device-gold .device-header {
  border-color: #e4b08a;
}
.device-ipad-pro.device-rosegold .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #f6a69a, inset 0 0 0 6px #facfc9;
          box-shadow: inset 0 0 0 2px #f6a69a, inset 0 0 0 6px #facfc9;
}
.device-ipad-pro.device-rosegold .device-header {
  border-color: #f6a69a;
}
.device-ipad-pro.device-spacegray .device-frame {
  background: #222;
  -webkit-box-shadow: inset 0 0 0 2px #818187, inset 0 0 0 6px #9b9ba0;
          box-shadow: inset 0 0 0 2px #818187, inset 0 0 0 6px #9b9ba0;
}
.device-ipad-pro.device-spacegray .device-header {
  border-color: #818187;
}
.device-surface-pro {
  /*height: 394px;*/
  /*width: 561px;*/
}
.device-surface-pro .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #c8c8c8;
          box-shadow: inset 0 0 0 2px #c8c8c8;
  /*height: 394px;*/
  margin: 0 auto;
  padding: 16px 14px;
  /*width: 561px;*/
}
@media (min-width: 768px) {
  .device-surface-pro .device-frame {
    padding: 26px 24px;
  }
}
.device-surface-pro .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  /*height: 342px;*/
  /*width: 513px;*/
  width: calc(100% - 48px);
}
.device-surface-pro .device-btns::after,
.device-surface-pro .device-btns::before {
  background: #c8c8c8;
  content: "";
  height: 2px;
  position: absolute;
  top: -2px;
}
.device-surface-pro .device-btns::after {
  left: 122px;
  width: 20px;
}
.device-surface-pro .device-btns::before {
  left: 168px;
  width: 44px;
}
.device-surface-pro .device-sensors {
  background: #333;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 14px;
  width: 6px;
}
.device-surface-book {
  /*height: 424px;*/
  /*width: 728px;*/
  width: 100%;
}
.device-surface-book .device-frame {
  background: #0d0d0d;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #c8c8c8;
          box-shadow: inset 0 0 0 2px #c8c8c8;
  /*height: 408px;*/
  margin: 0 auto;
  padding: 14px 12px;
  position: relative;
  /*width: 584px;*/
  width: calc(100% - 144px);
}
@media (min-width: 768px) {
  .device-surface-book .device-frame {
    padding: 24px 22px;
  }
}
.device-surface-book .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  /*height: 360px;*/
  /*width: 540px;*/
  width: calc(100% - 188px);
}
.device-surface-book .device-btns::after,
.device-surface-book .device-btns::before {
  background: #c8c8c8;
  content: "";
  height: 2px;
  position: absolute;
  top: -2px;
}
.device-surface-book .device-btns::after {
  left: 122px;
  width: 20px;
}
.device-surface-book .device-btns::before {
  left: 168px;
  width: 44px;
}
.device-surface-book .device-power {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#c8c8c8));
  background: -webkit-linear-gradient(top, #eee, #c8c8c8);
  background: -o-linear-gradient(top, #eee, #c8c8c8);
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border: solid #c8c8c8;
  border-radius: 2px;
  border-width: 0 2px;
  height: 12px;
  margin-top: 4px;
  position: relative;
  /*width: 728px;*/
  width: 100%;
}
.device-surface-book .device-power::after,
.device-surface-book .device-power::before {
  content: "";
  position: absolute;
}
.device-surface-book .device-power::after {
  background: -webkit-radial-gradient(center, circle, #eee 0, #eee 95%, #a2a1a1 100%);
  background: -o-radial-gradient(center, circle, #eee 0, #eee 95%, #a2a1a1 100%);
  background: radial-gradient(circle at center, #eee 0, #eee 95%, #a2a1a1 100%);
  border-radius: 0 0 6px 6px;
  height: 8px;
  left: 50%;
  margin-left: -125px;
  top: 0;
  width: 250px;
  z-index: 1;
}
.device-surface-book .device-power::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#c8c8c8));
  background: -webkit-linear-gradient(top, #eee, #c8c8c8);
  background: -o-linear-gradient(top, #eee, #c8c8c8);
  background: linear-gradient(to bottom, #eee, #c8c8c8);
  border-radius: 2px 2px 0 0;
  bottom: 12px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*width: 584px;*/
  width: calc(100% - 144px);
}
.device-macbook-pro {
  height: 444px;
  width: 740px;
}
.device-macbook-pro .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #c8cacb;
          box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}
.device-macbook-pro .device-frame::after {
  background: #272626;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}
.device-macbook-pro .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: "MacBook Pro";
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.device-macbook-pro .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}
.device-macbook-pro .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 2px 4px 0 4px;
  height: 14px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}
.device-macbook-pro .device-power::after,
.device-macbook-pro .device-power::before {
  content: "";
  position: absolute;
}
.device-macbook-pro .device-power::after {
  background: #d5d6d8;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: inset 0 0 4px 2px #babdbf;
          box-shadow: inset 0 0 4px 2px #babdbf;
  height: 10px;
  left: 50%;
  margin-left: -60px;
  top: -2px;
  width: 120px;
}
.device-macbook-pro .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px Infinitypx 0 12px 12px;
  -webkit-box-shadow: inset 0 -2px 6px 0 #474a4d;
          box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 12px;
  left: -4px;
  margin: 0 auto;
  top: 10px;
  width: 740px;
}
.device-macbook-pro.device-spacegray .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #767a7d;
          box-shadow: inset 0 0 0 2px #767a7d;
}
.device-macbook-pro.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}
.device-macbook-pro.device-spacegray .device-power::after {
  background: #83878a;
  -webkit-box-shadow: inset 0 0 4px 2px #6a6d70;
          box-shadow: inset 0 0 4px 2px #6a6d70;
}
.device-macbook-pro.device-spacegray .device-power::before {
  background: #515456;
  -webkit-box-shadow: inset 0 -2px 6px 0 black;
          box-shadow: inset 0 -2px 6px 0 black;
}
.device-macbook {
  height: 432px;
  width: 740px;
}
.device-macbook .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #c8cacb;
          box-shadow: inset 0 0 0 2px #c8cacb;
  height: 428px;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 614px;
}
.device-macbook .device-frame::after {
  background: #272626;
  border-radius: 0 0 20px 20px;
  bottom: 2px;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  width: 610px;
}
.device-macbook .device-frame::before {
  bottom: 10px;
  color: #c8cacb;
  content: "MacBook";
  font-size: 12px;
  height: 16px;
  left: 50%;
  line-height: 16px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.device-macbook .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 360px;
  width: 576px;
}
.device-macbook .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 0 4px;
  height: 4px;
  margin-top: -10px;
  position: relative;
  width: 740px;
  z-index: 9;
}
.device-macbook .device-power::after,
.device-macbook .device-power::before {
  content: "";
  position: absolute;
}
.device-macbook .device-power::after {
  background: -webkit-radial-gradient(center, circle, #e2e3e4 0, #e2e3e4 85%, #a0a3a7 100%);
  background: -o-radial-gradient(center, circle, #e2e3e4 0, #e2e3e4 85%, #a0a3a7 100%);
  background: radial-gradient(circle at center, #e2e3e4 0, #e2e3e4 85%, #a0a3a7 100%);
  border: solid #adb0b3;
  border-width: 0 2px;
  height: 4px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
}
.device-macbook .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px Infinitypx 0 10px 10px;
  -webkit-box-shadow: inset 0 -2px 6px 0 #474a4d;
          box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 10px;
  left: -4px;
  margin: 0 auto;
  top: 4px;
  width: 740px;
}
.device-macbook.device-gold .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #edccb4;
          box-shadow: inset 0 0 0 2px #edccb4;
}
.device-macbook.device-gold .device-power {
  background: #f7e8dd;
  border-color: #edccb4;
}
.device-macbook.device-gold .device-power::after {
  background: -webkit-radial-gradient(center, circle, #f7e8dd 0, #f7e8dd 85%, #dfa276 100%);
  background: -o-radial-gradient(center, circle, #f7e8dd 0, #f7e8dd 85%, #dfa276 100%);
  background: radial-gradient(circle at center, #f7e8dd 0, #f7e8dd 85%, #dfa276 100%);
  border-color: #e4b08a;
}
.device-macbook.device-gold .device-power::before {
  background: #edccb4;
  -webkit-box-shadow: inset 0 -2px 6px 0 #83491f;
          box-shadow: inset 0 -2px 6px 0 #83491f;
}
.device-macbook.device-rosegold .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #f6a69a;
          box-shadow: inset 0 0 0 2px #f6a69a;
}
.device-macbook.device-rosegold .device-power {
  background: #facfc9;
  border-color: #f6a69a;
}
.device-macbook.device-rosegold .device-power::after {
  background: -webkit-radial-gradient(center, circle, #facfc9 0, #facfc9 85%, #ef6754 100%);
  background: -o-radial-gradient(center, circle, #facfc9 0, #facfc9 85%, #ef6754 100%);
  background: radial-gradient(circle at center, #facfc9 0, #facfc9 85%, #ef6754 100%);
  border-color: #f6a69a;
}
.device-macbook.device-rosegold .device-power::before {
  background: #f6a69a;
  -webkit-box-shadow: inset 0 -2px 6px 0 #851b0c;
          box-shadow: inset 0 -2px 6px 0 #851b0c;
}
.device-macbook.device-spacegray .device-frame {
  -webkit-box-shadow: inset 0 0 0 2px #767a7d;
          box-shadow: inset 0 0 0 2px #767a7d;
}
.device-macbook.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}
.device-macbook.device-spacegray .device-power::after {
  background: -webkit-radial-gradient(center, circle, #909496 0, #909496 85%, #515456 100%);
  background: -o-radial-gradient(center, circle, #909496 0, #909496 85%, #515456 100%);
  background: radial-gradient(circle at center, #909496 0, #909496 85%, #515456 100%);
  border-color: #5d6163;
}
.device-macbook.device-spacegray .device-power::before {
  background: #515456;
  -webkit-box-shadow: inset 0 -2px 6px 0 black;
          box-shadow: inset 0 -2px 6px 0 black;
}
.device-surface-studio {
  height: 506px;
  width: 640px;
}
.device-surface-studio .device-frame {
  background: #0d0d0d;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px black;
          box-shadow: inset 0 0 0 2px black;
  height: 440px;
  padding: 20px;
  width: 640px;
}
.device-surface-studio .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 400px;
  width: 600px;
}
.device-surface-studio .device-stripe {
  background: #444;
  border-radius: 0 0 2px 2px;
  bottom: 0;
  height: 4px;
  left: 50%;
  margin-left: -117px;
  position: absolute;
  width: 234px;
}
.device-surface-studio .device-stripe::after,
.device-surface-studio .device-stripe::before {
  content: "";
  left: 50%;
  position: absolute;
  top: -75px;
}
.device-surface-studio .device-stripe::after {
  border: 6px solid #d5d6d8;
  border-radius: 0 0 18px 18px;
  border-top: 0;
  -webkit-box-shadow: inset 0 0 0 4px #c8cacb;
          box-shadow: inset 0 0 0 4px #c8cacb;
  height: 60px;
  margin-left: -140px;
  width: 280px;
  z-index: -1;
}
.device-surface-studio .device-stripe::before {
  border: 15px solid #e2e3e4;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  height: 70px;
  margin-left: -150px;
  width: 300px;
  z-index: -2;
}
.device-surface-studio .device-power {
  background: #eff0f0;
  border: solid #e2e3e4;
  border-radius: 0 0 2px 2px;
  border-width: 0 4px 2px 4px;
  height: 32px;
  margin: 30px auto 0 auto;
  position: relative;
  width: 250px;
}
.device-surface-studio .device-power::after {
  background: #adb0b3;
  content: "";
  height: 2px;
  left: -4px;
  position: absolute;
  top: 4px;
  width: 250px;
}
.device-imac-pro {
  height: 484px;
  width: 624px;
}
.device-imac-pro .device-frame {
  background: #0d0d0d;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 0 0 2px #080808;
          box-shadow: inset 0 0 0 2px #080808;
  height: 428px;
  padding: 24px 24px 80px 24px;
  position: relative;
  width: 624px;
}
.device-imac-pro .device-frame::after {
  background: #2f2e33;
  border-radius: 0 0 18px 18px;
  bottom: 2px;
  content: "";
  height: 54px;
  left: 2px;
  position: absolute;
  width: 620px;
}
.device-imac-pro .device-frame::before {
  bottom: 15px;
  color: #0d0d0d;
  content: "";
  font-size: 24px;
  height: 24px;
  left: 50%;
  line-height: 24px;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 9;
}
.device-imac-pro .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 324px;
  width: 576px;
}
.device-imac-pro .device-power::after,
.device-imac-pro .device-power::before {
  content: "";
}
.device-imac-pro .device-power::after {
  background: #222225;
  border-radius: 2px;
  height: 6px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}
.device-imac-pro .device-power::before {
  border: solid transparent;
  border-bottom-color: #333;
  border-width: 0 8px 50px 8px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 130px;
}
.device-apple-watch {
  height: 234px;
  width: 200px;
}
.device-apple-watch .device-frame {
  background: #0d0d0d;
  border-radius: 40px;
  -webkit-box-shadow: inset 0 0 2px 2px #adb0b3, inset 0 0 0 6px #e2e3e4, inset 0 0 0 8px #e2e3e4;
          box-shadow: inset 0 0 2px 2px #adb0b3, inset 0 0 0 6px #e2e3e4, inset 0 0 0 8px #e2e3e4;
  height: 234px;
  padding: 32px;
  position: relative;
  width: 200px;
}
.device-apple-watch .device-frame::after {
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 25px 0 rgba(255, 255, 255, 0.75);
          box-shadow: inset 0 0 25px 0 rgba(255, 255, 255, 0.75);
  content: "";
  height: 216px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 182px;
}
.device-apple-watch .device-content {
  border: 2px solid #121212;
  border-radius: 2px;
  height: 170px;
  width: 136px;
}
.device-apple-watch .device-btns {
  background: #e2e3e4;
  border-left: 2px solid #adb0b3;
  border-radius: 8px 4px 4px 0.4px 4px 4px 20px;
  -webkit-box-shadow: inset 0 0 2px 2px #adb0b3;
          box-shadow: inset 0 0 2px 2px #adb0b3;
  height: 44px;
  position: absolute;
  right: -10px;
  top: 52px;
  width: 16px;
  z-index: 9;
}
.device-apple-watch .device-btns::after {
  background: #e2e3e4;
  border-radius: 4px 2px 2px 0.4px 2px 2px 10px;
  -webkit-box-shadow: inset 0 0 1px 2px #adb0b3;
          box-shadow: inset 0 0 1px 2px #adb0b3;
  content: "";
  height: 66px;
  position: absolute;
  right: 6px;
  top: 68px;
  width: 8px;
}
.device-apple-watch .device-btns::before {
  background: #adb0b3;
  -webkit-box-shadow: 0 -16px #adb0b3, 0 -12px #adb0b3, 0 -8px #adb0b3, 0 -4px #adb0b3, 0 4px #adb0b3, 0 8px #adb0b3, 0 12px #adb0b3, 0 16px #adb0b3;
          box-shadow: 0 -16px #adb0b3, 0 -12px #adb0b3, 0 -8px #adb0b3, 0 -4px #adb0b3, 0 4px #adb0b3, 0 8px #adb0b3, 0 12px #adb0b3, 0 16px #adb0b3;
  content: "";
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
}
/* Style */
.header {
  position: fixed;
  top: 0;
  left: 0px;
  width: calc(100% - 0px);
  z-index: 90;
  background: #ffffff;
  -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header {
    left: 295px;
    width: calc(100% - 295px);
  }
}
@media (min-width: 1920px) {
  .header {
    left: 296px;
    width: calc(100% - 295px);
  }
}
.header.fixed .header__inner {
  height: 60px;
}
.header.fixed .menu-header__item a {
  color: #333333;
}
@media (min-width: 1200px) {
  .header.fixed .menu-header__item a:hover:before {
    background: rgba(250, 36, 36, 0.25);
  }
}
@media (min-width: 1200px) {
  .header.fixed .menu-header__item a.active {
    color: #fa2424;
  }
  .header.fixed .menu-header__item a.active:before {
    background: #fa2424;
  }
}
.header.fixed .btn.btn-call {
  background: #fa2424;
  color: #ffffff;
  border-color: #fa2424;
}
.header.fixed .btn.btn-call:hover {
  background: #ffffff;
  color: #fa2424;
}
.header__inner {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 1200px) {
  .header__inner {
    height: 58px;
    overflow: visible;
  }
}
.header__logo {
  display: block;
  width: 90px;
}
@media (min-width: 1200px) {
  .header__logo {
    display: none;
  }
}
.header__menu {
  width: 100%;
}
@media (max-width: 1199px) {
  .header__menu {
    display: block;
    height: 0;
    -webkit-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    background: #ffffff;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    margin-right: 20px;
  }
}
.header__menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  width: 100%;
  max-width: unset;
  height: calc(100dvh - 50px);
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.18);
}
@media (max-width: 767px) {
  .header__menu.open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .header__phone {
    margin-left: auto;
    margin-right: 27px;
  }
}
.header__btn {
  display: none;
}
@media (min-width: 1200px) {
  .header__btn {
    display: block;
  }
}
.header__burger {
  display: block;
  text-align: right;
  height: 26px;
}
@media (min-width: 480px) {
  .header__burger {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header_white .menu-header__item a {
  color: #fff;
}
@media (min-width: 1200px) {
  .header_white .menu-header__item a:hover:before {
    background: rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 1200px) {
  .header_white .menu-header__item a.active {
    color: #333333;
  }
  .header_white .menu-header__item a.active:before {
    background: #333333;
  }
}
.header_white .btn.btn-call {
  border-color: #ffffff;
  color: #ffffff;
}
.header .menu-header__item a {
  color: #333333;
}
@media (min-width: 1200px) {
  .header .menu-header__item a:hover:before {
    background: rgba(250, 36, 36, 0.25);
  }
}
@media (min-width: 1200px) {
  .header .menu-header__item a.active {
    color: #fa2424;
  }
  .header .menu-header__item a.active:before {
    background: #fa2424;
  }
}
.burger {
  width: 30px;
  height: 26px;
  background: url(/local/templates/main/css/../img/burger.svg) no-repeat center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.burger.active {
  background: url(/local/templates/main/css/../img/close.svg) no-repeat center;
}
.phone-header {
  color: #fa2424;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 480px) {
  .phone-header {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .phone-header {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
  }
}
.mobile-contacts {
  max-width: 235px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mobile-contacts {
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .mobile-contacts {
    display: none;
  }
}
.p-plus:not(.p-plus--is-showing-toggle) пг .p-plus__toggle-btn {
  display: none !important;
}
.menu-header {
  width: 100%;
  max-width: 100%;
}
@media (max-height: 760px) and (max-width: 1199px) {
  .menu-header {
    height: calc(100vh - 300px);
    overflow: auto;
  }
}
@media (min-width: 480px) {
  .menu-header {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .menu-header {
    padding-top: 0;
    margin: 0 auto;
    max-width: unset;
  }
}
.menu-header .p-plus__overflow {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
  left: 295px;
  padding: 0 23px;
  -webkit-box-shadow: 10px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 6px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .menu-header .p-plus__overflow {
    padding: 0 28px;
  }
}
.menu-header .p-plus__toggle-btn:after {
  content: none;
  display: block;
  margin-left: 7px;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.menu-header .p-plus__toggle-btn[aria-expanded="true"] {
  color: #fa2424;
}
.menu-header .p-plus__toggle-btn[aria-expanded="true"]:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9992 1.84831L14.1508 0L8.08528 6.06555L2.02074 0.0010178L0.172426 1.84933L6.23697 7.91387L0 14.1508L1.84832 15.9991L8.08528 9.76218L14.3233 16.0002L16.1716 14.1519L9.9336 7.91387L15.9992 1.84831Z' fill='%234C4C4C'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 16px;
  border: 0;
}
.menu-header__list {
  padding: 30px;
}
@media (min-width: 1200px) {
  .menu-header__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-header__item {
  color: #333333;
  padding-right: 30px;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .menu-header__item {
    margin-bottom: 0;
  }
}
.menu-header__item a {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .menu-header__item a {
    text-transform: none;
  }
}
.menu-header__item.mobile {
  display: block;
}
@media (min-width: 1200px) {
  .menu-header__item.mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .scroll-wrapper {
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .scroll-wrapper > .scroll-content {
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .scrollbar > .scroll-element.scroll-y {
    display: none !important;
  }
}
.submenu-header__list {
  margin: 28px 0 36px 0;
}
.submenu-header__item {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: normal;
}
.submenu-header__item:not(:last-child) {
  margin-bottom: 22px;
}
.submenu-header__item:hover a {
  color: #f35248;
  padding-left: 36px;
}
.submenu-header__item:hover a:before {
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.submenu-header__item a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-transform: none;
  position: relative;
  padding-left: 18px;
  display: block;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .submenu-header__item a {
    display: inline;
  }
}
.submenu-header__item a:before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(/local/templates/main/css/../img/arrow-menu-right_red.svg) no-repeat;
  top: 50%;
  left: 18px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aside {
  height: 100%;
}
.aside__inner {
  display: none;
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 1200px) {
  .aside__inner {
    display: block;
    height: inherit;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding-top: 37.4px;
    padding-left: 35px;
  }
}
@media (min-width: 1400px) {
  .aside__inner {
    padding-top: 48px;
    padding-left: 45px;
  }
}
.aside__logo {
  margin-bottom: 87px;
}
@media (min-width: 1400px) {
  .aside__logo {
    margin-bottom: 103px;
  }
}
.logo {
  max-width: 162px;
}
.logo img {
  display: block;
}
.aside__contacts {
  position: absolute;
  bottom: 40px;
}
.menu__item {
  margin-bottom: 17px;
  color: #333333;
}
.menu__item a {
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  font-weight: bold;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.menu__item a:hover {
  padding-left: 18px;
}
.menu__item a:hover:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(/local/templates/main/css/../img/arrow-menu-right.svg) no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu__item a.active {
  padding-left: 18px;
  color: #fa2424;
}
.menu__item a.active:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(/local/templates/main/css/../img/arrow-menu-right.svg) no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu__all {
  margin-top: 30px;
  color: #828282;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.menu__all a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
}
@media (min-width: 650px) {
  .menu__all a {
    font-size: 14px;
    line-height: 20px;
  }
}
.menu__all a:hover {
  text-decoration: none;
}
.submenu {
  position: fixed;
  padding-left: 0px;
  top: 50px;
  left: -9000px;
  -webkit-transition: left 500ms ease-in;
  -o-transition: left 500ms ease-in;
  transition: left 500ms ease-in;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .submenu {
    top: 0;
    padding-left: 295px;
    padding-top: 120px;
    width: calc(805px);
  }
}
@media (min-width: 1680px) {
  .submenu {
    padding-left: 360px;
    padding-top: 120px;
    width: calc(870px);
  }
}
.submenu.open {
  left: 0;
  -webkit-transition: left 500ms ease-out;
  -o-transition: left 500ms ease-out;
  transition: left 500ms ease-out;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
}
.submenu__close {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 20px;
  z-index: 1;
  display: none;
  height: 100%;
}
@media (min-width: 1200px) {
  .submenu__close {
    top: 52px;
    width: 52px;
    display: block;
  }
}
.submenu__mobile-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 12px;
  margin-bottom: 45px;
}
@media (min-width: 480px) {
  .submenu__mobile-close {
    padding: 0px 0px 0px 17px;
  }
}
@media (min-width: 768px) {
  .submenu__mobile-close {
    padding: 0px 27px;
  }
}
@media (min-width: 1200px) {
  .submenu__mobile-close {
    display: none;
  }
}
.submenu__mobile-close .bread {
  margin-bottom: 0;
}
.submenu__mobile-close .bread__item {
  margin-right: 20px;
  font-size: 16px;
  line-height: 16px;
}
.submenu__mobile-close .bread__item:last-child {
  display: block;
  color: #fa2424;
  opacity: 1;
}
.submenu__mobile-close .bread__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  width: unset;
  height: unset;
  top: 0;
  right: -12px;
  background: none;
}
.submenu__inner {
  position: relative;
  padding: 0px 0px 0px 15px;
}
@media (min-width: 480px) {
  .submenu__inner {
    padding: 0px 0px 0px 20px;
  }
}
@media (min-width: 768px) {
  .submenu__inner {
    padding: 0px 30px;
  }
}
@media (min-width: 1200px) {
  .submenu__inner {
    max-width: 1020px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1680px) {
  .submenu__inner {
    max-width: 1293px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
.close-submenu {
  width: 15px;
  height: 15px;
  display: block;
  background: url(/local/templates/main/css/../img/arrow-menu-left_black.svg) no-repeat center;
}
@media (min-width: 1200px) {
  .close-submenu {
    background: url(/local/templates/main/css/../img/close_min.svg) no-repeat center;
  }
  .close-submenu:hover {
    background: url(/local/templates/main/css/../img/close_min_red.svg) no-repeat center;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.submenu__section {
  display: none;
  height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu__section.active {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}
.submenu__section-title {
  margin-bottom: 20px;
  color: #fa2424;
}
.submenu__section-title span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.submenu__section-title span:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 12px;
  background: url(/local/templates/main/css/../img/arrow-menu-right.svg) no-repeat;
  margin-left: 10px;
  top: 1px;
}
.submenu__section-title a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  text-decoration: none;
}
.submenu__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .submenu__grid {
    margin: 0 -10px;
  }
}
.submenu__grid-col {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .submenu__grid-col {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.submenu__grid-col.important a {
  font-weight: bold;
}
.submenu__subsection:not(:last-child) {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .submenu__subsection:not(:last-child) {
    margin-bottom: 46px;
  }
}
.submenu__subsection-title {
  color: #828282;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .submenu__subsection-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.submenu__item {
  color: #333333;
}
.submenu__item:not(:last-child) {
  margin-bottom: 26px;
}
.submenu__item a {
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}
.submenu__item a:hover {
  color: #fa2424;
}
.menu-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  max-width: 195px;
}
.menu-contacts__link {
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f35248;
}
.menu-contacts__text {
  color: #828282;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
}
.menu-contacts-social__item:not(:last-child) {
  margin-bottom: 12px;
}
.menu-contacts-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #333333;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-contacts-social__link span {
  display: block;
  position: relative;
  overflow: hidden;
}
.menu-contacts-social__link span:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(40%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: -35%;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: step(2);
          animation-timing-function: step(2);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes shine {
  0% {
    left: -35%;
  }
  25% {
    left: -35%;
  }
  50% {
    left: 0%;
  }
  75% {
    left: 0%;
  }
  100% {
    left: 33%;
  }
}
@keyframes shine {
  0% {
    left: -35%;
  }
  25% {
    left: -35%;
  }
  50% {
    left: 0%;
  }
  75% {
    left: 0%;
  }
  100% {
    left: 33%;
  }
}
.menu-contacts-social__link_wa:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url('/local/templates/main/css/../img/social/wa.svg') no-repeat center / contain;
}
.menu-contacts-social__link_tg:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url('/local/templates/main/css/../img/social/telegram.svg') no-repeat center / contain;
}
.bread {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bread {
    margin-bottom: 40px;
  }
}
.bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bread__item {
  margin-right: 26px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.bread__item a {
  color: inherit;
  text-decoration: none;
}
.bread__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  top: 7px;
  right: -16px;
  background: url(/local/templates/main/css/../img/arrow-menu-right_black.svg) no-repeat center / cover;
}
.bread__item:last-child {
  opacity: 0.7;
}
.bread_red {
  color: #fa2424;
}
.bread_red .bread__item:after {
  background: url(/local/templates/main/css/../img/arrow-menu-right.svg) no-repeat center / cover;
}
.bread_grey {
  color: #828282;
}
.bread_grey .bread__item:after {
  background: url(/local/templates/main/css/../img/arrow-menu-right_grey.svg) no-repeat center / cover;
}
.bread_white {
  color: #ffffff;
}
.bread_white .bread__item:after {
  background: url(/local/templates/main/css/../img/arrow-menu-right_white.svg) no-repeat center / cover;
}
.bread_about {
  margin-top: 36px;
}
.page_offset-2 .bread.bread_about {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .page_offset-2 .bread.bread_about {
    margin-top: 25px;
  }
}
@media (min-width: 920px) {
  .page_offset-2 .bread.bread_about {
    margin-top: 36px;
  }
}
.section.section-form-line {
  background: #f35248;
  padding-top: 50px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .section.section-form-line {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.section.section-form-photo {
  background: url(/local/templates/main/css/../img/bg.svg) repeat left top;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section.section-form-photo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section_index {
  max-width: 1218px;
}
.form-photo__wrap {
  position: relative;
}
@media (min-width: 768px) {
  .form-photo__row_name {
    position: absolute;
    width: calc(50% - 4px);
    left: 0;
    top: 40px;
  }
}
.form-photo__row .tabs__content .form__field {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-photo__row .tabs__content .form__field {
    margin-left: auto;
    width: calc(50% - 4px);
  }
}
.section.section-form-photo_2 {
  background-image: none !important;
}
@media (min-width: 920px) {
  .section.section-form-photo_2 {
    background-position: center right -465px !important;
    background-image: url(/local/templates/main/css/../img/bg-2.svg) !important;
  }
}
@media (min-width: 1200px) {
  .section.section-form-photo_2 {
    background-position: center right -465px !important;
  }
}
@media (min-width: 1440px) {
  .section.section-form-photo_2 {
    background-position: center right -280px !important;
  }
}
@media (min-width: 1600px) {
  .section.section-form-photo_2 {
    background-position: center right -150px !important;
  }
}
.section.section-form-photo_2 .form-photo__row .tabs__content .form__field {
  margin-left: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.section-form-photo_2 .form-photo__row .tabs__content .form__field {
    width: calc(50% - 4px);
  }
}
.section.section-form-photo_2 .form-photo__grid-col:nth-child(1) {
  margin: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .section.section-form-photo_2 .form-photo__grid-col:nth-child(1) {
    width: 85%;
  }
}
@media (min-width: 920px) {
  .section.section-form-photo_2 .form-photo__grid-col:nth-child(1) {
    width: 72%;
  }
}
@media (min-width: 1600px) {
  .section.section-form-photo_2 .form-photo__grid-col:nth-child(1) {
    width: 60%;
  }
}
.section.section-form-photo_2 .form-photo__grid-col:nth-child(2) {
  margin: 0 10px;
  width: calc(41.66% - 20px);
  display: none;
}
@media (min-width: 1280px) {
  .section.section-form-photo_2 .form-photo__grid-col:nth-child(2) {
    display: block;
  }
}
.section.section-form-photo_2 .form-photo__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  max-width: 429px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .section.section-form-photo_2 .form-photo__title {
    font-size: 31px;
    line-height: 32px;
    max-width: 494px;
    margin-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .section.section-form-photo_2 .form-photo__title {
    font-size: 37px;
    line-height: 38px;
    max-width: 592px;
  }
}
.section.section-form-photo_2 .form-photo__row {
  margin: 20px 0;
  gap: 0 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section.section-form-photo_2 .form-photo__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section.section-form-photo_2 .form-photo__row .form__field {
  margin: 0;
}
.section.section-form-photo_2 .form-photo__row .form__btn {
  margin: 0;
  margin-top: 24px;
}
.section.section-form-photo_2 .form-photo__row .form__btn button {
  font-size: 20px;
  line-height: 20px;
  min-width: 214px;
}
.section.section-form-photo_2 .form-photo .inp {
  margin-bottom: 0px;
}
.section.section-form-photo_2 .form-photo__suptitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 11px;
}
.form {
  height: 100%;
}
.form__policy {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
.form__policy a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.form__policy a:hover {
  color: #ffffff;
}
.form-line__suptitle {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form-line__suptitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.form-line__title {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-line__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .form-line__title {
    margin-bottom: 40px;
  }
}
.form-line__grid:after {
  content: "";
  display: table;
  clear: both;
}
.form-line__row {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-line__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 -10px 12px;
  }
}
.form-line__row .form__field,
.form-line__row .form__btn,
.form-line__row .form__policy {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-line__row .form__field,
  .form-line__row .form__btn,
  .form-line__row .form__policy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 10px;
  }
}
.form-line__row .form__field:nth-child(1) {
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
}
@media (min-width: 920px) {
  .form-line__row .form__field:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.form-line__row .form__field:nth-child(2) {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
.form-line__row .form__field:nth-child(3) {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
}
@media (min-width: 920px) {
  .form-line__row .form__field:nth-child(3) {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
}
@media (min-width: 1280px) {
  .form-line__row .form__field:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.form-line__row .submit {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .form-line__row .submit {
    margin-top: 0;
  }
}
.form-line__row .form__policy {
  max-width: 400px;
}
.form-block {
  height: 100%;
  background: #f35248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
}
.form-block__inner {
  margin: auto;
  width: 100%;
  max-width: 245px;
}
@media (min-width: 1680px) {
  .form-block__inner {
    max-width: 345px;
  }
}
.form-block__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .form-block__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.form-block__row {
  margin-bottom: 20px;
}
.form-block__btns {
  margin-top: 35px;
}
.form-photo__suptitle {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form-photo__suptitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.form-photo__title {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-photo__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .form-photo__title {
    margin-bottom: 40px;
  }
}
.form-photo__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.form-photo__grid-col:nth-child(1) {
  margin: 0 10px;
  width: 100%;
}
@media (min-width: 650px) {
  .form-photo__grid-col:nth-child(1) {
    width: calc(75% - 20px);
  }
}
@media (min-width: 920px) {
  .form-photo__grid-col:nth-child(1) {
    width: calc(58.33% - 20px);
  }
}
@media (min-width: 1280px) {
  .form-photo__grid-col:nth-child(1) {
    padding-right: 8.33%;
  }
}
.form-photo__grid-col:nth-child(2) {
  margin: 0 10px;
  width: calc(41.66% - 20px);
  display: none;
}
@media (min-width: 1280px) {
  .form-photo__grid-col:nth-child(2) {
    display: block;
  }
}
.form-photo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -10px 15px;
}
@media (min-width: 650px) {
  .form-photo__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-photo__row:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.form-photo__row .form__field {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-photo__row .form__btn {
  margin: 0 10px;
  max-width: 100%;
  min-width: 192px;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .form-photo__row .form__btn {
    margin-bottom: 0;
  }
}
.form-photo__row .form__policy {
  margin: 0 10px;
}
.form-photo .inp {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  .form-photo .inp {
    margin-bottom: 0;
  }
}
.form-phone {
  max-width: 400px;
}
.form-phone__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px 12px;
}
@media (min-width: 768px) {
  .form-phone__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-phone__row .form__field,
.form-phone__row .form__btn,
.form-phone__row .form__policy {
  margin: 0 10px;
}
.form-phone__row .form__field {
  width: 230px;
}
@media (min-width: 768px) {
  .form-phone__row .form__field {
    width: 189px;
  }
}
.form-phone__row .form-phone__field {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-phone__row .form-phone__field {
    margin-top: 0;
  }
}
.form-phone_cl_default .inp__label {
  color: rgba(51, 51, 51, 0.7);
}
.form-phone_cl_default .form__btn .submit {
  color: #f35248;
  border-color: #f35248;
}
.form-phone_cl_default .form__btn .submit:hover,
.form-phone_cl_default .form__btn .submit:focus {
  color: #ffffff;
  background-color: #fa2424;
  border-color: #fa2424;
}
.form-phone_cl_default .form__policy,
.form-phone_cl_default .form__policy a {
  color: rgba(51, 51, 51, 0.7);
}
.inp {
  width: 100%;
}
.inp__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-bottom: 5px;
  height: 22px;
}
@media (min-width: 768px) {
  .inp__label {
    font-size: 16px;
    line-height: 22px;
  }
}
.inp.success input {
  background: #fff url(/local/templates/main/css/../img/success.svg) no-repeat center right 5px;
}
.inp.error input {
  border-color: #fa2424;
  background: #fff url(/local/templates/main/css/../img/error.svg) no-repeat center right 5px;
  color: #fa2424;
}
.inp input {
  outline: none;
  width: 100%;
  height: 40px;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px 0px 10px;
  font-weight: 300;
}
.inp input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.inp input::-moz-placeholder {
  color: #bdbdbd;
}
.inp input::-ms-input-placeholder {
  color: #bdbdbd;
}
.inp input::placeholder {
  color: #bdbdbd;
}
.inp input:disabled {
  border-color: #fafafa;
}
.inp input:focus {
  border-color: #828282;
}
.textarea {
  width: 100%;
}
.textarea.success textarea {
  background: #fff url(/local/templates/main/css/../img/success.svg) no-repeat center right 5px;
}
.textarea.error textarea {
  border-color: #fa2424;
  background: #fff url(/local/templates/main/css/../img/error.svg) no-repeat center right 5px;
  color: #fa2424;
}
.textarea textarea {
  outline: none;
  width: 100%;
  height: 82px;
  border: 2px solid #ffffff;
  background: #ffffff;
  resize: none;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 16px 8px 10px;
  font-weight: 300;
}
.textarea textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
.textarea textarea::-moz-placeholder {
  color: #bdbdbd;
}
.textarea textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
.textarea textarea::placeholder {
  color: #bdbdbd;
}
.textarea textarea:disabled {
  border-color: #fafafa;
}
.textarea textarea:focus {
  border-color: #828282;
}
.tarea {
  width: 100%;
}
.tarea__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-bottom: 5px;
  height: 22px;
}
@media (min-width: 768px) {
  .tarea__label {
    font-size: 16px;
    line-height: 22px;
  }
}
.tarea textarea {
  font-weight: 300;
  outline: none;
  height: 120px;
  border: 2px solid #ffffff;
  padding: 10px;
  width: 100%;
  display: block;
  background: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.tarea textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
.tarea textarea::-moz-placeholder {
  color: #bdbdbd;
}
.tarea textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
.tarea textarea::placeholder {
  color: #bdbdbd;
}
.tarea textarea:focus {
  border-color: #828282;
}
.sel {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
.sel__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-bottom: 5px;
  height: 22px;
}
@media (min-width: 768px) {
  .sel__label {
    font-size: 16px;
    line-height: 22px;
  }
}
.sel__inner {
  position: relative;
}
.sel__select {
  cursor: pointer;
  height: 40px;
  background: #ffffff;
  padding: 0 30px 0 10px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  line-height: 39px;
  border: 2px solid #ffffff;
  font-weight: 300;
}
.sel__select:empty {
  color: #bdbdbd;
}
.sel__select:empty:before {
  content: attr(data-placheholder);
}
.sel__select:hover:after {
  border-width: 11px 6.5px 0 6.5px;
  border-color: #fa2424 transparent transparent transparent;
}
.sel__select:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #828282 transparent transparent transparent;
}
.sel__list {
  background: #fff;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  display: none;
  border: 1px solid #bdbdbd;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.sel__item {
  cursor: pointer;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .sel__item {
    font-size: 16px;
    line-height: 22px;
  }
}
.sel__item:first-child {
  display: none;
}
.sel__item:hover {
  background: #fafafa;
}
.sel__item[data-selected] {
  background-color: #fafafa;
  background-image: url(/local/templates/main/css/../img/success.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.sel.open .sel__list {
  display: block;
}
.sel.open .sel__select {
  border-color: #828282;
}
.sel.open .sel__select:after {
  border-width: 11px 6.5px 0 6.5px;
  border-color: #fa2424 transparent transparent transparent;
}
button.submit {
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 0 30px;
  background: transparent;
  text-align: center;
  border: 2px solid #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
button.submit:hover {
  background: #ffffff;
  color: #fa2424;
}
.add-filte {
  width: 100%;
}
.add-filte__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-bottom: 5px;
  height: 22px;
}
@media (min-width: 768px) {
  .add-filte__label {
    font-size: 16px;
    line-height: 22px;
  }
}
.add-filte__inner {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 40px;
  border: 2px dashed #fff;
  position: relative;
}
.add-filte__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 25px;
  background: url(/local/templates/main/css/../img/add_file.svg) no-repeat center;
}
.add-filte__inner input {
  display: none;
}
.add-filte__select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 10px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  line-height: 37px;
}
.add-filte__select:empty:before {
  content: attr(data-placheholder);
  color: #ffffff;
}
/* success form  */
form .submit-success {
  display: none;
}
form.success .submit-success {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-phone form.success .form__policy {
  opacity: 0;
}
.form-phone form.success .form__btn {
  display: none;
}
.form-phone .submit-success {
  margin-left: 10px;
}
.section-form-line form.success .form__policy {
  opacity: 0;
}
.section-form-line form.success .submit {
  display: none;
}
@media (max-width: 767px) {
  .section-form-line .submit-success {
    margin-top: 25px;
  }
}
.section-form-photo form.success .form__btn,
.section-form-photo form.success .submit,
.section-form-photo form.success .form__policy {
  display: none;
}
.section-form-photo .submit-success {
  margin-left: 10px;
}
.form-call form.success .form__btn,
.form-call form.success .submit,
.form-call form.success .form__policy {
  display: none;
}
.form-call .submit-success {
  margin-left: 10px;
}
.submit-success {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
.submit-success:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6441 18.3806C13.389 19.2713 8.93559 20 6.70887 20C5.53478 20 5.08944 19.7976 4.84652 19.6761C3.83438 19.1093 2.49835 15.9109 1.52669 13.1984C0.393084 12.3482 -0.133232 11.2551 0.0287115 10.1619C0.190655 9.10931 0.959885 8.21862 2.13397 7.85425C2.74126 7.65182 3.79389 7.40891 4.6441 7.20648C3.06515 4.93927 2.78175 2.63158 3.34855 1.29555C3.71292 0.48583 4.40118 0 5.25138 0C7.07325 0 7.35665 1.65992 7.7615 2.79352C8.0449 3.64372 9.46191 5.18219 11.5672 6.35628C13.1461 7.24696 14.6036 8.42105 14.6846 8.46154C14.887 8.62348 15.049 8.8664 15.049 9.1498V17.6518C15.049 17.9352 14.887 18.2186 14.6441 18.3806ZM13.2676 9.59514C12.7413 9.19028 11.7291 8.46154 10.717 7.89474C8.44976 6.59919 6.54693 4.81781 6.0611 3.36032C6.02061 3.19838 5.93964 3.03644 5.89916 2.87449C5.53478 1.78138 5.4943 1.74089 5.25138 1.74089C5.17041 1.74089 5.08944 1.78138 4.96798 2.02429C4.60361 2.87449 4.9275 5.02024 6.87082 7.12551C7.35665 7.65182 7.03276 8.46154 6.42547 8.583C6.38499 8.583 3.75341 9.23077 2.66029 9.55466C2.13397 9.7166 1.81009 10.0405 1.7696 10.4049C1.68863 10.8907 2.053 11.417 2.74126 11.9028C2.90321 12.0243 3.02466 12.1862 3.10563 12.3482C3.99632 14.7773 5.25138 17.6923 5.73721 18.1781C5.81818 18.2186 6.0611 18.2591 6.70887 18.2591C8.81414 18.2591 12.053 17.6113 13.2676 17.1255V9.59514Z' fill='white'/%3E%3Cpath d='M18.0854 19.1498C17.2757 19.1498 16.6279 18.5425 16.6279 17.7328V9.06883C16.6279 8.25911 17.2757 7.61134 18.0854 7.61134C18.8951 7.61134 19.5024 8.25911 19.5024 9.06883V17.7328C19.5024 18.5425 18.8951 19.1498 18.0854 19.1498Z' fill='white'/%3E%3C/svg%3E");
}
.submit-success_black {
  color: #333333;
}
.submit-success_black:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6441 18.3806C13.389 19.2713 8.93559 20 6.70887 20C5.53478 20 5.08944 19.7976 4.84652 19.6761C3.83438 19.1093 2.49835 15.9109 1.52669 13.1984C0.393084 12.3482 -0.133232 11.2551 0.0287115 10.1619C0.190655 9.10931 0.959885 8.21862 2.13397 7.85425C2.74126 7.65182 3.79389 7.40891 4.6441 7.20648C3.06515 4.93927 2.78175 2.63158 3.34855 1.29555C3.71292 0.48583 4.40118 0 5.25138 0C7.07325 0 7.35665 1.65992 7.7615 2.79352C8.0449 3.64372 9.46191 5.18219 11.5672 6.35628C13.1461 7.24696 14.6036 8.42105 14.6846 8.46154C14.887 8.62348 15.049 8.8664 15.049 9.1498V17.6518C15.049 17.9352 14.887 18.2186 14.6441 18.3806ZM13.2676 9.59514C12.7413 9.19028 11.7291 8.46154 10.717 7.89474C8.44976 6.59919 6.54693 4.81781 6.0611 3.36032C6.02061 3.19838 5.93964 3.03644 5.89916 2.87449C5.53478 1.78138 5.4943 1.74089 5.25138 1.74089C5.17041 1.74089 5.08944 1.78138 4.96798 2.02429C4.60361 2.87449 4.9275 5.02024 6.87082 7.12551C7.35665 7.65182 7.03276 8.46154 6.42547 8.583C6.38499 8.583 3.75341 9.23077 2.66029 9.55466C2.13397 9.7166 1.81009 10.0405 1.7696 10.4049C1.68863 10.8907 2.053 11.417 2.74126 11.9028C2.90321 12.0243 3.02466 12.1862 3.10563 12.3482C3.99632 14.7773 5.25138 17.6923 5.73721 18.1781C5.81818 18.2186 6.0611 18.2591 6.70887 18.2591C8.81414 18.2591 12.053 17.6113 13.2676 17.1255V9.59514Z' fill='%23fa2424'/%3E%3Cpath d='M18.0854 19.1498C17.2757 19.1498 16.6279 18.5425 16.6279 17.7328V9.06883C16.6279 8.25911 17.2757 7.61134 18.0854 7.61134C18.8951 7.61134 19.5024 8.25911 19.5024 9.06883V17.7328C19.5024 18.5425 18.8951 19.1498 18.0854 19.1498Z' fill='%23fa2424'/%3E%3C/svg%3E");
}
.footer {
  background: #362f2f;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 650px) {
  .footer__inner {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__links {
  color: #bdbdbd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__links a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: inherit;
  font-size: 12px;
  line-height: 20px;
}
.footer__links a:hover {
  color: #ffffff;
}
.footer__links .menu-contacts__text {
  max-width: 194px;
  color: #bdbdbd;
}
@media (min-width: 1200px) {
  .footer__links .menu-contacts__text {
    display: none;
  }
}
.footer__links-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 650px) {
  .footer__links-inner {
    margin-bottom: 0;
  }
}
.address-footer {
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .address-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.address-footer__inner {
  width: 100%;
}
.footer-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 650px) {
  .footer-city {
    margin-left: 50px;
  }
}
.footer-city__item {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .footer-city__item {
    font-size: 16px;
    line-height: 22px;
  }
}
.tag {
  margin-bottom: 20px;
}
.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag__item {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 24px;
}
.social_footer {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .social_footer {
    margin-bottom: 0;
  }
}
.social__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.social__item {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .social__item {
    width: 40px;
    height: 40px;
  }
}
.social__link {
  display: block;
  width: 100%;
  height: 100%;
}
.social_footer .social__list {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (min-width: 650px) {
  .social_footer .social__list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media (min-width: 920px) {
  .social_footer .social__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.social_footer .social__item {
  width: 34px;
  height: 34px;
  margin-right: 0;
}
.social_footer .social__link {
  width: 34px;
  height: 34px;
}
.social-vk {
  background: url(/local/templates/main/css/../img/social/new-red/vk.svg) no-repeat center;
  background-size: contain;
}
.social-dzen {
  background: url(/local/templates/main/css/../img/social/new-red/dz.svg) no-repeat center;
  background-size: contain;
}
.social-tenchat {
  background: url(/local/templates/main/css/../img/social/new-red/tch.svg) no-repeat center;
  background-size: contain;
}
.social-fb {
  background: url(/local/templates/main/css/../img/social/fb.svg) no-repeat center;
  background-size: contain;
}
.social-tw {
  background: url(/local/templates/main/css/../img/social/tw.svg) no-repeat center;
  background-size: contain;
}
.social-tg {
  background: url(/local/templates/main/css/../img/social/tg-round.svg) no-repeat center;
  background-size: contain;
}
.social-wt {
  background: url(/local/templates/main/css/../img/social/wt-round.svg) no-repeat center;
  background-size: contain;
}
.social-ig {
  background: url(/local/templates/main/css/../img/social/grey/ig.svg) no-repeat center;
  background-size: contain;
}
.social-vk_grey {
  background: url(/local/templates/main/css/../img/social/grey/vk.svg) no-repeat center;
  background-size: contain;
}
.social-vk_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/vk.svg) no-repeat center;
}
.social-fb_grey {
  background: url(/local/templates/main/css/../img/social/grey/fb.svg) no-repeat center;
  background-size: contain;
}
.social-fb_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/fb.svg) no-repeat center;
}
.social-yt_grey {
  background: url(/local/templates/main/css/../img/social/grey/yt.svg) no-repeat center;
  background-size: contain;
}
.social-yt_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/yt.svg) no-repeat center;
}
.social-ig_grey {
  background: url(/local/templates/main/css/../img/social/grey/ig.svg) no-repeat center;
  background-size: contain;
}
.social-ig_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/ig.svg) no-repeat center;
}
.social-dzen_grey {
  background: url(/local/templates/main/css/../img/social/grey/dzen.svg) no-repeat center;
  background-size: contain;
}
.social-dzen_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/dzen.svg) no-repeat center;
}
.social-th_grey {
  background: url(/local/templates/main/css/../img/social/grey/th.svg) no-repeat center;
  background-size: contain;
}
.social-th_grey:hover {
  background: url(/local/templates/main/css/../img/social/red/th.svg) no-repeat center;
}
.tabs_form {
  margin-bottom: 14px;
}
.tabs_form .tabs__content {
  width: 100%;
}
.tabs_form .tabs__caption {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tabs_form .tabs__caption-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FF968F;
}
.tabs_form .tabs__caption-item:not(:last-child) {
  margin-right: 0px;
}
.tabs_form .tabs__caption-item.active {
  background: #ffffff;
}
.tabs_form .tabs__caption-item.active:after {
  content: none;
}
.tabs_form .tabs__caption-item.active a {
  color: #333333;
}
.tabs_form .tabs__caption-item a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fa2424;
  padding: 10px 14px;
}
@media (max-width: 768px) {
  .tabs_form .tabs__caption-item a {
    padding: 10px 56px;
  }
}
.tabs__select {
  position: relative;
}
@media (max-width: 479px) {
  .tabs__select .tabs__caption {
    display: none;
    background: #fff;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    border: 1px solid #bdbdbd;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  }
}
.tabs__select.open .tabs__select-title:after {
  border-width: 11px 6.5px 0 6.5px;
  border-color: #fa2424 transparent transparent transparent;
}
.tabs__select.open .tabs__caption {
  display: block;
}
.tabs__select-title {
  cursor: pointer;
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tabs__select-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #828282 transparent transparent transparent;
}
@media (min-width: 480px) {
  .tabs__select-title {
    display: none;
  }
}
.tabs__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tabs__caption-item {
  position: relative;
}
.tabs__caption-item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 479px) {
  .tabs__caption-item:not(:last-child) {
    margin-right: 0;
  }
}
.tabs__caption-item:after {
  content: none;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #fa2424;
}
.tabs__caption-item.active {
  color: #fa2424;
}
.tabs__caption-item.active:after {
  content: "";
}
@media (max-width: 479px) {
  .tabs__caption-item.active:after {
    content: none;
  }
}
@media (max-width: 479px) {
  .tabs__caption-item.active {
    color: inherit;
    background-color: #fafafa;
    background-image: url(/local/templates/main/css/../img/success.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
  }
}
.tabs__caption-item a {
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .tabs__caption-item a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .tabs__caption-item a {
    display: block;
    font-weight: normal;
    padding: 12px 14px;
  }
}
.tabs__caption-item a:hover {
  color: #fa2424;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.block-icon-min__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-icon-min__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .block-icon-min__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-icon-min__item {
  margin: 30px 10px 0px;
  width: calc(100% - 20px);
  padding-right: 40px;
}
@media (min-width: 768px) {
  .block-icon-min__item {
    margin: 40px 10px 0px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1280px) {
  .block-icon-min__item {
    width: calc(25% - 20px);
  }
}
.block-icon-min__image {
  margin-bottom: 26px;
}
.block-icon-min__image img {
  display: block;
}
.block-icon-min__content {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-icon-min__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-icon-circle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-icon-circle__item {
  margin: 30px 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .block-icon-circle__item {
    display: block;
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 768px) {
  .block-icon-circle__item {
    padding-right: 40px;
    margin: 40px 10px 0;
  }
}
.block-icon-circle__image {
  margin-bottom: 20px;
  position: relative;
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-icon-circle__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  background: #f35248;
  border-radius: 100%;
}
@media (max-width: 479px) {
  .block-icon-circle__image {
    width: 86px;
    margin-bottom: 0;
  }
}
.block-icon-circle__image img {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}
@media (max-width: 479px) {
  .block-icon-circle__inner {
    width: calc(100% - 86px);
    padding-left: 18px;
  }
}
.block-icon-circle__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-weight: 600;
}
@media (min-width: 768px) {
  .block-icon-circle__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-icon-circle__title + .block-icon-circle__content {
  margin-top: 20px;
}
.block-icon-circle__content {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-icon-circle__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-icon__item {
  margin: 30px 10px 0px;
  width: calc(100% - 20px);
  padding-right: 20px;
}
@media (min-width: 768px) {
  .block-icon__item {
    margin: 40px 10px 0px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 920px) {
  .block-icon__item {
    width: calc(33.33% - 20px);
  }
}
.block-icon__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-icon__image {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  width: 60px;
}
.block-icon__image img {
  display: block;
}
.block-icon__title {
  width: calc(100% - 60px);
  padding-left: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .block-icon__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-icon__content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-icon__content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .block-icon__content {
    margin-top: 40px;
  }
}
.block-box-out__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .block-box-out__list {
    margin: 0 -10px;
  }
}
.block-box-out__item {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .block-box-out__item {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .block-box-out__item {
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .block-box-out__item {
    margin: 40px 10px 0px;
    width: calc(50% - 20px);
  }
}
.block-box-out__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-box-out__image {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  width: 60px;
}
.block-box-out__image img {
  display: block;
}
.block-box-out__title {
  width: calc(100% - 60px);
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .block-box-out__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.block-box-out__title br {
  display: none;
}
@media (min-width: 1280px) {
  .block-box-out__title br {
    display: block;
  }
}
.block-box-out__content {
  margin-top: 30px;
  display: none;
}
@media (min-width: 480px) {
  .block-box-out__content {
    display: block;
  }
}
.block-box {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-box {
    margin-top: 20px;
  }
}
.block-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1280px) {
  .block-box__list {
    margin: 0 -10px;
  }
}
.block-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0px;
  width: 100%;
  padding: 15px 20px 20px 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.block-box__item[href] {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  text-decoration: none;
}
.block-box__item[href]:hover,
.block-box__item[href]:focus {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.block-box__item[href]:hover .block-box__title,
.block-box__item[href]:focus .block-box__title {
  color: #fa2424;
}
@media (min-width: 768px) {
  .block-box__item {
    padding: 25px 30px 30px 30px;
  }
}
@media (min-width: 1280px) {
  .block-box__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0px;
    min-height: 366px;
  }
}
.block-box__item ul {
  margin-top: 40px !important;
}
.block-box__item li {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-box__item li::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
  display: block;
  margin-right: 10px;
  width: 13px;
  height: 1px;
  background-color: #333333;
}
@media (min-width: 768px) {
  .block-box__item li::before {
    margin-top: 14px;
  }
}
.block-box__subtext {
  color: #333333;
  margin-bottom: 30px;
}
.block-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-box__image {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  width: 60px;
}
.block-box__image img {
  display: block;
}
.block-box__title {
  width: calc(100% - 60px);
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 20px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #333333;
}
@media (min-width: 768px) {
  .block-box__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.block-box__content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  display: none;
}
@media (min-width: 768px) {
  .block-box__content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 480px) {
  .block-box__content {
    display: block;
  }
}
@media (min-width: 1280px) {
  .block-box__content {
    margin-bottom: 20px;
  }
}
.block-box__price {
  margin-top: 30px;
  color: #fa2424;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .block-box__price {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .block-box__price {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .block-box__price {
    margin-top: auto;
  }
}
.block-box__btn {
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .block-box_integrated-marketing .block-box__item {
    min-height: unset;
  }
}
.block-services {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-services {
    margin-top: 20px;
  }
}
.block-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1280px) {
  .block-services__list {
    margin: 0 -10px;
  }
}
.block-services__item {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0px;
  width: 100%;
  padding: 15px 20px 20px 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.block-services__item.nolink:before {
  border-color: transparent #C4C4C4 transparent transparent;
}
@media (min-width: 480px) {
  .block-services__item {
    min-height: 290px;
  }
}
@media (min-width: 768px) {
  .block-services__item {
    padding: 25px 30px 30px 30px;
  }
}
@media (min-width: 1280px) {
  .block-services__item {
    min-height: 366px;
    margin: 20px 10px 0px;
    width: calc(50% - 20px);
  }
}
.block-services__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #f35248 transparent transparent;
}
@media (max-width: 479px) {
  .block-services__item:before {
    display: none;
  }
}
.block-services__item:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 27px;
  top: 20px;
  right: 20px;
  background: url(/local/templates/main/css/../img/arrow-right_white.svg) no-repeat center;
}
.block-services__item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 480px) {
  .block-services__head {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .block-services__head {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .block-services__head {
    height: 100px;
    margin-bottom: 0;
  }
}
.block-services__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-services__image {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  width: 60px;
}
.block-services__image img {
  display: block;
}
.block-services__title {
  padding-left: 10px;
  width: calc(100% - 60px);
  padding-right: 100px;
}
@media (min-width: 480px) {
  .block-services__title {
    padding-left: 20px;
  }
}
@media (max-width: 1279px) {
  .block-services__title br {
    display: none;
  }
}
.block-services__title a {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .block-services__title a {
    font-size: 30px;
    line-height: 30px;
  }
}
.block-services__content {
  display: none;
}
@media (min-width: 480px) {
  .block-services__content {
    display: block;
  }
}
@media (min-width: 1280px) {
  .block-services__content {
    margin-bottom: 20px;
  }
}
.block-services__price {
  margin-top: 30px;
  color: #fa2424;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .block-services__price {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .block-services__price {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .block-services__price {
    margin-top: auto;
  }
}
.block-box-card {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-box-card {
    margin-top: 20px;
  }
}
.block-box-card.grey .block-box-card__item {
  background: #fafafa;
}
.block-box-card.shadow .block-box-card__item {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
}
@media (max-width: 480px) {
  .block-box-card_erp-crm-intranets.block-box-card.shadow .block-box-card__item,
  .block-box-card_commissioned-work.block-box-card.shadow .block-box-card__item {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-top: 1px solid #bdbdbd;
  }
  .block-box-card_erp-crm-intranets.block-box-card.shadow .block-box-card__item:last-child,
  .block-box-card_commissioned-work.block-box-card.shadow .block-box-card__item:last-child {
    border-bottom: 1px solid #bdbdbd;
  }
  .block-box-card_erp-crm-intranets .block-box-card__value,
  .block-box-card_commissioned-work .block-box-card__value {
    display: none;
  }
  .block-box-card_erp-crm-intranets .block-box-card__caption,
  .block-box-card_commissioned-work .block-box-card__caption {
    display: none;
  }
  .block-box-card_erp-crm-intranets .block-box-card__item-title,
  .block-box-card_commissioned-work .block-box-card__item-title {
    position: relative;
  }
  .block-box-card_erp-crm-intranets .block-box-card__item-title:after,
  .block-box-card_commissioned-work .block-box-card__item-title:after {
    content: none;
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  }
  .block-box-card_erp-crm-intranets .block-box-card__item-title.open::after,
  .block-box-card_commissioned-work .block-box-card__item-title.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  }
  .block-box-card_erp-crm-intranets .block-box-card__item-title.open + .block-box-card__caption,
  .block-box-card_commissioned-work .block-box-card__item-title.open + .block-box-card__caption {
    display: block;
  }
}
@media (max-width: 480px) and (max-width: 767px) {
  .block-box-card_erp-crm-intranets .block-box-card__item-title:after,
  .block-box-card_commissioned-work .block-box-card__item-title:after {
    content: '';
  }
}
@media (min-width: 768px) {
  .block-box-card_commissioned-work.block-box-card.shadow .block-box-card__item {
    min-height: 150px;
    width: calc(33% - 20px);
  }
}
.block-box-card_integrated-marketing.block-box-card.shadow .block-box-card__item {
  color: inherit;
  text-decoration: none;
}
.block-box-card_smm .block-box-card__item {
  min-height: auto;
}
.block-box-card_smm .block-box-card__title {
  margin-bottom: 0;
}
.block-box-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-box-card__item {
  position: relative;
  padding: 20px;
  margin: 20px 10px 0px;
  width: calc(100% - 20px);
  background: #ffffff;
}
@media (min-width: 768px) {
  .block-box-card__item {
    min-height: 150px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1280px) {
  .block-box-card__item {
    width: calc(33% - 20px);
  }
}
.block-box-card__title {
  margin-bottom: 10px;
  font-weight: 700;
}
.block-box-card__value {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block-box-card__value {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-box-card__ico {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.block-box-card_wide .block-box-card__item {
  width: 100%;
}
/* block-logo */
.block-logo {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-logo {
    margin-top: 20px;
  }
}
.block-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 10px 0px;
  width: calc(50% -  20px);
  height: 90px;
  padding: 20px;
}
@media (min-width: 480px) {
  .block-logo__item {
    width: calc(33.33% -  20px);
  }
}
@media (min-width: 768px) {
  .block-logo__item {
    width: calc(25% -  20px);
  }
}
@media (min-width: 1024px) {
  .block-logo__item {
    width: calc(20% -  20px);
  }
}
@media (min-width: 1280px) {
  .block-logo__item {
    width: calc(16.66% -  20px);
  }
}
.block-logo__item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-logo_about {
  margin-bottom: 30px;
}
.block-logo_commissioned-work {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-top: 60px;
}
.block-logo_commissioned-work .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.block-logo_commissioned-work .slick-dots li {
  list-style: none;
}
.block-logo_commissioned-work .slick-dots li.slick-active button {
  background: #4f4f4f;
}
.block-logo_commissioned-work .slick-dots li button {
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 3px;
  padding: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #bdbdbd;
  font-size: 0;
}
.block-logo_commissioned-work .block-logo__item {
  padding: 0;
  height: 13px;
  margin: 10px;
  position: relative;
}
@media (min-width: 480px) {
  .block-logo_commissioned-work .block-logo__item {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .block-logo_commissioned-work .block-logo__item {
    width: calc(11% -  20px);
  }
}
.block-logo_commissioned-work .block-logo__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* block-info */
.block-info {
  margin-top: 30px;
  padding: 30px 20px;
  background: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .block-info {
    margin-top: 40px;
    padding: 40px 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .block-info {
    padding: 40px 70px;
  }
}
.block-info__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-info__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.block-icon-line {
  margin: 20px 0 0px;
}
.block-icon-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.block-icon-line__item {
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.icon-circle-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-circle-line__image img {
  width: 87px;
  height: 87px;
  max-width: inherit;
}
.icon-circle-line__caption {
  margin-left: 14px;
  font-size: 18px;
  line-height: 24px;
}
.block-statistics {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-statistics {
    margin-top: 40px;
  }
}
.block-statistics .block-statistics__item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .block-statistics .block-statistics__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-statistics .block-statistics__item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.block-statistics__content {
  max-width: 250px;
}
@media (min-width: 768px) {
  .block-statistics__content {
    max-width: 350px;
  }
}
.block-statistics__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .block-statistics__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-statistics__caption {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-statistics__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-statistics__count {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fa2424;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .block-statistics__count {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 480px) {
  .block-statistics__count {
    margin-top: 0;
  }
}
.block-statistics-line {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-statistics-line {
    margin-top: 40px;
  }
}
.block-statistics-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.block-statistics-line__item {
  width: calc(33.33% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
.block-statistics-line__caption {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-statistics-line__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-statistics-line__count {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #fa2424;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .block-statistics-line__count {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-faq {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-faq {
    margin-top: 40px;
  }
}
.block-faq__item {
  border-top: 1px solid #e0e0e0;
}
.block-faq__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.block-faq__item.close .block-faq__head:before {
  background: url(/local/templates/main/css/../img/arrow-down_red.svg) no-repeat center;
}
.block-faq__item.close .block-faq__content {
  height: 0 !important;
  padding-bottom: 15px;
}
.block-faq__title {
  color: #828282;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 650px) {
  .block-faq__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-faq__head {
  cursor: pointer;
  padding-top: 15px;
  padding-left: 57px;
  max-width: 780px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .block-faq__head {
    font-size: 22px;
    line-height: 24px;
  }
}
.block-faq__head:before {
  content: "";
  width: 29px;
  height: 19px;
  position: absolute;
  top: 15px;
  left: 0;
  background: url(/local/templates/main/css/../img/arrow-up_red.svg) no-repeat center;
}
.block-faq__content {
  padding-left: 57px;
  max-width: 780px;
  padding-bottom: 60px;
  overflow: hidden;
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .block-faq__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.figure-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .figure-block {
    margin-top: 40px;
  }
}
.figure-block img + img {
  margin-left: 30px;
}
@media (min-width: 768px) {
  .figure-block img + img {
    margin-left: 40px;
  }
}
.figure-block__caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.figure-block + .figure-block {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .figure-block_desktop {
    display: none;
  }
}
.figure-block_about {
  margin-top: 0;
  margin-bottom: 30px;
}
/* block-photo */
.block-photo .block-icon-circle__list {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .block-photo .block-icon-circle__list {
    margin-top: -40px;
  }
}
.block-photo__images {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-photo__images {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .block-photo__images {
    display: none;
  }
  .block-photo__images img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* block-change */
.block-change {
  margin: 40px auto 0;
  max-width: 728px;
}
.block-change__caption {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.sas-calc__title,
.ltv-calc__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 40px;
}
.sas-calc__container,
.ltv-calc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sas-calc__calculation,
.ltv-calc__calculation {
  max-width: 498px;
  width: 100%;
}
.sas-calc__calculation > * + *,
.ltv-calc__calculation > * + * {
  margin-top: 30px;
}
.sas-calc__button .ltv-calc__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sas-calc__input-container > * + *,
.ltv-calc__input-container > * + * {
  margin-top: 20px;
}
.sas-calc__input-item,
.ltv-calc__input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sas-calc__label,
.ltv-calc__label {
  margin-bottom: 3px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.sas-calc__input-client,
.sas-calc__input,
.ltv-calc__input {
  width: 100%;
  padding: 10px 25px 6px 11px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.sas-calc__input-client:focus,
.sas-calc__input:focus,
.ltv-calc__input:focus {
  outline: none;
}
.sas-calc__button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.sas-calc__button,
.ltv-calc__button {
  width: 100%;
  max-width: 178px;
}
.sas-calc__result,
.ltv-calc__result {
  padding-top: 60px;
  margin-left: 40px;
  width: 100%;
  max-width: 437px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sas-calc__result > * + *,
.ltv-calc__result > * + * {
  margin-top: 25px;
}
.sas-calc__result-key,
.ltv-calc__result-key {
  font-family: Druk Wide Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.sas-calc__result-value {
  word-break: break-all;
  text-align: center;
}
.sas-calc__result-value,
.ltv-calc__result-value {
  font-family: Druk Wide Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #f35248;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.section {
  background: #ffffff;
}
.section .title-h1 {
  margin-bottom: 30px;
}
.section_grey {
  background: #fafafa;
}
.section_red {
  background: #f35248;
}
.section_red .head__subtitle {
  color: #ffffff !important;
}
.section_red .head {
  color: #ffffff !important;
}
.section_red .content {
  color: #ffffff !important;
}
.section_red-2 {
  background-color: #ff5146;
}
.section_red-2 .head__subtitle {
  color: #ffffff !important;
}
.section_red-2 .head {
  color: #ffffff !important;
}
.section_red-2 .content {
  color: #ffffff !important;
}
.section_gray-7 {
  background-color: #EFEFEF;
}
.section_gray-8 {
  background-color: #E7E7E7;
}
.section_photo {
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: top right;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
@media (max-width: 919px) {
  .section_photo {
    background: #ffffff !important;
    border-top: 1px solid #f1f0f0;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .section_photo {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (min-width: 920px) {
  .section_photo {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.section_photo .btn-down_white {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 919px) {
  .section_photo .btn-down_white {
    display: none;
  }
}
@media (min-width: 920px) {
  .section_photo .btn-down_black {
    display: none;
  }
}
@media (min-width: 920px) {
  .section_photo .block-icon-circle__title {
    color: #ffffff;
  }
}
@media (min-width: 920px) {
  .section_photo p {
    color: #ffffff;
  }
}
.section[class*="_bgi"] {
  background-repeat: no-repeat;
  background-position: right 100px center;
}
.section_bgi_online-store {
  background-image: url('/local/templates/main/css/../img/sections/online-store.png');
}
.section_bgi_brand-platform {
  background-image: url('/local/templates/main/css/../img/sections/brand-platform.png');
}
.section_bgi_loyalty-program {
  background-image: url('/local/templates/main/css/../img/sections/loyalty-program.png');
}
.section_bgi_personal-account[class*="_bgi"] {
  background-image: url('/local/templates/main/css/../img/sections/personal-account.jpg');
  background-position: right center;
  background-size: cover;
}
.section_bgi_tilda-websites {
  background-image: url('/local/templates/main/css/../img/sections/tilda-websites.png');
}
.section_bgi_corporate-identity {
  background-image: url('/local/templates/main/css/../img/sections/corporate-identity.png');
}
.section_bgi_mvp-startups[class*="_bgi"] {
  background-image: url('/local/templates/main/css/../img/sections/mvp-startups-2.png');
  background-position: right  center;
}
.section_bgi_payment-models[class*="_bgi"] {
  background-image: url('/local/templates/main/css/../img/sections/payment-models.png');
  background-position: right  center;
}
.section_bgi_erp-crm-intranets[class*="_bgi"] {
  background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover, url('/local/templates/main/css/../img/sections/erp-crm-intranets-2.png') no-repeat right center / 478px 437px;
  background-color: #E7E7E7;
}
.section_bgi_commissioned-work[class*="_bgi"] {
  background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right 49px center / 633px 474px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
  background-color: #fafafa;
}
.section_bgi_web-services-api[class*="_bgi"] {
  background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -197px center / 1201px auto;
  background-color: #ff5146;
}
.section_bgi_integrated-marketing[class*="_bgi"] {
  background: url('/local/templates/main/css/../img/sections/integrated-marketing.png') no-repeat top -44px right 70px;
}
.section_bgi_naming[class*="_bgi"] {
  background-image: url('/local/templates/main/css/../img/sections/naming.png');
  background-position: right 0 center;
}
.section_bgi_about {
  background-image: none;
  background-position: center;
  min-height: 596px;
  background-size: cover;
  padding-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_bgi_about .head {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.section_bgi_about .head__title-2 {
  margin-top: auto;
}
.section_bgi_vacancy[class*="_bgi"] {
  padding-bottom: 60px;
  background-image: none;
}
.section_bgi_vacancy[class*="_bgi"] .head__title + .head__title {
  margin-top: 10px;
}
.section_mgv_sm {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section_mgv_lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section_pdb_sm {
  padding-bottom: 35px;
}
.section_pdt_lg {
  padding-top: 60px;
}
.section_pdb_lg {
  padding-bottom: 60px;
}
.section_pdt_md {
  padding-top: 40px;
}
.section_pdb_md {
  padding-bottom: 40px;
}
.section_pdt_md.section_pdb_md.section-service_mvp-startups {
  padding: 40px 0;
}
@media (max-width: 1440px) {
  .section[class*="_bgi"] {
    background-position: right -20px center;
  }
  .section_bgi_personal-account[class*="_bgi"] {
    background-position: right center;
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background-position: right -230px center;
  }
}
@media (max-width: 767px) {
  .section[class*="_bgi"] {
    background-image: none;
  }
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-image: url('/local/templates/main/css/../img/sections/mvp-startups-2.png');
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover;
    background-color: #E7E7E7;
  }
  .section_bgi_about[class*="_bgi"] {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 24px;
    background-position: center;
    min-height: 320px;
  }
}
@media (max-width: 479px) {
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-image: none;
  }
  .section_bgi_about[class*="_bgi"] {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 24px;
    background-position: center;
    min-height: 298px;
  }
}
.section__content {
  width: 430px;
  max-width: 100%;
}
.section-service_mvp-startups .section__content {
  width: 536px;
}
@media (min-width: 1440px) {
  .section__content {
    width: 500px;
  }
  .section__content_wd_lg {
    width: 700px;
  }
}
@media (min-width: 480px) {
  .section_bgi_vacancy[class*="_bgi"] {
    padding-bottom: 70px;
  }
  .section_bgi_about[class*="_bgi"] {
    min-height: 435px;
    padding-bottom: 36px;
    padding-top: 82px;
  }
}
@media (min-width: 768px) {
  .section_bgi_vacancy[class*="_bgi"] {
    background-image: url('/local/templates/main/css/../img/sections/vacancy.png');
    background-position: right -300px top;
  }
  .section_bgi_payment-models[class*="_bgi"] {
    background-position: right -153px center;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -116px center / 599px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right -245px center / 473px 323px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_integrated-marketing[class*="_bgi"] {
    background: url(/local/templates/main/css/../img/sections/integrated-marketing.png) no-repeat top -48px right -77px;
    background-size: 374px;
  }
  .section_bgi_contextual-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/contextual-advertising.png') no-repeat right -200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_targeted-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/targeted-advertising.png') no-repeat right -200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_media-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/media-advertising.png') no-repeat right -200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_smm[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/smm.png') no-repeat right -200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_promotion-strategy[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/promotion-strategy.png') no-repeat right -83px center / 367px;
    background-color: #EFEFEF;
  }
}
@media (min-width: 920px) {
  .section_bgi_vacancy[class*="_bgi"] {
    background-position: right -200px top;
  }
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-image: url('/local/templates/main/css/../img/sections/mvp-startups.svg');
    background-position: right -68px center;
    background-size: 62%;
  }
  .section_bgi_payment-models[class*="_bgi"] {
    background-position: right  center;
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover, url('/local/templates/main/css/../img/sections/erp-crm-intranets-2.png') no-repeat right -72px center / 401px 371px;
    background-color: #E7E7E7;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -383px center / 893px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right -188px center / 552px 392px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_integrated-marketing[class*="_bgi"] {
    background: url(/local/templates/main/css/../img/sections/integrated-marketing.png) no-repeat top 1px right -77px;
    background-size: 374px;
  }
  .section_bgi_contextual-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/contextual-advertising.png') no-repeat right -88px center;
    background-color: #EFEFEF;
  }
  .section_bgi_targeted-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/targeted-advertising.png') no-repeat right -88px center;
    background-color: #EFEFEF;
  }
  .section_bgi_media-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/media-advertising.png') no-repeat right -88px center;
    background-color: #EFEFEF;
  }
  .section_bgi_smm[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/smm.png') no-repeat right -88px center;
    background-color: #EFEFEF;
  }
  .section_bgi_promotion-strategy[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/promotion-strategy.png') no-repeat right 35px center / 400px;
    background-color: #EFEFEF;
  }
  .section_bgi_about[class*="_bgi"] {
    min-height: 472px;
    padding-bottom: 36px;
    padding-top: 89px;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .section_bgi_vacancy[class*="_bgi"] {
    padding-bottom: 104px;
  }
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-position: right -96px center;
    background-size: 65%;
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover, url('/local/templates/main/css/../img/sections/erp-crm-intranets-2.png') no-repeat right -72px center / 401px 371px;
    background-color: #E7E7E7;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -383px center / 893px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right -239px center / 571px 356px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_integrated-marketing[class*="_bgi"] {
    background: url(/local/templates/main/css/../img/sections/integrated-marketing.png) no-repeat top 1px right -77px;
    background-size: 374px;
  }
  .section_bgi_promotion-strategy[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/promotion-strategy.png') no-repeat right 22px center / 380px;
    background-color: #EFEFEF;
  }
}
@media (min-width: 1440px) {
  .section_bgi_vacancy[class*="_bgi"] {
    background-position: right top;
  }
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-position: right -76px center;
    background-size: 72%;
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover, url('/local/templates/main/css/../img/sections/erp-crm-intranets-2.png') no-repeat right 17px center / 401px 371px;
    background-color: #E7E7E7;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -218px center / 893px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right -188px center / 555px 385px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_integrated-marketing[class*="_bgi"] {
    background: url(/local/templates/main/css/../img/sections/integrated-marketing.png) no-repeat top -38px right 15px;
    background-size: 374px;
  }
  .section_bgi_contextual-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/contextual-advertising.png') no-repeat right 51px center;
    background-color: #EFEFEF;
  }
  .section_bgi_targeted-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/targeted-advertising.png') no-repeat right 51px center;
    background-color: #EFEFEF;
  }
  .section_bgi_media-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/media-advertising.png') no-repeat right 51px center;
    background-color: #EFEFEF;
  }
  .section_bgi_smm[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/smm.png') no-repeat right 51px center;
    background-color: #EFEFEF;
  }
  .section_bgi_promotion-strategy[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/promotion-strategy.png') no-repeat right 22px center / 380px;
    background-color: #EFEFEF;
  }
}
@media (min-width: 1600px) {
  .section_bgi_vacancy[class*="_bgi"] {
    background-position: right top;
  }
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-position: right 30px center;
    background-size: 62%;
  }
  .section_bgi_erp-crm-intranets[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/erp-crm-intranets-1.png') no-repeat center / cover, url('/local/templates/main/css/../img/sections/erp-crm-intranets-2.png') no-repeat right 104px center / 478px 437px;
    background-color: #E7E7E7;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -196px center / 1000px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right -49px center / 572px 385px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_integrated-marketing[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/integrated-marketing.png') no-repeat top -44px right 70px;
  }
  .section_bgi_promotion-strategy[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/promotion-strategy.png') no-repeat right 55px center / 440px;
    background-color: #EFEFEF;
  }
  .section_bgi_about[class*="_bgi"] {
    min-height: 600px;
    background-position: center top;
  }
}
@media (min-width: 1920px) {
  .section_bgi_mvp-startups[class*="_bgi"] {
    background-position: right 178px center;
    background-size: 52%;
  }
  .section_bgi_web-services-api[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/web-services-api.png') no-repeat right -197px center / 1201px auto;
    background-color: #ff5146;
  }
  .section_bgi_commissioned-work[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/commissioned-work-1.png') no-repeat right 49px center / 633px 441px, url('/local/templates/main/css/../img/sections/commissioned-work-2.jpg') no-repeat center / cover;
    background-color: #fafafa;
  }
  .section_bgi_contextual-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/contextual-advertising.png') no-repeat right 200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_targeted-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/targeted-advertising.png') no-repeat right 200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_media-advertising[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/media-advertising.png') no-repeat right 200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_smm[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/smm.png') no-repeat right 200px center;
    background-color: #EFEFEF;
  }
  .section_bgi_smm[class*="_bgi"] {
    background: url('/local/templates/main/css/../img/sections/smm.png') no-repeat right 200px center;
    background-color: #EFEFEF;
  }
}
.section-service {
  padding: 0 0 40px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .section-service {
    padding-top: 30px;
  }
}
@media (min-width: 920px) {
  .section-service {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .section-service {
    padding-top: 60px;
  }
}
.section-service .form-phone {
  margin-top: 40px;
}
.section-service_mvp-startups .form-phone {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .section-service_mvp-startups .form-phone {
    margin-top: 30px;
  }
}
.section-service_payment-models .user-content__title_no-icon {
  margin-bottom: 14px;
}
.section-service_payment-models .user-content__title-sm {
  margin-top: 18px;
}
.section-service_payment-models .check-list {
  margin-bottom: 0;
  margin-top: 20px;
}
.section-service_payment-models .check-list__item {
  padding-top: 0;
}
.section-service_payment-models .check-list__item::before {
  top: 16px;
}
.section-service_payment-models .user-content__title-sm:before {
  top: 12px;
}
.section-service_payment-models .check-list__item-text {
  display: block;
}
.section-service_payment-models .content {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .section-service_payment-models .content {
    font-size: 16px;
    line-height: 21px;
    margin-top: 17px;
    margin-bottom: 0;
  }
}
.section-service_payment-models .content ul {
  margin-top: 0;
  margin-bottom: 0;
}
.section-service_payment-models .content ul li:first-child {
  margin-top: 0;
}
.section-service_payment-models .content ul li::before {
  width: 6px;
  height: 6px;
  top: 6px;
}
@media (min-width: 1600px) {
  .section-service_payment-models .content ul li::before {
    top: 8px;
  }
}
@media (max-width: 1600px) {
  .section-service_erp-crm-intranets .section-service .form-phone {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-service_erp-crm-intranets .section__content_wd_lg {
    width: 560px;
  }
}
@media (min-width: 1440px) {
  .section-service_erp-crm-intranets .section__content_wd_lg {
    width: 664px;
  }
}
@media (max-width: 1600px) {
  .section-service_commissioned-work .section-service .form-phone {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-service_commissioned-work .section__content_wd_lg {
    width: 560px;
  }
}
@media (min-width: 1200px) {
  .section-service_commissioned-work .section__content_wd_lg {
    width: 788px;
  }
}
@media (min-width: 1440px) {
  .section-service_commissioned-work .section__content_wd_lg {
    width: 816px;
  }
}
@media (max-width: 1600px) {
  .section-service_web-services-api .section-service .form-phone {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-service_web-services-api .section__content.section__content_wd_lg {
    width: 710px;
  }
}
@media (min-width: 1440px) {
  .section-service_web-services-api .section__content.section__content_wd_lg {
    width: 710px;
  }
}
.section-article {
  padding: 20px 0 50px;
  border-top: 1px solid #f1f0f0;
}
@media (min-width: 768px) {
  .section-article {
    padding: 20px 0 60px;
  }
}
.section-article .tabs {
  display: none;
}
@media (min-width: 768px) {
  .section-article .tabs {
    display: block;
  }
}
.section-advantages {
  min-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E7E7E7 no-repeat right center / auto 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-advantages {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 919px) {
  .section-advantages {
    background-image: none !important;
  }
}
.section-advantages_blend-mode {
  background-blend-mode: multiply;
}
.advantages {
  margin: auto 0;
}
.advantages__list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .advantages__list {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -10px 0;
  }
}
.advantages__item {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
@media (min-width: 920px) {
  .advantages__item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 10px 0;
    width: calc(33.333% - 20px);
  }
}
@media (min-width: 1680px) {
  .advantages__item {
    width: calc(28.7% - 20px);
  }
}
.advantages__link {
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
@media (min-width: 920px) {
  .advantages__link {
    color: #333333;
    margin-top: 40px;
  }
}
.advantages__link a {
  color: inherit;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .advantages__link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.advantages__link a:hover {
  color: #fa2424;
}
.advantages__link a:hover:after {
  background: url(/local/templates/main/css/../img/arrow-right_red.svg) no-repeat center / contain;
}
.advantages__link a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 15px;
  top: 8px;
  right: 0px;
  width: 12px;
  height: 26px;
  background: url(/local/templates/main/css/../img/arrow-right_black.svg) no-repeat center / contain;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 920px) {
  .advantages__link a:after {
    background: url(/local/templates/main/css/../img/arrow-right_black.svg) no-repeat center / contain;
  }
}
.advantages__m-images {
  margin-top: 20px;
}
.advantages__m-images img {
  display: block;
}
@media (min-width: 920px) {
  .advantages__m-images {
    display: none;
  }
}
.advantages .head__title {
  color: #333333;
}
.advantage {
  min-height: 100%;
}
@media (min-width: 767px) {
  .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 920px) {
  .advantage {
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.advantage__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 919px) {
  .advantage__head {
    margin-bottom: 0;
    width: 50%;
    padding-right: 8.33%;
  }
}
@media (max-width: 767px) {
  .advantage__head {
    width: 100%;
    padding-right: 0;
  }
}
.advantage__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .advantage__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.advantage__content {
  margin-top: auto;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .advantage__content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 919px) {
  .advantage__content {
    margin-top: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .advantage__content {
    width: 100%;
    margin-top: 10px;
  }
}
.section-slider {
  color: #ffffff;
}
.section-slider .head__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 43px;
  color: inherit;
}
@media (max-width: 1199px) {
  .section-slider .head__title {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .section-slider .head__title {
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
  }
}
.section-slider .head__title span {
  display: block;
}
.section-slider .head__title span:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .section-slider .head__title span:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .section-slider .head__title span:not(:last-child) {
    margin-bottom: 8px;
  }
}
.slider {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .slider {
    margin-top: 50px;
  }
}
.slider__item {
  min-height: 460px;
  background: #f35248 no-repeat bottom right 140px;
  background-size: auto 100%;
  padding: 44px 20px;
}
@media (max-width: 767px) {
  .slider__item {
    background-position: bottom right;
  }
}
@media (min-width: 650px) {
  .slider__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .slider__item {
    padding-left: 46px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .slider__item {
    min-height: 425px;
    padding-left: 50px;
    padding-right: 65px;
  }
}
.slider__content {
  width: 100%;
}
.slider__inner {
  max-width: 1040px;
  position: relative;
  z-index: 2;
}
.slider__inner .head {
  margin-top: 0;
}
.slider__inner .head_white {
  color: #fff;
}
.slider__inner .head_white .head__subtitle {
  color: #fff;
}
.slider__description {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .slider__description {
    font-size: 22px;
    line-height: 24px;
  }
}
.slider__btn {
  margin-top: 63px;
}
@media (min-width: 1200px) {
  .slider__btn {
    margin-top: 55px;
  }
}
.slider__nav {
  position: absolute;
  z-index: 2;
  left: 60px;
  bottom: 100px;
}
.slider__nav .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__nav .slick-dots li {
  cursor: pointer;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.4);
}
.slider__nav .slick-dots li.slick-active {
  background: #ffffff;
}
.slider__nav .slick-dots button {
  outline: none;
  cursor: pointer;
  width: inherit;
  height: inherit;
  font-size: 0;
  border: none;
  padding: 0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background: transparent;
}
.slider__next {
  position: absolute;
  left: 60px;
  bottom: 40px;
}
.section-contacts {
  padding-bottom: 60px;
}
.contacts__description {
  max-width: 560px;
}
.contacts__social-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contacts__social-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.contacts__social {
  margin-top: 40px;
}
.contacts-description__grid {
  margin-bottom: 40px;
}
@media (min-width: 650px) {
  .contacts-description__grid {
    margin-bottom: 60px;
  }
}
@media (min-width: 920px) {
  .contacts-description__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 60px;
  }
}
@media (min-width: 920px) {
  .contacts-description__grid-col {
    margin: 0 10px;
  }
}
@media (min-width: 920px) {
  .contacts-description__grid-col:first-child {
    width: calc(66.66% - 20px);
    padding-right: 8.33%;
  }
}
.contacts-description__grid-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 920px) {
  .contacts-description__grid-col:last-child {
    width: calc(33.33% - 20px);
  }
}
.contacts-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 650px) {
  .contacts-grid__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contacts-grid__col {
  margin-left: 10px;
  margin-right: 10px;
}
.contacts-grid__col:first-child {
  margin-top: 40px;
}
@media (min-width: 650px) {
  .contacts-grid__col:first-child {
    width: calc(33.33% - 20px);
    margin-top: 0px;
  }
}
@media (min-width: 650px) {
  .contacts-grid__col:last-child {
    width: calc(66.66% - 20px);
  }
}
.contact {
  color: #333333;
}
.contact__city {
  position: relative;
  color: #fa2424;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .contact__city {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact__city:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.contact__phone,
.contact__loc,
.contact__email {
  margin-bottom: 10px;
}
.contact__email a {
  border-bottom: 1px solid #333333;
}
.contact a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
#contacts-map {
  width: 100%;
  height: 200px;
  background: #828282;
}
@media (min-width: 480px) {
  #contacts-map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #contacts-map {
    height: 340px;
  }
}
.services {
  margin-top: 40px;
}
.section-404 {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-404 {
    padding-bottom: 60px;
  }
}
.content-404__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.content-404__col:nth-child(1) {
  margin: 0 10px;
}
@media (min-width: 920px) {
  .content-404__col:nth-child(1) {
    width: calc(75% - 20px);
  }
}
.content-404__col:nth-child(2) {
  margin: 0 10px;
  width: calc(25% - 20px);
  display: none;
}
@media (min-width: 920px) {
  .content-404__col:nth-child(2) {
    display: block;
  }
}
.content-404__contacts {
  margin-top: 60px;
}
@media (min-width: 650px) {
  .content-404__contacts {
    margin-top: 80px;
  }
}
.content-404 .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .content-404 .btn {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .our-project__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 17px -10px 0;
  }
}
.our-project__item {
  background: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .our-project__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 624px;
  }
}
@media (min-width: 1440px) {
  .our-project__item {
    display: block;
    margin: 20px 10px 0;
    width: calc(33.333% - 20px);
  }
}
.our-project__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .our-project__content {
    padding: 23px 49px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .our-project__content {
    padding: 17px 34px;
  }
}
.our-project__img {
  width: 100%;
  height: 145px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #E7E7E7;
}
@media (min-width: 768px) {
  .our-project__img {
    border-right: 1px solid #E7E7E7;
    border-bottom: 0;
    height: 190px;
    width: 312px;
  }
}
@media (min-width: 1440px) {
  .our-project__img {
    border-right: 0;
    border-bottom: 1px solid #E7E7E7;
    width: auto;
  }
}
.our-project__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-project__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: inherit;
}
@media (min-width: 768px) {
  .our-project__title {
    margin-bottom: 25px;
  }
}
.our-project__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: inherit;
}
.payment__list {
  background-color: #fafafa;
  padding: 13px 14px;
  margin-top: 40px;
}
@media (min-width: 480px) {
  .payment__list {
    padding: 28px;
  }
}
@media (min-width: 768px) {
  .payment__list {
    margin-top: 64px;
    padding: 38px 35px;
  }
}
@media (min-width: 920px) {
  .payment__list {
    padding: 38px 40px;
  }
}
@media (min-width: 1440px) {
  .payment__list {
    padding: 40px 45px;
  }
}
.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.payment__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .payment__item:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media (min-width: 920px) {
  .payment__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.payment__title {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #F40C02;
}
@media (min-width: 480px) {
  .payment__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .payment__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 920px) {
  .payment__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .payment__title {
    font-size: 60px;
    line-height: 72px;
  }
}
.payment__icon {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}
@media (min-width: 480px) {
  .payment__icon {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 920px) {
  .payment__icon {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1440px) {
  .payment__icon {
    width: 100px;
    height: 100px;
  }
}
.payment__icon img {
  max-width: 100%;
  height: 100%;
}
.payment__table {
  background-color: #fafafa;
  margin-top: 60px;
}
.payment__table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.payment__table-row:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.payment__table-icon {
  width: 19px;
  height: 19px;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media (min-width: 480px) {
  .payment__table-icon {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .payment__table-icon {
    width: 42px;
    height: 43px;
    margin-bottom: 18px;
  }
}
@media (min-width: 920px) {
  .payment__table-icon {
    width: 61px;
    height: 61px;
  }
}
@media (min-width: 1440px) {
  .payment__table-icon {
    width: 75px;
    height: 75px;
  }
}
.payment__table-cell {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  padding: 12px 6px;
  letter-spacing: -0.06em;
  word-break: break-word;
}
@media (min-width: 480px) {
  .payment__table-cell {
    font-size: 9px;
    line-height: 11px;
    padding: 16px 6px;
  }
}
@media (min-width: 768px) {
  .payment__table-cell {
    font-size: 14px;
    line-height: 17px;
    padding: 28px 16px;
  }
}
@media (min-width: 920px) {
  .payment__table-cell {
    font-size: 18px;
    line-height: 22px;
    padding: 33px 16px;
  }
}
@media (min-width: 1200px) {
  .payment__table-cell {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 1440px) {
  .payment__table-cell {
    font-size: 20px;
    line-height: 24px;
    padding: 38px 16px;
  }
}
.payment__table-cell:not(:last-child) {
  border-right: 2px solid #e0e0e0;
}
.payment__table-cell_red {
  color: #f35248;
}
.payment__table-cell_red span {
  color: #2F2F2F;
  display: block;
}
.payment__table-cell_empty {
  padding: 0;
  max-height: 86px;
}
@media (min-width: 768px) {
  .payment__table-cell_empty {
    max-height: 137px;
  }
}
@media (min-width: 920px) {
  .payment__table-cell_empty {
    max-height: 199px;
  }
}
.payment__table-cell_empty img {
  width: 100%;
  height: 100%;
}
.payment-steps {
  background-color: #fafafa;
  padding: 13px 15px;
  margin-top: 64px;
}
@media (min-width: 480px) {
  .payment-steps {
    padding: 28px 31px;
  }
}
@media (min-width: 768px) {
  .payment-steps {
    padding: 38px;
  }
}
@media (min-width: 1440px) {
  .payment-steps {
    padding: 64px 68px;
  }
}
.payment-steps__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .payment-steps__head {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .payment-steps__head {
    margin-bottom: 54px;
  }
}
.payment-steps__title {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #F40C02;
}
@media (min-width: 480px) {
  .payment-steps__title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .payment-steps__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 920px) {
  .payment-steps__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .payment-steps__title {
    font-size: 60px;
    line-height: 72px;
  }
}
.payment-steps__num {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.06em;
  color: #B8B8B8;
}
@media (min-width: 480px) {
  .payment-steps__num {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .payment-steps__num {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 920px) {
  .payment-steps__num {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .payment-steps__num {
    font-size: 60px;
    line-height: 72px;
  }
}
.payment-steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-steps__list_v4 .payment-steps__item {
  max-width: 55px;
}
@media (min-width: 480px) {
  .payment-steps__list_v4 .payment-steps__item {
    max-width: 88px;
  }
}
@media (min-width: 768px) {
  .payment-steps__list_v4 .payment-steps__item {
    max-width: 145px;
  }
}
@media (min-width: 920px) {
  .payment-steps__list_v4 .payment-steps__item {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__list_v4 .payment-steps__item {
    max-width: 166px;
  }
}
@media (min-width: 1440px) {
  .payment-steps__list_v4 .payment-steps__item {
    max-width: 186px;
  }
}
.payment-steps__list_v4 .payment-steps__item:not(:last-child) {
  margin-right: 6px;
}
@media (min-width: 480px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child) {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child) {
    margin-right: 20px;
  }
}
.payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
  top: 20px;
  width: 17px;
  height: 18px;
  left: calc(90%);
}
@media (min-width: 480px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
    top: 30px;
    width: 30px;
    height: 31px;
  }
}
@media (min-width: 768px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
    top: 56px;
    width: 44px;
    height: 46px;
  }
}
@media (min-width: 920px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
    width: 54px;
    height: 55px;
    top: 70px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
    width: 50px;
    height: 51px;
  }
}
@media (min-width: 1440px) {
  .payment-steps__list_v4 .payment-steps__item:not(:last-child)::before {
    width: 58px;
    height: 61px;
  }
}
.payment-steps__list_v4 .payment-steps__img {
  width: 55px;
  height: 55px;
  padding: 11px;
}
@media (min-width: 480px) {
  .payment-steps__list_v4 .payment-steps__img {
    width: 88px;
    height: 88px;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .payment-steps__list_v4 .payment-steps__img {
    width: 145px;
    height: 145px;
    padding: 30px;
  }
}
@media (min-width: 920px) {
  .payment-steps__list_v4 .payment-steps__img {
    width: 180px;
    height: 180px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .payment-steps__list_v4 .payment-steps__img {
    width: 166px;
    height: 166px;
  }
}
@media (min-width: 1440px) {
  .payment-steps__list_v4 .payment-steps__img {
    width: 186px;
    height: 186px;
  }
}
.payment-steps__item {
  max-width: 71px;
}
.payment-steps__item:not(:last-child) {
  margin-right: 12px;
  position: relative;
}
@media (min-width: 480px) {
  .payment-steps__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .payment-steps__item:not(:last-child) {
    margin-right: 36px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__item:not(:last-child) {
    margin-right: 39px;
  }
}
.payment-steps__item:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: calc(96%);
  background: url('/local/templates/main/css/../img/payment-steps/icon_check.svg') no-repeat center / contain;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media (min-width: 480px) {
  .payment-steps__item:not(:last-child)::before {
    top: 39px;
    left: calc(96%);
    width: 34px;
    height: 33px;
  }
}
@media (min-width: 768px) {
  .payment-steps__item:not(:last-child)::before {
    top: 63px;
    width: 54px;
    height: 53px;
  }
}
@media (min-width: 920px) {
  .payment-steps__item:not(:last-child)::before {
    width: 64px;
    height: 63px;
    top: 82px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__item:not(:last-child)::before {
    width: 58px;
    height: 61px;
    left: calc(97%);
  }
}
@media (min-width: 480px) {
  .payment-steps__item {
    max-width: 115px;
  }
}
@media (min-width: 768px) {
  .payment-steps__item {
    max-width: 185px;
  }
}
@media (min-width: 920px) {
  .payment-steps__item {
    max-width: 231px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__item {
    max-width: 212px;
  }
}
.payment-steps__img {
  width: 71px;
  height: 71px;
  border: 1px solid #F40C02;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11px;
  padding: 15px;
}
@media (min-width: 480px) {
  .payment-steps__img {
    width: 115px;
    height: 115px;
    padding: 20px;
    margin-bottom: 15px;
    border: 2px solid #F40C02;
  }
}
@media (min-width: 768px) {
  .payment-steps__img {
    width: 185px;
    height: 185px;
    padding: 0;
    border: 3px solid #F40C02;
    margin-bottom: 25px;
  }
}
@media (min-width: 920px) {
  .payment-steps__img {
    width: 231px;
    height: 231px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__img {
    width: 212px;
    height: 212px;
  }
}
.payment-steps__img_ml img {
  margin-left: 18px;
}
.payment-steps__img img {
  max-width: 100%;
  height: auto;
}
.payment-steps__text {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #2F2F2F;
}
@media (min-width: 480px) {
  .payment-steps__text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) {
  .payment-steps__text {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 920px) {
  .payment-steps__text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .payment-steps__text {
    font-size: 22px;
    line-height: 26px;
  }
}
.payment-particular__item .payment-particular__item-title {
  position: relative;
}
.payment-particular__item .payment-particular__item-title:after {
  content: none;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.5px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%234F4F4F'/%3E%3C/svg%3E");
}
@media (max-width: 479px) {
  .payment-particular__item .payment-particular__item-title:after {
    content: '';
  }
}
.payment-particular__item .payment-particular__item-title.open + p {
  display: block;
}
.payment-particular__item .payment-particular__item-title.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
}
.payment-particular__item p {
  display: none;
}
@media (min-width: 480px) {
  .payment-particular__item p {
    display: block;
  }
}
.scrum-block {
  padding: 15px;
  margin-top: 58px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .scrum-block {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .scrum-block {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .scrum-block__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
@media (min-width: 920px) {
  .scrum-block__grid {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.scrum-block__grid-item:not(:last-child) {
  margin-bottom: 52px;
  position: relative;
}
.scrum-block__grid-item:not(:last-child)::before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  border-top: 1px dashed #4f4f4f;
}
@media (min-width: 768px) {
  .scrum-block__grid-item:not(:last-child) {
    margin-bottom: 0px;
  }
  .scrum-block__grid-item:not(:last-child)::before {
    left: 100%;
    top: 112px;
    margin-top: 0px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 28px;
  }
}
@media (min-width: 920px) {
  .scrum-block__grid-item:not(:last-child)::before {
    width: 40px;
    top: 103px;
  }
}
.scrum-block__grid-item:last-child {
  margin-bottom: 0;
}
.scrum-block__grid-item:last-child::before {
  content: none;
}
.scrum-block__grid-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 24px;
}
.scrum-block__title {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .scrum-block__title {
    height: 34px;
  }
}
@media (min-width: 920px) {
  .scrum-block__title {
    height: auto;
  }
}
.scrum-block__steps-item {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 7px 10px;
}
@media (min-width: 768px) {
  .scrum-block__steps-item {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px;
  }
}
@media (min-width: 920px) {
  .scrum-block__steps-item {
    padding: 10px;
  }
}
.scrum-block__steps-item:not(:last-child) {
  margin-bottom: 8px;
}
.scrum-block__steps-item_grey {
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
}
.scrum-block__step-block {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 124px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 920px) {
  .scrum-block__step-block {
    height: 136px;
  }
}
.scrum-block__step-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -40px;
  margin-top: 20px;
}
.scrum-block__step-img {
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #4f4f4f;
  width: 106px;
  height: 106px;
  padding: 28px 0px 20px 26px;
  z-index: 2;
}
@media (min-width: 920px) {
  .scrum-block__step-img {
    width: 121px;
    height: 121px;
    padding: 31px 0px 20px 30px;
  }
}
@media (min-width: 1440px) {
  .scrum-block__step-img {
    width: 130px;
    height: 130px;
    padding: 40px 0px 20px 40px;
    font-size: 14px;
    line-height: 20px;
  }
}
.scrum-block__step-img::before {
  position: absolute;
  bottom: -2px;
  left: 51%;
  z-index: 1;
  content: '';
  display: block;
  width: 91px;
  height: 15px;
  background: url('/local/templates/main/css/../img/payment-steps/icon_scrum-2.svg') no-repeat center / contain;
}
@media (min-width: 1200px) {
  .scrum-block__step-img::before {
    width: 122px;
    height: 22px;
  }
}
.scrum-block__step-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/main/css/../img/payment-steps/icon_scrum-1.svg') no-repeat center / contain;
}
.scrum-block__step-img span {
  display: block;
}
.scrum-block__step-img_s {
  position: absolute;
  top: -23%;
  left: 79px;
  z-index: 0;
  width: 68px;
  height: 68px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  line-height: 15px;
  padding: 41px 0px 0px 24px;
  background: url('/local/templates/main/css/../img/payment-steps/icon_scrum-3.svg') no-repeat center / contain;
}
.scrum-block__step-img_s::before,
.scrum-block__step-img_s::after {
  content: none;
}
@media (min-width: 920px) {
  .scrum-block__step-img_s {
    top: -23%;
    left: 90px;
    z-index: 0;
    width: 79px;
    height: 79px;
  }
}
@media (min-width: 920px) {
  .scrum-block__step-img_s {
    top: -28%;
    left: 97px;
    z-index: 0;
    width: 90px;
    height: 90px;
    font-size: 14px;
    line-height: 20px;
    padding: 49px 0px 0px 30px;
  }
}
.technology-stack {
  background: #fafafa;
  padding: 15px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .technology-stack {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .technology-stack {
    padding: 50px;
  }
}
.technology-stack__list {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .technology-stack__list {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    row-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .technology-stack__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
@media (min-width: 920px) {
  .technology-stack__list {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
.technology-stack__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 480px) {
  .technology-stack__item {
    display: block;
  }
}
.technology-stack__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .technology-stack__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .technology-stack__item:not(:last-child) {
    position: relative;
  }
  .technology-stack__item:not(:last-child)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin-left: 17px;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #E7E7E7;
  }
}
@media (min-width: 920px) {
  .technology-stack__item:not(:last-child)::before {
    margin-left: 35px;
  }
}
.technology-stack__icon::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
@media (min-width: 480px) {
  .technology-stack__icon::before {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .technology-stack__icon::before {
    margin-bottom: 30px;
  }
}
.technology-stack__icon_infrastructure::before {
  background: url('/local/templates/main/css/../img/icons/icon_infrastructure.svg') no-repeat center / contain;
}
.technology-stack__icon_cloud::before {
  background: url('/local/templates/main/css/../img/icons/icon_cloud.svg') no-repeat center / contain;
}
.technology-stack__icon_tests::before {
  background: url('/local/templates/main/css/../img/icons/icon_tests.svg') no-repeat center / contain;
}
.technology-stack__icon_storage::before {
  background: url('/local/templates/main/css/../img/icons/icon_storage.svg') no-repeat center / contain;
}
.technology-stack__title {
  font-family: HeliosExt, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .technology-stack__title {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
@media (min-width: 920px) {
  .technology-stack__title {
    font-size: 22px;
    line-height: 31px;
  }
}
.technology-stack__progs {
  margin-bottom: 0;
}
.technology-stack__prog {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #4f4f4f;
}
.technology-stack__prog:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .technology-stack__prog:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .technology-stack__prog {
    font-size: 18px;
    line-height: 28px;
  }
}
.project-type {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .project-type {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .project-type__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
  }
}
@media (min-width: 920px) {
  .project-type__list {
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
  }
}
@media (min-width: 1200px) {
  .project-type__list {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}
.project-type__item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .project-type__item:not(:last-child) {
    margin-bottom: 0px;
  }
}
.project-type__link {
  text-decoration: none;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #4f4f4f;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .project-type__link {
    font-size: 20px;
    line-height: 26px;
    padding: 9px 0;
  }
}
.project-type__link:hover {
  color: #fa2424;
}
.project-type__link::after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 33px;
  height: 33px;
  background-color: #f35248;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.999999C15 0.447715 14.5523 -5.74472e-07 14 -8.27353e-07L5 -2.65626e-08C4.44772 -3.63737e-07 4 0.447715 4 1C4 1.55228 4.44772 2 5 2L13 2L13 10C13 10.5523 13.4477 11 14 11C14.5523 11 15 10.5523 15 10L15 0.999999ZM1.70711 14.7071L14.7071 1.70711L13.2929 0.292893L0.292893 13.2929L1.70711 14.7071Z' fill='white'/%3E%3C/svg%3E%0A");
}
.user-content ul.technology-stack__progs,
.user-content ul.project-type__list {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .user-content ul.technology-stack__progs,
  .user-content ul.project-type__list {
    margin-bottom: 0;
  }
}
.section-project-list {
  background: transparent;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-list {
    padding-bottom: 60px;
  }
}
.section-project-list .title-h2 {
  margin-bottom: 20px;
}
.section-main-project-more {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-main-project-more {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.section-project-more {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-more {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-project-more + .section-blog-more {
  padding-top: 0;
}
.section-project-slider {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-project-task-dev {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-task-dev {
    padding-bottom: 60px;
  }
}
.section-project-content {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #f1f0f0;
}
@media (min-width: 768px) {
  .section-project-content {
    padding-bottom: 60px;
  }
}
.section-project-content .form-block {
  min-height: 410px;
}
.section-block-change {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-block-change {
    display: none;
  }
}
.section-project-result-dev {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-result-dev {
    padding-bottom: 60px;
  }
}
.section-project-task-seo {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-task-seo {
    padding-bottom: 60px;
  }
}
.section-project-task-seo .project-task {
  border-bottom: none;
  padding-bottom: 0;
}
.section-project-task-seo .project-task__grid-col {
  margin-left: 10px;
  margin-right: 10px;
}
.section-project-task-seo .project-task__grid-col:first-child {
  padding-right: 16.666%;
}
.section-project-task-seo .project-task__grid-col:last-child img {
  width: 118px;
}
.section-project-result-seo {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-project-result-seo {
    padding-bottom: 60px;
  }
}
/* project */
@media (min-width: 768px) {
  .project__description {
    max-width: calc(100% - 54px);
  }
}
.project__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project__content {
    margin-top: 40px;
  }
}
.project__content h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project__content h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .project__content h2 {
    margin-top: 40px;
  }
}
.project__content h3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 650px) {
  .project__content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .project__content h3 {
    margin-top: 40px;
  }
}
.project__content iframe {
  width: 100%;
  height: 150px;
  margin: 20px auto;
}
@media screen and (min-width: 480px) {
  .project__content iframe {
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .project__content iframe {
    height: 340px;
  }
}
@media screen and (min-width: 1280px) {
  .project__content iframe {
    height: 380px;
  }
}
.project__inner {
  max-width: 480px;
}
@media (min-width: 768px) {
  .project__inner {
    max-width: 620px;
  }
}
@media (min-width: 1280px) {
  .project__inner {
    max-width: 720px;
  }
}
.project__caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .project__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.project__link {
  margin-top: 10px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.project a {
  color: inherit;
  font-size: inherit;
}
.project a:hover {
  color: #333333;
}
.project__content b {
  font-weight: bold;
}
.project__content .h2,
.project__content .title-h3 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .project__content .h2,
  .project__content .title-h3 {
    margin-bottom: 40px;
  }
}
.project__content img {
  display: block;
  margin-top: 30px;
}
.project__title-h1 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  margin-top: 30px;
  color: #333333;
}
@media (min-width: 650px) {
  .project__title-h1 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .project__title-h1 {
    margin-top: 40px;
  }
}
.project__title-h1:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background: #fa2424;
}
.project__title-h1_red {
  color: #fa2424;
}
.project__title-h2 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  color: #333333;
}
@media (min-width: 650px) {
  .project__title-h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .project__title-h2 {
    margin-top: 40px;
  }
}
.project__title-h2:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .project .tooltipe {
    display: none;
  }
}
.project-head {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .project-head {
    margin-bottom: 60px;
  }
}
@media (min-width: 920px) {
  .project-head {
    height: 87px;
    margin-bottom: 0;
  }
}
.project-logo {
  margin-bottom: 30px;
}
.project-logo img {
  height: inherit;
}
.project-description__grid {
  margin: 0 -10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .project-description__grid {
    margin-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .project-description__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project-description__grid-col {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 920px) {
  .project-description__grid-col:first-child {
    width: calc(70% - 20px);
  }
}
@media (min-width: 920px) {
  .project-description__grid-col:first-child .project-head {
    max-width: 90%;
  }
}
@media (min-width: 920px) {
  .project-description__grid-col:last-child {
    width: calc(30% - 20px);
  }
}
@media (max-width: 919px) {
  .project-description__grid-col:last-child .project-head,
  .project-description__grid-col:last-child .project__caption {
    display: none;
  }
}
.project-description__image {
  text-align: center;
}
.project-description__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
.project-task__description {
  margin-top: 30px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .project-task__description {
    margin-top: 40px;
    max-width: 620px;
  }
}
@media (min-width: 1280px) {
  .project-task__description {
    max-width: 100%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media (min-width: 1280px) {
  .project-task__description p {
    margin-top: 0;
  }
}
.project-task__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.project-task__grid-col {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 920px) {
  .project-task__grid-col:first-child {
    width: calc(70% - 20px);
  }
}
.project-task__grid-col:last-child {
  display: none;
}
@media (min-width: 920px) {
  .project-task__grid-col:last-child {
    display: block;
    width: calc(30% - 20px);
  }
}
.project-solution__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.project-solution__grid-col {
  margin-left: 10px;
  margin-right: 10px;
}
.project-solution__grid-col:first-child {
  width: calc(65% - 20px);
  padding-right: 8.333%;
}
.project-solution__grid-col:last-child {
  width: calc(35% - 20px);
}
.project-result {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project-result {
    margin-top: 40px;
  }
}
.project-result .project-result__grid-row {
  margin: 30px -10px 0;
}
@media (min-width: 768px) {
  .project-result .project-result__grid-row {
    margin: 40px -10px 0;
  }
}
@media (min-width: 920px) {
  .project-result .project-result__grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project-result .project-result__grid-col {
  margin: 0 10px;
}
@media (min-width: 920px) {
  .project-result .project-result__grid-col:first-child {
    width: calc(70% - 20px);
  }
}
.project-result .project-result__grid-col:last-child {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project-result .project-result__grid-col:last-child {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .project-result .project-result__grid-col:last-child {
    margin-top: 0;
    width: calc(30% - 20px);
  }
}
@media (min-width: 768px) {
  .project-result__description {
    max-width: calc(100% - 54px);
  }
}
.project-result__description p:first-child {
  margin-top: 0;
}
.project-result__value + .project-result__value {
  margin-top: 30px;
}
.project-result__value-count {
  color: #fa2424;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
}
.project-result__value-caption {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .project-result__value-caption {
    font-size: 16px;
    line-height: 22px;
  }
}
.project-result__overall {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project-result__overall {
    margin-top: 40px;
  }
}
.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
.result__list .result__item {
  margin-right: 40px;
  margin-left: 40px;
}
.result__value {
  color: #fa2424;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
}
.result__caption {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .result__caption {
    font-size: 16px;
    line-height: 22px;
  }
}
/* project-filter */
.project-filter {
  margin-bottom: 40px;
}
.project-filter__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  padding: 4px 0 10px;
}
.project-filter__row:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.project-filter__title {
  width: 80px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 8px;
}
.project-filter__list {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .project-filter__list {
    padding-right: 0;
  }
}
@media (max-width: 530px) {
  .project-filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
  }
}
.project-filter__item {
  margin-right: 10px;
  margin-top: 3px;
}
.project-filter__item label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.project-filter__item label input {
  display: none;
}
.project-filter__item label input:checked + span {
  background: #f35248;
  color: #ffffff;
}
.project-filter__item label input:checked + span:after {
  background: url(/local/templates/main/css/../img/close_min_white.svg) no-repeat center / cover;
}
.project-filter__item label span {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 1px 5px;
}
.project-filter__item label span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.project-filter__item label span:hover {
  background: #f35248;
  color: #ffffff;
}
.project-filter__item label span:hover:after {
  background: url(/local/templates/main/css/../img/close_min_white.svg) no-repeat center / cover;
}
/* project-list block */
.project-list-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.project-list-block__item {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
/* project-list-line */
.project-list-line__item {
  margin-top: 20px;
}
.project-list-line .project-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .project-list-line .project-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project-list-line .project-block__content {
  width: 100%;
}
@media (min-width: 920px) {
  .project-list-line .project-block__content {
    width: 50%;
  }
}
.project-list-line .project-block__images {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 920px) {
  .project-list-line .project-block__images {
    width: 50%;
  }
}
.project-list-line__btn {
  margin-top: 40px;
  display: none;
}
@media (min-width: 920px) {
  .project-list-line__btn {
    display: block;
  }
}
/* project-block */
.project-block {
  cursor: pointer;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.project-block[href] {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  text-decoration: none;
}
.project-block[href]:hover,
.project-block[href]:focus {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.project-block[href]:hover .project-block__title,
.project-block[href]:focus .project-block__title {
  color: #fa2424;
}
.project-block__content {
  height: 100%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 480px) {
  .project-block__content {
    height: auto;
    padding: 20px 60px 20px 20px;
  }
}
@media (min-width: 768px) {
  .project-block__content {
    padding: 20px 60px 20px 30px;
  }
}
@media (min-width: 920px) {
  .project-block__content {
    height: 200px;
  }
}
.project-block__content-head {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 480px;
}
@media (min-width: 920px) {
  .project-block__content-head {
    max-width: 100%;
  }
}
.project-block__content-description {
  max-width: 480px;
  color: #333333;
}
@media (min-width: 920px) {
  .project-block__content-description {
    max-width: 100%;
  }
}
.project-block__content-description div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-block__images {
  height: 145px;
  background-position: center;
  background-size: cover;
  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;
}
@media (min-width: 768px) {
  .project-block__images {
    height: 180px;
  }
}
@media (min-width: 920px) {
  .project-block__images {
    height: 200px;
  }
}
.project-block__images img {
  max-width: 50%;
}
@media (min-width: 768px) {
  .project-block__images img {
    max-width: 100%;
  }
}
.project-block__tag {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.project-block__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  max-width: 90%;
  margin-bottom: 30px;
  color: #333333;
}
@media (min-width: 480px) {
  .project-block__title {
    max-width: 70%;
  }
}
@media (min-width: 920px) {
  .project-block__title {
    margin-bottom: 10px;
  }
}
/* project-more */
@media (max-width: 479px) {
  .project-more__tabs {
    width: 100%;
  }
}
.project-more__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.project-more__title {
  color: #828282;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  .project-more__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.project-more__title span {
  color: #fa2424;
}
.project-more__link {
  display: none;
}
@media (min-width: 920px) {
  .project-more__link {
    display: block;
  }
}
.project-more__m-link {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .project-more__m-link {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .project-more__m-link {
    display: none;
  }
}
.project-more__m-link,
.project-more__link {
  color: #333333;
}
.project-more__m-link a,
.project-more__link a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .project-more__m-link a,
  .project-more__link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.project-more__m-link a:hover,
.project-more__link a:hover {
  color: #fa2424;
}
.project-more__m-link a:hover:after,
.project-more__link a:hover:after {
  background: url(/local/templates/main/css/../img/arrow-right_red.svg) no-repeat center / contain;
}
.project-more__m-link a:after,
.project-more__link a:after {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  content: "";
  display: inline-block;
  position: relative;
  top: 8px;
  right: 0px;
  margin-left: 15px;
  width: 12px;
  height: 26px;
  background: url(/local/templates/main/css/../img/arrow-right_black.svg) no-repeat center / contain;
}
.project-more__m-link_erp-crm-intranets,
.project-more__link_erp-crm-intranets {
  margin-top: 20px;
  display: block;
}
.project-more.tabs .project-more__head {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .project-more.tabs .project-more__head {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.functionality {
  margin-top: 40px;
}
.functionality__row {
  padding: 12px 0;
  font-size: 16px;
  line-height: 22px;
  border-top: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
  .functionality__row {
    font-size: 18px;
    line-height: 24px;
  }
}
.functionality__row:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.functionality__item .tooltipe {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.functionality__caption {
  display: inline;
}
.technology {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .technology {
    margin-top: 40px;
  }
}
.technology__row {
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d4d4d4;
}
.technology__row:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.technology__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media (min-width: 480px) {
  .technology__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.technology__item {
  display: block;
  margin-right: 20px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .technology__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.technology__item .tooltipe {
  position: relative;
  margin-left: 10px;
}
.technology__title {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-width: 148px;
}
@media (min-width: 768px) {
  .technology__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.project__slider-content {
  display: none;
}
.project__slider-content.active {
  display: block !important;
}
.project__slider-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.project__slider-tabs-item {
  cursor: pointer;
  width: 80px;
  text-align: center;
  margin: 0 10px;
  position: relative;
  padding-bottom: 20px;
  color: #333333;
}
.project__slider-tabs-item.active {
  color: #fa2424;
}
.project__slider-tabs-item.active svg path {
  fill: #fa2424 !important;
}
.project__slider-tabs-item:after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  font-size: 12px;
  line-height: 20px;
}
.device-surface-book .device-frame > .block-change__inner {
  min-height: 344px;
}
.project-slider .device-surface-book {
  max-width: 728px;
  margin: 0 auto;
}
.project-slider .device-surface-book .device-frame {
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .project-slider .device-surface-book .device-frame {
    width: calc(100% - 144px);
  }
}
.project-slider .device-surface-book .device-btns:after {
  left: 36px;
  width: 10px;
}
@media (min-width: 768px) {
  .project-slider .device-surface-book .device-btns:after {
    left: 122px;
    width: 20px;
  }
}
.project-slider .device-surface-book .device-btns:before {
  left: 58px;
  width: 34px;
}
@media (min-width: 768px) {
  .project-slider .device-surface-book .device-btns:before {
    left: 168px;
    width: 44px;
  }
}
.project-slider .device-surface-book .device-power::before {
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .project-slider .device-surface-book .device-power::before {
    width: calc(100% - 144px);
  }
}
.project-slider .device-surface-book .slick-list {
  border-radius: 2px;
}
.project-slider .device-surface-pro {
  max-width: 701px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .project-slider .device-surface-pro {
    padding: 0 70px;
  }
}
.project-slider .device-surface-pro .slick-list {
  border-radius: 2px;
}
.project-slider .device-surface-pro .device-btns:after {
  left: 36px;
  width: 10px;
}
@media (min-width: 768px) {
  .project-slider .device-surface-pro .device-btns:after {
    left: 122px;
    width: 20px;
  }
}
.project-slider .device-surface-pro .device-btns:before {
  left: 58px;
  width: 34px;
}
@media (min-width: 768px) {
  .project-slider .device-surface-pro .device-btns:before {
    left: 168px;
    width: 44px;
  }
}
.project-slider .device-galaxy-s8 {
  margin: 0 auto;
  max-width: 170px;
}
@media (min-width: 768px) {
  .project-slider .device-galaxy-s8 {
    max-width: 230px;
  }
}
.project-slider .device-galaxy-s8 .slick-list {
  border-radius: 13px;
}
.project-slider__inner {
  position: relative;
}
@media (max-width: 767px) {
  .project-slider__arrow {
    display: none;
  }
}
.project-slider__arrow-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4658 33.3846L36.0812 50L37.4658 48.6154L20.8504 32L19.4658 33.3846Z' fill='%23BDBDBD'/%3E%3Cpath d='M20.8504 29L37.4658 12.3846L36.0812 11L19.4658 27.6154L20.8504 29Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
}
.project-slider__arrow-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4658 33.3846L36.0812 50L37.4658 48.6154L20.8504 32L19.4658 33.3846Z' fill='%23333333'/%3E%3Cpath d='M20.8504 29L37.4658 12.3846L36.0812 11L19.4658 27.6154L20.8504 29Z' fill='%23333333'/%3E%3C/svg%3E");
}
.project-slider__arrow-next {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 35%;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 27.6154L22.3846 11L21 12.3846L37.6154 29L39 27.6154Z' fill='%23BDBDBD'/%3E%3Cpath d='M37.6154 32L21 48.6154L22.3846 50L39 33.3846L37.6154 32Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
}
.project-slider__arrow-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 27.6154L22.3846 11L21 12.3846L37.6154 29L39 27.6154Z' fill='%23333333'/%3E%3Cpath d='M37.6154 32L21 48.6154L22.3846 50L39 33.3846L37.6154 32Z' fill='%23333333'/%3E%3C/svg%3E");
}
.project-slider__preview {
  max-width: 700px;
  margin: 20px auto 0;
}
.project-slider__preview-list .slick-dots {
  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;
}
.project-slider__preview-list .slick-dots a {
  display: block;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
}
.project-slider__preview-list .slick-dots .slick-active a {
  border-color: #fa2424;
}
.project-slider__preview-item {
  margin: 0 5px 20px;
}
@media (min-width: 768px) {
  .project-slider__preview-item {
    margin: 0 10px 20px;
  }
}
.project-slider__preview-item img {
  display: block;
  width: 60px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .project-slider__preview-item img {
    width: 72px;
    height: 45px;
  }
}
.project-location {
  margin-top: 20px;
}
.project-location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.project-location__item {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location__icon {
  width: 28px;
  height: 28px;
  background: url(/local/templates/main/css/../img/pin.svg) no-repeat center / contain;
  margin-right: 16px;
}
.location__name {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
/* project-table */
table,
.project-table {
  width: 100%;
}
table__row,
.project-table__row {
  border-top: 1px solid #e0e0e0;
}
table__col,
.project-table__col {
  padding: 20px 5px;
  font-size: 16px;
  line-height: 22px;
}
table__col:last-child,
.project-table__col:last-child {
  font-weight: bold;
}
table thead,
.project-table thead {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  table thead,
  .project-table thead {
    font-size: 14px;
    line-height: 20px;
  }
}
table thead img,
.project-table thead img {
  height: 40px;
}
.project-table {
  background: #ffffff;
  border: 20px solid #ffffff;
}
.section-blog-list {
  background: transparent;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-blog-list {
    padding-bottom: 60px;
  }
}
.section-main-blog-more {
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-main-blog-more {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.section-blog-more {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-blog-more {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 0;
  height: 100%;
}
@media (min-width: 768px) {
  .section-blog {
    padding: 30px 0;
    min-height: 420px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .section-blog {
    background-image: none !important;
  }
}
.section-blog .blog {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: calc(70%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .section-blog .blog {
    padding-bottom: 0;
  }
}
.section-blog-article {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-blog-article {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section-blog-article .blog-article__grid-col .content:first-of-type {
    margin-top: 0;
  }
  .section-blog-article .blog-article__grid-col .content:first-of-type > *:first-child {
    margin-top: 0;
  }
}
/*blog*/
.blog {
  height: 100%;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog__time {
  color: #828282;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .blog__time {
    color: #ffffff;
  }
}
.blog__tag {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.blog__view {
  color: #828282;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blog__view {
    color: #ffffff;
  }
}
.blog__images {
  width: 100%;
  height: 170px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .blog__images {
    display: none;
  }
}
.blog__images img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 0;
     object-position: 80% 0;
  width: 100%;
  height: inherit;
}
.blog .head-2 {
  margin-top: 0;
}
.blog .content {
  margin-top: auto;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .blog .content {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog .content p {
  margin-top: 0;
}
/* blog more */
.blog-more__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-more__head {
    margin-bottom: 20px;
  }
}
.blog-more__title {
  color: #828282;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  .blog-more__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-more__title span {
  color: #fa2424;
}
.blog-more__link {
  display: none;
}
@media (min-width: 920px) {
  .blog-more__link {
    display: block;
  }
}
.blog-more__m-link {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-more__m-link {
    margin-top: 40px;
  }
}
@media (min-width: 920px) {
  .blog-more__m-link {
    display: none;
  }
}
.blog-more__m-link,
.blog-more__link {
  color: #333333;
}
.blog-more__m-link a,
.blog-more__link a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .blog-more__m-link a,
  .blog-more__link a {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog-more__m-link a:hover,
.blog-more__link a:hover {
  color: #fa2424;
}
.blog-more__m-link a:hover:after,
.blog-more__link a:hover:after {
  background: url(/local/templates/main/css/../img/arrow-right_red.svg) no-repeat center / contain;
}
.blog-more__m-link a:after,
.blog-more__link a:after {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  content: "";
  display: inline-block;
  position: relative;
  top: 8px;
  right: 0px;
  margin-left: 15px;
  width: 12px;
  height: 26px;
  background: url(/local/templates/main/css/../img/arrow-right_black.svg) no-repeat center / contain;
}
/* blog-list block */
@media (min-width: 768px) {
  .blog-list-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.blog-list-block__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blog-list-block__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 480px) {
  .blog_integrated-marketing .blog-block__content-head {
    position: relative;
  }
  .blog_integrated-marketing .blog-block__content-head::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='39' viewBox='0 0 19 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5312 16.6154L1.91586 2.47886e-07L0.53125 1.38462L17.1466 18L18.5312 16.6154Z' fill='%23BDBDBD'/%3E%3Cpath d='M17.1466 21L0.531244 37.6154L1.91586 39L18.5312 22.3846L17.1466 21Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A");
    width: 19px;
    height: 39px;
  }
}
/* project-list-line */
.blog-list-line__item {
  margin-top: 20px;
}
.blog-list-line .blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 920px) {
  .blog-list-line .blog-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog-list-line .blog-block {
    height: 250px;
  }
}
.blog-list-line .blog-block__title {
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .blog-list-line .blog-block__title {
    max-width: 70%;
  }
}
@media (min-width: 920px) {
  .blog-list-line .blog-block__title {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.blog-list-line .blog-block__images {
  height: 145px;
}
@media (min-width: 768px) {
  .blog-list-line .blog-block__images {
    height: 180px;
  }
}
@media (min-width: 920px) {
  .blog-list-line .blog-block__images {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog-list-line .blog-block__images {
    height: 250px;
  }
}
.blog-list-line .blog-block__images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-list-line .blog-block__content {
  width: 100%;
}
@media (min-width: 920px) {
  .blog-list-line .blog-block__content {
    width: 50%;
  }
}
.blog-list-line .blog-block__images {
  width: 100%;
}
@media (min-width: 920px) {
  .blog-list-line .blog-block__images {
    width: 50%;
  }
}
.blog-list-line .blog-block__images img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 768px) {
  .blog-list-line.blog_integrated-marketing .blog-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.blog-list-line__btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-list-line__btn {
    margin-top: 40px;
  }
}
/* blog item */
.blog-block {
  display: block;
  cursor: pointer;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media (min-width: 480px) {
  .blog-block {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .blog-block {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog-block {
    height: 250px;
  }
}
.blog-block[href] {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  text-decoration: none;
}
.blog-block[href]:hover,
.blog-block[href]:focus {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.blog-block[href]:hover .blog-block__title,
.blog-block[href]:focus .blog-block__title {
  color: #fa2424;
}
.blog-block__content {
  height: 100%;
  padding: 12px 0px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .blog-block__content {
    padding: 12px 60px 20px 20px;
  }
}
@media (min-width: 768px) {
  .blog-block__content {
    padding: 12px 60px 20px 30px;
  }
}
.blog-block__content-head {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-right: 20px;
}
.blog-block__content-description {
  color: #333333;
}
.blog-block__content-description .text-3 {
  display: none;
}
@media (min-width: 1280px) {
  .blog-block__content-description .text-3 {
    display: block;
  }
}
.blog-block__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-block__time {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  margin-right: 12px;
}
.blog-block__tag {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 170px;
}
@media (min-width: 920px) {
  .blog-block__tag {
    max-width: 240px;
  }
}
.blog-block__view {
  color: #828282;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.blog-block__title {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin-bottom: 10px;
  color: #333333;
}
/* blog-filter */
.blog-filter {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-filter {
    margin-bottom: 40px;
  }
}
.blog-filter.active .blog-filter__btn a:before {
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fa2424 transparent;
}
.blog-filter__btn {
  margin-top: 5px;
}
.blog-filter__btn a {
  position: relative;
  color: #828282;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  padding-left: 20px;
}
.blog-filter__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #828282 transparent transparent transparent;
}
.blog-filter__btn a:hover {
  color: #fa2424;
}
.blog-filter__btn a:hover:before {
  border-color: #fa2424 transparent transparent transparent;
}
.blog-filter__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 0 10px;
}
.blog-filter__row:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.blog-filter__title {
  width: 80px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 8px;
}
.blog-filter__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .blog-filter__list {
    padding-right: 120px;
  }
}
.blog-filter__item {
  margin-right: 10px;
  margin-top: 3px;
}
.blog-filter__item label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-filter__item label input {
  display: none;
}
.blog-filter__item label input:checked + span {
  background: #f35248;
  color: #ffffff;
}
.blog-filter__item label input:checked + span:after {
  background: url(/local/templates/main/css/../img/close_min_white.svg) no-repeat center / cover;
}
.blog-filter__item label span {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 1px 5px;
}
.blog-filter__item label span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.blog-filter__item label span:hover {
  background: #f35248;
  color: #ffffff;
}
.blog-filter__item label span:hover:after {
  background: url(/local/templates/main/css/../img/close_min_white.svg) no-repeat center / cover;
}
/* blog-article */
.blog-article .red {
  color: #fa2424;
}
.blog-article h2 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blog-article h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .blog-article h2 {
    margin-top: 40px;
  }
}
.blog-article__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  padding: 12px 20px;
  background: #E7E7E7;
  border-radius: 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
}
@media (min-width: 375px) {
  .blog-article__links {
    padding: 12px;
  }
}
@media (min-width: 480px) {
  .blog-article__links {
    padding: 12px;
  }
}
@media (min-width: 1280px) {
  .blog-article__links {
    display: inline-block;
    position: static;
    padding: 16px;
    margin-top: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.blog-article__links-text {
  margin-top: 0;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (min-width: 480px) {
  .blog-article__links-text {
    font-size: 20px;
    line-height: 27px;
  }
}
.blog-article__links-text span {
  display: none;
}
@media (min-width: 375px) {
  .blog-article__links-text span {
    display: block;
  }
}
.quote {
  border-left: 2px solid #bdbdbd;
  padding: 5px 0 5px 30px;
}
.strong {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .strong {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .strong {
    font-size: 24px;
    line-height: 35px;
  }
}
.form-call {
  padding-bottom: 40px;
  background: #fff;
}
.form-call__container {
  padding-left: 20px;
  margin-right: 20px;
}
@media (min-width: 650px) {
  .form-call__container {
    padding-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .form-call__container {
    padding-left: 44px;
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  .form-call__container {
    max-width: 1220px;
    padding-left: 49px;
    margin-right: 44px;
  }
}
.form-call__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form-call__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .form-call__title {
    margin-bottom: 40px;
  }
}
.form-call__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.form-call__grid-col {
  margin: 0 10px;
}
.form-call__grid-col:nth-child(1) {
  width: 100%;
}
@media (min-width: 650px) {
  .form-call__grid-col:nth-child(1) {
    width: calc(75% - 20px);
  }
}
@media (min-width: 920px) {
  .form-call__grid-col:nth-child(1) {
    width: calc(58.33% - 20px);
  }
}
@media (min-width: 1280px) {
  .form-call__grid-col:nth-child(1) {
    padding-right: 8.33%;
  }
}
.form-call__grid-col:nth-child(2) {
  width: calc(41.66% - 20px);
  display: none;
  text-align: right;
  padding-top: 60px;
}
@media (min-width: 1280px) {
  .form-call__grid-col:nth-child(2) {
    display: block;
  }
}
.form-call__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -10px 15px;
}
@media (min-width: 650px) {
  .form-call__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.form-call__row:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.form-call__row .form__field {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-call__row .form__btn {
  margin: 0 10px;
  max-width: 100%;
  min-width: 192px;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .form-call__row .form__btn {
    margin-bottom: 0;
  }
}
.form-call__row .form__policy {
  margin: 0 10px;
}
.form-call__close {
  text-align: right;
}
.form-call .inp {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  .form-call .inp {
    margin-bottom: 0;
  }
}
.form-call .inp input {
  border-color: #bdbdbd;
}
.form-call .inp__label {
  color: #333333;
}
.form-call .sel__label {
  color: #333333;
}
.form-call .sel__select {
  border-color: #bdbdbd;
  color: #333333;
}
.form-call .add-filte__inner {
  border-color: #bdbdbd;
}
.form-call .add-filte__inner:after {
  background: url(/local/templates/main/css/../img/add_file_red.svg) no-repeat center;
}
.form-call .add-filte__select {
  color: #333333;
}
.form-call .add-filte__select:empty:before {
  color: #333333;
  font-weight: 300;
}
.form-call .form__policy {
  color: #333333;
}
.form-call .form__policy a {
  color: #333333;
}
.form-call button.submit {
  color: #fa2424;
  border-color: #fa2424;
}
.form-call .tabs__caption {
  margin: 0 10px;
}
.form-call .tabs_form .tabs__caption-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
  border: 2px solid #bdbdbd;
}
.form-call .tabs_form .tabs__caption-item.active {
  border-color: transparent;
}
.form-call .tabs_form .tabs__caption-item a {
  color: #333333;
}
@media (min-width: 768px) {
  .form-call .form-photo__row_name {
    top: 84px;
  }
}
.form-close {
  background: url(/local/templates/main/css/../img/close_min.svg) no-repeat center;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.form-close:hover {
  background: url(/local/templates/main/css/../img/close_min_red.svg) no-repeat center;
}
.principles-section {
  padding: 25px 30px;
  padding-bottom: 50px;
  background-color: #E7E7E7;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('/local/templates/main/css/../img/principles-section/like.png');
  background-blend-mode: multiply;
}
.principles-section_bgi_mvp-startups {
  background-color: #f35248;
  background-image: url('/local/templates/main/css/../img/principles-section/mvp-principles.png');
  background-size: contain;
  background-position: right center;
}
.principles-section_bgi_erp-crm-intranets {
  background-color: #E7E7E7;
  background-image: url('/local/templates/main/css/../img/principles-section/erp-crm-intranets.png');
  background-size: 386px 258px;
  background-position: right 100px bottom;
}
.principles-section_bgi_web-services-api {
  background-color: #E7E7E7;
  background-image: url('/local/templates/main/css/../img/principles-section/web-services-api.png');
  background-size: 276px auto;
  background-position: right  center;
}
.principles-section_bgi_integrated-marketing {
  background-color: #f35248;
  background-image: url('/local/templates/main/css/../img/principles-section/integrated-marketing.png');
  background-size: 326px auto;
  background-position: right top;
}
.principles-section_mgv_lg {
  margin-bottom: 56px;
  margin-top: 56px;
}
.principles-section_pgv_lg {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .principles-section_pgv_lg {
    padding-bottom: 44px;
    padding-top: 44px;
  }
}
@media (min-width: 1440px) {
  .principles-section_pgv_lg {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.principles-section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.principles-section__item {
  margin: 15px;
  width: calc(33.33% - 15px * 2);
}
.principles-section__item:nth-child(1) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-1.svg');
}
.principles-section__item:nth-child(2) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-2.svg');
}
.principles-section__item:nth-child(3) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-3.svg');
}
.principles-section__item-number {
  height: 184px;
  margin-bottom: 45px;
  background: no-repeat left center;
  background-size: contain;
}
.principles-section__item-title {
  font-family: Druk Wide Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f35248;
  margin-bottom: 20px;
}
.principles-section_theme_red .principles-section__item-text {
  color: #ffffff;
}
.principles-section_theme_red .principles-section__item-title {
  color: #e0e0e0;
}
.principles-section_theme_red.principles-section_bgi_integrated-marketing .principles-section__item-title {
  color: #ffffff;
  text-transform: none;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .principles-section_theme_red.principles-section_bgi_integrated-marketing .principles-section__item-title {
    max-width: 176px;
  }
}
.principles-section_theme_red.principles-section_bgi_integrated-marketing .principles-section__item-text {
  font-weight: 400;
}
.principles-section_theme_red .principles-section__item:nth-child(1) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-1-2.svg');
}
.principles-section_theme_red .principles-section__item:nth-child(2) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-2-2.svg');
}
.principles-section_theme_red .principles-section__item:nth-child(3) .principles-section__item-number {
  background-image: url('/local/templates/main/css/../img/principles-section/number-3-2.svg');
}
@media (min-width: 768px) {
  .principles-section_theme_red .principles-section__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.principles-section_theme_red .principles-section__item-number {
  height: 36px;
  background-size: contain;
  margin-bottom: 20px;
  background-size: 72px 181px;
  background-position: top left;
}
@media (min-width: 920px) {
  .principles-section_theme_red .principles-section__item-number {
    height: 207px;
    margin-bottom: 22px;
    background-size: unset;
    background-position: unset;
  }
}
@media (min-width: 768px) {
  .principles-section_theme_red .principles-section__item-number {
    height: 142px;
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .principles-section_theme_red.principles-section_bgi_integrated-marketing .principles-section__item-number {
    height: 124px;
    margin-bottom: 37px;
  }
}
@media (min-width: 920px) {
  .principles-section_theme_red.principles-section_bgi_integrated-marketing .principles-section__item-number {
    height: 167px;
  }
}
.principles-section_bgi_erp-crm-intranets .principles-section__item,
.principles-section_bgi_web-services-api .principles-section__item {
  border-left: 2px solid #f35248;
  padding-left: 12px;
}
.principles-section_bgi_erp-crm-intranets .principles-section__item-title,
.principles-section_bgi_web-services-api .principles-section__item-title {
  font-size: 33px;
}
.principles-section__item-text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  width: 260px;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .principles-section {
    background-size: 350px auto;
  }
  .principles-section_bgi_mvp-startups {
    background-size: contain;
  }
  .principles-section__item-title {
    font-family: Druk Wide Cyr, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .principles-section_bgi_erp-crm-intranets .principles-section__item-title,
  .principles-section_bgi_web-services-api .principles-section__item-title {
    font-size: 22px;
  }
  .principles-section__item-text {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .principles-section_bgi_integrated-marketing {
    background-position: right -50px top;
    background-size: 326px auto;
  }
}
@media (max-width: 920px) {
  .principles-section {
    background-position: right -50px bottom;
    background-size: 300px auto;
  }
  .principles-section_bgi_integrated-marketing {
    background-position: right -50px top;
  }
  .principles-section_bgi_erp-crm-intranets {
    background-position: right 100px bottom;
  }
  .principles-section_bgi_mvp-startups {
    background-size: contain;
    background-position: right center;
  }
  .principles-section__item-number {
    height: 144px;
    margin-bottom: 35px;
  }
  .principles-section_bgi_integrated-marketing {
    background-position: right -50px top;
    background-size: 280px auto;
  }
  .principles-section__item-title {
    font-family: Druk Wide Cyr, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  .principles-section__item {
    width: 100%;
  }
  .principles-section_bgi_erp-crm-intranets .principles-section__item,
  .principles-section_bgi_web-services-api .principles-section__item {
    margin: 15px;
    width: calc(33.33% - 15px * 2);
  }
  .principles-section__item-number {
    height: 36px;
    background-size: 62px auto;
    background-position: left bottom;
    margin-bottom: 20px;
  }
  .principles-section__item-text {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: auto;
  }
  .principles-section_bgi_integrated-marketing {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .principles-section_bgi_erp-crm-intranets .principles-section__item,
  .principles-section_bgi_web-services-api .principles-section__item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .principles-section_bgi_erp-crm-intranets .principles-section__item,
  .principles-section_bgi_web-services-api .principles-section__item {
    width: 100%;
  }
  .principles-section {
    padding-bottom: 140px;
    background-position: right -40px bottom;
    background-size: 250px auto;
  }
  .principles-section_pgv_lg {
    padding-bottom: 30px;
    background-size: 364px 258px;
  }
  .principles-section_theme_red.principles-section {
    padding-bottom: 50px;
  }
  .principles-section_theme_red {
    background-size: contain;
    background-position: right bottom 90px;
  }
  .principles-section_theme_red .principles-section__item-number {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .principles-section_theme_red .principles-section__item-number {
    width: 76px;
    display: inline-block;
    margin-bottom: 0;
  }
  .principles-section_theme_red .principles-section__item-title {
    display: inline-block;
  }
}
.user-content {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.user-content__inner {
  width: 730px;
  max-width: 100%;
}
.user-content__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
  padding-left: 30px;
}
.user-content__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15.5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #f35248;
  border-radius: 50%;
}
.user-content__title_no-icon {
  padding-left: 0;
}
.user-content__title_no-icon:before {
  display: none;
}
.user-content__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .user-content__text {
    font-size: 20px;
    line-height: 38px;
  }
}
@media (min-width: 920px) {
  .user-content__text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .user-content__text {
    font-size: 26px;
    line-height: 46px;
  }
}
@media (min-width: 1600px) {
  .user-content__text {
    font-size: 34px;
    line-height: 56px;
  }
}
.user-content__text-s {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .user-content__text-s {
    font-size: 20px;
    line-height: 32px;
  }
}
.user-content__title-s {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #333333;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .user-content__title-s {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .user-content__title-s {
    font-size: 30px;
    line-height: 32px;
  }
}
.user-content__title-sm {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.user-content__attention {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 33px;
  color: #f35248;
  margin-bottom: 15px;
}
.user-content ul,
.user-content ol {
  margin-top: 0;
  margin-bottom: 30px;
}
.user-content p:not(:last-child) {
  margin-bottom: 30px;
}
.user-content .user-content__no-mgb {
  margin-bottom: 0;
}
.user-content__wide-image {
  width: 100%;
}
.user-content__wide-image_erp-crm-intranets {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .user-content {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
  }
  .user-content__title,
  .user-content p,
  .user-content ul,
  .user-content ol {
    margin-bottom: 20px;
  }
  .user-content__attention {
    margin-bottom: 10px;
  }
  .user-content__title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
  }
  .user-content__title:before {
    top: 13px;
  }
  .section-service_mvp-startups .user-content__title {
    font-size: 30px;
  }
  .user-content__title-sm {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .user-content__attention {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }
}
@-webkit-keyframes ticker-line {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}
@keyframes ticker-line {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}
.ticker-section {
  background-color: #f35248;
  overflow: hidden;
}
.ticker-section__line {
  background: repeat left 0 center;
  background-size: auto 100%;
}
.ticker-section__line:last-child {
  margin-bottom: 0;
}
.ticker-section__line:nth-child(2n + 1) {
  background-image: url('/local/templates/main/css/../img/ticker-section/marketing.svg');
  -webkit-animation: linear 5s infinite ticker-line;
          animation: linear 5s infinite ticker-line;
}
.ticker-section__line:nth-child(2n) {
  background-image: url('/local/templates/main/css/../img/ticker-section/develop.svg');
  -webkit-animation: linear 20s infinite ticker-line;
          animation: linear 20s infinite ticker-line;
}
.ticker-section {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ticker-section__line {
  width: 3984px;
  margin-bottom: 8px;
}
.ticker-section__line:nth-child(2n + 1) {
  height: 35px;
}
.ticker-section__line:nth-child(2n) {
  height: 37px;
}
.ticker-section__line:nth-child(4n + 1) {
  background-position: left 0 center;
}
.ticker-section__line:nth-child(4n + 2) {
  background-position: left 50px center;
}
.ticker-section__line:nth-child(4n + 3) {
  background-position: left 390px center;
}
.ticker-section__line:nth-child(4n + 4) {
  background-position: left 440px center;
}
@media (max-width: 1440px) {
  .ticker-section {
    padding-top: 6.64px;
    padding-bottom: 6.64px;
  }
  .ticker-section__line {
    width: 3306.72px;
    margin-bottom: 6.64px;
  }
  .ticker-section__line:nth-child(2n + 1) {
    height: 29.05px;
  }
  .ticker-section__line:nth-child(2n) {
    height: 30.71px;
  }
  .ticker-section__line:nth-child(4n + 1) {
    background-position: left 0 center;
  }
  .ticker-section__line:nth-child(4n + 2) {
    background-position: left 41.5px center;
  }
  .ticker-section__line:nth-child(4n + 3) {
    background-position: left 323.7px center;
  }
  .ticker-section__line:nth-child(4n + 4) {
    background-position: left 365.2px center;
  }
}
@media (max-width: 1200px) {
  .ticker-section {
    padding-top: 7.04px;
    padding-bottom: 7.04px;
  }
  .ticker-section__line {
    width: 3505.92px;
    margin-bottom: 7.04px;
  }
  .ticker-section__line:nth-child(2n + 1) {
    height: 30.8px;
  }
  .ticker-section__line:nth-child(2n) {
    height: 32.56px;
  }
  .ticker-section__line:nth-child(4n + 1) {
    background-position: left 0 center;
  }
  .ticker-section__line:nth-child(4n + 2) {
    background-position: left 44px center;
  }
  .ticker-section__line:nth-child(4n + 3) {
    background-position: left 343.2px center;
  }
  .ticker-section__line:nth-child(4n + 4) {
    background-position: left 387.2px center;
  }
}
@media (max-width: 920px) {
  .ticker-section {
    padding-top: 5.84px;
    padding-bottom: 5.84px;
  }
  .ticker-section__line {
    width: 2908.32px;
    margin-bottom: 5.84px;
  }
  .ticker-section__line:nth-child(2n + 1) {
    height: 25.55px;
  }
  .ticker-section__line:nth-child(2n) {
    height: 27.01px;
  }
  .ticker-section__line:nth-child(4n + 1) {
    background-position: left 0 center;
  }
  .ticker-section__line:nth-child(4n + 2) {
    background-position: left 36.5px center;
  }
  .ticker-section__line:nth-child(4n + 3) {
    background-position: left 284.7px center;
  }
  .ticker-section__line:nth-child(4n + 4) {
    background-position: left 321.2px center;
  }
}
@media (max-width: 768px) {
  .ticker-section {
    padding-top: 5.04px;
    padding-bottom: 5.04px;
  }
  .ticker-section__line {
    width: 2509.92px;
    margin-bottom: 5.04px;
  }
  .ticker-section__line:nth-child(2n + 1) {
    height: 22.05px;
  }
  .ticker-section__line:nth-child(2n) {
    height: 23.31px;
  }
  .ticker-section__line:nth-child(4n + 1) {
    background-position: left 0 center;
  }
  .ticker-section__line:nth-child(4n + 2) {
    background-position: left 31.5px center;
  }
  .ticker-section__line:nth-child(4n + 3) {
    background-position: left 245.7px center;
  }
  .ticker-section__line:nth-child(4n + 4) {
    background-position: left 277.2px center;
  }
}
@media (max-width: 480px) {
  .ticker-section {
    padding-top: 3.2px;
    padding-bottom: 3.2px;
  }
  .ticker-section__line {
    width: 1593.6px;
    margin-bottom: 3.2px;
  }
  .ticker-section__line:nth-child(2n + 1) {
    height: 14px;
  }
  .ticker-section__line:nth-child(2n) {
    height: 14.8px;
  }
  .ticker-section__line:nth-child(4n + 1) {
    background-position: left 0 center;
  }
  .ticker-section__line:nth-child(4n + 2) {
    background-position: left 20px center;
  }
  .ticker-section__line:nth-child(4n + 3) {
    background-position: left 156px center;
  }
  .ticker-section__line:nth-child(4n + 4) {
    background-position: left 176px center;
  }
}
.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-list__item {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  width: 100%;
  padding: 24px 12px;
  padding-left: 40px;
  position: relative;
}
.check-list__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 38px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #333333 no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.76691 15.6786L6.21092 12.258L5 13.4146L9.76691 18L20 8.1566L18.7976 7L9.76691 15.6786Z' fill='white'/%3E%3C/svg%3E");
  border-radius: 50%;
}
.check-list__item-title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 15px;
}
.check-list__item-title:after {
  content: none;
  position: absolute;
  right: 0;
  top: 28px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.5px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%234F4F4F'/%3E%3C/svg%3E");
}
@media (max-width: 479px) {
  .check-list__item-title:after {
    content: '';
  }
}
.check-list_col_2 .check-list__item {
  width: 50%;
}
.check-list__item-title.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
}
@media (max-width: 479px) {
  .check-list__item-title.open + .check-list__item-text {
    display: block;
  }
}
@media (max-width: 479px) {
  .check-list__item-text {
    display: none;
  }
}
@media (max-width: 919px) {
  .check-list__item {
    padding: 20px 10px;
    padding-left: 40px;
  }
  .check-list__item:before {
    top: 30.5px;
  }
}
@media (max-width: 767px) {
  .check-list__item {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .check-list__item:before {
    top: 25.5px;
  }
  .check-list__item-title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .check-list_col_2 .check-list__item {
    width: 100%;
  }
}
@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.steps-banner {
  padding: 35px 25px;
  padding-bottom: 70px;
  background: #E7E7E7 no-repeat right bottom;
  background-image: url('/local/templates/main/css/../img/work-steps/work-steps-bg.png');
  background-blend-mode: multiply;
}
.steps-banner__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.steps-banner__grid,
.user-content .steps-banner__grid {
  margin: -30px -15px;
}
.steps-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(25% - 15px * 2);
  margin: 30px 15px;
}
.steps-banner__item:last-child .steps-banner__item-number:after {
  display: none;
}
.steps-banner__item-title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
}
.steps-banner__item-number {
  font-family: Druk Wide Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  color: #f35248;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 100%;
}
.steps-banner__item-number:after {
  content: '';
  width: 100%;
  margin-left: 25px;
  background: no-repeat right center;
  background-image: url("data:image/svg+xml,%3Csvg width='330' height='16' viewBox='0 0 330 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M329.707 8.70714C330.098 8.31661 330.098 7.68345 329.707 7.29292L323.343 0.92896C322.953 0.538436 322.319 0.538436 321.929 0.92896C321.538 1.31948 321.538 1.95265 321.929 2.34317L327.586 8.00003L321.929 13.6569C321.538 14.0474 321.538 14.6806 321.929 15.0711C322.319 15.4616 322.953 15.4616 323.343 15.0711L329.707 8.70714ZM-8.74228e-08 9L329 9.00003L329 7.00003L8.74228e-08 7L-8.74228e-08 9Z' fill='%23F35248'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .steps-banner.animate .steps-banner__item:nth-child(1) {
    -webkit-animation: 1.5s linear appear backwards;
            animation: 1.5s linear appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(1) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 1.5s width backwards;
            animation: 1.5s linear 1.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(2) {
    -webkit-animation: 1.5s linear 3s appear backwards;
            animation: 1.5s linear 3s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(2) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 4.5s width backwards;
            animation: 1.5s linear 4.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(3) {
    -webkit-animation: 1.5s linear 6s appear backwards;
            animation: 1.5s linear 6s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(3) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 7.5s width backwards;
            animation: 1.5s linear 7.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(4) {
    -webkit-animation: 1.5s linear 9s appear backwards;
            animation: 1.5s linear 9s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(4) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 10.5s width backwards;
            animation: 1.5s linear 10.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(5) {
    -webkit-animation: 1.5s linear 12s appear backwards;
            animation: 1.5s linear 12s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(5) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 13.5s width backwards;
            animation: 1.5s linear 13.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(6) {
    -webkit-animation: 1.5s linear 15s appear backwards;
            animation: 1.5s linear 15s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(6) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 16.5s width backwards;
            animation: 1.5s linear 16.5s width backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(7) {
    -webkit-animation: 1.5s linear 18s appear backwards;
            animation: 1.5s linear 18s appear backwards;
  }
  .steps-banner.animate .steps-banner__item:nth-child(7) .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 19.5s width backwards;
            animation: 1.5s linear 19.5s width backwards;
  }
}
@media (max-width: 1439px) {
  .steps-banner__item {
    width: calc(33.33% - 15px * 2);
  }
}
@media (max-width: 767px) {
  .steps-banner {
    padding: 30px 20px;
  }
  .steps-banner__grid,
  .user-content .steps-banner__grid {
    margin: 0;
  }
  .steps-banner__grid:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .steps-banner__grid:not(.slick-initialized) > * {
    display: none;
  }
  .steps-banner__grid:not(.slick-initialized) > *:nth-child(-n + 1) {
    display: block;
  }
  .steps-banner__item {
    width: 100%;
    margin: 0;
  }
  .steps-banner__item.slick-current {
    -webkit-animation: 1.5s linear appear backwards;
            animation: 1.5s linear appear backwards;
  }
  .steps-banner__item.slick-current .steps-banner__item-number:after {
    -webkit-animation: 1.5s linear 1.5s width backwards;
            animation: 1.5s linear 1.5s width backwards;
  }
  .steps-banner__item .steps-banner__item-number {
    width: 330px;
  }
}
.steps-banner_integrated-marketing {
  margin-top: 40px;
}
.steps-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}
.steps-list__item-title {
  width: 225px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}
.steps-list__item-text {
  width: 550px;
  max-width: calc(100% - 225px - 50px);
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.steps-list__item-text span {
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .steps-list__item {
    display: block;
  }
  .steps-list__item-title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    width: auto;
    margin-right: 0;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
  }
  .steps-list__item-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.5px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  }
  .steps-list__item-title.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%23BDBDBD'/%3E%3C/svg%3E");
  }
  .steps-list__item-title.open + .steps-list__item-text {
    display: block;
  }
  .steps-list__item-text {
    display: none;
    margin-top: 20px;
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    max-width: 100%;
  }
}
.tile-block {
  padding: 20px;
  width: 270px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.tile-block_wide {
  width: 100%;
  max-width: 560px;
}
.tile-block__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 5px;
}
.tile-block__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
.tile-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tile-block__item:not(:last-child) {
  margin-bottom: 10px;
}
.tile-block__item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #4f4f4f;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .tile-block {
    width: 100%;
  }
  .tile-block__title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }
  .tile-block__text {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
  }
}
.tile-grid_mt {
  margin-top: 52px;
}
.tile-grid_erp-crm-intranets .tile-block,
.tile-grid_web-services-api .tile-block {
  width: 100%;
}
@media (min-width: 920px) {
  .tile-grid_erp-crm-intranets .tile-block,
  .tile-grid_web-services-api .tile-block {
    width: 260px;
  }
}
@media (min-width: 1440px) {
  .tile-grid_erp-crm-intranets .tile-block,
  .tile-grid_web-services-api .tile-block {
    width: 270px;
  }
}
.tile-grid_web-services-api {
  max-width: 860px;
}
.tile-grid__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.tile-grid__item {
  margin: 10px;
}
.personal-space-banner {
  padding: 40px 30px;
  height: 450px;
  background: #f35248 no-repeat right 60px center;
  background-image: url('/local/templates/main/css/../img/personal-space-banner/chair.png');
}
.personal-space-banner_bgi_like {
  background-image: url('/local/templates/main/css/../img/personal-space-banner/like.png');
  background-position: right center;
}
.personal-space-banner_contextual-advertising {
  margin-top: 60px;
  height: 403px;
  background-image: url('/local/templates/main/css/../img/personal-space-banner/contextual-advertising.png');
  background-position: 30px 30px;
  background-size: 100%;
}
.personal-space-banner_contextual-advertising .personal-space-banner__content {
  width: 608px;
}
.personal-space-banner_media-advertising {
  margin-top: 40px;
}
.personal-space-banner_media-advertising .personal-space-banner__title {
  font-size: 28px;
  line-height: 28px;
}
.personal-space-banner_media-advertising .personal-space-banner__text {
  margin-top: auto;
  font-size: 18px;
  line-height: 28px;
}
.personal-space-banner_bgi_anna {
  background-image: url('/local/templates/main/css/../img/personal-space-banner/anna.png');
  background-position: right bottom;
}
.personal-space-banner_bgi_web-services-api {
  background: url('/local/templates/main/css/../img/personal-space-banner/web-services-api.png') #ff5146 no-repeat right top / 396px 409px;
  height: auto;
  padding: 51px 43px 53px 30px;
  margin-top: 60px;
}
@media (min-width: 768) {
  .personal-space-banner_bgi_web-services-api {
    padding: 61px 44px 53px 44px;
  }
}
@media (min-width: 920) {
  .personal-space-banner_bgi_web-services-api {
    padding: 75px 44px 53px 44px;
  }
}
@media (min-width: 1200) {
  .personal-space-banner_bgi_web-services-api {
    padding: 58px 44px 53px 44px;
  }
}
.personal-space-banner__content {
  width: 500px;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.personal-space-banner__content_web-services-api {
  width: 680px;
}
.personal-space-banner__content_web-services-api .personal-space-banner__title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 480) {
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 33px;
  }
}
@media (min-width: 768) {
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 65px;
  }
}
@media (min-width: 920) {
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    margin-bottom: 34px;
  }
}
@media (min-width: 1200) {
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 42px;
  }
}
.personal-space-banner__content_web-services-api .personal-space-banner__text {
  max-width: 496px;
}
.personal-space-banner__content_web-services-api .personal-space-banner__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768) {
  .personal-space-banner__content_web-services-api .personal-space-banner__text {
    font-size: 20px;
    line-height: 26px;
  }
}
.personal-space-banner__content > * {
  max-width: 100%;
}
.personal-space-banner__title {
  font-family: Druk Wide Cyr, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #ffffff;
}
.personal-space-banner__title-mark {
  color: #f35248;
}
.personal-space-banner__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-top: auto;
}
.personal-space-banner_theme_grey {
  background-color: #E7E7E7;
}
.personal-space-banner_theme_grey .personal-space-banner__title,
.personal-space-banner_theme_grey .personal-space-banner__text {
  color: #333333;
}
.personal-space-banner__content_web-services-api {
  width: 680px;
}
@media (max-width: 1439px) {
  .personal-space-banner {
    height: 400px;
    background-position: right 30px center;
    background-size: 300px auto;
  }
  .personal-space-banner_bgi_like {
    background-position: right center;
  }
  .personal-space-banner_bgi_anna {
    background-position: right bottom;
  }
  .personal-space-banner_bgi_web-services-api {
    height: auto;
    background: url('/local/templates/main/css/../img/personal-space-banner/web-services-api.png') #ff5146 no-repeat right -52px top / 410px auto;
  }
  .personal-space-banner_contextual-advertising {
    height: 403px;
    background-image: url('/local/templates/main/css/../img/personal-space-banner/contextual-advertising.png');
    background-position: 30px 30px;
    background-size: 100%;
  }
  .personal-space-banner_contextual-advertising .personal-space-banner__content {
    width: 608px;
  }
  .personal-space-banner_media-advertising {
    height: auto;
  }
  .personal-space-banner_media-advertising .personal-space-banner__title {
    font-size: 22px;
    line-height: 24px;
  }
  .personal-space-banner_media-advertising .personal-space-banner__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .personal-space-banner__content {
    width: 450px;
  }
  .personal-space-banner__content_web-services-api {
    width: 680px;
  }
  .personal-space-banner__title {
    font-family: Druk Wide Cyr, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
  }
}
@media (max-width: 919px) {
  .personal-space-banner {
    background-position: right center;
  }
  .personal-space-banner_bgi_anna {
    background-position: right bottom;
  }
  .personal-space-banner_bgi_web-services-api {
    height: auto;
    background: url('/local/templates/main/css/../img/personal-space-banner/web-services-api.png') #ff5146 no-repeat right -25px top / 381px auto;
  }
  .personal-space-banner_contextual-advertising {
    height: 403px;
    background-image: url('/local/templates/main/css/../img/personal-space-banner/contextual-advertising.png');
    background-position: 30px 30px;
    background-size: 100%;
  }
  .personal-space-banner_media-advertising {
    height: auto;
  }
  .personal-space-banner_media-advertising .personal-space-banner__title {
    font-size: 22px;
    line-height: 24px;
  }
  .personal-space-banner_media-advertising .personal-space-banner__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .personal-space-banner__content {
    width: 400px;
  }
  .personal-space-banner__content_web-services-api {
    width: 680px;
  }
}
@media (max-width: 767px) {
  .personal-space-banner {
    height: auto;
    background-image: none;
  }
  .personal-space-banner_bgi_web-services-api {
    background: url('/local/templates/main/css/../img/personal-space-banner/web-services-api.png') #ff5146 no-repeat right -57px top / 279px auto;
  }
  .personal-space-banner_media-advertising {
    height: auto;
  }
  .personal-space-banner_media-advertising .personal-space-banner__title {
    font-size: 18px;
    line-height: 24px;
  }
  .personal-space-banner_media-advertising .personal-space-banner__text {
    font-size: 16px;
    line-height: 21px;
  }
  .personal-space-banner__content {
    width: 100%;
  }
  .personal-space-banner__title {
    margin-bottom: 30px;
    font-family: Druk Wide Cyr, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .personal-space-banner__text {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
  }
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .personal-space-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .personal-space-banner__content_web-services-api .personal-space-banner__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.grid__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid__item {
  margin: 10px;
  width: calc(100% - 10px * 2);
}
.grid_col_2 .grid__item {
  width: calc(50% - 10px * 2);
}
@media (max-width: 767px) {
  .grid_col_2 .grid__item {
    width: calc(100% - 10px * 2);
  }
}
@-webkit-keyframes thanks-modal-bg {
  from {
    -webkit-transform: translate(100%, 40px);
            transform: translate(100%, 40px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes thanks-modal-bg {
  from {
    -webkit-transform: translate(100%, 40px);
            transform: translate(100%, 40px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.thanks-modal {
  width: 660px;
  height: 380px;
  max-width: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.19);
  padding: 0;
}
.thanks-modal__image {
  width: 50%;
  background-color: #f35248;
  position: relative;
  overflow: hidden;
}
.thanks-modal__image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat left top;
  background-image: url('/local/templates/main/css/../img/thanks-modal/thanks-modal-like.png');
  -webkit-animation: 0.4s ease-out thanks-modal-bg;
          animation: 0.4s ease-out thanks-modal-bg;
}
.thanks-modal__content {
  width: 50%;
  background-color: #fafafa;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.thanks-modal__content > * {
  max-width: 100%;
}
.thanks-modal__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 38px;
  color: #333333;
  margin-bottom: 25px;
}
.thanks-modal__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  margin-top: auto;
  margin-bottom: auto;
}
.thanks-modal__text_mb {
  margin-bottom: 15px;
}
.thanks-modal .fancybox-close-small svg {
  display: none;
}
.thanks-modal .fancybox-close-small {
  right: 30px;
  top: 30px;
  width: 30px;
  height: 26px;
  background: transparent no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5753 10.6428L5.00009 1L3.14899 2.83813L12.7258 12.4825L3 22.1566L4.8397 24.0061L14.5639 14.3336L24.2874 24.1258L26.1385 22.2876L16.4134 12.4939L26.1094 2.84955L24.2697 1.00002L14.5753 10.6428Z' fill='%234C4C4C'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199px) {
  .thanks-modal__title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 919px) {
  .thanks-modal {
    width: 320px;
  }
  .thanks-modal__image {
    display: none;
  }
  .thanks-modal__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thanks-modal {
    height: auto;
  }
  .thanks-modal__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .thanks-modal__text {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .thanks-modal__title {
    font-family: "Proxima Nova", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
  }
  .thanks-modal .fancybox-close-small {
    width: 20px;
    height: 17px;
  }
}
.section-vacancy {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section-vacancy {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.vacancy-item__head {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid #E3E3E3;
}
@media (min-width: 768px) {
  .vacancy-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vacancy-item__head > * + * {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .vacancy-item__head > * + * {
    margin-top: 0;
  }
}
.vacancy-item__head-wrap > * + * {
  margin-top: 15px;
}
.vacancy-item__title {
  max-width: 595px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .vacancy-item__title {
    font-size: 22px;
  }
}
.vacancy-item__subtitle {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.vacancy-item__pay {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fa2424;
}
@media (min-width: 768px) {
  .vacancy-item__pay {
    font-size: 22px;
    margin-right: 0;
    margin-left: auto;
  }
}
.vacancy-item__body {
  margin-top: 15px;
  max-width: 720px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .vacancy-item__body {
    padding-bottom: 60px;
  }
}
.vacancy-item__text {
  margin-top: 35px;
}
.vacancy-item__text p {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.vacancy-item__text > * + * {
  margin-top: 15px;
}
.vacancy-item__button {
  margin-top: 30px;
}
.vacancy {
  max-width: 720px;
}
.vacancy__description p {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.vacancy__description p span {
  font-weight: 700;
}
.vacancy__description > * + * {
  margin-top: 15px;
}
.vacancy__list {
  max-width: 620px;
  margin-top: 50px;
  list-style-type: none;
  counter-reset: num;
}
@media (min-width: 768px) {
  .vacancy__list {
    margin-top: 60px;
  }
}
.vacancy__list .vacancy__item:before {
  content: counter(num) '.';
  counter-increment: num;
  position: absolute;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fa2424;
}
@media (min-width: 768px) {
  .vacancy__list .vacancy__item:before {
    font-size: 22px;
  }
}
.vacancy__list > * + * {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .vacancy__list > * + * {
    margin-top: 60px;
  }
}
.vacancy__item {
  position: relative;
}
.vacancy__item:before {
  display: none;
}
.vacancy__item-title {
  position: relative;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .vacancy__item-title {
    font-size: 22px;
  }
}
.vacancy__subitem {
  position: relative;
  padding-left: 24px;
}
.vacancy__subitem:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  background-color: #f35248;
}
.vacancy__post-scriptum {
  margin-top: 30px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 480px) {
  .vacancy__post-scriptum {
    margin-top: 34px;
  }
}
.vacancy__manager {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .vacancy__manager {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  .vacancy__manager {
    margin-top: 64px;
  }
}
.vacancy__manager > * + * {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .vacancy__manager > * + * {
    margin-top: 50px;
  }
}
.vacancy__manager-title {
  color: #fa2424;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 31px;
}
.vacancy__manager-name {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .vacancy__manager-name {
    font-size: 22px;
  }
}
.vacancy__manager-position {
  margin-top: 10px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.vacancy__contact {
  margin-top: 22px;
}
.vacancy__contact > * + * {
  margin-top: 15px;
}
.vacancy__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
}
.vacancy__link:before {
  margin-right: 12px;
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 40%;
  background-position: center;
  background-repeat: no-repeat;
}
.vacancy__link_telegram:before {
  background-color: #fa2424;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.06276 11.3857L6.76501 15.5737C7.19101 15.5737 7.37551 15.3907 7.59676 15.1709L9.59401 13.2622L13.7325 16.2929C14.4915 16.7159 15.0263 16.4932 15.231 15.5947L17.9475 2.86569L17.9483 2.86494C18.189 1.74294 17.5425 1.30419 16.803 1.57944L0.835511 7.69269C-0.254239 8.11569 -0.237739 8.72319 0.650261 8.99844L4.73251 10.2682L14.2148 4.33494C14.661 4.03944 15.0668 4.20294 14.733 4.49844L7.06276 11.3857Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.vacancy__link_email:before {
  background-color: #B0B0B0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9316 9.092L17.9999 12.9282V5.09375L11.9316 9.092Z' fill='white'/%3E%3Cpath d='M0 5.09375V12.9282L6.06825 9.092L0 5.09375Z' fill='white'/%3E%3Cpath d='M16.8749 2.8125H1.12494C0.563566 2.8125 0.118066 3.231 0.0336914 3.76988L8.99994 9.67725L17.9662 3.76988C17.8818 3.231 17.4363 2.8125 16.8749 2.8125Z' fill='white'/%3E%3Cpath d='M10.9014 9.77066L9.30951 10.8192C9.21501 10.881 9.10813 10.9114 9.00013 10.9114C8.89213 10.9114 8.78526 10.881 8.69076 10.8192L7.09888 9.76953L0.0361328 14.2369C0.122758 14.7713 0.566008 15.1864 1.12513 15.1864H16.8751C17.4343 15.1864 17.8775 14.7713 17.9641 14.2369L10.9014 9.77066Z' fill='white'/%3E%3C/svg%3E%0A");
}
.step-slider-marketing__item {
  background-color: #ffffff;
  padding: 20px;
}
@media (min-width: 768px) {
  .step-slider-marketing__item {
    padding: 40px ;
  }
}
.step-slider-marketing__item:not(:last-child) {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .step-slider-marketing__item:not(:last-child) {
    padding-bottom: 0;
  }
}
.step-slider-marketing__item:not(:last-child) .step-slider-marketing__card {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .step-slider-marketing__item:not(:last-child) .step-slider-marketing__card {
    padding-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .step-slider-marketing__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.step-slider-marketing__content-container {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .step-slider-marketing__content-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .step-slider-marketing__content-container {
    margin-bottom: 0px;
  }
}
.step-slider-marketing__title {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 25px;
}
.step-slider-marketing__title span {
  margin-right: 15px;
  color: #f35248;
  font-family: Druk Wide Cyr, sans-serif;
}
.step-slider-marketing__text {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}
@media (min-width: 768px) {
  .step-slider-marketing__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.step-slider-marketing__img-container {
  position: relative;
  width: 100%;
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #E7E7E7;
}
@media (min-width: 480px) {
  .step-slider-marketing__img-container {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .step-slider-marketing__img-container {
    height: 221px;
  }
}
@media (min-width: 920px) {
  .step-slider-marketing__img-container {
    width: 380px;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .step-slider-marketing__img-container {
    width: 320px;
  }
}
@media (min-width: 1440px) {
  .step-slider-marketing__img-container {
    width: 355px;
    height: 193px;
  }
}
.step-slider-marketing__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.step-slider-marketing_mt {
  margin-top: 50px;
}
.business-process {
  margin-top: 21px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .business-process {
    display: block;
  }
}
.business-process .business-process__list {
  margin-bottom: 0;
  gap: 20px 0px;
  width: calc(50% - 16px);
}
@media (min-width: 768px) {
  .business-process .business-process__list:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .business-process .business-process__list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.business-process .business-process__list_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.business-process .business-process__list_nowrap .business-process__item_red {
  width: calc(50% - 16px);
}
@media (min-width: 768px) {
  .business-process .business-process__list_nowrap .business-process__item_red {
    width: auto;
  }
}
.business-process .business-process__item {
  position: relative;
  background: #F7F7F7;
  border: 3px solid #DEDEDE;
  border-radius: 200px;
  padding: 12px;
  min-width: 128px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2F2F2F;
}
@media (min-width: 480px) {
  .business-process .business-process__item {
    min-width: 174px;
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .business-process .business-process__item {
    min-width: 157px;
    min-height: 52px;
    margin-right: 32px;
  }
}
@media (min-width: 920px) {
  .business-process .business-process__item {
    min-width: 178px;
    min-height: 58px;
    margin-right: 36px;
  }
}
@media (min-width: 1440px) {
  .business-process .business-process__item {
    min-width: 198px;
    min-height: 68px;
    margin-right: 42px;
  }
}
.business-process .business-process__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .business-process .business-process__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.business-process .business-process__item:not(:last-child)::after {
  position: absolute;
  top: calc(130%);
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  left: 50%;
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9H20V7H0V9Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .business-process .business-process__item:not(:last-child)::after {
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .business-process .business-process__item:not(:last-child)::after {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .business-process .business-process__item:not(:last-child)::after {
    width: 18px;
  }
}
@media (min-width: 1440px) {
  .business-process .business-process__item:not(:last-child)::after {
    width: 21px;
  }
}
.business-process .business-process__item_red {
  background: #fa2424;
  border: 3px solid #fa2424;
  color: #ffffff;
}
.business-process .business-process__item_red .bisiness-process-text span {
  color: #ffffff;
}
.business-process .bisiness-process-text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
@media (min-width: 480px) {
  .business-process .bisiness-process-text {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .business-process .bisiness-process-text {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 920px) {
  .business-process .bisiness-process-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1440px) {
  .business-process .bisiness-process-text {
    font-size: 18px;
    line-height: 21px;
  }
}
.business-process .bisiness-process-text span {
  font-weight: bold;
  color: #f35248;
}
.business-process .business-process__list_connected {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .business-process .business-process__list_connected {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .business-process .business-process__list_connected:not(:first-child) {
    margin-top: 32px;
  }
}
.business-process .business-process__list_connected .business-process__item:first-child::before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: -6% 33%;
      -ms-transform-origin: -6% 33%;
          transform-origin: -6% 33%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='47' viewBox='0 0 12 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.666667C3.05448 0.666666 0.666667 3.05448 0.666667 6C0.666666 8.94552 3.05448 11.3333 6 11.3333C8.94552 11.3333 11.3333 8.94552 11.3333 6C11.3333 3.05448 8.94552 0.666667 6 0.666667ZM6 35.6667C3.05448 35.6667 0.666665 38.0545 0.666665 41C0.666665 43.9455 3.05448 46.3333 6 46.3333C8.94552 46.3333 11.3333 43.9455 11.3333 41C11.3333 38.0545 8.94552 35.6667 6 35.6667ZM5 6L5 41L7 41L7 6L5 6Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 47px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .business-process .business-process__list_connected .business-process__item:first-child::before {
    right: unset;
    -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
            transform-origin: unset;
    top: unset;
    bottom: calc(94%);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.business-process .business-process__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media (min-width: 768px) {
  .business-process .business-process__item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.core-values {
  margin-top: 50px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .core-values {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  .core-values {
    margin-top: 67px;
  }
}
@media (min-width: 1440px) {
  .core-values__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
  }
}
.core-values__item:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .core-values__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 920px) {
  .core-values__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .core-values__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.core-values__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.core-values__head:after {
  content: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 12.5px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 10L0.499998 -1.09278e-06L13 0L6.75 10Z' fill='%234F4F4F'/%3E%3C/svg%3E");
}
@media (max-width: 479px) {
  .core-values__head:after {
    content: '';
  }
}
.core-values__head.is-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.core-values__title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #333333;
  margin-left: 20px;
  max-width: 190px;
}
@media (min-width: 768px) {
  .core-values__title {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .core-values__title {
    font-size: 30px;
    line-height: 33px;
  }
}
.core-values__img {
  -ms-flex-preferred-size: 68px;
      flex-basis: 68px;
  width: 68px;
}
@media (min-width: 768px) {
  .core-values__img {
    -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
    width: 78px;
  }
}
.core-values__img img {
  display: block;
}
.core-values__text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 800px;
  display: none;
}
@media (min-width: 768px) {
  .core-values__text {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
}
.core-values__text p {
  margin-bottom: 0px !important;
}
.agency-step {
  margin-top: 40px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .agency-step {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .agency-step {
    margin-top: 60px;
  }
}
@media (min-width: 920px) {
  .agency-step__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px 58px;
  }
}
@media (min-width: 920px) {
  .agency-step__item {
    width: calc(50% - 29px);
  }
}
.agency-step__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 920px) {
  .agency-step__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.agency-step__item:not(:last-child) .agency-step__head::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='377' height='16' viewBox='0 0 377 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M376.354 8.35359C376.549 8.15833 376.549 7.84175 376.354 7.64648L373.172 4.4645C372.976 4.26924 372.66 4.26924 372.464 4.4645C372.269 4.65976 372.269 4.97635 372.464 5.17161L375.293 8.00004L372.464 10.8285C372.269 11.0237 372.269 11.3403 372.464 11.5356C372.66 11.7308 372.976 11.7308 373.172 11.5356L376.354 8.35359ZM-3.93493e-08 8.5L3.91667 8.5L3.91667 7.5L3.93493e-08 7.5L-3.93493e-08 8.5ZM11.75 8.5L19.5833 8.5L19.5833 7.5L11.75 7.5L11.75 8.5ZM27.4167 8.5L35.25 8.5L35.25 7.5L27.4167 7.5L27.4167 8.5ZM43.0833 8.5L50.9167 8.5L50.9167 7.5L43.0833 7.5L43.0833 8.5ZM58.75 8.50001L66.5833 8.50001L66.5833 7.50001L58.75 7.50001L58.75 8.50001ZM74.4167 8.50001L82.25 8.50001L82.25 7.50001L74.4167 7.50001L74.4167 8.50001ZM90.0833 8.50001L97.9167 8.50001L97.9167 7.50001L90.0833 7.50001L90.0833 8.50001ZM105.75 8.50001L113.583 8.50001L113.583 7.50001L105.75 7.50001L105.75 8.50001ZM121.417 8.50001L129.25 8.50001L129.25 7.50001L121.417 7.50001L121.417 8.50001ZM137.083 8.50001L144.917 8.50001L144.917 7.50001L137.083 7.50001L137.083 8.50001ZM152.75 8.50001L160.583 8.50002L160.583 7.50002L152.75 7.50001L152.75 8.50001ZM168.417 8.50002L176.25 8.50002L176.25 7.50002L168.417 7.50002L168.417 8.50002ZM184.083 8.50002L191.917 8.50002L191.917 7.50002L184.083 7.50002L184.083 8.50002ZM199.75 8.50002L207.583 8.50002L207.583 7.50002L199.75 7.50002L199.75 8.50002ZM215.417 8.50002L223.25 8.50002L223.25 7.50002L215.417 7.50002L215.417 8.50002ZM231.083 8.50002L238.917 8.50002L238.917 7.50002L231.083 7.50002L231.083 8.50002ZM246.75 8.50002L254.583 8.50002L254.583 7.50002L246.75 7.50002L246.75 8.50002ZM262.417 8.50003L270.25 8.50003L270.25 7.50003L262.417 7.50003L262.417 8.50003ZM278.083 8.50003L285.917 8.50003L285.917 7.50003L278.083 7.50003L278.083 8.50003ZM293.75 8.50003L301.583 8.50003L301.583 7.50003L293.75 7.50003L293.75 8.50003ZM309.417 8.50003L317.25 8.50003L317.25 7.50003L309.417 7.50003L309.417 8.50003ZM325.083 8.50003L332.917 8.50003L332.917 7.50003L325.083 7.50003L325.083 8.50003ZM340.75 8.50003L348.583 8.50003L348.583 7.50003L340.75 7.50003L340.75 8.50003ZM356.417 8.50003L364.25 8.50004L364.25 7.50004L356.417 7.50003L356.417 8.50003ZM372.083 8.50004L376 8.50004L376 7.50004L372.083 7.50004L372.083 8.50004ZM376.707 8.70714C377.098 8.31662 377.098 7.68345 376.707 7.29293L370.343 0.928968C369.953 0.538444 369.319 0.538444 368.929 0.928968C368.538 1.31949 368.538 1.95266 368.929 2.34318L374.586 8.00004L368.929 13.6569C368.538 14.0474 368.538 14.6806 368.929 15.0711C369.319 15.4616 369.953 15.4616 370.343 15.0711L376.707 8.70714ZM-7.86985e-08 9L3.91667 9L3.91667 7L7.86985e-08 7L-7.86985e-08 9ZM11.75 9L19.5833 9L19.5833 7L11.75 7L11.75 9ZM27.4167 9L35.25 9L35.25 7L27.4167 7L27.4167 9ZM43.0833 9L50.9167 9L50.9167 7L43.0833 7L43.0833 9ZM58.75 9.00001L66.5833 9.00001L66.5833 7.00001L58.75 7.00001L58.75 9.00001ZM74.4167 9.00001L82.25 9.00001L82.25 7.00001L74.4167 7.00001L74.4167 9.00001ZM90.0833 9.00001L97.9167 9.00001L97.9167 7.00001L90.0833 7.00001L90.0833 9.00001ZM105.75 9.00001L113.583 9.00001L113.583 7.00001L105.75 7.00001L105.75 9.00001ZM121.417 9.00001L129.25 9.00001L129.25 7.00001L121.417 7.00001L121.417 9.00001ZM137.083 9.00001L144.917 9.00001L144.917 7.00001L137.083 7.00001L137.083 9.00001ZM152.75 9.00001L160.583 9.00002L160.583 7.00002L152.75 7.00001L152.75 9.00001ZM168.417 9.00002L176.25 9.00002L176.25 7.00002L168.417 7.00002L168.417 9.00002ZM184.083 9.00002L191.917 9.00002L191.917 7.00002L184.083 7.00002L184.083 9.00002ZM199.75 9.00002L207.583 9.00002L207.583 7.00002L199.75 7.00002L199.75 9.00002ZM215.417 9.00002L223.25 9.00002L223.25 7.00002L215.417 7.00002L215.417 9.00002ZM231.083 9.00002L238.917 9.00002L238.917 7.00002L231.083 7.00002L231.083 9.00002ZM246.75 9.00002L254.583 9.00002L254.583 7.00002L246.75 7.00002L246.75 9.00002ZM262.417 9.00003L270.25 9.00003L270.25 7.00003L262.417 7.00003L262.417 9.00003ZM278.083 9.00003L285.917 9.00003L285.917 7.00003L278.083 7.00003L278.083 9.00003ZM293.75 9.00003L301.583 9.00003L301.583 7.00003L293.75 7.00003L293.75 9.00003ZM309.417 9.00003L317.25 9.00003L317.25 7.00003L309.417 7.00003L309.417 9.00003ZM325.083 9.00003L332.917 9.00003L332.917 7.00003L325.083 7.00003L325.083 9.00003ZM340.75 9.00003L348.583 9.00003L348.583 7.00003L340.75 7.00003L340.75 9.00003ZM356.417 9.00003L364.25 9.00004L364.25 7.00004L356.417 7.00003L356.417 9.00003ZM372.083 9.00004L376 9.00004L376 7.00004L372.083 7.00004L372.083 9.00004Z' fill='%23828282'/%3E%3C/svg%3E%0A");
  width: calc(100% - 60px);
  margin-left: 30px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.agency-step__head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agency-step__num {
  width: 30px;
  height: 30px;
  border: 4px solid #f35248;
  border-radius: 50%;
  background-color: #ffffff;
}
.agency-step__title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .agency-step__title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .agency-step__title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1600px) {
  .agency-step__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.agency-step__text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .agency-step__text {
    font-size: 20px;
    line-height: 32px;
  }
}
.successful-conversion {
  color: #ffffff;
  padding: 46px 20px;
  padding-bottom: 296px;
  background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom center / 200%;
}
@media (min-width: 480px) {
  .successful-conversion {
    background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom center / 160%;
  }
}
@media (min-width: 768px) {
  .successful-conversion {
    padding: 58px 30px;
    padding-bottom: 326px;
    background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom center / 140%;
  }
}
@media (min-width: 920px) {
  .successful-conversion {
    padding: 58px 40px;
    padding-bottom: 274px;
    background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom right -293px / 111%;
  }
}
@media (min-width: 1200px) {
  .successful-conversion {
    padding-bottom: 236px;
  }
}
@media (min-width: 1440px) {
  .successful-conversion {
    background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom right -293px / 116%;
  }
}
@media (min-width: 1600px) {
  .successful-conversion {
    background: #f35248 url(/local/templates/main/css/../img/bg-3.png) no-repeat bottom right -158px / 104%;
  }
}
.successful-conversion__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .successful-conversion__title {
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1200px) {
  .successful-conversion__title {
    font-size: 37px;
    line-height: 38px;
  }
}
.successful-conversion__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .successful-conversion__text {
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .successful-conversion__text {
    margin-bottom: 52px;
  }
}
.successful-conversion__text p {
  margin: 0;
}
.successful-conversion__text a {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.successful-conversion__text a:hover,
.successful-conversion__text a:active {
  opacity: 0.6;
}
.successful-conversion__phone {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 22px;
  max-width: 272px;
}
@media (min-width: 768px) {
  .successful-conversion__phone {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .successful-conversion__phone {
    font-size: 34px;
    line-height: 38px;
  }
}
.successful-conversion__phone a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.successful-conversion__phone a:hover,
.successful-conversion__phone a:active {
  opacity: 0.6;
}
body.fixed {
  overflow: hidden;
  position: fixed;
}
#wrapper {
  max-width: 2000px;
}
.tmp {
  width: 100%;
  background: #ffffff;
}
.tmp__aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 100vh;
  z-index: 99;
}
@media (min-width: 1200px) {
  .tmp__aside {
    width: 295px;
  }
}
@media (min-width: 1400px) {
  .tmp__aside {
    width: 300px;
  }
}
.tmp__content {
  min-height: 100vh;
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .tmp__content {
    padding-left: 295px;
  }
}
@media (min-width: 1920px) {
  .tmp__content {
    padding-left: 295px;
  }
}
.tmp__content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page {
  background: #fff;
  min-height: calc(100vh - 100px);
}
.page_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page__content_flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_offset {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .page_offset {
    padding-top: 80px;
  }
}
@media (min-width: 920px) {
  .page_offset {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .page_offset {
    padding-top: 120px;
  }
}
.page_offset .section-service {
  padding-top: 0;
}
.page_offset-2 {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .page_offset-2 {
    padding-top: 60px;
  }
}
.page_offset-2 .bread {
  position: absolute;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .page_offset-2 .bread {
    margin-top: 50px;
  }
}
@media (max-width: 919px) {
  .page_offset-2 .bread {
    margin-top: 20px;
  }
}
.page_offset-2 .section-service {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .page_offset-2 .section-service {
    padding-top: 110px;
  }
}
@media (max-width: 919px) {
  .page_offset-2 .section-service {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .page_offset-2 .section-service {
    padding-top: 70px;
  }
}
@media (min-width: 320px) {
  .page_offset-2 .section-service_mvp-startups {
    padding-top: 68px;
  }
}
@media (min-width: 768px) {
  .page_offset-2 .section-service_mvp-startups {
    padding-top: 90px;
  }
}
@media (min-width: 920px) {
  .page_offset-2 .section-service_mvp-startups {
    padding-top: 157px;
  }
}
@media (min-width: 1200px) {
  .page_offset-2 .section-service_mvp-startups {
    padding-top: 110px;
  }
}
.page_offset-2 .section-service .head {
  margin-top: 0;
}
.page_grey {
  background: #fafafa;
}
.page_grey-7 {
  background-color: #EFEFEF;
}
.page_red {
  background: #f35248;
}
.page_red .bread_white {
  color: #ffffff;
}
.page_red .bread_white .bread__item:after {
  background: url(/local/templates/main/css/../img/arrow-menu-right_white.svg) no-repeat center / cover;
}
.page_image {
  background-position: 0 50px;
  background-size: 100% 420px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page_image {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .page_image {
    background-position: 0 60px;
  }
}
@media (max-width: 767px) {
  .page_service-all .figure-block {
    display: none !important;
  }
}
.page_agency .content-grid__col:last-child {
  display: none;
}
@media (min-width: 1280px) {
  .page_agency .content-grid__col:last-child {
    display: block;
  }
}
.page__form {
  display: none;
}
.page__form--index {
  padding-top: 120px;
}
.page.openForm {
  background: #fff !important;
}
.container {
  padding-left: 20px;
  margin-right: 20px;
}
@media (min-width: 650px) {
  .container {
    padding-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 44px;
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1220px;
    padding-left: 49px;
    margin-right: 44px;
  }
}
.tooltipe {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/local/templates/main/css/../img/question.svg) no-repeat center;
}
.tooltipe:focus,
.tooltipe:hover {
  background: url(/local/templates/main/css/../img/question_red.svg) no-repeat center;
}
[data-tooltype]:before {
  content: none;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fafafa transparent transparent transparent;
}
[data-tooltype]:after {
  content: none;
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  padding: 20px;
  background: #fafafa;
  width: 280px;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: -125px;
}
[data-tooltype]:hover,
[data-tooltype]:focus {
  outline: transparent;
}
[data-tooltype]:hover:before,
[data-tooltype]:focus:before {
  content: '';
}
[data-tooltype]:hover:after,
[data-tooltype]:focus:after {
  content: attr(data-tooltype-text);
}
.head {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .head {
    margin-top: 40px;
  }
}
.head__subtitle {
  font-weight: 600;
  color: #828282;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 650px) {
  .head__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .head__subtitle {
    margin-bottom: 33px;
  }
}
.head__subtitle_cl_black {
  color: #333333;
}
.head__title {
  color: inherit;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .head__title {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .head__title {
    font-size: 42px;
    line-height: 40px;
  }
}
.head__title_cl_red {
  color: #fa2424;
}
.head__title_h4 {
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fa2424;
}
@media (min-width: 768px) {
  .head__title_h4 {
    font-size: 22px;
  }
}
.head__title-2 {
  font-family: "Proxima Nova", sans-serif;
  color: inherit;
  font-weight: 700;
  font-size: 32px;
  line-height: 94%;
}
@media (min-width: 480px) {
  .head__title-2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .head__title-2 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .head__title-2 {
    font-size: 80px;
  }
}
@media (min-width: 1440px) {
  .head__title-2 {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  .head__title-2 {
    font-size: 110px;
  }
}
.head_white {
  color: #333333;
}
@media (min-width: 768px) {
  .head_white {
    color: #ffffff;
  }
}
.head_white .head__subtitle {
  color: #333333;
}
@media (min-width: 768px) {
  .head_white .head__subtitle {
    color: #ffffff;
  }
}
.head_red {
  color: #333333;
}
@media (min-width: 920px) {
  .head_red {
    color: #ffffff;
  }
}
.head_red .head__subtitle {
  color: #fa2424;
}
.head-2 {
  max-width: 520px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .head-2 {
    margin-top: 40px;
  }
}
.head-2 img {
  vertical-align: middle;
}
.head-2__subtitle {
  font-weight: 600;
  color: #828282;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .head-2__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.head-2__subtitle span {
  color: #fa2424;
}
.head-2__title {
  color: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .head-2__title {
    font-size: 30px;
    line-height: 30px;
  }
}
.head-2__title a {
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.head-2__title a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #333333;
}
.head-2__title a:hover:after {
  background: inherit;
}
.head-2_white {
  color: #333333;
}
@media (min-width: 768px) {
  .head-2_white {
    color: #ffffff;
  }
}
.head-2_white .head__subtitle {
  color: #333333;
}
@media (min-width: 768px) {
  .head-2_white .head__subtitle {
    color: #ffffff;
  }
}
.head-2_red {
  color: #ffffff;
}
.head-2_red .head__subtitle {
  color: #fa2424;
}
.head-3__title {
  color: inherit;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .head-3__title {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .head-3__title {
    font-size: 46px;
    line-height: 50px;
  }
}
.head-4__title {
  color: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .head-4__title {
    font-size: 34px;
    line-height: 38px;
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .head-4__title {
    font-size: 40px;
    line-height: 44px;
    max-width: 455px;
  }
}
@media (min-width: 1600px) {
  .head-4__title {
    font-size: 46px;
    line-height: 50px;
  }
}
.blog-article,
.content {
  margin-top: 30px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .blog-article,
  .content {
    margin-top: 40px;
    max-width: 620px;
  }
}
@media (min-width: 1280px) {
  .blog-article,
  .content {
    max-width: 720px;
  }
}
.blog-article_white,
.content_white {
  color: #333333;
}
@media (min-width: 768px) {
  .blog-article_white,
  .content_white {
    color: #ffffff;
  }
}
.blog-article h3,
.content h3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 650px) {
  .blog-article h3,
  .content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .blog-article h3,
  .content h3 {
    margin-top: 40px;
  }
}
.blog-article ul,
.content ul {
  margin-top: 30px;
}
.blog-article ul li,
.content ul li {
  padding-left: 20px;
  margin-top: 20px;
  position: relative;
}
.blog-article ul li:before,
.content ul li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fa2424;
}
.blog-article ul + h3,
.content ul + h3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-article ul + h3,
  .content ul + h3 {
    margin-top: 40px;
  }
}
.blog-article ol,
.content ol {
  margin-top: 30px;
  counter-reset: myCounter;
}
.blog-article ol li,
.content ol li {
  list-style: none;
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-article ol li:before,
.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) '.';
  display: inline-block;
  color: #fa2424;
  font-family: "Proxima Nova", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  padding-right: 11px;
  padding-top: 2px;
}
.blog-article ol li a,
.content ol li a {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .blog-article ol li a,
  .content ol li a {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-article ol + h3,
.content ol + h3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-article ol + h3,
  .content ol + h3 {
    margin-top: 40px;
  }
}
.blog-article .tabs,
.content .tabs {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-article .tabs,
  .content .tabs {
    margin-top: 40px;
  }
}
.blog-article .tabs__caption,
.content .tabs__caption {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-article a,
.content a {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .blog-article a,
  .content a {
    font-size: 18px;
    line-height: 26px;
  }
}
.content_vacancy {
  max-width: 540px;
}
.content_vacancy .skill {
  margin-top: 20px;
}
.content_vacancy-wide {
  max-width: 975px;
}
.blog-article {
  max-width: 100%;
  margin-top: 0;
}
.blog-article__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 1280px) {
  .blog-article__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: unset;
    margin: 0 -10px;
  }
}
@media (min-width: 1280px) {
  .blog-article__grid-col {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.blog-article__grid-col:nth-child(1) {
  width: 100%;
}
@media (min-width: 1280px) {
  .blog-article__grid-col:nth-child(1) {
    width: calc(73% - 20px);
  }
}
.blog-article__grid-col:nth-child(2) {
  position: sticky;
  left: 20px;
  bottom: 36px;
}
@media (min-width: 1280px) {
  .blog-article__grid-col:nth-child(2) {
    position: static;
    width: 278px;
  }
}
.blog-article .social {
  height: 28px;
  margin-top: 0;
}
@media (min-width: 480px) {
  .blog-article .social {
    height: 40px;
  }
}
@media (min-width: 1280px) {
  .blog-article .social {
    margin-top: 10px;
  }
}
.blog-article .social__item {
  margin-right: 0;
}
.content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .content-grid {
    margin: 0px -10px 0px;
  }
}
@media (min-width: 1280px) {
  .content-grid__col {
    margin: 0 10px;
  }
}
.content-grid__col:nth-child(1) {
  width: 100%;
}
@media (min-width: 1280px) {
  .content-grid__col:nth-child(1) {
    width: calc(75% - 20px);
  }
}
.content-grid__col:nth-child(2) {
  width: 100%;
}
@media (min-width: 1280px) {
  .content-grid__col:nth-child(2) {
    width: calc(25% - 20px);
  }
}
.content-grid__col:nth-child(2) .figure-block {
  display: inline-block;
  max-width: 210px;
  margin-right: 10px;
}
@media (min-width: 920px) {
  .content-grid__col:nth-child(2) .figure-block {
    margin-right: 40px;
    max-width: 230px;
  }
}
@media (min-width: 1280px) {
  .content-grid__col:nth-child(2) .figure-block {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  .content-grid__col--hide {
    display: none;
  }
}
.filter-clear {
  cursor: pointer;
  color: #333333;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  margin-bottom: 10px;
}
.filter-clear:hover {
  opacity: 1;
}
.filter-clear:after {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background: url(/local/templates/main/css/../img/close_min.svg) no-repeat center / cover;
  margin-left: 10px;
}
.block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px -10px 0;
  }
}
.block__item {
  background: #fafafa;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .block__item {
    margin: 20px 10px 0px;
    width: calc(50% - 20px);
  }
}
.block__title {
  color: #fa2424;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.block__content {
  margin-top: auto;
}
.accordion {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 40px;
  }
}
.accordion__item {
  border-top: 1px solid #e0e0e0;
}
.accordion__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.accordion__item.close .accordion__head:before {
  background: url(/local/templates/main/css/../img/arrow-down_black.svg) no-repeat center;
}
.accordion__item.close .accordion__content {
  height: 0 !important;
  padding-bottom: 0px;
}
.accordion__head {
  cursor: pointer;
  padding-top: 15px;
  padding-left: 57px;
  max-width: 620px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .accordion__head {
    max-width: 720px;
  }
}
.accordion__head:before {
  content: "";
  width: 29px;
  height: 19px;
  position: absolute;
  top: 16px;
  left: 0;
  background: url(/local/templates/main/css/../img/arrow-up_black.svg) no-repeat center;
}
.accordion__content {
  padding-left: 57px;
  max-width: 780px;
  padding-bottom: 25px;
  overflow: hidden;
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .accordion__content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.grid__col {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .grid__col {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .grid__col {
    margin: 40px 10px 0;
    width: calc(50% -  20px);
    padding-right: 8.33%;
  }
}
.grid__title {
  margin-bottom: 20px;
  color: #828282;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  .grid__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.column {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .column {
    margin-top: 40px;
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .column {
    max-width: 100%;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.column p {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-service[data-vide-bg] > div:first-child {
    top: -80px !important;
  }
}
@media (min-width: 920px) {
  .section-service[data-vide-bg] > div:first-child {
    top: -100px !important;
  }
}
@media (min-width: 1200px) {
  .section-service[data-vide-bg] > div:first-child {
    top: -120px !important;
  }
}
[data-vide-bg] > div:first-child {
  position: relative;
  z-index: 1 !important;
}
@media (min-width: 768px) {
  [data-vide-bg] > div:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f35248;
    opacity: 0.8;
  }
}
[data-vide-bg] video {
  max-width: none;
}
[data-vide-bg] .container {
  position: relative;
  z-index: 2;
}
.twentytwenty-handle {
  background: #fafafa;
  border-color: #fafafa;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background: #fafafa;
}
.twentytwenty-left-arrow {
  border-right: 6px solid #bdbdbd;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #bdbdbd;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  background: #fa2424;
}
/* js__anim-list */
ul.js__anim-list {
  padding-left: 30px;
}
ul.js__anim-list li {
  margin-top: 0;
  padding-left: 0;
}
ul.js__anim-list li:not(:last-child) {
  padding-bottom: 30px;
}
ul.js__anim-list li:not(:last-child):after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -30px;
  background: #fafafa;
}
ul.js__anim-list li.active:before {
  background: #fa2424;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: linear all 0.3s;
  -o-transition: linear all 0.3s;
  transition: linear all 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
ul.js__anim-list li:before {
  color: #fff;
  z-index: 1;
  border-radius: 100%;
  font-size: 0;
  font-family: "IBM Plex Mono", monospace;
  content: attr(data-list);
  position: absolute;
  top: -4px;
  left: -45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #e0e0e0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.skill__list {
  margin: -2.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skill__list > * + *:before {
  content: '/';
  display: inline-block;
  margin-right: 5px;
}
.skill__item {
  margin: 2.5px;
  font-family: "Proxima Nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/template_styles.css?1690269494615*/
[data-goto] {
	cursor: pointer;
}

.section-staticpage {
	padding-bottom: 60px;
}

.submenu__grid-col {
    max-width: 400px;
}

.submenu__grid-col.important a {
    font-weight: 400;
}

.sub-section-marketing .user-content__title {
    margin-top: 0;
}

.social-tg_grey {
    background: url(/local/templates/main/img/social/grey/tg.svg) no-repeat center;
    background-size: contain;
}
.social-tg_grey:hover {
    background: url(/local/templates/main/img/social/red/tg.svg) no-repeat center;
}

.sas-calc {
    margin: 10px 0 0;
}

@media (max-width: 768px) {
	.section-staticpage {
		padding-bottom: 30px;
	}
}
/* End */
/* /local/js/disAjax/styles.css?1548730862465 */
/* /local/js/disMsg/styles.css?15487308621193 */
/* /local/templates/main/js/libs/jquery.scrollbar/jquery.scrollbar.css?15487308633453 */
/* /local/templates/main/js/libs/priority-nav-core.css?1679904629914 */
/* /local/templates/main/js/libs/priority-plus.css?17123013612462 */
/* /local/templates/main/js/libs/slick-1.8.1/slick/slick.css?15487308631776 */
/* /local/templates/main/js/libs/animsition/animsition.css?154873086337919 */
/* /local/templates/main/js/libs/twentytwenty-master/css/twentytwenty.css?15487308636537 */
/* /local/templates/main/js/libs/fancybox/jquery.fancybox.min.css?159643376812795 */
/* /local/templates/main/css/style.css?1752076176325442 */
/* /local/templates/main/template_styles.css?1690269494615 */
