@charset "UTF-8";
h1.stock__title {
    margin-top: 20px;
}
.dropdown, .dropdown div, .dropdown div::after, .dropdown li {
    transition: all 150ms ease-in-out
}
.dropdown .selected::after, .dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none
}
.dropdown {
    position: relative;
    width: 235px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    user-select: none
}
.dropdown.open {
    z-index: 2
}

.main__subtitle .popup-with-form {
    text-decoration: none; /* Убираем подчеркивание */
    color: inherit; /* Наследуем цвет текста заголовка */
  }

.dropdown:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}
.dropdown.focus {
    box-shadow: 0 0 5px rgba(51, 102, 248, .4)
}
.dropdown .carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000
}
.dropdown.open .carat {
    margin-top: -10px;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #000
}
.dropdown.disabled .carat {
    border-top-color: #999
}
.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden
}
.dropdown select {
    position: absolute;
    left: 0;
    top: 0
}
.dropdown.touch .old {
    width: 100%;
    height: 100%
}
.dropdown.touch select {
    width: 100%;
    height: 100%;
    opacity: 0
}
.dropdown .selected, .dropdown li {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap
}
.dropdown.disabled .selected {
    color: #999
}
.dropdown .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: inset -55px 0 25px -20px #fff
}
.dropdown div {
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0
}
.dropdown.open div {
    opacity: 1;
    z-index: 2
}
.dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #fff
}
.dropdown.scrollable.bottom div::after {
    opacity: 0
}
.dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden
}
.dropdown.scrollable.open ul {
    overflow-y: auto
}
.dropdown li {
    list-style: none;
    padding: 8px 12px
}
.dropdown li.focus {
    background: #d24a67;
    position: relative;
    z-index: 3;
    color: #fff
}
.dropdown li.active {
    font-weight: 700
}
@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}
.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.flex-pauseplay span {
    text-transform: capitalize
}
.flexslider {
    margin: 0;
    padding: 0
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides img {
    width: 100%;
    display: block
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .flexslider .slides {
    display: block
}
.no-js .flexslider .slides>li:first-child {
    display: block
}
#carousel .flex-direction-nav {
    display: none
}
#carousel li {
    margin-right: 5px
}
#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer
}
#carousel img:hover {
    opacity: 1
}
#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default
}
.flexslider {
    margin: 0 0 -5px 0;
    background: #fff;
    border: 0 solid #fff;
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: ''0 1px 4px rgba(0, 0, 0, .2)
}
.flexslider .slides {
    zoom: 1
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}
.flex-direction-nav a.flex-next:before {
    content: '\f002'
}
.flex-direction-nav .flex-prev {
    left: -50px
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-pauseplay a.flex-play:before {
    content: '\f003'
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    transition: all 1s ease
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}
body.compensate-for-scrollbar {
    overflow: hidden
}
.fancybox-active {
    height: auto
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}
.fancybox-container * {
    box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}
.fancybox-toolbar {
    right: 0;
    top: 0
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-slide--html {
    padding: 6px
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}
.fancybox-container [data-selectable=true] {
    cursor: text
}
.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}
.fancybox-slide--video .fancybox-content {
    background: #000
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff
}
.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}
.fancybox-button:hover {
    color: #fff
}
.fancybox-button:focus {
    outline: 0
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}
.fancybox-button div {
    height: 100%
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}
.fancybox-navigation .fancybox-button div {
    padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}
@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}
.fancybox-caption--separate {
    margin-top: -50px
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}
@keyframes a {
    to {
        transform: rotate(1turn)
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}
@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}
.fancybox-share__button:hover {
    text-decoration: none
}
.fancybox-share__button--fb {
    background: #3b5998
}
.fancybox-share__button--fb:hover {
    background: #344e86
}
.fancybox-share__button--pt {
    background: #bd081d
}
.fancybox-share__button--pt:hover {
    background: #aa0719
}
.fancybox-share__button--tw {
    background: #1da1f2
}
.fancybox-share__button--tw:hover {
    background: #0d95e8
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
    opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}
@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1043;
    position: fixed;
    outline: 0 !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-ajax-holder .mfp-content, .mfp-inline-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: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-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: -.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-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    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: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-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: .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:focus, .mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
    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: .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, .6);
    background: #000
}
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
}
.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, .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) {
    .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, .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, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }
    .mfp-arrow-left {
        transform-origin: 0
    }
    .mfp-arrow-right {
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}
body {
    margin: 0
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-size: 1em;
    font-family: monospace
}
a {
    background-color: transparent
}
abbr[title] {
    text-decoration: underline;
    border-bottom: none
}
b, strong {
    font-weight: 700
}
code, kbd, samp {
    font-size: 1em;
    font-family: monospace
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
::-webkit-file-upload-button {
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
@font-face {
    font-family: Roboto;
    src: url(../../../../fonts/Roboto-Regular.woff2) format("woff2"), url(../../../../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Roboto;
    src: url(../../../../fonts/Roboto-Light.woff2) format("woff2"), url(../../../../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Roboto;
    src: url(../../../../fonts/Roboto-Medium.woff2) format("woff2"), url(../../../../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Roboto;
    src: url(../../../../fonts/Roboto-Bold.woff2) format("woff2"), url(../../../../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: flexslider-icon;
    src: url(../../../../fonts/flexslider-icon.eot);
    src: url(../../../../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../fonts/flexslider-icon.woff) format("woff"), url(../fonts/flexslider-icon.ttf) format("truetype"), url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15
}
body {
    margin: 0
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-size: 1em;
    font-family: monospace
}
a {
    background-color: transparent
}
abbr[title] {
    text-decoration: underline;
    border-bottom: none
}
b, strong {
    font-weight: 700
}
code, kbd, samp {
    font-size: 1em;
    font-family: monospace
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
::-webkit-file-upload-button {
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .5px;
    padding: 12px;
    background-color: #fa7115;
    color: #fff;
    border-radius: 50px;
    width: 177px;
    border: none
}
.btn:hover {
    background-color: #0372ab;
    border-color: #0372ab;
    color: #fff !important
}
.visually-hidden, input[type=checkbox].visually-hidden, input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}
.section__wrapper {
    position: relative;
    max-width: 700px;
    box-sizing: border-box;
    padding: 40px 15px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.section__title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 0 auto;
    margin-bottom: 40px
}
.section__subtitle {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px
}
.cottage .feedback .section__title {
    font-size: 23px;
    margin-bottom: 20px
}
@media (max-width:640px) {
    .section__wrapper {
        width: 100%
    }
}
@media (max-width:375px) {
    .section__title {
        font-size: 22px;
        margin-bottom: 23px
    }
}
@media (max-width:320px) {
    .section__title {
        font-size: 22px
    }
}
body, html {
    height: 100%
}
body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    -webkit-text-stroke: 0 transparent;
    text-shadow: none;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
    min-width: 320px;
    scroll-behavior: smooth
}
body img[alt="Яндекс.Метрика"] {
    position: absolute;
    visibility: hidden
}
h1, h2, h3, h4 {
    font-weight: 400
}
a, b, blockquote, center, code, div, h1, h2, h3, h4, h5, h6, i, img, p, pre, span, table, td, th, tr, u, video {
    margin: 0;
    padding: 0;
    border: 0
}
a {
    text-decoration: none
}
img {
    width: 100%;
    height: auto
}
span {
    display: inline-block
}
* {
    outline: 0
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
input {
    display: block;
    text-align: left
}
.phone--hidden {
    display: none
}
.desktop--hidden {
    display: none
}
.mobile--hidden {
    display: inline-block
}
select, select option {
    color: #000 !important
}
select option[value=""] {
    color: #000 !important
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, input::-webkit-input-placeholder {
        text-indent: 3px
    }
}
:focus::-webkit-input-placeholder {
    color: transparent
}
:focus::-moz-placeholder {
    color: transparent
}
:focus:-moz-placeholder {
    color: transparent
}
:focus:-ms-input-placeholder {
    color: transparent
}
input.error, select.error {
    border: 1px solid red
}
label.error {
    color: red;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    bottom: -3px;
    left: 22px
}
.popup label.error {
    bottom: 2px;
    left: 3px;
    font-size: 9px
}
input[type=tel]+label {
    min-height: 21px
}
@media (max-width:640px) {
    label.error {
        font-size: 10px
    }
    .desktop--hidden {
        display: inline-block
    }
    .mobile--hidden {
        display: none
    }
    .tablet--hidden {
        display: none
    }
}
#example a.next, #example a.prev {
    color: #061e27;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: rgba(249, 251, 252, .5);
    border-radius: 100%
}
#example .video a.next, #example .video a.prev {
    display: none;
    box-sizing: border-box;
    color: #061e27;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: #c3e7ff;
    border: 3px solid #c3e7ff;
    border-radius: 100%
}
.video .next::before, .video .prev::before {
    width: 44px;
    height: 44px
}
#example a.next span, #example a.prev span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 35px;
    text-align: center
}
#example a.next:hover, #example a.prev:hover {
    background-color: #f9fbfc;
    border-radius: 100%;
    color: #0372ab
}
#next {
    background: url(../../../../img/btn_r.png) no-repeat center
}
#prev {
    background: url(../../../../img/btn_l.png) no-repeat center
}
.next::before, .prev::before {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: url(../../../../img/slider_arrow.svg) no-repeat center;
    background-size: 95%
}
.prev::before {
    transform: rotate(180deg)
}
.next:hover::before {
    background: url(../../../../img/slider_arrow_blue.svg) no-repeat center;
    background-size: 95%
}
.prev:hover::before {
    background: url(../../../../img/slider_arrow_blue.svg) no-repeat center;
    background-size: 95%
}
#thanks {
    padding: 10px
}
.thanks__wrapper {
    padding: 30px 40px 20px 40px
}
.thanks__svg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
input[type=number] {
    -moz-appearance: textfield
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}
input[type=range]:focus {
    outline: 0
}
input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}
input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 4px solid #237fc8;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    margin-top: -9px
}
input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    border: 4px solid #237fc8;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer
}
input[type=range]::-ms-thumb {
    box-sizing: border-box;
    border: 4px solid #237fc8;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #0372ab
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #0372ab
}
input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}
input[type=range]::-ms-fill-lower {
    background: #2a6495
}
input[type=range]:focus::-ms-fill-lower {
    background: #0372ab
}
input[type=range]::-ms-fill-upper {
    background: #e0e0e0
}
input[type=range]:focus::-ms-fill-upper {
    background: #e0e0e0
}
.carousel-3d-slide:not(.current):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}
.carousel-3d-slide img {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px
}
.notfound__list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 1.2em;
    color: #565658
}
.notfound__list li:before {
    display: block;
    width: 18px;
    height: 18px;
    content: "*";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #05b0ea;
    font-size: 18px
}
.notfound__list a {
    color: #05b0ea
}
ymaps[class$=controls__bottom], ymaps[class$=controls__toolbar_left], ymaps[class$=controls__toolbar_right], ymaps[class$=copyrights-pane], ymaps[class$=gotoymaps], ymaps[class$=map-copyrights-promo] {
    display: none !important
}
ymaps[class$=balloon__close]+ymaps[class$=balloon__content] {
    text-align: center
}
ymaps[class$=balloon__close]+ymaps[class$=balloon__content] ymaps {
    height: -moz-fit-content !important;
    height: fit-content !important
}
@media (max-width:980px) {
    #delivery ymaps[class$=controls__control] {
        top: 75px !important
    }
}
.flex-control-nav {
    bottom: -40px
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    z-index: 5999;
    display: none;
    transform: translate3d(0, 0, 0);
    transition-duration: .3s
}
.navbar__overlay .overlay {
    display: block;
    opacity: 1
}
.navbar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    background: #0c2d48;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    z-index: 7000 !important;
    height: 57px
}
.navbar.out {
    transform: translateY(-100%)
}
.navbar-inner {
    position: absolute;
    padding: 5px 16px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.navbar__btn.btn {
    box-sizing: border-box;
    padding: 5px 10px;
    width: 155px;
    margin-left: auto
}
.navbar__menu .navbar__btn {
    width: 200px;
    margin: 0 auto;
    padding: 12px 10px;
    margin-top: 50px
}
.navbar__btn span {
    font-size: 12px
}
.navbar__btn::before {
    display: block;
    margin-right: 5px;
    position: relative;
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../../../img/phone.svg)
}
.navbar .link.icon-only {
    display: block;
    width: 25px;
    height: 25px
}
.navbar__logo {
    display: flex;
    margin-left: 30px;
    margin-right: auto;
    width: 127px;
    height: 33px;
    cursor: pointer
}
.navbar .left, .subnavbar .left {
    margin-right: auto
}
.navbar__menu {
    z-index: 1000;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 270px;
    height: 100vh;
    top: 57px;
    transform: translate3d(-290px, 0, 0);
    transition-duration: .3s;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}
.navbar__overlay .navbar__menu {
    transform: translate3d(0, 0, 0)
}
.navbar__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer
}
.navbar__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}
.navbar__toggle {
    width: 24px;
    height: 40px;
    display: block;
    position: relative;
    color: #fff
}
.navbar__toggle span {
    display: block;
    background-color: #fff;
    width: 24px;
    height: 3px;
    margin-top: -1.5px;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    transition: background .2s ease-in-out
}
.navbar__toggle span::after, .navbar__toggle span::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: inherit;
    position: absolute;
    left: 0;
    transition-duration: .2s, .2s;
    transition-delay: .2s, 0
}
.navbar__toggle span::before {
    top: -8px;
    transition-property: top, transform
}
.navbar__toggle span::after {
    bottom: -8px;
    transition-property: bottom, transform
}
.navbar__toggle.is-clicked span {
    background-color: rgba(255, 0, 119, 0)
}
.navbar__toggle.is-clicked span::before {
    top: 0;
    transform: rotate(45deg)
}
.navbar__toggle.is-clicked span::after {
    bottom: 0;
    transform: rotate(-45deg)
}
.navbar__toggle.is-clicked span::after, .navbar__toggle.is-clicked span::before {
    background-color: #fff;
    transition-delay: 0s, .2s
}
.navbar__navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}
.navbar__navigation-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #000
}
.navbar__navigation-item a {
    color: #000;
    font-size: 18px;
    font-weight: 500
}
.navbar__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 12px;
    width: 76px
}
.features__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start
}
.features__list-item {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px
}
.features__text {
    text-align: center;
    width: 145px;
    font-size: 12px
}
.features__img {
    margin-bottom: 5px
}
.features .section__title {
    margin-bottom: 30px
}
.ceiling .features .section__title {
    margin-bottom: 20px
}
@media (max-width:375px) {
    .features__list-item {
        width: 123px
    }
    .features__text {
        width: 132px;
        font-size: 11px
    }
}
.stock {
    background-color: #05b0ea
}
.stock--main .stock__title {
    color: #fff;
    text-align: center
}
.stock--main .stock__subtitle {
    color: #fff
}
.stock .stock__title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    color: #fff
}
.stock__descr {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    color: #fff
}
.stock__percent {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #fa7115
}
.stock__accent {
    padding: 25px 5px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fa7115
}
.stock__text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}
.stock .stock__title span {
    font-size: 20px;
    line-height: 24px
}
.stock__btn {
    margin: 0 auto;
    width: auto;
    min-width: 240px
}
.stock__img {
    margin-top: 20px
}
.windows .stock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/windows_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.windows .stock__subtitle {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 10px 5px
}
.stock .stock__subtitle {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 50px;
    color: #fff
}
.stock__dark .cover {
    display: block;
    background: linear-gradient(0deg, rgba(25, 47, 69, .8) 40.58%, rgba(135, 163, 191, .304) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 519px
}
.doors .stock.stock--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/doors_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.stock--main .stock__subtitle {
    font-size: 20px
}
.cottage .stock.stock--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/cottage_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.ceiling .stock.stock--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/ceiling_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.doors .stock {
    background: url(../../../../img/doors-stock_bg2.png) no-repeat center;
    background-size: cover;
    background-color: #1f69bf
}
.cottage .stock {
    background: url(../../../../img/cottage_bg2.png) no-repeat center;
    background-size: cover;
    background-color: #10a97c
}
.ceiling .stock {
    background: url(../../../../img/stock_ceiling_bg.png) no-repeat center;
    background-size: cover;
    background-color: #91e7e4
}
.main-page .stock {
    background: url(../../../../img/main-stock_bg2.png) no-repeat center;
    background-size: cover;
    background-color: #91e7e4
}
.calculators .stock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/calc_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.calculators .stock__subtitle {
    margin-top: 20px
}
.balkon .stock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 57px;
    background: url(../../../../img/balkon_bg.png) no-repeat center;
    background-size: cover;
    min-height: 462px
}
.services {
    background-color: #fafcff
}
.services__list {
    display: flex;
    flex-direction: column
}
.services__name {
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.33;
    color: #000
}
.services__list-item {
    position: relative;
    min-height: 99px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 15px;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 6px 16px #e6ebf5cc;
    cursor: pointer
}
.services__link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%
}
.services__price {
    color: #fa7115
}
.services__info {
    padding-left: 15px;
    padding-right: 15px
}
.services__info::after {
    content: "";
    position: absolute;
    background: url(../../../../img/svg/bold_gray_arrow.svg) no-repeat 0 0;
    width: 6px;
    height: 10px;
    top: 42px;
    right: 20px;
    transform: rotate(180deg)
}
.portfolio {
    background-color: #f6f5f5
}
.portfolio__btn {
    margin: 0 auto;
    margin-top: 60px
}
.portfolio__tabs+.portfolio__btn {
    margin-top: 30px
}
.portfolio #next {
    background: url(../../../../img/btn_r.png) no-repeat center
}
.portfolio #prev {
    background: url(../../../../img/btn_l.png) no-repeat center
}
.portfolio section {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 0;
    padding: 0;
    padding-bottom: 0;
    margin: 0 auto;
    height: 0;
    overflow: hidden
}
.portfolio .slides {
    width: 250px;
    margin: 0 auto
}
.portfolio .flexslider {
    width: 100% !important;
    background-color: #f6f5f5
}
.portfolio section.content-current {
    display: block;
    height: auto;
    font-size: 1.25em
}
.portfolio__tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 2em;
    margin-bottom: 0;
    font-weight: 300
}
.portfolio__tabs .flexslider {
    margin: 0 0 10px 0
}
.portfolio__tabs nav {
    text-align: center;
    width: 277px;
    margin: 0 auto;
    margin-bottom: 40px
}
.portfolio__tabs .flex-direction-nav a {
    top: 120px
}
.portfolio__tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.portfolio__tabs nav ul li {
    padding: 5px 10px;
    border-bottom: 2px solid #e5e5e5;
    display: block;
    width: auto;
    position: relative
}
.portfolio__tabs nav li.tab-current {
    border-bottom-color: #000;
    border-top: none;
    z-index: 100
}
.portfolio__tabs .flex-control-nav {
    position: relative;
    bottom: -25px
}
.portfolio__tabs nav li a {
    color: #fa7115;
    font-weight: 500;
    font-size: 20px
}
.portfolio__tabs nav li.tab-current a {
    color: #000
}
.portfolio-cottage .section__title {
    margin-bottom: 15px
}
.portfolio .section__title {
    margin-bottom: 25px
}
.feedback {
    background: url(../../../../img/feedback_bg.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.feedback__input-box, .feedback__select-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%
}
.feedback__input, .feedback__select {
    position: relative;
    box-sizing: border-box;
    height: 35px;
    outline: 0;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.33;
    border: 0 none;
    color: #767575;
    background-color: #ededec;
    border-radius: 50px;
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    margin-bottom: 15px
}
.feedback__select-box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%
}
.feedback__select-box::after {
    box-sizing: content-box;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 8px;
    margin: auto;
    pointer-events: none
}
.calculator .feedback__select-box::after {
    top: 16px
}
.feedback__input-box:last-of-type input, .feedback__select-box:last-of-type select {
    margin-bottom: 0
}
.feedback__btn {
    margin: 0 auto;
    border: none;
    margin-top: 40px
}
.feedback__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}
.feedback__description {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px
}
.ceiling .feedback__description, .cottage .feedback__description, .doors .feedback__description {
    margin-bottom: 25px
}
.ceiling .feedback .section__title, .doors .feedback .section__title {
    margin-bottom: 20px
}
.feedback__label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    width: 100%;
    margin-bottom: 15px
}
.ceiling .calculator .feedback__input-box, .ceiling.calculator .feedback__input-box {
    padding: 0 16px;
    width: 295px
}
.ceiling .calculator .feedback__input, .ceiling.calculator .feedback__input {
    width: 78px;
    align-self: center;
    margin-bottom: 0;
    text-align: center
}
.ceiling .calculator .feedback__form {
    margin-top: 27px
}
@media (max-width:460px) {
    .feedback__input, .feedback__select {
        width: 100%
    }
    .feedback__form {
        width: 100%
    }
}
.video__link {
    position: relative;
    display: block;
    border-radius: 50px;
    margin-bottom: 45px
}
.video__link::before {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 50px;
    background: url(../../../../img/play.png) no-repeat;
    background-position: 0 0;
    background-size: 100% auto
}
.video__link img {
    border-radius: 50px
}
.video__text {
    font-weight: 500;
    text-align: center;
    font-size: 22px
}
.ceiling .video {
    background-color: #f6f5f5
}
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../../../../img/main_bg.png) no-repeat center;
    background-size: cover;
    padding-top: 57px;
    min-height: 462px
}
.main__title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 47px
}
.main__title span {
    font-size: 20px;
    line-height: 24px
}
.main__subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    color: #fff
}
.main__btn {
    width: 177px;
    margin: 0 auto
}
.footer__map {
    width: 100%;
    height: 250px
}
.footer__top {
    padding: 40px 15px;
    background-color: #0c2d48
}
.footer__btn {
    padding: 7px;
    background-color: transparent;
    border: 1px solid #0277bc;
    font-size: 20px
}
.footer__links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}
.footer__text-links {
    margin-bottom: 12px
}
.footer__bottom {
    padding: 13px 0
}
.footer__logo img {
    display: block;
    margin: 0 auto;
    width: 146px;
    height: 23px
}
.footer__social-list {
    box-sizing: border-box;
    padding: 0 20px;
    width: 65px;
    border-left: 1px solid #0277bc;
    border-right: 1px solid #0277bc
}
.footer__labrador-logo {
    box-sizing: border-box;
    width: 70px;
    border-right: 1px solid #0277bc
}
.footer__links-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.footer__text-link a {
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-align: center
}
.footer__copyright {
    color: #fff;
    text-align: center;
    font-size: 11px
}
.footer .hint_img {
    width: 16px;
    height: 12px
}
.footer__social__list-item {
    visibility: hidden
}
.popup {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    width: 430px;
    padding: 40px 50px;
    position: relative;
    margin: auto;
    background-color: #fff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .3)
}
.popup-contacts {
    top: 60px
}
.popup__title {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000
}
.popup__text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}
.popup__form {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    width: 100%
}
.popup__input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding-left: 4px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000
}
.popup__select {
    width: 100%;
    border: none;
    padding-left: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000;
    opacity: .7
}
.popup__btn {
    margin-top: 15px
}
.popup-more__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.popup-more__name {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}
.popup-more__description {
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 25px 0
}
.popup__input-box, .popup__select-box {
    position: relative;
    width: 228px
}
.feedback__select-box label.error, .popup__select-box label.error {
    bottom: -20px
}
#popup-calc .hide-data {
    display: none
}
@media (max-width:480px) {
    .popup {
        width: 100%
    }
}
.metro__list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.metro__list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 14px;
    width: 100%;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 2px dotted
}
.metro__title {
    margin: 0;
    margin-bottom: 6px;
    padding-left: 29px;
    text-align: left;
    font-size: 15px;
    line-height: 1
}
.metro__title::before {
    position: absolute;
    left: 2px;
    top: -2px;
    content: "";
    width: 22px;
    height: 22px
}
.metro__title.metro__title--red::before {
    background: url(../../../../img/metro-ico-red.svg) no-repeat center
}
.metro__title.metro__title--green::before {
    background: url(../../../../img/metro-ico-green.svg) no-repeat center
}
.metro__title--blue::before {
    background: url(../../../../img/metro-ico-blue.svg) no-repeat center
}
.metro__title--purple::before {
    background: url(../../../../img/metro-ico-purple.svg) no-repeat center
}
.metro__title--orange::before {
    background: url(../../../../img/metro-ico-orange.svg) no-repeat center
}
.metro__address {
    margin: 0;
    margin-bottom: 1px;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px
}
.metro__phone {
    display: flex;
    margin: 0;
    color: #65a6d2;
    font-size: 14px;
    line-height: 1
}
.metro__phone-link {
    margin-left: 5px;
    color: #65a6d2;
    font-size: 14px;
    margin-bottom: 6px
}
.features-windows .section__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.features-windows__list {
    margin-bottom: 15px
}
.features-windows__list-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 20px
}
.features-windows__img {
    padding: 20px
}
.services-windows {
    background-color: #f6f5f5
}
.services-windows__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}
.services-windows__list-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 45%;
    margin-bottom: 40px
}
.services-windows__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.services-windows__name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000
}
.services-windows__price {
    color: #fa7115;
    text-align: center;
    font-size: 16px
}
.services-windows__icon {
    margin-bottom: 10px
}
.services-windows .section__wrapper {
    padding-bottom: 0
}
.services-doors__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%
}
.services-doors__list-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 12px;
    margin-bottom: 19px;
    padding: 10px 15px
}
.services-doors__img {
    box-sizing: border-box;
    margin-right: 15px;
    width: 44px;
    height: 42px
}
.services-doors__text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    min-width: 155px;
    color: #000
}
.services-doors__price {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    color: #fa7115;
    text-align: left
}
.services-doors__title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 23px;
    margin-top: 13px
}
.services-doors .feedback__form {
    margin-top: 25px;
    max-width: 225px
}
.services-doors .feedback__input {
    padding-left: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000
}
.services-doors .feedback__select {
    padding-left: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000
}
.services-doors .feedback__btn {
    margin-top: 15px
}
@media (max-width:375px) {
    .services-doors__text {
        font-size: 16px;
        min-width: 140px
    }
}
@media (max-width:360px) {
    .services-doors__price {
        font-size: 15px
    }
    .services-doors__text {
        font-size: 14px;
        min-width: 120px
    }
}
@media (max-width:320px) {
    .services-doors__price {
        font-size: 14px
    }
    .services-doors__text {
        font-size: 14px;
        min-width: 120px
    }
}
.portfolio-windows {
    background-color: #f6f5f5
}
.portfolio-windows .flexslider {
    width: 100%;
    background-color: #f6f5f5
}
.portfolio-windows .slides {
    width: 250px;
    margin: 0 auto
}
.portfolio-windows .flex-direction-nav a {
    top: 120px
}
.portfolio-windows .section__title {
    margin-bottom: 35px
}
.technology__picture img {
    width: 174px;
    height: 174px;
    display: block
}
.technology__main-picture {
    padding: 20px
}
.technology__main-picture img {
    width: 220px;
    height: 179px
}
.technology__list-item {
    box-sizing: border-box;
    padding-top: 20px 0;
    min-height: 205px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000
}
.technology__list-item:last-of-type {
    border: none
}
.technology__text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    color: #615d57;
    max-width: 178px
}
.technology__name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px
}
.calculator {
    background-color: #0c2d48
}
.calculator .section__title {
    color: #fff;
    margin-bottom: 35px
}
.calculator__label {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-right: 30px;
    padding-left: 25px
}
.calculator__label input {
    margin-right: 5px
}
.calculator__checkbox:checked+.calculator__label::before {
    visibility: hidden
}
.calculator__label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    width: 12px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer
}
.calculator__checkbox:checked+.calculator__label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    width: 18px;
    height: 15px;
    background-image: url(../img/svg/checkbox-on.svg);
    background-repeat: no-repeat;
    background-position: 0 0
}
.calculator__checkbox-name {
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-right: 5px
}
.cottage .calculator__footnote {
    margin-top: 15px
}
.calculator__footnote {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 3px
}
.calculator__result {
    margin-top: 15px;
    margin-bottom: 5px
}
.calculator__result-text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff
}
.calculator__total {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    padding: 0 5px
}
.calculator__checkbox-group {
    position: relative;
    box-sizing: border-box;
    padding: 5px 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}
.calculator__checkbox-group.last {
    margin-right: auto
}
.calculator__form-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.calculator__img {
    height: 150px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px
}
.calculator .form__btn {
    margin-top: 15px
}
.calculator .portfolio__btn {
    margin-top: 30px
}
.calculator .select__label {
    display: block;
    width: 100%;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 20px
}
.calculator__checkbox-line {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}
.calculator__checkbox-line .calculator__checkbox-group {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px
}
.calculator__label:last-of-type {
    margin-right: 0
}
.calculator__divider {
    width: 2px;
    height: 14px;
    background: #fff
}
.furniture {
    background-color: #f6f5f5
}
.furniture__list {
    max-width: 345px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}
.furniture__list-item {
    width: 100%;
    box-sizing: border-box;
    min-height: 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    border-bottom: 1px solid #000
}
.furniture__country {
    width: 105px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.furniture__logo {
    width: 100%
}
.furniture__picture {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.furniture__country-name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    color: #000;
    padding: 5px
}
.furniture__btn {
    margin-top: 60px
}
.renewal__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
    width: 100%
}
.renewal__list-item {
    box-sizing: border-box;
    padding: 10px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: linear-gradient(127deg, #2f8bc0, #eb6f59);
    margin-bottom: 20px
}
.renewal__img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.renewal__icon {
    padding: 22px
}
.cottage .renewal__list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 30px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: linear-gradient(127deg, #ee6f57, #f79280);
    margin-bottom: 20px
}
.cottage .renewal .section__title {
    margin-bottom: 40px
}
.renewal .section__title {
    margin-bottom: 30px
}
.renewal__text {
    text-align: left
}
.cottage .renewal__list-item:nth-of-type(2) {
    background: linear-gradient(127deg, #2f8bc0, #82bde0)
}
.cottage .renewal__list-item:nth-of-type(3) {
    background: linear-gradient(127deg, #36a579, #31b49b)
}
.cottage .renewal__icon {
    padding: 5px;
    margin-right: 30px
}
.cottage .renewal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f6f5f5
}
.cottage .renewal .section__wrapper {
    padding-left: 0;
    padding-right: 0
}
.services-balkon {
    background-color: #f6f5f5
}
.services-balkon .section__title {
    margin-bottom: 0
}
.services-balkon__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 50px
}
.services-balkon__subtitle {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fa7115;
    margin-bottom: 15px
}
.services-balkon__list-item {
    box-sizing: border-box;
    min-height: 130px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #000;
    padding-bottom: 35px
}
.services-balkon__list-item>div {
    width: 45%
}
.services-balkon__icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.services-balkon__name {
    padding-top: 10px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: auto
}
.services-balkon__work {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    min-width: 126px
}
.services-balkon__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}
.services-balkon__footnote {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #000
}
.services-balkon__price {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fa7115
}
.showcase__icon img {
    width: 48px;
    height: 96px
}
.showcase__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 15px;
    margin-top: 40px
}
.showcase__list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 134px;
    margin-bottom: 30px
}
.showcase__btn {
    width: 103px;
    padding: 5px;
    font-size: 12px
}
.showcase__name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 500;
    text-align: center
}
.showcase__price {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #fa7115;
    margin-bottom: 15px
}
.showcase section {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 0;
    padding: 20px 0;
    padding-bottom: 0;
    margin: 0 auto;
    height: 0;
    overflow: hidden
}
.showcase section.content-current {
    display: block;
    height: auto;
    font-size: 1.25em
}
.showcase__tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 2em;
    margin-bottom: 0;
    font-weight: 300
}
.showcase__tabs nav {
    text-align: center;
    width: 277px;
    margin: 0 auto
}
.showcase__tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.showcase__tabs nav ul li {
    padding: 5px 10px;
    border-bottom: 2px solid #e5e5e5;
    display: block;
    width: auto;
    position: relative
}
.showcase__tabs nav li.tab-current {
    border-bottom-color: #000;
    border-top: none;
    z-index: 100
}
.showcase__tabs nav li a {
    color: #fa7115;
    font-weight: 500;
    font-size: 20px
}
.showcase__tabs nav li.tab-current a {
    color: #000
}
.showcase .section__title {
    margin-bottom: 20px
}
.showcase section {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    font-size: 0;
    padding: 0;
    padding-bottom: 0;
    margin: 0 auto;
    height: 0;
    overflow: hidden
}
@media (max-width:320px) {
    .showcase__list {
        margin: 0 10px
    }
}
.usage__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}
.usage__list-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    margin: 5px 10px;
    margin-bottom: 70px
}
.usage__text {
    font-size: 13px
}
.usage__list-item:nth-of-type(3), .usage__list-item:nth-of-type(4) {
    margin-bottom: 0
}
.usage-cottage .feedback__form {
    margin-top: 25px;
    max-width: 260px
}
.usage-cottage .feedback__input {
    padding-left: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000
}
.usage-cottage .feedback__select {
    padding-left: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #000
}
.usage-cottage .feedback__btn {
    margin-top: 15px
}
.usage-cottage .usage__list {
    margin-bottom: 30px
}
.colours img {
    display: block;
    width: 79px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 20px
}
.colours__text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: center
}
.colours .portfolio__btn {
    margin-top: 60px
}
.colours__flexslider .flex-direction-nav a {
    top: 210px
}
.portfolio-ceiling__list-item {
    width: 250px;
    height: auto
}
.portfolio-ceiling__title {
    margin-bottom: 20px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #000;
    background-color: #f6f5f5
}
.portfolio-ceiling .portfolio__tabs nav li a {
    font-size: 14px
}
.portfolio-ceiling .portfolio__tabs nav {
    width: 290px
}
.portfolio-ceiling__list-item {
    z-index: 1;
    position: relative
}
.portfolio-ceiling__list-item::after {
    z-index: -1;
    display: block;
    position: absolute;
    background-color: #007bc0;
    width: 85%;
    height: 70%;
    content: '';
    right: -12px;
    bottom: -12px
}
.portfolio-ceiling .flexslider {
    background-color: #f6f5f5
}
.portfolio-ceiling .flex-direction-nav a {
    top: 120px
}
.portfolio-ceiling-more__btn {
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 15%;
    z-index: 1;
    background-color: #fff;
    color: #007bc0;
    border-radius: 10px;
    opacity: .6
}
.portfolio-ceiling .flex-control-nav {
    bottom: -45px
}
.portfolio-ceiling .portfolio__tabs .flex-control-nav {
    bottom: -25px
}
.portfolio-ceiling .portfolio__btn {
    margin-top: 80px
}
.portfolio-ceiling .portfolio__tabs+.portfolio__btn {
    margin-top: 30px
}
.trends {
    background-color: #f6f5f5
}
.trends__btn {
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 35px
}
.trends__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
    width: 100%
}
.trends__list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 10px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 5px
}
.trends__img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.trends__icon {
    padding: 0 10px
}
.trends__name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left
}
.trends__text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.33;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left
}
.trends .flexslider {
    width: 100%;
    background-color: #f6f5f5
}
.trends .slides {
    width: 250px;
    margin: 0 auto
}
.trends .section__title {
    margin-bottom: 30px
}
.palett__colors label {
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 1px;
    border-radius: 50px;
    margin: 5px
}
.palett__colors input:checked+label {
    border: 3px solid #da2128 !important
}
.palett__colors {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}
.palett__colors input {
    display: none
}
#palett-potolok1+label {
    background-color: #980000
}
#palett-potolok2+label {
    background-color: red
}
#palett-potolok3+label {
    background-color: #f90
}
#palett-potolok4+label {
    background-color: #ff0
}
#palett-potolok5+label {
    background-color: #0f0
}
#palett-potolok6+label {
    background-color: #0ff
}
#palett-potolok7+label {
    background-color: #00f
}
#palett-potolok8+label {
    background-color: #90f
}
#palett-potolok9+label {
    background-color: #f0f
}
#palett-potolok10+label {
    background-color: #e6b8af
}
#palett-potolok11+label {
    background-color: #f4cccc
}
#palett-potolok12+label {
    background-color: #fce5cd
}
#palett-potolok13+label {
    background-color: #fff2cc
}
#palett-potolok14+label {
    background-color: #d9ead3
}
#palett-potolok15+label {
    background-color: #d0e0e3
}
#palett-potolok16+label {
    background-color: #cfe2f3
}
#palett-potolok17+label {
    background-color: #d9d2e9
}
#palett-potolok18+label {
    background-color: #ead1dc
}
#palett-potolok19+label {
    background-color: #dd7e6b
}
#palett-potolok20+label {
    background-color: #ea9999
}
#palett-potolok21+label {
    background-color: #f9cb9c
}
#palett-potolok22+label {
    background-color: #ffe599
}
#palett-potolok23+label {
    background-color: #b6d7a8
}
#palett-potolok24+label {
    background-color: #a2c4c9
}
#palett-potolok25+label {
    background-color: #a4c2f4
}
#palett-potolok26+label {
    background-color: #b4a7d6
}
#palett-potolok27+label {
    background-color: #d5a6bd
}
#palett-potolok28+label {
    background-color: #a61c00
}
#palett-potolok29+label {
    background-color: #c00
}
#palett-potolok30+label {
    background-color: #e69138
}
#palett-potolok31+label {
    background-color: #f1c232
}
#palett-potolok32+label {
    background-color: #6aa84f
}
#palett-potolok33+label {
    background-color: #45818e
}
#palett-potolok34+label {
    background-color: #3d85c6
}
#palett-potolok35+label {
    background-color: #351c75
}
#palett-potolok36+label {
    background-color: #741b47
}
#palett-potolok37+label {
    background-color: #5b0f00
}
#palett-potolok38+label {
    background-color: #600
}
#palett-potolok39+label {
    background-color: #783f04
}
#palett-potolok40+label {
    background-color: #7f6000
}
#palett-potolok41+label {
    background-color: #274e13
}
#palett-potolok42+label {
    background-color: #0c343d
}
#palett-potolok43+label {
    background-color: #073763
}
#palett-potolok44+label {
    background-color: #20124d
}
#palett-potolok45+label {
    background-color: #4c1130
}
.awards {
    background-color: #f6f5f5
}
.awards__description {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #f6f5f5;
    padding-top: 20px
}
.awards .flexslider {
    background-color: #f6f5f5;
    margin-bottom: 40px
}
.awards .flexslider img {
    height: 290px;
    width: auto;
    margin: 0 auto
}
.awards .flex-direction-nav a {
    top: 40%
}
.partner__img {
    width: 270px;
    height: 396
}
.partner__icon {
    margin-bottom: 20px
}
.notfound__list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 1.2em;
    color: #565658
}
.notfound__list li:before {
    display: block;
    width: 18px;
    height: 18px;
    content: "*";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #05b0ea;
    font-size: 18px
}
.notfound {
    padding-top: 35px
}
.notfound .section__subtitle {
    font-size: 1.125rem;
    color: #fa7115
}
.notfound p {
    text-align: left
}
.notfound__title {
    margin-bottom: 25px
}
.payments {
    padding-top: 35px
}
.payments__label {
    display: flex;
    width: 100%
}
.payments__radio {
    margin-right: 20px
}
.block-divider .section__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.block-divider__icon {
    margin-right: 20px
}
.block-divider__text {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}
.block-divider__name {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
    text-align: дуае
}
.dilers__information {
    padding: 20px;
    text-align: center
}
.dilers__link {
    text-decoration: none;
    color: #000
}
.formError {
    z-index: 990
}
.formError .formErrorContent {
    z-index: 991
}
.formError .formErrorArrow {
    z-index: 996
}
.ui-dialog .formError {
    z-index: 5000
}
.ui-dialog .formError .formErrorContent {
    z-index: 5001
}
.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}
.inputContainer {
    position: relative;
    float: left
}
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left
}
.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block
}
.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 12px;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px
}
.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}
.greenPopup .formErrorContent {
    background: #33be40
}
.blackPopup .formErrorContent {
    background: #393939;
    color: #fff
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative
}
body.rtl .formError .formErrorArrow, body[dir=rtl] .formError .formErrorArrow {
    margin: -2px 13px 0 0
}
.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px
}
.formError .formErrorArrow div {
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none
}
.greenPopup .formErrorArrow div {
    background: #33be40
}
.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff
}
.formError .formErrorArrow .line10 {
    width: 13px;
    border: none
}
.formError .formErrorArrow .line9 {
    width: 11px;
    border: none
}
.formError .formErrorArrow .line8 {
    width: 11px
}
.formError .formErrorArrow .line7 {
    width: 9px
}
.formError .formErrorArrow .line6 {
    width: 7px
}
.formError .formErrorArrow .line5 {
    width: 5px
}
.formError .formErrorArrow .line4 {
    width: 3px
}
.formError .formErrorArrow .line3 {
    width: 2px
}
.formError .formErrorArrow .line2 {
    width: 1px;
    border: none
}
.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
    display: none
}