/*body > div:nth-child(3), body > div:nth-child(5) {
    display: none;
}*/


/*FONTS - START:*/
@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Regular.woff') format('woff'),
    url('/fonts/RobotoCondensed-Regular.eot') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Regular.ttf') format('truetype')/*,
    url('/fonts/futura-pt-book#futura-pt-book') format('svg')*/
;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('/fonts/RobotoCondensed-Light.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Light.woff') format('woff'),
    url('/fonts/RobotoCondensed-Light.eot') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Light.ttf') format('truetype')/*,
    url('/fonts/futura-pt-book#futura-pt-book') format('svg')*/
;
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto Condensed';
    font-display: block;
    src: url('/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
    url('/fonts/RobotoCondensed-Bold.woff') format('woff'),
    url('/fonts/RobotoCondensed-Bold.eot') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoCondensed-Bold.ttf') format('truetype')/*,
    url('/fonts/futura-pt-book#futura-pt-book') format('svg')*/
;
    font-weight: bold;
    font-style: normal;
}

/*FONTS - END.*/


/*VARS - START:*/
/*Main:*/
:root {
    --sw: 1200px;
    --hh: 90px;
}

/*Main.*/
/*Palette:*/
:root {
    --cm: #474a51;
    --c1: #ff2122;
    --c1_op: #ffcece;

    --c_gray: #d1d5d8;
    --tr: 0px;
}

/*Palette.*/
/*VARS - END.*/


/*COLOR CLASSES - START:*/
.ap-c_m {
    color: var(--cm)!important;
}

.ap-c_1 {
    color: var(--c1)!important;
}

.ap-c_w {
    color: #fff;
}

.ap-bc_w {
    background-color: #fff;
}
/*COLOR CLASSES - END.*/


/*SVG COLORS - START:*/
/*.p_fill_main {
    fill: var(--cm);
}*/
/*SVG COLORS - END.*/


/*LINKS & CURSOR - START:*/
a {
    color: var(--c1);
    text-decoration: none;
    transition: color .1s;
}

/*Logo link:*/
a.ap-u {
    line-height: .7;
}

.ap-cp {
    cursor: pointer;
}

.ap-cd {
    cursor: default;
}
/*LINKS & CURSOR - END.*/


/*COMMON:*/
.ap-pin {
    pointer-events: none;
}

.ap-pia {
    pointer-events: all;
}

/*Position:*/
.ap-db {
    display: block !important;
}

.ap-dn {
    display: none !important;
}

.ap-pr {
    position: relative !important;
}

.ap-abs {
    position: absolute;
}

.ap-fix {
    position: fixed;
}

.ap-fl {
    float: left;
}

.ap-uz {
    z-index: 1000000 !important;
}

.ap-ofh {
    overflow: hidden;
}

.ap-m0a {
    margin: 0 auto;
}

.ap-nom {
    margin: 0 !important;
}

.ap-nop {
    padding: 0 !important;
}

.ap-nop_l {
    padding-left: 0 !important;
}

.ap-nop_r {
    padding-right: 0 !important;
}

.ap-pr_20 {
    padding-right: 20px !important;
}

.ap-pl_20 {
    padding-left: 20px !important;
}

.ap-pr_40 {
    padding-right: 40px !important;
}

.ap-pl_40 {
    padding-left: 40px !important;
}

.ap-nom_l {
    margin-left: 0 !important;
}

.ap-nom_r {
    margin-right: 0 !important;
}

.ap-h100 {
    height: 100%;
}

/*Flex:*/
.ap-f-df {
    display: flex;
}

.ap-f-aic {
    align-items: center !important;
}

.ap-f-aife {
    align-items: flex-end;
}

.ap-f-aifs {
    align-items: flex-start !important;
}

.ap-f-fdc {
    flex-direction: column !important;
}

.ap-f-fdr {
    flex-direction: row !important;
}

.ap-f-fdrr {
    flex-direction: row-reverse !important;
}

.ap-f-jcc {
    justify-content: center;
}

.ap-f-jcfe {
    justify-content: flex-end;
}

.ap-f-fww {
    flex-wrap: wrap;
}

.ap-f-ffcw {
    flex-flow: column wrap;
}

.ap-f-fg0 {
    flex-grow: 0 !important;
}

.ap-f-fg1 {
    flex-grow: 1 !important;
}

/*Margins:*/
.ap-ml_10_neg {
    margin-left: -10px;
}

.ap-mb_10 {
    margin-bottom: 10px !important;
}

.ap-mb_15 {
    margin-bottom: 15px;
}

.ap-mb_20 {
    margin-bottom: 20px !important;
}

.ap-mb_30 {
    margin-bottom: 30px !important;
}

.ap-mb_40 {
    margin-bottom: 40px;
}

.ap-mb_50 {
    margin-bottom: 50px !important;
}

.ap-mb_60 {
    margin-bottom: 60px;
}

.ap-mb_70 {
    margin-bottom: 70px;
}

.ap-mb_80 {
    margin-bottom: 80px;
}

.ap-mb_90 {
    margin-bottom: 90px;
}

.ap-mb_100 {
    margin-bottom: 100px;
}

.ap-mt_10 {
    margin-top: 10px!important;
}

.ap-mt_15 {
    margin-top: 15px;
}

.ap-mt_20 {
    margin-top: 20px!important;
}

.ap-mt_30 {
    margin-top: 30px;
}

.ap-mt_40 {
    margin-top: 40px!important;
}

.ap-mt_50 {
    margin-top: 50px!important;
}

.ap-mt_80 {
    margin-top: 80px;
}

.ap-mt_100 {
    margin-top: 100px;
}
/*Other:*/
.ap-op0 {
    opacity: 0;
}

.ap-op1 {
    opacity: 1;
}

/*Add the correct display in IE 10:*/
[hidden] {
    display: none;
}
/*COMMON.*/


/*NORMALIZE - START (Almost everything can be removed.)*/
/*https://necolas.github.io/normalize.css/*/
/*https://github.com/necolas/normalize.css/*/

/* Forms
========================================================================== */
/**
	* 1. Change the font styles in all browsers.
	* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    /*JM:*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
	* Show the overflow in IE.
	* Show the overflow in Edge.
*/

/*button,
	input
	{
	overflow: visible;
}*/

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
    outline: none;
    /*JM*/
    border: none;
}

/**
	* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
	* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
	* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
	* Remove the default vertical scrollbar in IE 10+.
*/

/*?*/
textarea {
    overflow: auto;
}

/**
	* 1. Add the correct box sizing in IE 10.
	* 2. Remove the padding in IE 10.
*/

/*[type='checkbox'],
	[type='radio']
	{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}*/


/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
*/


/*[type='number']::-webkit-inner-spin-button,
	[type='number']::-webkit-outer-spin-button
	{
	height: auto;
}*/


/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
*/


/*[type='search']
	{
	outline-offset: -2px;
	-webkit-appearance: textfield;
}*/


/**
	* Remove the inner padding in Chrome and Safari on macOS.
*/


/*[type='search']::-webkit-search-decoration
	{
	-webkit-appearance: none;
}*/


/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
*/


/*::-webkit-file-upload-button
	{
	font: inherit;
	-webkit-appearance: button;
}*/

/*Do not show the outline on the skip link target:*/
#content[tabindex='-1']:focus {
    outline: 0;
}
/*NORMALIZE - END.*/


/*MAIN - START:*/
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    /*-webkit-box-sizing: inherit;
    box-sizing: inherit;*//*THIS DESTROY RADIOS*/
    box-sizing: border-box;
}

img {
    width: 100%;
}

div, header, aside {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*1.125 - Major Second:*/
/*https://type-scale.com/*/
html {
    font-size: 125%;
    line-height: 1.15;
    /*Correct the line height in all browsers.*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /*Prevent adjustments of font size after orientation changes in iOS.*/
}

body {
    background-color: #fff;
    font: 400 20px/1.6 'Roboto Condensed', Tahoma, sans-serif;
    overflow-x: hidden;
    /*Remove the margin in all browsers:*/
    margin: 0;
    /*!*//*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    color: var(--cm) !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*min-height: 100%!important;*/           /*06122025*/
    /*min-height: 100vh!important;*/           /*06122025*/
}

#page.site {
    /*min-height: 100%!important;*/           /*06122025*/
    /*min-height: 100vh!important;*/           /*06122025*/
}

main {
    z-index: 1;
}

/*Headings:*/
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

h1, .ap-ps_h1 {
    margin-top: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 40px;
}


.home h1 {
    font-weight: 300;
    font-size: 45px;
}

.ap-top-r h1 {
    text-shadow: 0 3px 5px #000, 0 3px 20px #000;
    text-transform: uppercase;
}
.ap-top-r h1 .ap-u {
    font-size: 30px;
    text-transform: initial;
}

h2, .ap-ps_h2 {
    font-size: 34px;

}

.home h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
}

.home  h3, .ap-ps_h3 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
}

h4, .ap-ps_h4 {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
}

h5 {
    margin: 0;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

/*Headings.*/

/*Text:*/
p {
    /*margin: 0 0 1rem;*/
    margin: 0 0 10px;
}

/*Уже начинаются проблемы с унификацией...*/
.ap-section-t p {
    font-size: 24px;
    line-height: 1.4;
}

.ap-lh_1 {
    line-height: 1;
}

small, .ap-small {
    font-size: 14px;
    line-height: 1;
}

.ap-bigger {
    font-size: 24px;
}

.ap-bolder {
    font-weight: 500;
}

strong {
    font-weight: 600;
}

.ap-tc {
    text-align: center;
}

.ap-text-left {
    text-align: left!important;
}

.ap-text-right {
    text-align: right!important;
}

.ap-b {
    font-weight: 600;
}

.ap-m {
    font-weight: 500;
}

.ap-n {
    font-weight: 400;
}

.ap-uc {
    text-transform: uppercase;
}

.ap-nuc {
    text-transform: none!important;
}

.ap-ul {
    text-decoration: underline;
}

ul li,
ol li {
    text-indent: 0;
}

.ap-nm-ul {
    list-style-type: none;
    padding-left: 0;
}

.ap-nm-ul, .ap-nm-ul li {
    margin: 0 0 10px;
}

.ap-ydir-link svg:first-child {
    width: 160px;
    height: 80px;
    margin-top: 15px;
    margin-bottom: -10px;
}

.ap-ydir-link svg:last-child {
    width: 70px;
    height: 66px;
    margin-top: 10px;
}
/*Text.*/
/*MAIN - END.*/


/*GRID - START:*/
/*Site width:*/
.ap-sw {
    width: var(--sw, 1200px) !important;
    margin: 0 auto;
    flex-grow: 0!important;
}
/*Site width.*/

/*Rows:*/
.ap-r {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

.ap-r-neg_10 {
    margin-left: -10px;
    margin-right: -10px;
}

.ap-r-neg_10_left {
    margin-left: -10px;
    margin-right: 10px;
}

.ap-r-neg_10_right {
    margin-right: -10px;
    margin-left: 10px;
}


.ap-i { /*Typical inner if need*/
    width: 100%;
    height: 100%;
}

.ap-w_100 {
    width: 100%;
}

/*Rows.*/

/*Columns:*/
.ap-c,
.ap-c-1,
.ap-c-2,
.ap-c-3,
.ap-c-4,
.ap-c-5,
.ap-c-6,
.ap-c-7,
.ap-c-8,
.ap-c-9,
.ap-c-10,
.ap-c-2-3,
.ap-c-3-4,
.ap-c-1-5,
.ap-c-2-5,
.ap-c-3-5,
.ap-c-4-5 {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.ap-c-1 {
    width: 100%;
}

.ap-c-2 {
    width: 50%;
}

.ap-c-3 {
    width: 33.3333%;
}

.ap-c-4 {
    width: 25%;
}

.ap-c-3-4 {
    width: 75%;
}

.ap-c-5 {
    width: 20%;
}

.ap-c-6 {
    width: 16.6667%;
}

.ap-c-7 {
    width: 14.2857%
}

.ap-c-8 {
    width: 12.5%
}

.ap-c-9 {
    width: 11.1111%;
}

.ap-c-10 {
    width: 10%;
}

.ap-c-2-3 {
    width: 66.6667%;
}

.ap-c-1-5 {
    width: 20%;
}

.ap-c-2-5 {
    width: 40%;
}

.ap-c-3-5 {
    width: 60%;
}

.ap-c-4-5 {
    width: 80%;
}

/*Columns.*/

/*Height:*/
/*.ap-h-1 {
    height: 100%;
}

.ap-h-4-5 {
    height: 80%;
}

.ap-h-3-5 {
    height: 60%;
}

.ap-h-2 {
    height: 50%;
}

.ap-h-2-5 {
    height: 40%;
}

.ap-h-3 {
    height: 33.3333%;
}

.ap-h-4 {
    height: 25%;
}*/
/*Height.*/
/*GRID - END.*/


/*BUTTONS - START:*/
.ap-btn {
    text-align: center;
    padding: 0;
    width: 270px;
    height: 58px;
    line-height: 58px;
    /*background-color: var(--c1);*/
    background-color: var(--cm);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: box-shadow .3s ease;
    outline: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

.ap-gid .ap-btn {
    width: 184px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-transform: none;
}

.ap-s-btn {
    width: 230px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    text-transform: none;
}

.ap-r-btn {
    color: #fff;
    background-color: var(--c1);
}

.ap-btn:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    background-color: var(--c1);
}

/*.ap-btn-tilda:hover {*/
/*    background-color: var(--ct_green_2);*/
/*    transition: background-color .3s ease;*/
/*}*/

/*Blink button:*/
/*.ap-b-btn:after {
    position: absolute;
    top: -60%;
    left: -30%;
    width: 40px;
    height: 220%;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: btn-blink 8s;
    animation: btn-blink 8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

@-webkit-keyframes btn-blink {
    0% {
        left: -30%;
    }
    12% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}*/
/*Blink button.*/


/*Jump Button:*/
.ap-j-btn {
    -webkit-animation: cycle 5s;
    animation: cycle 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*.ap-j-btn:hover {
    -webkit-animation: none;
    animation: none;
}*/

@-moz-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}

@-webkit-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}
/*Jump Button.*/
/*BUTTONS - END.*/


/*SHADOWS - START:*/
/*.ap-b-sh {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}*/

/*.ap-b-sh_r {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.ap-b-sh_r:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 40px;
}*/
/*SHADOWS - START.*/




/*PLACEHOLDER - START:*/
[placeholder] {
    font-weight: 400;
    color: var(--c_gray);
}

::-webkit-input-placeholder {
    color: var(--c_gray);
}

::-moz-placeholder {
    color: var(--c_gray);
}

/* Firefox 19+ */
:-moz-placeholder {
    color: var(--c_gray);
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: var(--c_gray);
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

*:focus:-ms-input-placeholder {
    opacity: 0;
}

*:focus::-ms-input-placeholder {
    opacity: 0;
}

*:focus::placeholder {
    opacity: 0;
}

/*PLACEHOLDER - END.*/


/*SHADOWS - START:*/
.ap-shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}

/*SHADOWS - END.*/


/*BORDERS - START:*/
/*.ap-border {
         border: 1px solid var(--c1);
     }*/
/*BORDERS - START.*/


/*TABLES - START:*/
/*table {
    border-collapse: collapse;
    background-color: #fff;
    margin-bottom: 24px;
}

table th {
    font-weight: 600;
}

table td, table th {
    border: 1px solid var(--c_gray);
    padding: 5px 10px;
}
*/
/*TABLES - END:*/


/*HEADER - START:*/
header {
    height: var(--hh);
    min-height: var(--hh);
    width: 100%;
    z-index: 1000;
}

/*.home header {
    position: absolute;
}*/

header {
    position: fixed;
        top: 0;
        background-color: #fff;
            z-index: 17111977;

            transition: background-color .1s linear;

                -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
                -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
                box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}

.home header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home header.ap-scrolled {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}


    /*Logo:*/
header .ap-logo {
    width: 222px;
        /*padding-top: 12px;*/ /*Для города было снизу*/
            padding-top: 2px;
}

header .ap-logo svg {
    width: 222px;
    height: 36px;
}
/*Logo.*/

/*Phone:*/
.ap-top-phone {
    width: 372px;
    flex-grow: 1;
}

.ap-top-phone .ap-mbt {
    padding-right: 10px!important;
}

.ap-top-phone a {
    font-size: 22px;
    font-weight: 500;
    color: var(--cm) !important;
    line-height: 1.5;
}
/*Phone.*/

/*Иконки мессенджеров:*/
/*.ap-viber-button {
    background-color: #7b519d;
}
.ap-whatsapp-button {
    background-color: #4dc247;
}
.ap-telegram-button {
    background-color: #08c;
}
.ap-vk-button {
    background-color: #6383a8;
}*/
.ap-mbt-svg {
    z-index: 200;
    width: 26px;
    height: 26px;
}

.ap-telegram-button .ap-mbt-svg {
    width: 30px;
    height: 30px;
}

.ap-mbt svg {
    fill: #fff;
}
.ap-mbt a.ap-size {
    display: block;
    height: 30px;
    min-width: 30px;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 12px;
    line-height: 40px;
    text-align: center;
}

.ap-full-section .ap-mbt-svg {
    width: 40px;
    height: 40px;
}

.ap-full-section .ap-telegram-button .ap-mbt-svg {
    width: 50px;
    height: 50px;
}

.ap-full-section a.ap-size {
    height: 50px;
    min-width: 50px;
    line-height: 75px;
}

.ap-mbt .ap-size:last-child {
    margin-right: 0;
}
.ap-mbt .ap-size:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*.ap-mbt.ap-u_3 .ap-telegram-button .ap-mbt-svg {
    transform: scale(1.1)!important;
}*/


.ap-mbt.ap-u_3 .ap-size {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    /*border-radius: 50%;*/
    border-radius: 24%;
    background-image: url(/wp-content/uploads/messengers.png);
    background-size: cover;
}
.ap-viber-button {
    background-position: center;
}
.ap-telegram-button {
    background-position: right;
}
.ap-mbt.ap-u_3 .ap-size:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -2px 0 inset rgba(0, 0, 0, .2), 0 0 50px 10px rgba(255, 255, 255, .7);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
/*Иконки мессенджеров.*/

.ap-menu ul {
    list-style: none;
    /*margin: 0 0 10px 0;*/
    /*padding: 0 0 0 48px;*/
        padding: 0 0 0 50px;
    display: flex;
}

.ap-menu ul li {
    padding: 10px 15px;
    color: var(--cm) !important;
    font-weight: 400;
}

.ap-menu ul li a {
    color: var(--cm);
    font-weight: 400;
    font-size: 18px;
}

.ap-menu ul a:hover {
    color: var(--c1) !important;;
}

.current-menu-item a {
    color: var(--c1) !important;
    cursor: default;
}


/* @media screen and (max-width: 1900px) { */
/* .ap-menu .ap-u { */
/* display: none; */
/* } */
/* } */
/* @media screen and (max-width: 1570px) { */
/* .ap-menu li, .ap-menu li a { */
/* font-size: 20px; */
/* } */
/* } */
/* @media screen and (max-width: 1500px) { */
/* .ap-menu .ap-u_2 { */
/* display: none; */
/* } */
/* } */
/* @media screen and (max-width: 1230px) { */
/* .ap-menu .ap-u_3 { */
/* display: none; */
/* } */
/* } */
/*HEADER - END.*/

/*ГАМБУРГЕР:*/
/*.ap-burger-outer {
    padding: 0 10px;
}
.ap-burger {
    position: relative;
    width: 30px;
    height: 70px;
    transition-duration: 0.2s;
}
.ap-burger .ap-icon-left {
    transition-duration: 0.2s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: var(--cm);
}
.ap-burger .ap-icon-left:before {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: -10px;
}
.ap-burger .ap-icon-left:after {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: 10px;
}
.ap-burger .ap-icon-left:hover {
    cursor: pointer;

}
.ap-burger:hover .ap-icon-left, .ap-burger:hover .ap-icon-right, .ap-burger:hover .ap-icon-left:before, .ap-burger:hover .ap-icon-left:after, .ap-burger:hover .ap-icon-right:before, .ap-burger:hover .ap-icon-right:after {
    background-color: var(--c1);
}
.ap-burger .ap-icon-right {
    transition-duration: 0.2s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: var(--cm);
    left: 15px;
}
.ap-burger .ap-icon-right:before {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: -10px;
}
.ap-burger .ap-icon-right:after {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: 10px;
}
.ap-burger.open .ap-icon-left {
    transition-duration: 0.2s;
    background: transparent;
}
.ap-burger.open .ap-icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.ap-burger.open .ap-icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.ap-burger.open .ap-icon-right {
    transition-duration: 0.2s;
    background: transparent;
}
.ap-burger.open .ap-icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.ap-burger.open .ap-icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.ap-burger:hover {
    cursor: pointer;
}*/
/*ГАМБУРГЕР.*/


/*COMMON:*/
.ap-section {
    width: var(--sw, 1200px) !important;
    margin: 0 auto;
    flex-grow: 0!important;
}

/*СПАМЕТРИКА:*/
.ap-top-section {
    margin-top: 30px;
}

.siteorigin-widget-tinymce img.ap-img-right {
    width: auto;
    float: right;
    margin-left: 24px;
}

.home .panel-grid-cell {
    margin-top: 100px;
}
/*СПАМЕТРИКА.*/

/*ХЛЕБНЫЕ КРОШКИ:*/
.ap-breadcrumbs {
    /*margin-top: 25px;*/
    margin-top: calc(var(--hh) + 25px);
    font-size: 18px;
}

.breadcrumbs__current {
    border-bottom: 1px solid #474a51;
    cursor: default;
}

.breadcrumbs__link {
    color: var(--cm);
}

.breadcrumbs__link:hover {
    color: var(--c1);
}
/*ХЛЕБНЫЕ КРОШКИ.*/


/*COMMON.*/

/*FRONT PAGE - START:*/
/*TOP SECTION - START:*/
/*TOP COMMON:*/
.ap-top-r {
    position: relative;
    /*height: calc(100vh - var(--hh));*/
    height: 100vh;
    min-height: 700px;
    /*padding-bottom: 6%;*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    color: #fff;
}


.ap-top-r:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 700px;
    z-index: -2;
    background-image: url("/wp-content/uploads/bg.webp");
    background-size: cover;
}

.ap-top-r:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 700px;
    z-index: -1;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.3)) );
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.3));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3));
}

.ap-top-img {
    width: 100%;
    max-height: 650px;
    min-height: 520px;
    height: 70vh;
    background-image: url("/wp-content/uploads/sauna.webp");
    background-size: cover;
    background-position: center center;
    padding: 56px 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}

@media screen and (max-height: 970px) {
    .ap-top-img {
        /*margin-top: 5vh;*/
            margin-top: 3vh;
    }
}
/*TOP COMMON.*/

/*HOMEPAGE:*/
.ap-top-r_main:before {
    background-image: url("/img/top/orange/leather.jpg");
}

.ap-consultation .ap-img-cover {
    width: 760px;
    max-width: 760px;
    height: 428px;
    background-image: url("/wp-content/uploads/cover.webp");
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 300;
    font-size: 37px;
    text-shadow: 2px 2px 2px rgb(0 0 0);
}

.ap-consultation .ap-img-cover .ap-r:first-child {
    padding-bottom: 60px;
}
.ap-consultation .ap-img-cover .ap-r:last-child {
    padding-top: 124px;
}

.ap-consultation .ap-img-cover h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.ap-consultation .ap-img-cover img {
    width: 77px;
    height: 55px;
    left: 0;
    right: 0;
    top: calc(50% - 27px);
    bottom: 0;
    margin: 0 auto;
    cursor: pointer;

    display: none!important;
}

/*.ap-consultation .ap-img-cover:before {
    content: "";
    position: absolute;
    width: 77px;
    height: 53px;
    left: 0;
    right: 0;
    top: calc(50% - 26px);
    bottom: 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 16px 4px #fff;
    -moz-box-shadow: 0 0 16px 4px #fff;
    box-shadow: 0 0 16px 4px #fff;
}*/
/*КОНСУЛЬТАЦИЯ С МАСТЕРОМ.*/


/*SPAMETRIKA TYPICAL SLOGANS:*/
.ap-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background-image: url(/wp-content/uploads/bg.webp);
    background-size: contain;
    opacity: .15;
}

/*.ap-footer.ap-bg:before {
    bottom: -100px;
}*/


.ap-full-section {
    padding: 42px 0 20px;
}

.ap-full-section p {
    margin: 8px 0 30px;
}

.ap-desc {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    bottom: 0;
    padding-bottom: 30px;
}

.ap-b-sh {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}

.ap-b-sh:not(.ap-size):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 3px 5px -3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 3px 5px -3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 3px 5px -3px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}
/*SPA TYPICAL SLOGANS.*/



/*ЭТАПЫ:*/
#ap-stages-tabs {
    margin: 0;
}

#ap-stages-tabs .ap-slick-tab {
    padding-bottom: 0;
}

#ap-stages-tabs .slick-slide {
    /*margin-right: 100.5px;*/
        margin-right: 73px;
}

.ap-stages .ap-c-2-3 {
    padding-right: 20px!important;
    /*!?*/height: 282px;
}

.ap-stages .ap-c-3 {
    margin-right: 10px;
}
.ap-stages .ap-img-sh-outer {
    width: 400px;
    height: 267px;
}

.ap-stages img {
    width: 400px;
    height: 267px;
}

.ap-stages .ap-mbt a.ap-size {
    height: 40px;
    width: 40px;
    line-height: 60px;
}

.ap-stages .ap-mbt-svg {
    width: 35px;
    height: 35px;
}

.ap-stages .ap-telegram-button .ap-mbt-svg {
    width: 40px;
    height: 40px;
}

.ap-stage ul {
    margin: 0;
}

/*ЭТАПЫ.*/




/*ФАКТЫ О КОМПАНИИ СПАМЕТРИКА:*/

.ap-facts h4 {
    margin-bottom: 14px;
}

.ap-facts-outer {
    padding-left: 70px;
}

.ap-fact-num {
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--cm);
    left: -60px;
    text-align: center;
    color: #fff;
    line-height: 39px;
}

.ap-fact-num:after {
    content: "";
    width: 2px;
    height: 98px;
    background-color: var(--c_gray);
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.ap-fact-num.ap-u:after {
    content: none;
}

/*ФАКТЫ О КОМПАНИИ СПАМЕТРИКА.*/




.ap-gid .ap-c-3 {
    margin-bottom: 60px!important;
}

.ap-gid .ap-c-3 .ap-r {
    justify-content: space-between;
}

.ap-gid h3 {
    margin: 20px 0;
    font-size: 28px;
}

.post-type-archive-portfolio .ap-gid h3 {
    line-height: 1.3;
}


.ap-faq p, .ap-faq ul, .ap-gid p, .ap-facts p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.ap-gid.ap-u p {
    margin-bottom: 0;
}

.ap-gid .ap-c-3 a:hover h3 {
    color: var(--c1);
}

.ap-gid .ap-c-3 a:hover ~ .ap-r .ap-btn:first-child {
    background-color: var(--c1);
}

.ap-img-sh-outer {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    position: relative;
}

.ap-img-sh-outer_2 {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 5px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    position: relative;
}

.ap-img-sh-outer img, .ap-img-sh-outer_2 img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.ap-gid .ap-img-sh-outer {
    width: 387px;
    height: 215px;
}

.ap-gid .ap-img-sh-outer img {
    width: 387px;
    height: 215px;
    position: absolute;
    z-index: -1;
}




/*КАЛЬКУЛЯТОР:*/
.ap-calc {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ap-calc .ap-c-1 {
    padding: 0;
}

.ap-calc h5:not(.ap-u) {
    margin: 30px 0 20px;
}

.ap-img-check .ap-c-4 {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

.ap-img-check img {
    margin-bottom: 10px;
    width: 125px;
    height:  125px;
}
.ap-img-check .ap-img-sh-outer {
    width: 125px;
    height:  125px;
    margin-bottom: 10px;
}

.ap-img-check .ap-c-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--cm);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    color: #fff!important;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.ap-img-check .ap-c-4.ap-selected:after {
    content: "\2714";
    width: 30px;
    height: 30px;
}


/*КАЛЬКУЛЯТОР.*/





/*СЕКЦИЯ ВОПРОС-ОТВЕТ - НАЧАЛО:*/
.ap-qs h4 {
    text-indent: 50px;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
}
.ap-qs h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/triangle.svg);
    background-repeat: no-repeat;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
h4.ap-qs-opened:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}
.ap-qs div {
    height: 0;
    overflow: hidden;
    margin-top: 10px!important;
}
div.ap-qs-opened {
    height: auto;
}
/*СЕКЦИЯ ВОПРОС-ОТВЕТ - КОНЕЦ.*/



/*Range - start:*/
.range-wrap, .box-minmax {
    position: relative;
    width: 360px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.range {
    width: 100%;
    -webkit-appearance: none;
}
.bubble {
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .3);
    width: 46px;
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    bottom: 24px;
}
.box-minmax {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.range:focus {
    outline: none;
}
/*ADDS FOR IE - START:*/
input[type="range"]::-ms-track {
    cursor: pointer;
    border: 1px solid var(--c_gray);
    width: 100%;
    box-sizing: border-box;
    height: 2px;
}
input[type="range"]::-ms-thumb {
    box-shadow: none;
    height: 40px;
    width: 10px;
    border-radius: 0;
    background-color: var(--cm);
    cursor: pointer;
}
/*ADDS FOR IE - END.*/
.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: var(--c_gray);
    border-radius: 0;
}
.range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: var(--c_gray);
    border-radius: 0;
}
.range::-webkit-slider-thumb {
    border: 0 solid var(--cm);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: var(--cm);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    z-index: 100000;
}
.range::-moz-range-thumb {
    border: 0 solid var(--cm);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    height: 22px;
    width: 22px;
    border-radius: 22px;
    background: var(--cm);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
    z-index: 100000;
}
.range::-moz-focus-outer {
    border: 0;
}
.range-filled {
    width: 0;
    height: 6px;
    top: 19px;
    position: absolute;
    background-color: var(--cm);
    z-index: -1;
}
/*Range - end:*/




/*СТРАНИЦА ЦЕНЫ:*/
.ap-cost-page-content .ap-slick-content-item img {
    width: 580px!important;
    height: 435px;
}
.ap-cost-page-content  .ap-item-right .slick-list {
    height: 435px!important;
}
/*СТРАНИЦА ЦЕНЫ.*/







/*Общее с JMax:*/
.ap-dh {
    display: none;
}

.ap-dh_1200_b {
    display: none;
}
/*Общее с JMax.*/



/*SLICK SLIDER:*/
/*Native:*/
/* 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;
}

/*JM:*/
.ap-slick-tabs {
    margin: 0 40px;
    width: 1200px;
}

.ap-slick-tabs .ap-slick-slide {
    outline: 0;
}

.ap-slick-tabs .ap-slick-tab {
    outline: 0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 0;
    font-size: 22px;
}

.ap-slick-tabs .slick-slide:hover {
    border-bottom: 4px solid var(--c1_op);
}

.ap-slick-tabs .slick-active {
    border-bottom: 4px solid var(--c1)!important;
}

.ap-slick-tab .ap-img-sh-outer_2 {
    width: 182px;
    height: 121px;
}

.ap-slick-tab img {
    width: 182px;
    height: 121px;
}

#ap-slick-tabs_main .slick-list .slick-slide/*, #ap-hotelki .slick-list .slick-slide*/ {
    opacity: 1!important;
    margin-right: 21.5px;
}

/*?*/
.ap-u.slick-slider {
    overscroll-behavior-x: none;
}

/*Коррекция зацикливания:*/
#ap-slick-tabs_main .slick-track.ap-no-transition {
    transition: none!important;
}
/*Коррекция зацикливания.*/

/*Коррекция lazy для зацикливания:*/
#ap-slick-tabs_main .lazyloading {
    opacity: 1;
}
/*Коррекция lazy для зацикливания.*/

/*Stages Slick Slider:*/
.ap-slick-tabs .slick-list .slick-slide {
    opacity: 1!important;
    margin-right: 18px;
}
/*Stages Slick Slider.*/
/**/



/*Arrows:*/
label.ap-arrow {
    position: absolute;
    /*top: calc(50% - 28px);*/
        top: calc(50% - 44px);
    padding: 12px;
    box-shadow: inset 1px -1px 0 1px var(--c1);
    cursor: pointer;
    -moz-transition: box-shadow 0.15s, margin 0.15s;
    -o-transition: box-shadow 0.15s, margin 0.15s;
    -webkit-transition: box-shadow 0.15s, margin 0.15s;
    transition: box-shadow 0.15s, margin 0.15s;
    z-index: 300;
}

#ap-slick-tabs_main_outer label.ap-arrow {
    top: 44%;
}

#ap-slick-tabs_main_outer label.ap-next {
    right: 10px;
}

#ap-slick-tabs_main_outer label.ap-prev {
    left: 10px;
}

label.ap-arrow:hover {
    box-shadow: inset 2px -2px 0 2px var(--c1);
    margin: 0;
}
/*label.ap-arrow:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    height: 300%;
    width: 300%;
}*/

label.ap-arrow-disabled {
    box-shadow: inset 1px -1px 0 1px #ccc;
    pointer-events: none;
}

label.ap-prev {
    left: -24px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.ap-next {
    right: -24px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.ap-item label.ap-prev {
    left: 16px;
}
.ap-item label.ap-next {
    right: 16px;
}


/*Новые стрелки:*/
.ap-slick-apelsin label.ap-arrow {
    box-shadow: inset 1px -1px 0 1px #000;
}
.ap-slick-apelsin label.ap-arrow:hover {
    box-shadow: inset 2px -2px 0 2px #000;
    margin: 0;
}


/*.ap-slick-apelsin label.ap-arrow:before {
    top: -40%;
    left: -80%;
    height: 220%;
    width: 220%;
    border-radius: 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAIAAAC3LO29AAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTA0LTI3VDIwOjQzOjQ0KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA0LTI3VDIwOjQzOjQ0KzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wNC0yN1QyMDo0Mzo0NCswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODUxNDUzZTUtZDI1ZC03ZTQ1LThkZmMtODA0N2M4N2MxNzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1MTQ1M2U1LWQyNWQtN2U0NS04ZGZjLTgwNDdjODdjMTc3NSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjg1MTQ1M2U1LWQyNWQtN2U0NS04ZGZjLTgwNDdjODdjMTc3NSIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ODUxNDUzZTUtZDI1ZC03ZTQ1LThkZmMtODA0N2M4N2MxNzc1IiBzdEV2dDp3aGVuPSIyMDIzLTA0LTI3VDIwOjQzOjQ0KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lHKcxwAAAHJJREFUeJztzwENwDAMwLB9/Dn3KK7LVYwgeWbmrHb/Dvhch74OfR36OvR16OvQ16GvQ1+Hvg59Hfo69HXo69DXoa9DX4e+Dn0d+jr0dejr0Nehr0Nfh74OfR36OvR16OvQ16GvQ1+Hvg59Hfo69O0/fAGKIwOT19GLdgAAAABJRU5ErkJggg==");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    z-index: -100;
}*/



        div.ap-prev {
            left: 8px;
        }
        div.ap-next {
            right: 8px;
        }
        div.ap-arrow-bg {
            width: 50px;
            height: 50px;
            background-color: #fff;
            top: calc(50% - 57px);
            border-radius: 50%;
            opacity: .4;
            z-index: 1;
        }












.ap-slick-apelsin label.ap-prev {
    left: 26px;
}
.ap-slick-apelsin label.ap-next {
    right: 26px;
}


        .ap-item-caption {
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: var(--cm);
                display: flex;
                align-items: center;
                justify-content: center;
                height: 35px;
        }



        /*Тесты:*/
        /*#ap-slick-content_main*/ .ap-item .ap-item-right.ap-item-w-caption .slick-list {
            height: 496px!important;
            /*-webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;*/
        }

        /*.ap-item-right {
            padding-bottom: 30px;
        }*/
        /*Тесты.*/

/*Новые стрелки.*/
/*Arrows.*/


/*PORTFOLIO SPAMETRIKA:*/

/*Inner:*/
.ap-portfolio-short-desc {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 30px;
    padding-right: 20px!important;
    scrollbar-width: thin;
    scrollbar-color: var(--cm) var(--c_gray);

    -webkit-mask-image: -webkit-gradient(linear, left 76%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); /*06122025*/
    padding-bottom: 100px !important; /*06122025*/

    display: flex;
    flex-direction: column;
}

.ap-portfolio-short-desc b, .ap-portfolio-short-desc p {
    display: inline-block;
    margin-bottom: 8px;
}

.ap-portfolio-short-desc ol {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
/*Scroll:*/
/*Firefox */
/*Chrome/Edge/Safari */
.ap-portfolio-short-desc::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.ap-portfolio-short-desc::-webkit-scrollbar-track {
    background: var(--c_gray);
}

.ap-portfolio-short-desc::-webkit-scrollbar-thumb {
    background-color: var(--cm);
    border: 3px var(--c_gray);
}
/*Scroll.*/
                /*Хотелки:*/
                .ap-hotelki-right .slick-dots {
                    display: none!important;
                }

                #ap-hotelki {
                    margin-top: 10px;
                       /*margin-right: -10px;*/
                }

                #ap-hotelki .ap-img-sh-outer_2 {
                    width: 182px!important;
                    height: 121px;
                }

                #ap-hotelki .ap-img-sh-outer_2, #ap-hotelki img {
                    /*width: 182px!important;*/
                    width: 100%!important;
                    height: 85px;
                }

                #ap-hotelki .slick-list .slick-slide {
                    opacity: 1!important;
                    margin-right: 10px;
                        cursor: pointer;
                }

                #ap-hotelki .ap-img-sh-outer_2 {
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                }

                #ap-hotelki .lazyloading {
                    opacity: 1!important;
                }

                #ap-hotelki .slick-current {
                    border-bottom: 4px solid var(--c1)!important;
                }
            /*Хотелки.*/

/*Inner.*/


#ap-portfolio {
    width: 1280px!important;
}

#ap-slick-content_main {
    margin: 0 40px;
}

/*.ap-item-right .slick-list {*/
.ap-item-right .ap-slick-content-item .slick-list {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 5px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    height: 461px!important;
    margin-bottom: 14px;
}



.ap-slick-content-item .ap-img-sh-outer_2 {
    height: 460px;
}

/*.home*/ .ap-slick-content-item img {
              width: 690px!important;
              height: 460px;
          }

/*From Slick Theme + JM:*/
.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--c_gray);
}

.slick-dots .slick-active button {
    background-color: var(--c1);
}
/*From Slick Theme + JM.*/


.ap-item {
    display: flex!important;
}

.ap-item .ap-item-left {
    width: 470px;
    margin-right: 40px;
}

/*Псевдо точки аля Owl:*/
.ap-item-right .ap-slick-tab {
    height: 10px;
    width: 10px!important;
    margin-right: 10px;
    background-color: var(--c_gray);
    cursor: pointer;
}
.ap-item-right .slick-current.slick-active .ap-slick-tab {
    background-color: var(--c1);
    cursor: default;
}
/*Псевдо точки аля Owl.*/


.ap-item .ap-item-right {
    width: 690px;
}

.ap-item .ap-item-top {
    height: 440px; /*06122025*/
    overflow-y: scroll; /*06122025*/
    padding-right: 20px!important;
    scrollbar-width: thin;
    scrollbar-color: var(--cm) var(--c_gray); /*06122025*/

    -webkit-mask-image: -webkit-gradient(linear, left 76%, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); /*06122025*/
    padding-bottom: 60px !important; /*06122025*/
}

.portfolio-template-default .ap-item .ap-item-top {
    height: auto;
    overflow-y: auto;
    padding-right: 20px!important;

    -webkit-mask-image: none;
    padding-bottom: 0 !important;
}

/*Scroll:*/
/*Firefox */
/*Chrome/Edge/Safari */
.ap-item-top::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.ap-item-top::-webkit-scrollbar-track {
    background: var(--c_gray);
}

.ap-item-top::-webkit-scrollbar-thumb {
    background-color: var(--cm);
    border: 3px var(--c_gray);
}
/*Scroll.*/


.ap-item-r {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
}
.ap-item-r .ap-u {
    font-weight: 400;
}

.ap-item .ap-item-bottom {
    border-right: 4px solid var(--c_gray);
    overflow: hidden;
}

/*.ap-item .ap-item-bottom a {
    margin-bottom: 0!important;
}*/

#ap-slick-tabs_main .slick-track {
    transition: transform 0.5s ease;
}

.ap-no-transform {
    transform: translate3d(var(--tr), 0px, 0px)!important;
}

/*08122025:*/
.ap-item-top ol {
    margin-top: 0;
}
/*08122025.*/



/*PORTFOLIO SPAMETRIKA.*/














/*Magnific Popup Native:*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
        * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }
/*Magnific Popup Native.*/

/*Magnific Popup JM:*/
.mfp-zoom-out-cur {
    overflow: hidden;
}
.mfp-container {
    padding-left: 0!important;
    padding-right: 0!important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0!important;
}
/*Magnific Popup JM.*/

/*SLICK SLIDER.*/






.ap-action .ap-item-right .slick-list {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.ap-action .ap-item-right img {
    width: 690px!important;
}

.ap-action .ap-arrow-bg {
    opacity: .9;
}

/*NEW*/
.ap-action .ap-slick-content-item img,
.ap-action .ap-slick-content-item .ap-img-sh-outer_2 {
    height: 488px;
}
.ap-action .ap-item-right .ap-slick-content-item .slick-list {
    height: auto!important;
}


/**/




#ap-bottom-main .ap-mbt-svg {
    z-index: 200;
    width: 42px;
    height: 50px;
}

#ap-bottom-main .ap-mbt a.ap-size {
    height: 50px;
    min-width: 50px;
    margin-right: 12px;
    box-shadow: 0 6px 5px rgba(0,0,0,.23), 0 10px 20px rgba(0,0,0,.50);
    border-radius: 50%;
}

#ap-bottom-main .ap-mbt a.ap-size:hover {
    box-shadow: 0 6px 5px rgba(0,0,0,.23), 0 10px 20px rgba(0,0,0,.80);
}

/*Form:*/
#ap-bottom-main input, #ap-bottom-main button {
    width: 315px;
    min-width: auto;
}
/*BOTTOM - MAIN.*/



/*FOOTER - START:*/
#ap-footer {
    padding-bottom: 6px;
}

.ap-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: -1;
}

/*APELSIN LOGO:*/
.ap-footer .ap-text-right img {
    width: 31px;
    height: 26px;
    position: absolute;
    padding-left: 5px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.ap-footer .ap-text-right a:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}
/*FOOTER - END.*/


/*MODALS - START:*/
.ap-m-c {
    top: -10px;
    right: -10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: .5;
}

.ap-m-c:hover {
    opacity: 1;
}

.ap-m-c:before,
.ap-m-c:after {
    position: absolute;
    left: 7px;
    width: 2px;
    height: 16px;
    content: ' ';
    background-color: var(--c1);
}

.ap-m-c:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ap-m-c:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ap-m-m-i {
    z-index: 10000000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, .87);
}

.ap-m-m {
    z-index: 100000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 92% !important;
    -webkit-transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 30px;
}

.ap-m-m > .ap-i {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    padding: 20px;
}

/*Specific dimensions of each:*/
#ap-call-modal .ap-m-m {
    width: 410px;
    height: 480px;
}
#ap-geo-modal .ap-m-m {
    width: 370px;
    height: 210px;
}
/*Specific dimensions of each.*/

.ap-modal-open-state {
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
    margin-right: 8px !important;
}

.ap-modal-close-state {
    overflow: auto !important;
    overflow-x: hidden !important;
    height: inherit !important;
    position: inherit !important;
    margin-right: 0 !important;
}

/*Other:*/
.ap-m-m .ap-pr.ap-u {
    width: 270px;
    margin: 30px auto;
}

.ap-m-m .wpcf7-response-output {
    margin-top: 20px;
    text-align: center;
    left: 0;
    right: 0;
}
/*Other.*/
/*MODALS - END.*/



/*FORM ELEMENTS - START:*/
input {
    outline: none;
}

/*Controls - Start:*/
.ap-control {
    border: none;
    padding: 6px 10px;
    color: var(--cm) !important;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid var(--cm);
    background-color: transparent;
    position: relative;
    z-index: 2;
    max-width: 297px;
}

.ap-control_2 {
    border: 1px solid var(--cm);
    height: 50px;
    padding: 0 12px 1px;
    color: var(--cm);
    width: 230px;
    margin-right: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}

textarea.ap-control {
    outline: none;
    height: 133px !important;
}

.ap-control_2.wpcf7-not-valid {
    border: 1px solid var(--c1);
}

.ap-control.wpcf7-not-valid {
    border-bottom: 1px solid var(--c1);
}

/*CF7:*/
.wpcf7 .screen-reader-response, .wpcf7-not-valid-tip/*, .wpcf7-response-output*/ {
    display: none!important;
}

.wpcf7-response-output {
    position: absolute;
    display: none!important; /*NEW*/
}

.ap-consultation .wpcf7-response-output {
    margin-top: 20px;
}
/*CF7.*/



.ap-input-caption {
    position: absolute;
    font-size: 18px;
    opacity: 0;
    top: 0;
    left: 10px;
    transition: top .3s, left .3s;
    z-index: 1;
}

.ap-input-caption.ap-focused {
    font-size: 18px;
    top: -22px;
    left: 0;
}
/*.ap-input-caption.ap-control-invalid {
    color: var(--c_red);
}*/

/*Controls - End.*/

/*CHECKBOXES - START:*/
/*input[type="checkbox"].ap-cb-sl {
    display: none;
}

input[type="checkbox"].ap-cb-sl + label {
    display: inline-block;
    width: 60px;
    height: 28px;
    border-radius: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    line-height: 27px;
    color: var(--c_gray_blue);
    padding-right: 7px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: -2px -2px 4px 0 rgba(38, 59, 94, .07), 2px 2px 4px 0 rgba(38, 59, 94, .07);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"].ap-cb-sl + label span {
    color: #fff;
    margin-right: 0;
}

input[type="checkbox"].ap-cb-sl + label:after,
input[type="checkbox"].ap-cb-sl + label:before {
    content: '';
    display: block;
    position: absolute;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
}

input[type="checkbox"].ap-cb-sl:checked + label {
    background: #fff;
}

input[type="checkbox"].ap-cb-sl:checked + label:after {
    background: var(--c1);
}

input[type="checkbox"].ap-cb-sl:checked + label:after {
    left: calc(100% - 24px);
}

input[type="checkbox"].ap-cb-sl + label {
    background: #fff;
}

input[type="checkbox"].ap-cb-sl + label:after {
    background: var(--c_gray);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 5px;
    left: 7px;
}

input[type="checkbox"].ap-cb-sl:checked + label {
    color: #fff;
}

input[type="checkbox"].ap-cb-sl:checked + label span {
    color: var(--c_gray_blue);
}

.ap-control-invalid + .ap-cb-sl-label {
    outline: 1px solid var(--c_red) !important;
}*/
/*CHECKBOXES - END.*/
/*FORM ELEMENTS - END.*/
/*FRONT PAGE - END.*/




/*PANELS:*/
.ap-panel {
    z-index: 100000000000;
    height: 100vh;
    top: 0;
    transition: left 0.2s, right 0.2s, bottom 0.2s;
}
.ap-l-panel {
    width: 450px;
    max-width: calc(100vw + 3px);
    left: -480px;
}
.ap-panel.ap-panel-opened::before {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0,0,0,.45);
    transition: right 0.2s;
}
.ap-f-panel .ap-panel-header > .ap-f-df:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ap-l-panel.ap-panel-opened {
    left: 0;
}
.ap-f-panel.ap-panel-opened {
    bottom: 0;
}
.ap-panel-content {
    overflow: hidden;
    height: calc(100% - 50px);
    padding: 40px 60px 40px 40px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #fff;
}
.ap-panel-content:before/*, .ap-panel-header > .ap-f-df:before*/ {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10000px;
    height: 10000px;
    background: transparent;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4), 0 7px 13px -3px rgba(0, 0, 0, .3), 0 -3px 0 inset rgba(0, 0, 0, .2);
}
.ap-l-panel .ap-panel-content:before/*, .ap-l-panel .ap-panel-header > .ap-f-df:before*/ {
    right: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ap-panel .ap-u {
    height: 100%;
    /*NEED FOR SCROLL*/
}
.ap-panel-content::-webkit-scrollbar {
    width: 0;
}
.ap-panel-header {
    /*height: 103px;*/
        height: 90px;
    align-items: center;
}
.ap-panel-header > .ap-f-df {
    height: 97px;
    background-color: #fff;
    padding: 3px 0 0 20px;
}
.ap-panel-inner {
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.ap-toggle-panel {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
/*Main Menu in Left Panel:*/

.ap-l-panel ul {
    list-style-type: none;
    padding: 0;
}



.ap-l-panel a {
    color: var(--cm);
    font-size: 22px;
    display: inline-block;
    margin-bottom: 8px;
}
.ap-l-panel a:hover {
    color: var(--c1);
}
/*Main Menu in Left Panel.*/
/*PANELS.*/

/*ГАМБУРГЕР:*/
.ap-burger-outer {
    position: absolute;
    width: 50px;
    left: 10px;
    top: 8px;
    padding: 0 10px;
    cursor: pointer;
}
.ap-burger-outer:hover .ap-menu li {
    color: var(--c1)!important;
}
.ap-burger {
    position: relative;
    width: 30px;
    height: 70px;
    transition-duration: 0.2s;
}
.ap-burger .ap-icon-left {
    transition-duration: 0.2s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: var(--cm);
}
.ap-burger .ap-icon-left:before {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: -10px;
}
.ap-burger .ap-icon-left:after {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: 10px;
}
.ap-burger-outer:hover .ap-icon-left,
.ap-burger-outer:hover .ap-icon-right,
.ap-burger-outer:hover .ap-icon-left:before,
.ap-burger-outer:hover .ap-icon-left:after,
.ap-burger-outer:hover .ap-icon-right:before,
.ap-burger-outer:hover .ap-icon-right:after {
    background-color: var(--c1);
}
.ap-burger .ap-icon-right {
    transition-duration: 0.2s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: var(--cm);
    left: 15px;
}
.ap-burger .ap-icon-right:before {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: -10px;
}
.ap-burger .ap-icon-right:after {
    transition-duration: 0.2s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--cm);
    content: "";
    top: 10px;
}
.ap-burger.open .ap-icon-left {
    transition-duration: 0.2s;
    background: transparent;
}
.ap-burger.open .ap-icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.ap-burger.open .ap-icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.ap-burger.open .ap-icon-right {
    transition-duration: 0.2s;
    background: transparent;
}
.ap-burger.open .ap-icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.ap-burger.open .ap-icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.ap-burger:hover {
    cursor: pointer;
}

/*From Apelsin Adaptive:*/
.ap-burger-outer:hover .ap-burger:not(.open) *, .ap-burger-outer:hover *:before, .ap-burger-outer:hover *:after {
    background-color: var(--cm) !important;
}
/*ГАМБУРГЕР.*/



/*GEO:*/
.ap-logo-geo {
    line-height: .7;
    /*padding-right: 6px;*/
}

[data-init="ap-geo-modal"] {
    transition: color .1s;
}

[data-init="ap-geo-modal"]:hover {
    color: var(--c1);
}

#wt-list-locations {
    list-style-type: none;
    padding: 0;
}
#wt-list-locations li {
    cursor: pointer;
    margin-bottom: 5px;
}

.ap-geo-icon {
    margin-left: 13px;
    margin-top: 8px;

}

.ap-geo-icon svg {
    width: 30px;
    transition: fill .1s;
}

.ap-geo-icon:hover svg {
    fill: var(--c1);
}

.ap-geo-icon svg {
    fill: var(--cm);
}
/*GEO.*/





/*ADAPTIVE:*/
@media (max-width: 1368px) {
    .ap-mh_nb {
        display: none;
    }

    .ap-hotelki-right .slick-dots {
        display: flex!important;
    }

    .ap-dn_nb {
        display: inline-block;
    }
}




/********  1368 - END ********/


/********  1200 - START ********/

.ap-dh {
    display: none;
}


@media (max-width:1250px), (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (device-width: 1536px) and (device-height: 2048px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332), (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {

    .ap-dh_1200_b {
        display: block;
    }

    .ap-geo-icon {
        /*right: 20px;*/
        right: 13px;
        top: 15px;
    }

    .ap-dh {
        display: inline-block;
    }
    .ap-sw
    {
        width: 100%!important;
    }
    .ap-mh
    {
        display: none!important
    }
    body {
        font-size: 18px;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
        outline: none !important;
    }
    header {
        width: 100vw;
    }

    .ap-c,
    .ap-c-1,
        /*?*/.ap-c-1-2,
    .ap-c-1-3,
    .ap-c-1-4,
    .ap-c-1-5,
    .ap-c-1-6,
    .ap-c-2-3,
    .ap-c-3-4,
    .ap-c-2-5,
    .ap-c-3-5,
    .ap-c-1,
    .ap-c-2,
    .ap-c-3,
    .ap-c-4
    {
        float: none;
        width: 100% !important;
        margin: 0 !important;
    }

    .ap-section {
        width: 100%!important;
    }

    .ap-f-aife {
        align-items: center;
    }

    .ap-r {
        flex-direction: column;
    }

    .ap-r-neg_10 {
        margin: 0;
    }

    .home .panel-grid-cell {
        margin-top: 0;
    }


    h1 {
        line-height: 1.2;
    }

    h2, .ap-ps_h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    h3 {
        font-size: 28px!important;
        line-height: 1.3;
    }

    .home h2 {
        font-size: 36px!important;
    }

    /*HEADER:*/
    .ap-header .ap-sw {
        flex-direction: column;
    }

    .home header, header {
        height: auto;
        position: static;
        /*margin-bottom: 20px;*/
        margin-bottom: 10px;
    }

    header .ap-logo {
        /*width: 320px;*/
            width: 270px;
        /*~?!*/max-width: 100%;
        padding: 20px;
    }

    header .ap-logo svg {
        width: 320px;
        max-width: 100%;
        height: auto;
    }

    .ap-top-phone {
        width: 100%;
        flex-direction: column!important;
        align-items: center!important;
    }

    .ap-top-phone div:last-child a	{
        font-size: 30px;
    }

    .ap-top-phone .ap-mbt {
        margin-bottom: 16px!important;
        padding-right: 0!important;
    }

    .ap-top-phone .ap-mbt .ap-size, .ap-max-button img {
        width: 40px!important;
        height: 40px!important;
    }

    .ap-top-phone .ap-mbt .ap-mbt-svg {
        width: 38px;
        height: 38px;
    }
    /*HEADER.*/


    /*Breadcrumbs:*/
    .breadcrumbs {
        padding: 0 15px;
        text-align: center;
        margin: 0 0 30px;
    }
    /*Breadcrumbs.*/

    /*TOP SECTION:*/
    .ap-top-r {
        height: auto;
        min-height: auto;
        margin-bottom: 80px;
    }

    .ap-top-r:before {
        top: -100%;
        height: auto;
        opacity: .3;
    }

    .ap-top-img {
        margin-top: 0!important;
        padding: 0;
    }

    .ap-top-img:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #000;
        opacity: .3;
    }

    .ap-top-img .ap-r {
        align-items: center;
    }

    h1 {
        font-size: 34px;
    }

    .ap-top-r h1 {
        text-align: center;
        padding: 50px 15px 30px;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .ap-top-r h1 .ap-u {
        display: inline-block;
        margin-top: 16px;
    }

    .ap-top-r form {
        text-align: center;
        max-width: 230px;
    }

    .ap-top-r form .ap-control_2 {
        margin: 0 0 20px;
    }
    /*TOP SECTION.*/



    /*ГИД:*/

    /*УСЛУГИ НА ГЛАВНОЙ:*/
    .ap-gid {
        text-align: center;
    }
    /*УСЛУГИ НА ГЛАВНОЙ.*/

    .ap-gid .ap-img-sh-outer, .ap-gid .ap-img-sh-outer img {
        width: 100%;
        max-width: 387px;
        max-height: 215px;
        margin: 0 auto;
    }

    .ap-gid .ap-c-3 .ap-r {
        align-items: center;
    }

    .ap-gid .ap-btn {
        margin-bottom: 20px;
    }
    /*ГИД.*/


    /*КОНСУЛЬТАЦИЯ МАСТЕРА:*/
    .ap-consultation .ap-c-3 {
        align-items: center;
    }

    .ap-consultation > .ap-sw.ap-u {
        flex-direction: column-reverse;
    }

    .ap-consultation, .ap-consultation .ap-text-right {
        text-align: center!important;
    }

    .ap-consultation .ap-img-cover {
        margin-top: 30px;
        margin-bottom: 70px;
        width: 100%;
        background-position: center;
    }

    .ap-consultation .ap-img-cover .ap-r:last-child {
        justify-content: center;
        padding: 0;
    }

    .ap-consultation .ap-img-cover img, .ap-consultation .ap-img-cover:before {
        top: calc(44% - 27px);
    }
    /*КОНСУЛЬТАЦИЯ МАСТЕРА.*/



    /*СЕКЦИИ С ФОНОМ:*/
    .ap-full-section {
        padding: 40px 20px;
        margin-top: 100px;
        margin-bottom: 70px;
    }


    .ap-full-section .ap-sw.ap-u {
        flex-direction: column-reverse;
    }

    .ap-full-section .ap-ps_h3, .ap-full-section .ap-ps_h3.ap-text-right {
        text-align: center!important;
        line-height: 1.1;
    }

    h3, .ap-ps_h3 {
        font-size: 36px;
    }

    h4, .ap-ps_h4 {
        font-size: 27px;
    }

    .ap-full-section div {
        align-items: center;
        justify-content: center;
    }

    .ap-full-section p {
        margin: 0 0 18px;
    }

    .ap-full-section br {
        display: none;
    }

    .ap-full-section .ap-desc {
        padding: 20px;
        text-align: center;
    }

    .ap-bg:before {
        background-size: cover;
    }
    /*СЕКЦИИ С ФОНОМ.*/


    /*КАЛЬКУЛЯТОР:*/

    .ap-calc .ap-c-1, .ap-calc .ap-c-2, .ap-calc .ap-c-3, .ap-calc .ap-c-4 {
        align-items: center;
    }

    .ap-calc .ap-img-check {
        max-width: 464px;
    }

    .ap-calc .ap-img-check .ap-c-4 {
        width: 50%!important;
        margin-top: 20px!important;
    }

    .ap-calc .ap-img-check .ap-r {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .ap-calc .ap-c-4 {
        width: 50%!important;

    }


    .ap-calc .ap-r-neg_10_left {
        margin: 0;
    }

    .ap-calc .ap-pr_20 {
        padding-right: 10px!important;
    }
    .ap-calc .ap-pl_20 {
        padding-left: 10px!important;
    }
    /*КАЛЬКУЛЯТОР.*/


    /*CALL MODAL:*/
    #ap-call-modal .ap-m-m {
        width: 95%;
        max-width: 382px;
    }
    .ap-m-c {
        right: -5px;
    }
    .ap-modal-open-state {
        margin-right: 0!important;
    }
    /*CALL MODAL.*/









    /*Портфолио:*/
    #ap-portfolio {
        width: auto!important;
    }

    #ap-portfolio p {
        margin: 0 0 2px;
    }

    .ap-slick-content-item .ap-img-sh-outer_2, .ap-slick-content-item img {
        width: 100%!important;
        max-width: 1200px;
        max-height: 800px;
        margin: 0 auto;
        height: auto!important;
        position: static;
    }

    .ap-item {
        flex-direction: column;
    }

    .ap-item .ap-item-left {
        width: 100%;
        margin: 0;
        padding: 0 15px 30px;
    }

    .ap-item .ap-item-right {
        width: 100%;
    }

    #ap-slick-tabs_main_outer {
        padding-left: 15px;
    }

    .ap-slick-tabs {
        width: 100%;
        margin: 0;
    }

    #ap-slick-tabs_main .slick-list .slick-slide {
        margin-right: 15px;
    }

    .ap-item .ap-item-top {
        height: auto;
        overflow-y: hidden;
        padding: 0 0 18px!important;
        align-items: flex-start;
        -webkit-mask-image: none!important;
    }

    .ap-item .ap-item-top .ap-mb_30 {
        margin-bottom: 15px!important;
    }

    .ap-item .ap-item-bottom {
        border-right: none;
        align-items: flex-start;
    }

    #ap-slick-content_main {
        margin: 0;
    }

    label.ap-arrow:before {
        content: none;
    }

    .ap-no-transform {
        transform: inherit !important;
    }

    .ap-item-right .slick-list {
        height: auto!important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #ap-slick-tabs_main_outer .ap-next, #ap-slick-tabs_main_outer .ap-prev {
        display: none!important;
    }

    /*.ap-slick-content-item.ap-item-right {
        display: none;
    }*/


    .ap-portfolio-short-desc {
        -webkit-mask-image: none!important;
        height: auto;
        padding-bottom: 0!important;
        overflow: auto;
    }


    /*Портфолио.*/


    /*АКЦИЯ:*/
    .ap-action .ap-item-right img {
        width: 100% !important;
    }
    /*.ap-action label.ap-next {*/
    /*    right: 16px;*/
    /*}*/
    /*.ap-action label.ap-prev {*/
    /*    left: 16px;*/
    /*}*/
    .ap-action .ap-slick-content-item .slick-list {
        height: auto!important;
        /*-webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;*/
    }
    /*АКЦИЯ.*/


    /*ЭТАПЫ:*/
    .ap-stages {
        margin-bottom: 100px;
        padding: 0 15px;
    }

    .ap-stages .ap-c-2-3 {
        height: auto;
        padding-right: 10px!important;
    }

    #ap-stages-tabs .slick-slide {
        margin-right: 40px;
    }


    /*Костыль:*/
    .ap-stage .ap-c-1.ap-mbt {
        margin-bottom: 15px!important;
    }

    .ap-stages .ap-c-3 {
        display: none;
    }
    /*ЭТАПЫ.*/


    /*Вопрос-ответ:*/
    .ap-faq {
        padding: 0 15px;
        margin-bottom: 100px;
    }
    .ap-qs h4 {
        font-size: 24px;
        line-height: 1.4;
        text-indent: 36px;
    }
    .ap-qs h4:after {
        top: 5px;
    }
    /*Вопрос-ответ.*/


    /*ФАКТЫ:*/
    .ap-facts {                     /*ОБЪЕДИНИТЬ !*/
        padding: 0 15px;
    }

    .ap-facts-outer {
        padding-left: 0;
    }

    .ap-fact-num {
        position: static;
        margin: 0 auto 20px auto;
    }

    .ap-fact-num:after {
        content: none;
    }

    .ap-facts h4 {
        font-size: 24px;
        text-align: center;
    }

    .ap-facts p {
        text-align: center;
        margin-bottom: 40px;
    }
    /*ФАКТЫ.*/


    /*ВНУТРЕННИЕ СТРАНИЦЫ УСЛУГ:*/
    .siteorigin-widget-tinymce img.ap-img-right {
        width: 100%;
        max-width: 380px;
        height: auto;
        float: none;
        margin-left: 0;
    }

    .siteorigin-widget-tinymce {
        padding: 0 15px;
    }

    .t-col_5 {
        text-align: center;
    }
    /*ВНУТРЕННИЕ СТРАНИЦЫ УСЛУГ.*/


    /*СТРАНИЦА ЦЕНЫ:*/
    .ap-f-reverse {
        flex-direction: column-reverse;
    }
    .ap-cost-page-content h2, .ap-cost-page-content p {
        text-align: left;
    }
    .ap-cost-page-content .ap-slick-content-item img, .ap-cost-page-content .ap-item-right .slick-list {
        width: 100% !important;
        height: auto !important;
    }
    .ap-cost-page-content label.ap-next {
        right: 16px;
    }
    .ap-cost-page-content label.ap-prev {
        left: 16px;
    }
    .ap-cost-page-content .ap-pl_40 {
        padding-left: 10px!important;
    }
    .ap-cost-page-content h1 {
        margin-bottom: 0!important;
    }
    /*СТРАНИЦА ЦЕНЫ.*/


    /*FOOTER:*/
    .ap-footer.ap-full-section {
        margin-bottom: 0;
    }
    #ap-footer .ap-r:last-child {
        margin-top: 40px!important;
    }
    /*FOOTER:*/



    /*НОВОЕ:*/
    .ap-item .ap-item-right.ap-item-w-caption .slick-list {
        height: auto!important;
    }

    .ap-header .ap-menu {
        display: none;
    }

    .ap-top-img .ap-r .wpcf7 {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .ap-top-img .ap-r .ap-nop {
        padding: 0 10px!important;
    }

    .range-wrap, .box-minmax {
        max-width: 100%;
    }

    .ap-cf-popd-alarm {
        text-align: center;
    }

    .ap-top-phone .ap-geo-icon {
        position: absolute;
    }

    .ap-telegram-button {
        margin-right: 0!important;
    }
    /*НОВОЕ.*/





    /*СПАМЕТРИКА.*/

}


@media all and (orientation:landscape) {
    img.mfp-img {
        padding: 0;
        height: 100vh;
        max-height: 800px!important;
    }
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        color: #333;
        padding-right: 11px;
        right: 0;
    }
}
/********  1200 - END ********/

/*For new QUIZ:*/
/*@media screen and (max-width: 960px)  {

}*/
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 380px) {

}
/*For new QUIZ.*/

/********  LANDSCAPE LOW RES - START ********/

@media (max-device-height:600px) and (orientation: landscape) {

}

/********  LANDSCAPE LOW RES - END ********/


/********  319 - START ********/

@media (max-device-height: 640px) {

}
/********  319 - END **********/

/*ADAPTIVE.*/




/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/**/
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/*.mfp-open .mfp-figure {*/
.mfp-fade .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}


.mfp-title {
    text-align: right;
}

/**/

/*html {*/
/*    height: 100%;*/
/*}*/

/*!* Then, set the viewport height to the same value *!*/
/*body {*/
/*    height: 100vh;*/
/*    overflow: hidden; !* This is to prevent scrolling *!*/
/*}*/

/*!* Finally, set the address bar to be hidden *!*/
/*@media screen and (max-width: 767px) {*/
/*    !* This media query targets mobile devices *!*/
/*    body {*/
/*        -webkit-touch-callout: none; !* Disable callouts *!*/
/*        -webkit-user-select: none; !* Disable selection *!*/
/*        -khtml-user-select: none; !* Disable selection *!*/
/*        -moz-user-select: none; !* Disable selection *!*/
/*        -ms-user-select: none; !* Disable selection *!*/
/*        user-select: none; !* Disable selection *!*/
/*        overflow: auto; !* Re-enable scrolling *!*/
/*    }*/
/*}*/

/*body [style="background-color: #ffedeb; border: 3px solid red; color: black; text-align: center; padding: 8px;"] {
    display: none!important;
}*/

/*2026*/
.hidden-fields-container {
    display: none;
}

.ap-max-button img {
    width: 30px;
    height: 30px;
}

#ap-footer iframe {
    border: 1px solid #ccc;
}