

/* Start:/local/templates/spnk.graphics/js/fancyBox/jquery.fancybox.css?15260664824500*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/spnk.graphics/js/fancyBox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/spnk.graphics/js/fancyBox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -41px;
	right: -5px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 8040;
	background-image: url(/local/templates/spnk.graphics/js/fancyBox/fancybox_close.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/spnk.graphics/js/fancyBox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/spnk.graphics/js/fancyBox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and (max-device-width: 420px) {
    .fancybox-close {
        top: 0;
        right: 0;
        background-color: #ff4774;
        background-size: 80%;
    }
}

/* End */


/* Start:/local/templates/spnk.graphics/js/FormStyler/jquery.formstyler.css?169843646714587*/
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background: linear-gradient(#ffffff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666666;
    box-shadow: inset 0 -3px 6px #aaaaaa;
}

.jq-checkbox.focused {
    border: 1px solid #0088cc;
}

.jq-checkbox.disabled {
    opacity: .55;
}

.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background: linear-gradient(#ffffff, #e6e6e6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #ffffff, inset 1px -1px #ffffff;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777777;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7);
}

.jq-radio.focused {
    border: 1px solid #0088cc;
}

.jq-radio.disabled {
    opacity: .55;
}

.jq-file {
    width: 100%;
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__name {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 85px 0 10px;
    height: 40px;
    border: 1px solid #c3c3c3;
    background: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #2d2d2c;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-file__browse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    background: #ff4774;
    font-family: Montserrat, sans-serif;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.jq-file:hover .jq-file__browse {
    background: #00ccff;
}

.jq-file:active .jq-file__browse {
    background: #00ccff;
}

.jq-file.focused .jq-file__name {
    border-color: #00ccff;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #cccccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888888;
}

.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
}

.jq-number__field:hover {
    border-color: #b3b3b3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333333;
    text-align: left; /* для Opera Presto */
    -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background: linear-gradient(#ffffff, #e6e6e6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #ffffff;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #dddddd;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #cccccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaaaaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaaaaa;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 40px;
    padding: 0 45px 0 10px;
    border: 1px solid #c3c3c3;
    background: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #2d2d2c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.jq-selectbox__select:hover .placeholder {
    color: #2d2d2c;
}

.jq-selectbox__select:active {
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #00ccff;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #cccccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #2d2d2c;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
    color: #888888;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-left: 1px solid #c3c3c3;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.jq-selectbox.focused .jq-selectbox__select .jq-selectbox__trigger {
    border-color: #00ccff;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid #999999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ff4774;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaaaaa;
}

.jq-selectbox__dropdown {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    border: 1px solid #00ccff;
    background: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    padding: 13px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #2d2d2c;
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #ffffff;
}

.jq-selectbox li:hover {
    background-color: #00ccff;
    color: #ffffff;
}

.jq-selectbox li.disabled {
    color: #aaaaaa;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px/18px Arial, sans-serif;
    color: #333333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #cccccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #0088cc;
    color: #ffffff;
}

.jq-select-multiple li.disabled {
    color: #aaaaaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #cccccc;
    color: #ffffff;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333333;
}

input[type='search'].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #cccccc;
    border-top-color: #b3b3b3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    outline: none;
    background: #f5f5f5;
    background: -webkit-linear-gradient(#ffffff, #e6e6e6);
    background: linear-gradient(#ffffff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    font: 14px Arial, sans-serif;
    color: #333333;
    text-shadow: 1px 1px #ffffff;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
    background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #dddddd;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #cccccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888888;
}
/* End */


/* Start:/local/templates/spnk.graphics/components/bitrix/menu/main.menu/style.css?16984365583843*/
body.menu-offset {
    overflow: hidden;
}

.main-menu-wrapper {
    float: left;
    margin: 1em 0 0 30px;
}

.main-menu {
    line-height: 1;
    text-align: center;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.main-menu ul li.menu-item {
    color: #ffffff;
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
}

.main-menu ul li.menu-item:last-child {
    margin-right: 0;
}

.main-menu ul li.menu-item a,
.main-menu ul li.menu-item span {
    border: none !important;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: .5em 1em;
    transition: color .3s, background .3s;
}

.main-menu ul li.menu-item.selected a,
.main-menu ul li.menu-item a:hover,
.main-menu ul li.menu-item span,
.wrapper.index-page.scrolled .main-menu ul li.menu-item a:hover {
    background: #ffffff;
    color: #1d1d1d;
}

.wrapper.index-page .main-menu ul li.menu-item a:hover {
    background: #ff4774;
    color: #ffffff;
}

.hamburger {
    display: none;
    height: 46px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    transition: left .5s;
    width: 46px;
}

body.menu-offset .hamburger {
    background: none;
    left: 80%;
    margin-left: 30px;
    z-index: 1000;
}

.hamburger .bun {
    background: #ffffff;
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 21px;
    transform: rotate(0deg);
    transform-origin: left center;
    transition: .25s ease-in-out;
    width: 30px;
}

.hamburger .bun:nth-child(1) {
    top: 12px;
}

.hamburger .bun:nth-child(3) {
    top: 30px;
}

body.menu-offset .hamburger .bun:nth-child(1) {
    left: 27px;
    top: 10px;
    transform: rotate(45deg);
}

body.menu-offset .hamburger .bun:nth-child(2) {
    opacity: 0;
    width: 0;
}

body.menu-offset .hamburger .bun:nth-child(3) {
    left: 27px;
    top: 31px;
    transform: rotate(-45deg);
}

@media only screen and (max-device-width: 420px) {
    .hamburger {
        display: block;
    }

    .main-menu-wrapper {
        background: none;
        height: 115%;
        left: 0;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: background .3s, visibility .1s .5s;
        visibility: hidden;
        z-index: 999;
    }

    .main-menu-wrapper.visible {
        background: rgba(0, 0, 0, 0.5);
        transition: background .3s, visibility .1s;
        visibility: visible;
    }

    .main-menu-wrapper .main-menu {
        background: #f7f7f7;
        bottom: 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        height: 100%;
        left: -100%;
        overflow-y: scroll;
        padding-bottom: 30%;
        position: absolute;
        top: 0;
        transition: left .5s;
        width: 80%;
        z-index: 999;
    }

    .main-menu-wrapper.visible .main-menu {
        left: 0;
    }

    .main-menu-wrapper .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-menu-wrapper .main-menu ul li {
        border-bottom: 1px solid #eaeaea;
        float: none;
        font-size: 1.5em;
        margin: 0;
        text-align: left;
        text-transform: uppercase;
    }

    .main-menu-wrapper .main-menu ul li:last-child {
        border-bottom: none !important;
    }

    .main-menu-wrapper .main-menu ul li a,
    .main-menu-wrapper .main-menu ul li span {
        border: none !important;
        color: #ff4774 !important;
        display: block;
        padding: 15px 25px;
    }

    .main-menu-wrapper .main-menu ul li a:hover,
    .main-menu-wrapper .main-menu ul li.selected a,
    .main-menu-wrapper .main-menu ul li span {
        background: #ff4774 !important;
        color: #ffffff !important;
        transition: none !important;
    }
}
/* End */


/* Start:/local/templates/spnk.graphics/components/bitrix/breadcrumb/breadcrumbs/style.css?15260664812315*/
.breadcrumbs-wrapper {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 25px;
    overflow: hidden;
}

.breadcrumbs-wrapper .breadcrumb-item {
    float: left;
    margin-right: 27px;
}

.breadcrumbs-wrapper .breadcrumb-item a,
.breadcrumbs-wrapper .breadcrumb-item span {
    background: #ececec;
    border: none !important;
    color: #aaaaaa !important;
    display: block;
    height: 23px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    transition: all .3s !important;
    -moz-transition: all .3s !important;
    -o-transition: all .3s !important;
    -webkit-transition: all .3s !important;
}

.breadcrumbs-wrapper .breadcrumb-item a:before,
.breadcrumbs-wrapper .breadcrumb-item span:before {
    border: 12px solid transparent;
    border-color: #ececec;
    border-left-color: transparent;
    content: "";
    display: block;
    height: 0;
    left: -24px;
    position: absolute;
    top: 0;
    transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    width: 0;
}

.breadcrumbs-wrapper .breadcrumb-item a:after,
.breadcrumbs-wrapper .breadcrumb-item span:after {
    border: 12px solid transparent;
    border-left-color: #ececec;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    width: 0;
}

.breadcrumbs-wrapper .breadcrumb-item:first-of-type a,
.breadcrumbs-wrapper .breadcrumb-item:first-of-type span {
    padding-left: 15px;
}

.breadcrumbs-wrapper .breadcrumb-item:first-of-type a:before,
.breadcrumbs-wrapper .breadcrumb-item:first-of-type span:before {
    display: none;
}

.breadcrumbs-wrapper .breadcrumb-item a:hover {
    background: #ff4774 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.breadcrumbs-wrapper .breadcrumb-item a:hover:before {
    border-color: #ff4774 !important;
    border-left-color: transparent !important;
}

.breadcrumbs-wrapper .breadcrumb-item a:hover:after {
    border-left-color: #ff4774 !important;
}

@media only screen and (max-device-width: 420px) {

}
/* End */


/* Start:/local/templates/spnk.graphics/template_styles.css?171820220320767*/
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Italic'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold Italic'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Extra Bold'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Extra Bold Italic'),
         url('/local/templates/spnk.graphics/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
}

*, *:focus {
    outline: none;
}

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

html, body {
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    color: #191919;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    font-weight: normal;
    min-width: 1280px;
}

::selection {
    background: #ff4774;
    color: #fff;
}

h1, .h1 {
    border-bottom: 1px solid #c7c7c7;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 1em 0;
    padding: 0 0 1em;
}

h2, .h2 {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0;
}

h3, .h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 1em 0;
    padding: 0;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child {
    margin-top: 0;
}

.outer-block p {
    line-height: 1.4;
    margin: 1em 0;
}

.outer-block p:first-child, .outer-block p.first-child {
    margin-top: 0;
}

.outer-block p:last-child, .outer-block p.last-child {
    margin-bottom: 0;
}

.first-child { margin-top: 0; }
.last-child { margin-bottom: 0; }

.columns {
    font-size: 0;
    margin: 0 -80px;
}

.columns ~ .columns {
    margin-top: 20px;
}

.columns .col {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    padding: 0 80px;
    vertical-align: top;
}

.columns.v-align-middle .col {
    vertical-align: middle;
}

.columns.cols-2 .col {
    width: 50%;
}

.outer-block a:link, .outer-block a:visited {
    border-bottom: 1px solid;
    text-decoration: none;
}

.outer-block a.pseudo-link, .outer-block .pseudo-link {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.outer-block a:link, .outer-block .pseudo-link {
    border-color: #ff4774;
    color: #ff4774;
}

.outer-block a:visited, .outer-block .pseudo-link:visited {
    border-color: #ff4774;
    color: #ff4774;
}

.outer-block a:hover, .outer-block .pseudo-link:hover {
    border-color: transparent !important;
    color: #ff4774;
}

.outer-block a:active {
    background: none;
}

.outer-block a:link *, .outer-block a:visited * {
    cursor: pointer;
}

.outer-block a[href^="tel"] {
    border-bottom: none;
    color: inherit;
}

.px-mobile .outer-block a[href^="tel"] {
    border-bottom: 1px solid;
    border-color: rgba(58, 58, 58, 0.3) !important;
}

.outer-block a:link, .outer-block a:visited, .outer-block .pseudo-link {
    transition: border-color .3s, color .3s;
}

.outer-block .logo a img {
    border: none;
}

.outer-block img {
    border: none;
    font-size: 0;
}

.outer-block a img {
    display: block;
}

.color-spnk { color: #ff4774; }
.color-black { color: #000; }

.bg-light-grey { background-color: #eee; }

.fl { float: left; }
.fr { float: right; }

.clear {
    clear: both;
    float: none;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

table {
    border-collapse: collapse;
}

.tablenull {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.tablenull > tbody > tr > td,
.tablenull > tbody > tr > th,
.tablenull > thead > tr > td,
.tablenull > thead > tr > th,
.tablenull > tfoot > tr > td,
.tablenull > tfoot > tr > th {
    padding: 0;
}

.tablenull.t100 {
    width: 100%;
}

.vtop {
    vertical-align: top !important;
}

.vmiddle {
    vertical-align: middle !important;
}

.vbottom {
    vertical-align: bottom !important;
}

.vmiddleblock {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 0;
}

.vmiddlefix:before {
    content: "";
    display: inline-block;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 0;
}

.aleft { text-align: left !important; }
.acenter { text-align: center !important; }
.aright { text-align: right !important; }
.ajust { text-align: justify !important; }

.ajustblock {
    font-size: 1px;
    line-height: 0;
    text-align: justify;
    text-align-last: justify;
    text-justify: newspaper;
}

.ajustblock > span,
.ajustblock > a,
.ajustblock > div {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    text-align-last: left;
    vertical-align: middle;
}

.ajustblock > span *,
.ajustblock > a *,
.ajustblock > div * {
    text-align: left;
    text-align-last: left;
}

.ajustblock:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.f10px { font-size: 10px !important; }
.f12px { font-size: 12px !important }
.f14px { font-size: 14px !important; }
.f15px { font-size: 15px !important; }
.f16px { font-size: 16px !important; }
.f18px { font-size: 18px !important; }
.f20px { font-size: 20px !important; }
.f21px { font-size: 21px !important; }
.f22px { font-size: 22px !important; }
.f24px { font-size: 24px !important; }

.italic { font-style: italic !important; }

.bold { font-weight: bold !important; }
.medium { font-weight: bold !important; }

.t-upper { text-transform: uppercase !important;}
.t-lower { text-transform: lowercase !important; }

ul.ul-nomarker {
    line-height: 1.5;
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
}

ul.ul-nomarker:first-child,
ul.ul-nomarker.first-child {
    margin-top: 0;
}

ul.ul-nomarker:last-child,
ul.ul-nomarker.last-child {
    margin-bottom: 0;
}

ul.ul-nomarker li {
    margin: 0 0 0.5em 0;
}

ul.ul-marker {
    line-height: 1.5;
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
}

ul.ul-marker li {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 2em;
    position: relative;
}

ul.ul-marker li:before {
    content: "—";
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0.5em;
}

ol.ol-numbers {
    counter-reset: item;
    line-height: 1.5;
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
}

ol.ol-numbers li {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 2em;
    position: relative;
}

ol.ol-numbers li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    left: 0;
    position: absolute;
    top: 0;
}

.outer-block a.pink-button,
.pink-button {
    background: #ff4774;
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: background .3s;
}

.outer-block a.pink-button:hover,
.pink-button:hover {
    background: #00ccff;
}

.outer-block a.cyan-border-button,
.cyan-border-button {
    background: none;
    border: none;
    box-shadow: inset 0 0 0 3px #00ccff;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: background .3s;
}

.outer-block a.cyan-border-button:hover,
.cyan-border-button:hover {
    background: #00ccff;
}

.buttons-wrapper {
    cursor: default;
    margin-bottom: 4em;
}

.buttons-wrapper > [class*=button] {
    margin: 0 15px;
}

#site-icons {
    position: absolute;
}

.site-icon svg {
    display: inline-block;
    fill: inherit;
    max-height: 100%;
    max-width: 100%;
    transition: fill .3s;
    vertical-align: middle;
}

.wrapper {
    background: #f9f9f9;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px auto;
    min-height: 100%;
}

.wrapper.inner-page {
    margin-top: 60px;
}

.header-wrapper {
    background: #ff4774;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.bx-panel-fixed ~ .wrapper .header-wrapper {
    top: 147px;
}

.bx-panel-fixed.bx-panel-folded ~ .wrapper .header-wrapper {
    top: 39px;
}

.wrapper.index-page .header-wrapper {
    background: transparent;
    box-shadow: none;
    transition: background .3s, box-shadow .3s;
}

.wrapper.index-page.scrolled .header-wrapper {
    background: #ff4774;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.header-wrapper .header {
    height: 60px;
    margin: 0 auto;
    position: relative;
    width: 1260px;
}

.header-wrapper .header .header-logo {
    float: left;
    margin-top: 7px;
}

.header-wrapper .header .header-logo a {
    border: none !important;
    display: block;
    transition: transform .2s ease-in-out;
}

.header-wrapper .header .header-logo a:hover {
    transform: rotate(360deg);
}

.header-wrapper .header .header-logo a img {
    transition: opacity .3s;
}

.header-wrapper .header .header-logo a:hover img {
    opacity: 0.7;
}

.header-wrapper .header .header-contacts {
    float: right;
    margin-top: 8px;
    text-align: right;
}

.header-wrapper .header .header-contacts .header-phone {
    color: #ffffff;
    font-size: 18px;
}

.header-wrapper .header .header-contacts .header-phone span {
    transition: color .3s;
}

.header-wrapper .header .header-contacts .header-phone span,
.wrapper.index-page.scrolled .header-wrapper .header .header-contacts .header-phone span {
    color: #000000;
}

.header-wrapper .header .header-contacts .header-email {
    margin-top: 15px;
}

.header-wrapper .header .header-contacts .header-email span {
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: border-color .3s;
}

.header-wrapper .header .header-contacts .header-email span:hover {
    border-color: transparent;
}

.content,
.content-narrow {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0;
}

.content {
    width: 1170px;
}

.content-narrow {
    width: 1000px;
}

.wrapper.index-page .content {
    padding: 55px 0;
    text-align: center;
}

.content .text-two-col {
    column-count: 2;
    column-gap: 50px;
}

.footer-push,
.footer-wrapper {
    height: 75px;
    margin: 0 auto;
}

.footer-wrapper {
    background-color: #ff4774;
    color: #fff;
    padding: 15px 0;
}

.footer-wrapper .footer {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

.footer-wrapper .footer .footer-copyrights {
    line-height: 1.6;
}

.footer-wrapper .footer .footer-copyrights > div[id^=bx_incl_area_] {
    display: inline-block;
}

.footer-wrapper .footer .footer-copyrights a {
    display: inline-block;
    margin-left: 35px;
}

.footer-wrapper .footer .footer-phone {
    font-size: 22px;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 22px;
}

.footer-wrapper .footer .footer-phone span {
    color: #ff4774;
}

.footer-wrapper .footer .footer-social {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}

.footer-wrapper .footer .footer-social .social-item {
    display: inline-block;
    fill: #fff;
    font-size: 1rem;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.footer-wrapper .footer .footer-social .social-item:last-child {
    margin-right: 0;
}

.footer-wrapper .footer .footer-social .social-item a {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.about-announce {
    background: #ff4774;
    color: #fff;
    padding-top: 440px;
    position: relative;
}

.outer-block .about-announce a {
    border-color: #fff;
    color: #fff;
}

.about-announce .content-narrow {
    padding: 50px 0;
}

.about-announce [class^="about-sect-"] {
    position: absolute;
}

.about-announce .about-sect-top-left {
    left: 0;
    right: 35%;
    top: 0;
}

.about-announce .about-sect-right {
    background: #7e1f1f url(/local/templates/spnk.graphics/images/bg-about-announce-03.png) center left/auto 100% no-repeat;
    bottom: 0;
    left: 65%;
    right: 0;
    top: 0;
}

.about-announce .about-sect-mid-left {
    background: #ec7d9e url(/local/templates/spnk.graphics/images/bg-about-announce-01.png) center right/auto 100% no-repeat;
    height: 440px;
    left: 0;
    right: 400px;
    top: 0;
}

.about-announce .about-sect-mid-right {
    background: #88b8d8 url(/local/templates/spnk.graphics/images/bg-about-announce-02.png) center/100% no-repeat;
    height: 440px;
    right: 0;
    top: 0;
    width: 400px;
}

.our-clients {
    font-size: 0;
    margin: 0 -20px -20px;
    text-align: center;
}

.our-clients .client-item {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    height: 100px;
    margin-bottom: 20px;
    padding: 0 20px;
    vertical-align: middle;
    width: 33.3333%;
}

.our-clients .client-item:hover {
    fill: #ff4774;
}

.our-clients .client-item a {
    display: block;
    border: 0;
    height: 100%;
}

.our-clients .client-item .site-icon {
    display: block;
    height: 100%;
}

.portfolio-announce {
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 270px;
    position: relative;
    text-transform: uppercase;
}

.portfolio-announce .portfolio-announce-content {
    width: 580px;
}

.portfolio-announce .portfolio-announce-button {
    text-align: center;
    margin-top: 40px;
}

.portfolio-announce .portfolio-announce-button .pink-button {
    background: none;
    border: 2px solid #ff4774;
    color: #ff4774;
    font-size: 15px;
    text-transform: none;
    transition: all .3s;
}

.portfolio-announce .portfolio-announce-button .pink-button:hover {
    background: #ff4774;
    color: #fff;
}

.portfolio-announce .portfolio-sect-top-right {
    background: #c9c9c9 url(/local/templates/spnk.graphics/images/bg-portfolio-announce-01.jpg) 30px center no-repeat;
    bottom: 270px;
    margin-right: -80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.portfolio-announce .portfolio-sect-bottom {
    bottom: 0;
    height: 270px;
    left: 0;
    position: absolute;
    right: 0;
}

.portfolio-announce .portfolio-sect-bottom-1 {
    background: #d5d4d7 url(/local/templates/spnk.graphics/images/bg-portfolio-announce-02.jpg) right center no-repeat;
    height: 100%;
    margin-left: -165px;
    position: absolute;
    width: 50%;
}

.portfolio-announce .portfolio-sect-bottom-2 {
    background: #fff;
    color: #fff;
    cursor: pointer;
    height: 100%;
    left: 50%;
    margin-left: -165px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.portfolio-announce .portfolio-sect-bottom-2::before,
.portfolio-announce .portfolio-sect-bottom-2::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    transform: skew(0, -24deg);
}

.portfolio-announce .portfolio-sect-bottom-2::before {
    background: #ff4774;
    height: 200%;
    left: 0;
    top: -330px;
    transition: background .3s .3s;
    width: 1000px;
    z-index: 1;
}

.portfolio-announce .portfolio-sect-bottom-2:hover::before {
    background: #e9c633;
}

.portfolio-announce .portfolio-sect-bottom-2::after {
    background: #fff;
    height: 600%;
    left: 0;
    top: 0;
    transition: top .8s;
    width: 2500px;
    z-index: 3;
}

.portfolio-announce .portfolio-sect-bottom-2:hover::after {
    top: -2200px;
}

.portfolio-announce .find-out-the-cost {
    font-size: 20px;
    font-weight: 800;
    left: 30px;
    line-height: 1.25;
    margin-top: -37px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    z-index: 2;
}

.portfolio-announce .portfolio-sect-bottom-laptop {
    background: url(/local/templates/spnk.graphics/images/bg-portfolio-sect-bottom-laptop.png) center no-repeat;
    height: 502px;
    left: 300px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    width: 524px;
    z-index: 4;
}

.list-contacts {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-contacts li {
    margin-bottom: .5em;
    padding: .25em 0 .25em 2.5em;
    position: relative;
}

.list-contacts li:last-child {
    margin-bottom: 0;
}

.list-contacts .site-icon {
    background: #ff4774;
    border-radius: 50%;
    display: block;
    fill: #fff;
    height: 27px;
    left: 0;
    padding: 0 5px;
    position: absolute;
    top: 0;
    width: 27px;
}

@media only screen and (max-device-width: 420px) {
    body {
        min-width: 320px;
    }

    .outer-block img {
        height: auto;
        max-width: 100%;
    }



    .header-wrapper .header,
    .content,
    .content-narrow,
    .footer-wrapper .footer {
        max-width: 300px;
    }

    .header-wrapper .header .header-logo {
        margin-left: 60px;
    }

    .footer-wrapper .footer .footer-copyrights {

    }

    .footer-wrapper .footer .footer-copyrights a {
        line-height: 1;
        margin-left: 0;
    }

    .footer-wrapper .footer .footer-phone {
        font-size: 28px;
    }

    .outer-block .buttons-wrapper > a,
    .outer-block .buttons-wrapper > span {
        margin-bottom: 15px;
        min-width: 230px;
    }

    .outer-block .buttons-wrapper > a:last-child,
    .outer-block .buttons-wrapper > span:last-child {
        margin-bottom: 0;
    }

    .content,
    .content-narrow {
        padding: 40px 0;
    }

    .columns {
        margin: 0;
    }

    .columns .col {
        padding: 0;
        margin: 0 0 40px;
    }

    .columns .col:last-child {
        margin-bottom: 0;
    }

    .columns.cols-2 .col {
        width: 100%;
    }

    .our-clients {
        margin: 0 -10px;
    }

    .our-clients .client-item {
        width: 50%;
    }

    .our-clients .client-item:last-child {
        margin-bottom: 0;
    }

    .about-announce {
        padding: 0;
    }

    .about-announce .about-sect-top-left,
    .about-announce .about-sect-right {
        position: static;
    }

    .about-announce .about-sect-top-left::after {
        content: '';
        clear: bottom;
        display: table;
        width: 100%;
    }

    .about-announce [class^="about-sect-"] {
        position: static;
    }

    .about-announce .about-sect-mid-left,
    .about-announce .about-sect-mid-right {
        float: left;
        height: auto;
        padding-top: 50%;
        width: 50%;
    }

    .about-announce .about-sect-right {
        background-position: top center;
        background-size: cover;
        padding-top: 50%;
    }

    .portfolio-announce {
        padding: 0;
    }

    .portfolio-announce .portfolio-announce-content {
        width: 100%;
    }

    .portfolio-announce .portfolio-sect-top-right,
    .portfolio-announce .portfolio-sect-bottom-1 {
        position: static;
    }

    .portfolio-announce .portfolio-sect-top-right {
        padding-top: 50%;
        width: 100%;
    }

    .portfolio-announce .portfolio-sect-bottom {
        position: static;
        height: auto;
    }

    .portfolio-announce .portfolio-sect-bottom-1 {
        margin: 0;
        padding-top: 50%;
        width: 100%;
    }

    .portfolio-announce .portfolio-sect-bottom-2 {
        left: 0;
        margin: 0;
        min-height: 270px;
        position: relative;
    }

    .portfolio-announce .find-out-the-cost {
        font-size: 18px;
        left: 0;
        margin: 100px auto 0;
        position: relative;
        width: 300px;
    }

    .portfolio-announce .portfolio-sect-bottom-laptop {
        left: 60%;
    }
}
/* End */
/* /local/templates/spnk.graphics/js/fancyBox/jquery.fancybox.css?15260664824500 */
/* /local/templates/spnk.graphics/js/FormStyler/jquery.formstyler.css?169843646714587 */
/* /local/templates/spnk.graphics/components/bitrix/menu/main.menu/style.css?16984365583843 */
/* /local/templates/spnk.graphics/components/bitrix/breadcrumb/breadcrumbs/style.css?15260664812315 */
/* /local/templates/spnk.graphics/template_styles.css?171820220320767 */
