body {
    padding: 0;
    margin: 0;
    font-family: Fira Sans Condensed;
    width: 100%;
    height: 100%;
}

body.overflow {
    overflow: hidden;
	padding-right:17px;
}
input[name="site_message"]{
	display:none!important;
}
h1 {
	font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 40px;
	line-height: 48px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
}

h3, .like_h3 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
}

p {
    font-family: Fira Sans Condensed;
    font-weight: 400;
    font-size: 18px;
    color: #515151;
    line-height: 24px;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-block ul li {
    list-style-type: disc;
    margin-left:20px;
}
a {
    text-decoration: none;
    color: #515151;
    font-weight: 500
}

a:hover {
    text-decoration: none;
    color: #f26522;
}

a,
button {
    outline: none;
}

.new_price_table .price-table__box .call_master img,
.price-table__box .call_master.call_master_cell_btn  img
{
	height:16px;
	width:auto !important;
	margin-right:10px;
	margin-top: -4px;
}


.new_price_table .price-table__box .call_master,
.price-table__box .call_master{
	background-color: #F26522;
	color:#fff;
	text-align:center;
	width:100%;
	height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
border-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;  
transition: all 0.5s ease-in-out;
font-size: 17px;
line-height: 24px;
text-transform: uppercase;
}

.price-table__box .call_master.call_master_cell_btn{
border-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; 
max-width:90%;
margin:15px auto;
}

.new_price_table .price-table__box .call_master:hover,
.price-table__box .call_master.call_master_cell_btn:hover
{
	background: #515151;
}

.custom__button{
	background: #FFFFFF;
    border: 1px solid #F36523;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    width: 263px;
    height: 56px;
    margin: 0 auto;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color: #F36523;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom__button:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #F36523;
    color: #fff;
}

/*.custom__button:after {
    content: "\f178";
    font-family: FontAwesome;
    padding-left: 10px;
}*/

@font-face {
    font-family: Fira Sans Condensed, sans-serif;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}
.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide .call_master img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
.slick-prev {
    left: -25px;
}*/
.foslick .slick-prev,.foslick .slick-next,
.gallery__carousel .slick-prev,
.gallery__carousel .slick-next,
.slider__carousel-certnew .slick-prev, .slider__carousel-certnew .slick-next{
	width:40px;
	height:40px;
	right:-50px;
	z-index:99;
}
.foslick .slick-prev,
.gallery__carousel .slick-prev,
.slider__carousel-certnew .slick-prev{
	right:auto;
	left:-50px;
}
.foslick .slick-prev::before,.foslick .slick-next::before,
.gallery__carousel .slick-prev::before,.gallery__carousel .slick-next::before,
.slider__carousel-certnew .slick-prev::before, .slider__carousel-certnew .slick-next::before{
	display:block;
	width:100%;
	height:100%;
	font-size:25px;
	line-height:40px;
	opacity:1;
	color:#fff;
	background-color:#f26522;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #f26522;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 15px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #515151;
    background: #f26522;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png.webp");
}

.ui-widget-header .ui-icon {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next:after {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}

.ui-datepicker-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: none;
    border: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png.webp");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png.webp");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png.webp");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png.webp");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png.webp");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

#price-page h2, #price-page .like_h2{
	margin-top: 90px;
    margin-bottom: 30px;
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .h_image img {
        width: 100%;
    }
    .modal-wrapper8 .online__form label {
        font-size: inherit;
        width: 260px
    }
    .modal-wrapper8 .name,
    .modal-wrapper8 .email,
    .modal-wrapper8 .rating-rev {
        display: flex;
    }
    .modal-wrapper8 .ec-rating-stars {
        float: none;
    }
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:577px) {
    .modal-wrapper8 textarea.form-control {
        height: 80px;
    }
    .modal-wrapper8 .online__form label {
        font-size: inherit;
        width: 260px;
    }
    .modal-wrapper8 .name,
    .modal-wrapper8 .email,
    .modal-wrapper8 .rating-rev {
        display: flex;
    }
    .modal-wrapper8 .ec-rating-stars {
        float: none;
    }
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
    .nav__burger {
        display: none;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

#breadcrumbs {
    padding:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

#breadcrumbs h1 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#breadcrumbs h1:before {
    position: absolute;
    left: -28px;
    content: "\f142";
    font-family: FontAwesome;
    color: #f26522;
}

.breadcrumbs__block {
    display: flex;
    align-items: center;
}

.breadcrumbs__navigation {
    display: block;
    margin:55px auto 45px 0;
}

.breadcrumbs__navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.breadcrumbs__navigation ul li {
    position: relative;
}

.breadcrumbs__navigation ul li:not(:last-child) {
    margin:0 35px 0 0;
}

.breadcrumbs__navigation ul li:last-child {
    margin-left:0;
}

.breadcrumbs__navigation ul li:not(:last-child):after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    right:-30px;
    content: "\f101";
    font-family: FontAwesome;
    font-size:20px;
    background: #fff;
    color: #f26522;
    height:25px;
    width:25px;
    border-radius:0;
    z-index:98;
    text-align:center;
}

.breadcrumbs__navigation ul li a {
    display: block;
    background:none;
    font-size:17px;
	line-height:25px;
    font-weight: 300;
    padding:0;
    border-radius:0;
    max-width:none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs__navigation  ul li:last-child a{
    font-weight:500;
}

#banner-inside-list {
    background: #f5f5f5;
    background-position: center;
    height: 400px;
}

#banner-inside-reviews {
    background: #f5f5f5;
    background-position: center;
    height: 450px;
}

#banner-inside-list .col-lg-6:nth-child(1),
#banner-inside-reviews .col-lg-6:nth-child(1) {
    display: flex;
    align-items: center;
    height: 100px;
}

#banner-inside-list .bg-left__banner,
#banner-inside-reviews .bg-left__banner {
    display: flex;
    justify-content: right;
    position: relative;
}

#banner-inside-list .bg-left__banner:before,
#banner-inside-reviews .bg-left__banner:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 20px;
    right: 10;
    bottom: 10px;
    width: 450px;
    height: 70px;
    border: 1px dashed #f2652259;
    border-radius: 15px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

#banner-inside-list .bg-left__banner:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    width: 480px;
    height: 90px;
    border: 1px dashed #c5c5c5;
    border-radius: 25px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

#banner-inside-list .bg-left__banner img,
#banner-inside-reviews .bg-left__banner img {
    display: block;
    height: 100px;
    margin-left: auto;
    margin-right: 0;
}

#banner-inside-list h1,
#banner-inside-reviews h1 {
    position: relative;
    padding: 10px 25px;
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 55%), -20px 20px 0 -17px #eee, 20px -20px 0 -17px #eee, 20px 20px 0 -20px #59238500, 0 0 0 2px #f26624;
    background: #f5f5f5;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}



.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.col-5-th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#water-mater-checking {
    padding: 100px 0;
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
    background-attachment: fixed;
}

#water-mater-checking h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.water-meter-right__block {
    position: relative;
    display: block;
    margin: 0 auto;
    background: url(/webp/image/bg-plumbing-master-min.jpg.webp) no-repeat;
    width: 480px;
    height: 306px;
    box-shadow: 6px 6px #989898, 12px 12px #6c6666;
}

.water-meter-right__block img {
    position: absolute;
    bottom: -26px;
    right: 20px;
}

#benefits {
	background: #212235;
    padding: 40px 0;
}

#benefits .section-title {
    color: #fff;
}
#benefits .benefits-item {
    width: 300px;
    margin: 0 15px 30px;
    padding: 20px 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: -6px -6px #f36523;
}
#benefits .benefits-item img {
    margin-bottom: 15px;
    width: auto;
    height: 90px;
}
#benefits .benefits-item span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #515151;
}

#benefits h3 {
    text-align: center;
    margin-bottom: 20px;
}

#benefits .col-lg-12 p {
    display: block;
    width: 942px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#benefits .box {
    display: block;
    text-align: center;
}

#benefits .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    width: auto;
}

#service-section {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/bg-serv-min.jpg.webp) no-repeat;
    background-size:cover;
}/*background-attachment: fixed;*/

#service-section h3 {
    text-align: center;
    margin-bottom: 40px;
}

#service-section .service__menu {
    background: linear-gradient(45deg, #f5f5f57a, #ffffffa6);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8);
    min-height: 300px;
}

#service-section .service__menu h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

#service-section .service__menu ul {
    margin: 0;
    padding: 0;
}

#service-section .service__menu ul li:not(:last-child) {
    border-bottom: 1px dashed #9c9c9c;
}

#service-section .service__menu ul li a {
    font-size: 20px;
    font-weight: 400;
}

#prices-our-works {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
    background-attachment: fixed;
}

#prices-our-works .price-block__container h3 {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    display: block;
    text-align: center;
    color: #fff;
    background: #515151;
    width: 300px;
    border-radius: 12px;
    padding: 10px;
}

#prices-our-works .price-block__container {
    background: #fff;
    border-radius: 20px;
    padding: 0 40px 40px;
    position: relative;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, 0.7);
}

#prices-our-works .price-block__container .table__price {
    margin-top: 80px;
}

#prices-our-works .price-block__container .col-lg-12 p {
    display: block;
    margin: 0 auto;
    width: 940px;
    margin-top: 50px;
    margin-bottom: 60px;
}

#prices-our-works .price__box-gl {
    position: relative;
    z-index: 98;
    background: #f5f5f5;
    margin: 10px;
    padding: 0 20px;
    position: relative;
    border-radius: 20px;
    border: 2px solid #888888;
}

#prices-our-works .image__box {
    position: relative;
    background: #fff;
    border: 3px solid #888888;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    top: -35px;
}

#prices-our-works .price__box-gl img {
    display: block;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

#prices-our-works .price__box-gl p {
    font-size: 18px;
    font-weight: 700;
    color: #515151;
    line-height: 24px;
    max-height: 48px;
    min-height: 48px;
}

#prices-our-works .price__box-gl a {
    display: block;
    text-transform: uppercase;
    background: linear-gradient(40deg, #f5f5f5, #f26522 60%);
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    position: relative;
    bottom: -18px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#prices-our-works .price__box-gl a:after {
    content: "\f178";
    font-family: FontAwesome;
    padding-left: 10px;
}

#prices-our-works .price__text {
    font-size: 20px;
    font-weight: 700;
    color: #515151;
    max-height: 60px;
    min-height: 60px;
    line-height: 24px;
}

#prices-our-works .price__text span {
    color: #f26522;
}

#eirc {
    padding: 30px 0 80px;
    background: #212235;
}

#eirc .col-lg-12 p {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 34px;
	line-height: 48px;
    font-weight: 700;
	text-transform: uppercase;
	color:#fff;
    width: 680px;
}

.eirc__block {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	row-gap: 32px;
    margin-top: 30px;
}

.eirc__block .eirc__box {
    display: block;
    margin: 0 auto;
	min-width: 295px;
    height: 64px;
    background: #fff;
    padding: 0 31px;
    box-shadow: -8px -8px #F36523;
	display: flex;
	text-align: center;
	color: #515151;

}


.eirc__block .eirc__box img {
    display: block;
    margin: 0 auto;
}

#eirc .eirc__block .eirc__box p {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
    width: 100%;
    text-transform: unset;
    margin-top: 20px;
	color: #515151;
}

#eirc span {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-transform: uppercase;
    color: #515151;
    font-size: 18px;
    width: 500px;
    margin-top: 40px;
    text-align: right;
}

#timeline {
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
    background-attachment: fixed;
    padding: 60px 0;
    border-bottom: 4px solid #838383;
}

#timeline p {
    display: block;
    margin: 0 auto;
    width: 500px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.title__item {
    display: block;
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
}

.hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
}

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgb(213, 213, 213);
    background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 0;
}

.timeline .hexa {
    width: 16px;
    height: 10px;
    position: absolute;
    background: #f26522;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
}

.timeline .hexa:before {
    border-bottom: 4px solid #f26522;
    border-left-width: 8px;
    border-right-width: 8px;
    top: -4px;
}

.timeline .hexa:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 4px solid #f26522;
    bottom: -4px;
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    font-weight: 600;
    z-index: 15;
    padding: 6px 20px;
    text-align: left;
    border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    pointer-events: none;
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time {
    background: #00c4f3;
    display: inline-block;
    padding: 8px;
}

.desc {
    position: relative;
    padding: 1em;
    background: rgb(254, 254, 254);
    border: 1px solid #c5c5c5;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    padding: 1em;
    z-index: 15;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 0.61);
}

@media(min-width: 768px) {
    /*.modal-wrapper8.open .modal {
        height: 560px;
        margin-top: -300px;
        opacity: 1;
        border-radius: 20px;
        overflow-y: auto;
    }*/
    .reviews_banner_2,
    .reviews_banner_1 {
        margin: 35px;
    }
    .reviews_banner_buttons {
        display: flex;
        justify-content: space-around;
    }
    .action_block {
        width: 90%;
        background: url(/webp/image/action/action-bg1.png.webp) 0% 100% no-repeat, url(/webp/image/action/action-bg2.png.webp) 100% 100% no-repeat #1C6298;
        margin: 15px;
        padding: 25px 45px;
    }
    .action_text {
        color: #fff;
        width: 70%;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase;
        float: left;
    }
    .action_text span {
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 5px;
    }
    .action_button {
        display: block;
        padding: 10px 35px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        background: #f26522;
        border-radius: 12px;
        transition: all 0.5s ease-in-out;
    }
    .action_button a {
        color: #ffffff;
    }
    .action_button:hover {
        background: #515151;
    }
    .action_img {
        width: 30%;
        float: right;
    }
    .action_img img {
        width: 100%;
    }
    .action_text_price {
        float: right;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .new_price {
        font-size: 24px;
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 10px;
    }
    .old_price {
        text-decoration: line-through;
    }
    .error_404_in {
        width: 40%;
    }
    .error_404 img {
        width: 50%;
    }
    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .timeline .hexa {
        left: -28px;
        right: auto;
        top: 8px;
    }
    .timeline .direction-l .hexa {
        left: auto;
        right: -28px;
    }
    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }
    .flag-wrapper {
        display: inline-block;
    }
    .flag {
        font-size: 18px;
    }
    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
    }
    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
    }
    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }
    .direction-l .time-wrapper {
        float: left;
    }
    .direction-r .time-wrapper {
        float: right;
    }
    .time {
        padding: 5px 10px;
    }
    .direction-r .desc {
        width: 100%;
    }
}

@media(min-width: 992px) {
    .action_block {
        width: 100%;
        background: url(/webp/image/action/action-bg1.png.webp) 0% 100% no-repeat, url(/webp/image/action/action-bg2.png.webp) 100% 100% no-repeat #1C6298;
        margin: 15px;
        padding: 25px 45px;
    }
    .action_text {
        color: #fff;
        width: 70%;
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        float: left;
    }
    .action_text span {
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 5px;
    }
    .action_button {
        display: block;
        padding: 10px 35px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        background: #f26522;
        border-radius: 12px;
        transition: all 0.5s ease-in-out;
    }
    .action_button a {
        color: #ffffff;
    }
    .action_button:hover {
        background: #515151;
    }
    .action_img {
        width: 30%;
        float: right;
    }
    .action_img img {
        width: 100%;
    }
    .action_text_price {
        float: right;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .new_price {
        font-size: 24px;
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 10px;
    }
    .old_price {
        text-decoration: line-through;
    }
    .modal-wrapper6 .content__modal {
        padding: 30px 40px;
    }/*
    .modal-wrapper6.open .modal,
    .modal-wrapper8.open .modal {
        height: 560px;
        margin-top: -300px;
        opacity: 1;
        border-radius: 20px;
        overflow-y: hidden;
    }*/
    .timeline {
        width: 960px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .direction-l {
        position: relative;
        width: 460px;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        width: 460px;
        float: right;
        text-align: left;
    }
}

#faq-teaser {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/faq-background-min.jpg.webp) no-repeat;
    background-attachment: fixed;
}

#faq-teaser h3 {
    text-align: center;
    margin-bottom: 40px;
}

#faq-teaser a {
    display: block;
    text-transform: uppercase;
    background: #f26624;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    width: 200px;
    margin: 0 auto;
}

#faq-teaser a:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #515151;
}

#faq-teaser a:after {
    content: "\f178";
    font-family: FontAwesome;
    padding-left: 10px;
}

#about-us {
    padding: 40px 0;
}

#about-us .container {
    padding: 0;
}

#about-us .col-lg-6 {
    padding: 0;
}

#about-us h3 {
    text-align: center;
    margin-bottom: 40px;
}

#about-us .col-left {
    background: #f1f7fc;
    padding: 40px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#about-us .col-right {
    background: #515151;
    padding: 40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.about-us__left ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.about-us__left ul li:nth-child(1) {
    margin-right: 30px;
}

.about-us__left ul li a {
    color: #f26522;
}

.about-us__left ul li a:after {
    content: "\f178";
    font-family: FontAwesome;
}

.cont__custom {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.certificate__carousel {
    display: block;
    margin: 0 auto;
}

.certificate__carousel .cert-carousel__box a img {
    display: block;
    width: 229px;
    margin: 0 auto;
}

.certificate__carousel .slick-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 30px;
}

.certificate__carousel .slick-prev {
    left: -30px;
}

.certificate__carousel .slick-next {
    right: -30px;
}

.certificate__carousel .slick-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 30px;
}

#photo-gallery {
    padding: 60px 0;
    background-attachment: fixed;
}
#photo-gallery.loaded {
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
}
#photo-gallery h3 {
    text-align: center;
    margin-bottom: 30px;
}

#photo-gallery p {
    display: block;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#photo-gallery .col-lg-3 {
    margin-top: 30px;
}

#photo-gallery .col-lg-3 a {
    display: block;
    width: 263px;
    max-height: 208px;
    min-height: 208px;
    overflow: hidden;
    position: relative;
    background: #515151;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 25%);
	margin:0 auto;
}

#photo-gallery .col-lg-3 a img {
    display: block;
}

#photo-gallery .col-lg-3 a .hover-gal-icon {
    display: block;
    position: absolute;
    top: 230px;
    left: 50%;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f26522;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: all 300ms 100ms cubic-bezier(0.6, -0.78, 0.135, 0.045);
}

#photo-gallery .col-lg-3 a:hover .hover-gal-icon {
    top: 100px;
}

#photo-gallery .col-lg-3 a:hover .img-fluid {
    transition: all 0.4s ease-in-out;
    filter: grayscale(100%);
    opacity: 0.4;
}

#collective {
    padding: 40px 150px;
}

#collective h3 {
    text-align: center;
    margin-bottom: 20px;
}

#collective p {
    display: block;
    margin: 0 auto;
    width: 800px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

#collective .slide{
	    width: 303px;
}

.collective__box {
    position: relative;
}

.collective__box img {
    display: block;
    width: 260px;
    height: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
	filter:none;
}
.collective__carousel .collective__box a {
	display:block;
	position:relative;
}
.collective__carousel .collective__box a::after{
	content: '';
	display: block;
	position: absolute;
	width: 66px;
	height: 66px;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
	background-image: url(../image/play.svg);
	background-size: 66px;
	cursor: pointer;
}
/*
.collective__box video {
    display: block;
    width: 260px;
    height: auto;
    margin: 0 auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}*/

.collective__box img:hover {
    transition: 0.4s;
    filter: grayscale(0%);
}

.collective__box .divider{
	width: 49px;
	height: 4px;
	margin: 8px auto;
	background: #F36523;
}
.collective__box .workers_h5 {
    text-align: center;
}
.collective__box span {
    text-align: center;
}

.collective__feedback {
    position: absolute;
    bottom: 55px;
    right: 20px;
}

.collective__box {
    position: relative;
}

.collective__feedback .icon__feedback {
    display: table-cell;
    color: #fff;
    background: #f26522;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.hidden__feedback {
    position: absolute;
    display: none;
    right: 0;
    top: -80px;
}

.hidden__feedback ul,
.hidden__feedback ul li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.hidden__feedback ul li a i {
    border-bottom: 1px solid #fff;
}

.hidden__feedback ul .icon__feedback2 a {
    margin: 0;
    padding: 0;
}

.hidden__feedback ul .icon__feedback2 a i {
    display: table-cell;
    color: #fff;
    background: #515151;
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.collective__feedback .icon__feedback:hover {
    background: #515151;
    cursor: pointer;
    transition: 0.4s;
}

.collective__feedback:hover .hidden__feedback {
    display: block;
}

.hidden__feedback ul li a i:hover {
    transition: 0.4s;
    background: #f26522;
}

.collective__box h5 {
    display: block;
    width: 260px;
    margin: 0 auto;
    font-weight: 700;
    color: #515151;
    margin-top: 15px;
}

.collective__box span {
    display: block;
    width: 260px;
    margin: 0 auto;
    font-style: italic;
    font-weight: 350;
    font-size: 17px;
    color: #515151;
}

/*.collective__box span:before {
    content: "\f2bc";
    font-family: FontAwesome;
    padding-right: 10px;
}*/

.collective__carousel1 .slick-prev, 
.collective__carousel1 .slick-next {
	top: 40%;
	width: 48px;
    height: 48px;
    border: 1px solid #1C6298;
}
.collective__carousel1 .slick-prev {
    right: 32px !important;
}

.collective__carousel1 .slick-next:before,
.include_price__carousel .slick-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 30px;
    color: #1C6298;
}

.collective__carousel1 .slick-prev:before,
.include_price__carousel .slick-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 30px;
    color: #1C6298;
}

.title__operators {
    margin-top: 50px;
}

#collective .collective-icons__block {
    display: flex;
    justify-content: center;
    width: 800px;
    margin: 0 auto;
}

#collective .collective-icons__block .icon__box {
    display: block;
    text-align: center;
    width: 260px;
    margin: 0 10px;
}

#collective .collective-icons__block .icon__box img {
    display: block;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#collective .collective-icons__block .icon__box p {
    width: 100%;
}

#our__services {
    background: url(/webp/image/backgrounds/bg-dote-orange.png.webp) no-repeat, url(/webp/image/backgrounds/bg-dote-black.png.webp) no-repeat top right;
    background-color: #515151;
    background-size: 400px;
    padding: 0 0 60px;
}

.title__ourservice {
    background: #747474;
    border-radius: 20px;
    padding: 20px;
    text-align: right;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.bg-line {
    background: linear-gradient(90deg, #f26522, #747474 60%);
    height: 70px;
    position: relative;
    z-index: 90;
}

.title__ourservice h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}

.service__carousel {
    position: relative;
    top: -95px;
    z-index: 96;
}

.carousel__service .slick-prev:before,
.slick-next:before {
    color: #f26522;
}

.carousel__service .slick-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 50px;
}

.carousel__service .slick-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 50px;
}

.carousel__service .slick-dots li button:before {
    font-size: 30px;
}

.carousel__box {
    display: block;
    background: #f5f5f5;
    max-width: 260px;
    height: 100%;
    padding: 23px;
    border-radius: 20px;
    margin-right: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin: 0 25px 15px;
}

.carousel__box:hover {
    background: #c1e1f9;
    transition: 0.4s;
}

.carousel__box h5 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.carousel__box img {
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 28px;
    height: 60px;
    width: auto;
}

.carousel__box p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 192px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.carousel__box a {
    position: relative;
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.carousel__box a:after {
    position: relative;
    content: "\f144";
    font-family: FontAwesome;
    font-size: 25px;
    top: 5px;
    color: #f26522;
    padding-left: 10px;
}

.hiddden__content4 {
    background: #515151;
}

.hiddden__content4 h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.hiddden__content4 input {
    border-radius: 12px;
    border: 2px solid #f26522;
    padding: 5px 15px;
}

.hiddden__content4 input:focus {
    border-color: #8dc3fd;
}

.politika__conf {
    display: flex;
    width: 450px;
    margin: 0 auto;
}

.checkbox__button {}

.politika__conf input {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    position: relative;
    z-index: 99;
    opacity: 0;
}

.politika__conf label {
    font-size: 12px;
    line-height: 16px;
    color: #c5c5c5;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 20px;
    position: relative;
    left: -30px;
}

.politika__conf label:before {
    font-family: FontAwesome;
    content: "\f096";
    letter-spacing: 10px;
    font-size: 40px;
    color: #fff;
    margin-right: 20px;
}

.politika__conf .checkbox__button:checked+label:before {
    font-family: FontAwesome;
    content: "\f046";
    letter-spacing: 5px;
    color: #f6861f;
}

#contact-submit {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f26522;
    color: #fff;
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
}

#contact-submit:hover {
    background: #f5f5f5;
    color: #515151;
    transition: 0.4s;
}

.phone__mask {
    color: #515151;
}

#testimonials {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/bg-testimonial.jpg.webp) no-repeat;
    background-position: top left;
    background-attachment: fixed;
}

#testimonials h3 {
    text-align: center;
    margin-bottom: 30px;
}

#testimonials .testimonial-intro__text {
    display: block;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial__block {
    background: url(/webp/image/backgrounds/bg-testi2.png.webp) no-repeat;
    background-color: #f5f5f5;
    background-position: center;
    padding: 90px 30px 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
}

.testminial__content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin: 50px 15px 0;
    z-index: 98;
    padding: 50px 20px 20px;
    min-height: 420px;
}

.testminial__content img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    border: 2px solid #515151;
    border-radius: 50%;
}

.testimonial__name {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #515151;
}

.testimonial__service {
    margin-top: 10px;
    color: #515151;
}

.testimonial__service span {
    font-weight: 700;
    color: #f26522;
    margin-right: 10px;
}

.testimonial__service span:before {
    content: url(/webp/image/icons/service.png.webp);
    margin-right: 10px;
}

.testminial__content p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testminial__content p:empty {
    display: none;
}

.testminial__content a {
    display: block;
    font-weight: 700;
    text-align: right;
}

.testminial__content a:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #f26522;
    margin-left: 7px;
}

.testimonial__block .slick-prev,
.testimonial__block .slick-next {
    top: 10;
    bottom: 0;
}

.testimonial__block .slick-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 40px;
    color: #515151;
}

.testimonial__block .slick-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 40px;
    color: #515151;
}

#online-form-section {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/bg-figure-left.png.webp) no-repeat center left, url(/webp/image/backgrounds/bg-fugure-right.png.webp) no-repeat right
}

#online-form-section .col-lg-6 {
    padding: 0;
}

#online-form-section h3 {
    text-align: center;
}

#online-form-section .col-lg-12 p {
    text-align: center;
    color: #515151;
    font-weight: 400;
}

.form__img {
    display: block;
    width: 473px;
    background: url(/webp/image/backgrounds/bg-left-form.jpg.webp) no-repeat right;
    height: 500px;
    margin-right: 0;
    margin-left: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.online__form {
    display: block;
    position: relative;
    width: 473px;
   background: url(/webp/image/backgrounds/bg-form-dots.png.webp) no-repeat right top;
    background-color: #f26522;
    margin-left: 0;
    margin-right: auto;
    padding: 70px 20px 0;
    height: 500px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.online__form input {
    display: block;
    width: 323px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 7px 15px;
    border-radius: 12px;
    border: none;
}

.online__form select {
    display: block;
    width: 323px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 7px 15px;
    border-radius: 12px;
    border: none;
}

.online__form #input-message {
    display: block;
    width: 323px;
    width: 100%;
    padding: 7px 12px;
    border-radius: 12px;
    border-radius: 0;
    border: none;
    border:1px solid #869092;
    margin: 0 auto;
    margin-bottom: 20px;
}

.online__form .form-item {
    width: fit-content;
    margin: 0 auto;
}

#checkbox-button2 {
    position: relative;
    z-index: 99;
    float: left;
    width: 30px;
    margin-left: 50px;
    margin-right: 17px;
    height: 30px;
    /*opacity: 0;*/
}

.online__form #checkbox-button2 {
    opacity: 0;
	position:absolute;
}

.online__form label {
    position: relative;
    width: 300px;
    font-size: 12px;
    
    font-weight: 300;
}/*color: #fff;*/

.online__form form:not(.ec-form) label::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 40px;
    left: -40px;
    left:0;
    top: -10px;
}/*color: #fff;*/

.online__form .checkbox__button2 + label{
    padding-left:45px;
	margin-top:15px;
}
.online__form .checkbox__button2 + label a{
    color:#515151!Important;
	font-weight:600;
}
.online__form .checkbox__button2:checked+label:before {
    font-family: FontAwesome;
    content: "\f046";
}

#contact-submit2 {
    display: block;
    margin-right: 55px;
    margin-left: auto;
    margin-top: 30px;
    text-transform: uppercase;
    color: #515151;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    padding: 5px 20px;
}

#contact-submit2:hover {
    background: #515151;
    color: #fff;
    transition: 0.4s;
}

#videos__teasers {
    padding: 60px 0;
	background: #1c6298;
}
#videos__teasers.loaded {
	background: #1C6298;
}

#videos__teasers .container {
    margin: 0 auto;
}

.videos__teasers-title{
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 800;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
}

#videos__teasers h3 {
    text-align: center;
    margin-bottom: 40px;
}

#videos__teasers .icon-title__video {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

#videos__teasers article {
    position: relative;
    display: block;
    width: 340px;
    margin: 10px;
}
#videos__teasers figure{
	border: 8px solid #F36523;
}

#videos__teasers article h2 {
    font-size: 18px;
    font-weight: 700;
    color: #f5f5f5;
    margin: 10px 0;
    padding: 0 20px;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}

#videos__teasers article p {
    font-size: 16px;
    color: #f5f5f5;
    font-weight: 800;
    line-height: 20px;
	text-align: center;
    padding: 0 20px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.videoThumb {
    position: relative;
    display: block;
    width: 100%;
    height: 256px;
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;*/
}

.hover-gradient {
    display: block;
    position: absolute;
    top: 8px;
    z-index: 98;
	width: calc(100% - 16px);
    height: 256px;
    background: rgba(0,0,0,.5);
}

.button__video {
        position: absolute;
    z-index: 99;
    top: 114px;
    right: calc(50% - 30px);
    background: #f5f5f5;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.button__video i {
	position: relative;
	top: 19px;
    left: 25px;
    color: #F36523;
    font-size: 26px;
}

.button__video:hover {
    background: #f26522;
    transition: 0.4s;
}
.button__video:hover i{
	color: #fff;
}

/*#videos__teasers article a:hover .hover-gradient {
    opacity: 0;
    transition: 0.3s;
    transform: scaleY(2);
}*/

.carousel__video .slick-next:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}

.carousel__video .slick-prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
}



#services-page {
    padding: 50px 0;
    background: url(/webp/image/backgrounds/services-page-bg.jpg.webp) no-repeat;
    background-size: cover;
}

.service-page__box {
    background: url(/webp/image/backgrounds/inner-bg-service-box.png.webp) no-repeat;
    background-position: top left;
    background-color: #fff;
    padding: 38px;
    margin-bottom: 30px;
    border-radius: 25px;
}

.service-page__box:hover {
    background-color: #c1e1f9;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: 0.4s;
}

.service-page__box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 46px;
    height: 60px;
    width: auto;
}

.service-page__box h4 {
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    color: #515151;
    font-weight: 700;
    max-height: 64px;
    min-height: 64px;
    overflow: hidden;
}

.service-page__box {
    text-align: center;
    color: #999999;
    font-size: 30px;
}

.hd__menu1,
.hd__menu2,
.hd__menu3,
.hd__menu4 {
    display: none;
    margin-top: 30px;
}

.hd__menu1 ul,
.hd__menu2 ul,
.hd__menu3 ul,
.hd__menu4 ul {
    margin: 0;
    padding: 0;
}

.hd__menu1 ul li,
.hd__menu2 ul li,
.hd__menu3 ul li,
.hd__menu4 ul li {
    border-bottom: 2px dashed #c5c5c5;
    padding: 5px 0 5px 0;
}

.hd__menu1 ul li:before,
.hd__menu2 ul li:before,
.hd__menu3 ul li:before,
.hd__menu4 ul li:before {
    content: "\f054";
    font-family: Fontawesome;
    color: #f26522;
    margin-right: 15px;
}

.hd__menu1 ul li a,
.hd__menu2 ul li a,
.hd__menu3 ul li a,
.hd__menu4 ul li a {
    font-weight: 400;
}

.service-top__content {
    padding: 0 60px;
    margin-bottom: 40px;
}

.service-top__content h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #515151;
}

.service-top__content p {
    font-size: 18px;
}

#content-text-services {
    padding: 20px 0;
}

#content-text-services ul li {
    list-style-type: initial;
}

.service-inside__content {
    padding: 0 0 30px;
}

.service-inside__content h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #515151;
}

.service-inside__content p {
    font-size: 18px;
}

#offer-poverka {
    padding: 70px;
    background-size: cover;
    background-attachment: fixed;
	background: #212235;
}
.offer-poverka{
	
}
h2.offer-poverka-title {
    color: #fff;
    margin-bottom: 8px;
}
p.offer-poverka-subtitle {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
	color: #fff;
}
.offer-poverka .form-feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
    column-gap: 30px;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 42px;
}
.offer-poverka .form-feedback .form-item {
    flex-basis: 332px;
}
.offer-poverka .form-feedback p {
    flex: 1;
    display: flex;
}
.offer-poverka .form-feedback input,
.offer-poverka .form-feedback select{
	flex-basis: 332px;
	height: 56px;
    padding-left: 16px;
}
.offer-poverka .form-feedback input[name="address"]{
	flex-basis: 414px;
}
.offer-poverka .form-feedback input[name="date"],
.offer-poverka .form-feedback input[name="time"]{
	flex-basis: 192px;
}
.offer-poverka .form-feedback button{
	    height: 56px;
	flex-basis: 332px;
    width: 277px;
    background: #f26522;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease-in-out;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-poverka .form-feedback input[type="checkbox"]{
	flex-basis: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23F36523' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.offer-poverka .form-feedback .security{
	color: #fff;
}

.poverka__steps {
    display: block;
    background: #515151;
    width: 292px;
    height: 180px;
    position: relative;
    padding: 16px;
    float: left;
}

.poverka__steps span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.poverka__steps img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pv__step2 {
    background: #d0eff6;
}

.pv__step2 span {
    color: #515151;
}



#price-services-section {
    padding: 60px 0;
    background-position: right top;
    /*background-color: #f5fbff;*/
}
#price-services-section.loaded2 {
    background: url(/webp/image/backgrounds/bg-stoimost-rabot.jpg.webp) no-repeat;
}
#price-services-section.loaded {
    background: none;
}
#price-services-section h3 {
    text-align: center;
    margin-bottom: 40px;
}

#price-services-section .custom__button {
    margin-top: 40px;
}

.price__services {
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
}

.price__box {
    background: linear-gradient(#eee, #ececec);
    background: -webkit-linear-gradient(#eee, #ececec);
    background: -o-linear-gradient(#eee, #ececec);
    background: -moz-linear-gradient(#eee, #ececec);
    padding: 20px 30px 10px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    min-width: 250px;
    max-width: 250px;
	margin-bottom:20px;
}

.price__box:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.55);
    transition: 0.4s;
}

.price__box:not(:last-child) {
    margin-right: 20px;
}

.price__box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 136px;
    width: 136px;
    border: 2px solid #515151;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
}

.price__box h5 {
    font-weight: 700;
    color: #515151;
}

.price__box p {
    font-size: 18px;
    font-weight: 400;
    color: #515151;
    text-align: right;
    margin-top: 20px;
}

.price__box p:before {
    content: "\f02e";
    font-family: FontAwesome;
    color: #f26522;
    margin-right: 20px;
}

.price__box p span {
    font-weight: 700;
    color: #f26522;
}

#calculator-section {
    padding: 45px 0 48px;
    background: #212235;
	position: relative;
    background-image: url("data:image/png;base64,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NAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWfwbI7JW73AxkF8AAAAASUVORK5CYII=");    background-repeat: no-repeat;
	background-position: center -10px;
    background-size: 104% 80%;
}
#calculator-section_uslugi {
    background: #1C6298;
	padding-top: 53px;
} 

#calculator-section h3,
#calculator-section h4,
#calculator-section_uslugi h3,
#calculator-section_uslugi h4 {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

#calculator-section h4,
#calculator-section_uslugi h4 {
    color: #515151;
    text-transform: uppercase;
}

#calculator-section .xcalc {
    background: #fff;
    padding: 38px 50px;
    box-shadow: 6px 6px #1C6298;
	max-width: 1000px;
    margin: 0 auto;
	position: relative;
}

#calculator-section_uslugi .xcalc {
    padding-bottom: 56px;
	max-width: 1000px;
    margin: 0 auto;
	position: relative;
}

#calculator-section .xcc-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#calculator-section_uslugi .xcc-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 50px;
    row-gap: 32px;
}

#calculator-section .xcc-form button,
a.call_master.fural {
	height: 56px;
    width: 277px;
    background: #f26522;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease-in-out;
    outline: none;
	display: flex;
    justify-content: center;
    align-items: center;
}
#calculator-section .xcc-form button.custom_button{
    background: #fff;
    color: #f26522;
    border:1px solid #f26522;
}

#calculator-section .xcc-form button-up:active {
    border: none;
}

#calculator-section .xcc-form button:hover {
    background: #515151;
    box-shadow: 0 10px 5px -2px rgba(0, 0, 0, .5);
}

#calculator-section .xcc-field {
    
}
#calculator-section_uslugi .xcc-field {
	margin: 0;
    padding: 32px;
    background: #fff;
    box-shadow: 8px 8px #f36523;
}
#calculator-section_uslugi button {
    height: 56px;
    width: 277px;
    background: #f26522;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease-in-out;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#calculator-section_uslugi .xcc-form-wrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    column-gap: 50px;
    row-gap: 32px;
}
#calculator-section_uslugi .xcc-field {
    max-width: 50%;
}
#calculator-section_uslugi #xcc-field-id-distance,
#calculator-section_uslugi #xcc-field-id-replace_distance_heat {
    order: 1;
	width: calc(50% - 25px);
}
#calculator-section_uslugi #xcc-field-id-person,
#calculator-section_uslugi #xcc-field-id-checked_person_heat {
    order: 3;
    width: calc(28% - 30px);
}
#calculator-section_uslugi .xcc-field.xcc-field_msproducts.\[.js-xcc-field.\] {
    order: 2;
	width: calc(50% - 25px);
}
#calculator-section_uslugi .xcc-field_msproducts .xcc-field__values {
    flex-direction: column;
}
#calculator-section_uslugi .xcc-field_msproducts .xcc-field__value {
    max-width: 100%;
    flex-basis: 100%;
}
#calculator-section_uslugi .xcc-field_msproducts .xcc-field__label {
    flex-flow: row !important;
    justify-content: space-between !important;
    min-height: 25px !important;
	padding: 0;
}
#calculator-section_uslugi .xcc-field_msproducts .xcc-field__label > div {
    margin-right: auto;
}
#calculator-section_uslugi .xcc-field.xcc-field_number.\[.js-xcc-field.\] {
    order: 4;
    width: calc(20% - 25px);
}
#calculator-section_uslugi #xcc-field-id-sales {
    order: 5;
	width: calc(50% - 25px);
}

#calculator-section .xcc-field h3 {
    font-size: 18px;
}

#calculator-section .xcc-field_radio {
    position: relative;
    display: block;
}

#calculator-section .xcc-field_radio:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    color: #f26522;
    content: "\f0a7";
    left: 50%;
    top: -0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin: 0;
    transform: translate(-50%, -50%);
}

#calculator-section .xcc-field_radio:hover:after {
    opacity: 1;
    top: -30px;
}

#calculator-section .xcc-field-key-person_set {
    position: relative;
    display: block;
}

#calculator-section .xcc-field-key-person_set:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    color: #f26522;
    content: "\f0a7";
    left: 50%;
    top: -0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin: 0;
    transform: translate(-50%, -50%);
}

#calculator-section .xcc-field-key-person_set:hover:after {
    opacity: 1;
    top: -30px;
}

#calculator-section .xcc-field_msproducts {
    position: relative;
    display: block;
    width: 1000px;
}

#calculator-section .xcc-field_msproducts:after {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.5s ease-in-out;
    content: url(/webp/image/backgrounds/water-cold-bg.png.webp);
    opacity: 0;
    transform: translate(-50%, -50%);
}

#calculator-section .xcc-field_msproducts:hover:after {
    left: -80px;
    transform: rotate(-90deg);
    opacity: 1;
    transform-origin: 0%;
}

#calculator-section .xcc-field_number {
    display: block;
    text-align: center;
}

#calculator-section .xcc-field_number input {
    border: 2px solid #515151;
    height: 40px;
    padding: 0 0 0 20px;
    border-radius: 8px;
}

#calculator-section .xcc-field_checkbox {
    position: relative;
    display: block;
}

#calculator-section .xcc-field_checkbox:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f295";
    font-size: 40px;
    color: #f26522;
    transition: all 0.5s ease-in-out;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#calculator-section .xcc-field_checkbox:hover:after {
    opacity: 1;
    right: -70px;
}

#calculator-section input[type="checkbox"],
input[type="radio"] {
    margin-right: 20px;
}

.xcc-field_msproducts .xcc-field__value {
    flex-basis: 23% max-width: 23%;
}

#calculator-section .xcc-field_msproducts .xcc-field__value {
    margin: 0 auto;
}

#calculator-section .xcc-field_msproducts .xcc-field__label div:empty {
    display: none;
}

#calculator-section div b {
    text-transform: uppercase;
}

#calculator-section .xcc-field_msproducts .xcc-field__label {
    border-radius: 12px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

#calculator-section .xcc-field_msproducts .xcc-field__label:hover {
    background: #f26522;
    color: #fff;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.98);
}

#calculator-section .xcc-field_number {
    position: relative;
}

#calculator-section .xcc-field_number:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    color: #f26522;
    content: "\f12b";
    left: 0;
    top: 50%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    margin: 0;
    transform: translate(-50%, -50%);
}

#calculator-section .xcc-field_number:hover:after {
    left: -40px;
    opacity: 1;
}

#calculator-section .xcalc label {
    text-transform: uppercase;
    color: #515151;
    margin: 0;
}

#portfolio {
    padding: 60px 0;
    background: url(/webp/image/backgrounds/bg-dote-orange.png.webp) no-repeat, url(/webp/image/backgrounds/bg-dote-black.png.webp) no-repeat top right;
    background-size: 400px;
}

#portfolio h3 {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio__block .item {
    position: relative;
    display: block;
    height: 280px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #515151;
    border-radius: 12px;
    border: 2px solid #515151;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.portfolio__block .item i {
    display: block;
    position: absolute;
    top: 120%;
    left: 50%;
    border-radius: 10%;
    font-size: 34px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f26522;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 400ms 100ms cubic-bezier(0.6, -0.78, 0.135, 0.045);
}

.portfolio__block .item a {
    display: block;
    width: 360px;
    height: 280px;
    overflow: hidden;
}

.portfolio__block .item a {
    position: relative;
    z-index: 97;
    background: #515151;
}

.portfolio__block .item:hover img,
.portfolio__block .item.hover img {
    opacity: 0.3;
    filter: grayscale(100%);
}

.portfolio__block .item:hover i {
    z-index: 99;
    top: 50%;
}

.portfolio__block .item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#price-category,#price-page {
    padding: 90px 0;
}

#price_category {
    background: #E9F0F5;
    padding: 60px 0;
}
.price_category_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.price_category_item {
    width: 302px;
    border: 1px solid #1C6298;
    box-shadow: -6px -6px #1C6298;
	background: #fff;
    margin-bottom: 30px;
    padding: 15px;
}
.price_category_item_h4 {
	font-size: 20px;
    color: #515151;
    font-weight: 700;
    margin-bottom: 18px;
    min-height: 3em;
}

.price_category_item a {
    font-size: 18px;
    font-weight: 700;
    color: #F36523;
}

.category-price__item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.category-price__item h4 {
    font-size: 18px;
    color: #515151;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    min-height: 50px;
}

.category-price__item a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #515151;
    width: 180px;
    height: 47px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 24px;
}

.category-price__item a:hover {
    background: #f26522;
    color: #fff;
    transition: 0.4s;
}

.category-price__item a:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 10px;
    color: #fff;
}

#prices-table-section {
    padding: 40px 0;
    background: url(/webp/image/backgrounds/bg-cat-price-left.jpg.webp) no-repeat top 40px left, url(/webp/image/backgrounds/bg-sec-price-right.jpg.webp) no-repeat top right;
    background-color: #f5f5f5;
}

#prices-table-section:empty {
    display: none;
}

.price-table__columns {
    display: flex;
	flex-wrap:wrap;
}

.new_price_table .price-table__box img{
    height: 185px;
	object-fit:contain;
	width:100%;
}

.price-table__box {
    display: block;
    /*width:265px;*/
	width: 302px;
    background: #fff;
        box-shadow: none;
    border: 1px solid rgba(243, 101, 35, 0.6);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
       margin: 0 11px;
    height: 100%;
}/*width: 292px;*/

.manufacturer__name {
    background: url(/webp/image/backgrounds/manufactor-bg1.jpg.webp) no-repeat;
    padding: 10px 60px 0 15px;
    background-repeat: no-repeat;
    background-position: right top 2px;
    background-size: 70px auto;
    height: 100%;
}/*min-height: 123px;*/

.new_price_table .manufacturer__name{
    background: none;
    padding: 10px 15px 0 15px;
}

.manufacturer__name p:empty {
    display: none;
}

.manufacturer__name h5 {
    font-size: 18px;
    font-weight: 700;
    color: #515151;
    text-transform: uppercase;
    min-height: 43px;
}

.border-line__manufactor {
    border-top: 2px solid #f26522;
    width: 30px;
}

.manufacturer__name p {
    font-size: 16px;
    font-weight: 300;
    color: #515151;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
	text-align: center;
}

.manufacturer__name p span {
    display: block;
    font-weight: 700;
}

.service__name {
    display: none;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #515151;
    padding: 10px;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.36);
    box-shadow: inset 0px 0px 14px -6px rgba(0, 0, 0, 0.36);
}

.price-table__columns table tr td {
    display: block;
}

.table__blockflex {
    display: flex;
}

.pricetable__box {
    width: 100%;
    max-width: 97px;
}
.new_price_table_poverka .pricetable__box{
    max-width:100%;
}

.pricetable__box table {
    width: 100%;
}

.pricetable__box {
    text-align: center;
}

.pricetable__box td {
    color: #515151;
    padding: 5px 0;
}

.pricetable__box td+td {
    border-bottom: none;
}

.price_service_usluga .tab-box1 tr td:first-child{
    /*background: #787878 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #fff;
	line-height: 24px;*/
}
.tab-box1 tr td:first-child {
    background: #515151;
    font-weight: 400;
    text-align: center;
    padding: 5px;
}

.price_service_usluga .tab-box1 tr td {
	width: 100%;
}
.price_service_usluga .tab-box1 tr td:not(:first-child) {
    /*font-weight: 700;
    color: #f26522;*/
}

.tab-box2 tr td:first-child {
    background: #f26522;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.tab-box2 tr td:not(:first-child) {
    font-weight: 700;
    color: #f26522;
}

.tab-box3 tr td:first-child{
    background: #787878;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.new_price_table .tab-box3 tr td:first-child{
    background: #F0F2F5;
    color: #383838;
    font-weight: 600;
}

.new_price_table .tab-box2 tr td:first-child{
    background: #F0F2F5;
    color: #F26522;
    font-weight: 600;
}

.new_price_table .forwork_name{
	background: none;
    color: #383838;
    padding: 0 0 0 14px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-top: 25px;
}

.new_price_table .text-center{
    text-align: center;
}

.new_price_table .manufacturer_name_h5{
	padding-right: 0;
    margin-top: 14px;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.pricetable__box.tab-box1{
	margin-top: 19px;
}
.price_service_usluga .pricetable__box.tab-box1{
	margin-top: 0;
}

.pricetable__box.tab-box1 tr {
    display: flex;
}
.pricetable__box.tab-box1 td {
    width: 50%;
	    background: none !important;
    font-weight: 350 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}
.pricetable__box.tab-box1 td.td_price{
	font-weight: 900 !important;
	font-size: 25px !important;
	line-height: 30px !important;
	color: #F36523 !important;
}
.pricetable__box.tab-box1 td.td_price.blau{
	color:#1C6298 !important;
}
input[type=number]{
	width:100%;
}
.new_price_table .segundo .pricetable__box td{
    padding: 0 0 0 0;
    text-align: left;
}
.new_price_table .segundo .pricetable__box td svg{
	margin-right: 8px;
}

.new_price_table .price-table__box{
    border-radius: 0;
}


.new_price_table .price-table__box .table__blockflex.segundo {
	margin-top: 16px;
}

.new_price_table .readmore__table{
    padding-bottom: 0;
    padding-bottom:10px;
}

.new_price_table .readmore__table a{
    position: relative;
    overflow: hidden;
}

.new_price_table .readmore__table a:hover:after {
	content: "";
	display: block;
	width: 30px;
	height: 300px;
	margin-left: 60px;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
	position: absolute;
	left: -40px;
	top: -150px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
	0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; } 
}

.new_price_table .readmore__table a{
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.readmore__table {
    padding: 30px 0;
}

.call_master + .readmore__table{
	padding-top:0px;
}

.price-table__columns.table2 {
    margin-top: 40px;
	gap: 16px;
	justify-content: center;
}
.price-table__columns.table2 .price-table__box {
    border: 1px solid #1C6298;
		    width: 200px;
			margin: 0;
}
.price-table__columns.table2 .price-table__box img {
    height: 80px;
}
.price-table__columns.table2  .call_master{
	    background-color: #1C6298;
		height: 48px;
}
.readmore__table {
    padding-top: 10px;
}
.readmore__table a {
    display: block;
    font-weight: 700;
    text-transform: none;
    background: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1C6298;
}

.vertical-navigation {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -1px;
    height: 0%;
    width: 2px;
    background: #adacab;
    transition: height 0.3s ease-in-out;
}

.vertical-navigation.entrance {
    height: 100%;
}

.vertical-navigation .vertical-menu {
    position: absolute;
    list-style-type: none;
    padding: 0;
    width: 200px;
    height: calc(100% - 70px);
    top: 70px;
    margin: 0 0 0 -7px;
    -webkit-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -moz-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -o-transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transition: "opacity" 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    opacity: 0;
    overflow: hidden;
}

.vertical-navigation .vertical-menu.entrance {
    opacity: 1;
}

.vertical-navigation .vertical-menu .link {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
}

.vertical-navigation .vertical-menu .link:nth-child(1) .dot {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.vertical-navigation .vertical-menu .link:nth-child(1) .dot.in {
    background: #515151;
}

.vertical-navigation .vertical-menu .link:nth-child(1) a {
    -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.vertical-navigation .vertical-menu .link:nth-child(1).in a {
    color: #515151;
}

.vertical-navigation .vertical-menu .link:nth-child(2) .dot {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.vertical-navigation .vertical-menu .link:nth-child(2) .dot.in {
    background: #56AF31;
}

.vertical-navigation .vertical-menu .link:nth-child(2) a {
    -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.vertical-navigation .vertical-menu .link:nth-child(2).in a {
    color: #56AF31;
}

.vertical-navigation .vertical-menu .link:nth-child(3) .dot {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.vertical-navigation .vertical-menu .link:nth-child(3) .dot.in {
    background: #E3B505;
}

.vertical-navigation .vertical-menu .link:nth-child(3) a {
    -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.vertical-navigation .vertical-menu .link:nth-child(3).in a {
    color: #E3B505;
}

.vertical-navigation .vertical-menu .link:nth-child(4) .dot {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

.vertical-navigation .vertical-menu .link:nth-child(4) .dot.in {
    background: #95190C;
}

.vertical-navigation .vertical-menu .link:nth-child(4) a {
    -webkit-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
    -moz-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
    -o-transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
    transition: "opacity" 1s cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}

.vertical-navigation .vertical-menu .link:nth-child(4).in a {
    color: #95190C;
}

.vertical-navigation .vertical-menu .link.last {
    margin-bottom: 0;
}

.vertical-navigation .vertical-menu .link.track {
    position: absolute;
    z-index: 1;
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display: none;
}

.vertical-navigation .vertical-menu .link.track.top {
    top: 5px;
}

.vertical-navigation .vertical-menu .link a {
    text-decoration: none;
    opacity: 0;
    float: left;
    cursor: pointer;
    transform: translate3d(-20px, 0, 0);
    margin: 2px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #515151;
    -webkit-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -moz-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.vertical-navigation .vertical-menu .link a.animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.vertical-navigation .vertical-menu .link .dot {
    width: 15px;
    height: 15px;
    background: #515151;
    border-radius: 25px;
    display: block;
    float: left;
    margin: 5px 12px 0 0;
    transform: scale(0);
}

.vertical-navigation .vertical-menu .link .dot.animate {
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.vertical-navigation .vertical-menu .link .dot.in {
    background: #2A8A93;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#akkredit-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.widgit-left-post h5 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 40px;
}

.widget__items {
    display: block;
    position: relative;
    background: #fff;
    padding: 40px 10px 10px;
    margin: 0;
    border-radius: 12px;
    z-index: 2;
}

.widget__items:after {
    display: block;
    content: "";
    position: absolute;
    border: 1px dashed #000;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: -1;
}

.widget__items i {
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #f26522;
    background: #fff;
    border-radius: 50%;
}

.widget__items ul {
    margin: 0;
    padding: 0;
}

.widget__items ul li {
    padding: 5px 0;
}

.widget__items ul li a {
    line-height: 16px;
    font-size: 14px;
}

.widget__items ul li:not(:last-child) {
    border-bottom: 1px dashed #c5c5c5;
}

.akkredit-two__column {
    display: flex;
    justify-content: center;
}

.akkredit-two__column>div:first-child {
    border-radius: 25px 0 0 25px;
}

.akkredit-two__column>div:last-child {
    border-radius: 0 25px 25px 0;
}

.akkredit-left__block {
    background: #f26522;
    padding: 45px 75px 70px;
    width: 460px;
}

.akkredit-left__block p {
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.akkredit-left__block span {
    color: #fff;
    font-weight: 700;
}

.akkredit-left__block span a {
    position: relative;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}

.akkredit-left__block span a:after {
    position: absolute;
    top: 0;
    right: -30px;
    content: "\f178";
    font-family: FontAwesome;
}

.akkredit-left__block span a:hover {
    color: #515151;
}

.akkredit__images {
    position: relative;
    background: #fff;
    width: 460px;
}

.akkredit__images.rostan {
    text-align: center;
    padding: 50px 90px
}

.akkredit__images.rostan img {
    width: 100%;
    margin-bottom: 15px
}

.akkredit__images.rostan a {
    text-decoration: underline
}

.akkredit-img1 {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 140px;
    height: auto;
}

.akkredit-img2 {
    position: absolute;
    right: 70px;
    bottom: 30px;
    width: 280px;
}

#contacts-offer {
    padding: 40px 0 60px;
    background: url(/webp/image/backgrounds/contact-bg.jpg.webp) no-repeat right, url(/webp/image/backgrounds/bg-dote-orange.png.webp) no-repeat top left;
    background-color: #f5f5f5;
}

.contacts-offer__block {
    display: flex;
}

.co__social {
    position: relative;
}/*width: 40px;*/

.co__social ul {
    position: relative;
    display:flex;
	flex-wrap:wrap;
    margin: 0;
    padding: 0;
    padding-left:40px;
}/*top: 130px;

.co__social ul li {
    text-align: center;
}*/

.co__social ul li a {
    display: block;
    padding: 0;
	margin-right:15px;
}
/*
.co__social span {
    display: block;
    position: absolute;
    bottom: 100px;
    left: -60px;
    transform: rotate(-90deg);
    width: 160px;
    height: 30px;
    color: #515151;
    font-weight: 400;
}*/

.co__contacts-info {
    position: relative;
    z-index: 1;
    display: block;
    background: linear-gradient(180deg, #fe854c, #fca278);
    background: -webkit-linear-gradient(180deg, #fe854c, #fca278);
    background: -moz-linear-gradient(180deg, #fe854c, #fca278);
    background: -o-linear-gradient(180deg, #fe854c, #fca278);
    padding: 30px;
    margin: 30px 0;
    max-width: 360px;
    border-radius: 12px;
    -webkit-box-shadow: 6px 7px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 7px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 12px -6px rgba(0, 0, 0, 0.75);
}

.co__contacts-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.co__contacts-info p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0 10px 40px;
}

.co__contacts-info a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0 10px 40px;
}

.co__contacts-info span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #f5f5f5;
    padding-left: 40px;
}

.co-address__item {
    position: relative;
}

.co-address__item:before {
    position: absolute;
    top: 13px;
    left: 3px;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 22px;
}

.co-tel__item {
    position: relative;
}

.co-tel__item:before {
    position: absolute;
    top: 4px;
    left: 2px;
    content: "\f095";
    font-family: FontAwesome;
    font-size: 22px;
}

.co-email__item {
    position: relative;
}

.co-email__item:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "\f086";
    font-family: FontAwesome;
    font-size: 22px;
}

.co-interval-time__item {
    position: relative;
}

.co-interval-time__item:before {
    position: absolute;
    top: 3px;
    left: 1px;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 22px;
}

.co__form {
    position: relative;
    background: #fff;
    left: -100px;
    border-radius: 12px;
    padding: 20px 0;
}

.co__form .online__form {
    background: none;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    padding-left: 120px;
    padding-right: 20px;
}

.co__form .online__form input,
.co__form .online__form select {
    background: #f5f5f5;
}

.co__form .online__form label {
    color: #8b8b8b;
}

.co__form .online__form label:before {
    color: #8b8b8b;
}

.co__form #checkbox-button2 {
    margin-left: 20px;
}
/*
.co__form #contact-submit2 {
    margin-right: 25px;
}*/

.co__form h5 {
    font-weight: 700;
    color: #515151;
    padding-bottom: 10px;
    margin-left: 25px;
}

#yandex-map-block {
    padding: 50px 0;
}

#yandex-map-block h3 {
    text-align: center;
    margin-bottom: 40px;
}

#yandex-map-block .left-yandex {
    padding-right: 0;
}

#yandex-map-block .right-filials {
    padding-left: 0;
}

.yandex-map__left {
    display: block;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}/*
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;*/
.yandex-map__left>iframe {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.yandex-map__left>ymaps {
    border-radius: 25px;
    overflow: hidden;
}

.filials__right {
    background: #f1f7fc;
    padding: 40px 40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    height: 382px;
}

.filials__right h5 {
    font-weight: 700;
    font-size: 18px;
    color: #515151;
    margin-bottom: 20px;
}

.filial__list {
    display: flex;
}

.filial__list ul {
    padding: 0;
    margin: 0 60px 0 0;
}

.filial__list ul li {
    font-weight: 400;
    color: #515151;
    line-height: 24px;
}

#our-clients{
    padding: 50px 0;
	background: #F2F2F2;
}
#our-clients.loaded {
}
#our-clients h3 {
    text-align: center;
    margin-bottom: 40px;
	font-size: 34px;
}

#our-clients slide{
	width: 303px;
height: 120px;
}
#our-clients .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #1C6298;
    border-radius: 50%;
}
#our-clients .slick-dots li.slick-active {
	background: #1C6298;
}

#our-clients .client__box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 148px;
    margin-bottom: 30px;
}

#our-clients .client__box:hover {
    transition: 0.4s;
}

#our-clients .client__box img {
    max-height: 86px;
}

#our-clients .client__box:hover img {
    filter: grayscale(100%);
    transition: 0.4s;
}

#rekvizity {
    padding: 40px 0;
}

#rekvizity h3 {
    text-align: center;
    margin-bottom: 30px;
}

#rekvizity i {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #cacaca;
    margin-bottom: 30px;
}

.rekvizity__company {
    background: #f1f7fc;
    display: block;
    margin: 0 auto;
    width: 710px;
    border-radius: 25px;
    padding: 30px 50px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

.rekvizity__company p {
    font-weight: 400;
    color: #515151;
    line-height: 20px;
}

.rekvizity__company p span {
    font-weight: 700;
    margin-right: 8px;
}

#offer-fizlic {
    padding: 30px 0;
    background: url(/webp/image/backgrounds/bg-group-order.jpg.webp) no-repeat right center, url(/webp/image/backgrounds/dots-small-left-top.png.webp) no-repeat left top;
    background-color: #f5f5f5;
}

.offer-group__block {
    display: block;
    width: 615px;
}

.offer-group__block h3 {
    margin-bottom: 30px;
}

.offer-group__block p {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #515151;
}

.offer-group__block p span {
    font-weight: 700;
    text-transform: uppercase;
    color: #515151;
}

.offer-group__block p a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.offer-group__block p a:before {
    content: "\f095";
    font-family: FontAwesome;
    color: #f26522;
    margin-right: 20px;
}

#trust-us .carousel__box {
    height: 150px;
    padding: 20px;
    position: relative;
}

#trust-us .carousel__box:hover {
    background: #f2601b;
}

#trust-us .carousel__box:hover img {
    filter: grayscale(100%);
}

#trust-us .title__ourservice {
    padding: 35px 20px 35px 20px;
}

#trust-us .title__ourservice h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

#trust-us .carousel__box img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 170px;
}

#trust-us .slick-prev,
#trust-us .slick-next {
    top: 65%;
}

.blur-it {
    filter: blur(4px);
}

.modal-wrapper,
.modal-wrapper2,
.modal-wrapper4,
.modal-wrapper5,
.modal-wrapper6,
.modal-wrapper7,
.modal-wrapper8,
.modal-wrapper_success {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(34, 35, 35, 0.69);
    display: none;
    z-index: 9999;
}

.modal-wrapper.open,
.modal-wrapper2.open,
.modal-wrapper4.open,
.modal-wrapper5.open,
.modal-wrapper6.open,
.modal-wrapper7.open,
.modal-wrapper8.open,
.modal-wrapper_success.open {
    display: block !important;
}

.modal {
    width: 600px;
    width: 450px;
    max-height: 600px;
    max-height: none;
    height: fit-content;
    display: block;
    
    position: relative;
    top: 50%;
    top:250px;
    left: 50%;
    left:calc(50% - 225px);
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}/*margin: 50% 0 0 -300px;*/

.modal-wrapper4 .modal {
    top: 50%;
    width: 1000px;
    height: 550px;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%);
}

.modal-wrapper4 .modal .content__modal {
    height: 500px;
    overflow: auto;
}

.modal-wrapper.open .modal,
.modal-wrapper2.open .modal,
.modal-wrapper4.open .modal,
.modal-wrapper5.open .modal,
.modal-wrapper8.open .modal,
.modal-wrapper7.open .modal,
.modal-wrapper_success .modal {
    margin-top: -200px;
    opacity: 1;
    /*border-radius: 20px;*/
}

.modal-wrapper_success .modal {
    margin-top: -200px;
    opacity: 1;
}

.modal-wrapper_success .head {
    padding-top: 40px;
    height: auto;
}

.modal-wrapper_success .online__form {
    background: none;
    height: auto;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.head {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 12px 30px;
    overflow: hidden;
    background: #f26522;
    background: #fff;
}

.btn-close {
    position: absolute;
    font-size: 28px;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    color: #515151;
}

.btn-close:hover {
    color: #515151;
	opacity:0.6;
}

.content__modal {
    padding:0 60px 40px;
}

.head h5,.head .like_h5{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    color: #515151;
	line-height:1.2;
	margin-bottom:0.5rem
}

.good-job {
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #e2525c;
}

.good-job .fa-thumbs-o-up {
    font-size: 60px;
}

.good-job h1 {
    font-size: 45px;
}

.modal-wrapper .online__form,
.modal-wrapper2 .online__form,
.modal-wrapper5 .online__form,
.modal-wrapper7 .online__form,
.modal-wrapper8 .online__form {
    background: none;
    background-color: #515151;
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.modal-wrapper .online__form #checkbox-button2,
.modal-wrapper2 .online__form #checkbox-button2,
.modal-wrapper5 .online__form #checkbox-button2,
.modal-wrapper7 .online__form #checkbox-button2,
.modal-wrapper8 .online__form #checkbox-button2 {
    margin-left: 72px;
}

.modal-wrapper .online__form #contact-submit2,
.modal-wrapper2 .online__form #contact-submit2,
.modal-wrapper5 .online__form #contact-submit2,
.modal-wrapper7 .online__form #contact-submit2,
.modal-wrapper8 .online__form #contact-submit2 {
    margin-right: 80px;
    margin-top: 10px;
}

.modal-wrapper .online__form #contact-submit2:hover,
.modal-wrapper2 .online__form #contact-submit2:hover,
.modal-wrapper7 .online__form #contact-submit2:hover,
.modal-wrapper8 .online__form #contact-submit2:hover {
    background: #f26522;
}

#interactive-map {
    padding: 75px 0;
}
#interactive-map .inter_title{
	text-align: center;
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 800;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#interactive-map .inter_subtitle{
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

#map-svg .st2 {
    font-weight: 700;
}

#map-svg #title text {
    position: absolute;
}

#map-svg .st0 {
    position: relative;
    fill: #515151;
    stroke: #fff;
    stroke-width: 1;
}

#map-svg .st0:hover {
    transition: all 0.5s ease-in-out;
    fill: #f26522;
}

.intermap__content.onew {
    border: 8px solid #1C6298;
    margin-top: 42px;
    padding: 40px;
}
@media (max-width: 1400px){
	.intermap__content.onew {
		padding: 20px;
	}
}


.intermap__content-title{
font-weight: 800;
font-size: 20px;
line-height: 24px;
text-align: center;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #515151;
}

.intermap__content h3 {
    margin-bottom: 10px;
}

.intermap__content p {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.intermap__content .rao__list {
    border-bottom: 1px solid #869092;
    padding-bottom: 32px;
    margin-bottom: 21px;
}

.intermap__content .filial__list ul {
    padding: 0;
	margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 8px;
}
.intermap__content .filial__list ul li {
    font-size: 17px;
    line-height: 24px;
}

.intermap__content.onew .filial__list ul li{
    display:inline-block;
}
.intermap__content.onew .filial__list ul li:nth-last-child(1){
    margin-right:auto;
}
.intermap__content.onew a.call_master.fural{
	margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
}

.rao__bash_list,
.rao__tab_list_item.active{
	display:flex;
	flex-wrap:wrap;
    gap: 16px;
}

.rao__bash_list{
	margin:0 -10px;
}

.rao__bash_list_item{
	padding:10px;
	line-height:20px;
	font-size:17px;
	font-weight: 350;
	cursor:pointer;
	width: calc(100px - 8px);
    height: 48px;
    border: 1px solid rgb(28 98 152 / 50%);
	color: #515151;
	display: flex;
    justify-content: center;
    align-items: center;
}
.rao__bash_list_item:hover{
	color:#fff;
	background: #1C6298;
	font-weight: 700;
}

.rao__bash_list_item.active{
	color:#fff;
	background: #1C6298;
}
.rao__tab_list {
	margin-top:40px;
}
.rao__tab_list_item{
	display:none;
}
.rao__tab_list_item ul{
	padding-left:0;
	columns:3;
	margin: 0;
}
.rao__tab_list_item ul li{
	padding-left: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMKSURBVHgBpVXNTlNREJ45LZFEIXWnaTXlCWjfAHYkBilP4G1JpI0L2ieg7NwVFwZqYnt5AkqCxh24c0d5Aq6BBnZefxY0tGecuT96+3Pba/yS3nN6zpxvfs6cGYQJSBjNxH24zaHCNSLIIELa2SBsA5JFiK3O+82DSRwYtvF4o56LkW6ySAImgAAsQKyGKVLjFp8U6rUY0aFDTnAKGspxTQtXjSLKj3Q/S5rySGCxhWkkMlOF+jZE8cAVpCoQ2YRqp9PY3IUJSBr1Miq9LcYw2e5lo1gJVZAs7BkI2HTISS93zFdtiICk8TaDSp2Ikr7G9Wtzs+XvDYUIHTcdyyOSC0SWtNqReUxBU5JjxAPfeonrZbO4ECR4ZOyl48ieIWW8S2/1NFVuzJIVlEvl90+YcYmA8p1GyRzwQIFak1EDVkfIFZzJwUBG5eJKncleUJZQHzlWE+T+8vqboNOe1Hnw0IxSNSEmooNf+t5DtnxB5iyYcLwKgOPfcilwcUQBk2Tk2zFfDsSe3XWs6RNUbTNvS1hm6LbsHnHP+PBDJqk7RkEYyJbvLcza/grPvVBRYtrpQIj4RTLSQ3F1ygJjTnVrEnPJkJhys43T+SgomjTeZbz19ogCXvwsw51SueChHlFevGADjLjCiweq+41DYMhb6RGUB83t+yH7OqoAuSTIQLQWPCNx7WnIMmnLM8SW8sHk2eE0ZZktNxrqMLDmIm3UEj01e+GkoqblK7N0Cv+AsHf0xwPLrMglvnEsUDjwGqPBvZfhdzSQRVeNUtWvkHyp2xARUn3dqgpWpzlYtkfSVFN/3bvUcrJQL08jT23sb/FbceTuiJaH92PDCz/bH2/mFp93uXutsFUricyq9b19fD6O/OlG/QV3un2ZE2Dluln8NFWBq+T4y3z2GfPjEiHkxikRcs2Nxv1H3DeKr8dxjVUg+HH24TSoZD67ymvHzltxwuJZLuRyd2E8oT3ZR6qwV/UzRDqWfP2YTyOPpEAQbIsuL9l8R5VLr+b/twKB1KEZxBOZS6ZF7Xi/Acxga3DbtW2JAAAAAElFTkSuQmCC);
	    background-repeat: no-repeat;
		margin-bottom: 16px;
}
.rao__tab_list_item ul li a{
    font-size: 17px;
    color: #1C6298;
}
.rao__tab_list_item ul li a:hover,
.intermap__content.onew a.call_master.fural:hover,
.offer-poverka .form-feedback button:hover{
    opacity:0.7;
}

@media (max-width:990px){
	#calculator-section_uslugi .xcc-field {
    max-width:100%;
}
#calculator-section_uslugi #xcc-field-id-distance,
#calculator-section_uslugi #xcc-field-id-replace_distance_heat,
#calculator-section_uslugi #xcc-field-id-person,
#calculator-section_uslugi #xcc-field-id-checked_person_heat,
#calculator-section_uslugi .xcc-field.xcc-field_msproducts.\[.js-xcc-field.\],
#calculator-section_uslugi .xcc-field.xcc-field_number.\[.js-xcc-field.\],
#calculator-section_uslugi #xcc-field-id-sales{
	width:100%;
}

	a.call_master.fural {
    font-size:18px;
	padding:10px 20px;
	padding:10px 0;
}
    .rao__tab_list_item ul{
		columns:2;
	}
	.rao__bash_list{
		margin:0 -15px;
		justify-content: center;
	}

	.rao__bash_list_item{
		padding:10px 15px;
	}
	#price-services-section.loaded {
	    background: #f5fbff;
	}
	.calc-preim {
		margin: 0 auto;
	}
	.usluga__box .service-item-title {
		justify-content: center;
	}
	.usluga__box .service-item-price {
		display: block;
		text-align: center;
	}
}
#faq {
    padding: 60px 0;
	background: #212235;
	position: relative;
    background-image: url("data:image/png;base64,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NAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWQjQAAAAAABkIUADAAAAAJCFAA0AAAAAQBYCNAAAAAAAWfwbI7JW73AxkF8AAAAASUVORK5CYII=");    background-repeat: no-repeat;
	background-position: center -10px;
    background-size: 102% 80%;
}

.faq-h2{
	color: #fff;
}

.faq__block,
.reviews__block {
    width: 100%;
    padding: 0;
}

.faq__item {
    background: #fff;
    box-shadow: 8px 8px #F36523;
    margin-bottom: 32px;
}

.faq__item,
.reviews__item {
    position: relative;
}

.faq__item.active  .icon:before,
.reviews__item.active  .icon:after {
   background: #fff;
}

.faq__item.active .icon,
.reviews__item.active .icon {
    background: #1C6298;
}

.faq__item.active .icon:before,
.reviews__item.active .icon:before {
    background: #414a51;
    background: #fff;
}

.faq__item.active .icon:after,
.reviews__item.active .icon:after {
    width: 0;
}

.faq__item .heading,
.reviews__item .heading {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-family: Blogger;
    position: relative;
    padding: 1.5rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.faq__item .heading .title {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

@media (min-width: 40rem) {
    .faq__item .heading,
    .reviews__item .heading {
        font-size: 18px;
        font-weight: 700;
        color: #515151;
    }
}

.faq__item .heading:hover,
.reviews__item .heading:hover {
    color: #1C6298;
}

.faq__item .heading {
    padding-right: 65px;
}

.reviews__item .heading:hover .icon:before,
.reviews__item .heading:hover .icon:after {
    background: #1C6298;
}
.faq__item .heading:active .icon:before,
.faq__item .heading:active .icon:after,
.faq__item .heading:hover .icon:before,
.faq__item .heading:hover .icon:after {
    background: #fff;
    
}

.faq__item .icon,
.reviews__item .icon {
    display: block;
    position: absolute;
    top: 50%;
	right: 23px;
    width: 35px;
    height: 35px;
    border: 2px solid #1C6298;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq__item .icon:before,
.faq__item .icon:after,
.reviews__item .icon:before,
.reviews__item .icon:after {
    content: '';
    width: 1rem;
    height: 2px;
    background: #1C6298;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq__item.active .icon:before,
.faq__item.active .icon:after,
.reviews__item.active .icon:before,
.reviews__item.active .icon:after {
	color: #fff;
}

.faq__item .icon:after,
.reviews__item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.faq__item .content,
.reviews__item .content {
    display: none;
}

.faq__item .content p {
    margin-top: 0;
    font-size: 18px;
    color: #515151;
    padding: 20px 30px 20px 40px;
    border-radius: 7px;
}

.faq__item .content p:empty,
.reviews__item .content p:empty {
    display: none;
}

@media (min-width: 40rem) {
    .faq__item .content,
    .reviews__item .content {
        position: relative;
        line-height: 1.75;
        margin-left: 40px;
    }
}

.forwork_name {
    margin-top: 10px;
    background: #f26522;
    color: #fff;
    text-align: center;
}

.segundo .pricetable__box {
    max-width: 100%;
	padding: 0 15px;
}

.segundo .pricetable__box td {
    border-bottom: none;
	margin-bottom: 12px;
}

.priest {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.priest p {
    font-weight: 600;
}

.priest table {
    width: 100%;
}

.priest table td,
.priest table th {
    border: 1px solid #f26624;
}

.priest table th {
    background-color: #515151;
    color: #fff;
    font-weight: 400;
}

.priest table tr.boldon td {
    font-weight: 600
}

.priest table td {
    background-color: #fff;
}

@media (max-width: 990px) {
	.manufacturer__name {
    min-height:0;
}
.benefits-items {
	flex-wrap:wrap;
}
.schema__box-left img, .schema__box-right img {
	width:100%;
}
	.foslick .price-table__box{
		margin:0 40px;
	}
	.collective__carousel1{
		margin-bottom:25px;
	}
	.workers_h2, .workers_h2 h2{
		margin-bottom:15px!important;
	}
    #contact-submit2 {
        background-color: #fff;
    }
    .onmain>.offer__feedbackform {
        position: relative;
        right: auto;
        top: auto;
    }
    .akkredit__images.rostan {
        padding: 25px;
        display: block;
        width: 100%
    }
    .akkredit-two__column>div {
        border-radius: 0 !important
    }
    .priest table.onmo {
        display: table !important;
        margin-bottom: 15px;
    }
    .priest table.onpc {
        display: none
    }
    .priest table td,
    .priest table th {
        padding: 0 5px;
    }
}

.price-desk {
    margin-bottom: 40px;
}

.price-desk table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.price-desk table .titles-price {
    background: #515151;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.price-desk table td:nth-child(1) {
    font-weight: 700;
    width: 40px;
    text-align: center;
}

.price-desk table td:nth-child(5) {
    font-weight: 700;
    color: #f26522;
}

.price-desk table td:nth-child(3),
.price-desk table td:nth-child(4),
.price-desk table td:nth-child(5) {
    text-align: center;
}

.price-desk table td {
    padding: 0 15px;
    border: 1px solid #89898a;
}

#offer .offer__form {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
    background: #f26522;
    padding: 10px 20px 20px;
    border-radius: 0 25px;
    width: 750px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#offer .form__block {
    display: block;
}

#offer .offer__form .offer-form__title h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#offer .offer__form .form__block input,
.offer__form .form__block select {
    display: block;
    width: 205px;
    height: 40px;
    border: 2px solid #515151;
    border-radius: 12px;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
}

#offer .offer__form label {
    position: relative;
    width: 200px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    left: 10px;
}

#offer .offer__form label:before {
    position: absolute;
    top: 18px;
    right: -60px;
    font-family: FontAwesome;
    content: "\f096";
    font-size: 40px;
    color: #fff;
}

#offer #checkbox-button3 {
    margin: 0;
    position: absolute;
    right: 26px;
    top: 45px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: left;
    z-index: 99;
    opacity: 0;
}

#offer #checkbox-button3:checked+label:before {
    position: absolute;
    top: 18px;
    right: -65px;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 40px;
    color: #fff;
}

#offer #contact-submit2 {
    position: relative;
    left: 10px;
    margin: 0;
    padding: 0;
    width: 258px;
    height: 40px;
}

.checkbox-block__mob {
    display: none;
}

.ui-datepicker {
    border: none;
    border-radius: 0;
    padding: 0;
}

#how-working {
    padding: 60px 0;
    background: #f5fbff;
}

#how-working h3 {
    text-align: center;
    margin-bottom: 80px;
}

.steps {
    display: block;
    width: 1006px;
    margin: 0 auto;
    position: relative;
}

.steps:before {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    content: "";
    border-top: 5px solid #8ec9ff;
    width: 67%;
    top: 15px;
    z-index: 1;
}

.steps ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps ul li {
    display: block;
    position: relative;
    width: 260px;
}

.steps ul li .step1__icon {
    display: none;
    position: absolute;
    top: -50px;
    left: 45%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #515151;
}

.steps ul li .step2__icon {
    display: none;
    position: absolute;
    top: -50px;
    left: 43%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #515151;
}

.steps ul li .step3__icon {
    display: none;
    position: absolute;
    top: -50px;
    left: 43%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #515151;
}

.steps ul li .step4__icon {
    display: none;
    position: absolute;
    top: -50px;
    left: 43%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #515151;
}

.steps ul li span:nth-child(1) {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    background: #f26522;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.steps ul li span:nth-child(1):hover {
    background: #515151;
    transition: 0.4s;
}

.steps ul li span:nth-child(1):active {
    background: #515151;
}

.steps ul li span:nth-child(2) {
    display: block;
    height: 70px;
    margin-top: 20px;
    color: #515151;
    text-align: center;
    line-height: 20px;
}

.step1__icon {
    display: none;
}

.hiddden__content,
.hiddden__content2,
.hiddden__content3,
.hiddden__content4 {
    display: none;
    background: #fff;
    padding: 20px;
    width: 556px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.55);
    text-align: center;
}

.hiddden__content4 {
    background: #515151;
}

.hiddden__content4 h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.hiddden__content4 input {
    border-radius: 12px;
    border: 2px solid #f26522;
    padding: 5px 15px;
}

.hiddden__content4 input:focus {
    border-color: #8dc3fd;
}

.politika__conf {
    display: flex;
    width: 450px;
    margin: 0 auto;
}

.checkbox__button {}

.politika__conf input {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    position: relative;
    z-index: 99;
    opacity: 0;
}

.politika__conf label {
    font-size: 12px;
    line-height: 16px;
    color: #c5c5c5;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 20px;
    position: relative;
    left: -30px;
}

.politika__conf label:before {
    font-family: FontAwesome;
    content: "\f096";
    letter-spacing: 10px;
    font-size: 40px;
    color: #fff;
    margin-right: 20px;
}

.politika__conf .checkbox__button:checked+label:before {
    font-family: FontAwesome;
    content: "\f046";
    letter-spacing: 5px;
    color: #f6861f;
}

#contact-submit {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #f26522;
    color: #fff;
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
}

#contact-submit:hover {
    background: #f5f5f5;
    color: #515151;
    transition: 0.4s;
}

.phone__mask {
    color: #515151;
}

#price-table-content {
    padding: 40px 0;
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
    background-attachment: fixed;
}

#price-table-content h3 {
    margin-bottom: 30px;
}

#price-table-content .price-table-img__block img {
    display: block;
    margin: 0 auto;
    width: 100%;
    box-shadow: 6px 6px #989898, 12px 12px #6c6666;
}

#certificate-carousel-section {
    background: #1C6298;
    padding: 50px 0;
    position: relative;
}
#certificate-carousel-section h2{
	color: #fff;
}

#certificate-carousel-section h3 {
    text-align: center;
    margin-bottom: 30px;
}

.slider__carousel-certnew {
    width: 100%;
    height: 430px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
}

.slider__carousel-certnew .slide {
    padding: 0;
}

.slider__carousel-certnew .slide .child-element {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	max-width: initial;
    width: 100%;
    height: 425px;
    margin: 0;
    margin-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider__carousel-certnew .slide .child-element img {
    display: block;
    max-width: 290px;
    height: 412px;
    margin: 0 auto;
	margin-top: 16px;
	margin-left: 16px;
	box-shadow: -6px -6px #F36523;
}

.slider__carousel-certnew .slide.slick-center .child-element img {
}

.slider__carousel-certnew .slide.slick-center .child-element {
    margin: 0;
    height: 425px;
    max-width: initial;
}

.slider__carousel-certnew .slick-dots {}
.slider__carousel-certnew .slick-dots li,
.gallery__carousel .slick-dots li,
.offer__triggers .slick-dots li ,
.foslick .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #f26522;
    border-radius: 50%;
}
.slider__carousel-certnew .slick-dots li.slick-active,
.gallery__carousel .slick-dots li.slick-active ,
.offer__triggers .slick-dots li.slick-active, 
.foslick .slick-dots li.slick-active {
    background:#f26522;
}
.slider__carousel-certnew .slick-dots li button:before,
.gallery__carousel .slick-dots li button:before ,
.offer__triggers .slick-dots li button:before ,
.foslick .slick-dots li button:before {
	display:none;
    font-size: 20px;
    content: "\f04d";
    font-family: FontAwesome;
    color: #f16522;
}

.liner__carousel {
    position: absolute;
    bottom: 190px;
    width: 1140px;
    height: 4px;
    background: linear-gradient(-45deg, #f26624, #515151, #888, #f26624);
    animation: gradientline 15s ease infinite;
    background-size: 200% 200%;
    z-index: 1;
}

@keyframes gradientline {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.slider__carousel-certnew .slick-prev,
.slider__carousel-certnew .slick-next,
.gallery__carousel .slick-prev,
.gallery__carousel .slick-next {
    top: 52.3%;
}

.slider__carousel-certnew .slick-next:before,
.gallery__carousel .slick-next:before {
    content: "\f0da";
    font-family: FontAwesome;
}

.slider__carousel-certnew .slick-prev:before,
.gallery__carousel .slick-prev:before  {
    content: "\f0d9";
    font-family: FontAwesome;
}

.gallery__carousel .slick-prev:before,
.gallery__carousel .slick-next:before,
.slider__carousel-certnew .slick-prev:before,
.slider__carousel-certnew .slick-next:before {
    color: #515151;
    font-size: 40px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.slider__carousel-certnew .slick-prev:hover:before,
.slider__carousel-certnew .slick-next:hover:before {
    font-size: 45px;
}
.gallery__carousel .slick-prev:before,
.gallery__carousel .slick-next:before {
    color: #fff;
}

.gallery__carousel .slick-prev:hover:before,
.gallery__carousel .slick-next:hover:before,
.slider__carousel-certnew .slick-prev:hover:before,
.slider__carousel-certnew .slick-next:hover:before {
    color: #f26624;
}

.number-slide {
    position: absolute;
    bottom: 166px;
    left: 80px;
    z-index: 3;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(-45deg, #f26624, #515151, #888, #f26624);
    animation: gradient 15s ease infinite;
    background-size: 200% 200%;
    padding: 5px 30px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#nas-rekomenduet {
    padding: 50px 0;
	background: #1C6298;
    position: relative;
}

#nas-rekomenduet h2 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

/*.nas-rek__carousel {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}*/
.nas-rek__carousel-new .slide-box__content  img {
    box-shadow: -8px 8px #F36523;
    width: 303px;
    height: 392px;
    margin-bottom: 8px;
}
.nas-rek__carousel-new .slide-box__content  img:hover{
    transform:scale(1.05);
}

.nas-rek__carousel-new .slick-track {
    display: flex;
    gap: 20px;
}
.collective__carousel-new .slick-slide {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
}
.collective__carousel-new img {
	width: 303px;
    height: 184px;
    object-fit: cover;
    border: 8px solid #F36523;
}

.collective__carousel-new img:hover + span{
    transform:scale(1.05);
}

.collective__carousel-new  span{
	position: absolute;
	top: 60px;
	left: calc(50% - 30px);
    background: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collective__carousel-new  span i{
	position: relative;
	top: 0px;
    left: 4px;
    color: #F36523;
    font-size: 26px;
}
.collective__carousel-new ul.slick-dots,
.nas-rek__carousel-new ul.slick-dots {
    bottom: -40px;
}
.collective__carousel-new .slick-dots li,
.nas-rek__carousel-new .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.collective__carousel-new .slick-dots li.slick-active,
.nas-rek__carousel-new .slick-dots li.slick-active{
	background: #fff;
}

/*.slide-box__content {
    height: 360px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slide-box__content a {
    padding: 0 20px;
}

.slide-box__content img {
    display: block;
    width: 180px;
    margin-top: 40px;
    border: 1px solid #515151;
    margin: 0 auto;
    filter: grayscale(100%);
    opacity: 0.7;
}*/

/*.nas-rek__carousel .slick-center a {
    padding: 0;
}

.nas-rek__carousel .slick-center img {
    width: 230px;
    margin-top: 0;
    border: 3px solid #515151;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.55);
    filter: none;
    opacity: 1;
}*/

.carousel-left__bg,
.carousel-right__bg {
    position: absolute;
    bottom: -50px;
}

.carousel-left__bg {
    left: 40px;
}

.nas-rek__carousel .slick-dots li button:before {
    font-size: 30px;
}

.carousel-right__bg {
    right: 40px;
}

.nas-rek__carousel .slick-prev,
.nas-rek__carousel .slick-next {
    top: 52.3%;
    z-index: 4;
}

.nas-rek__carousel .slick-next:before,
.nas-rek__carousel .slick-prev:before {
    color: #f26624;
}

.nas-rek__carousel .slick-next:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 60px;
}

.nas-rek__carousel .slick-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 60px;
}

#preimushestvo,
#garanty {
    padding: 60px 0;
    background: #212235;
}

#preimushestvo h3,
#garanty h3 {
    text-align: center;
    margin-bottom: 30px;
}

#preimushestvo .preim__box,
#garanty .preim__box {
	display: block;
    background: #fff;
    text-align: center;
    padding: 36px 40px 0;
    box-shadow: -6px -6px #f36523;
}

#preimushestvo .preim__box i,
#garanty .preim__box i {
    font-size: 60px;
    color: #808080;
    margin-bottom: 10px;
}

#preimushestvo .preim__box p,
#garanty .preim__box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    min-height: 72px;
    height: 100%;
    overflow: hidden;
}

.vector-offer {
    background: linear-gradient(180deg, #0db1f1, #057ba9);
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 2;
    margin: 50px 0;
    box-shadow: -10px 0px 12px 3px #4342428c;
}

.pipe {
    position: absolute;
    left: 100px;
    display: block;
    background: linear-gradient(90deg, #686868, #515151);
    width: 80px;
    height: 100%;
    z-index: 1;
    box-shadow: -10px 0px 12px 3px #4342428c;
}

.border__line {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #f5f5f5;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5), 0px 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5), 0px 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5), 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.vector-offer .top__text {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #aeaeae;
    z-index: 4;
    top: 22px;
    text-align: center;
}

@keyframes current-digit {
    to {
        transform: rotateX(36deg) translateZ(1.5em);
    }
}

@keyframes next-digit {
    to {
        transform: rotateX(0) translateZ(1.5em);
    }
}

.vector-offer html {
    font-size: 10px;
}

.odometer-block {}

.odometer {
    background-color: #000;
    border: 0.5em solid #fff;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.09);
    display: inline-flex;
    font-size: 13px;
    padding: 0 .05em;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    text-align: center;
    top: 65px;
    z-index: 0;
    overflow: hidden;
}

.odometer:before {
    content: "";
    box-shadow: inset 0px 0px 0.15em 0.15em #d7d0d0;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 750%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.digit-container {
    background-color: #fff;
    color: #515151;
    margin: 0 .05em;
    height: 1.4em;
    font-size: 16px;
    position: relative;
    width: 1em;
}

.red-odometer {
    background-color: red;
    color: #fff;
}

.digit-8 {
    animation-name: eith;
    animation-duration: 18s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.digit-7 {
    animation-name: seven;
    animation-duration: 175s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.digit-6 {
    animation-name: six;
    animation-duration: 1300s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.red-odometer span {
    background: red;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
}

@keyframes six {
    0% {
        top: 0;
    }
    10% {
        top: -25px;
    }
    20% {
        top: -50px;
    }
    30% {
        top: -75px;
    }
    40% {
        top: -100px;
    }
    50% {
        top: -125px;
    }
    60% {
        top: -150px;
    }
    70% {
        top: -175px;
    }
    80% {
        top: -200px;
    }
    90% {
        top: -225px;
    }
    100% {
        top: -253px;
    }
}

@keyframes seven {
    0% {
        top: 0;
    }
    10% {
        top: -25px;
    }
    20% {
        top: -50px;
    }
    30% {
        top: -75px;
    }
    40% {
        top: -100px;
    }
    50% {
        top: -125px;
    }
    60% {
        top: -150px;
    }
    70% {
        top: -175px;
    }
    80% {
        top: -200px;
    }
    90% {
        top: -225px;
    }
    100% {
        top: -253px;
    }
}

@keyframes eith {
    0% {
        top: 0;
    }
    100% {
        top: -253px;
    }
}

.center__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.center__circle img {
    animation-name: rotecircle;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    transform-origin: 50%;
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 40px;
}

@keyframes rotecircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.itelma__line {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    bottom: 10px;
    background: #057cab;
    display: block;
    width: 40px;
    height: 120px;
    z-index: 1;
}

.itelma__brand {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    bottom: 20px;
    background: #f5f5f5;
    padding: 3px 10px 3px 10px;
    z-index: 5;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #241a1b;
}

.svg-meter {
    position: absolute;
    right: 30px;
    bottom: 80px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 0.16);
}

.svg-meter .meter-circle {
    display: block;
    width: 50px;
    height: 50px;
}

.svg-meter .meter-strelka {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 40px;
    height: 40px;
    animation-name: strelka;
    transform-origin: 50%;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes strelka {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.znaki {
    position: absolute;
    left: 20px;
    top: 110px;
}

.znaki .znak-ct {
    position: relative;
    display: block;
    width: 30px;
    left: 18px;
}

.znaki .znak-rst {
    margin-top: 7px;
    position: relative;
    display: block;
    width: 40px;
    left: 15px;
}

.offer__triggers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
	max-width: 651px;
}

.offer__triggers p {
    position: relative;
    display: block;
    width: 202px;
    height: 112px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #515151;
    background: #fff;
    padding: 58px 16px 10px 16px;
    text-align: center;
    box-shadow: -6px -6px #F36523;
    flex-basis: 30% 
}

.offer__triggers p:before {
    position: absolute;
	top: 16px;
    left: calc(50% - 15px);
    font-size: 30px;
    content: "";
}
.offer__triggers p:after {
    position: absolute;
	top: 0;
    left: 0;
    content: "";
	width: 100%;
	height: 100%;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}

.offer__triggers p:nth-child(3):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p:nth-child(2):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p:nth-child(4):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p:nth-child(1):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p:nth-child(5):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p:nth-child(6):before {
    background: url(../webp/image/offer_trigger_bg.svg) center no-repeat;
}

.offer__triggers p.befimg:before {
    background-size: contain;
    display: block;
    height: 30px;
    width: 30px;
}

.left-offer__content {
    padding: 51px 0;
}
.left-offer__content h1{
	max-width: 475px;
	font-size: 40px;
    line-height: 48px;
    color: #fff;
}

.offer__feedbackform {
	position: relative;
    background: #fff;
    border: none;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    display: block;
    width: 413px;
    height: 460px;
    height: auto;
    padding: 37px 60px;
    margin-top: 32px;
    margin-left: auto;
}
.feedbackform-title p{
	font-weight: 800;
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
color: #515151;
}
.offer__feedbackform form{
	display: flex;
    flex-direction: column;
    gap: 16px;
	align-items: center;
}

.offer__feedbackform form input,
.offer__feedbackform form select,
.offer__feedbackform form textarea,
.online__form form input,
.online__form form select,
.online__form form textarea
{
	width: 100%;
    min-height: 48px;
    background: #FFFFFF;
    border: 1px solid #869092;
    padding-left: 12px;
	border-radius:0;
}

.offer__feedbackform p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.offer__feedbackform .phone__mask {
    height: 48px;
    width: 100%;
    padding: 0;
	padding-left: 12px;
    /*font-size: 18px;*/
    border: 1px solid #869092;
}

#submit-offer ,#contact-submit2,
.send-review{
    position: relative;
	top: 0px;
    left: 0px;
    width: 191px;
	height: 48px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #f26624;
	border-radius:0;
}

.offer__feedbackform .checkbox__custom {
    position: relative;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    float: left;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
/*
.offer__feedbackform label {
    margin-top: 10px;
    width: 370px;
    height: 40px;
    font-size: 12px;
    color: #7d7d7d;
    margin-left: 10px;
}*/
label.new_label{
	display:block;
    width:100%;
    height:auto;
	font-size:13px;
	font-weight:400;
	line-height:24px;
	text-align:left;
	color:#515151;
	text-transform:uppercase;
	margin:0;
}/*
.online__form label.new_label{
	color:#fff;
}*/
label.new_label::before{
	display:none;
}
.checkbox_wrap{
	position:relative;
	display:flex;
	width:293px;
	padding-left:30px;
}
.offer__feedbackform .checkbox__custom:active+.offer__feedbackform .checkbox-i:before {
    height: 40px;
    width: 40px;
}

.offer__feedbackform .checkbox__custom:checked+.checkbox-i {
    border: 2px solid #29b6f6;
}

.offer__feedbackform .checkbox__custom:checked+.checkbox-i:before {
    animation: pulse 1s cubic-bezier(0.15, 0.8, 0.5, 1);
}

.offer__feedbackform .checkbox__custom:checked+.checkbox-i:after {
    height: 25px;
    opacity: 1;
    width: 25px;
}

.offer__feedbackform .checkbox-i {
    border: 2px solid #808080;
    border-radius: 2px;
    height: 25px;
    position: absolute;
    left:0;
    top:50%;
	margin-top:-12.5px;
    transition: all 0.5s;
    width: 25px;
}/*bottom: 33px;left: 27px;*/

.offer__feedbackform .checkbox-i:before,
.offer__feedbackform .checkbox-i:after {
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s;
}

.offer__feedbackform .checkbox-i:before {
    background-color: rgba(242, 242, 242, 0.9);
    border-radius: 50%;
    height: 5px;
    width: 5px;
    z-index: -1;
}

.offer__feedbackform .checkbox-i:after {
    background-color: #29b6f6;
    border-radius: 2px;
    height: 5px;
    opacity: 0;
    width: 5px;
}

.offer__feedbackform .checkbox-i i {
    color: white;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -38%);
    pointer-events: none;
    position: absolute;
    width: 20px;
    z-index: 2;
    font-size: 20px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px #29b6f6;
    }
    100% {
        box-shadow: 0 0 0 25px rgba(242, 242, 242, 0);
    }
}

#text-block {
    padding: 96px 0;
}
#text-block .text-block-wrap {
	    border: 8px solid #F36523;
    padding: 53px 80px;
}

#text-block .readmore{
	font-weight:700;
	font-size:20px;
	margin-top: 30px;
	width:auto; 
	cursor:pointer;
	color: #1C6298;
}
#text-block .reactive{
    display:none;
}

#text-block .readmore ~ *{
    display:none;
}
#text-block .reactive ~ *{
    display:block;
}

#text-block h2 {
    font-size: 34px;
    color: #515151;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	max-width: 630px;
	margin: 0 auto;
}

#text-block h3 {
    font-size: 22px;
    margin-top: 20px;
}

#text-block p {
    margin: 10px 0;
	    font-weight: 350;
    font-size: 17px;
}

#text-block li {
    list-style-type: disc;
}


#stock {
    background: #fff;
    padding: 40px 0;
}

#stock .stock__block {
    position: relative;
    display: flex;
    width: 810px;
    margin: 0 auto;
    padding: 24px 45px;
    background-color: #f1f1f1;
    border-radius: 15px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.55);
}

#stock .stock__block div:nth-child(1) h4 {
    font-size: 25px;
    font-weight: 700;
    color: #515151;
    text-transform: uppercase;
    margin: 0;
}

#stock .stock__block div:nth-child(1) h4 span {
    color: #f26522;
}

#stock .stock__block div:nth-child(1) p {
    position: relative;
    z-index: 2;
    font-weight: 300;
    color: #515151;
    text-transform: uppercase;
    line-height: 20px;
    border-right: 4px solid #b3b3b3;
    max-width: 470px;
}

#stock .stock__block div:nth-child(2) span:nth-child(1) {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 0;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 56px;
    animation-name: textstockone;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
}

@keyframes textstockone {
    0% {
        left: 30px;
    }
    50% {
        left: 150px;
    }
    100% {
        left: 30px;
    }
}

#stock .stock__block div:nth-child(2) span:nth-child(2) {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 0;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 56px;
    transform: rotate(-180deg);
    animation-name: textstocktwo;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
}

@keyframes textstocktwo {
    0% {
        right: 30px;
    }
    50% {
        right: 150px;
    }
    100% {
        right: 30px;
    }
}

#stock .stock__block a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-height: 40px;
    padding: 10px 30px;
    margin: 30px 0 0 auto;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 200% 200%;
    animation: gradienta 15s ease infinite;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.4s ease-in-out;
}

#stock .stock__block a:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.55);
}

@keyframes gradienta {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#side-checkbox {
    display: none;
}

.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -580px;
    background: #f5f5f5;
    transition: all 0.5s;
    width: 540px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.4);
    color: #515151;
    padding: 20px;
}

.side-title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f26522;
}

.side-button-1 .side-b {
    margin: 26px 0 0 30px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    background: linear-gradient(-45deg, #f15c16, #e8530d, #606060, #515151);
    background-size: 200% 200%;
    animation: gradienta 15s ease infinite;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.4s ease-in-out;
    padding: 10px 30px;
    z-index: 2;
}

.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}

.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}

.side-button-1 .side-close {
    display: none;
}

#side-checkbox:checked+.side-panel+.side-button-1-wr .side-button-1 .side-open {
    display: none;
}

#side-checkbox:checked+.side-panel+.side-button-1-wr .side-button-1 .side-close {
    display: block;
}

#side-checkbox:checked+.side-panel {
    left: 0;
}

.side-button-2 {
    font-size: 60px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 12px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #515151;
    transition: all 280ms ease-in-out;
}

.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);
    color: #000;
}

.stock__form {
    display: flex;
    justify-content: space-between;
}

.stock__form form {
    width: 100%;
}

.stock__form input,
.stock__form select {
    height: 30px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    margin: 0 0 5px;
    font-weight: 400;
}

.stock__form input:focus,
.stock__form select:focus {
    color: #515151;
    border-color: #f26522;
}

.stock__form textarea {
    width: 100%;
    border: 1px solid #c5c5c5;
    margin: 0 0 5px;
    padding: 10px 15px;
}

.stock__form .checksecur {
    float: left;
    width: 30px;
    height: 30px;
}

.stock__form label {
    width: 90%;
    font-size: 12px;
}

.stock__form #contact-submit2 {
    margin-right: 0;
    margin-top: 10px;
    background: #f26624;
    color: #fff;
}

.stock__form .wid50 {
    float: left;
    width: 50%;
}

.stock__form .wid25 {
    float: left;
    width: 33.3%;
}

.stock__form .wid15 {
    float: left;
    width: 16.6%;
    font-size: 12px;
}
@media screen and (max-width: 1400px) {
	.slider__carousel-certnew .slide .child-element img {
		width: 90%;
		object-fit: cover;
	}
	.offer-poverka .form-feedback {
		row-gap: 20px;
		column-gap: 25px;
	}
	.offer-poverka .form-feedback input, .offer-poverka .form-feedback select {
		flex-basis: 310px;
	}
		.offer-poverka .form-feedback input[name="address"] {
		flex-basis: 380px;
	}
	.offer-poverka .form-feedback button {
		flex-basis: 310px;
	}
	.offer-poverka .form-feedback input[name="date"], .offer-poverka .form-feedback input[name="time"] {
		flex-basis: 177px;
		width: 177px;
	}
	.collective__carousel-new img {
		width: 90%;
	}
	.collective__box img,
	.collective__box .workers_h5,
	#collective .collective__box span	{
		width: 90%;
	}
	#preimushestvo .preim__box, #garanty .preim__box {	
		padding: 25px 40px 10px;
	}
}

@media screen and (max-width: 1200px) {
	.offer__triggers p {
		height: auto;
	}
	.offer__feedbackform {
		width: 100%;
		padding: 37px 30px;
	}
	.rao__tab_list_item ul {
		columns: 2;
	}
	.pover_calc .selwrap {
		justify-content: center;
	}
	.eirc__block .eirc__box {
		padding: 0 20px;
	}
	.offer-poverka .form-feedback input, .offer-poverka .form-feedback select {
		flex-basis: 240px;
	}
	.offer-poverka .form-feedback input[name="address"] {
		flex-basis: 310px;
	}
	.offer-poverka .form-feedback input[name="date"], .offer-poverka .form-feedback input[name="time"] {
		flex-basis: 144px;
		width: 144px;
	}
	.offer-poverka .form-feedback button {
		flex-basis: 240px;
	}
}

@media screen and (max-width: 767px) {
    #stock .stock__block {
        width: 100%;
        display: block;
        padding: 24px 15px;
    }
    #stock .stock__block div:nth-child(1) h4 {
        text-align: center;
    }
    #stock .stock__block div:nth-child(1) p {
        max-width: 100%;
        border-right: 0;
    }
    #stock .stock__block div:nth-child(2) span:nth-child(1),
    #stock .stock__block div:nth-child(2) span:nth-child(2) {
        display: none;
    }
    .side-panel {
        left: -580px;
        width: 100%;
        height: 100%;
        overflow: auto;
        box-shadow: none;
        padding: 20px;
    }
    .stock__form {
        height: 100%;
    }
    .stock__form .wid25 {
        float: left;
        width: 100%;
    }
    .stock__form .wid15 {
        float: left;
        width: 100%;
        font-size: 12px;
    }
    .stock__form label {
        width: 80%;
    }
    .stock__form #contact-submit2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    #stock .stock__block {
        width: 100%;
    }
    #stock .stock__block div:nth-child(1) p {
        width: 380px;
    }
    .side-button-1 .side-b {
        padding: 10px 20px;
    }
	#calculator-section .xcc-field_number {
		width:100%;
	}
	
	.nas-rek__carousel-new.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}	
}

h2,.like_h2{
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 34px;
	line-height: 48px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

.service-page__box {
    padding: 15px !important;
}

.service-page__box h4 {
    max-height: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    min-height: 80px !important;
}

#blog {
    padding-bottom: 60px;
}

#blog .subanner{
	position:relative;
    margin:30px 0;
    padding:5px 25px;
    background: linear-gradient(90deg, #f26522, #f265227d);
}
#blog .subanner a{
	display:block;
	position:absolute;
	right:25px;
	bottom:5px;
    padding:0;
	width:190px;
	height:50px;
	line-height:50px;
	border:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:800;
	color:#fff;
	background:#f26624;
	text-align:center;
}
#blog h1 {
    display: inline-block;
    margin:0;
    padding:0;
    width: auto;
    color: #fff;
}

#blog .blog__teaser article>h2 {
    text-align: left;
    margin: 10px 0;
    text-transform: none;
}

.title-and-banner {
    padding: 50px 0;
    background: url(/webp/image/blog-banner.jpg.webp) no-repeat;
    background-position: top right;
    margin: 0 0 20px;
}

.left-sidebar .tags,
.left-sidebar .last__news,
.left-sidebar .popular_s {
    background: #e8e8e8;
    padding: 20px;
    margin-bottom: 20px;
}

.left-sidebar .tags h3,
.left-sidebar .last__news h3,
.left-sidebar .popular_s h3 {
    border-bottom: 3px solid #f26522;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.left-sidebar .tags ul {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.left-sidebar .tags ul>li {
    background: #fff;
    padding: 3px 7px;
    margin: 5px;
    border-radius: 4px;
}

.left-sidebar .tags ul>li>a.active {
    color: #f26522;
}

.left-sidebar .last__news ul,
.left-sidebar .popular_s ul {
    padding: 0;
}

.left-sidebar .last__news ul>li>a,
.left-sidebar .popular_s ul>li>a {
    display: block;
    align-items: center;
}

.left-sidebar .last__news ul>li,
.left-sidebar .popular_s ul>li {
    padding: 15px 0;
    border-bottom: 1px dashed #c5c5c5;
}

.left-sidebar .last__news ul>li>a>img,
.left-sidebar .popular_s ul>li>a>img {
    display: block;
    width: 100%;
    margin-right: 15px;
}

.left-sidebar .last__news ul>li>a>h4,
.left-sidebar .popular_s ul>li>a>h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.blog_list .blog_teaser article {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #c5c5c5;
}

.blog_list .blog_teaser article>h2 {
    margin: 0 0 10px;
    font-size: 24px;
    padding: 0;
    line-height: 20px;
    text-transform: none;
}

.blog_list .blog_teaser article>p {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_list .blog_teaser article>img {
    display: block;
    width: 200px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.readmore {
    display: block;
    margin-right: 0;
    margin-left: auto;
    align-items: center;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    width: 170px;
    background: #e8e8e8;
    transition: all 0.4s ease-in-out;
}

a.readmore:hover {
    background: #f26522;
    color: #fff;
}

a.readmore:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
}

.article__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article__info p {
    margin: 0;
    font-size: 14px;
    color: #797979;
    font-weight: 600;
    margin-right: 15px;
}

.article__info p:nth-child(1):before {
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 8px;
}

.article__info p:nth-child(2):before {
    font-family: FontAwesome;
    content: "\f007";
    padding-right: 8px;
}

.article__info p>span {
    font-weight: 300;
    padding-left: 7px;
}

.blog__item h2 {
    margin-bottom: 20px;
}

.image-blog__item {
    display: block;
    width: 100%;
}

.image-blog__item img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.item__info {
    background: #515151;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 0 0 20px;
}

.date p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.date p:before {
    font-family: FontAwesome;
    content: "\f073";
    padding-right: 8px;
}

ul.item__tags.entrance {
    display: flex;
    padding: 0;
    margin: 0;
}

ul.item__tags.entrance li:not(:last-child) {
    margin-right: 5px;
}

ul.item__tags.entrance li>a {
    background: #f26522;
    padding: 0 8px;
    transition: all 0.4s ease-in-out;
}

ul.item__tags.entrance li>a:hover {
    background: #fff;
    color: #515151;
}

ul.item__tags.entrance li>a,
ul.item__tags.entrance p {
    color: #fff;
    margin: 0;
}

ul.item__tags.entrance p {
    margin-right: 8px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .blog_list .blog_teaser article>img {
        width: 100%;
        float: none;
    }
    .article__info p {
        font-size: 12px;
    }
    .item__info {
        display: block;
    }
}

.pagination {
    justify-content: center;
    margin-top: 40px;
}

.page-item.active .page-link {
    background-color: #f2651c;
    border-color: #f2651c;
    color: #fff;
}

.page-link:hover {
    color: #515151;
}

.page-link {
    color: #515151;
}

article {
    margin-bottom: 20px;
}

@media (max-width: 440px) {
    .action_block {
        width: 90%;
        background: url(/webp/image/action/action-bg-mob1.png.webp) 0% 0% no-repeat, url(/webp/image/action/action-bg-mob2.png.webp) 0% 100% no-repeat #1C6298;
        background-size: 100%;
        margin: 15px;
        padding: 25px;
    }
    .action_text {
        color: #fff;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .action_text span {
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 5px;
    }
    .action_button {
        display: block;
        padding: 10px 35px;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 25px auto;
        background: #f26522;
        border-radius: 12px;
        transition: all 0.5s ease-in-out;
    }
    .action_button a {
        color: #ffffff;
    }
    .action_button:hover {
        background: #515151;
    }
    .action_img {
        width: 100%;
    }
    .action_img img {
        width: 100%;
    }
    .action_text_price {
        margin: 25px 0;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .new_price {
        font-size: 24px;
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 10px;
    }
    .old_price {
        text-decoration: line-through;
    }
}

.our-works-slider .item a {
    max-height: 279px;
    overflow: hidden;
    display: block;
}

.dropnewmenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: -2px;
    background: #f5f5f5;
    border-radius: 7px;
    padding: 10px 20px;
    width: 280px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.152);
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.menu .dropnewmenu>ul {
    display: block;
}

html body .menu .dropnewmenu ul li {
    float: none;
    display: block;
    margin-right: 0px !important;
    padding: 2px 0px !important;
    font-size: 12px;
    transition: all 0.5s ease-out;
}

.dropnewmenu li:not(:last-child) {
    border-bottom: 1px dashed #c5c5c5;
}

.sticky .menu .dropnewmenu ul li a {
    height: auto;
}

.menu .dropnewmenu>ul li a {
    height: auto;
    padding: 5px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.menu>ul>li:hover>.dropnewmenu {
    display: block;
}

.menu>ul>li.havenewdrop:hover .dote {
    display: block;
}

.menu>ul>li.havenewdrop:hover>a {
    color: #f26522;
}

.dropnewmenumobile ul {
    padding-left: 15px;
}

.nav__burger ul.main li>.dropnewmenumobile>ul>li {
    margin-bottom: 5px;
}

.nav__burger ul.main li>.dropnewmenumobile>ul>li>a {
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    letter-spacing: 1px;
}
.nav__burger ul.main li>.dropnewmenumobile>ul>li>a.active__menu {
    color:#f26522;
}
.xcc-results__table{
	margin-bottom:15px;
}
#akkredit-section .like_h3,.onmain h3,.onmain .like_h3 {
    text-align: center;
    margin-bottom: 22px;
	font-size: 20px;
line-height: 22px;
}
#akkredit-section h2,.onmain h2{
    text-align: center;
    margin-bottom: 22px;
	font-size: 34px;
line-height: 48px;
}

#arszinit-section {
    padding: 60px 0;
    background-color: #fff;
}

#arszinit-section .row {
    justify-content: center;
}

#arszinit-section .like_h3 {
    margin-bottom: 25px;
}

#arszinit-section p {
    line-height: 30px;
}

#arszinit-section .col-lg-5:last-child .row {
    margin-bottom: 10px;
}

#arszinit-section .col-lg-5:last-child p {
    line-height: 20px;
    font-size: 15px;
}

#arszinit-section .col-lg-5:last-child p strong {
    font-size: 13px;
}

#arszinit-section a {
    color: #507de4;
    position: relative;
}

#arszinit-section a::after {
    position: absolute;
    top: -3px;
    right: -30px;
    content: "\f178";
    font-family: FontAwesome;
}

#arszinit-section .akkredit-img1 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

#arszinit-section .onmain{
	border: 8px solid #F36523;
	padding: 53px 80px;
}

.modal-wrapper8 p {
    text-align: center;
    color: #fff;
}

.bom-container {
    opacity: .8;
    position: fixed;
    right: 50px;
    top: 230px;
    z-index: 1000;
    cursor: pointer;
}

.bom-container:hover {
    opacity: 1;
}

.bom_timer {
    position: absolute;
    left: 13%;
    top: 35%;
    z-index: 3;
    text-align: center;
    width: 60px;
}

.bom_timer span {
    color: white;
    font-size: 42px;
}

.white .bom_timer span {
    color: #f3dd13 !important;
}

.red .bom_timer span {
    color: red !important;
}

.bom-img {
    position: relative;
    z-index: 2;
    width: 90px;
}

.bom-wick {
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 4;
}

.bom-wick_flame {
    border-radius: 50%;
    position: absolute;
    width: 2px;
    top: -3px;
    height: 4px;
    background: red;
    animation: shadow 1s infinite alternate;
}

.bom-wick_sparks {
    position: absolute;
    top: -21px;
    left: -17px;
    width: 30px;
    height: 30px;
}

.bom-container svg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    fill: rgba(255, 0, 0, .1);
    stroke: #fd8768;
    stroke-width: 20px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    filter: drop-shadow(0px 0 1px #ba003f);
    transform-style: preserve-3d;
    perspective-origin: center cetner;
    perspective: 300;
}

.kupongrey-btn {
    display: none;
    position: fixed;
    right: 50px;
    top: 230px;
    width: 60px;
    height: 80px;
    cursor: pointer;
    background: url("/webp/image/present.svg") no-repeat;
    background-size: contain;
    z-index: 999;
}

.btn-close.kupongrey-btn {
    position: absolute;
    font-size: 28px;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
}

.modal-wrapper8.open .modal {
    height: auto;
}

.onmo {
    display: none !important;
}

.pover_calc {
    padding: 0 0 60px;
	background: url(/webp/image/backgrounds/pover_calc_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.calhead {
	margin-top: 70px;
    font-weight: 800;
    font-size: 34px;
	line-height: 48px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

.calbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 35px 0;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: -6px -6px #F36523;
}

.calitem {
    background-color: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    padding: 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.calitem:nth-child(2){
	margin-top: 40px;
}

.calitem strong {
    display: block;
    text-align: center;
    padding-bottom: 15px;
	flex-basis: 100%;
	text-transform: uppercase;
    color: #515151;
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.03em;
}
.calc-preim {
	max-width: 530px;
    margin-left: auto;
	margin-top: 35px;
}
.calc-preim p{
	width: 100%;
	height: 64px;
	left: 840px;
	top: 2056px;
	background: #FFFFFF;
	box-shadow: -6px -6px #F36523;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #515151;
	margin-bottom: 24px;
}

.shchitem {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
	flex-basis: 30%;
}

.shchitem::before {
    content: '';
    display: block;
    position: absolute;
	left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    border: 1px solid #515151;
}

.shchitem.active::after {
    content: '';
    display: block;
    position: absolute;
	left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    background-color: #515151;
}

.selwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 16px;
	justify-content: center;
}

.calitem select {
	padding: 7px 15px;
    width: 280px;
    height: 48px;
    border: 1px solid #869092;
}
.calitem select:hover{
    border: 2px solid #869092;
}

.calfoot {
    font-size: 18px;
    text-align: center;
}

.calfoot .total {
    color: #000;
    font-size: 22px;
}

.calfoot .custom__button {
    margin-top: 20px;
    cursor: pointer;
}

.calfoot .custom__button::after {
    display: none;
}

.pover_calc_small .calfoot {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #515151;
}
.pover_calc_small .calfoot .total {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    color: #1C6298;
}
.pover_calc_small .calfoot .custom__button {
    margin-bottom: 37px;
	background: #F36523;
    color: #fff;
}

#banner-inside-list ul{
    margin-top:50px;
}
#banner-inside-list ul li{
    position:relative;
    margin:15px 0;
    font-size:18px;
}
#banner-inside-list ul li::before{
    display:block;
    content:'';
    position:absolute;
    width:30px;
    height:30px;
	top:0;
	left:-45px;
	background-color:#f5f5f5;
	border:3px solid #f26522;
}
#banner-inside-list ul li::after{
    display:block;
    content:'';
    position:absolute;
    width:35px;
    height:35px;
	top:-5px;
	left:-50px;
	background:url(/webp/image/check.png.webp) center no-repeat;
	background-size:contain;
}
#banner-inside-list ul li strong{
    font-size:18px;
    padding:5px 15px;
    color:#515151;
    background:#f5f5f5;
    border-radius:30px 0 30px 0;
}
@media screen and (max-width: 990px) {
/*.price-desk table td:nth-child(1){
	display:none;
}*/
#blog .subanner a{
	position:relative;
	right:auto;
	bottom:auto;
	text-align:center;
	margin:10px auto 0;
}
.foslick .slick-prev,.foslick .slick-next{
	right:-10px;
}
.foslick .slick-prev{
	left:-10px;
}	
    .calitem {
        margin-bottom: 20px;
    }
    .bom-container,
    .kupongrey-btn {
        left: 10px;
        bottom: 10px;
        right: auto;
        top: auto;
    }
    .modal-wrapper8 .online__form label {
        width: 200px;
    }
    #arszinit-section {
        /*padding: 0 0 20px 0;*/
    }
    #arszinit-section p {
        line-height: 25px;
    }
    #arszinit-section .col-lg-5:last-child br {
        display: none;
    }
    #arszinit-section .col-lg-5:last-child p {
        line-height: 25px;
        font-size: 18px;
    }
    #arszinit-section .col-lg-5:last-child .col-lg-6 p {
        margin-bottom: 0;
    }
    #arszinit-section .col-lg-5:last-child .row .col-lg-6:first-child,
    #arszinit-section .col-lg-5:last-child .row:last-child .col-lg-6:last-child {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    #arszinit-section .col-lg-5:last-child .row .col-lg-6:last-child,
    #arszinit-section .col-lg-5:last-child .row:last-child .col-lg-6:first-child {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #arszinit-section .col-lg-5:last-child p strong {
        font-size: 13px;
        line-height: 20px;
    }
    #arszinit-section .akkredit-img1 {
        margin: 10px 0;
    }
    .open .modal {
        height: auto !important
    }
}

#faq .reviews_banner_2 {
    margin: 35px auto;
}

article img {
    width: 100%;
}

.page-link {
    padding: .3rem .5rem !important;
}

#brands-prices {
    padding: 45px 0;
    background: #515151;
}

#brands-prices h2 {
    font-size: 26px;
    font-family: Fira Sans Condensed;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#brands-prices article {
    position: relative;
    display: block;
    background: #fff;
    padding: 28px 35px 0 35px;
    border-radius: 12px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.51);
    height: 360px;
    overflow: hidden;
}

.pr__box {
    display: flex;
    justify-content: space-between;
}

.pr__title {
    display: flex;
}

.pr__title h4 {
    font-size: 26px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    color: #282828;
    text-transform: uppercase;
    margin-right: 14px;
}

.pr__title span {
    display: inline-block;
    padding: 1px 7px;
    font-size: 12px;
    color: #fff;
    background: #f25e18;
    height: 20px;
    text-transform: uppercase;
}

.pr__content li {
    list-style-type: none;
    color: #515151;
}

.pr-intro-txt {
    color: #888889;
    font-size: 16px;
}

.pr__image img {
    width: 160px;
    height: auto;
}

.simcard {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #515151;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    margin-top: 10px;
}

.simcard:before {
    content: url(/webp/image/sim-card.png.webp);
    padding-right: 10px;
}

.pr__bottom {
    position: absolute;
    bottom: 0;
    height: 44px;
    width: 100%;
    left: 0;
}

.pr__price {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
}

.pr__price:before {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    content: url(/webp/image/flag-price.png.webp);
}

.pr__bottom a {
    display: block;
    position: absolute;
    right: 0;
    background: #f25e18;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    transition: all 0.4s ease-in-out;
}

.pr__bottom a:hover {
    background: #515151;
}

#preimush {
    padding: 50px 0;
}

#preimush h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#preimush .col-lg-12 p {
    display: block;
    width: 60%;
    margin-bottom: 50px;
}

.preim__box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.preim__box p {
    font-size: 16px;
}

.preimus_h2,
.nas-rekomenduet_h2,
.all-serts_h2 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

#schema {
    padding: 50px 0;
}

#schema h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#schema {
    font-size: 22px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#schema .col-lg-6 {
    padding: 0;
}

.schema__box-left,
.schema__box-right {
    padding: 28px 23px;
    min-height: 484px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.51);
}

.schema__box-left img,
.schema__box-right img {
    display: block;
    margin: 0 auto;
}

.schema__box-left {
    background-color: #c2c2c2;
}

.schema__box-right {
    background: #dddddd;
}

#podhodit {
    background: #515151;
    padding: 50px 0;
}

#podhodit h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.podhod__box {
    position: relative;
    box-shadow: 0 0 10px 5px rgba(57, 57, 57, 0.27);
    padding: 33px 26px;
    height: 254px;
}

.podhod__box span {
    position: absolute;
    display: block;
    top: 80px;
    left: -45px;
    text-align: right;
    min-width: 140px;
    font-size: 14px;
    color: #989898;
    transform: rotate(-90deg);
}

.podhod__box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.podhod__box p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    min-height: 5px;
    margin: 0;
}

#serv-txt {
    padding: 50px 0;
}

#serv-txt h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    font-family: Fira Sans Condensed;
    text-transform: uppercase;
    margin-bottom: 50px;
}

}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #brands-prices article {
        height: auto;
        margin-bottom: 20px;
    }
    .pr__box {
        display: block;
    }
    .pr__image img {
        display: block;
        margin: 0 auto;
        margin-bottom: 80px;
    }
    .pr__price {
        left: 50px;
    }
    #preimush .col-lg-12 p {
        width: 100%;
    }
    .preim__box {
        display: block;
        margin-bottom: 15px;
    }
    .schema__box-left,
    .schema__box-right {
        min-height: 100%;
    }
    .podhod__box {
        height: auto;
        margin-bottom: 20px;
    }
    .schema__box-left img,
    .schema__box-right img {
        width: 100%;
    }
}

.footer-adress_h5,
.shedule-block_h5,
.contacts-footer_h5 {
    font-weight: 700;
    font-size: 1.25rem;
}

.footer-adress_h5::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 18px;
    color: #f26522;
    margin-right: 12px;
}

.shedule-block_h5::before {
    content: "\f017";
    font-family: FontAwesome;
    font-size: 18px;
    color: #f26522;
    margin-right: 12px;
}


.manufacturer_name_h5 {
    font-size: 18px;
    font-weight: 700;
    color: #515151;
    text-transform: uppercase;
    min-height: 43px;
}

.title_h3 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
}

.calculator-section_h2 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

.xcc-field__title_h3 {
    margin: 0;
    padding: 0;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #515151;
}

.service__box_h4 {
    text-align: center;
    line-height: 20px;
    color: #515151;
    overflow: hidden;
    max-height: 0px;
    font-size: 18px;
    font-weight: 400;
    min-height: 80px;
}

.workers_h3 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.workers_h5 {
    width: 260px;
    margin: 0 auto;
    font-weight: 700;
    color: #515151;
    margin-top: 15px;
    font-size: 1.25rem;
}

.inp_h5 {
    width: 110px;
    margin: 0 auto;
    color: #515151;
    margin-top: 10px;
    font-size: 1.1rem;
}

.portfolio_h3 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.price__item_h4 {
    font-size: 18px;
    color: #515151;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    min-height: 50px;
}

.price-services_h2 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

.service__menu_h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.photo-gallery_h2,
.workers_h2,
.inp_h2 {
	font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
}

.form-section_h3 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
    text-align: center;
}


.blog__item .blog_text ul.entrance li:before {
    font-family: FontAwesome;
    content: "\f111";
    padding-right: 10px;
    font-size: 7px;
    color: #F26522;
}

.accent {
    padding: 32px 48px;
    background: #FFF3E9;
    border: 2px solid #F26522;
    margin: 20px;
}

.blog__item .blog_text ol {
    list-style-type: none;
    counter-reset: num;
}

.blog__item .blog_text ol li::before {
    content: counter(num) '. ';
    counter-increment: num;
    color: #F26522;
}

span.hits {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: auto;
    padding-left: 15px;
}

span.hits:before {
    font-family: FontAwesome;
    content: "\f06e";
    padding-right: 5px;
}

.menu ul li .dropdown__block ul p.head_menu {
    font-size: 16px;
    color: #515151;
    min-height: 40px;
    max-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.toc {
    background: #F5F5F5;
    padding: 32px;
    margin-bottom: 16px;
}

.toc h3 {
    font-weight: inherit;
    padding-bottom: 10px;
    text-transform: inherit;
    font-size: 31px;
}

.toc ul {
    padding-left: 20px;
}

.toc ul li {
    padding-bottom: 8px;
    font-size: 18px;
}

.popular_s {
    border: 5px solid #f26522;
}

.v_master {
    text-transform: uppercase;
    display: inline-block;
    background-color: #F26522;
    transform: rotate(90deg);
    width: 214px;
    height: 44px;
    text-align: center;
    padding: 10px 10px;
    position: fixed;
    bottom: 200px;
    right: -85px;
    z-index: 1000;
}
.modal-wrapper5 {
    display: none;
}
.v_master:hover {
    background: #515151;
}

.v_master a {
    color: #ffffff;
}

.v_master a:hover {
    color: #ffffff;
}

.v_master img {
    padding-right: 8px;
}

.modal-wrapper5.open .modal {
    /*height: 450px;*/
}

.modal-wrapper6 p {
    margin-bottom: 5px;
}

.modal-wrapper6 .town_n {
    border-bottom: 1px solid #f26522;
}

.town1,
.town2 {
    float: left;
}

#include_price {
    padding: 60px 0;
    background-attachment: fixed;
}
#include_price.loaded {
    background: url(/webp/image/backgrounds/white-scratone.png.webp);
}

.include_price__box {
    text-align: center;
    width: 110px;
    position: relative;
}

.include_price__box img {
    margin: auto;
}

.garanty_h2 {
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #515151;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.master_banner {
    display: block;
    padding: 10px 35px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 35px;
    background: #f26522;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}

.master_banner a {
    color: #ffffff;
}

.master_banner:hover {
    background: #515151;
}

#services-page .row {
    justify-content: center;
}

#text-after-header {
    padding: 40px 0;
    /*background: #f5fbff;*/
    text-align: center;
}

#text-after-header p {
    font-size: 22px;
}

.error_404 {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.error_404_in {
    margin: 20px auto;
    text-align: center;
}

.text_404_h2 {
    font-size: 26px;
    font-weight: bold;
}

.but_404 {
    text-transform: uppercase;
    background-color: #F26522;
    color: #fff;
    text-align: center;
    border-radius: 11px;
    padding: 10px 32px;
    transition: all 0.5s ease-in-out;
}

.but_404:hover {
    background: #515151;
    color: #fff;
}

.text_404 {
    margin: 30px !important;
}

.text_404 a {
    color: #F26522;
}

.text_strong {
    font-weight: bold;
}

.reviews_banner_text {
    display: block;
    padding: 20px;
    font-size: 20px;
    border: 2px solid #6e381f;
    margin: 35px auto;
    background: #f5f5f5;
    border-radius: 12px;
}

.reviews_banner_1 {
    display: block;
    padding: 10px 35px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #515151;
    transition: all 0.5s ease-in-out;
}

.reviews_banner_2 {
    display: block;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #f26522;
    transition: all 0.5s ease-in-out;
}

.reviews_banner_2 a {
    color: #ffffff;
}

.reviews_banner_2:hover {
    background: #515151;
}

.reviews_banner_1 a {
    color: #ffffff;
}

.reviews_banner_1:hover {
    background: #f26522;
}

.button-reviews {
    text-align: center;
    font-size: 24px;
}

.send-review {
    text-transform: uppercase;
    color: #515151;
    font-weight: 700;
    border-radius: 12px;
    padding: 5px 20px;
}

.send-review:hover {
    background: #f26522;
    color: #fff;
    transition: 0.4s;
}

.modal-wrapper8 span {
    color: #f26522;
}

.review-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.review-block .ec-message {
    margin-bottom: 50px;
    padding: 10px 25px;
    border-radius: 50px 0px 50px 0px;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 55%), -20px 20px 0 -17px #eee, 20px -20px 0 -17px #eee, 20px 20px 0 -20px #59238500, 0 0 0 2px #f26624;
    background: #f5f5f5;
}

.review-block .ec-message__reply {
    border-radius: 50px 0px 50px 0px;
    padding: 10px 25px;
    border: 1px solid #e3e3e3;
}

#reviews {
    margin-top: 25px;
}

.review-in a {
    display: block;
    background: #f5f5f5;
    margin: auto;
    padding: 5px 10px;
    border-radius: 4px;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner_reviews {
    border: 4px solid #f26522;
    border-radius: 20px;
    padding: 20px;
}

.banner_reviews_h2 {
    text-align: center;
    color: #515151;
    font-size: 20px;
    font-weight: bold;
}

.read_rev {
    text-align: center;
    margin: 15px;
    font-size: 20px;
}

.read_rev i {
    font-size: 50px;
    color: #f26522;
}

.rev-img {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rev-img img {
    height: 30px;
    margin: 10px 5px;
}

.rev-img span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: text-top;
}

.service-top__content ul li {
    list-style-type: disc;
}

#reviews_ban {
    margin: 35px auto;
}

.policy {
    text-decoration: underline;
    color: #fff;
}

.policy:hover {
    color: #fff;
}

.co__form .policy,
.co__form .policy:hover {
    color: #8b8b8b;
}

#complaint {
    padding: 30px 0;
    background: linear-gradient(90deg, #515151, #a39189, #515151);
    background-repeat: no-repeat;
    position: relative;
}

.comp2 p {
    color: #fff;
}

.comp2 {
    padding-top: 25px;
}

.comp2 .reviews_banner_2 {
    margin: 15px 0;
}

body .priest table th {
    background-color: #1C6298;
    color: #fff;
    font-weight: 700;
	font-size: 20px;
	line-height: 22px;
    border: 1px solid #1C6298;
    padding: 15px;
}

body .priest table tr {
    color: #515151;
    border-bottom: 1px solid #E6E7E9;
}
body .priest table td {
    background-color: #E9F0F5;
    color: #515151;
    border: none;
    padding: 15px;
}

.section-title{
	font-family: 'Fira Sans Condensed';
	font-style: normal;
	font-weight: 800;
	font-size: 34px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}

section.rab_list {
    padding-bottom: 40px;
}
.usluga__box {
    display: block;
    background: #fff;
    box-shadow: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    height: 100%;
    border: 1px solid #1C6298;
    width: 302px;
    margin: 0;
}
.usluga__box .usluga__name {
    padding: 10px 15px;
}
.usluga__box img{
    height: 160px;
    margin: 0 auto;
}
.usluga__box .service-item-title {
    font-weight: 800;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    /*align-items: flex-end;*/
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #515151;
    /*height: 4em;*/
	margin-top: 10px;
}
.usluga__box .service-item-price {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F36523;
}
.usluga__box .call_master {
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.5s ease-in-out;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #1C6298;
    height: 48px;
    cursor: pointer;
}

.service-links {
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    height: 120px;
    margin-bottom: 40px;
}
.service-links a {
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 2.5;
    height: 48px;
    border: 1px solid #869092;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}
.orange-button {
    width: 263px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #F36523;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color: #F36523;
    text-align: center;
    text-decoration: underline;
    padding: 10px 40px;
}

@media (max-width: 767px) {
    .reviews_banner_2,
    .reviews_banner_1 {
        margin: 10px auto;
    }
    .reviews_banner_buttons {
        display: flex;
        flex-direction: column;
    }
    .action_block {
        width: 90%;
        background: url(/webp/image/action/action-bg-mob1.png.webp) 0% 0% no-repeat, url(/webp/image/action/action-bg-mob2.png.webp) 0% 100% no-repeat #1C6298;
        background-size: 100%;
        margin: 15px;
        padding: 25px 45px;
    }
    .action_text {
        color: #fff;
        width: 100%;
        font-size: 20px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .action_text span {
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 5px;
    }
    .action_button {
        display: block;
        padding: 10px 35px;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
        margin: 25px auto;
        background: #f26522;
        border-radius: 12px;
        transition: all 0.5s ease-in-out;
    }
    .action_button a {
        color: #ffffff;
    }
    .action_button:hover {
        background: #515151;
    }
    .action_img {
        width: 100%;
    }
    .action_img img {
        width: 100%;
    }
    .action_text_price {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
    }
    .new_price {
        font-size: 24px;
        color: #1C6298;
        background-color: #fff;
        border-radius: 5px;
        padding: 0 10px;
    }
    .old_price {
        text-decoration: line-through;
    }
    .error_404_in {
        width: 90%;
    }
    .error_404 img {
        width: 80%;
    }
    .modal-wrapper6 .content__modal {
        padding: 20px;
    }
    .modal-wrapper6.open .modal {
        margin-top: 0;
        height: 560px;
        opacity: 1;
        border-radius: 20px;
    }
    .master_banner {
        margin: 35px auto !important;
    }
    #offer {
        top: 0;
        margin-bottom: 0;
        padding: 10px 0
    }
    .offer h1 {
        font-size: 25px;
    }
    #water-mater-checking {
        padding: 30px 0;
    }
    .water-meter-right__block {
        width: 100%;
        margin-top: 30px;
    }
	.co__form h5 {
		text-align:center;
		margin-left:0;
	}
    #benefits .col-lg-12 p {
        width: 100%;
        text-align: center;
    }
    #benefits .col-lg-5th {
        width: 100%;
    }
    #service-section {
        padding: 30px 0;
    }
    #service-section .bottom__block {
        height: 270px;
    }
    #service-section .bottom-block__2th {
        margin-bottom: 10px;
    }
    .desctop__services {
        display: none;
    }
    .mobile__services {
        display: block;
    }
    #service-section .top-block__2th {
        height: 200px;
    }
    #service-section .top-block__2th:after {
        bottom: 0;
        top: -20px;
        transform: rotate(0deg);
    }
    #service-section .top__block {
        margin-top: 10px;
    }
    #prices-our-works .price-block__container {
        padding: 0 20px 40px;
    }
    #prices-our-works .price-block__container .col-lg-12 p {
        width: 100%;
    }
    #prices-our-works .price__box-gl {
        margin-bottom: 80px;
    }
    #eirc {
        padding: 30px 10px;
    }
    #eirc .col-lg-12 p {
        width: 100%;
    }
    .eirc__block {
        display: block;
    }
    .eirc__block .eirc__box {
        margin-bottom: 30px;
    }
    #eirc span {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    #timeline {
        padding: 30px 0;
    }
    .title__item {
        width: 100%;
    }
    #timeline p {
        width: 100%;
        margin-top: 20px;
    }
    .timeline li {
        padding: 40px 0;
    }
    #about-us .col-left {
        padding: 20px;
        border-radius: 0;
    }
    .certificate__carousel .slick-prev {
        left: -10px;
    }
    .certificate__carousel .slick-next {
        right: -10px;
    }
    #photo-gallery {
        padding: 30px 0;
    }
	
	/*#photo-gallery h2 {
		color: #fff;
	}*/
    #photo-gallery p {
        width: 100%;
    }
    #photo-gallery .col-lg-3 a {
        margin: 0 auto;
    }
    #collective p {
        width: 100%;
    }
    #collective .collective-icons__block {
        display: block;
        width: 100%;
    }
    #collective .collective-icons__block .icon__box {
        margin: 0 auto;
    }
    #our__services {
        padding: 0;
    }
    .carousel__box {
        max-width: 100%;
    }
    .service__carousel {
        top: -80px;
    }
    .title__ourservice {
        padding: 15px 20px;
        text-align: center;
        width: 150px;
        margin: 0 auto;
    }
    .title__ourservice h3 {
        margin-top: 0;
    }
    .carousel__service {
        margin-top: 30px;
    }
    .carousel__service .slick-prev {
        left: -10px;
        z-index: 99;
    }
    .carousel__service .slick-next {
        right: -10px;
        z-index: 99;
    }
    .price__section .container {
        border-radius: 0;
        padding: 25px 15px 65px 15px;
    }
    .price__section {
        margin-top: 30px;
    }
    .table__price {
        margin: 0;
    }
    .price__section .price__box-gl {
        margin-bottom: 60px;
    }
    #about-us .container {
        padding: 0 15px;
    }
    .about-us__left ul {
        display: block;
    }
    .about-us__left ul li {
        padding: 10px 0;
    }
    .about-us__left ul li:nth-child(1) {
        margin: 0;
    }
    .about-us__left ul li img {
        display: block;
        margin: 0 auto;
    }
    #about-us .col-right {
        padding: 20px;
        border-radius: 0;
    }
    #about-us .col-right img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }
    #collective {
        padding: 30px 20px;
    }
    #collective .collective__carousel1 .slick-next {
        right: -10px;
    }
    #include_price .include_price__carousel .slick-next {
        right: 0px;
    }
    #collective .collective__carousel1 .slick-prev {
        left: -20px;
    }
    #include_price .include_price__carousel .slick-prev {
        left: 0px;
    }
    .testimonial__block {
        padding: 0 0 30px;
    }
    .testminial__content {
        max-height: 100%;
        min-height: 100%;
    }
    .testimonial__block .slick-prev {
        left: 0;
        z-index: 99;
    }
    .testimonial__block .slick-next {
        right: 0
    }
    #testimonials .testimonial-intro__text {
        width: 100%;
    }
    #online-form-section {
        padding: 40px 0;
        background: none;
    }
    .form__img {
        display: none;
    }
    .online__form {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 40px 20px 30px;
    }
    .online__form input {
        width: 100%;
    }
    .online__form select {
        width: 100%;
    }/*
    .online__form label {
        width: 240px;
    }*/
    #checkbox-button2 {
        margin-left: 0;
        margin-right: 10px;
    }
    #videos__teasers {
        padding: 40px 20px;
    }
    #videos__teasers article {
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .hover-gradient {
        display: none;
    }
    .button__video {
        top: 180px;
    }
    #videos__teasers article p {
        height: 60px;
        overflow: hidden;
    }
    .footer__logo {
		margin: 0 auto;
        margin-bottom: 20px;
    }
    .footer__logo a img {
        display: block;
        margin: 0 auto;
    }
    #footer .footer__menu {
        margin-bottom: 20px;
    }
    #footer .search__rating {
        justify-content: center;
    }
    #footer .social-buttons__footer {
        display: block;
        margin-top: 20px;
    }
    .modal-wrapper,
    .modal-wrapper2,
    .modal-wrapper5,
    .modal-wrapper6,
    .modal-wrapper7,
    .modal-wrapper8 {
        padding: 20px;
    }
    .modal-wrapper.open .modal,
    .modal-wrapper2.open .modal,
    .modal-wrapper5.open .modal,
    .modal-wrapper6.open .modal,
    .modal-wrapper7.open .modal,
    .modal-wrapper8.open .modal {
        margin-top: 0;
        opacity: 1;
    }
    .modal {
        width: 100%;
        top: 50%;
        left: 50%;
        margin: 0;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .online__form #input-message {
        width: 100%;
    }/*
    .online__form label {
        width: 200px;
    }*/
    .modal-wrapper .online__form #checkbox-button2,
    .modal-wrapper2 .online__form #checkbox-button2,
    .modal-wrapper5 .online__form #checkbox-button2,
    .modal-wrapper7 .online__form #checkbox-button2,
    .modal-wrapper8 .online__form #checkbox-button2 {
        margin-left: 0;
    }
    .modal-wrapper .online__form #contact-submit2,
    .modal-wrapper2 .online__form #contact-submit2,
    .modal-wrapper5 .online__form #contact-submit2,
    .modal-wrapper7 .online__form #contact-submit2,
    .modal-wrapper8 .online__form #contact-submit2 {
        margin-right: 0;
    }
    .modal-wrapper4 .modal {
        width: 90%;
        height: 400px;
    }
    .modal-wrapper4 .head {
        height: 60px;
    }
    .modal-wrapper4 .modal .content__modal {
        padding: 0 10px;
        height: 400px;
    }
    .head h5, .head .like_h5 {
        font-size: 18px;
    }
    .breadcrumbs__block {
        display: block;
    }
    #breadcrumbs h1 {
        font-size: 20px;
        padding-left: 15px;
    }
    #breadcrumbs h1::before {
        left: 0;
    }
    .breadcrumbs__navigation ul {
        padding: 0;
    }
    .breadcrumbs__navigation ul li:not(:last-child):after {
        display: none;
    }
    .breadcrumbs__navigation ul li a {
        padding: 5px 10px;
    }
    .breadcrumbs__navigation ul li:not(:last-child) {
        margin: 0;
        margin-right: 5px;
    }
    .breadcrumbs__navigation ul li:last-child {
        margin: 0;
    }
    #offer-poverka {
        padding: 70px;
    }
    .poverka__steps {
        width: 100%;
    }
    #offer-poverka .container,
    #offer-poverka .col-lg-6 {
        padding: 0;
    }
    .bg-img__form {
        display: none;
    }
    .right-offer__block {
        margin-left: 0;
        margin-top: 20px;
    }/*
    .price__services {
        display: block;
    }*/
    .price__box:not(:last-child) {
        margin: 0;
        margin-bottom: 20px;
    }
    .service-top__content {
        padding: 0 20px;
    }
    .filial__list {
        display: block;
    }
    .price-table__columns {
        display: block;
    }
    .price-table__box {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #akkredit-section {
        padding: 0;
    }
    #akkredit-section h3 {
        margin-top: 20px;
    }
    .akkredit-two__column {
        display: block;
    }
    .akkredit-left__block {
        padding: 25px 30px 25px;
        width: 100%;
        border-radius: 0;
    }
    .akkredit__images {
        display: none;
    }
    #offer-fizlic {
        background: url(/webp/image/backgrounds/bg-group-order.jpg.webp) no-repeat top center;
        background-size: cover;
    }
    .offer-group__block {
        width: 100%;
    }
    .offer-group__block h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .offer-group__block p {
        background: #f5f5f5a6;
        padding: 10px;
    }
    .contacts-offer__block {
        display: block;
    }/*
    .co__social {
        display: none;
    }*/
    .co__form {
        left: 0;
    }
    .co__form .online__form {
        padding: 10px;
    }
    #yandex-map-block .left-yandex {
        padding-right: 15px;
    }
    .yandex-map__left {
        border-radius: 25px;
        border: 1px solid #c5c5c5;
        margin-bottom: 20px;
    }
    #yandex-map-block .right-filials {
        padding-left: 15px;
    }
    .filials__right {
        border-radius: 25px;
        border: 1px solid #c5c5c5;
        height: 100%;
    }
    .rekvizity__company {
        width: 100%;
    }
    #offer .offer__form {
        position: relative;
        width: 100%;
        border-radius: 25px;
    }
    #offer .offer__form .offer-form__title h5 {
        text-align: center;
    }
    #offer .offer__form .form__block input,
    .offer__form .form__block select {
        width: 100%;
        margin: 5px 0;
    }
    #offer .checkbox-block__desc {
        display: none;
    }
    .checkbox-block__mob {
        position: relative;
        display: block;
    }
    #offer #checkbox-button3 {
        top: 210px;
    }
    #how-working {
        display: none;
    }
    .steps:before {
        border: none;
    }
    .steps ul {
        display: block;
    }
    .steps ul li {
        margin-bottom: 50px;
    }
    #calculator-section .xcc-form {
        width: 100%;
    }
    #calculator-section .xcc-field {
        padding: 20px;
    }
    #calculator-section .xcc-field_radio {
        width: 100%;
    }
    #calculator-section .xcalc label {
        font-size: 13px;
    }
    #calculator-section .xcc-field_msproducts {
        width: 100%;
    }
    #calculator-section .xcc-field_radio:after,
    #calculator-section .xcc-field_msproducts:after,
    #calculator-section .xcc-field_checkbox:after,
    #calculator-section .xcc-field_number:after {
        display: none;
    }
    #calculator-section .xcalc label {
        margin: 5px 0;
		display:flex;
    }
    #banner-inside-list,
    #banner-inside-reviews {
        height: 100%;
    }
    #banner-inside-list .bg-left__banner,
    #banner-inside-reviews .bg-left__banner {
        display: block;
    }
    #banner-inside-list .col-lg-6:nth-child(1),
    #banner-inside-reviews .col-lg-6:nth-child(1) {
        display: block;
        height: 60px;
        height: auto;
    }
    #banner-inside-list .bg-left__banner:after,
    #banner-inside-list .bg-left__banner:before,
    #banner-inside-reviews .bg-left__banner:after,
    #banner-inside-reviews .bg-left__banner:before {
        display: none;
    }
    #banner-inside-list .bg-left__banner img,
    #banner-inside-reviews .bg-left__banner img {
        width: 100%;
        margin: 0 auto;
    }
   /* #breadcrumbs {
        display: none;
    }*/
    .slider__carousel-certnew {
        width: 100%;
        margin: 0;
    }
    .slider__carousel-certnew .slide.slick-center .child-element {
        height: 100%;
    }
    .slider__carousel-certnew .slide .child-element {
        height: 100%;
        margin-top: 0;
    }
    .slider__carousel-certnew .slide .child-element img {
        max-width: 230px;
        height: auto;
		margin: 0 auto;
    }
	.slider__carousel-certnew .slick-prev:before, .slider__carousel-certnew .slick-next:before,
	.gallery__carousel .slick-prev:before, .gallery__carousel .slick-next:before {
		color: #515151;
		font-size: 40px;
		opacity: 1;
		transition: all 0.3s ease-in-out;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 25px;
		line-height: 40px;
		opacity: 1;
		color: #fff;
		background-color: #f26522;
	}
    .liner__carousel {
        width: 80%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .slider__carousel-certnew .slick-prev{
        left: 0;
    }
    .slider__carousel-certnew .slick-next{
        right: 0;
    }
    .gallery__carousel .slick-prev {
        left: 7px;
    }
    .gallery__carousel .slick-next {
        right: 7px;
    }
    .number-slide {
        bottom: 0;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .slider__carousel-certnew .slick-prev,
    .slider__carousel-certnew .slick-next{
        top: 44%;
    }
    .gallery__carousel .slick-prev,
    .gallery__carousel .slick-next {
        top:55%;
    }
    .slide-box__content img {
        width: 80%;
        opacity: 1;
    }
    .nas-rek__carousel .slick-prev {
        left: 0;
    }
    .nas-rek__carousel .slick-next {
        right: 0;
    }
    .nas-rek__carousel .slick-next:before {
        font-size: 40px;
    }
    .nas-rek__carousel .slick-prev:before {
        font-size: 40px;
    }
    .carousel-left__bg,
    .carousel-right__bg {
        display: none;
    }
    #preimushestvo .preim__box,
    #garanty .preim__box {
        margin: 20px;
    }
    #preimushestvo,
    #garanty {
        background-size: cover;
    }
    .pipe {
        display: none;
    }
    .vector-offer {
        display: none;
        margin: 0 auto;
    }
    .offer__triggers {
        display: block;
        margin-bottom: 30px;
    }
    .offer__triggers p {
        width: 300px;
        margin: 0 auto;
        margin:10px;
    }
    .offer__triggers p:not(:last-child) {
        margin: 0 auto;
        margin:10px;
    }
    .offer__feedbackform {
        width: 100%;
    }
    .offer__triggers p:not(:last-child) {
        border-bottom: 1px dashed #c5c5c5;
    }
    .offer__feedbackform p {
        text-align: center;
    }
    .offer__feedbackform .phone__mask {
        width: 100%;
    }
    #submit-offer {
        width: 100%;
        left: 0;
        top: 10px;
        margin-bottom: 10px;
    }
    .offer__feedbackform .checkbox__custom {
        display: none;
    }/*
    .offer__feedbackform label {
        display: none;
    }*/
    .offer__feedbackform .checkbox-i {
        display: none;
    }
    #service-section .service__menu {
        margin-bottom: 20px;
    }
    #text-block {
        padding: 20px;
    }
    #benefits .box p {}
    #offer {
		background-size: cover;
    }
    #preimushestvo{
        background: #e8e8e8;
    }
    #service-section {
        background: #fff;
    }
    .online__form {
        animation: none;
    }
    #footer {
        background: none;
        background-color: #515151;
    }
    #service-section .service__menu {
        min-height: 0;
    }
	
	.price-table__columns.table2 .price-table__box {
		margin: auto;
		margin-bottom: 20px;
	}
	#arszinit-section .onmain {
		margin-top: 20px;
		padding: 16px;
	}
	.intermap__content.onew {
		padding: 16px;
	}
	#offer-poverka {
		padding: 16px;
	}
	h2,.like_h2 {
		margin-bottom: 16px;
	}
	#text-block .text-block-wrap {
		padding: 16px;
	}
	.rao__tab_list_item ul li {
		background: none;
		padding-left:0;
	}
	.offer-poverka .form-feedback input[name="date"], .offer-poverka .form-feedback input[name="time"] {
		flex-basis: 100%;
	}
	.collective__carousel1 .slick-prev, .collective__carousel1 .slick-next {
		top: 90%;
		width: 48px;
		height: 48px;
		border: 1px solid #1C6298;
	}
	#footer .footer__address p,
	#footer a.footer-email,
	#footer .schedule__block p,
	#footer .footer__menu ul li a,
	.footer-menu_h2,
	#footer .footer__menu a.blog_f	{
		color: #fff;
	}
	.social__header {
		width: 50%;
		margin: auto;
	}
	.footer-bottom .politic,
	.footer-bottom .map	{
		justify-content: center;
	}
	#footer .social-buttons__footer ul {
		justify-content: center;
	}
	.footer-menu_h2 {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.left-offer__content h1,
	h2,.like_h2,
	.calhead,
	.calculator-section_h2,
	#eirc .col-lg-12 p,
	#interactive-map .inter_title,
	.videos__teasers-title,
	#our-clients h3	{
		font-size: 28px !important;
		line-height: 36px;
	}
	#calculator-section .xcc-field {
		margin: 0 auto;
	}
	a.call_master.fural {
		margin-top: 20px;
		text-align: center;
	}
	.slider__carousel-certnew {
		height: auto;
	}
	.sticky.header {
		width: 100vw;
	}
	/*.v_master {
		transform: none;
		bottom: 30px;
		left: 16px;
	}*/
	body {
		overflow-x: hidden;
	}
	.social__header {
		width: 25%;
		padding-top: 0px;
	}
	html {
		overflow-x: hidden;
	}
	.mob-hide{
		display: none;
	}
	.eirc__block .eirc__box {
		height: auto;
		padding-bottom: 20px;
	}
	.faq__item .heading {
		padding-right: 4rem;
	}
	#footer {
		text-align: center;
	}
	#footer .contacts__footer a {
		color: #ffffff;
	}
	#footer .footer__address p,
	#footer .schedule__block p	{
    justify-content: center;
	}
	.offer-poverka .form-feedback input[name="address"],
	.offer-poverka .form-feedback input[name="date"],
	.offer-poverka .form-feedback input[name="time"]	{
		flex-basis: 332px;
	}
	.offer-poverka .form-feedback input,
	.offer-poverka .form-feedback select{
		flex-basis:100%!important;
	}
	input[type="radio"] {
		margin-right:10px;
	}
}


@media screen and (max-width: 991px) {
	
    .price-table__box {
        width:auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .master_banner {
        margin: 35px auto !important;
    }
    #header-section .col-lg-7 {
        display: none;
    }
    #header-section .col-lg-3,
    .col-md-3 {
        max-width: 100%;
    }
    #header-section .col-lg-2,
    #header-section .col-lg-7,
    #header-section .col-lg-3 {
        position: relative;
    }
    .phone__header {
        width: 250px;
    }
    .menu {
        display: none;
    }
    .social__header {
        width: 250px;
        margin-top: 20px;
    }
    .burger {
        display: block;
        top: 75px;
    }
    .sticky .burger {
        top: 5px;
    }
    .breadcrumbs__navigation {
        display: none;
    }
	#offer {
		background-position: center !important;
		background-size: cover !important;
	}
    #offer h1 {
        max-width: 100%;
    }
    .offer__triggers {
		max-width: 100%;
    }
    .offer__triggers p {
		width: calc(50% - 15px);
    }
    .offer__triggers p:not(:last-child) {
        margin-left: auto;
        margin-right: 0;
    }
    #offer .offer__form {
        position: relative;
        bottom: 0;
        width: 100%;
        border-radius: 25px;
    }
    #offer .offer__form label {
        width: 180px;
    }
    .offer__img {
        display: none;
    }
    #offer #contact-submit2 {
        width: 180px;
    }
    #offer #checkbox-button3 {
        right: 8px;
    }
    #offer .offer__form label:before {
        right: -35px;
    }
    .water-meter-right__block {
        width: 100%;
    }
    #water-mater-checking {
        padding: 100px 0 30px;
    }
    #benefits .col-lg-12 p {
        width: 100%;
    }
    .desctop__services {
        display: none;
    }
    .mobile__services {
        display: block;
    }
    #prices-our-works .price-block__container .col-lg-12 p {
        width: 100%;
    }
    #service-section .bottom-block__2th {
        margin-bottom: 10px;
    }
    #service-section .top__block {
        margin-top: 10px;
    }
    #service-section .top-block__2th:after {
        transform: rotate(0deg);
        bottom: 0;
        top: -22px;
    }
    #service-section .service__menu {
        padding: 10px;
    }
    #service-section .service__menu h4 {
        font-size: 18px;
    }
    #service-section .service__menu ul li a {
        font-size: 16px;
    }
    #prices-our-works .price-block__container .table__price .col-lg-3 {
        width: 50%;
    }
    #prices-our-works .price__box-gl {
        margin: 30px 0;
    }
    #testimonials .testimonial-intro__text {
        width: 100%;
    }
    .eirc__block .eirc__box {
        margin: 0 10px;
    }
    #about-us .col-right {
        border-radius: 25px;
    }
    #photo-gallery {
        padding: 30px 0;
    }
    #photo-gallery p {
        width: 100%;
    }
    #photo-gallery .col-lg-3 {
        width: 32%;
    }
    #photo-gallery .col-lg-3 a {
        width: 200px;
    }
    #collective {
        padding: 30px;
    }
    #collective p {
        width: 100%;
    }
    #collective .collective-icons__block {
        width: 100%;
    }
    #collective .collective-icons__block .icon__box {
        width: 200px;
    }
    #footer .col-lg-3 {
        width: 50%;
    }
    #footer .col-lg-4 {
        width: 32%;
    }
    #footer .footer__menu {
        margin-bottom: 10px;
    }
    .price-table__columns {
        display: flex;
        flex-wrap: wrap;
    }
    .price-table__box {
        margin: 20px;
    }
    #akkredit-section {
        margin-top: 30px;
    }
    .akkredit-left__block {
        padding: 45px 25px 45px;
    }
    .akkredit-img2 {
        width: 200px;
    }
    .form__img {
        display: none;
    }
    .online__form {
        border-radius: 30px;
        margin: 0 auto;
    }
    #how-working {
        display: none;
    }
    #trust-us .title__ourservice {
        padding: 10px;
        margin: 38px 0 30px
    }
    .co__form {
        left: -50px;
    }
    .co__social {
        display: none;
    }
    #yandex-map-block .left-yandex {
        padding: 0 15px;
    }
    #yandex-map-block .right-filials {
        padding: 0 15px;
    }
    .yandex-map__left {
        border-radius: 25px;
    }
    .filials__right {
        border-radius: 25px;
        margin-top: 30px;
    }
    #banner-inside-list,
    #banner-inside-reviews {
        height: 100%;
    }
    #banner-inside-list .col-lg-6:nth-child(1),
    #banner-inside-reviews .col-lg-6:nth-child(1) {
        height: 100%;
        display: block;
    }
    #banner-inside-list .bg-left__banner,
    #banner-inside-reviews .bg-left__banner {
        display: block;
    }
    #banner-inside-list h1,
    #banner-inside-reviews h1 {
        padding: 10px 25px;
    }
    .left-offer__block {
        display: flex;
    }
    .right-offer__block {
        margin-left: 0;
        padding: 30px 0 0;
    }
    .bg-img__form {
        display: none;
    }
    #calculator-section .xcc-form {
        width: 100%;
    }
    #calculator-section .xcc-field_radio {
        width: 320px;
    }
    #portfolio .container .col-lg-4 {
        width: 50%;
    }
    .portfolio__block {
        display: block;
        width: 340px;
        margin: 0 auto;
    }
    .portfolio__block .item {
        height: 100%;
    }
    #testimonials {
        padding: 30px;
    }
    #photo-gallery .col-lg-3 a {
        min-height: 100%;
    }
    #price-category .col-lg-4 {
        width: 50%;
    }
    #our-clients .col-lg-3 {
        width: 50%;
    }
    .nas-rek__carousel .slick-next {
        right: 0;
    }
    .liner__carousel {
        width: 100%;
    }
    .number-slide {
        left: 0;
    }
    #preimushestvo .preim__box,
    #garanty .preim__box {
        border-radius: 20px 0px 20px 0px;
    }
    #preimushestvo .preim__box p,
    #garanty .preim__box p {
        font-size: 13px;
        line-height: 16px;
    }
    #preimushestvo .preim__box i,
    #garanty .preim__box i {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header-section .col-lg-7 {
        display: none;
    }
    #header-section .col-lg-2 {
        margin-left: 20px;
    }
    #header-section .col-lg-3,
    #header-section .col-md-3 {
        max-width: 70%;
        margin-left: auto;
        margin-right: 100px;
    }
    .phone__header {
        width: 300px;
    }
    .burger {
        display: block;
        top: 50px;
    }
    .sticky .burger {
        top: 5px;
    }
    .water-meter-right__block {
        width: 100%;
    }
    #service-section .bottom__block p {
        line-height: 18px;
    }
    #prices-our-works .price-block__container .col-lg-12 p {
        width: 100%;
    }
    #photo-gallery .col-lg-3 a {
        width: 220px;
        min-height: 0;
    }
    .liner__carousel {
        width: 100%;
    }
    #collective p {
        width: 100%;
    }
    #collective .collective-icons__block {
        width: 100%;
    }
    .collective__box h5 {
        width: 200px;
    }
    .online__form {
        width: 400px;
    }
    #checkbox-button2 {
        margin-left: 0;
    }
    .poverka__steps {
        width: 240px;
    }
    #calculator-section .xcc-form button:not(.custom_button) {
        margin: 0 auto;
    }
    #preimushestvo .preim__box p,
    #garanty .preim__box p {
        font-size: 16px;
    }
}