:root {

    --theme-font-main: 'Roboto', sans-serif;

    --theme-color-main: #721e1e;
    --theme-color-addit: #202020;
    
    --theme-color-main-filter: invert(13%) sepia(47%) saturate(2728%) hue-rotate(339deg) brightness(106%) contrast(94%);
    --theme-color-addit-filter: invert(9%) sepia(6%) saturate(22%) hue-rotate(314deg) brightness(87%) contrast(89%);
    --theme-color-white-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    --theme-color-black-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(192deg) brightness(85%) contrast(105%);

}


/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.alignright {text-align: right; margin: 0; display: block; float: right;}
.alignleft {text-align: left; margin: 0; display: block; float: left;}
.aligncenter {text-align: center; margin: 0 auto; display: block; float: none;}
.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
/* cf7 */
div.wpcf7{margin:0;padding:0}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid red}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative; display: block;}span.wpcf7-not-valid-tip{color:red;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:white;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url('../../images/ajax-loader.gif');width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}div.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}

html {font-size: 100%; scroll-behavior: smooth; scroll-padding-top: 120px;}
body {margin: 0; padding: 0; overflow-x: hidden; background: white; font-family: var(--theme-font-main);}

img:not(.initial) { transition: opacity 1s;}
img.initial,
img.loaded,
img.error {opacity: 1;}
img:not([src]) {visibility: hidden;}

img:is([sizes="auto" i], [sizes^="auto," i]) {contain-intrinsic-size: auto;}

/* font-family: 'Lato', sans-serif; */
.hidden {visibility: hidden; display: none;}
a {text-decoration: none; outline: none; color: #721e1e;}
a:hover {color: #999999;}
a:focus, a:active {outline: none;}
p {color: #333; font-weight: 400; font-size: 16px; line-height: 22px; margin-bottom: 20px;}
strong, b {font-weight: 700;}
ul,
ol {margin: 0; padding: 0; list-style: none;}
h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Exo 2', sans-serif; font-weight: 700; color: #333; margin-bottom: 40px;}

h1 {font-size: 28px; line-height: 30px;}
h2 {font-size: 24px; line-height: 26px;}
h3 {font-size: 22px; line-height: 24px;}
h4 {font-size: 18px; line-height: 20px;}
h5 {font-size: 16px; line-height: 18px;}
h6 {font-size: 14px; line-height: 16px;}

em {font-style: italic;}

img {max-width: 100%; height: auto;}
img.alignright {float: right; margin-left: 30px;}
img.alignleft {float: left; margin-right: 30px;}
img.aligncenter {float: none; margin: 0 auto; display: block;}


input,
textarea {font-size: 14px; font-weight: 400; color: #363636; border: 0; border-left: 1px solid var(--theme-color-main); border-bottom: 1px solid var(--theme-color-main); font-family: var(--theme-font-main); padding: 10px 15px; width: calc(100% - 30px); background: transparent;}

input:focus,
textarea:focus,
button:focus,
input:active,
textarea:active,
button:active {outline:0; border: 0; border-left: 1px solid #363636; border-bottom: 1px solid #363636;}

input::-webkit-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -webkit-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
input::-moz-placeholder {color: #363636; font-weight: 400; font-size: 14px; -moz-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
input:-ms-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -ms-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
input::-ms-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -ms-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
input::placeholder {color: #363636; font-weight: 400; font-size: 14px; transition: all .2s ease; opacity: 1;}
textarea::-webkit-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -webkit-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
textarea::-moz-placeholder {color: #363636; font-weight: 400; font-size: 14px; -moz-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
textarea:-ms-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -ms-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
textarea::-ms-input-placeholder {color: #363636; font-weight: 400; font-size: 14px; -ms-transition: all .2s ease; transition: all .2s ease; opacity: 1;}
textarea::placeholder {color: #363636; font-weight: 400; font-size: 14px; transition: all .2s ease; opacity: 1;}

input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: all .2s ease; transition: all .2s ease;}
input:focus::-moz-placeholder {opacity: 0; -moz-transition: all .2s ease; transition: all .2s ease;}
input:focus:-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
input:focus::-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
input:focus::placeholder {opacity: 0; transition: all .2s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: all .2s ease; transition: all .2s ease;}
textarea:focus::-moz-placeholder {opacity: 0; -moz-transition: all .2s ease; transition: all .2s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
textarea:focus::-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
textarea:focus::placeholder {opacity: 0; transition: all .2s ease;}

input:active::-webkit-input-placeholder {opacity: 0; -webkit-transition: all .2s ease; transition: all .2s ease;}
input:active::-moz-placeholder {opacity: 0; -moz-transition: all .2s ease; transition: all .2s ease;}
input:active:-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
input:active::-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
input:active::placeholder {opacity: 0; transition: all .2s ease;}
textarea:active::-webkit-input-placeholder {opacity: 0; -webkit-transition: all .2s ease; transition: all .2s ease;}
textarea:active::-moz-placeholder {opacity: 0; -moz-transition: all .2s ease; transition: all .2s ease;}
textarea:active:-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
textarea:active::-ms-input-placeholder {opacity: 0; -ms-transition: all .2s ease; transition: all .2s ease;}
textarea:active::placeholder {opacity: 0; transition: all .2s ease;}

.btn,
.wpcf7 .wpcf7-form input[type="submit"] {font-weight: 700; background: var(--theme-color-main); border: 0; padding: 14px 20px; color: white; display: block; font-size: 16px; line-height: 22px; text-align: center; display: inline-block; transition: all .2s ease;}
.btn:hover,
.wpcf7 .wpcf7-form input[type="submit"]:hover {background: var(--theme-color-addit);}

.btn-reverse {background: var(--theme-color-addit);}
.btn-reverse:hover {background: var(--theme-color-main);}

@media all and (min-width: 1024px) {
    .btn,
    .wpcf7 .wpcf7-form input[type="submit"] {min-width: 175px; padding: 18px 20px; font-size: 18px; line-height: 24px;}
}


img {max-width: 100%;}

a, svg, svg g, svg polygon, svg rect, svg path, img, button, .btn, input, textarea  { transition: all .2s ease;}

/* page wrapper */

.page-wrapper {width: 100%; max-width: 100%; padding: 0; margin: 0 auto;}
.inner-wrapper,
.inner-breadcrumbs {width: 100%; max-width: 1300px; padding: 0; margin: 0 auto;}
.fullwidth {width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;}

.flex-row {display: flex; flex-wrap: wrap;}
.flex-row .flex-col10 {width: 10%;}
.flex-row .flex-col20 {width: 20%;}
.flex-row .flex-col25 {width: 25%;}
.flex-row .flex-col30 {width: 30%;}
.flex-row .flex-col33 {width: 33.3%;}
.flex-row .flex-col40 {width: 40%;}
.flex-row .flex-col45 {width: 45%;}
.flex-row .flex-col48 {width: 48%;}
.flex-row .flex-col50 {width: 50%;}
.flex-row .flex-col60 {width: 60%;}
.flex-row .flex-col70 {width: 70%;}
.flex-row .flex-col80 {width: 80%;}
.flex-row .flex-col90 {width: 90%;}
.flex-row .flex-col100 {width: 100%;}

/* ANIMATIONS */

.transition-all { transition: all .2s ease;}

#header.main-header,
.banner-block img,
.banner-block video,
.banner-block .banner-inner-content,
.page-content.subpage.sp-header,
.page-content.subpage.sp-header .inner-cont h1,
.page-content.subpage.sp-header .inner-cont p,
.outer-breadcrumbs {opacity: 0; transition: opacity 1s ease;}

.animate-fadein,
#header.main-header.animate-fadein,
.banner-block img.animate-fadein,
.banner-block video.animate-fadein,
.banner-block .banner-inner-content.animate-fadein,
.page-content.subpage.sp-header.animate-fadein,
.page-content.subpage.sp-header .inner-cont h1.animate-fadein,
.page-content.subpage.sp-header .inner-cont p.animate-fadein,
.outer-breadcrumbs.animate-fadein {opacity: 1;}

/* HEADER */

.sticky-main-wrapper {height: 0 !important;}
.main-header {position: fixed; top: 0; left: 0; right: 0; /* min-height: 105px; */ z-index: 1; background: white;}
.main-header .inner-header {position: relative; width: calc(100% - 100px); max-width: 100%; display: flex; justify-content: space-between; flex-wrap: nowrap; padding: 20px 50px 14px;}
.main-header.fixed-nav {top: 0; position: fixed; width: 100%; max-width: 100%; background: white; overflow: visible; z-index: 8;}
.main-header.fixed-nav .inner-header {margin: 0 auto; width: 100%;  max-width: 100%; background: white;}
.main-header .logo-link {max-width: 240px;}
.main-header .logo-link img,
.main-header .logo-link svg {max-width: 240px; width: 100%; margin: -3px 0 0 0;}

.main-header .header-right {display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap;}
.main-header .header-right .top-row {width: auto; display: flex; justify-content: flex-end; margin-bottom: 0;}

.main-header.stuck {position: fixed; top: 0; left: 0; right: 0; z-index: 9; background: white; border-bottom: 1px solid #e1e1e1;}

.top-contact {display: flex; justify-content: flex-start; margin: 0 30px 0 0;}
.top-contact li {margin-right: 30px;}
.top-contact li:last-child {margin-right: 0;}
.top-contact li a {color: #333; font-size: 17px; font-weight: 500; display: flex; align-items: center;}
.top-contact li a > span {display: flex; align-items: center;}
.top-contact li a .tc-icon {font-size: 16px;}
.top-contact li a .tc-icon:before {color: #721e1e; display: none;}
.top-contact li a.phone .tc-icon,
.top-contact li a.email .tc-icon {margin-right: 10px;}
.top-contact li a.phone .tc-icon svg,
.top-contact li a.email .tc-icon svg,
.top-contact li a.phone .tc-icon img,
.top-contact li a.email .tc-icon img {max-width: 30px; max-height: 30px; -webkit-filter: var(--theme-color-main-filter); filter: var(--theme-color-main-filter);}

.lang-switcher {display: flex; justify-content: flex-end;}
.lang-switcher li {position: relative;}
.lang-switcher li:last-child a {padding: 17px 0 17px 10px;}
.lang-switcher li:after {content: "|"; position: absolute; right: -2px; top: 15px; font-size: 12px; letter-spacing: 1px; color: #999999;}
.lang-switcher li:last-child:after {display: none;}
.lang-switcher li a {padding: 17px 10px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #721e1e; font-weight: 500; text-transform: uppercase; display: block;}
.lang-switcher li a:hover {color: #999999;}

/* main menu */
#rwd-menu,
#rwd-menu ul,
#rwd-menu ul li,
#rwd-menu ul li a,
#rwd-menu #menu-button {margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; box-sizing: border-box;}
#rwd-menu > ul {display: flex; justify-content: flex-end;}
#rwd-menu:after,
#rwd-menu > ul:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
#rwd-menu #menu-button {display: none;}
#rwd-menu {background: white; z-index: 9;}
#rwd-menu > ul > li {float: left;}
#rwd-menu.align-center > ul {font-size: 0; text-align: center;}
#rwd-menu.align-center > ul > li {display: inline-block; float: none;}
#rwd-menu.align-center ul ul {text-align: left;}
#rwd-menu.align-right > ul > li {float: right;}
#rwd-menu > ul > li > a {padding: 17px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #721e1e; font-weight: 500; text-transform: uppercase;}
#rwd-menu > ul > li:hover > a {color: #999999;}
#rwd-menu > ul > li.has-sub > a {padding-right: 30px;}
#rwd-menu > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px; display: block; background: #721e1e; content: '';}
#rwd-menu > ul > li.has-sub > a:before {position: absolute; top: 19px; right: 14px; display: block; width: 2px; height: 8px; background: #721e1e; content: ''; transition: all .25s ease;}
#rwd-menu > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}
#rwd-menu ul ul {position: absolute; left: -9999px;}
#rwd-menu.align-right ul ul {text-align: right;}
#rwd-menu ul ul li {height: 0; transition: all .25s ease;}
#rwd-menu li:hover > ul {left: auto;}
#rwd-menu.align-right li:hover > ul {left: auto; right: 0;}
#rwd-menu li:hover > ul > li {height: 37px;}
#rwd-menu ul ul ul {margin-left: 100%; top: 0;}
#rwd-menu.align-right ul ul ul {margin-left: 0; margin-right: 100%;}
#rwd-menu ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15); padding: 11px 15px; width: 230px; font-size: 14px; text-decoration: none; color: #721e1e; font-weight: 400; background: white;}
#rwd-menu ul ul li:last-child > a,
#rwd-menu ul ul li.last-item > a {border-bottom: 0;}
#rwd-menu ul ul li:hover > a,
#rwd-menu ul ul li a:hover {color: #999999;}
#rwd-menu ul ul li.has-sub > a:after {position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #ccc; content: '';}
#rwd-menu.align-right ul ul li.has-sub > a:after {right: auto; left: 11px;}
#rwd-menu ul ul li.has-sub > a:before {position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #ccc; content: ''; transition: all .25s ease;}
#rwd-menu.align-right ul ul li.has-sub > a:before {right: auto; left: 14px;}
#rwd-menu ul ul > li.has-sub:hover > a:before {top: 17px; height: 0;}


/* RWD BTN MODED */
#rwd-menu.menu-toggle #menu-button {text-indent: 0; display: block; padding: 0; width: 40px; height: 30px; color: #721e1e; cursor: pointer; font-size: 16px; text-transform: uppercase; font-weight: 700; position: relative; right: 0;}
#rwd-menu.menu-toggle #menu-button {display: block; padding: 0; cursor: pointer; width: 40px; height: 40px; transition: all .2s ease;}

.home #rwd-menu.menu-toggle #menu-button {background: url('../svg/menu-open-red.svg') no-repeat center;}
.home #rwd-menu.menu-toggle #menu-button.menu-opened {background: url('../svg/menu-close-red.svg') no-repeat center;}

#rwd-menu.menu-toggle #menu-button,
.stuck #rwd-menu.menu-toggle #menu-button {background: url('../svg/menu-open-red.svg') no-repeat center;}
#rwd-menu.menu-toggle #menu-button.menu-opened,
.stuck #rwd-menu.menu-toggle #menu-button.menu-opened {background: url('../svg/menu-close-red.svg') no-repeat center;}

/*
#rwd-menu.menu-toggle #menu-button:after,
#rwd-menu.menu-toggle #menu-button:before {position: absolute;transition: all .25s ease; width: 40px; content: ''; display: block;}
#rwd-menu.menu-toggle #menu-button:before {top: 0; right: 0; height: 3px; background: #721e1e;}
#rwd-menu.menu-toggle #menu-button:after {top: 14px; right: 0; height: 12px; border-top: 4px solid #721e1e; border-bottom: 4px solid #721e1e;}

#rwd-menu.menu-toggle #menu-button.menu-opened:before,
#rwd-menu.menu-toggle #menu-button.menu-opened:after {top: 14px;  right: -4px;width: 40px; background: #721e1e;}
#rwd-menu.menu-toggle #menu-button.menu-opened:before {transform: rotate(-45deg);}
#rwd-menu.menu-toggle #menu-button.menu-opened:after {border: 0; height: 3px; transform: rotate(45deg);}


#rwd-menu.menu-toggle .submenu-button {position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #eeeeee; height: 46px; width: 46px; cursor: pointer;}
#rwd-menu.menu-toggle .submenu-button.submenu-opened {background: white;}
#rwd-menu.menu-toggle ul ul .submenu-button {height: 34px; width: 34px;}
#rwd-menu.menu-toggle .submenu-button:after {position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #721e1e; content: '';}
#rwd-menu.menu-toggle ul ul .submenu-button:after {top: 15px; right: 13px;}
#rwd-menu.menu-toggle .submenu-button.submenu-opened:after {background: #721e1e;}
#rwd-menu.menu-toggle .submenu-button:before {position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #721e1e; content: '';}
#rwd-menu.menu-toggle ul ul .submenu-button:before {top: 12px; right: 16px;}
#rwd-menu.menu-toggle .submenu-button.submenu-opened:before {display: none;}
#rwd-menu.menu-toggle.select-list {padding: 5px;}
*/


/* MOBILE MENU FULL SCREEN VIEW */

/* btn force close */

#rwd-menu.menu-toggle .close-menu-force {display: flex; justify-content: center; align-items: center; padding: 0; width: 40px; height: 40px; cursor: pointer; position: relative; bottom: 0; z-index: 9; background: url('../svg/menu-close-white.svg') no-repeat center;}


/* menu toggle - before menu links */

#rwd-menu.menu-toggle ul.menu {background: rgba(114, 30, 30, .98); position: fixed; left: 0 !important; right: 0 !important; top: -100% !important; bottom: 0 !important; width: 100% !important; height: 100% !important; transition: all .2s ease;}
#rwd-menu.menu-toggle ul.menu li {border: 0; margin: 0; padding: 0; width: 100%; clear: both; height: auto;}
#rwd-menu.menu-toggle ul.menu li a {font-family: 'Exo 2', sans-serif; color: white; font-size: 30px; line-height: 60px; font-weight: 700; text-transform: none; padding: 0; text-align: left; margin: 0 10% 0 auto; padding: 0; max-width: 500px; width: 100%; clear: both;}


#rwd-menu.menu-toggle ul.menu li a:hover {color: #202020;}

#rwd-menu.menu-toggle ul.menu li ul.sub-menu {opacity: 1!important; background: transparent; display: block !important; margin: 0 0 15px; position: relative; left: 0;}
#rwd-menu.menu-toggle ul.menu li ul.sub-menu li {width: 100%; clear: both;}
#rwd-menu.menu-toggle ul.menu li ul.sub-menu li a {font-size: 25px; line-height: 36px; font-weight: 400; padding: 0; text-align: left; border: 0; background: transparent; text-indent: 20px;}

#rwd-menu.menu-toggle ul.menu li a:hover,
#rwd-menu.menu-toggle ul.menu li.current-menu-item > a {text-decoration: underline; color: gray; opacity: .8;}


/* menu toggle - before menu links */

#rwd-menu.menu-toggle > ul > li.before-menu-links {padding: 23px 48px 0; width: 100%; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 0; left: 0; right: 0;}
#rwd-menu.menu-toggle > ul > li.before-menu-links .logo-link {padding: 0; display: inline-block; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; margin: 0; }
#rwd-menu.menu-toggle > ul > li.before-menu-links .logo-link img {-webkit-filter: var(--theme-color-white-filter);filter: var(--theme-color-white-filter);}


/* menu toggle - after menu links */

#rwd-menu.menu-toggle > ul > li.after-menu-links {padding: 0; border: 0; position: absolute; left: 48px; top: 40%; width: auto;}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact {display: block; position: relative; left: 0; top: 0;}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li {border: 0; margin-bottom: 0;}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a {display: flex; justify-content: flex-start; padding: 0; background: transparent; border: 0;}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.phone .tc-icon,
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.email .tc-icon {margin-right: 20px;}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.phone .tc-icon svg,
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.email .tc-icon svg,
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.phone .tc-icon img,
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.email .tc-icon img {max-width: 40px; max-height: 40px; -webkit-filter: var(--theme-color-white-filter); filter: var(--theme-color-white-filter);}
#rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a span.tc-text {display: block;}


/* menu toggle - opened class */

#rwd-menu.menu-toggle ul.menu.open {opacity: 1!important; position: fixed; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100% !important; height: 100% !important; display: flex; align-content: center; flex-wrap: wrap;}
/*
#rwd-menu.menu-toggle ul.menu li.before-menu-links .close-menu-force {background: url('../svg/menu-close.svg') no-repeat center; display: block; padding: 0; cursor: pointer; width: 40px; height: 40px; transition: all .2s ease;}
*/
#rwd-menu.menu-toggle .submenu-button {display: none;}

#rwd-menu.menu-toggle li:hover > ul > li {background: transparent;}
#rwd-menu.menu-toggle ul ul li:hover > a,
#rwd-menu.menu-toggle ul ul li.active > a {color: white;}

/* breadcrumbs */
.outer-breadcrumbs {background: #721e1e; margin: 0 0 30px 0;}
.inner-breadcrumbs {display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center;}
.breadcrumbs {list-style:none; text-align: left;}
.breadcrumbs .bread-home {font-size: 16px; color: white; font-weight: 400; display: block; height: 20px; line-height: 20px;}
.breadcrumbs li {margin-right: 10px; height: 20px; line-height: 20px; color: white; text-transform: none; font-size: 16px; font-weight: 400;}
.breadcrumbs li a,
.breadcrumbs li span.current {color: white; text-transform: none; font-size: 16px; font-weight: 400; line-height: 20px;}
.breadcrumbs li.item-current {font-weight: 500;}
.breadcrumbs .separator {font-size: 8px; color: white; font-weight: 400; line-height: 20px;}

/* HOME */

.banner-block {display: flex; align-items: center; position: relative; z-index: 0; height: 100vh; overflow: hidden;}
.home-section.banner-block {margin: 0;}
.banner-block::before,
.banner-block::after {content: ""; position: absolute;top: 0; right: 0; bottom: 0; left: 0;}
.banner-block::before {z-index: 2; background: rgba(24,24,24,.6);}
.banner-block::after {z-index: 3;}
.banner-block img {position: relative; z-index: 1; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: 0;}
.banner-block video {z-index: 1; /* max-width: 100%;  position: absolute; top: 50%;  left: 50%; transform: translateX(-50%) translateY(-50%);  min-width: 100%;  min-height: 100%;  width: auto;*/  height: 100vh; /* z-index: -1000;  overflow: hidden; */ opacity: 0;}
.banner-block .banner-inner-content {position: absolute; z-index: 4; left: 10%; right: 10%; opacity: 0;}
.banner-block .banner-inner-content p.banner-paragraph,
.banner-block .banner-inner-content h1,
.banner-block .banner-inner-content h2 {color: white; line-height: 35px; padding: 0; border: 0;}
.banner-block .banner-inner-content p.banner-paragraph,
.banner-block .banner-inner-content h1 {font-weight: 600;}
.banner-block .banner-inner-content h2 {font-weight: 500; margin-bottom: 40px;}
.banner-block .banner-inner-content p.banner-paragraph span,
.banner-block .banner-inner-content h1 span,
.banner-block .banner-inner-content h2 span {padding: 16px 12px; display: inline-block;}
.banner-block .banner-inner-content p.banner-paragraph span,
.banner-block .banner-inner-content h1 span {background: #721e1e;}
.banner-block .banner-inner-content h2 span {background: #181818;}
.banner-block .banner-inner-content p.hero-actions {margin: 30px 0; display: flex; align-items: center;}
.banner-block .banner-inner-content p.hero-actions a {margin-right: 20px; padding: 18px 35px;  line-height: 24px; font-size: 18px;}
.banner-block .banner-inner-content p.hero-actions a:hover {color: white;}
.banner-block .banner-inner-content p.hero-actions a:last-of-type {margin-right: 0;}
.banner-block .banner-inner-content a.scroll-to-link {color: white; display: flex; align-items: center;}
.banner-block .banner-inner-content a.scroll-to-link img {margin-left: 8px; width: 26px; transform: rotate(0deg); transition: all .2s ease;}
.banner-block .banner-inner-content a.scroll-to-link:hover img {transform: rotate(90deg);}

.home-section {margin: 0 0 70px 0;}
.home-section h2 {margin-bottom: 36px;}

.home-section.slider {position: relative;}
.home-slider .slides-list .single-slide img {position: relative; z-index: 0; width: 100%; height: 100%;}
.home-slider .slides-list .single-slide .slide-content {position: absolute; max-width: 1200px; margin: 0 auto; z-index: 1}
.home-slider .slides-list .single-slide .slide-content h1 {font-size: 50px; line-height: 50px; color: white; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 10px;}
.home-slider .slides-list .single-slide .slide-content h2 {font-size: 50px; line-height: 50px; color: white; font-weight: 100; text-transform: none; text-align: center; margin-bottom: 30px;}
.home-slider .slides-list .single-slide .slide-content .slide-link {width: 86px; height: 86px; background: white; display: flex; align-items: center; justify-content: center; text-transform: uppercase; font-weight: 300; font-size: 13px; margin: 0 auto; color: #162e59;}
.home-slider .slides-list .single-slide .slide-content .slide-link:hover {background: #162e59; color: white;}
.swiper-container-vertical>.swiper-pagination-bullets {right: 2%; display: flex; flex-direction: column; justify-content: center; width: 22px; align-items: center;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 65px; display: flex; justify-content: center; align-items: center;}
.swiper-pagination-bullet {width: auto; height: auto; display: inline-block; border-radius: 0; background: transparent; opacity: 1; transition: all .2s ease; font-size: 18px; color: white; font-weight: 700;}
.swiper-pagination-bullet:hover,
.swiper-pagination-custom:hover,
.swiper-pagination-bullet-active,
.swiper-pagination-custom-active {color: #721e1e; font-size: 22px;/* width: 22px; height: 22px; left: -3px; */}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev { transition: all .2s ease; background: transparent;}
.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {background: transparent;}

.home-slider .hs-btn-prev,
.home-slider .hs-btn-next {font-size: 48px;}
.home-slider .hs-btn-prev:hover,
.home-slider .hs-btn-next:hover {color: #721e1e;}

.home-clients .hc-btn-prev,
.home-clients .hc-btn-next {font-size: 48px; color: #721e1e;}
.home-clients .hc-btn-prev:hover,
.home-clients .hc-btn-next:hover {color: #721e1e;}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {opacity: 0;}

.home-slider .swiper-wrapper,
.home-slider .swiper-wrapper .swiper-slide,
.home-slider .swiper-wrapper .swiper-slide img {height: auto;}

.filter-white {-webkit-filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(160deg) brightness(103%) contrast(102%);filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(160deg) brightness(103%) contrast(102%);}

.scroll-icon-box {position: absolute; z-index: 4; bottom: 40px; left: 0; right: 0; margin: auto; width: 30px;}
.scroll-icon-box .mouse {display: none; height: 30px; width: 20px; border-radius: 30px; transform: none; border: 2px solid white; margin: 0 auto;}
.scroll-icon-box .wheel {height: 5px; width: 2px; display: block; margin: 5px auto; background: white; position: relative;}
.scroll-icon-box .wheel {-webkit-animation: mouse-wheel 1.2s ease infinite; animation: mouse-wheel 1.2s ease infinite;}
@-webkit-keyframes mouse-wheel {
0% {opacity: 1; transform: translateY(0);}
100% {opacity: 0; transform: translateY(6px);}
}
@keyframes mouse-wheel {
0% {opacity: 1; transform: translateY(0);}
100% {opacity: 0; transform: translateY(6px);}
}
.scroll-icon-box span {display: block; width: 12px; height: 12px; transform: rotate(45deg); border-right: 2px solid white; border-bottom: 2px solid white; margin: 0 auto;}
.scroll-icon-box .one,
.scroll-icon-box .two,
.scroll-icon-box .three {-webkit-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite;}
.scroll-icon-box .one {-webkit-animation-delay: .1s; animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate;}
.scroll-icon-box .two {-webkit-animation-delay: .2s; animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate;    position: relative; top: -4px;}
.scroll-icon-box .three {-webkit-animation-delay: .3s; animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate; position: relative; top: -8px;}

.scroll-icon-box .three {display: none;}

@keyframes mouse-wheel { 0% {opacity: 1; transform: translateY(0);} 100% {opacity: 0; transform: translateY(6px);} }
@-webkit-keyframes mouse-scroll { 0% { opacity: 0;} 50% { opacity: .5;} 100% { opacity: 1;} }
@keyframes mouse-scroll { 0% { opacity: 0;} 50% { opacity: .5;} 100% { opacity: 1;} }

.page-content.home-section.home-text-head {margin: 90px 0;}

.home-services .services-list {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.home-services .services-list .single-service {width: 25%; margin-bottom: 20px;}
.home-services .services-list .single-service .service-link {display: flex; justify-content: center; align-items: center; height: 100%; position: relative; z-index: 0; width: 100%;}
.home-services .services-list .single-service .service-link svg {position: absolute; width: 100%; height: 100%; z-index: 1;}
.home-services .services-list .single-service .service-link img {position: absolute; width: 100%; height: 100%; z-index: 1;}
.home-services .services-list .single-service .service-link img.service-bg {opacity: 1;}
.home-services .services-list .single-service .service-link img.service-bg-hover {opacity: 0;}
.home-services .services-list .single-service .service-link .service-content {text-align: center; padding: 20px 42px; position: relative; z-index: 2;}
.home-services .services-list .single-service .service-link .service-content .service-icon {color: #721e1e; font-size: 70px; margin-bottom: 0; padding: 30px 0 0 0;}
.home-services .services-list .single-service .service-link .service-content .service-icon img {position: relative; max-width: 140px; width: auto; max-height: 80px; -webkit-filter: var(--theme-color-main-filter); filter: var(--theme-color-main-filter);}
.home-services .services-list .single-service .service-link .service-content h2,
.home-services .services-list .single-service .service-link .service-content h3 {margin-bottom: 10px; color: #333; font-size: 20px; line-height: 22px;}
.home-services .services-list .single-service .service-link .service-content .intro-desc p {color: #333; padding: 0 25px;}
.home-services .services-list .single-service,
.home-services .services-list .single-service .service-link .service-content .service-icon,
.home-services .services-list .single-service .service-link .service-content h2,
.home-services .services-list .single-service .service-link .service-content h3,
.home-services .services-list .single-service .service-link .service-content .intro-desc p { transition: all .2s ease;}

.home-services .services-list .single-service {background: url('../svg/service-bg.svg') no-repeat center; background-size: contain;}
.home-services .services-list .single-service:hover {background: url('../svg/service-bg-hover.svg') no-repeat center; background-size: contain;}
.home-services .services-list .single-service:hover .service-link img.service-bg {opacity: 0;}
.home-services .services-list .single-service:hover .service-link img.service-bg-hover {opacity: 1;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon {color: white; font-weight: 300;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon img {-webkit-filter: var(--theme-color-white-filter);filter: var(--theme-color-white-filter);}

.home-services .services-list .single-service:hover .service-link .service-content h2,
.home-services .services-list .single-service:hover .service-link .service-content h3 {color: #999999;}
.home-services .services-list .single-service:hover .service-link .service-content .intro-desc p {color: #cccccc;}

.home-services .services-list .single-service .service-link {min-width: 300px; min-height: 300px;}

svg.srvice-bg g path {fill: #e6e9ec;}
svg.srvice-bg g path.stroke {fill: #711e1e;}

.home-services .services-list .single-service:hover svg.srvice-bg g path {fill: #711e1e;}
.home-services .services-list .single-service:hover svg.srvice-bg g path.stroke {fill: #711e1e;}

.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta {position: relative; max-width: 80px;}
.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta g,
.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta path {fill: #721e1e;}
.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(1) {fill: #333;}
.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(2) {fill: #721e1e;}
.home-services .services-list .single-service .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(3) {fill: #ddd;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon svg#svg-presta g,
.home-services .services-list .single-service:hover .service-link .service-content .service-icon svg#svg-presta path {fill: #721e1e;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(1) {fill: white;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(2) {fill: white;}
.home-services .services-list .single-service:hover .service-link .service-content .service-icon svg#svg-presta path:nth-of-type(3) {fill: #333;}


.home-services .services-list .single-service.service-more {cursor: pointer; display: none;}
.home-services .services-list .single-service.service-more.sm-visible {display: block !important;}
.home-services .services-list .single-service.service-more.sm-visible.sm-loaded {display: none !important;}
.home-services .services-list .single-service.service-more .service-link .service-content .service-icon {padding: 0;}
.home-services .services-list .single-service.service-more .service-link .service-content .service-icon svg {max-width: 50px;}
.home-services .services-list .single-service.service-more:hover .service-link .service-content .intro-desc {color: #cccccc;}


.home-section.services,
.home-section.cooperation {background: #f9f9f9; padding: 60px 0 50px 0;}
.home-section.cooperation .wpcf7 {max-width: 70%;}

.projects-list {display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 23px; overflow: hidden; margin: 0 10px 50px;}
.projects-list .single-project {width: 50%; margin-bottom: -3px;}
.projects-list .single-project .project-link {display: block; position: relative; background: white; overflow: hidden; z-index: 0; margin: 10px;}
.projects-list .single-project .project-link img {position: relative; z-index: 1; transition: all .2s ease;}
.projects-list .single-project .project-link .sp-cont {opacity: 0; transition: all .2s ease; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  z-index: 2;}
.projects-list .single-project .project-link .sp-cont:before {background:url('../img/hex-net.png') repeat; background-size: 50px; opacity: 0; content: ""; transition: all .2s ease; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.projects-list .single-project .project-link .sp-cont h2,
.projects-list .single-project .project-link .sp-cont h3 {color: white; font-size: 24px; line-height: 28px; width: 100%; margin: 0;}
.projects-list .single-project .project-link .sp-cont p {color: white; font-weight: 400; width: 100%; margin: 0;}

.projects-list .single-project .project-link .sp-cont h2,
.projects-list .single-project .project-link .sp-cont h3,
.projects-list .single-project .project-link .sp-cont p {position: relative; transition: all .2s ease;}
.projects-list .single-project .project-link .sp-cont h2,
.projects-list .single-project .project-link .sp-cont h3 {top: -200px;;}
.projects-list .single-project .project-link .sp-cont p {bottom: -200px;}
.projects-list .single-project:hover .project-link .sp-cont h2,
.projects-list .single-project:hover .project-link .sp-cont h3 {top: 0;}
.projects-list .single-project:hover .project-link .sp-cont p {bottom: 0;}

.projects-list .single-project .project-link:hover img {/* -webkit-transform: scale(1.3) rotate(10deg);transform: scale(1.3) rotate(10deg); -webkit-filter: blur(2px); filter: blur(2px); */opacity: 1;}
.projects-list .single-project .project-link:hover .sp-cont {opacity: 1; background: rgba(0, 0, 0, 0.6);}
.projects-list .single-project .project-link:hover .sp-cont:before {opacity: 0.1;}

.more-projects .mp-link {font-weight: 400; background: #711e1e; padding: 0; color: white; display: block; font-size: 14px; line-height: 34px; max-width: 190px; text-align: center; margin: 0 auto;}
.more-projects .mp-link:hover {color: #999999; background: #333;}

.icon-text-list-home {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.icon-text-list-home .itlh {width: 16.6%; text-align: center;}
.icon-text-list-home .itlh-i .icon-home-block {background: #721e1e; width: 100%; max-width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;}
.icon-text-list-home .itlh-i .icon-home-block > i {color: white; font-size: 40px;}
.icon-text-list-home .itlh-t h3 {margin: 0;}

.home-section.clients {margin: 0 0 120px;}
.home-clients .clients-list {height: 100px;}
.home-clients .clients-list .single-client {display: flex; justify-content: center; align-items: center;}
.home-clients .clients-list .single-client .client-link {background: white;}

/* SUB PAGE */
.page-content.subpage.sp-header {position: relative; background-size: cover; margin: 88px 0 40px; z-index: 0; background-color: #711e1e;}
.page-content.subpage.sp-header .inner-cont {background: url('../img/bg-subpage-r.png') no-repeat 50% 50%; height: 250px; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; z-index: 2; position: relative;}
.page-content.subpage.sp-header .inner-cont .inner-wrapper {position: relative; width: 100%; display: flex; align-items: center; flex-wrap: wrap;}
.page-content.subpage.sp-header .inner-cont h1 {color: white; width: 100%;}
.page-content.subpage.sp-header .inner-cont p {color: white; margin: 0; max-width: 550px;}
.page-content.subpage.sp-header .inner-cont .service-icon.fa-icon {margin: 0; position: absolute; right: 20px; opacity: 0.2;}
.page-content.subpage.sp-header .inner-cont .service-icon.fa-icon img {max-width: 140px; max-height: 140px; width: 100%; height: 100%; -webkit-filter: var(--theme-color-white-filter); filter: var(--theme-color-white-filter);}
.page-content.subpage {margin-bottom: 80px;}
.page-content.subpage:last-of-type {margin-bottom: 100px;}
.page-content.subpage h1 {text-align: left; margin: 0 0 10px 0;}
.page-content.subpage .inner-wrapper img {max-width: 100%; width: auto;}
.page-content.subpage ol,
.page-content.subpage ul {margin: 0 0 20px 0;}
.page-content.subpage ol li {color: #333; font-weight: 400; font-size: 16px; line-height: 22px;}
.page-content.subpage ul li {position: relative; margin-bottom: 4px; color: #333; font-weight: 400; font-size: 16px; line-height: 22px; display: flex; justify-content: flex-start;}
.page-content.subpage ol li strong,
.page-content.subpage ul li strong {text-wrap: nowrap;}
.page-content.subpage ol li strong {display: inline-block; margin: 0 0 10px;}

.privacy-policy .page-content.subpage ul li {display: block;}

.page-content.subpage ul li:last-child {margin-bottom: 0;}
.page-content.subpage ul li:before {content: ""; background: url('../svg/li-hex-border.svg') no-repeat; background-size: 12px 12px; min-width: 12px; width: 12px; height: 12px; display: block; margin-right: 6px; position: relative; top: 4px; transform: rotate(22deg);}
.page-content.subpage ol {margin: 0 0 0 35px; list-style: decimal;}
.page-content.subpage ol li {position: relative; color: #333; font-weight: 400; font-size: 16px; line-height: 22px; margin-bottom: 10px;}

.single-service.page-content.subpage ul.list-steps li {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc;}
.single-service.page-content.subpage ul.list-steps li strong {min-width: 150px;}

.page-container.subpage .outer-breadcrumbs {background: #f9f9f9; padding: 20px 0; margin: 0 0 60px;}
.page-container.subpage .breadcrumbs li,
.page-container.subpage .breadcrumbs li a,
.page-container.subpage .breadcrumbs li span.current,
.page-container.subpage .breadcrumbs .bread-home,
.page-container.subpage .breadcrumbs .separator {color: #333; display: flex; align-items: center; justify-content: flex-start;}
.page-container.subpage .breadcrumbs .separator img {max-width: 15px; max-height: 15px;}
.page-container.subpage .breadcrumbs .bread-home {position: relative; top: 0;}
.page-container.subpage .breadcrumbs .bread-home img {max-width: 18px; max-height: 18px;}

.page-content.subpage.columns .inner-wrapper {display: flex; flex-wrap: wrap; justify-content: space-between;}
.page-content.subpage.columns .inner-wrapper .column-left,
.page-content.subpage.columns .inner-wrapper .column-right {width: 48%;}

.page-content.subpage.text-bottom {background: #f9f9f9; padding: 90px 0 80px 0;}

/* PROJECTS PAGE */

.page-content.subpage.projects-filters .filters-container .filters-list {display: flex; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 0;}
.page-content.subpage.projects-filters .filters-container .filters-list .single-filter {margin-right: 20px; cursor: pointer; margin-bottom: 20px;}
.page-content.subpage.projects-filters .filters-container .filters-list .single-filter .filter { transition: all .25s ease; font-weight: 400; background: #711e1e; padding: 0 15px; color: white; display: block; height: 40px; line-height: 40px;}
.page-content.subpage.projects-filters .filters-container .filters-list .single-filter .filter:hover,
.page-content.subpage.projects-filters .filters-container .filters-list .single-filter .filter.active {font-weight: 400; color: #999999; background: #333;}
.page-content.subpage.projects-filters .filters-container .filters-list .single-filter:before {display: none;}

.projects-block .projects-list .single-project {width: 50%; display: none; margin-bottom: -3px;}

/* INFO PAGE */

.page-container.subpage.info p {padding: 0;}
.page-container.subpage.info p span {padding: 0;}

.page-container.subpage.info .page-content ul {margin: 0 0 20px 15px;}
.page-container.subpage.info .page-content ul li:before {display: none;}
.page-container.subpage.info .page-content ul li ul {margin: 0 0 0 25px;}

/* CONTACT PAGE */

.page-container.subpage.contact .col-in-cont h2 {margin-bottom: 40px;}
.page-container.subpage.contact .col-in-cont p > span {display: block; margin: 0 0 12px;}
.page-container.subpage.contact .col-in-cont p > span a,
.page-container.subpage.contact .col-in-cont p > span a > span {display: inline-flex; align-items: center;}
.page-container.subpage.contact .col-in-cont p > span a span {margin-right: 8px;}
.page-container.subpage.contact .col-in-cont p > span a img {max-width: 22px; max-height: 22px; margin-right: 8px;}
.page-container.subpage.contact .col-in-cont p > span a svg {max-width: 22px; max-height: 22px; margin-right: 8px;}
.page-container.subpage.contact .col-in-cont p > span a svg path {fill: #721e1e;}

.page-container.subpage.contact .col-in-cont .open-hours {text-align: left; margin: 0;}
.page-container.subpage.contact .col-in-cont .open-hours .hours p,
.page-container.subpage.contact .col-in-cont .open-hours .closed p {padding: 0; margin: 0;}
.page-container.subpage.contact .col-in-cont .open-hours .hours p {color: #3fa04a}
.page-container.subpage.contact .col-in-cont .open-hours .closed p {color: #ad2025}
.page-container.subpage.contact .col-in-cont .open-hours .hours p strong,
.page-container.subpage.contact .col-in-cont .open-hours .closed p strong {text-transform: uppercase}

.page-container.subpage.contact .col-in-cont .wpcf7 {margin-bottom: 30px;}
.page-container.subpage.contact .col-in-cont .wpcf7 .wpcf7-form > .wpcf7-form-control-wrap {margin-bottom: 15px;}
.page-container.subpage.contact .col-in-cont .wpcf7 .wpcf7-form > p {display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 0;}
.page-container.subpage.contact .col-in-cont .wpcf7 .wpcf7-form > p > span {margin-bottom: 15px; width: 100%;}
.page-container.subpage.contact .col-in-cont .wpcf7 .wpcf7-form > p > span > span {width: 100%; margin-bottom: 0; display: block;}
.wpcf7 .wpcf7-form input[type="submit"] {font-size: 18px; font-weight: 700; line-height: 24px; margin: 0; text-transform: uppercase; color: white; cursor: pointer; background: #721e1e; padding: 18px 50px; width: auto;}
.wpcf7 .wpcf7-form input[type="submit"]:hover {background: #333;}
span.wpcf7-not-valid-tip {color: #f00; font-size: 12px; font-weight: normal; display: block; position: absolute; right: 15px; width: auto; top: 9px;}

div.wpcf7-response-output {margin: 20px 0 10px 0; font-size: 14px; padding: 0; border: 0;}

.page-container.subpage.contact .col-in-cont .wpcf7 .wpcf7-form > p.cont-submit > span {width: 16px; margin-bottom: 0; display: inline-block;}

/* SINGLE */

.subpage.single .single-header {background: #333; background-color: #711e1e;}

.single-nav h3 {width: 100%; margin: 0 0 30px; font-size: 22px;}
.single-nav .inner-wrapper {display: flex; justify-content: space-between; flex-wrap: wrap;}

.single-content .in-cols {display: flex; flex-wrap: wrap; justify-content: space-between; /*align-items: flex-start;*/}
.single-content .in-cols .in-col {width: 48%; margin-bottom: 40px; display: flex; align-items: center;}
.single-content .in-cols .in-col-full {width: 100%; margin-bottom: 40px; background: #f9f9f9; margin: 0 -3000px 40px; padding: 40px 3000px 30px;}
.single-content .in-cols .in-col-fw {width: 100%; margin-bottom: 40px;}
.single-content .in-cols .in-col p {padding: 0;}
.single-content .in-cols .in-col p img {margin: 0 auto; width: 100%; display: block;}

.single-service.postid-2037 .single-content .in-cols .in-col p img {max-width: 100%;}

.single-content .in-cols ul li {color: #333; font-weight: 400; font-size: 16px; line-height: 22px;}
.single-content .in-cols h2,
.single-content .in-cols h3 {margin-bottom: 20px;}

.contact-us-block .cub-inner {border: 1px solid #e3e1e1; padding: 20px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.contact-us-block .cub-form {width: 70%;}
.contact-us-block .cub-form h2,
.contact-us-block .cub-form p {width: 100%; margin: 0 0 15px 0;}
.contact-us-block .cub-form > * {margin-right: 50px;}
.contact-us-block .cub-buttons {width: 30%;}
.contact-us-block .cub-buttons h2,
.contact-us-block .cub-buttons p {width: 100%; margin: 0 0 15px 0;}

.contact-us-block .cub-buttons a {display: inline-block; margin: 0 15px 15px 0;}
.contact-us-block .cub-buttons a:last-of-type {margin: 0 0 15px 0;}
.contact-us-block h2 {margin: 0 0 20px;}
.contact-us-block a.contact-link {font-weight: 400; background: #711e1e; padding: 0 20px; color: white; display: block; font-size: 14px; line-height: 40px; text-align: center;}
.contact-us-block a.contact-link:hover {color: white; background: #333;}

.prev-service a .service-btn-cont,
.next-service a .service-btn-cont,
.prev-service a .service-btn-cont .service-title,
.next-service a .service-btn-cont .service-title { transition: all .25s ease; overflow: hidden;}
.prev-service a .service-btn-cont,
.next-service a .service-btn-cont {background: #711e1e;}
.prev-service a .service-btn-cont:hover,
.next-service a .service-btn-cont:hover {background: #333;}
.prev-service a .service-btn-cont .service-title,
.next-service a .service-btn-cont .service-title {color: white; font-size: 14px; line-height: 16px; font-weight: 400; text-align: center; margin: 0; padding: 14px 20px; display: flex; align-items: center;}

.prev-service a .service-btn-cont .service-title .service-arrow,
.next-service a .service-btn-cont .service-title .service-arrow {display: inline-flex; width: 18px; height: 18px; -webkit-filter: var(--theme-color-white-filter); filter: var(--theme-color-white-filter); background: url('../svg/service-ico-arrow-right.svg') no-repeat center; background-size: 18px;}
.prev-service a .service-btn-cont .service-title .service-arrow.service-arrow-left {margin-right: 8px; transform: rotate(180deg);} 
.next-service a .service-btn-cont .service-title .service-arrow.service-arrow-right {margin-left: 8px;} 

.other-services-list {display: flex; flex-wrap: wrap; justify-content: flex-start;}
.other-services-list .other-single-service {margin: 0 15px 15px 0;}
.other-services-list .other-single-service.is-hidden {display: none;}
.other-services-list .other-services-toggle {margin-bottom: 15px; cursor: pointer;}

.back-svg {transform: rotate(180deg);}
.project-intro-image {text-align: center;}

.project-description {padding: 40px 0; border-top: 0; border-bottom: 1px solid #ccc; margin: 40px 0;}

.project-gallery .pro-gall-list .single-pro-gall {text-align: center; padding: 0; border-top: 0; border-bottom: 0; margin: 0 0 -10px; text-align: center;}
.project-gallery .pro-gall-list .single-pro-gall:last-of-type {text-align: center; padding: 0 0 40px; border-top: 0; border-bottom: 1px solid #ccc; margin: 0 0 50px;}

.project-graphics .pg-list .single-pg {padding: 0; border-top: 0; border-bottom: 0; margin: 0 0 -10px; text-align: center;}
.project-graphics .pg-list .single-pg:last-of-type {padding: 0 0 40px; border-top: 0; border-bottom: 1px solid #ccc; margin: 0 0 50px;}

.project-columns .columns-row {display: flex; flex-wrap: wrap; justify-content: space-between;}
.project-columns .columns-row .column {margin-bottom: 40px; display: flex; align-items: center;}
.project-columns .columns-row .column.has-image .col-in-cont {height: 100%;}
.project-columns .columns-row .column.has-image .col-in-cont p {height: 100%; margin: 0;}
.project-columns .columns-row .column.has-image .col-in-cont img {width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.project-columns .column-left,
.project-columns .column-right {width: 48%;}
.project-columns .column-full .col-in-cont > *,
.project-columns .columns-row .column:not(.has-image) .col-in-cont > * {margin-left: 50px;}

@media all and (max-width: 960px) {
    .project-columns .column-left,
    .project-columns .column-right {width: 100%;}

    .project-columns .column-full .col-in-cont > *,
    .project-columns .columns-row .column:not(.has-image) .col-in-cont > * {margin-left: 25px;}

    .project-columns .columns-row:nth-child(even) .column-right {order: 1;}
    .project-columns .columns-row:nth-child(even) .column {order: 1;}
    .project-columns .columns-row:nth-child(even) .column-left {order: 2;}
    .project-columns .columns-row:nth-child(even) .column:not(.has-image) {order: 2;}
}

.project-online-block {margin-bottom: 40px;}
.project-online-block .project-online-link {font-family: 'Exo 2', sans-serif; font-size: 18px; background: #721e1e; padding: 15px 0; color: white; display: block; width: 100%; max-width: 160px; text-align: center;}
.project-online-block .project-online-link:hover {background: #333;}

.project-slider.swiper-container-horizontal {margin-bottom: 60px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.project-slider.swiper-container-horizontal .swiper-slide {text-align: center;}
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 20px;}
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {color: #999; font-size: 14px;}
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-custom:hover,
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-custom-active {color: #721e1e; font-size: 14px;}

.project-slider .swiper-wrapper,
.project-slider .swiper-wrapper .swiper-slide,
.project-slider .swiper-wrapper .swiper-slide img {height: auto;}

.project-slider .swiper-wrapper .swiper-slide {max-height: 600px;}

.swiper-button-prev.ps-btn.ps-btn-prev,
.swiper-button-next.ps-btn.ps-btn-next {background: #721e1e; width: 30px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 22px;}
.swiper-button-prev.ps-btn.ps-btn-prev {left: -30px;}
.swiper-button-next.ps-btn.ps-btn-next {right: -30px;}

.swiper-button-prev.ps-btn.ps-btn-prev svg {transform: rotate(180deg);}
.swiper-button-prev.ps-btn.ps-btn-prev svg,
.swiper-button-next.ps-btn.ps-btn-next svg {width: 22px;}
.swiper-button-prev.ps-btn.ps-btn-prev svg path,
.swiper-button-next.ps-btn.ps-btn-next svg path {fill: white;}
.project-slider.swiper-container-horizontal:hover .swiper-button-prev.ps-btn.ps-btn-prev {left: 0;}
.project-slider.swiper-container-horizontal:hover .swiper-button-next.ps-btn.ps-btn-next {right: 0;}
.swiper-button-prev.ps-btn.ps-btn-prev.swiper-button-disabled {left: -30px; opacity: 0;}
.swiper-button-next.ps-btn.ps-btn-next.swiper-button-disabled {right: -30px; opacity: 0;}

.project-images .pi-item {margin-bottom: 30px; text-align: left;}

.project-tech {display: flex; flex-wrap: wrap;}
.project-tech .pt-desc {margin-right: 10px; margin-bottom: 6px;}
.project-tech .pt-list {display:flex; flex-wrap: wrap;}
.project-tech .pt-list .ptl-item {margin-right: 6px; margin-bottom: 6px; line-height: 22px;}
.project-tech .pt-list .ptl-item:after {content: ", ";}
.project-tech .pt-list .ptl-item:last-of-type {margin-right: 0;}
.project-tech .pt-list .ptl-item:last-of-type:after {content: ".";}

.prev-project,
.next-project {max-width: 150px; max-height: 85px;}
.prev-project a,
.next-project a {position: relative; display: block; z-index: 0;}
.prev-project a .project-btn-cont,
.next-project a .project-btn-cont {position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; background: rgba(114, 30, 30, 0.6);}
.prev-project a .project-btn-cont span.project-title,
.next-project a .project-btn-cont span.project-title,
.prev-project a .project-btn-cont span.project-nav,
.next-project a .project-btn-cont span.project-nav {font-family: 'Exo 2', sans-serif; color: white; font-size: 19px; line-height: 20px; font-weight: 500; position: absolute; text-align: center; height: 80px; display: flex; align-items: center;}
.prev-project a .project-btn-cont,
.next-project a .project-btn-cont,
.prev-project a .project-btn-cont span.project-title,
.next-project a .project-btn-cont span.project-title,
.prev-project a .project-btn-cont span.project-nav,
.next-project a .project-btn-cont span.project-nav { transition: all .25s ease; overflow: hidden; padding: 0 10px;}

.prev-project a .project-btn-cont span.project-title,
.next-project a .project-btn-cont span.project-title {opacity: 0; position: absolute; top: -80px;}
.prev-project a .project-btn-cont span.project-nav,
.next-project a .project-btn-cont span.project-nav {opacity: 1; position: absolute; top: 0;}
.prev-project a img,
.next-project a img {position: relative; z-index: 1; display: block;}

.prev-project a:hover .project-btn-cont,
.next-project a:hover .project-btn-cont {background: rgba(114, 30, 30, 1);}
.prev-project a:hover .project-btn-cont span.project-title,
.next-project a:hover .project-btn-cont span.project-title {opacity: 1; position: absolute; top: 0;}
.prev-project a:hover .project-btn-cont span.project-nav,
.next-project a:hover .project-btn-cont span.project-nav {opacity: 0; position: absolute; top: 80px;}

.posts-block .posts-list .single-post {display: flex; flex-wrap: wrap; justify-content: flex-start; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #999;}
.posts-block .posts-list .single-post:last-of-type {padding-bottom: 0; margin-bottom: 30px; border-bottom: 0;}
.posts-block .posts-list .single-post .spost-img {width: 36%; margin-right: 4%;}
.posts-block .posts-list .single-post .spost-cont {width: 60%;}

.reveal {position: relative; opacity: 0; transition: all 1s ease;}
.reveal.active {opacity: 1;}
.reveal.active.fade-bottom {-webkit-animation: fade-bottom 1s ease; animation: fade-bottom 1s ease;}
.reveal.active.fade-left {-webkit-animation: fade-left 1s ease; animation: fade-left 1s ease;}
.reveal.active.fade-right {-webkit-animation: fade-right 1s ease; animation: fade-right 1s ease;}

@-webkit-keyframes fade-bottom {
    0% { transform: translateY(150px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
@keyframes fade-bottom {
    0% { transform: translateY(150px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes fade-left {
    0% { transform: translateX(-150px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
@keyframes fade-left {
    0% { transform: translateX(-150px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
@-webkit-keyframes fade-right {
    0% { transform: translateX(150px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}
@keyframes fade-right {
    0% { transform: translateX(150px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

/* COOKIE CONTENT */

body .cky-consent-container {left: 0; right: 0; bottom: 0; width: auto; border-radius: 0;}
body .cky-consent-container::after {content: ""; /* background: url('assets/img/cookies-img.png') no-repeat right bottom !important; */ width: 187px; height: 200px; display: none; position: absolute; bottom: 0; right: 0;}
body .cky-consent-container .cky-consent-bar {padding: 44px 48px; width: auto; border-radius: 0; border: 0 !important; background: white !important;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {display: flex; justify-content: space-between;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {max-width: 950px;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p {color: #363636; font-size: 16px; line-height: 25px; font-weight: 400;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {margin: 0; display: flex; width: auto; min-width: auto;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn {font-size: 16px; line-height: 25px; border: 0; border-radius: 0; padding: 10px 20px;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn.cky-btn-customize {color: #9A9A9A !important; background-color: #f0f0f0 !important; border: 2px solid #f0f0f0 !important;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn.cky-btn-reject {color: #9A9A9A !important; background-color: white !important; border: 2px solid #721e1e !important; color: #721e1e !important;}
body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn.cky-btn-accept {color: white !important; background: #721e1e !important; border: 2px solid #721e1e !important;}
.cky-modal .cky-preference-center {border-radius: 0;}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:focus,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:active {color: #721e1e !important; background-color: transparent !important; border-color: #721e1e !important;}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:focus,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:active {color: whitefff !important; background-color: #721e1e !important; border-color: #721e1e !important;}
.cky-btn-revisit-wrapper {border-radius: 0 !important; bottom: 0 !important;}
.cky-revisit-bottom-left {background-color: #721e1e !important; bottom: 20px !important; left: 20px !important;}
.cky-footer-shadow {display: none !important; border-radius: 0 !important;}

button.cky-show-desc-btn:not(:hover):not(:active),
.cky-modal button.cky-show-desc-btn:not(:hover):not(:active) {color: #721e1e !important;}

body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn {color: #721e1e !important; border-color: #721e1e !important; background-color: transparent;}

.cky-audit-table {border-radius: 0 !important;}

.cky-switch input[type="checkbox"]:checked {background: #721e1e !important;}

@media all and (max-width: 767px) {
    .cky-revisit-bottom-left {left: auto !important; right: 20px !important;}
}

/* FOOTER */

.main-footer {background: #202020; margin: 0; padding: 0;}
.main-footer .footer-top {display: flex; flex-wrap: wrap; justify-content: flex-start; padding: 60px 50px; max-width: 100%; width: calc(100% - 100px);}
.main-footer .footer-top .footer-block {width: 25%;}
.main-footer .footer-top .footer-block:nth-of-type(1) {width: 50%;}

.main-footer .widget-content .logo-link {margin: 0 0 38px; display: inline-block;}
.main-footer .widget-content .social-links {margin: 0 0 0 60px; justify-content: flex-start;}
.main-footer .widget-content .widget-title {font-family: 'Exo 2', sans-serif; font-size: 24px; font-weight: 700; line-height: 24px; margin: 0 0 38px 0; text-transform: none; color: white; cursor: pointer;}
.main-footer .widget-content .widget-title .toggle-trigger {float: right; display: none; transition: all .25s ease; background: url('../svg/li-arrow-w.svg') no-repeat; background-size: 36px; width: 36px; height: 36px; position: relative; top: -7px; right: -5px;}
.main-footer .widget-content .widget-title.active .toggle-trigger {transform: rotate(180deg);}
.main-footer .widget-content ul li {margin: 0 0 12px 0; display: flex;}
.main-footer .widget-content ul li a {font-size: 16px; font-weight: 400; line-height: 20px; text-transform: none; color: white;}
.main-footer .widget-content ul li a:hover {color: #565656;}
.main-footer .widget-content p {font-size: 16px; font-weight: 400; line-height: 20px; text-transform: none; color: black; margin: 0 0 12px 0;}
.main-footer .widget-content ul li a span {margin-right: 8px;}

.main-footer .widget-content ul li::before {content: ""; background: url('../svg/li-hex-border-white.svg') no-repeat; background-size: 12px 12px; min-width: 12px; width: 12px; height: 12px; display: block; margin-right: 8px; position: relative; top: 2px; transform: rotate(22deg); transition: all .2s ease;}
.main-footer .widget-content ul li:hover::before {background: url('../svg/li-hex-border.svg') no-repeat; background-size: 12px 12px; transform: rotate(92deg); -webkit-filter: none; filter: none;}

.main-footer .widget-content ul.footer-contact li:before {display: none;}
.main-footer .widget-content ul.footer-contact li a {display: flex; align-items: center;}
.main-footer .widget-content ul.footer-contact li a img {margin-right: 8px; -webkit-filter: var(--theme-color-white-filter); filter: var(--theme-color-white-filter); transition: all .2s ease;}
.main-footer .widget-content ul.footer-contact li a:hover img {-webkit-filter: var(--theme-color-main-filter);filter: var(--theme-color-main-filter);}
.main-footer .footer-mid {max-width: 100%; width: calc(100% - 100px); padding: 0 50px;}
.main-footer .footer-mid .custom-footer-text p {color: #999; font-size: 14px; line-height: 20px;}
.main-footer .footer-bottom {display: flex; justify-content: flex-start; flex-wrap: nowrap; padding: 0 50px 30px; max-width: 100%; width: calc(100% - 100px);}
.main-footer .footer-bottom p {margin: 0; font-size: 12px; line-height: 14px; color: white; font-weight: 400;}

.scrolltotop {background: #721e1e; width: 40px; height: 40px; opacity: 0; visibility: hidden; position: fixed; bottom: 20px; right: 20px; cursor: pointer;}
.scrolltotop:hover {background: #202020;}
.scroll-icon-box-totop {position: relative; z-index: 1; bottom: -12px; left: 0; right: 0; margin: auto; width: 30px;}
.scroll-icon-box-totop span {display: block; width: 12px; height: 12px; transform: rotate(225deg); border-right: 2px solid white; border-bottom: 2px solid white; margin: 0 auto;}
.scroll-icon-box-totop .one,
.scroll-icon-box-totop .two,
.scroll-icon-box-totop .three {-webkit-animation: mouse-scroll-totop 1s infinite; animation: mouse-scroll-totop 1s infinite;}
.scroll-icon-box-totop .one {-webkit-animation-delay: .3s; animation-delay: .3s; -webkit-animation-direction: alternate; animation-direction: alternate;}
.scroll-icon-box-totop .two {-webkit-animation-delay: .2s; animation-delay: .3s; -webkit-animation-direction: alternate; animation-direction: alternate; position: relative; top: -4px;}
.scroll-icon-box-totop .three {-webkit-animation-delay: .1s; animation-delay: .3s; -webkit-animation-direction: alternate; animation-direction: alternate; position: relative; top: -8px; display: none;}
.scrolltotop.vis {opacity: 1; visibility: visible;}

@-webkit-keyframes mouse-scroll-totop { 0% { opacity: 0;} 50% { opacity: .5;} 100% { opacity: 1;} }
@keyframes mouse-scroll-totop { 0% { opacity: 0;} 50% { opacity: .5;} 100% { opacity: 1;} }

#cookiesEU-box {background: #721e1e; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;}
#cookiesEU-box .cookiesEU-inner {width: 100%; max-width: 1200px; padding: 15px 0; margin: 0 auto; display: flex;}
#cookiesEU-box .cookiesEU-inner .cookiesEU-text {margin: 0 20px 0 0;}
#cookiesEU-box .cookiesEU-inner .cookiesEU-text p {font-size: 16px; line-height: 20px; color: white; margin: 0;}
#cookiesEU-box .cookiesEU-inner .cookiesEU-text p a {font-size: 16px; line-height: 20px; font-weight: 400; color: #999999;}
#cookiesEU-box .cookiesEU-inner .cookiesEU-close {font-size: 20px; color: white; font-weight: 300;}
#cookiesEU-box .cookiesEU-inner .cookiesEU-close:hover {color: #999999;}

.icon-text-list {display: flex; justify-content: center; flex-wrap: wrap;}
.icon-text-list .itl {width: 16.6%; text-align: center;}
.icon-text-list .itl-i .icon-block {background: transparent url('../svg/service-bg.svg') no-repeat center; background-size: 110px; width: 100%; max-width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;}
.icon-text-list .itl-i .icon-block > img {max-width: 45px; max-height: 45px; -webkit-filter: var(--theme-color-main-filter); filter: var(--theme-color-main-filter);}
.icon-text-list .itl-i .icon-block > svg {max-width: 45px; max-height: 45px;}
.icon-text-list .itl-i .icon-block > svg g,
.icon-text-list .itl-i .icon-block > svg path {fill: #721e1e;}
.icon-text-list .itl-t {padding: 0 10px;}
.icon-text-list .itl-t h3 {margin: 0;}
.icon-text-list .itl-t h4 {margin: 10px 0 0; color: #666; font-family: 'Roboto'; font-weight: 400; line-height: 22px;}

.grecaptcha-badge {bottom: 135px !important; display: none !important;}
.page-template-page-kontakt .grecaptcha-badge {display: block !important;}

.grecaptcha-logo iframe {border: 0;}

.page-content.subpage p a,
.single-content .in-cols .in-col p a {font-weight: 500;}

img,
body,
.home-services .services-list .single-service,
.projects-list .single-project .project-link,
.page-container.subpage .outer-breadcrumbs { transition: all .2s ease;}

.form-container-block {display: flex; justify-content: space-between; flex-wrap: wrap;}
.form-container-block .form-main-block {width: 100%; margin-bottom: 40px; border-bottom: 1px solid #dedede; padding-bottom: 40px;}
.form-container-block .form-main-block:nth-of-type(1),
.form-container-block .form-main-block:nth-of-type(2) {width: 48%;}
.form-container-block .form-main-block .form-inner-block .block-element > p > span {display: inline-block; margin: 0 0 15px 0; width: 100%;}
.form-container-block .form-main-block .form-inner-block .block-element > p:nth-of-type(1) {font-weight: 600; margin: 0 0 6px 0;}
.form-container-block .form-main-block .form-inner-block .block-element .wpcf7-checkbox,
.form-container-block .form-main-block .form-inner-block .block-element .wpcf7-radio {margin: 20px 0 0 0; display: block;}
.form-container-block .form-main-block .form-inner-block .block-element span.wpcf7-list-item {margin: 0 0 6px 0; display: inline-block; width: 33%;}
.form-container-block .form-main-block .form-inner-block .block-element span.wpcf7-list-item label {cursor: pointer;}
.form-container-block .form-main-block .form-inner-block .block-element span.wpcf7-list-item input {width: auto; cursor: pointer;}

@media all and (max-width: 860px) {
    .form-container-block .form-main-block .form-inner-block .block-element span.wpcf7-list-item {width: 50%;}
}
@media all and (max-width: 600px) {
    .form-container-block .form-main-block .form-inner-block .block-element span.wpcf7-list-item {width: 100%;}
}

#cookie-notice {background: #333 !important;}
#cookie-notice .cookie-notice-container #cn-notice-buttons a {border-radius: 0 !important; color: white !important; background: #721e1e !important;}
.home-section h2,
.text-top h2,
.text-top h3,
.text-bottom h2,
.text-bottom h3,
.icon-text-list-block h2,
.subpage.single .single-content h2,
.single-nav h3 {margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid #eaeaea;}

/* RWD - MEDIA QUERIES */

@media all and (min-width: 1380px) {
    h1 {font-size: 34px; line-height: 38px;}
    h2 {font-size: 30px; line-height: 34px;}
    h3,
    .single-nav h3 {font-size: 26px; line-height: 30px;}
    h4 {font-size: 20px; line-height: 26px;}
    p {font-size: 18px; line-height: 26px;}
    .page-content.subpage ol li {font-size: 18px; line-height: 26px;}
    .page-content.subpage ul li {font-size: 18px; line-height: 26px;}
    .page-content.subpage ul li:before {top: 6px;}
    .inner-wrapper,
    .inner-breadcrumbs {max-width: 1500px;}
    .home-services .services-list .single-service .service-link {min-width: 360px; min-height: 360px;}
    .home-services .services-list .single-service .service-link .service-content h2,
    .home-services .services-list .single-service .service-link .service-content h3 {font-size: 24px; line-height: 30px;}
    .page-content.subpage {margin-bottom: 100px;}
    .page-content.subpage.projects-filters .filters-container .filters-list .single-filter .filter {padding: 0 35px; height: 50px; line-height: 50px;}
    .projects-list {margin: 0 20px 70px;}
    .projects-list .single-project .project-link {margin: 20px;}
    .projects-list .single-project .project-link .sp-cont h2,
    .projects-list .single-project .project-link .sp-cont h3 {font-size: 30px; line-height: 36px;}
    .projects-list .single-project .project-link .sp-cont p {font-size: 20px; line-height: 30px;}
    .more-projects .mp-link {font-size: 17px; line-height: 54px; max-width: 230px;}
    .contact-us-block a.contact-link {font-size: 18px; line-height: 50px;}
    .icon-text-list .itl-i .icon-block {background-size: 150px; max-width: 150px; height: 150px;}
    .icon-text-list .itl-i .icon-block > svg {max-width: 65px; max-height: 65px;}
    .icon-text-list .itl-i .icon-block > img {max-width: 65px; max-height: 65px;}
    .prev-service a .service-btn-cont .service-title,
    .next-service a .service-btn-cont .service-title {font-size: 16px; line-height: 24px;}
    .prev-service a .service-btn-cont .service-title img,
    .next-service a .service-btn-cont .service-title img {max-width: 28px; max-height: 28px;}
    .prev-service a .service-btn-cont .service-title svg,
    .next-service a .service-btn-cont .service-title svg {max-width: 28px; max-height: 28px;}
}


@media all and (max-width: 1920px) {
    .banner-block video {transform: scale(1.1); height: auto;}
}
@media all and (max-width: 1800px) {
    .banner-block video {transform: scale(1.2); height: 100vh;}
}
@media all and (max-width: 1560px) {
    .inner-wrapper,
    .inner-breadcrumbs {width: auto; padding: 0 15px;}
    .cookiesEU-inner {padding: 15px 25px;}
    .footer-top.inner-wrapper {padding: 40px 25px 20px; width: auto;}
    .main-footer .footer-mid {padding: 0 25px; width: auto;}
    .footer-bottom.inner-wrapper {padding: 0 25px 30px; width: auto;}

}
@media screen and (max-width:1366px) {
    #rwd-menu.menu-toggle ul.menu li a {font-size: 26px; line-height: 48px; margin: 0 5% 0 auto; max-width: 450px;}
    #rwd-menu.menu-toggle ul.menu li ul.sub-menu li a {font-size: 22px;}
    .banner-block .banner-inner-content {left: 30px; right: 30px;}
    .page-content.subpage.sp-header .inner-cont {height: 180px;}
    .home-slider .hs-btn-prev,
    .home-slider .hs-btn-next {font-size: 38px;}
    body .cky-consent-container .cky-consent-bar {padding: 25px;}
}
@media screen and (max-width:1350px) {
    .page-wrapper {width: auto; padding: 0; overflow-x: hidden;}
    .main-header .inner-header {padding: 20px 25px 14px; width: auto;}
    #rwd-menu.menu-toggle > ul > li.before-menu-links {padding: 23px 25px 0;}
    .inner-wrapper,
    .inner-breadcrumbs {width: auto; padding: 0 15px;}
    .cookiesEU-inner {padding: 15px 25px;}
    .footer-top.inner-wrapper {padding: 40px 25px 20px; width: auto;}
    .main-footer .footer-mid {padding: 0 25px; width: auto;}
    .footer-bottom.inner-wrapper {padding: 0 25px 30px; width: auto;}
    .fullwidth {width: 100%; position: relative; left: 0; right: 0; margin-left: 0; margin-right: 0;}
}
@media screen and (max-width:1300px) {
    #rwd-menu li:hover > ul > li {height: 35px;}
}
@media screen and (max-width:1200px) {
    .page-content.subpage {margin-bottom: 60px;}
    .page-container.subpage .outer-breadcrumbs {margin: 0 0 60px 0;}
    .page-content.subpage.sp-header .inner-cont {background: url('../img/bg-subpage-r.png') no-repeat -550px 50%;}
    .page-content.subpage.sp-header .inner-cont .inner-wrapper {margin: 0; width: 100%;}
    .home-services .services-list .single-service {width: 33.3%;}
    .main-footer .custom-block .logo-link {padding-right: 20px;}
    #rwd-menu > ul > li > a,
    .lang-switcher li a,
    #rwd-menu ul ul li a {font-size: 12px;}
    .home-slider .hs-btn-prev, .home-slider .hs-btn-next {font-size: 24px;}
    #cookiesEU-box .cookiesEU-inner {width: calc(100% - 30px); margin: 0 15px;}
    .home-services .services-list .single-service .service-link .service-content {padding: 30px 0;}
    .home-services .services-list .single-service .service-link .service-content h2,
    .home-services .services-list .single-service .service-link .service-content h3 {max-width: 240px; margin: 0 auto 10px;}
    .home-services .services-list .single-service .service-link .service-content .intro-desc {max-width: 240px; margin: 0 auto;}
    .icon-text-list .itl {width: 25%; margin-bottom: 20px;}
    .page-content.subpage.sp-header .inner-cont .service-icon.fa-icon img {max-height: 100px;}
}
@media screen and (max-width:1140px) {
    .sticky-wrapper {min-height: 48px;}
}
@media screen and (max-width:1040px) {
    #rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.phone .tc-icon svg,
    #rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.email .tc-icon svg,
    #rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.phone .tc-icon img,
    #rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li a.email .tc-icon img {max-width: 30px; max-height: 30px;}
}
@media screen and (max-width:979px) {
    .page-content.subpage:last-of-type {margin-bottom: 40px;}
    .home-services .services-list .single-service {width: 50%;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {flex-wrap: wrap;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {max-width: 100%; margin: 0 0 20px;}
}
@media screen and (max-width:960px) {
    .top-contact li a.phone .tc-icon,
    .top-contact li a.email .tc-icon {margin: 0;}
    .top-contact li a span.tc-text {display: none;}
    .projects-block .projects-list .single-project {width: 100%;}
    .page-content.subpage.sp-header .inner-cont {height: 150px;}
    .page-content.subpage.sp-header .inner-cont .service-icon.fa-icon img {max-height: 80px;}
    .single-content .in-cols .in-col {width: 100%; margin-bottom: 20px;}
    .single-content .in-cols .in-col p {padding: 0;}
    .projects-list .single-project .project-link .sp-cont {opacity: 1; background: rgba(0, 0, 0, 0.7); top: auto; min-height: 60px;}
    .projects-list .single-project .project-link .sp-cont h2,
    .projects-list .single-project .project-link .sp-cont h3 {top: 0;}
    .projects-list .single-project .project-link .sp-cont p {bottom: 0;}
}
@media all and (max-width: 880px) {
    .top-contact {margin: 0 30px 0 0;}
}
@media screen and (max-width:860px) {
    #rwd-menu.menu-toggle > ul > li.after-menu-links {position: relative; left: 0; top: 40px; width: 100%;}
    .icon-text-list .itl {width: 33.3%;}
    .icon-text-list .itl-i .icon-block {background-size: 90px; width: 100%; max-width: 90px; height: 90px; margin: 0 auto 10px;}
    .icon-text-list .itl-i .icon-block > i {font-size: 30px;}
    h3,
    .icon-text-list .itl-t h3 {font-size: 18px;}
    .icon-text-list .itl-t h4,
    .icon-text-list-home .itlh-t h4 {font-size: 17px; line-height: 21px;}
    .icon-text-list-home .itlh {width: 25%; margin-bottom: 20px;}
    .icon-text-list-home .itlh-i .icon-home-block {max-width: 60px; height: 60px; margin: 0 auto 10px;}
    .icon-text-list-home .itlh-i .icon-home-block > i {font-size: 30px;}
    h3,
    .icon-text-list-home .itlh-t h3 {font-size: 18px;}
    .posts-block .posts-list .single-post {padding-bottom: 15px; margin-bottom: 15px;}
    .posts-block .posts-list .single-post:last-of-type {padding-bottom: 0; margin-bottom: 15px;}
    .posts-block .posts-list .single-post .spost-img {width: 100%; margin-bottom: 20px;}
    .posts-block .posts-list .single-post .spost-cont {width: 100%;}
}
@media screen and (min-width:768px) {
    .main-footer .widget-content ul li a {padding-right: 20px;}
}
@media screen and (max-width:768px) {
    .home-slider .swiper-button-prev,
    .home-slider .swiper-button-next,
    .swiper-pagination.home-slider-pagination {display: none;}

    .page-content.subpage.sp-header {margin: 106px 0 40px;}
    .page-content.subpage {margin-bottom: 30px;}
    .page-container.subpage .outer-breadcrumbs {margin: 0 0 30px 0;}
    h1 {font-size: 22px; line-height: 24px;}
    h2, .projects-list .single-project .project-link .sp-cont h2, .projects-list .single-project .project-link .sp-cont h3 {font-size: 20px; line-height: 22px;}
    p,
    .page-content.subpage ol li,
    .page-content.subpage ul li {font-size: 14px; line-height: 20px; margin-bottom: 15px;}
    .project-tech .pt-list .ptl-item {font-size: 14px; margin-bottom: 0;}
    .project-online-block .project-online-link {font-size: 14px; padding: 10px 0;}
    .page-content.subpage ol li,
    .page-content.subpage ul li {margin-bottom: 4px;}
    #cookiesEU-box .cookiesEU-inner .cookiesEU-text p,
    #cookiesEU-box .cookiesEU-inner .cookiesEU-text p a {font-size: 14px;}
    .home-services .services-list .single-service .service-link .service-content {padding: 40px 50px;}
    .main-footer .footer-top .footer-block {width: 100%; margin-bottom: 15px;}
    .main-footer .footer-top .footer-block:nth-of-type(1) {width: 100%; margin-bottom: 30px;}
    .main-footer .footer-top .footer-block:nth-of-type(1) .textwidget.custom-html-widget {display: block !important;}
    .main-footer .custom-block .logo-link {padding: 0; margin: 0;}
    .main-footer .custom-block .logo-link svg.logo-svg {max-width: 180px;}
    .main-footer .widget-content .widget-title .toggle-trigger {cursor: pointer; display: block;}
    .form-container-block .form-main-block:nth-of-type(1),
    .form-container-block .form-main-block:nth-of-type(2) {width: 100%;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p {font-size: 14px; line-height: 20px;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn {font-size: 14px;}
}
@media all and (max-width: 767px) {
    .page-content.subpage.columns .inner-wrapper .column-left {margin-bottom: 40px;}
    .page-content.subpage.columns .inner-wrapper .column-left,
    .page-content.subpage.columns .inner-wrapper .column-right {width: 100%;}
    span.wpcf7-not-valid-tip {position: relative; right: 0; top: 0; width: 100%; max-width: 100%; text-align: right;}
    .flex-row .flex-col50 {width: 100%;}
    .scrolltotop {display: none !important;}
    .project-slider.swiper-container-horizontal {max-height: 365px;}
    .home-section h2, .text-top h2, .text-top h3, .text-bottom h2, .text-bottom h3, .icon-text-list-block h2, .subpage.single .single-content h2, .single-nav h3 {margin-bottom: 20px; padding-bottom: 16px;}
}
@media screen and (max-width:700px) {
    .single-service .single-nav .inner-wrapper {flex-wrap: wrap;}
    .prev-service, .next-service {width: 100%;}
    .prev-service {margin-bottom: 10px;}
    .prev-service a .service-btn-cont .service-title,
    .next-service a .service-btn-cont .service-title {padding: 10px;}
    .next-service a .service-btn-cont .service-title {justify-content: flex-end;}
}
@media screen and (max-width:650px) {
    .top-contact {display: none;}
    .top-contact li {width: 20px; height: auto; overflow: hidden;}
    .top-contact li a {width: 20px; height: auto;}
    #rwd-menu.menu-toggle ul.menu li a {font-size: 24px; line-height: 38px;}
    #rwd-menu.menu-toggle ul.menu li ul.sub-menu li a {font-size: 19px; line-height: 30px;}
    .home-services .services-list .single-service {width: 50%; margin: 0;}
    .home-services .services-list .single-service .service-link {min-width: 100%; min-height: 100%;}
    .home-services .services-list .single-service .service-link svg {width: 100%; height: 100%;}
    .home-services .services-list .single-service .service-link img {width: 100%; height: 100%;}
    .home-services .services-list .single-service .service-link .service-content {padding: 20px 40px;}
    .home-services .services-list .single-service .service-link .service-content .service-icon svg {max-width: 56px;}
    .single-service.page-content.subpage ul.list-steps li strong {min-width: 130px;}
    .main-footer .widget-content .widget-title {font-size: 18px; margin: 0 0 20px;}
}
@media screen and (max-width:600px) {
    .projects-list .single-project {width: 100%; margin-bottom: 10px;}
    .icon-text-list .itl,
    .icon-text-list-home .itlh {width: 50%;}
    .page-content.subpage.sp-header .inner-cont .service-icon.fa-icon {display: none;}
    .projects-block .projects-list .single-project {width: 100%;}
}
@media screen and (max-width:580px) {
    #rwd-menu.menu-toggle ul.menu li a {margin: 0 0 0 30px;}
    .home-services .services-list .single-service .service-link .service-content h2,
    .home-services .services-list .single-service .service-link .service-content h3 {font-size: 18px; line-height: 20px;}
    .home-services .services-list .single-service .service-link .service-content .intro-desc p {font-size: 13px; line-height: 17px; padding: 0 20px;}
    .home-services .services-list .single-service .service-link .service-content .intro-desc {font-size: 13px; line-height: 17px;}
}
@media screen and (max-width:550px) {
    .main-header .inner-header {min-height: auto; padding: 10px 15px 14px;}
    .main-header .logo-link,
    .main-header .logo-link img,
    .main-header .logo-link svg {max-width: 180px;}
    .page-content.subpage.sp-header {margin: 90px 0 40px;}
    #rwd-menu.menu-toggle #menu-button {width: 30px; height: 30px;}
    #rwd-menu.menu-toggle ul.menu.open {align-content: flex-start;}
    #rwd-menu.menu-toggle > ul > li.before-menu-links {z-index: 3;}
    #rwd-menu.menu-toggle ul.menu li.first-menu-element {padding: 120px 0 0;}
    #rwd-menu.menu-toggle ul.menu li a {font-size: 18px; line-height: 28px;}
    #rwd-menu.menu-toggle ul.menu li ul.sub-menu li a {font-size: 15px; line-height: 25px}
    #rwd-menu.menu-toggle > ul > li.after-menu-links ul.top-contact li.li-phone {margin-bottom: 12px;}
    .banner-block .banner-inner-content {left: 15px; right: 15px;}
    .banner-block .banner-inner-content p.banner-paragraph,
    .banner-block .banner-inner-content h1 {font-size: 19px;}
    .banner-block .banner-inner-content h2 {font-size: 17px;}
    .banner-block .banner-inner-content h1,
    .banner-block .banner-inner-content h2 {line-height: 30px;}
    .banner-block .banner-inner-content p.banner-paragraph span,
    .banner-block .banner-inner-content h1 span,
    .banner-block .banner-inner-content h2 span {background: transparent;}
    #rwd-menu.menu-toggle > ul > li.before-menu-links {padding: 13px 15px 0;}
    #rwd-menu.menu-toggle .close-menu-force {width: 30px; height: 30px; bottom: 8px;}
    #rwd-menu.menu-toggle ul.menu li a {margin: 0 0 0 15px;}
    .project-slider.swiper-container-horizontal {max-height: 255px;}
    .home-services .services-list .single-service .service-link .service-content .service-icon {font-size: 30px; margin-bottom: 0; padding: 20px 0 0 0;}
    .footer-top.inner-wrapper {padding: 40px 15px 20px;}
    .main-footer .footer-mid {padding: 0 15px;}
    .footer-bottom.inner-wrapper {padding: 0 15px 30px;}
    .main-footer .footer-mid .custom-footer-text p {font-size: 12px; line-height: 17px;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {padding: 0; max-height: 150px;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p {font-size: 14px; line-height: 18px;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {flex-direction: row; padding: 0; width: 100%;}
    body .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button.cky-btn {font-size: 12px; padding: 4px 0;}
}
@media screen and (max-width:500px) {
    h3,
    .icon-text-list .itl-t h3,
    .icon-text-list-home .itlh-t h3 {font-size: 16px;}
    .icon-text-list .itl-t h4,
    .icon-text-list-home .itlh-t h4 {font-size: 15px; line-height: 19px;}
    .home-services .services-list .single-service .service-link .service-content h2,
    .home-services .services-list .single-service .service-link .service-content h3 {font-size: 18px; line-height: 20px;}
}
@media screen and (max-width:480px) {
    .home-clients .clients-list .single-client {text-align: center;}
    .page-content.subpage.projects-filters .filters-container .filters-list .single-filter {margin-right: 10px; margin-bottom: 10px;}
    .page-content.subpage.projects-filters .filters-container .filters-list .single-filter .filter {height: 30px; line-height: 30px;}
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 10px;}
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-custom:hover,
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
    .project-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-custom-active {font-size: 8px;}
    .home-services .services-list .single-service {width: 100%; margin: 0 0 20px; border: 2px solid white; outline: 2px solid #711e1e; background: #e6e9ec;}
    .home-services .services-list .single-service:hover {background: #711e1e;}
    .home-services .services-list .single-service .service-link {min-height: 185px;}
    .home-services .services-list .single-service .service-link svg {width: 100%; height: 100%;}
    .home-services .services-list .single-service .service-link img {width: 100%; height: 100%;}
    .home-services .services-list .single-service .service-link > svg {display: none;}
    .home-services .services-list .single-service .service-link > img {display: none;}
    .home-services .services-list .single-service .service-link .service-content .intro-desc {max-width: 100%;}
    .home-services .services-list .single-service .service-link .service-content .intro-desc p {padding: 0;}
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {padding: 0;}
}
@media screen and (max-width:460px) {
    #rwd-menu.menu-toggle > ul {position: absolute; right: -15px;}
}
@media screen and (max-width:450px) {
    .page-content.subpage ul li:before {background-size: 8px 8px; min-width: 8px; width: 8px; height: 8px; top: 5px;}
    .main-footer .widget-content ul li::before {background-size: 8px 8px; min-width: 8px; width: 8px; height: 8px; top: 5px;}
    .main-footer .widget-content ul li a {font-size: 14px;}
    .main-footer .widget-content ul.footer-contact li a {font-size: 15px;}
    .icon-text-list .itl {width: 50%;}
    .icon-text-list-home .itlh {width: 50%;}
}
@media screen and (max-width:360px) {
    .home-services .services-list .single-service .service-link .service-content {padding: 40px 20px;}
    .home-services .services-list .single-service .service-link .service-content .service-icon svg {max-width: 60px;}
}
.lang-switcher {display: none !important;}



.service-sitl-block {}
.service-sitl-block .service-sitl {display: flex; justify-content: center; flex-wrap: wrap;}
.service-sitl-block .service-sitl .sitl {width: 25%;}
.service-sitl-block .service-sitl .sitl .sitl-inner {padding: 20px;}
.service-sitl-block .service-sitl .sitl .sitl-h {position: relative;}
.service-sitl-block .service-sitl .sitl .sitl-h .sitl-h-in {font-size: 36px;}
.service-sitl-block .service-sitl .sitl .sitl-h .sitl-h-in span {font-size: 26px; opacity: .8;}
.service-sitl-block .service-sitl .sitl .sitl-t {}
.service-sitl-block .service-sitl .sitl .sitl-t ul {}
.service-sitl-block .service-sitl .sitl .sitl-t ul li {}
.service-sitl-block .service-sitl .sitl .sitl-t p {}
.service-sitl-block .service-sitl .sitl .sitl-t a {}
.service-sitl-block .service-sitl .sitl .sitl-t a.btn {}

.accordion-list-outer {padding: 0; max-width: 100%; margin: 0 0 60px;}
.accordion-list-outer h2 {color: var(--theme-color-addit);}
.accordion-list {margin: 0 0 50px; border-bottom: 1px solid #c6c6c6;}
.accordion-list .accordion {padding: 0; border: 1px solid #c6c6c6; border-bottom: 1px solid #fff;}
.accordion-list .accordion .accordion-title {cursor: pointer; text-align: left; margin: 0 0 -1px; position: relative; padding: 12px 55px 12px 20px; border-bottom: 1px solid #eeeeee; transition: all .2s ease; background: #eeeeee; width: 100%; border: 0;}
.accordion-list .accordion .accordion-title h3 {font-size: 20px; line-height: 26px; margin: 0;}
.accordion-list .accordion .accordion-title span {margin-right: 5px; opacity: .8;}
.accordion-list .accordion .accordion-title::after {content: ""; display: block; background: url('../svg/li-arrow-b.svg') no-repeat center; width: 30px; height: 30px; background-size: contain; position: absolute; right: 10px; top: 10px; transition: all .2s ease;}
.accordion-list .accordion .accordion-content {display: none; background: white; padding: 15px 20px;}
.accordion-list .accordion .accordion-content p {margin: 0 0 24px;}
.accordion-list .accordion .accordion-content img {-o-object-fit: contain; object-fit: contain;}
.accordion-list .accordion .accordion-content img,
.accordion-list .accordion .accordion-content video {box-shadow: 0px 0px 15px 3px rgba(240, 240, 240 ); width: auto; height: auto; max-width: 100%; max-height: 600px; margin: 0 auto; display: block;}
.accordion-list .accordion .accordion-content .wp-video {box-shadow: 0px 0px 15px 3px rgba(240, 240, 240);}
.accordion-list .accordion .accordion-content .wp-video,
.accordion-list .accordion .accordion-content .wp-video-shortcode {width: auto !important;  max-width: 1200px; margin: 0 auto; max-height: 682px;}

.accordion-list .accordion .accordion-content .accordion-content-img,
.accordion-list .accordion .accordion-content .accordion-content-video {margin-bottom: 30px; max-width: 100%;}

.accordion-list-outer .btn-block-center {margin: 0;}
.accordion-list-outer .btn-block-center .btn {background: var(--theme-color-addit);}
.accordion-list-outer .btn-block-center .btn:hover {background: var(--theme-color-addit); color: #fff;}

.accordion-list .accordion .accordion-title:hover {color: var(--theme-addit-color);}
.accordion-list .accordion.active .accordion-title {color: var(--theme-addit-color); border-bottom: 1px solid #363636;}
.accordion-list .accordion.active .accordion-title::after {transform: rotate(180deg);}

.accordion-list .accordion.active .accordion-inner .accordion-title {background-color:#ffffff; border-bottom:none;}

.single-service-steps {}
.single-service-steps h2 {}
.single-service-steps .steps-list {}
.single-service-steps .steps-list .step-single {}
.single-service-steps .steps-list .step-single .step-single-inner {padding: 20px;}
.single-service-steps .steps-list .step-single .step-single-inner h3 {margin-bottom: 0;}
.single-service-steps .steps-list .step-single .step-single-inner h4 {opacity: .8;}
.single-service-steps .steps-list .step-single .step-single-inner .step-desc {}



.single-service-pricing {display: none;}
.single-service-pricing h2 {}
.single-service-pricing .service-pricing-list {display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -15px;}
.single-service-pricing .service-pricing-list .service-pricing-single {width: 33.3%;}
.single-service-pricing .service-pricing-list .service-pricing-single .service-pricing-inner {margin: 0 15px; text-align: center;}
.single-service-pricing .service-pricing-list .service-pricing-single span {}
.single-service-pricing .service-pricing-list .service-pricing-single h3 {margin-bottom: 0;}
.single-service-pricing .service-pricing-list .service-pricing-single p {}
.single-service-pricing .service-pricing-list .service-pricing-single p.sp-info {}
.single-service-pricing .service-pricing-list .service-pricing-single p.sp-price {}
.single-service-pricing .service-pricing-list .service-pricing-single p.sp-price span {margin-left: 10px; display: inline-block;}
.single-service-pricing .service-pricing-list .service-pricing-single ul {margin: 0 20px 30px;}
.single-service-pricing .service-pricing-list .service-pricing-single ul li {border-bottom: 1px solid #eaeaea; padding-bottom: 4px; margin-bottom: 4px; justify-content: center; font-size: 15px; line-height: 22px;}
.single-service-pricing .service-pricing-list .service-pricing-single ul li:last-of-type {border-bottom: 0;}
.single-service-pricing .service-pricing-list .service-pricing-single ul li::before {content: "-"; background: transparent; transform: rotate(0deg); top: 1px; display: none;}
.single-service-pricing .service-pricing-list .service-pricing-single ul.spr-not-included {display: none;}
.single-service-pricing .service-pricing-list .service-pricing-single .btn {}
